Is it possible to change 'file.m' to 'file.exe' ?
2 次查看(过去 30 天)
显示 更早的评论
Is it possible to change MATLAB .m files to .exe files in order to run the program on system which MATLAB is not installed on them?
(If there is such ways, what's the easiest one? )
0 个评论
采纳的回答
Wayne King
2014-2-2
Yes, but it requires other products you may or may not have.
One way:
Another way (starting in R2012a) is to build dlls using MATLAB Coder
1 个评论
Walter Roberson
2014-2-2
A note that I like to add for the benefit of other readers:
MATLAB Compiler and MATLAB Coder are not available at all for Student Version. To use them you must have an Academic or Professional license.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!