Mercurial > hg > octave-lyh
comparison scripts/statistics/base/range.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | 5fb7e17281e8 |
children | e151e23f73bc |
comparison
equal
deleted
inserted
replaced
10792:91342260063e | 10793:be55736a0783 |
---|---|
17 ## You should have received a copy of the GNU General Public License | 17 ## You should have received a copy of the GNU General Public License |
18 ## along with Octave; see the file COPYING. If not, see | 18 ## along with Octave; see the file COPYING. If not, see |
19 ## <http://www.gnu.org/licenses/>. | 19 ## <http://www.gnu.org/licenses/>. |
20 | 20 |
21 ## -*- texinfo -*- | 21 ## -*- texinfo -*- |
22 ## @deftypefn {Function File} {} range (@var{x}) | 22 ## @deftypefn {Function File} {} range (@var{x}) |
23 ## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) | 23 ## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) |
24 ## If @var{x} is a vector, return the range, i.e., the difference | 24 ## If @var{x} is a vector, return the range, i.e., the difference |
25 ## between the maximum and the minimum, of the input data. | 25 ## between the maximum and the minimum, of the input data. |
26 ## | 26 ## |
27 ## If @var{x} is a matrix, do the above for each column of @var{x}. | 27 ## If @var{x} is a matrix, do the above for each column of @var{x}. |