polyfit
Statistics
Polynomial fit of degree n. Returns coefficients [a_n, ..., a_0].
Syntax
polyfit(x, y, n)
Examples
polyfit([1, 2, 3], [2, 5, 10], 2)▶ Run
See Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLab