Keep GUI functions running when opening an uigetfile Dialog?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Thomas Koelen
le 20 Mai 2015
Modifié(e) : Thomas Koelen
le 20 Mai 2015
0 votes
Try calling a function that calls the uigetfile function, maybe this works but I'm not sure.
1 commentaire
Manuel Thomet
le 20 Mai 2015
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!