Problem running compiled MATLAB code
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!