Aerospace Practicum

2. Curve Fitting & Interpolation. a. Least squares. MatLabĀ® fits data to a polynomial using the least squares method. Fitting an nth degree polynomial to a table of (x,y) points. If the number of data points is m, then n must be m-1 or less, and greater than 0. p=polyfit(x,y,n) ................
................