How do I average hourly daily velocity data and plot the answer?

I am very new to matlab. I have hourly daily wind velocity data for five years, for two months. I need to average these five years for each hour of the day for each month separately, and then plot the average wind speed for months by hour on the same graph. The y=speed and the x=hour of the day (0-23). My data are in an array such that column 2 is the month, column 3 is the day, column 4 is hour and column 7 is the wind speed. I know this is possible but I'm struggling with an efficient/elegant way to do so. Thanks!

2 commentaires

Cedric
Cedric le 29 Sep 2017
Modifié(e) : Cedric le 29 Sep 2017
What have you done so far?
Look at e.g. ACCUMARRAY and/or SPLITAPPLY and train with a simple example so you understand how that works.
Thanks Cedric, I tried accumarray and that was the solution.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Question posée :

le 29 Sep 2017

Commenté :

le 29 Sep 2017

Community Treasure Hunt

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

Start Hunting!

Translated by