Polar plot some values

Hello. i have these values:
0 0,933
15 0,9417
30 0,9993
45 1
60 1
75 1,2357
90 1,16
105 0,7455
120 0,4155
135 0,2735
150 0,2857
165 1,1331
180 4,035
195 1,1331
210 0,2857
225 0,2735
240 0,4155
255 0,7455
270 1,16
285 1,2357
300 1
315 1
330 0,9993
345 0,9417
360 0,933
How can I polar plot these values to look like this:

1 件のコメント

Cristian
Cristian 2013 年 5 月 17 日
So there is no other way to make this polar plot look like the graph above?

サインインしてコメントする。

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 15 日

0 投票

data=[0 0.933
15 0.9417
30 0.9993
45 1
60 1
75 1.2357
90 1.16
105 0.7455
120 0.4155
135 0.2735
150 0.2857
165 1.1331
180 4.035
195 1.1331
210 0.2857
225 0.2735
240 0.4155
255 0.7455
270 1.16
285 1.2357
300 1
315 1
330 0.9993
345 0.9417
360 0.933]
polar(data(:,1),data(:,2))

1 件のコメント

Cristian
Cristian 2013 年 5 月 15 日
Sorry, it doesn't look right.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangePolar Plots についてさらに検索

質問済み:

2013 年 5 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by