Solved

To Obtain the Coefficients of the Second Order Polynomial That

Question 8

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions