how to create .exe file from .m file .

Respuestas (1)

Andreas Goser
Andreas Goser el 16 de Feb. de 2015
Assumin you successfully have created an EXE file myprog.exe, you can try to run it through the shell / DOS promt or within MATLAB as a system command.
!myprog

3 comentarios

vandana
vandana el 16 de Feb. de 2015
mcc -m moving_sinter
Unable to determine function name or input/output argument count for function
i have used "mcc-m myfilename" but getting the below given error
in M-file "moving_sinter". Please use MLINT to determine if this file contains errors. ??? Error using ==> mcc Error executing mcc, return status = 1.
Adam
Adam el 16 de Feb. de 2015
Did you do what it said and check your file with MLINT for errors?
vandana
vandana el 4 de Mayo de 2015
i am able to create the .exe file but still it is using matlab for platting graphs

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Feb. de 2015

Comentada:

el 4 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by