Problem in plotting polar plot from data.

4 次查看(过去 30 天)
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

回答(2 个)

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

请先登录,再进行评论。


Star Strider
Star Strider 2014-2-17
I suggest you see Comprehensive Polar Plots in FEX. It seems to be able to do what you want.

类别

Help CenterFile Exchange 中查找有关 Polar Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by