how to calculate spline of the function?
Mostrar comentarios más antiguos
Hi. How can i obtain a cubic spline coefficients, if i know values and derivatives of the function? For example:
args = [-1, 0, 1];
vals = [-1, 0, 1];
derivs = [3, 0, 3];
subic_spline_coefs = ...?
I'd like obtain coefs using derivatives information.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!