Filter löschen
Filter löschen

How to plot such figure in MATLAB?

2 Ansichten (letzte 30 Tage)
Abdelwahab Afifi
Abdelwahab Afifi am 2 Sep. 2021

Akzeptierte Antwort

Wan Ji
Wan Ji am 2 Sep. 2021
Bearbeitet: Wan Ji am 2 Sep. 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')

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by