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