Working with an Interpolating FunctionPlotting an Interpolating FunctionYou can plot an interpolating function by defining it as a custom function. Set the variable, myFunction, to the Interpolation command. (The warning message is expected.)
Out[1]= |  |
Plot myFunction from 1 to 6.
Clear myFunction when you are finished.
|