interp
|
Contents: Description, Arguments, Usage Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
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
All other topics
Recent Core Changes Modified On: 07-23-2012 |