How to create initialize block on SIMULINK model corresponding with M-file

1 回表示 (過去 30 日間)
Willim
Willim 2020 年 3 月 23 日
回答済み: Birdman 2020 年 3 月 25 日
It is a block that is just show there is a file need to be run for the simulation. As shown in the picture
This picture show I need to run M6 (M-file) before I run my simulation.

回答 (1 件)

Birdman
Birdman 2020 年 3 月 25 日
You can use Callback Function property of your Simulink model. You can find it in File->Model Properties->Callback Functions. Here, you can put your code in PreLoadFcn and you can make it run before your simulation.

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by