comparison doc/interpreter/matrix.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents 68aa5abfd136
children fcba62cc4549
comparison
equal deleted inserted replaced
8816:a4a8f871be81 8817:03b7f618ab3d
116 116
117 @DOCSTRING(sort) 117 @DOCSTRING(sort)
118 118
119 @DOCSTRING(sortrows) 119 @DOCSTRING(sortrows)
120 120
121 @DOCSTRING(issorted)
122
121 Since the @code{sort} function does not allow sort keys to be specified, 123 Since the @code{sort} function does not allow sort keys to be specified,
122 it can't be used to order the rows of a matrix according to the values 124 it can't be used to order the rows of a matrix according to the values
123 of the elements in various columns@footnote{For example, to first sort 125 of the elements in various columns@footnote{For example, to first sort
124 based on the values in column 1, and then, for any values that are 126 based on the values in column 1, and then, for any values that are
125 repeated in column 1, sort based on the values found in column 2, etc.} 127 repeated in column 1, sort based on the values found in column 2, etc.}