Dataset sortrows

From Eigenvector Research Documentation Wiki
Revision as of 17:17, 8 October 2008 by imported>Jeremy (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Returns the given DataSet object with the first mode (rows) sorted.

Synopsis

D = sortrows(x);
D = sortrows(x,column);

Description

Overload of the standard sortrows command. This method operates exactly as described for standard matrices (see standard sortrows documentation) except that the entire DataSet object is sorted, including the labels, classes, axisscales, etc.

See Also

dataset_unique