Can we show an image in its original size in MATLAB?
Right now when we are showing, it is exactly fitted to the image window size. However, I want to show the image
try: figure,imshow(your_image), axis image This changes the image axis to the original size