MATLAB: How can i display full streched image on axes in gui?

guiguideimage processing

I am displaying image on the axes but when i execute the program it shows like shrinked image… i want to show the image on whole axes. how can i do that??

Best Answer

In imshow(), set the 'InitialMagnification' property to be 100.