how to call .m file use exe
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Roger
am 1 Okt. 2014
Beantwortet: Image Analyst
am 1 Okt. 2014
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 1 Okt. 2014
Use the system() command to have your program call a standalone executable.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call C++ from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!