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

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 2월 14일

0 개 추천

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

댓글 수: 1

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일

0 개 추천

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

댓글 수: 1

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

질문:

2014년 2월 14일

댓글:

2014년 2월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by