Azzera filtri
Azzera filtri

how to make a polar plot from 0 to 2 pi

4 visualizzazioni (ultimi 30 giorni)
Hayden O'Neil
Hayden O'Neil il 27 Set 2017
Risposto: KSSV il 27 Set 2017
I'm trying to make a polar plot from 0 to 2pi but I don't know how to code that properly.

Risposte (1)

KSSV
KSSV il 27 Set 2017
theta = 0:0.01:2*pi;
rho = sin(2*theta).*cos(2*theta);
polarplot(theta,rho)

Categorie

Scopri di più su Polar Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by