How to code to form such type of figure? what is the name of such type of graph?

1 vue (au cours des 30 derniers jours)
Assen Beshr
Assen Beshr le 18 Nov 2021
Modifié(e) : Assen Beshr le 19 Nov 2021

Réponses (1)

Yongjian Feng
Yongjian Feng le 18 Nov 2021
It is called circular plot. matlab polarplot can do similar thing:
x = linspace(0, 100)
y = x
plot(x, y) % a normal plot
polarplot(x, y) % compare this
  1 commentaire
Assen Beshr
Assen Beshr le 19 Nov 2021
Modifié(e) : Assen Beshr le 19 Nov 2021
the code give like this
But radius is 1(one) and circumferance is 69 so how to change degree to normal num which start from 1 to 69

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by