write a MATLAB script that implements the 4th-degree
interpolation using direct method:
And use the following example to test your script:

[tex][tex]\begin{tabular}{|c|c|}
\hline [tex]\boldsymbol{X}[/tex] & [tex]\boldsymbol{F}(\mathbf{X})[/tex] \\
\hline[tex]-0.8[/tex] & [tex]7.9680[/tex] \\
\hline[tex]-0.5[/tex] & [tex]6.3750[/tex] \\
\hline[tex]-0.2[/tex] & [tex]4.8720[/tex] \\
\hline [tex]0.1[/tex] & [tex]3.6210[/tex] \\
\hline [tex]0.4[/tex] & [tex]2.7840[/tex] \\
\hline [tex]0.7[/tex] & [tex]2.5230[/tex] \\
\hline
\end{tabular}[/tex][/tex]

To find the value of X = -0.3 and X = 0.5