Dataset sortcols: Difference between revisions
Jump to navigation
Jump to search
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...) |
(No difference)
|
Revision as of 09:58, 13 October 2008
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.