Azzera filtri
Azzera filtri

sphere - increase granularity

1 visualizzazione (ultimi 30 giorni)
Viesturs Veckalns
Viesturs Veckalns il 17 Ott 2017
Risposto: KSSV il 17 Ott 2017
Is there a way to increase the granularity of the grid produced by the
sphere
command?

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by