How to create exe file in Matlab 2009a from .m file ??
1 次查看(过去 30 天)
显示 更早的评论
How to create exe file in Matlab 2009a from .m file ??
0 个评论
采纳的回答
Arnaud Miege
2011-4-7
You need to use the MATLAB Compiler to generate an executable. The executable uses a runtime engine called the MATLAB Compiler Runtime (MCR), which needs to be installed on the end-user machine before he can run the executable. You can freely redistribute the MCR if you have a license of the MATLAB Compiler.
HTH,
Arnaud
8 个评论
Arnaud Miege
2011-4-27
I've no idea what you're talking about. Please start a new question, as it appears to be completely unrelated.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!