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!