i have a problem in converting my GUI based matlab code into exe file using deploytool ... below is error which gives during compiling. thanks in advance
이전 댓글 표시
ant:
<ant>
<mkdir dir="E:\project_code\my_algo in rgb\demo\for_redistribution" />
<mkdir dir="E:\project_code\my_algo in rgb\demo\for_testing" />
</ant>
mcc -C -o demo -W WinMain:demo -T link:exe -d 'E:\project_code\my_algo in rgb\demo\for_testing' -v 'E:\project_code\my_algo in rgb\demo.m'
Test checkout of feature 'Compiler' failed.
mcc failed.
답변 (1개)
Adam
2017년 1월 12일
0 개 추천
Do you have a license for the compiler? That error is from the licensing, telling you it cannot checkout a license for the 'compiler'
댓글 수: 2
ijaz khan
2017년 1월 17일
Adam
2017년 1월 17일
You can't create an exe without the compiler license. I don't think this is available on a Student license anyway (though I may be wrong, I've never used one). If you contact Mathworks themselves they may be able to give you better advice, but I think your only option is to run your code from within Matlab.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!