Problem in plotting polar plot from data.

1 Ansicht (letzte 30 Tage)
Lekshmi
Lekshmi am 14 Feb. 2014
Kommentiert: Lekshmi am 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

Antworten (2)

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

Melden Sie sich an, um zu kommentieren.


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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by