Circular meshes

버전 1.0.0 (7 KB) 작성자: Nicolas Douillet
Sphere and torus circular meshes
다운로드 수: 2
업데이트 날짜: 2024/1/12

라이선스 보기

Command example for the sphere :
sphere_circular_mesh(4, 32);
with :
  • n = 4 is the -positive integer- number of oversampling iterations of the icosahedron (sphere mesh base); a few integers
  • nb_samples = 32 -positive integer- is the number of samples used to display each circle; a few dozens;
Command example for the torus :
torus_circular_mesh(24,6, 32);
with :
  • R = 24 is the -positive integer- number of circles alongside torus large perimeter; a few dozens of integers;
  • r = 6 is the -positive integer- number of circles alongside torus small perimeter; a few integers; R/r >= 3 is a good ratio;
  • nb_samples = 32 is -positive integer- the number of samples used to display each circle; a few dozens;
Please don't forget to rate if this code helped you. Thanks ! ;-)

인용 양식

Nicolas Douillet (2024). Circular meshes (https://www.mathworks.com/matlabcentral/fileexchange/157491-circular-meshes), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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