How to plot such figure in MATLAB?

1 visualización (últimos 30 días)
Abdelwahab Afifi
Abdelwahab Afifi el 2 de Sept. de 2021
Comentada: Abdelwahab Afifi el 4 de Oct. de 2021

Respuesta aceptada

Wan Ji
Wan Ji el 2 de Sept. de 2021
Editada: Wan Ji el 2 de Sept. de 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')

Más respuestas (0)

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by