3D cloud of points to mesh

9 visualizaciones (últimos 30 días)
Matteo Verardo
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

Respuesta aceptada

KSSV
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.

Más respuestas (1)

Matteo Verardo
Matteo Verardo el 11 de Nov. de 2016
thanks

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!

Translated by