Hands-on-Interpolation and Curve Fitting with MATLAB III

  1. Fitting a cubic to the data by using MATLAB. For the given data points;

    \begin{displaymath}
\begin{array}{rr}
x & Y  \hline
0.000 & 1.500 \\
0.142 &...
...714 & 0.821 \\
0.857 & 0.442 \\
1.000 & 0.552 \\
\end{array}\end{displaymath}

  2. Fitting a non-linear curve to the data with least-square method.
Cem Ozdogan 2011-12-27