How to acces a cell array used in one pushbutton from another pushbutton within a GUI?
Show older comments
I want to access the cell array used in one pushbutton from the other pushbutton for further processing. How can I do that?
Answers (1)
Geoff Hayes
on 28 Dec 2017
0 votes
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.
Categories
Find more on Interactive Control and Callbacks 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!