How to freeze a figure
显示 更早的评论
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
采纳的回答
更多回答(2 个)
Walter Roberson
2013-2-28
0 个投票
Create a modal figure; nothing else will be permitted to run until the modal figure is destroyed.
类别
在 帮助中心 和 File Exchange 中查找有关 App Building 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!