Merging existing subplots into a single one
Afficher commentaires plus anciens
Lets say I have two subplots, both of dimensions (2,1), saved as matlab figures. Is there any way for me to merge them into a single subplot figure of dimensions (2,2)?
2 commentaires
João Mendes
le 16 Avr 2021
Hi, for two images, maybe try the imshowpair function. For two plots, you can try to use the hold on command.
Tell me if it helps,
J.
HWIK
le 16 Avr 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Subplots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

