필터 지우기
필터 지우기

How to calculate wind direction& speed from U and V wind components

조회 수: 34 (최근 30일)
JB
JB 2015년 10월 28일
댓글: @Johannes 2015년 11월 4일
Hi, I need help. I have wind components 'U500','V50M','U50' etc etc. I need to convert them to wind speed & wind direction. Can some one help please?

답변 (1개)

@Johannes
@Johannes 2015년 10월 28일
Hi,
the formulas you need are easy to find in the internet. Do you have a specific problem with MATLAB?
Best regards, Johannes
  댓글 수: 2
JB
JB 2015년 10월 28일
Hey,The attached is the output of the code.I want to replace the headers & its data with new values that are calculated after applying formula for U&V conversion to windspeed & winddirection.
@Johannes
@Johannes 2015년 11월 4일
I assume that your output is a matrix. You can access to the elements and change them. For example A(i,j)=12; will set the value of the element ij to 12.
Best regards, Johannes

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by