MATLAB: Imshow does not work in 2016a

imshow

Please help me out, I cannot finish my project with these imshow error

Best Answer

It looks from your screenshot that you named your script 'image.m', is that correct? If so, try changing that filename because you may be causing problems with the built-in MATLAB function called 'image'.
In general, try to steer clear of calling variables or files by names that MATLAB uses for other things.
Related Question