Are sim and other similar functions code generateable?

1 vue (au cours des 30 derniers jours)
Joshua Ford
Joshua Ford le 28 Jan 2021
I am attempting to generate code from a MATLAB model that calls Simulink models using functions akin to sim? Is it possible to generate c code from this structure and from sim like functions?
Any help would be great thanks.
Cheers,
Josh

Réponses (1)

Tushar Behera
Tushar Behera le 8 Nov 2022
Hi Joshua,
I understand that you want to generate c code for a MATLAB Script with commands such as “sim”.
The 'sim' command is not supported for MATLAB Coder. For more information on MATLAB Language Features Supported for C/C++ Code Generation please refer to the documentation:
Thanks,
Tushar Behera
  1 commentaire
Walter Roberson
Walter Roberson le 8 Nov 2022
Though relatively recently, support for sim() got added for compilation; see https://www.mathworks.com/help/slcompiler/ug/generate-modify-and-deploy-a-matlab-app-for-a-simulink-model.html
This is MATLAB Compiler and Simulink Compiler, not MATLAB Coder and Simulink Coder, so it is not exactly what the user was asking for... but might perhaps have happened to be usable for the user's needs.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink Coder 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