sphere - increase granularity
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
KSSV
el 17 de Oct. de 2017
n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!