Interpolating function with monotonic decresing first derivative
3 ビュー (過去 30 日間)
古いコメントを表示

Hello, everyone.
I want to find an interpolating function with monotonic decreasing first derivative as shown in the figure.
The black points are the data and the red line is the interpolating function I want to get.
The only condition of interpolating function is: dY/dX should monotonic decreasing .
Is their any interpolating function and solve this problem in MATLAB??
Thanks for any helpful ideas.
9 件のコメント
採用された回答
Bruno Luong
2018 年 10 月 17 日
You can use PCHIP, either in the toolbox or as option of INTERP1 for shape-preserving interpolation.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!