Question about Matlab compiler

조회 수: 4 (최근 30일)
Yunsung Kim
Yunsung Kim 2011년 12월 21일
I made .m and .fig files using GUIDE
and i wanted to make .exe file.
so i type like..
mcc -v -e -c 123.m
And.. at that time it looks like working..
then i saw the number end of compiling "*768*" (maybe error code)
After finish compile, the builded 123.exe file was not working.
do you have same experience? or have answer to sole this problem?
thanks.

답변 (2개)

Walter Roberson
Walter Roberson 2011년 12월 21일
Only functions can be compiled, and the file name for a function must be a valid MATLAB identifier. Numeric filenames are not permitted.

Image Analyst
Image Analyst 2011년 12월 21일
After you fix the filename like Walter said, be sure to review all the things in the FAQ, because there will undoubtedly be other problems.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by