How to view two images into one?
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all,
I have two images (figures). One of them is the graph and the second photo.I would like to this two figures display in one figure (no subplot). Is this possible to do it?
Thank you for your answers.
0 件のコメント
採用された回答
その他の回答 (1 件)
Bego
2016 年 9 月 28 日
Hi Veronika!
You should read the following documentation:
After that, your solution should be something like this:
%Supposing you have Figure A and Figure B
imshowpair(A,B,'montage');
Hope this helps
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!