Master index | Index for ./freetb4matlab/set |
complement | % Return the elements of set @var{y} that are not in set @var{x}. For |
intersect | % |
ismember | % Return a matrix @var{tf} the same shape as @var{A} which has 1 if |
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. |