Home > freetb4matlab > statistics > base > values.m

values

PURPOSE ^

% Return the different values in a column vector, arranged in ascending

SYNOPSIS ^

function v = values (x)

DESCRIPTION ^

% -*- texinfo -*-
% @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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003