How to read and display multiple images in matlab?

2 views (last 30 days)
I'm trying to read and display two images in mat lab, but i got only the second image as output. What should be done to get two or more images as output?

Answers (1)

Image Analyst
Image Analyst on 21 Aug 2014
Try imshow(), images(), imagesc(), imfuse(), imshowpair(), or montage().

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!