필터 지우기
필터 지우기

How to indicate in MATLAB GUI when simulation in SIMULINK is complete?

조회 수: 11 (최근 30일)
Rinachi Garg
Rinachi Garg 2013년 10월 1일
댓글: Kaustubha Govind 2013년 10월 3일
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
Kaustubha Govind 2013년 10월 1일
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
Rinachi Garg 2013년 10월 1일
Should I set sys = model_name? I tried using this approach, but may be my way of implementation is wrong. I am defining this within the function callback for edit box. But, it doesn't even reach that function callback.
Is there a block in MATLAB GUI which runs continuously?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by