How to calculate wind direction& speed from U and V wind components
11 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
@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 个评论
@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
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!