MATLAB: Imbinarize…Undefined function

Image Processing Toolboximbinarizethresholdundefined function

By using MATLAB R2013a.
I am the beginners and forgive me if question is not narrated in well. The Matlab shows " Undefined function 'imbinarize' for input arguments of type 'uint8'" for the following [ imbinarize(I)]
I= imread('cameraman.tif');
>> imshow (I)
>> imbinarize(I)
Undefined function 'imbinarize' for input arguments of type 'uint8'.
Thanks for support

Best Answer

You can search for "Matlab imbinarize" in the net to find out, that this function belongs to the Image Processing Toolbox. Use the ver command to find out, if you have it installed and a licence for it.