comparison scripts/statistics/base/median.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 6b2f14af2360
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
42 ## 42 ##
43 ## @end ifnottex 43 ## @end ifnottex
44 ## If @var{x} is a matrix, compute the median value for each 44 ## If @var{x} is a matrix, compute the median value for each
45 ## column and return them in a row vector. If the optional @var{dim} 45 ## column and return them in a row vector. If the optional @var{dim}
46 ## argument is given, operate along this dimension. 46 ## argument is given, operate along this dimension.
47 ## @seealso{mean,mode} 47 ## @seealso{mean, mode}
48 ## @end deftypefn 48 ## @end deftypefn
49 49
50 ## Author: jwe 50 ## Author: jwe
51 51
52 function retval = median (x, dim) 52 function retval = median (x, dim)