2 M file interaction
古いコメントを表示
Hi i'm using Matlab 2009 , i have my code in 1 M file , and the results of that code, should be used in other M file, how can i do that?
3 件のコメント
B.k Sumedha
2015 年 6 月 2 日
U can call the function parameter into ur other code.
amira hl
2015 年 6 月 2 日
編集済み: Walter Roberson
2015 年 6 月 18 日
Amine
2015 年 6 月 2 日
You can also write an m-file where you call another m-file, example: Im_calculation % which is your first m-file %Then you continue your code below. And do not forget to save the two m-files in the same path. Good chance!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!