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
2012 年 1 月 24 日
check symbolic integration.....
read doc of int()
Sreenu
回答 (1 件)
Bjorn Gustavsson
2012 年 1 月 24 日
0 投票
Check: cumtrapz, quad, and the whole quad-family of functions.
HTH,
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!