FunctionInterpolation::argdim
Details
-
- This message is generated when an InterpolatingFunction expression is used with an incorrect number of arguments and occurs as an argument in FunctionInterpolation.
- Off[message] switches off the message; On[message] switches it on. For example: Off[FunctionInterpolation::argdim].
Examples
Basic Examples (1)
A one-dimensional InterpolatingFunction expression is used with two arguments:
FunctionInterpolation[Evaluate[3 Interpolation[{1, 2, 3, 2, 1}][x, y]
], {x, 1, 5}]FunctionInterpolation[Evaluate[3 Interpolation[{1, 2, 3, 2, 1}][x]
], {x, 1, 5}]