Borrar filtros
Borrar filtros

GUI from Simulink File

2 visualizaciones (últimos 30 días)
Sérgio
Sérgio el 13 de Mayo de 2013
Hi all!
It is possible to call a GUI file from a Simulink file? How?
Sérgio

Respuesta aceptada

David Sanchez
David Sanchez el 13 de Mayo de 2013
Your GUI consists of two files: mygui.fig and mygui.m If you call the function mygui.m from simulink, your GUI will pop up. Look for user defined function block and make a call to your mygui.m. Take into account that if you do not set the right means for it, your gui will be called every sample time, which means many times. Watch out for that.

Más respuestas (0)

Categorías

Más información sobre Interactive Model Editing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by