curve fitting toolbox
Mostrar comentarios más antiguos
I'm programming in matlab and using curve fitting toolbox to fit my data. I need to evaluate the 1th derivative of my curve in some data point. Do you know how I can do it in my code? I need to use 'cubic spline (interpolant) fitting'.
Respuesta aceptada
Más respuestas (1)
SARAH ZAVAREH
el 21 de Mzo. de 2011
0 votos
2 comentarios
Sarah Wait Zaranek
el 22 de Mzo. de 2011
If you have the optimization toolbox, fzero probably would be ideal.
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/fzero.html
SARAH ZAVAREH
el 29 de Mzo. de 2011
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!