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!