Piecewise linear fit without interpolating between every two points
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello,
I'm trying to do a linear piecewise interpolation of measurement data. The method used in the curve fitting toolbox is 'connect the dots': if I have 15 data points, the algorithm creates 14 line segments between the dots. I would like to know: is it possible to use fewer line segments? Example: I have 30 data points and I would like the best interpolation using 4 line segments. I could divide my 30 points in 4 intervals and do a linear fit on each interval, but it would be difficult to find the best fit that way. Is there a better method available in matlab?
댓글 수: 0
답변 (2개)
Matt J
2013년 6월 21일
This looks like it can do it
The file has options to let you fix the knots at desired locations or let the fitting algorithm chose them for you.
댓글 수: 0
Greg Dionne
2016년 7월 8일
The Signal Processing Toolbox R2016a has this capability. See FINDCHANGEPTS
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!