MATLAB: How could I make the figure window show the actual size of a picture

figureimageImage Processing Toolboxsuppress warnings

I want to use the imshow command to show a picture in a figure window, but the picture is too big, and the command window shows that Warning: Image is too big to fit on screen; displaying at 33%. Actually, the picture is designed to cover all the screen of the computer. Thank you very much for your help.

Best Answer

It will show the whole picture, scaled to fit the axes. To turn off warnings, see my attached utility.
To zoom pixel-for-pixel, see my attached zoom demo.
Related Question