I referred to the documentation of this function in MATLAB but couldn't find any related equation using the input arguments. Please help.
How to generate C code of sensorcov()?
7 views (last 30 days)
Show older comments
ANAGHA GOURI
on 6 Jan 2018
Commented: ANAGHA GOURI
on 10 Jan 2018
I did a MATLAB code using MATLAB inbuilt functions such as sensorcov() etc. I would like to know what happens in these functions for better understanding. Is there a way to get the function definition of these functions. Also can MATLAB coder generate C code of these functions?? If yes, how??
Accepted Answer
Sean de Wolski
on 10 Jan 2018
Edited: Sean de Wolski
on 10 Jan 2018
If you want to know what happens:
edit sensorcov
You can also walk through it with a debugger which is what I typically would recommend.
According to the doc, it does support C code generation:
More Answers (0)
See Also
Categories
Find more on Antennas, Microphones, and Sonar Transducers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!