Mercurial > hg > octave-lyh
diff scripts/statistics/base/values.m @ 3456:434790acb067
[project @ 2000-01-19 06:58:51 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 06:59:23 +0000 |
parents | 71d2e09c15a2 |
children | e031284eea27 |
line wrap: on
line diff
--- a/scripts/statistics/base/values.m +++ b/scripts/statistics/base/values.m @@ -20,8 +20,8 @@ ## order. ## @end deftypefn -## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> -## Description: Extract unique elements +## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> +## Description: Extract unique elements function v = values (x) @@ -30,7 +30,7 @@ endif if !(is_vector (x)) - error ("values: x must be a vector"); + error ("values: x must be a vector"); endif i = any (isnan (x));