How to use one pushbutton to open different GUI page

1 次查看(过去 30 天)
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