Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Jose Leon
Jose Leon 2019년 11월 28일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi. I have 12 graphs saved as png . i want to know if its possible to create one graph from the 12 ones combined?

답변 (1개)

Jesus Sanchez
Jesus Sanchez 2019년 11월 28일
편집: Jesus Sanchez 2019년 11월 28일
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"

태그

Community Treasure Hunt

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

Start Hunting!

Translated by