Question about Matlab compiler
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (2)
Walter Roberson
il 21 Dic 2011
Only functions can be compiled, and the file name for a function must be a valid MATLAB identifier. Numeric filenames are not permitted.
0 Commenti
Image Analyst
il 21 Dic 2011
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!