convert variable to global
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alon
el 18 de Abr. de 2014
Editada: Azzi Abdelmalek
el 18 de Abr. de 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 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 18 de Abr. de 2014
global handles
2 comentarios
Azzi Abdelmalek
el 18 de Abr. de 2014
Editada: Azzi Abdelmalek
el 18 de Abr. de 2014
In the functions where handles.var1 is defined or changed
Más respuestas (0)
Ver también
Categorías
Más información sobre Dates and Time en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!