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 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