how to open another gui from existing gui using push button ?

i have to gui, the main gui and the sub gui. I want to open the sub gui from main gui using push button ( guide ). How to make it ? thank you

 Risposta accettata

Refer the link here which has details with example code

1 Commento

ElizabethR
ElizabethR il 18 Giu 2016
Modificato: ElizabethR il 18 Giu 2016
hi Stalin Samuel, thank you so much for your example code. Your simple code is easy to learn and make me understand. God Bless :D

Accedi per commentare.

Più risposte (1)

Lets consider you have 'ABC' is main GUI and 'XYZ' is sub GUI and 'OK' is the push button of GUI ABC
then in callback of OK push button of GUI ABC, simply put..
XYZ; % this command is to open the new GUI
close(ABC); % this command is to close the existing GUI

4 Commenti

hi Shameer Parmar, thank you so much, God bless :D
didn'T work ... :/
Will it run the .fig and .m files of XYZ by type XYZ; ?

Accedi per commentare.

Categorie

Scopri di più su Interactive Control and Callbacks in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by