Force begin/end slope of trendline scatterplot

8 views (last 30 days)
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?

Accepted Answer

Jan
Jan on 12 Apr 2021
Edited: Jan on 12 Apr 2021
  1 Comment
Tijmen
Tijmen on 13 Apr 2021
Thanks Jan! The second link, the polyfix function, does exactly what I want.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!