Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Delaunay meshing problem with stretched mesh

조회 수: 1 (최근 30일)
Xin
Xin 2018년 1월 16일
마감: Xin 2018년 1월 26일
Hello, everyone. I have a meshing problem using Delaunay function. I have evenly scattered points (stored in x y and z vector) describing a half-sphere, see below. And I want to create triangle mesh for the surface. When I use delaunay(x,y,z) to mesh it, I got good mesh on the top, but the mesh on the bottom seems to be stretched and it might be caused by the almost vertical angle when it is close to the bottom. My code is as below:
tri = delaunay([x,y]); trisurf(tri,x,y,z);
Does anyone know what is the problem and how to solve it?
Thank you so much in advance!

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by