Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

2 visualizaciones (últimos 30 días)
Jose Leon
Jose Leon el 28 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

Jesus Sanchez
Jesus Sanchez el 28 de Nov. de 2019
Editada: Jesus Sanchez el 28 de Nov. de 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"

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by