How to generate C code of sensorcov()?

7 views (last 30 days)
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??
  1 Comment
ANAGHA GOURI
ANAGHA GOURI on 10 Jan 2018
I referred to the documentation of this function in MATLAB but couldn't find any related equation using the input arguments. Please help.

Sign in to comment.

Accepted Answer

Sean de Wolski
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)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!