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?

 Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Polar Plots dans Centre d'aide et File Exchange

Produits

Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by