Problem in plotting polar plot from data.

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

Answers (2)

t=0:0.1:10;
y=cos(2*pi*t);
polar(t,y)

1 Comment

Hi Azzi,
Thanks for the prompt response. Unfortunately the above code is not giving the result which I expected.
I need to have the exact replica of the image, including the labels and the corresponding values. The inside star shaped graph is plotted according to the values of each of the labels from a to p. Basically I have a table of values like a = 930, b =1732 …. , p=100
Is there any other way to do this?
Regards, Lekshmi

Sign in to comment.

I suggest you see Comprehensive Polar Plots in FEX. It seems to be able to do what you want.

1 Comment

Hi Star Strider,
Thanks for the response. I will check this out.
Regards,
Lekshmi

Sign in to comment.

Categories

Tags

Asked:

on 14 Feb 2014

Commented:

on 18 Feb 2014

Community Treasure Hunt

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

Start Hunting!