Can we define a function in GUI code which runs and updates the parameters entire time?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
Can we define a function in GUI which checks for the parameters output from SIMULINK continuously and updates the GUI? It should not depend on pushbutton function input etc.
If yes, how can we define such a function?
Thanks.
0 件のコメント
採用された回答
Walter Roberson
2013 年 10 月 3 日
You might have to use a timer() and in the callback retrieve the latest results from the workspace.
I am, though, weak on the matter of when the simulation runs synchronously vs asynchronously.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Event Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!