CMEX S-function callback methods

5 ビュー (過去 30 日間)
Buddy
Buddy 2013 年 1 月 17 日
Hi,
I have to program a C MEX S-function in which I would like to perform some tasks when simulation is paused and/or stopped. My question is if Matlab/Simulink implement specific callback methods for this two actions.
Thanks in advance.

採用された回答

Kaustubha Govind
Kaustubha Govind 2013 年 1 月 17 日
You can use mdlSimStatusChange (with the condition: simStatus == SIM_PAUSE) to perform the required tasks when the model is paused, and mdlTerminate for when the model is stopped.

その他の回答 (0 件)

カテゴリ

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