How to build a *.exe file from my m-file that works in windows environment?
이전 댓글 표시
I wrote my program in a m-file and now I want to make a *.exe file from it, that can works without need to matlab in windows environment?Is it possible?How?
답변 (2개)
the cyclist
2011년 10월 21일
0 개 추천
You need the MATLAB Compiler:
Kaustubha Govind
2011년 10월 21일
0 개 추천
Alternatively, you can use MATLAB Coder to generate standalone C code if you are only using functions supported for code generation.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!