How to change the size using imshow?
이전 댓글 표시
I have an image data which is 512x256 and I want to display that image data using imshow and set the parent property to an axes I have created which is 300x300. The problem is when I display the image data the result image shows on the axes is smaller. Is there any method to solve this problems?
Thanks in advance for the helps!!
답변 (2개)
Image Analyst
2014년 11월 19일
1 개 추천
imshow will fit the image to the axes. If you don't want that, then use a scrollpanel. See attached demo.
카테고리
도움말 센터 및 File Exchange에서 Display Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!