I have two guis and I need to share data between them.how to share data between them
1 view (last 30 days)
Show older comments
Hey I have two gui . In first gui I have several radio buttons and a image. I want to read the value of radio button in my second gui and copy the same image here.
Please help me out
Answers (1)
Alex Mcaulley
on 10 Apr 2019
Edited: Alex Mcaulley
on 10 Apr 2019
The best option is to use setappdata and getappdata functions:
Here you have an example:
0 Comments
See Also
Categories
Find more on Migrate GUIDE Apps 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!