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

1 回表示 (過去 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!
  2 件のコメント
vishnu
vishnu 2024 年 9 月 12 日
Hi Jatin
Thanks for sharing the solution link
maybe i would have skipped link becuase of not in "Answer Accepted" category

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeJust for fun についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by