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.
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!