How to acces a cell array used in one pushbutton from another pushbutton within a GUI?
古いコメントを表示
I want to access the cell array used in one pushbutton from the other pushbutton for further processing. How can I do that?
回答 (1 件)
Geoff Hayes
2017 年 12 月 28 日
0 投票
gugu - are you using GUIDE, App Designer, or programatically creating your GUI? If using GUIDE, then you can save the cell array to the handles structure and then access it from the other pushbutton. See Store or retrieve UI data for more details.
カテゴリ
ヘルプ センター および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!