Effacer les filtres
Effacer les filtres

How to generate c code from MATLAB code as subs is not supported by MATLAB.

2 vues (au cours des 30 derniers jours)
Hi! I am facing some issues in generating C code from MATLAB coder while I used subs. Please help me to fix this so that I can generate the C code.

Réponse acceptée

Walter Roberson
Walter Roberson le 12 Jan 2018
Nothing in Symbolic Toolbox can be compiled or code generated for.
What you need to do is go through all the formula generation ahead of time. You can then use matlabFunction() with the 'File' option to generate a .m file to implement your algorithm numerically.
If you need to create your formulas at run time, then you will need to find a different approach than using the symbolic toolbox; symbolic toolbox is only available for interactive use.
  5 commentaires
Walter Roberson
Walter Roberson le 12 Jan 2018
You will either need to program in all appropriate calculus yourself or else find a C or C++ library in which someone has already done the work.
Division and trig functions make the task notably more difficult than multinomials.
Yaswanth  Sai
Yaswanth Sai le 12 Jan 2018
OK I will try that. Thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Function Creation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by