Is It possible to create a GUI within a GUI?

조회 수: 1 (최근 30일)
Ipsita
Ipsita 2015년 1월 26일
댓글: Sean de Wolski 2015년 1월 29일
Is it possible to create another GUI from within the callback function of an existing GUI?

답변 (1개)

Image Analyst
Image Analyst 2015년 1월 26일
Not sure what you mean by this. You can launch a second app by pushing a button - just put the name of the second app in the callback function of your button. The second app could be it's own GUI totally different than the one that launched it.
Or you can have a difference set of controls on your GUI by using the tabbed panel control available now in R2014b. You'll need to upgrade if you want tabbed control and don't have the latest version.
Or you can "create" your own within your first app by having your first app call functions like figure() and uicontrol().
  댓글 수: 5
Robert Cumming
Robert Cumming 2015년 1월 27일
편집: Robert Cumming 2015년 1월 29일
@ImageAnalyst - If your interested have a look at my GUI toolbox for creating GUIs with tabs within an interactive ( guide equivalent ) environment.
@Ipsita - this example shows how to create 2 ( the theory works for multiple ) independent GUIs which can also be seamlessly embedded into a larger single GUI with multiple pages (they could easily have be tabs as the images here show. ).
Sean de Wolski
Sean de Wolski 2015년 1월 29일
@IA, patience...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by