Are sim and other similar functions code generateable?

1 回表示 (過去 30 日間)
Joshua Ford
Joshua Ford 2021 年 1 月 28 日
コメント済み: Walter Roberson 2022 年 11 月 8 日
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 Center および File ExchangeSimulink Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by