sphere - increase granularity

Is there a way to increase the granularity of the grid produced by the
sphere
command?

 采纳的回答

n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)

更多回答(0 个)

类别

标签

Community Treasure Hunt

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

Start Hunting!

Translated by