Borrar filtros
Borrar filtros

CMEX S-function callback methods

1 visualización (últimos 30 días)
Buddy
Buddy el 17 de En. de 2013
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.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 17 de En. de 2013
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.

Más respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by