integration with matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
How would I solve the following equation for ZV:
ZV = integral_{0}^{ZD}(z.*A)dz
where ZD = 40; z = [1:2:12];%depth A = [112,118,123,143,188,200];%area
답변 (1개)
Bjorn Gustavsson
2012년 1월 24일
Check: cumtrapz, quad, and the whole quad-family of functions.
HTH,
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!