How can I plot a pollution rose?
이전 댓글 표시
I would like to implement in MATLAB the following examples provided in the R package. Is there any way?

답변 (1개)
It would be helpful to have a URL to the R Package so we wouldn't have to guess how the plot was produced.
It looks like polaraxes along with a surface or contour plot. Neither surface and contour plots cannot be added to polaraxes as of the current release (Matlab r2021a).
Alternatives are to use colored scatter points or to use cartesian axes instead. Here are some examples of those strategies
댓글 수: 3
Jackson Seymore
2021년 6월 3일
I think they might be referring to the one that's part of openair.
Adam Danz
2022년 9월 20일
See polarhistogram
카테고리
도움말 센터 및 File Exchange에서 Polar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!