필터 지우기
필터 지우기

EXE file.

조회 수: 3 (최근 30일)
bala k
bala k 2011년 5월 13일
hi,
How to create exe file in matlab.
can you help me.

답변 (2개)

Walter Roberson
Walter Roberson 2011년 5월 13일
You need the MATLAB Compiler toolbox. Once you have that installed and licensed, you can use deploytool
  댓글 수: 2
bala k
bala k 2011년 5월 13일
how can i can download these compiler toolbox. i need each step to create exe file.
Walter Roberson
Walter Roberson 2011년 5월 13일
If you are using a Student Edition of MATLAB then the compiler toolbox cannot be used with it.
Otherwise, you arrange to pay Mathworks, and then you go to your Mathworks account page and should be able to download the toolbox from there.
Be sure to download the version of the toolbox that corresponds to the version of MATLAB you are using.

댓글을 달려면 로그인하십시오.


Fangjun Jiang
Fangjun Jiang 2011년 5월 13일
Assume you have your working M-file ready, you can try mcc -m MyMfile mcc is the command to run Matlab compiler, which is a toolbox requiring a license. If you can run mcc, then you have the license and you can check "doc mcc" for more options. deploytool is the graphical user inferface to run mcc.
Or, simply run "ver" to see what toolbox and license you have

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by