view doc/interpreter/set.txi @ 6650:10da0f6d85c2 ss-2-9-11

[project @ 2007-05-22 06:48:18 by jwe]
author jwe
date Tue, 22 May 2007 06:48:18 +0000
parents 1b7a6061a05d
children 00116015904d
line wrap: on
line source

@c Copyright (C) 1996, 1997 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Sets
@chapter Sets

Octave has a limited set of functions for managing sets of data, where a
set is defined as a collection unique elements.

@DOCSTRING(create_set)

@DOCSTRING(ismember)

@DOCSTRING(unique)

@DOCSTRING(union)

@DOCSTRING(intersect)

@DOCSTRING(complement)

@DOCSTRING(setdiff)

@DOCSTRING(setxor)