hi I am a student want to create standalone application of my matlab project
이전 댓글 표시
please help me as while using mcc i am getting the error code 1 and the work is not getting done please help me how to create a standalone appplication and wat all is required for that( version of matlab and other requirements)
답변 (2개)
Andreas Goser
2011년 4월 28일
0 개 추천
Kaustubha Govind
2011년 4월 28일
The mcc command is basically a function in the MATLAB Compiler toolbox. Each version of MATLAB also ships with its corresponding version of MATLAB Compiler. So your question about version requirements for MATLAB is moot.
You do however need to have installed a supported compiler, and select it for compilation using the command "mbuild -setup". You will need to look at the list for your release of MATLAB and the platform that you're on.
If you're using R2008a, then Andreas' bug link above might be relevant. Otherwise, please post the complete/exact error message returned by executing:
mcc -mv <filename>
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!