RADBE Function

Evaluates a radial-basis fit computed by RADBF.

Usage

result = RADBE(abscissa, radial_fit)

Input Parameters

abscissa—Two-dimensional array containing the abscissa of the data points at which the fit is evaluated. Argument abscissa (i, j) is the abscissa value of the jth data point in the ith dimension.

radial_fit—Radial-basis structure to be used for the evaluation.

Returned Value

result—An array containing the values of the radial-basis fit at the desired values.

Discussion

Function RADBE evaluates a radial-basis fit from data generated by RADBF. See the documentation for RADBF for details.

Example

See the description of RADBF for examples using RADBE.