innerpoints
Calculates the inner points of an interpolation or spline. Depending on input, function can return scalar, vector or matrix
Arguments
- Parameter matrix m
- String value - 'linear', 'polynomial', 'ratio', 'cubic', 'akima', 'hermit', 'cubic b'
- Number of inner points between two nodes, positive integer value n
Output
Vector of inner points
Examples