How to plot such figure in MATLAB?

2 visualizzazioni (ultimi 30 giorni)

Risposta accettata

Wan Ji
Wan Ji il 2 Set 2021
Modificato: Wan Ji il 2 Set 2021
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')

Più risposte (0)

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Tag

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by