passing data between two different gui window using guide
Show older comments
I am a beginner with MATLAB GUIs. I have two GUI figure windows. I want to transfer data( from a textbox) in the first GUI figure to another second GUI figure & want to use that data in second GUI figure. Assuming I am using Guide.
1 Comment
Walter Roberson
on 19 Jul 2011
duplicate is at http://www.mathworks.com/matlabcentral/answers/5487-passing-data-into-another-gui-figure-window-using-guide
Accepted Answer
More Answers (2)
Sean de Wolski
on 13 Apr 2011
doc setappdata
doc getappdata
doc guidata
Doug Hull
on 13 Apr 2011
0 votes
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!