How to use one pushbutton to open different GUI page

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

 Respuesta aceptada

Image Analyst
Image Analyst el 13 de Mzo. de 2013
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);

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Mzo. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by