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.

Plus de réponses (1)

Bego
Bego le 28 Sep 2016

0 votes

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

Catégories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by