Azzera filtri
Azzera filtri

3D cloud of points to mesh

1 visualizzazione (ultimi 30 giorni)
Matteo Verardo
Matteo Verardo il 11 Nov 2016
Risposto: Matteo Verardo il 11 Nov 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

Risposta accettata

KSSV
KSSV il 11 Nov 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.

Più risposte (1)

Matteo Verardo
Matteo Verardo il 11 Nov 2016
thanks

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by