Hello,
I have an m-file called merger.m and I compiled it by typing "mcc -m merger.m" into the command prompt window. It gave me the executable merger.exe just fine. merger.m works, but when I try to run merger.exe, it gives me the following error:
"Undefined command/function 'corner'.
Error in ==> merger>mergeImages at 139
Error in ==> merger at 65
MATLAB:UndefinedFunction"
corner is the MATLAB function in the Image Processing Toolbox. How do I fix this?
Thanks

 채택된 답변

Image Analyst
Image Analyst 2015년 4월 11일

1 개 추천

Look in the "mcc excluded log.txt" file (or whatever it's called). Is corner() listed in there? If so, you're out of luck and will have to write it yourself rather than use the built-in function. If it's not in there, then call tech support.

댓글 수: 3

D W
D W 2015년 4월 13일
Hi, how would I find this file?
Image Analyst
Image Analyst 2015년 4월 13일
Look for a file called "mccExcludedFiles.log" in whatever folder you told it to put your final output executable - wherever your merger.exe is located, which for your command line will be the current folder. If the file is not there then there are probably no files that are excluded.
D W
D W 2015년 4월 13일
Alright, thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

D W
2015년 4월 11일

댓글:

D W
2015년 4월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by