diff scripts/polynomial/ppval.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents be55736a0783
children 1740012184f9
line wrap: on
line diff
--- a/scripts/polynomial/ppval.m
+++ b/scripts/polynomial/ppval.m
@@ -22,9 +22,11 @@
 ## If @var{pp} is scalar-valued, the result is an array of the same shape as
 ## @var{xi}.
 ## Otherwise, the size of the result is @code{[pp.d, length(@var{xi})]} if
-## @var{xi} is a vector, or @code{[pp.d, size(@var{xi})]} if it is a multi-dimensional
-## array.  If pp.orient is 1, the dimensions are permuted as in interp1, to
-## @code{[pp.d, length(@var{xi})]} and @code{[pp.d, size(@var{xi})]} respectively.
+## @var{xi} is a vector, or @code{[pp.d, size(@var{xi})]} if it is a
+## multi-dimensional array.  If pp.orient is 1, the dimensions are permuted as
+## in interp1, to
+## @code{[pp.d, length(@var{xi})]} and @code{[pp.d, size(@var{xi})]}
+## respectively.
 ## @seealso{mkpp, unmkpp, spline}
 ## @end deftypefn