Working with an Interpolating FunctionCreating a Custom FunctionYou can define an interpolating function as a custom function. Set the variable, myFunction, to the Interpolation command. (The warning message is expected.)
Out[1]= |  |
You can evaluate myFunction at particular points.
Out[2]= |  |
Out[3]= |  |
Clear myFunction when you are finished.
|