MATLAB Function Reference    
convhull

Convex hull

Syntax

Description

K = convhull(x,y) returns indices into the x and y vectors of the points on the convex hull.

K = convhull(x,y,TRI) uses the triangulation (as obtained from delaunay) instead of computing it each time.

Examples

See Also

convhull, delaunay, polyarea, voronoi


 conv2 convhulln