interp_ncs_test, an Octave code which calls interp_ncs(), which interactively computes a natural cubic spline (NCS) interpolant to a function f(x) at n equally spaced points in the interval [a,b], using the "zero second derivative" condition at the endpoints.
The information on this web page is distributed under the MIT license.
interp_ncs, an Octave code which interactively computes a natural cubic spline (NCS) interpolant to a function f(x) at n equally spaced points in the interval [a,b], using the "zero second derivative" condition at the endpoints.