Borrar filtros
Borrar filtros

EXE file.

3 visualizaciones (últimos 30 días)
bala k
bala k el 13 de Mayo de 2011
hi,
How to create exe file in matlab.
can you help me.

Respuestas (2)

Walter Roberson
Walter Roberson el 13 de Mayo de 2011
You need the MATLAB Compiler toolbox. Once you have that installed and licensed, you can use deploytool
  2 comentarios
bala k
bala k el 13 de Mayo de 2011
how can i can download these compiler toolbox. i need each step to create exe file.
Walter Roberson
Walter Roberson el 13 de Mayo de 2011
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.

Iniciar sesión para comentar.


Fangjun Jiang
Fangjun Jiang el 13 de Mayo de 2011
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

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by