unique
PURPOSE 
% Return the unique elements of @var{x}, sorted in ascending order.
SYNOPSIS 
function [y, i, j] = unique (x, varargin) 
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- unique	% Return the unique elements of @var{x}, sorted in ascending order.
 
This function is called by:
- complement	% Return the elements of set @var{y} that are not in set @var{x}.  For
 - intersect	%
 - setdiff	% Return the elements in @var{a} that are not in @var{b}, sorted in
 - setxor	%
 - union	% Return the set of elements that are in either of the sets @var{a} and
 - unique	% Return the unique elements of @var{x}, sorted in ascending order.
 
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003