comparison scripts/polynomial/spline.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents c66a4657d764
children d17cb8a1271d
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{pp} =} spline (@var{x}, @var{y}) 21 ## @deftypefn {Function File} {@var{pp} =} spline (@var{x}, @var{y})
22 ## @deftypefnx {Function File} {@var{yi} =} spline (@var{x}, @var{y}, @var{xi}) 22 ## @deftypefnx {Function File} {@var{yi} =} spline (@var{x}, @var{y}, @var{xi})
23 ## 23 ##
24 ## Return the cubic spline interpolant of @var{y} at points @var{x}. 24 ## Return the cubic spline interpolant of @var{y} at points @var{x}.
25 ## If called with two arguments, @code{spline} returns the piece-wise 25 ## If called with two arguments, @code{spline} returns the piece-wise
26 ## polynomial @var{pp} that may later be used with @code{ppval} to 26 ## polynomial @var{pp} that may later be used with @code{ppval} to