Problem running compiled MATLAB code
显示 更早的评论
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 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!