setappdata Question
Afficher commentaires plus anciens
Within a GUI if I want to create a variable in one function and use it in another is "setappdata" a good stratagy to use? I am trying to get away from any use of global variables
Réponse acceptée
Plus de réponses (1)
Daniel Shub
le 30 Sep 2011
1 vote
Yes, setappdata is a reasonable strategy and much better than a global variable. The FAQ provides some other alternatives.
Catégories
En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!