how to create .exe file from .m file .

I have tried using mcc command but still its plotting graph in Matlab only.

답변 (1개)

Andreas Goser
Andreas Goser 2015년 2월 16일

0 개 추천

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

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 2015년 2월 16일
Did you do what it said and check your file with MLINT for errors?
vandana
vandana 2015년 5월 4일
i am able to create the .exe file but still it is using matlab for platting graphs

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

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

질문:

2015년 2월 16일

댓글:

2015년 5월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by