How to make divided difference table using cubic hermite interpolation
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!