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

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 Comments

Please define ‘variability’. Do you mean maximum and minimum, the statistical measure of variance (or standard deviation), or something else?
Actually, I want to plot the spread(variability) of the data points.

Sign in to comment.

 Accepted Answer

>> doc hist
>> doc boxplot
>> doc mean
>> doc std
>> doc min
>> doc max

More Answers (0)

Asked:

on 24 Feb 2014

Commented:

on 26 Feb 2014

Community Treasure Hunt

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

Start Hunting!