3D cloud of points to mesh
5 次查看(过去 30 天)
显示 更早的评论
From a 3D cloud of points I want to obtain a mesh as shown in the attached files. I did this using Polyworks but now I want to do the same thing in Matlab.
Thanks, Matteo
0 个评论
采纳的回答
KSSV
2016-11-11
It is a unstructured grid. You shall have coordinates and the respective nodal connectivity matrix. Load them into matlab and use trisurf.
doc trisurf.
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!