calculate the average wind intensities

1 次查看(过去 30 天)
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?

采纳的回答

Mathieu NOE
Mathieu NOE 2021-4-22
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 个评论
ELISABETTA BILLOTTA
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 2021-4-23
hello
I would have plotted time on the x axis and mag on the y axis
all the best

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 View and Analyze Simulation Results 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by