How to plot such figure in MATLAB?

2 vues (au cours des 30 derniers jours)
Abdelwahab Afifi
Abdelwahab Afifi le 2 Sep 2021

Réponse acceptée

Wan Ji
Wan Ji le 2 Sep 2021
Modifié(e) : Wan Ji le 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')
  1 commentaire
Abdelwahab Afifi
Abdelwahab Afifi le 4 Oct 2021
what about the negative range on x-axis?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by