Introduction - If you have any usage issues, please Google them yourself
This a matlab code of cubic spline interpolation, which is derived the Hermite of three polynomials. It can be used only when the first derivative of boundaries is known. This code can not only output the value of the interpolation node, it can also output every interpolation polynomial, more importantly, it is also can output the first derivative of each interpolation point.