标签: matlab
如何保持打开GUI?
我该如何解决此问题?
[filename,filepath]=uigetfile({'*.bmp'},'Select and image');
答案 0 :(得分:0)
这是一个已知的问题,您可以在此处查看一些以前的解决方案:
https://se.mathworks.com/matlabcentral/answers/296305-appdesigner-window-ends-up-in-background-after-uigetfile
https://se.mathworks.com/matlabcentral/answers/317676-uigetfile-will-make-app-be-behind-another-windows
https://www.reddit.com/r/matlab/comments/92bh7e/force_uigetfile_to_open_dialogue_in_front_of/
解决方案通常涉及切换GUI的可见性。