How to plot wind rose according to u and v components
조회 수: 4 (최근 30일)
이전 댓글 표시
I have wind components u and v, how could I plot wind rose accodring to this components?? Please help!
댓글 수: 0
답변 (3개)
Bjorn Gustavsson
2012년 3월 7일
Well you could start by typing something like:
lookfor rose
at the matlab prompt. Or you could type:
helpwin
and then browse your way through: "MATLAB", "Graphics", "Plots and Plotting Tools" to "Figures, Plots and Graphs".
HTH,
댓글 수: 0
Jacob Halbrooks
2012년 3월 7일
In addition to searching MATLAB documentation, also look at the File Exchange for user-contributed utilities. The wind_rose utility is popular and might be what you want.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!