how to call .m file use exe
2 views (last 30 days)
Show older comments
i have a bbb.m and bbb.figure, i want to use another tt.m and tt.figure to convert to an exe file, then use this exe file to call bbb.m ,so how to make it
0 Comments
Accepted Answer
Image Analyst
on 1 Oct 2014
Use the system() command to have your program call a standalone executable.
0 Comments
More Answers (0)
See Also
Categories
Find more on Call C++ from MATLAB 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!