Interpolating function with monotonic decresing first derivative
조회 수: 6 (최근 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!