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

1 次查看(过去 30 天)

回答(1 个)

Yongjian Feng
Yongjian Feng 2021-11-18
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 个评论
Assen Beshr
Assen Beshr 2021-11-19
编辑:Assen Beshr 2021-11-19
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by