How to create exe file and use with MATLAB installed?

조회 수: 25 (최근 30일)
alessandro tittonel
alessandro tittonel 2018년 6월 7일
답변: Arun Mathamkode 2018년 6월 12일
I would like to generate a .exe files starting from a .m file. Actyallt i need to run the .exe just on my pc or in pc where MATLAb is installed. Do i necesserly need MCC? Alternatively how can i use run a .m file without launching MATLAB?

답변 (1개)

Arun Mathamkode
Arun Mathamkode 2018년 6월 12일
You need to launch MATLAB for running .m files. You can use MATLAB compiler for creating an exe from the .m file. All applications created with MATLAB Compiler use the MATLAB Runtime, which enables royalty-free deployment to users who do not need MATLAB. You can package the runtime with the application, or have your users download it during installation. If MATLAB is installed on your target machine, the MATLAB runtime will be already installed.

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by