How to display images

3 ビュー (過去 30 日間)
Majid Al-Sirafi
Majid Al-Sirafi 2018 年 9 月 30 日
コメント済み: Majid Al-Sirafi 2018 年 10 月 1 日
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().
  1 件のコメント
Majid Al-Sirafi
Majid Al-Sirafi 2018 年 10 月 1 日
thank you dear Image Analyst
I'll try it

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by