Mercurial > hg > octave-lyh
diff scripts/general/polyarea.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/polyarea.m +++ b/scripts/general/polyarea.m @@ -23,8 +23,8 @@ ## ## Determines area of a polygon by triangle method. The variables ## @var{x} and @var{y} define the vertex pairs, and must therefore have -## the same shape. Then might be either vectors or arrays. If they are -## arrays then the columns of @var{x} and @var{y} are treated seperately +## the same shape. They can be either vectors or arrays. If they are +## arrays then the columns of @var{x} and @var{y} are treated separately ## and an area returned for each. ## ## If the optional @var{dim} argument is given, then @code{polyarea}