Borrar filtros
Borrar filtros

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

8 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Oct. de 2013
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.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by