Combine 2 images vertically

I have 2 images, I want to combine that 2 images vertically. That means one under another one.
Like this figure. I already did, but quality is not good.
1Original.JPG

 Accepted Answer

Like this?
Im2=cat(1,im_upper,im_lower);

More Answers (0)

Categories

Products

Asked:

on 19 Dec 2019

Answered:

Rik
on 19 Dec 2019

Community Treasure Hunt

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

Start Hunting!