How to freeze a figure
Show older comments
Dear all,
I am building a GUI and I would like to make all buttons and stuff inactive during computation. Is there any clever way of doing so? The current solution is to disable and then enable everything single control...
Thank you for your help, Cédric
Accepted Answer
More Answers (2)
Walter Roberson
on 28 Feb 2013
0 votes
Create a modal figure; nothing else will be permitted to run until the modal figure is destroyed.
Cédric Devivier
on 28 Feb 2013
0 votes
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!