Newton's Interpolation
                    Version 1.0.0.0 (564 Bytes) by  
                  Muhammad Rafiullah Arain
                
                
                  Script for Newton's Interpolation formula.
                
                  
              
                    17.1K Downloads
                    
                    
                  
                
                  Updated
                    12 Apr 2005
                  
                
                  No License
Script for Newton's Interpolation
newton_interpolation(x, y, p)
x and y are two Row Matrices and p is point of interpolation
Example
>> x=[1,2,4,7,8]
>> y=[-9,-41,-189,9,523]
>> newton_interpolation(x, y, 5)
OR
>> a = newton_interpolation(x, y, 5)
Cite As
Muhammad Rafiullah Arain (2025). Newton's Interpolation (https://uk.mathworks.com/matlabcentral/fileexchange/7405-newton-s-interpolation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
              Created with
              R11.1
            
            
              Compatible with any release
            
          Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Interpolation >
      Find more on Interpolation in Help Center and MATLAB Answers
    
  Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |