필터 지우기
필터 지우기

Can we define a function in GUI code which runs and updates the parameters entire time?

조회 수: 8 (최근 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.

채택된 답변

Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by