採用された回答

Wan Ji
Wan Ji 2021 年 9 月 2 日
編集済み: Wan Ji 2021 年 9 月 2 日

1 投票

use polarplot
theta = 0:0.1:pi;
r = 1+0.6*sin(10*theta);
polarplot(theta,r);
set(gca,'ThetaLim',[0 180])
set(gca,'Rdir','reverse')

1 件のコメント

Abdelwahab Afifi
Abdelwahab Afifi 2021 年 10 月 4 日
what about the negative range on x-axis?

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

その他の回答 (0 件)

カテゴリ

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

製品

リリース

R2020b

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by