How can I load a GUI into another GUI?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I want to have a main window with a pop-up menu, and depending on what is chosen in the menu, load a GUI (created with GUIDE) in a uipanel.
Is that possible?
Or do you know other ways to swap a widget on the fly?
Thanks
답변 (2개)
Jan
2012년 7월 16일
No, you cannot load a figure into a panel. Do you want the menubar to appear twice?
But you can copy the children of the figure to another figure, see copyobj.
댓글 수: 0
Caleb
2012년 7월 16일
If you design the GUI programmatically, this should be possible, but with GUIDE I don't think so.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!