linking GUIs in MATLAB

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??

 Respuesta aceptada

Chandra Kurniawan
Chandra Kurniawan el 20 de Feb. de 2012

1 voto

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 comentarios

rimi
rimi el 20 de Feb. de 2012
what if we want our first gui to get closed?
Chandra Kurniawan
Chandra Kurniawan el 20 de Feb. de 2012
Just type
close untitled1
rimi
rimi el 20 de Feb. de 2012
ohh yes i got the answer
just write close(first gui) in the callback!!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by