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일

0 개 추천

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

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개)

카테고리

도움말 센터File Exchange에서 Geology에 대해 자세히 알아보기

태그

질문:

2021년 4월 22일

댓글:

2021년 4월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by