hermitsplineeq
Calculates the Hermite spline interpolation equation that corresponds to a given number or interval Depending on input, function can return scalar, vector or matrix
Arguments
- Parameter matrix m
- Integer value, specifies how tangents are calculated: 0 - Finite difference; 1 - Catmull-Rom spline; 2 - Monotone interpolation
- Interval position in matrix, zero indexed integer or interval
Output
Equation
Examples