Home > freetb4matlab > geometry > convhull.m

convhull

PURPOSE ^

% Returns the index vector to the points of the enclosing convex hull. The

SYNOPSIS ^

function H = convhull (x, y, opt)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{H} =} convhull (@var{x}, @var{y})
% @deftypefnx {Function File} {@var{H} =} convhull (@var{x}, @var{y}, @var{opt})
% Returns the index vector to the points of the enclosing convex hull.  The
% data points are defined by the x and y vectors.
%
% A third optional argument, which must be a string, contains extra options
% passed to the underlying qhull command.  See the documentation for the 
% Qhull library for details.
%
% @seealso{delaunay, convhulln}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003