how to create a windows executable file
조회 수: 3 (최근 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에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!