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

 Akzeptierte Antwort

KSSV
KSSV am 17 Okt. 2017

2 Stimmen

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

Weitere Antworten (0)

Gefragt:

am 17 Okt. 2017

Beantwortet:

am 17 Okt. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by