How to add two images in one, next to each other
9 ビュー (過去 30 日間)
古いコメントを表示
Hello, I have two splited images from diference matlab files. Now i need to merge them, near to each other. I tried supblot, imadd,cat methods, but nothing works. Please help me.
Result after sublot experiment:
0 件のコメント
回答 (2 件)
Stefan Grandl
2016 年 9 月 7 日
I know, the question is some months old, but anyway:
Try to use imshowpair with argument 'montage' (see this question How can I display two images at once?). You will need the Image Processing Toolbox for it.
Otherwise try a solution proposed in the link.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Basic Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!