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 commentaires

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

Connectez-vous pour commenter.

 Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by