Effacer les filtres
Effacer les filtres

handles using GUIDE, global vs. handles

3 vues (au cours des 30 derniers jours)
James
James le 24 Juin 2013
Matlab Noob:
Is using handles in a GUI as bad as using globals to be able to use variables in different functions? Is there a better method than saving variables to the handles?

Réponse acceptée

Evan
Evan le 24 Juin 2013
Modifié(e) : Evan le 24 Juin 2013
Using the handles structure is a much more neat, simple and safe way of using variables in different functions. It also helps that GUIs and their respective mfiles created using GUIDE are already set up for this type of passing and saving data.
I think that, in the vast majority of cases, taking advantage of the handles structure through the use of functions like guidata() is your best option.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by