Mercurial > hg > octave-nkf
diff scripts/statistics/base/values.m @ 6754:451b346d8c2f
[project @ 2007-06-25 17:31:46 by jwe]
author | jwe |
---|---|
date | Mon, 25 Jun 2007 17:31:47 +0000 |
parents | 34f96dd5441b |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/statistics/base/values.m +++ b/scripts/statistics/base/values.m @@ -21,6 +21,9 @@ ## @deftypefn {Function File} {} values (@var{x}) ## Return the different values in a column vector, arranged in ascending ## order. +## +## As an example, @code{values([1, 2, 3, 1])} returns the vector +## @code{[1, 2, 3]}. ## @end deftypefn ## Author: KH <Kurt.Hornik@wu-wien.ac.at>