I'd like to call functions like imgradientxy or gray2ind in matlab, but either one will cause the error of Undefined function 'imgradientxy' for input arguments of type 'uint8'.
I'm using R2012a version and added toolbox to path.
MATLAB Version: 7.14.0.739 (R2012a)
Mapping Toolbox Version 3.5 (R2012a)
imgradientxy and gray2ind are native functions of matlab. Why is that happening?
which imgradientxyto make sure the functions are visible to matlab - Jonasimgradientxy... (if I'm not mistaken it only appeared at the Image Processing Toolbox of Matlab 2012b, and you have 2012a) - bla