Question

To obtain the coefficients of the second order polynomial that best fits a given set of x and y data, you will type the following sequence of commands:
a. Coefficients = polyfit(2, x,y)
b. Coefficients = polyfit(x,2,y)
c. Coefficients = polyfit(x,y,2)
d. none of the above

Answer

This answer is hidden. It contains 1 characters.