How to chage axis of radius at polar graph? I really want your help, please,

3 ビュー (過去 30 日間)
kein kein
kein kein 2015 年 8 月 27 日
回答済み: Ka 2015 年 8 月 27 日
I have to make polar graph. I have exel data(360), and it have negative, positive dB so i draw with MATLAB
theta=linspace(1,2*pi,360);
<<
>>
polar(theta,r)
but i have the blue graph, i want redline polar graph(made in excel) at MATLAB, Pleas i want to know how to make the graph with -40dB~dB axis of radius

回答 (1 件)

Ka
Ka 2015 年 8 月 27 日
Hi Kein,
maybe you can just try the polar2() function from file exchange:
For me it suited to adjust axis limits in polar plots.
Ka

カテゴリ

Help Center および File ExchangePolar Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by