Multiple Plots On Same Page

2 次查看(过去 30 天)
Amritpal Kaur
Amritpal Kaur 2016-5-1
So I have to plot certain data (90 graphs total) and a single graph looks like this.
However when I
hold on
and plot 90 sets superimposed, it looks just like a patch of multiple colours.
Now what would be the most optimal way to represent the plots that can let us compare them and study the difference. For example (and this is just my thought and I am open to opnions) comparign these 90 plots in a Matrix fashion using
subplot
is really not a great idea! What would be the best idea to compare them side by side? Any suggestions? Thanks.
  3 个评论
Amritpal Kaur
Amritpal Kaur 2016-5-1
They are not comparable per say. They are just similar plots each with be a different graph. But the project leader wants each plot in a visually comparable way. any suggestions?
Geoff Hayes
Geoff Hayes 2016-5-1
编辑:Geoff Hayes 2016-5-1
I would use subplots and ensure that the interval for each axes is identical for each subplot. So for all of your 90 plots, determine the minimum and maximum values for the x and y axes, and then set the axes interval for each subplot. See axis limits for details.
Else, create a GUI that allows the user to select any two (or more?) of the 90 plots to compare them side-by-side.

请先登录,再进行评论。

回答(1 个)

JL555
JL555 2016-5-1
It'll be helpful if you show the code a bit and plot number 2

标签

Community Treasure Hunt

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

Start Hunting!

Translated by