Problem 60986. Mesh the convex hull of a random 3D point cloud

Problem statement
The convex hull of a 3D point set is actually a first -though rough- triangulation of it.
A triangulation, or triangulated mesh, is simply a N x 3 matrix of positive integers where each row contains the vertex indices of a triangle, and where N is the number of triangles.
Use Matlab functions to compute the convex hull of the random point clouds given in the tests here below.
Forbidden functions / expressions
  • regexp
  • assignin
  • str2num
  • echo
See also

Solution Stats

72.73% Correct | 27.27% Incorrect
Last Solution submitted on Aug 16, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author42

Community Treasure Hunt

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

Start Hunting!