integration with matlab

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

KSSV
KSSV 2012년 1월 24일
check symbolic integration.....
read doc of int()
Sreenu

댓글을 달려면 로그인하십시오.

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2012년 1월 24일

0 개 추천

Check: cumtrapz, quad, and the whole quad-family of functions.
HTH,

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

태그

질문:

2012년 1월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by