Keep GUI functions running when opening an uigetfile Dialog?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Thomas Koelen
am 20 Mai 2015
Bearbeitet: Thomas Koelen
am 20 Mai 2015
0 Stimmen
Try calling a function that calls the uigetfile function, maybe this works but I'm not sure.
1 Kommentar
Manuel Thomet
am 20 Mai 2015
Kategorien
Mehr zu App Building finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!