linking GUIs in MATLAB

2 visualizzazioni (ultimi 30 giorni)
rimi
rimi il 20 Feb 2012
how to link 1 GUI in MATLAB with other.for example in the first GUI there is 1 pushbutton if it is pressed then a new GUI for that button press opens??

Risposta accettata

Chandra Kurniawan
Chandra Kurniawan il 20 Feb 2012
Hi,
Let say I have 2 GUIs.
untitled1
untitled2
In first GUI I have pushbutton to call the second GUI.
Just type untitled2 in the pushbutton callback.
  3 Commenti
Chandra Kurniawan
Chandra Kurniawan il 20 Feb 2012
Just type
close untitled1
rimi
rimi il 20 Feb 2012
ohh yes i got the answer
just write close(first gui) in the callback!!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by