diff scripts/general/interp2.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children e48a45b9a265
line wrap: on
line diff
--- a/scripts/general/interp2.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/general/interp2.m	Mon Jul 26 21:25:36 2010 -0700
@@ -54,12 +54,16 @@
 ## @table @asis
 ## @item 'nearest'
 ## Return the nearest neighbor.
+##
 ## @item 'linear'
 ## Linear interpolation from nearest neighbors.
+##
 ## @item 'pchip'
 ## Piece-wise cubic Hermite interpolating polynomial.
+##
 ## @item 'cubic'
 ## Cubic interpolation from four nearest neighbors.
+##
 ## @item 'spline'
 ## Cubic spline interpolation--smooth first and second derivatives
 ## throughout the curve.