how to create a windows executable file
古いコメントを表示
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?
回答 (3 件)
Image Analyst
2016 年 2 月 29 日
0 投票
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
andrea vironda
2016 年 2 月 29 日
0 投票
5 件のコメント
Image Analyst
2016 年 2 月 29 日
Type ver on the command line and see if the Compiler is listed among your toolboxes.
andrea vironda
2016 年 3 月 4 日
編集済み: andrea vironda
2016 年 3 月 4 日
Andreas Goser
2016 年 3 月 4 日
Yes. "MATLAB Compiler" is the right one
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 月 4 日
編集済み: andrea vironda
2016 年 3 月 4 日
andrea vironda
2016 年 3 月 13 日
編集済み: Image Analyst
2016 年 3 月 13 日
0 投票
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
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
