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 Exchange에서 Polar 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