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

 채택된 답변

KSSV
KSSV 2017년 10월 17일

2 개 추천

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

추가 답변 (0개)

카테고리

태그

질문:

2017년 10월 17일

답변:

2017년 10월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by