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 ExchangePolar 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