Are sim and other similar functions code generateable?

1 次查看(过去 30 天)
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

回答(1 个)

Tushar Behera
Tushar Behera 2022-11-8
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 个评论
Walter Roberson
Walter Roberson 2022-11-8
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by