I want to merge 4 figures into 1 figures
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
There are four figures already stored.
I want to compare these at once, is there a way to represent them in a single figure?
0 Kommentare
Antworten (1)
Image Analyst
am 30 Mär. 2021
It's best just to create them as 1 to begin with with nexttile() or subplot(). If you have them already stored, how are they stored? As .fig files or .PNG files? If the figures are open, then you can use saveas() or copygraphics() to save them as images then use imread() and subplot() to display all 4 on one figure.
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!