2 M file interaction
Ältere Kommentare anzeigen
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 Kommentare
B.k Sumedha
am 2 Jun. 2015
U can call the function parameter into ur other code.
amira hl
am 2 Jun. 2015
Bearbeitet: Walter Roberson
am 18 Jun. 2015
Amine
am 2 Jun. 2015
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!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Audio and Video Data finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!