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 で Electrical Block Libraries についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!