2D curve fitting in MATLAB
Check out what the poly-fit function is doing in MATLAB.
- Does it handle multiple y values for one x value?
- How to initialise a 2nd degree polynomial to also fit rather straight points
Check out what the poly-fit function is doing in MATLAB.