filmov
tv
Octave Programming Lesson 14 - Interpolation

Показать описание
In this video, I’m going to introduce a subject called interpolation which may seem similar to curve fitting. Both approaches attempt to determine the behavior of a set of data BETWEEN measured data points, but their fundamental approach is very different. In curve fitting, the estimate didn’t match all the data points. In interpolation, our estimate will match the data EXACTLY at the data points.