Polar plot gridline spacing
6 ビュー (過去 30 日間)
古いコメントを表示
Hey everybody,
I've drawn a polar plot and a default gridline with a spacing of 0.5 has been made in my polar plot. My question is how I can change the spacing of the gridline to be 0.1 instead?
Thank you, Lars
0 件のコメント
回答 (2 件)
ag
2025 年 5 月 7 日
Hi Lars,
The MATLAB function "polar" does not allow the grid spacing to be modified.
For more details, please refer to the following MATLAB answers post: https://www.mathworks.com/matlabcentral/answers/105770-how-can-i-change-the-spacing-between-gridlines-on-a-polar-plot?s_tid=answers_rc1-1_p1_BOTH
Hope this helps!
0 件のコメント
Voss
2025 年 5 月 7 日
It's not clear to me what function you used to create your polar plot. Use polarplot, which plots into a PolarAxes, and then you can set the PolarAxes properties including ticks and grids at will.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Polar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!