Running an m-file from C#
5 views (last 30 days)
Show older comments
Hello there,
I have a set of m-files connected through a master m-file ("Apple.m"). I want to run this master m-file from C#, like Execute("matlab.exe, "Apple.m"). How can I run this m-file without opening matlab from C#.
thanks
0 Comments
Answers (2)
The Matlab Spot
on 25 Nov 2013
If you need that matlab should not be called for using the function ...
0 Comments
See Also
Categories
Find more on MATLAB Compiler SDK 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!