Community Profile

photo

Nicholas Turton


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Curve fitting function not able to reproduce curve accurately
Sorted it (Mostly) needed to calculate mean and stadard deviation of the original data not the new data to normalize. x_mean =...

4 years ago | 0

| accepted

Question


Curve fitting function not able to reproduce curve accurately
Struggling to get the coefvals for a 2D Poly curve to accurately reproduce the curve as expected Code example as follows: clea...

4 years ago | 2 answers | 0

2

answers

Answered
Why do my coeffvalues not produce a sensible result?
Thanks Torsten, it worked perfectly function output_fit = fittingcurve(x_data, y_data, coeffvals) x_mean = mean(x_data(1,:))...

4 years ago | 0

Question


Why do my coeffvalues not produce a sensible result?
I have a script that uses the fit fuction on some data using a poly55 fit type. I then use this to get the coeffvalues for the f...

4 years ago | 2 answers | 0

2

answers