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!