How to chage axis of radius at polar graph? I really want your help, please,
조회 수: 2 (최근 30일)
이전 댓글 표시

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
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Polar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!