フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

2 ビュー (過去 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