comparison scripts/statistics/base/median.m @ 3408:ae7adbb591e8

[project @ 2000-01-06 08:29:11 by jwe]
author jwe
date Thu, 06 Jan 2000 08:29:26 +0000
parents 5e0a0b1cba43
children f8dde1807dee
comparison
equal deleted inserted replaced
3407:5e0a0b1cba43 3408:ae7adbb591e8
41 ## @end example 41 ## @end example
42 ## @end ifinfo 42 ## @end ifinfo
43 ## If @var{x} is a matrix, compute the median value for each 43 ## If @var{x} is a matrix, compute the median value for each
44 ## column and return them in a row vector. 44 ## column and return them in a row vector.
45 ## @end deftypefn 45 ## @end deftypefn
46 ## @seealso{std, mean} 46 ## @seealso{std and mean}
47 47
48 ## Author: jwe 48 ## Author: jwe
49 49
50 function retval = median (a) 50 function retval = median (a)
51 51