Set Simulation Stop Time within GUIDE GUI

1 回表示 (過去 30 日間)
Craig Saunders
Craig Saunders 2018 年 8 月 28 日
コメント済み: Geoff Hayes 2018 年 8 月 29 日
Hi,
I have created a GUI using GUIDE which starts/ stops a Simulink model using the
set_param
function. I would now like to allow the user to set the simulation stop time by entering their value into an edit text box and clicking a button to update the new stop time. I have tried a few attempts at this but have failed to make this work.
Additionally, i'd also like to pause/ continue a simulation and have managed to get these buttons to work by using
set_param('vdp','SimulationCommand','pause')
set_param('vdp','SimulationCommand','continue')
which does pause the simulation but when I hit 'continue', the simulation jumps forward as if it wasn't paused at all. It would be great to know what is causing this.
Thank you in advance.
  1 件のコメント
Geoff Hayes
Geoff Hayes 2018 年 8 月 29 日
Craig - I have tried a few attempts at this but have failed to make this work. Can you show your attempts and describe why it isn't working? i.e. are you observing an error and, if so, what is it?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by