sphere - increase granularity

1 visualización (últimos 30 días)
Viesturs Veckalns
Viesturs Veckalns el 17 de Oct. de 2017
Respondida: KSSV el 17 de Oct. de 2017
Is there a way to increase the granularity of the grid produced by the
sphere
command?

Respuesta aceptada

KSSV
KSSV el 17 de Oct. de 2017
n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by