calculate the average wind intensities

조회 수: 1 (최근 30일)
ELISABETTA BILLOTTA
ELISABETTA BILLOTTA 2021년 4월 22일
댓글: Mathieu NOE 2021년 4월 23일
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
ELISABETTA BILLOTTA 2021년 4월 23일
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