Numerical Interpolation & Differentiation

버전 2.0.0 (40.5 KB) 작성자: Samiu Haque
Interpolate and Differentiate numerical datasets by generating a function for equal interval using Newton Forward/Backward & Sterling Method
다운로드 수: 180
업데이트 날짜: 2021/3/18

라이선스 보기

NumericalDifferentiation

This MATLAB program is designed to analyze datasets by generating a function based on the provided data. It then conducts differentiation on the generated function. The program utilizes Newton's Forward/Backward Difference and Stirling's method for this purpose, which requires that the interval of the independent variable remains consistent across the dataset.

Here's a summary of the steps the program takes:

    Function Generation: The program evaluates the provided datasets to generate a function that approximates the relationship between the independent and dependent variables. It uses techniques like Newton's Forward/Backward Difference and Stirling's method.
    Differentiation: The program performs differentiation up to a specified order on the generated function.
    Evaluation: After differentiation, the program allows users to evaluate either the original function or its derivative at specified points of interest.
    Note on Interval: The datasets must have equal intervals for the independent variable to ensure accurate results when using techniques like Newton's Forward/Backward Difference and Stirling's method.

인용 양식

Samiu Haque (2024). Numerical Interpolation & Differentiation (https://www.mathworks.com/matlabcentral/fileexchange/80158-numerical-interpolation-differentiation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0

Live Editor Version

1.0.0

See release notes for this release on GitHub: https://github.com/SamiuHaque/NumericalDifferentiation/releases/tag/v1.0
See release notes for this release on GitHub: https://github.com/SamiuHaque/NumericalDifferentiation/releases/tag/v1.0.0

See release notes for this release on GitHub: https://github.com/SamiuHaque/NumericalDifferentiation/releases/tag/v1.0.0
See release notes for this release on GitHub: https://github.com/SamiuHaque/NumericalDifferentiation/releases/tag/v1.0