convert variable to global
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Azzi Abdelmalek
2014-4-18
global handles
2 个评论
Azzi Abdelmalek
2014-4-18
编辑:Azzi Abdelmalek
2014-4-18
In the functions where handles.var1 is defined or changed
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!