sphere - increase granularity

1 次查看(过去 30 天)
Is there a way to increase the granularity of the grid produced by the
sphere
command?

采纳的回答

KSSV
KSSV 2017-10-17
n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by