Hi,
I want to plot a polar axes when there is specific jumps on the R direction and other jumps on the theta direction.
In R is 1/20 from 0 to 1, and theta is 2pi/32 from 0 to 2pi.
How can I do it?

 採用された回答

Voss
Voss 2024 年 3 月 18 日

1 投票

ax = polaraxes( ...
'RLim',[0 1], ...
'RTick',linspace(0,1,21), ...
'ThetaAxisUnits','radians', ...
'ThetaLim',[0 2*pi], ...
'ThetaTick',linspace(0,2*pi,33));

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePolar Plots についてさらに検索

製品

リリース

R2021b

タグ

質問済み:

2024 年 3 月 18 日

回答済み:

2024 年 3 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by