- https://www.mathworks.com/matlabcentral/answers/94272-how-do-i-constrain-a-fitted-curve-through-specific-points-like-the-origin-in-matlab
- https://www.mathworks.com/matlabcentral/fileexchange/54207-polyfix-x-y-n-xfix-yfix-xder-dydx
- https://blogs.mathworks.com/pick/2015/12/11/polynomial-fit-passing-through-specified-points/
- https://www.mathworks.com/matlabcentral/fileexchange/35401-polyfitzero
- https://www.mathworks.com/matlabcentral/fileexchange/34765-polyfitn
Force begin/end slope of trendline scatterplot
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I have a scatterplot through which I want to plot a trendline. Using polyfit I get a line through my plot as seen in the picture below. This is a 2nd order polyfit. Higher order fits give less fitting lines. The line looks like it has a minimum, which is not desired. What I want to achieve is to fix the slope at x =1 to be 0 so that it has no minimum. How can I do this?

댓글 수: 0
채택된 답변
Jan
2021년 4월 12일
편집: Jan
2021년 4월 12일
See:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!