How to view two images into one?
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
更多回答(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!