Define output of a callback function
Show older comments
Is there any way to define the output variables of callback function in order to pass the variable to base workspace?
Answers (2)
Grzegorz Knor
on 8 Sep 2011
doc assignin
Jan
on 8 Sep 2011
0 votes
I strongly suggest not to do this. Writing variables to the base workspace will lead to confusions and impedes the debugging dramatically.
It is much better to store values in the GUI's UserData or application data (see "help setappdata" and "help guidata") and get them by a dedicated funtion from the GUI on demand.
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!