Matlab mlapp gui auto minimises once folder selected using uigetdir() command is there any way to resotre main gui once folder selection done.

4 次查看(过去 30 天)
Matlab mlapp gui auto minimises once folder selected using uigetdir() command is there any way to resotre main gui once folder selection done.

采纳的回答

Jatin
Jatin 2024-9-11
编辑:Jatin 2024-9-11
From my understanding, you are looking to restore the main GUI once the folder selection is completed using the 'uigetdir()' command. A similar issue has been addressed in some MATLAB Answers discussions. The following command, placed after the folder selection, seems to restore the GUI:
figure(app.UIFigure);
Read more about the similar issue in the following MATLAB Answer posts:
Hope this helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Just for fun 的更多信息

标签

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by