Borrar filtros
Borrar filtros

how pop up a gui from an another gui on click of a button with a value?

1 visualización (últimos 30 días)
I have a task were i click a pushbutton in a gui named for example ( gui1.fig & gui1.m )and its takes a value from that gui say value1='123' to the other gui named( gui2.fig and gui2.m) and display's the value in gui2.fig edittext1
i need 1.how to open another gui on click the button 2. get value from gui1 to gui 2
help me

Respuestas (1)

Dishant Arora
Dishant Arora el 4 de Mzo. de 2014
For 1st task simply call the .m file by name inside pushbutton callback. And to accomplish the 2nd task you need to store the data in gui itself using setappdata and recover it using getappdata. For better understanding see this video tutorial How to pass data from one GUI to another in MATLAB

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by