Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Delaunay meshing problem with stretched mesh
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169005/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169007/image.jpeg)
Does anyone know what is the problem and how to solve it?
Thank you so much in advance!
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!