How to make divided difference table using cubic hermite interpolation
조회 수: 4 (최근 30일)
이전 댓글 표시
I have an assignment where I am to interpolate a function on some interval using cubic hermite interpolation. Here is the kicker, I can't use PCHIP. So I must then break my interval into a series of subintervals, to make a bunch of piecwise polynomials, and put them togather using mkpp. So I need to know if anyone has an idea on how to make a divided difference table for cubic hermite interpolation?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!