필터 지우기
필터 지우기

Multiple Plots On Same Page

조회 수: 2 (최근 30일)
Amritpal Kaur
Amritpal Kaur 2016년 5월 1일
편집: Geoff Hayes 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

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by