diff scripts/general/interp1.m @ 17087:bb3a1ec7cc4b

doc: Clarify matrix and ND-array args to interpolation functions * interp1.m, interp1q.m, interpft.m: Clarify handling of matrix and ND-array arguments.
author Mike Miller <mtmiller@ieee.org>
date Fri, 26 Jul 2013 00:09:41 -0400
parents 12005245b645
children c8586e6fc60d
line wrap: on
line diff
--- a/scripts/general/interp1.m	Fri Jul 26 00:47:23 2013 +0100
+++ b/scripts/general/interp1.m	Fri Jul 26 00:09:41 2013 -0400
@@ -26,8 +26,8 @@
 ##
 ## One-dimensional interpolation.  Interpolates to determine the value of
 ## @var{yi} at the points, @var{xi}.  If not specified, @var{x} is taken
-## to be the indices of @var{y}.  If @var{y} is an array, treat the columns
-## of @var{y} separately.
+## to be the indices of @var{y}.  If @var{y} is a matrix or an N-dimensional
+## array, the interpolation is performed on each column of @var{y}.
 ##
 ## Method is one of:
 ##