calculate the average wind intensities
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
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
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Polar Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!