이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
PWLINT.m
Calculate the positive and negative area under a curve
using trapezoids, assuming a piecewise linear function
Requires insertrows:
http://www.mathworks.com/matlabcentral/fileexchange/9984
Inspired by this thread:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/252131
Usage:
[Apos, Aneg, Anet] = pwlint(x,y)
x: vector of independent variable
y: vector of dependent variable
Apos: area between y=0 and positive y values
Aneg: area between y=0 and negative y values
Anet: Apos+Aneg; equal to trapz(x,y)
See also TRAPZ, SUM
인용 양식
Andrew Davis (2026). PWLINT: Piecewise Linear Integration (https://kr.mathworks.com/matlabcentral/fileexchange/34787-pwlint-piecewise-linear-integration), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: insertrows
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
