changeset 8478:5aafd61e4c3c

[docs] @var{XI}, @var{YI}. => @var{xi}, @var{yi}.
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:25:20 -0500
parents 433e788a015b
children 79191b31a872
files scripts/general/interp2.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/interp2.m
+++ b/scripts/general/interp2.m
@@ -32,7 +32,7 @@
 ## @table @code
 ## @item interp2 (@var{x}, @var{y}, @var{Z}, @var{xi}, @var{yi}, @dots{}) 
 ## Returns a matrix corresponding to the points described by the
-## matrices  @var{XI}, @var{YI}. 
+## matrices @var{xi}, @var{yi}.  
 ##
 ## If the last argument is a string, the interpolation method can
 ## be specified. The method can be 'linear', 'nearest' or 'cubic'.