Polar関数での線の太さと角度ピッチの指定

Polar関数を用いて極座標グラフを描画する際の,線の太さを任意に指定するコマンドはありますか? また,角度ピッチを任意に指定する方法もあれば教えてください.

댓글 수: 1

Walter Roberson
Walter Roberson 2016년 4월 6일
Approximate translation:
Is there a command to any specified at the time of drawing, the thickness of the line a polar graph using the Polar function? Also, please tell me if there is also a method to arbitrarily specify the angle pitch.

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

 채택된 답변

michio
michio 2016년 9월 5일

2 개 추천

R2016aで新しく実装された polarplot 関数ではオプションで、線の太さ、角度ピッチを任意に指定することが出来ます。
polarplot

추가 답변 (1개)

Walter Roberson
Walter Roberson 2016년 4월 6일

1 개 추천

No, polar() does not accept options.
The output from polar() is a handle object whose LineWidth property can be set.

카테고리

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

제품

질문:

2016년 4월 5일

답변:

2016년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by