Standard function poly2mask (and others!) not found even though its directory is in path
Mostrar comentarios más antiguos
After evaluating MATLAB under windows I installed R2010b under OS-X Snow Leopard.
A simple program which runs fine under the Windows MATLAB says
"Undefined function or method 'poly2mask' for input arguments of type 'double'."
when the program is run on the Apple Mac MATLAB.
I checked, and the directory containing poly2mask.m IS in the path (the directory is "/Applications/MATLAB_R2010b.app/toolbox/images/images".
What am I missing?
Respuestas (1)
Walter Roberson
el 17 de Mzo. de 2011
Is the image processing toolbox licensed for your system?
Also, try giving the command line prompt,
rehash toolbox; rehash toolboxcache
Categorías
Más información sobre Search Path en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!