Is it possible to change a workspace value during simulation?
显示 更早的评论
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?
采纳的回答
更多回答(2 个)
Sysenso Systems
2013-4-20
0 个投票
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
2020-12-28
0 个投票
HiI have a problem I can not get the desired value with 'to workspace', or instead of having 3 value I find 51 mrc
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!