Composite integration method (Newton-Cotes)

Version 1.0.2 (1.41 KB) by Gentle Min
Composite Newton-Cotes Integration Method
420 Downloads
Updated 13 Sep 2018

View License

Composite Newton-Cotes Integration Method, receives 5 parameters: integrand (FUNCTIONHANDLE) 'func', left/right boundary 'left'/'right', step size 'step', mode ('midpoint', 'trapezoid', 'simpson'); returns the integral value.

Cite As

Gentle Min (2026). Composite integration method (Newton-Cotes) (https://www.mathworks.com/matlabcentral/fileexchange/68787-composite-integration-method-newton-cotes), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
Version Published Release Notes
1.0.2

name changed

1.0.1

Added notes.

1.0.0