Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
i have 12 grpahs saved from a matlab script is there a way to combine them
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi. I have 12 graphs saved as png . i want to know if its possible to create one graph from the 12 ones combined?
0 commentaires
Réponses (1)
Jesus Sanchez
le 28 Nov 2019
Modifié(e) : Jesus Sanchez
le 28 Nov 2019
Check this other question. I did not try those methods, but I hope they help you!
As a workaround, and if there are only one plot line per graph, you could try to use imread to load the png files and then delete all the pixels which are not part of your data, but I would not recommend it.
If they are saved from a matlab script that you still have, change it to save the graphs as .fig. THen you can directly load and combine them without problems using "hold on"
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!