I have two guis and I need to share data between them.how to share data between them
1 次查看(过去 30 天)
显示 更早的评论
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
回答(1 个)
Alex Mcaulley
2019-4-10
编辑:Alex Mcaulley
2019-4-10
The best option is to use setappdata and getappdata functions:
Here you have an example:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!