how can i call the seconde figure with a push buton in figure one

1 vue (au cours des 30 derniers jours)
ali hadjer
ali hadjer le 3 Nov 2015
Commenté : Jan le 3 Nov 2015
hello i have two figure(gui),how can i call the seconde figure with a push buton in figure one
  1 commentaire
Jan
Jan le 3 Nov 2015
It is not clear, what "call a figure" means. Please note, that your question is considered to be answered successfully after you've accepted an answer.

Connectez-vous pour commenter.

Réponse acceptée

Adam
Adam le 3 Nov 2015
Just call it in the pushbutton callback exactly as you would if you did it from command line, by the name of the GUI
  2 commentaires
ali hadjer
ali hadjer le 3 Nov 2015
plz give me the code
Adam
Adam le 3 Nov 2015
There isn't generic code for it, it will be in the callback of whatever your pushbutton is called and call whatever your second GUI is called in a one-line function unless you have arguments to pass in which I wouldn't recommend doing if you are still not used to how to launch a GUI.

Connectez-vous pour commenter.

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