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!