SIMPSUM

버전 1.0.0.0 (737 Bytes) 작성자: Vassili Pastushenko
Next to TRAPZ should be SIMPSON integration.
다운로드 수: 4.4K
업데이트 날짜: 2004/8/19

라이선스 없음

If you want to integrate numerically an analytical function, you can use QUAD or similar. However, if you want to integrate already sampled data (equidistantly), and if the data are sufficiently smooth, instead of TRAPZ you will prefer SIMPSUM, numerical integration by Simpson method. It works on vectors and matrices (columnwise), calculates the average value of the sampled data, or simpson integral itself, if you supply the range(s) of independent variable(s). If you have nonequally spaced, but still smooth data, you can first resample them equidistantly with the help of some interpolation program like interp1(...'spline') and then apply SIMPSUM.

인용 양식

Vassili Pastushenko (2024). SIMPSUM (https://www.mathworks.com/matlabcentral/fileexchange/5721-simpsum), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Calculus에 대해 자세히 알아보기
도움

도움 준 파일: CUMSIMPSUM

Community Treasure Hunt

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

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