MATLAB - Numerical Methods
You have temperature data
temp = [15 18 21 24] measured at times time = [0 3 6 9] hours. How would you find the temperature at 4.5 hours using cubic interpolation in MATLAB?