필터 지우기
필터 지우기

How can I plot the variability of a large data set?

조회 수: 2 (최근 30일)
Rishikesh
Rishikesh 2014년 2월 24일
댓글: Rishikesh 2014년 2월 26일
I have a data set of wind speed which consists 15789 data point(data duplication may exist). I have to plot the variability of these data set.
  댓글 수: 2
Star Strider
Star Strider 2014년 2월 25일
Please define ‘variability’. Do you mean maximum and minimum, the statistical measure of variance (or standard deviation), or something else?
Rishikesh
Rishikesh 2014년 2월 25일
Actually, I want to plot the spread(variability) of the data points.

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

채택된 답변

Rick Rosson
Rick Rosson 2014년 2월 25일
>> doc hist
>> doc boxplot
>> doc mean
>> doc std
>> doc min
>> doc max
  댓글 수: 1
Rishikesh
Rishikesh 2014년 2월 26일
Thank you.Does hist gives us the spread of data set?

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by