int(f,a,b)

버전 2.0.0.0 (4.51 KB) 작성자: Mark Holmes
This program computes the integral of f(x) from x=a to x=b using an adaptive Simpson's rule.
다운로드 수: 76
업데이트 날짜: 2016/3/9

라이선스 보기

This program computes the integral of f(x) from x=a to x=b using an adaptive Simpson's rule. It is run by simply using the command int(@f,a,b) where f is defined using a function file (or procedure), or as an anonymous function. MATLAB vectorization is not used when defining the function.

인용 양식

Mark Holmes (2024). int(f,a,b) (https://www.mathworks.com/matlabcentral/fileexchange/55747-int-f-a-b), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

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

revised to speed code up, and added a small a procedure to handle badly scaled functions

1.0.0.0