Problem in plotting polar plot from data.

4 views (last 30 days)
Lekshmi
Lekshmi on 14 Feb 2014
Commented: Lekshmi on 18 Feb 2014
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)

Azzi Abdelmalek
Azzi Abdelmalek on 14 Feb 2014
t=0:0.1:10;
y=cos(2*pi*t);
polar(t,y)
  1 Comment
Lekshmi
Lekshmi on 17 Feb 2014
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.


Star Strider
Star Strider on 17 Feb 2014
I suggest you see Comprehensive Polar Plots in FEX. It seems to be able to do what you want.
  1 Comment
Lekshmi
Lekshmi on 18 Feb 2014
Hi Star Strider,
Thanks for the response. I will check this out.
Regards,
Lekshmi

Sign in to comment.

Categories

Find more on Polar Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!