How to indicate in MATLAB GUI when simulation in SIMULINK is complete?
显示 更早的评论
I am using Stop Simulation in SIMULINK to stop the simulation when it is done running. I am sending the value which trigger stop simulation in MATLAB. But, the problem is I am not able to notify in the GUI that its complete. I am trying to set handles for particular edit box.
Can anyone suggest a better way?
Thanks.
回答(1 个)
Kaustubha Govind
2013-10-1
0 个投票
You can use get_param('sys','SimulationStatus') to query when a model has finished simulation. This should return 'stopped' when the simulation is complete. See Control Simulation Using the set_param Command for more information.
2 个评论
Rinachi Garg
2013-10-1
Kaustubha Govind
2013-10-3
Looks like you have already created a new question for this at http://www.mathworks.com/matlabcentral/answers/88982-can-we-define-a-function-in-gui-code-which-runs-and-updates-the-parameters-entire-time
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!