MATLAB: Why is there a smiley face when use imagesc

image processing

Hi,
I am doing normal image analysis. When use imagesc, a smiley face shows in the corner. Does it happen to anyone?

Best Answer

That is not a smiley face, it is a photo of Steve Eddins' eldest son:
For some reason you have the default image data mixed up with your own data. Possibly this occured because you somehow added new image data to an already displayed image (e.g. perhaps after using hold on)... what MATLAB version are you using, and how are you calling imagesc ?