Mercurial > hg > octave-avbm
comparison scripts/statistics/base/values.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
21 ## @deftypefn {Function File} {} values (@var{x}) | 21 ## @deftypefn {Function File} {} values (@var{x}) |
22 ## Return the different values in a column vector, arranged in ascending | 22 ## Return the different values in a column vector, arranged in ascending |
23 ## order. | 23 ## order. |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
27 ## Description: Extract unique elements | 27 ## Description: Extract unique elements |
28 | 28 |
29 function v = values (x) | 29 function v = values (x) |
30 | 30 |
31 if (nargin != 1) | 31 if (nargin != 1) |