showing different images on screen
조회 수: 1 (최근 30일)
이전 댓글 표시
i have 1 to 100 images,want to display these images on screen depending upon user input.is any function exist that can do this work except subplot as subplot gives very small sized image,unable to see image.
댓글 수: 0
채택된 답변
Image Analyst
2015년 10월 19일
You can try montage(). It will stitch the images all together into one huge image. You might run out of memory though. If that happens, subsample the images and stitch them together yourself.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!