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 commentaire

ANAGHA GOURI
ANAGHA GOURI le 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.

Connectez-vous pour commenter.

 Réponse acceptée

Sean de Wolski
Sean de Wolski le 10 Jan 2018
Modifié(e) : Sean de Wolski le 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:

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by