how to make a polar plot from 0 to 2 pi

5 ビュー (過去 30 日間)
Hayden O'Neil
Hayden O'Neil 2017 年 9 月 27 日
回答済み: KSSV 2017 年 9 月 27 日
I'm trying to make a polar plot from 0 to 2pi but I don't know how to code that properly.

回答 (1 件)

KSSV
KSSV 2017 年 9 月 27 日
theta = 0:0.01:2*pi;
rho = sin(2*theta).*cos(2*theta);
polarplot(theta,rho)

カテゴリ

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