How can I use variable of one M-file into other M-file ?
1 回表示 (過去 30 日間)
古いコメントを表示
Can i access variable of different M-file into my M-file ? Or How can I use variable of 1 M-file into other M-file ?
0 件のコメント
回答 (2 件)
Chandrasekhar
2014 年 4 月 3 日
you can make functions and pass as arguments or u can declare them as global.
0 件のコメント
Andreas Goser
2014 年 4 月 3 日
編集済み: Andreas Goser
2014 年 4 月 3 日
When using scripts, your "M files" use one workspace and you can access all variables.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!