3D cloud of points to mesh
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matteo Verardo
el 11 de Nov. de 2016
Respondida: Matteo Verardo
el 11 de Nov. de 2016
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 comentarios
Respuesta aceptada
KSSV
el 11 de Nov. de 2016
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 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!