Interpolation

Users are encouraged to read through the following primer: Interpolation Primer
Interpolation Examples

Examples Tutorials MATLAB programs
Given the data (x,y) use the interp1 function to predict the interpolated values using linear, cubic and spline interpolation interpolation1.m
Given the data (x,y), use the interp1 function to find and plot the interpolated curves: linear, cubic and spline interpolation2.m

Users are encouraged to work through the following suggested exercises: Interpolation Exercises

Files needed for the exercises: flowdata.xlsx - Right-click and save-as if necessary