How to keep GUI interface on top?
显示 更早的评论
I used matlab2021b to design a GUI for loading pictures, but when I select a local file, the GUI will be hidden to the next level of the desktop, why is this?


采纳的回答
更多回答(1 个)
Michael
2022-8-4
0 个投票
I find that if I am drawing other figures from within a GUI that the GUI starts moving around the screen.
Especially if you are testing and you just throw up a figure and plot something
to fix this -- I do something along the lines of
figure(app.UIFigure); movegui(app.UIFigure, 'west');
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!