How to get an "optimal" piecewise linear spline for any functions?
조회 수: 2 (최근 30일)
이전 댓글 표시
For given f(x), x in [a, b],
I want to get a piecewise linear spline.
Then how to segment f(x) so as to achieve a good spline?
That is, how to place the knots?
댓글 수: 0
답변 (2개)
Greg Dionne
2016년 7월 8일
If you have R2016a Signal Processing Toolbox, you can try FINDCHANGEPTS with 'linear' to find the locations.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Splines에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!