Keep GUI functions running when opening an uigetfile Dialog?
Mostrar comentarios más antiguos
I have made a GUI "Recording" which displays real time data from Simulink on several axes.
Within this GUI "Recording" I placed a pushbutton which opens another GUI "TrendFunction" where I can display a trend function. (E.g. the data over the last 2, 5 or 10 minutes)
Now, the problem is that within the "TrendFunction" I use uigetfile() to load data. But this causes my Simulink model and thereby the recording to stop. (Both the Simulink model and all axes in "Recording" do not continue/update) It seems that all functions are set on hold until the uigetfile() dialog is closed.
So the Question is:
Is there a way to avoid holding/pausing a Simulink model when opening an uigetfile dialog in a GUI?
Respuesta aceptada
Más respuestas (1)
Thomas Koelen
el 20 de Mayo de 2015
Editada: Thomas Koelen
el 20 de Mayo de 2015
0 votos
Try calling a function that calls the uigetfile function, maybe this works but I'm not sure.
1 comentario
Manuel Thomet
el 20 de Mayo de 2015
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!