PlotConvex

Location: ..\cubatch\Common\PlotConvex.m

function Handles = PlotConvex (X,Y,Z);

Description:
Plot the rows of X, Y, Z as convex hulls. If Z is not empty the hulls ar
e tridimensional.
In other words: the first rows of X, Y and Z are used to plot th first hull, the second rows for the second hull and so forth.
NaNs are automatically skipped.


Inputs:
X: x coordinates
of the points
Y: y coordinates
of the points
Z: z coordinates
of the points

Outputs:
Handles: vector of handles to the single convex hulls.

Called by:
PlotValidation

Subroutines:
Internal: None
External: None

Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 22-Aug-2002 00:08:04

Contact: Giorgio Tomasi, gt@kvl.dk

References