icosphere

버전 1.2.0.0 (4.81 KB) 작성자: wil
Generate unit geodesic sphere created by subdividing a regular icosahedron
다운로드 수: 1.5K
업데이트 날짜: 2015/3/19

라이선스 보기

Creates a unit sphere created using regular triangles with resolution defined by a given number of subdivisions.
[V,F] = icosphere(N) generates to matrices containing vertex and face data so that patch('Faces',F,'Vertices',V) produces a unit icosphere with N subdivisions.
FV = icosphere(N) generates an FV structure for using with patch.
icosphere(N) displays the icosphere as a patch on the current axes and does not return anything.

icosphere on its own uses N = 3.

icosphere(AX,...) plots into AX instead of GCA.

Differs from MATLAB builtin function sphere(N) in that it creates a uniform grid of triangles rather than quads formed by stacks and slices (UV sphere).

인용 양식

wil (2024). icosphere (https://www.mathworks.com/matlabcentral/fileexchange/50105-icosphere), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Elementary Polygons에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

name

1.1.0.0

removed sorting of face rows to fix winding (all faces wound counter-clockwise) [L63]

1.0.0.0