Question about Matlab compiler

2 次查看(过去 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 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by