MATLAB: Command imageSet not working in MATLAB R2013a

image processingImage Processing Toolbox

I am using MATLAB R2013a. I was Using imageSet command but it is showing error as follows
Undefined function 'imageSet' for input arguments of type 'char'.
Can I use it in same version? If Yes then how and if NO then what is option for that?

Best Answer

That function requires R2014b or later. You will need to upgrade or write equivalent functions.
Related Question