Problem in plotting polar plot from data.
Afficher commentaires plus anciens

Hi all,
I would like to plot the above figure using polar plot.Each label(a to p) correspond to a numeric value, for instance a = 930, b= 1732 and so on. Could anyone help me out in this issue?
Thanks in advance,
Lekshmi
Réponses (2)
Azzi Abdelmalek
le 14 Fév 2014
t=0:0.1:10;
y=cos(2*pi*t);
polar(t,y)
Star Strider
le 17 Fév 2014
0 votes
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!