Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How can I access the value of signals at the time of stopping the simulation.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Azzi Abdelmalek
le 12 Jan 2013
Don't stop your simulation, just pause it
set_param('yourmodel','SimulationCommand','pause')
To continue simulation
set_param('model','SimulationCommand','continue')
1 commentaire
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!