Is it possible to call a live script matlab file from another one?
32 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
mizuki
2017 年 3 月 26 日
Do you mean by another MATLAB file? If so, yes. If the live script name is livescript.mlx, call it from .m file like
>> livescript
3 件のコメント
mizuki
2017 年 3 月 27 日
Yes, it is possible (at least on R2017a).
Attached test_live2.mlx calls another file, test_live1.mlx, which loads the variable a and b, not defined in test_live2.mlx.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!