Initialize関数のカスタマイズ
Ältere Kommentare anzeigen
Simulinkモデル内の、サブシステムをInitialize関数の処理として組み込みたい場合、どのようにすればいいでしょうか。
Antworten (1)
Toshinobu Shintai
am 6 Jan. 2021
0 Stimmen
Simulinkライブラリブラウザーの「Simulink」「User-Defined Functions」にある「Initialize Function」ブロックを使うことで実現できます。
添付ファイルにサンプルモデルを作成してみました。「my_system.slx」は、Embedded Coderでコード生成する設定がなされていますので、コード生成すると、「Initialize Function」ブロックの中の処理がmy_system_initialize関数の中に記述されます。
モデルはR2020bで作成しました。
Kategorien
Mehr zu コード生成 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!