Triangulation of hollow objects
1 view (last 30 days)
Show older comments
Hi all,
simply, how to make the simple hollow 3D triangle depicted below?

Is there some contraint method I could use instead? I use the following command to get the surface:
tri = triangulation(delaunay(x,y),x,y,z);
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!