MATLAB: This is happening

image processing

[m n] = size(image);
I tried this command earlier and it worked well but now showing this:
"Indexing cannot yield multiple results."

Best Answer

Did you name one of your variables ‘size’ later in your code?