Problem in plotting polar plot from data.
Mostrar comentarios más antiguos

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
Respuestas (2)
Azzi Abdelmalek
el 14 de Feb. de 2014
t=0:0.1:10;
y=cos(2*pi*t);
polar(t,y)
1 comentario
Lekshmi
el 17 de Feb. de 2014
Categorías
Más información sobre Polar Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!