Draw polar curves

How can I draw two-fold polar circles? as illustrated in the link http://i39.tinypic.com/5peibo.png

1 commentaire

Mohamed
Mohamed le 17 Déc 2011
I only could draw three-fold polar circles and four-fold polar circles as you can see in these figures http://i40.tinypic.com/21e2o21.png and http://i40.tinypic.com/wv33sx.jpg
Thank you in advance

Connectez-vous pour commenter.

 Réponse acceptée

Paulo Silva
Paulo Silva le 17 Déc 2011

0 votes

t=0:0.01:2*pi;
polar(t,abs(sin(t/2).*cos(t/2)));

Plus de réponses (0)

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by