Mercurial > hg > octave-nkf
diff scripts/set/union.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 6a5a0c9df5d7 |
children | 693e22af08ae |
line wrap: on
line diff
--- a/scripts/set/union.m +++ b/scripts/set/union.m @@ -19,8 +19,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {} union (@var{a}, @var{b}) -## @deftypefnx{Function File} {} union (@var{a}, @var{b}, "rows") +## @deftypefn {Function File} {} union (@var{a}, @var{b}) +## @deftypefnx {Function File} {} union (@var{a}, @var{b}, "rows") ## Return the set of elements that are in either of the sets @var{a} and ## @var{b}. @var{a}, @var{b} may be cell arrays of string(s). ## For example, @@ -46,7 +46,8 @@ ## ## @deftypefnx {Function File} {[@var{c}, @var{ia}, @var{ib}] =} union (@var{a}, @var{b}) ## -## Return index vectors @var{ia} and @var{ib} such that @code{a(ia)} and @code{b(ib)} are +## Return index vectors @var{ia} and @var{ib} such that @code{a(ia)} and +## @code{b(ib)} are ## disjoint sets whose union is @var{c}. ## ## @seealso{intersect, setdiff, unique}