Create new GUI which opening on the window

조회 수: 2 (최근 30일)
Mateusz Swierzewski
Mateusz Swierzewski 2017년 5월 27일
답변: Jan 2017년 5월 27일
Hi, If i have a main GUI, how i can create a new GUI (sub GUI) ?
I would like open new GUI after pressing a push button. But that new GUI must be open in the same window and then i have the opportunity (with push button) turn back to the main GUI.
thanks for answering!

답변 (1개)

Jan
Jan 2017년 5월 27일
You want a new GUI appear in the same window? This sounds strange. Perhaps you want a GUI with multiple tabs?
Actually open a new figure is trivial: Either create one using GUIDE and open it by calling it's main function. Or create the GUI programmatically: Use figure() to open a new figure, that create the elements by uicontrol.
A more precise answer is possible, if you ask a more specific question.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by