Please resolveProblem 17.24 inmatlab using Newton's interpolation:
1) Create a blank excel file, and copy the table given in the problem statement into it.
2) Use the Matlab xlsread command to read the data into matlab from the excel file:
https://www.mathworks.com/help/matlab/ref/xlsread.html#mw_2b66895a-270a-4fe2-aeda-ee9d833839a2
3) Write a subroutine that performs the two interpolations by programming either the Newton or Lagrange formulas into matlab. Below are the requirements for the subroutine:
https://www.mathworks.com/help/matlab/ref/varargin.html
https://www.mathworks.com/help/matlab/ref/nargin.html
also see this example
http://matlab.izmiran.ru/help/techdoc/matlab_prog/ch05_m17.html
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here