view doc/interpreter/interp.txi @ 6654:3390577e4e70

[project @ 2007-05-22 16:33:05 by jwe]
author jwe
date Tue, 22 May 2007 16:33:06 +0000
parents e0e1c6df5ab2
children b2391d403ed2
line wrap: on
line source

@c Copyright (C) 2007 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Interpolation
@chapter Interpolation

Octave provides the following functions for interpolation.

@DOCSTRING(interp1)

@DOCSTRING(interp2)

@DOCSTRING(interpft)

@DOCSTRING(interpn)

@DOCSTRING(bicubic)

@DOCSTRING(spline)

@DOCSTRING(lookup)