3D cloud of points to mesh
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
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.
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Point Cloud Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!