Mercurial > hg > octave-lyh
view doc/interpreter/interp.txi @ 6558:e0e1c6df5ab2
[project @ 2007-04-20 19:33:24 by jwe]
author | jwe |
---|---|
date | Fri, 20 Apr 2007 19:33:24 +0000 |
parents | 5a5a09d7deb8 |
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)