How to plot a cubic spline from the coefficients?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have a custom function myspline with x and y vector as input, that returns four vectors a,b,c and d that contain the appropiate coefficticients of a cubic spline.
Now I'm supposed to plot the entire spline (in one plot) in a script. The assignment says I should make use of Horner to evaluate the spline functions.
How would I go about doing this? I'm unsure how one would use Horner to get the functions that I need.
1 comentario
Walter Roberson
el 14 de Nov. de 2019
Respuestas (0)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!