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

1 次查看(过去 30 天)
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

回答(1 个)

Dishant Arora
Dishant Arora 2014-3-4
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

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by