how to create a windows executable file
7 次查看(过去 30 天)
显示 更早的评论
hello i created an easy script in order to make a mechanical dimensioning asking some basic input and printing an output. now i would to use this program in a pc without matlab installed. how can i create a windows .exe file?
0 个评论
回答(3 个)
Image Analyst
2016-2-29
You need the compiler toolbox. See the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_make_a_standalone_executable_from_my_MATLAB_code.3F
0 个评论
andrea vironda
2016-2-29
5 个评论
Andreas Goser
2016-3-4
编辑:Andreas Goser
2016-3-4
Is this a university project? Are you going to provide this to a few users or many? Maybe there are better alternatives.
andrea vironda
2016-3-13
编辑:Image Analyst
2016-3-13
1 个评论
Image Analyst
2016-3-13
We can't tell unless we see the actual line of code, so be sure to upload that. In the meantime, what does this say
which -all regexprep
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDL Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!