How to display images

3 次查看(过去 30 天)
Hi everyone,
How to display more than one image(each one in figure), but the image is more than 900 images regards,
Majid
  3 个评论
Majid Al-Sirafi
Majid Al-Sirafi 2018-9-30
no dear friend
i want to display 900 images each one in figure
Majid Al-Sirafi
Majid Al-Sirafi 2018-9-30
I know by using the following code
img=imread('jj.bmp'); %for example
for i=1:900
figure; imshow(img);
end
but the execution is slow

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2018-9-30
Try montage().

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by