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

11 vues (au cours des 30 derniers jours)
ElizabethR
ElizabethR le 17 Juin 2016
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

Réponse acceptée

Stalin Samuel
Stalin Samuel le 17 Juin 2016
Refer the link here which has details with example code
  1 commentaire
ElizabethR
ElizabethR le 18 Juin 2016
Modifié(e) : ElizabethR le 18 Juin 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

Connectez-vous pour commenter.

Plus de réponses (1)

Shameer Parmar
Shameer Parmar le 17 Juin 2016
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 commentaires
Thiyaga Raj
Thiyaga Raj le 2 Oct 2018
Nice, It Works
Bachtiar Muhammad Lubis
Bachtiar Muhammad Lubis le 29 Oct 2018
Will it run the .fig and .m files of XYZ by type XYZ; ?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Migrate GUIDE Apps 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