Interval plot in matlab

조회 수: 1 (최근 30일)
CVR
CVR 2013년 9월 24일
Hi there, can I plot an interval plot in matlab ? I have a repeated data, let's say:
t = [1 2 3 1 2 3 1 2 3 1 2 3 1 2 3] -> 3 time points, repeated for 5 measurements
y = [500 600 800 300 400 600 100 400 600 200 400 600 200 500 700] -> 3 value, for 5 repeated measurements
now, if I invoke this command:
scatter(t,y)
it will produce a close result for what I need, but I do not want the scatter dot, instead I want an interval plot for each measurement. Is there any way to do this?
Thanks
  댓글 수: 2
Walter Roberson
Walter Roberson 2013년 9월 24일
Interval plot -- is that like a box plot?
CVR
CVR 2013년 9월 24일
yes, but only with a line, not a box. It will show you the min and max value of your data

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by