Mercurial > hg > octave-nkf
diff scripts/general/trapz.m @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | 045038e0108a |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/general/trapz.m +++ b/scripts/general/trapz.m @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {@var{z} =} trapz (@var{x}, @var{y}) ## @deftypefnx {Function File} {@var{z} =} trapz (@dots{}, @var{dim}) ## -## Numerical intergration using trapezodial method. @code{trapz +## Numerical integration using trapezoidal method. @code{trapz ## (@var{y})} computes the integral of the @var{y} along the first ## non singleton dimension. If the argument @var{x} is omitted a ## equally spaced vector is assumed. @code{trapz (@var{x}, @var{y})}