Clear Filters
Clear Filters

Curve Fit with more than one y_Data

1 view (last 30 days)
Tim
Tim on 27 May 2013
Hallo,
i am looking for a Matlab - Function that can fit a given function over more than one vector of y-date.
For Example:
I have 3 y-vectors, y_data1;y_data2;y_data3 and one x-vector,x_data. Know i want two know the best coefficients for a polynomial that fits over all three data.
Thanks in advance Tim

Accepted Answer

Matt J
Matt J on 27 May 2013
You can use LSQCURVEFIT, if you have it.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!