how to make a polar plot from 0 to 2 pi

4 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Polar Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by