MATLAB: Display an image in Its Original Size

后端 未结 6 942
别那么骄傲
别那么骄傲 2020-12-19 05:39

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

6条回答
  •  一向
    一向 (楼主)
    2020-12-19 06:14

    try: figure,imshow(your_image), axis image This changes the image axis to the original size

提交回复
热议问题