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 comentarios

Cedric
Cedric el 29 de Sept. de 2017
Editada: Cedric el 29 de Sept. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Wind Power en Centro de ayuda y File Exchange.

Preguntada:

el 29 de Sept. de 2017

Comentada:

el 29 de Sept. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by