How to view two images into one?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Veronika
el 28 de Sept. de 2016
Respondida: KSSV
el 28 de Sept. de 2016
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 comentarios
Respuesta aceptada
Más respuestas (1)
Bego
el 28 de Sept. de 2016
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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!