Home > freetb4matlab > set > complement.m

complement

PURPOSE ^

% Return the elements of set @var{y} that are not in set @var{x}. For

SYNOPSIS ^

function y = complement (a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} complement (@var{x}, @var{y})
% Return the elements of set @var{y} that are not in set @var{x}.  For
% example,
%
% @example
% @group
% complement ([ 1, 2, 3 ], [ 2, 3, 5 ])
%      @result{} 5
% @end group
% @end example
% @seealso{union, intersect, unique}
% @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