Effacer les filtres
Effacer les filtres

How to use one pushbutton to open different GUI page

1 vue (au cours des 30 derniers jours)
Mohsen
Mohsen le 13 Mar 2013
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

Réponse acceptée

Image Analyst
Image Analyst le 13 Mar 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);

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by