matlab file as exe file
3 次查看(过去 30 天)
显示 更早的评论
hi, is there a way by which can make .m file as exe file ? And then can run it even without existence matlab
0 个评论
回答(1 个)
Fangjun Jiang
2011-12-20
Use the MATLAB Compiler Toolbox. Build standalone executables and software components from MATLAB code
11 个评论
Walter Roberson
2011-12-25
You can make calls to an installed version of MATLAB from Visual Basic, or you can use MATLAB Builder NE to produce .NET objects.
MATLAB Builder NE is not available for the Student Version, and has (I believe) the same restrictions on who can use it for what purposes as MATLAB Compiler has.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!