interp

From DavinciWiki
Revision as of 16:51, 3 March 2006 by Cedwards (Talk | contribs)

Jump to: navigation, search


Description

Point interpolation

Arguments and Return Values

Arguments:

Return Value:

Usage

Syntax: interp(object=VAL, from=VAL, to=VAL)

The interp() function performs a point interpolation. OBJECT is interpolated from the FROM object to the TO object, taking OBJECT as the Y data values, and FROM as the corresponding X values.

OBJECT and FROM must contain the same number of elements. The low and high values of TO must reside entirely within the low and high values of FROM.

Note: A lot of people get confused by this description. Lets try again:

OBJECT is a set of Y values.

FROM is a corresponding set of X values.

TO is one or more new X values to look up from the FROM/OBJECT pairs.


DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left


Recent Core Changes

Modified On: 07-23-2012

Personal tools