필터 지우기
필터 지우기

How to use one pushbutton to open different GUI page

조회 수: 1 (최근 30일)
Mohsen
Mohsen 2013년 3월 13일
Dear friends, I have a main gui with some pushbutton(including pushbutton1), want to open a second gui by clicking on pushbutton1. second gui page include some pushbutton and pop-op menu. please send codes for creating Nested gui pages. Regards

채택된 답변

Image Analyst
Image Analyst 2013년 3월 13일
In the callback function of pushbutton1, just call your second GUI by name, passing it any needed arguments, like
[output1 output2] = YourSecondGUI(input1, input2, input3);

추가 답변 (0개)

카테고리

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