3D cloud of points to mesh
    9 views (last 30 days)
  
       Show older comments
    
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 Comments
Accepted Answer
  KSSV
      
      
 on 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 Comments
More Answers (1)
See Also
Categories
				Find more on Point Cloud Processing in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
