Keep GUI functions running when opening an uigetfile Dialog?
Show older comments
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?
Accepted Answer
More Answers (1)
Thomas Koelen
on 20 May 2015
Edited: Thomas Koelen
on 20 May 2015
0 votes
Try calling a function that calls the uigetfile function, maybe this works but I'm not sure.
1 Comment
Manuel Thomet
on 20 May 2015
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!