Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

i have 12 grpahs saved from a matlab script is there a way to combine them

2 Ansichten (letzte 30 Tage)
Jose Leon
Jose Leon am 28 Nov. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi. I have 12 graphs saved as png . i want to know if its possible to create one graph from the 12 ones combined?

Antworten (1)

Jesus Sanchez
Jesus Sanchez am 28 Nov. 2019
Bearbeitet: Jesus Sanchez am 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"

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by