How to create triangulated surface using data points (x,y,z)
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have set of points in 3D (x,y,z) in Cartesian coordinates.
I would like create surface mesh (in terms of finite element modeling) of these points.
I tried using DelaunayTri, but that gives me tetrahedral and not triangles, which I want.
Thanks Prab
1 comentario
inderjeet
el 24 de Nov. de 2016
Hello Prabh, I have the same problem. If you had solution. Can you please discuss?
Respuestas (3)
Titus Edelhofer
el 18 de Mzo. de 2013
Hi Prab,
I think you are looking for the convex hull? So take a look at convhulln or convexHull (depending on your MATLAB version).
Titus
Titus Edelhofer
el 18 de Mzo. de 2013
Hi Prab,
O.K., I understand. Can you use two coordinates only? E.g. x and y only, build the (2D) triangulation and then plot/analyze the triangles in 3D? If this is not directly possible, you might have the chance to rotate all points by a rotation matrix and then use 2D triangulation.
Titus
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!