image processing
Show older comments
I need to concatenate two images of same size one above another not side by side..which cammand i need to write
Answers (1)
Image Analyst
on 9 Nov 2011
newImage = [image1; image2];
Categories
Find more on Image Arithmetic 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!