calculate the average wind intensities

2 visualizaciones (últimos 30 días)
ELISABETTA BILLOTTA
ELISABETTA BILLOTTA el 22 de Abr. de 2021
Comentada: Mathieu NOE el 23 de Abr. de 2021
I know the components of the wind u, v, z of several years. how can I calculate the average wind intensities in this time period?

Respuesta aceptada

Mathieu NOE
Mathieu NOE el 22 de Abr. de 2021
hello
you need to compute the magnitude of your 3 components vector (and plot it against time)
mag =sqrt(u.^2 + v.^2 + w.^2)
  2 comentarios
ELISABETTA BILLOTTA
ELISABETTA BILLOTTA el 23 de Abr. de 2021
so you say to calculate mag as you wrote me and then graph with mag on the x axis and time on the y axis?
in the meantime, thanks for the answer
Mathieu NOE
Mathieu NOE el 23 de Abr. de 2021
hello
I would have plotted time on the x axis and mag on the y axis
all the best

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Polar Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by