Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I access the value of signals at the time of stopping the simulation.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to update the initial values of signals(Simulink.Signal) to the values that these signals hold at the time of stopping the simulation.
All the signals that I use are defined in Matlab workspace.
0 comentarios
Respuestas (2)
Azzi Abdelmalek
el 12 de En. de 2013
Don't stop your simulation, just pause it
set_param('yourmodel','SimulationCommand','pause')
To continue simulation
set_param('model','SimulationCommand','continue')
1 comentario
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!