MATLAB: IMAGE MANIPULATON USING NESTED FUNCTION

image manipulation

I am writing a code for image manipulation and need to know how to set MAXCOL AND MAXROW by using size() function. Thanks I am new to matlab if my question seems premature

Best Answer

[maxcol, maxrow] = size(YourImage);