When you pause MATLAB and a uicontrol has focus, pressing a keyboard key does not cause MATLAB to resume. Click anywhere outside a uicontrol and then press any key. For more information, see the pause function
1 次查看(过去 30 天)
显示 更早的评论
what does it mean?
When you pause MATLAB and a uicontrol has focus, pressing a keyboard key does not cause MATLAB to resume. Click anywhere outside a uicontrol and then press any key. For more information, see the pause function
where outside the gui should I press- because pause is a general command, and in my figure I have all sorts of UIcontrols so, how can I tell which one is with focus?
0 个评论
采纳的回答
Walter Roberson
2012-10-15
编辑:Walter Roberson
2012-10-15
Do not click outside the GUI: click in any area of the figure that is blank space, where there is no uicontrol() and no graphic.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!