Mercurial > hg > octave-lyh
view doc/interpreter/interp.txi @ 6620:bf4bdc21dc8d
[project @ 2007-05-14 17:35:46 by jwe]
author | jwe |
---|---|
date | Mon, 14 May 2007 17:38:38 +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)