- 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!