The file car_speed.mat(available on Canvas under HW4) contains the results of such a test, in the form of a time vector t (in seconds) and a speed vector v (in miles per hour).1) Write a completely genericMATLAB function that implements the quadratic polynomialregression technique. The function should have the formfunction [a,Syx,r]