How to declare global variable
1 回表示 (過去 30 日間)
古いコメントを表示
I have multiple m-files and i want to use same global variable for all files so how should i declare and on which place
0 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 4 月 23 日
function y=fcn1(~)
global your_variable
do it in all your functions
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Argument Definitions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!