CUMSIMPSUM

버전 1.0.0.0 (1.28 KB) 작성자: Michael Meyer
Cumulative numerical integration via the Simpson's rule.
다운로드 수: 2.5K
업데이트 날짜: 2004/10/29

라이선스 없음

Z = CUMSIMPSUM(Y,DEL) computes an approximation of the cumulative integral of Y from a=0 to b via the Simpson's rule (with unit spacing). For matrices Y, CUMSIMPSUM works on columns of Y. DEL contains the upper limit(s) b.

CUMSIMPSUM is a cumulative analog to SIMPSUM and may be used as an alternative to CUMTRAPZ.

인용 양식

Michael Meyer (2025). CUMSIMPSUM (https://www.mathworks.com/matlabcentral/fileexchange/6081-cumsimpsum), MATLAB Central File Exchange. 검색 날짜: .

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

도움 받은 파일: SIMPSUM

Community Treasure Hunt

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

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

This updated version outputs a 1-by-N vector in case a 1-by-N vector is inputted (while the previous version always outputted a N-by-1 vector, regardless of a row or column input vector). The integration steps were not modified.