Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Answers (1)

Dishant Arora
Dishant Arora on 4 Mar 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

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!