Dataset sortrows: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
Returns the given DataSet object with the first mode (rows) sorted.
Returns the given DataSet object with the first mode (rows) sorted.
===Synopsis===
===Synopsis===
D = sortrows(x);
:D = sortrows(x);
D = sortrows(x,column);
:D = sortrows(x,column);
===Description===
===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.
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===
===See Also===
[[dataset/unique]]
[[dataset_unique]]

Latest revision as of 17:17, 8 October 2008

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