Problem in plotting polar plot from data.
Mostra commenti meno recenti

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
Risposte (2)
Azzi Abdelmalek
il 14 Feb 2014
t=0:0.1:10;
y=cos(2*pi*t);
polar(t,y)
1 Commento
Lekshmi
il 17 Feb 2014
Categorie
Scopri di più su Polar Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!