how to call .m file use exe
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2014 年 10 月 1 日
Use the system() command to have your program call a standalone executable.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Call C++ from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!