curve fitting toolbox
이전 댓글 표시
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'.
채택된 답변
추가 답변 (1개)
SARAH ZAVAREH
2011년 3월 21일
0 개 추천
댓글 수: 2
Sarah Wait Zaranek
2011년 3월 22일
If you have the optimization toolbox, fzero probably would be ideal.
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/fzero.html
SARAH ZAVAREH
2011년 3월 29일
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!