How to create triangulated surface using data points (x,y,z)
古いコメントを表示
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 件のコメント
inderjeet
2016 年 11 月 24 日
Hello Prabh, I have the same problem. If you had solution. Can you please discuss?
回答 (3 件)
Titus Edelhofer
2013 年 3 月 18 日
1 投票
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
2013 年 3 月 18 日
0 投票
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
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!