Is it possible to change a workspace value during simulation?

5 vues (au cours des 30 derniers jours)
Ramya
Ramya le 19 Avr 2013
I have a variable defined as scope parameter inside stateflow and i defined the value of that parameter in workspace. While running, shall i able to pause the simulation and change the value in workspace?

Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 19 Avr 2013
Yes, that should be possible as long the the parameter is marked as tunable (which it is by default, I think). You will need to run Ctrl+D on the model or set_param('modelname', 'SimulationCommand', 'update') after changing the workspace value to ensure that Simulink notices the new value.
  1 commentaire
Jaydip Davara
Jaydip Davara le 11 Juin 2019
set_param('modelname', 'SimulationCommand', 'update') is not working for me. Do you any other suggestions/idea that could help me do this task?

Connectez-vous pour commenter.

Plus de réponses (2)

Sysenso Systems
Sysenso Systems le 20 Avr 2013
If you want to make the change without updating the model, you may need to set "add_exec_event_listener" to the block which has the tunable parameter and you can change the value through a callback. Please read >> help add_exec_event_listener.

Moussaoui Aghiles
Moussaoui Aghiles le 28 Déc 2020
HiI have a problem I can not get the desired value with 'to workspace', or instead of having 3 value I find 51 mrc

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by