Dataset sortcols

From Eigenvector Research Documentation Wiki
Revision as of 10:58, 13 October 2008 by imported>Jeremy (New page: ===Purpose=== Sort columns of a DataSet. ===Synopsis=== : [B,index] = sortcols(A,col) ===Description=== Analog of the standard SORTROWS command. Input (col) allows specification of which...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Sort columns of a DataSet.

Synopsis

[B,index] = sortcols(A,col)

Description

Analog of the standard SORTROWS command. Input (col) allows specification of which columns should be used to sort. A negative value indicates that the given column should be sorted in decreasing order.

See Also

dataset_sortby, dataset_sortrows