link between m files
1 view (last 30 days)
Show older comments
Good evening\morning
How can I do a link between multi m.files
I have a main code that will call the other m files depending on If condition
0 Comments
Answers (2)
Walter Roberson
on 16 Dec 2011
If you are trying to call upon a script rather than a function, use run()
2 Comments
Walter Roberson
on 16 Dec 2011
run() is useful if you want to specify a path to the second file; it is also especially useful if the second file has the same name as the original.
Sean de Wolski
on 16 Dec 2011
doc function
Would be a good place to start, along with the getting started documentatiob.
1 Comment
Walter Roberson
on 16 Dec 2011
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!