필터 지우기
필터 지우기

sphere - increase granularity

조회 수: 1 (최근 30일)
Viesturs Veckalns
Viesturs Veckalns 2017년 10월 17일
답변: KSSV 2017년 10월 17일
Is there a way to increase the granularity of the grid produced by the
sphere
command?

채택된 답변

KSSV
KSSV 2017년 10월 17일
n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by