convert variable to global
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Alon
le 18 Avr 2014
Modifié(e) : Azzi Abdelmalek
le 18 Avr 2014
Hello, I have a gui and all of my variables are named like this: handles.var1,handles.var2....
How can I convert them to be global?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 18 Avr 2014
global handles
2 commentaires
Azzi Abdelmalek
le 18 Avr 2014
Modifié(e) : Azzi Abdelmalek
le 18 Avr 2014
In the functions where handles.var1 is defined or changed
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Electrical Block Libraries 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!