Are sim and other similar functions code generateable?

1 visualización (últimos 30 días)
Joshua Ford
Joshua Ford el 28 de En. de 2021
Comentada: Walter Roberson el 8 de Nov. de 2022
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

Respuestas (1)

Tushar Behera
Tushar Behera el 8 de Nov. de 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 comentario
Walter Roberson
Walter Roberson el 8 de Nov. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by