フィルターのクリア

definite integral of numerical vectors

3 ビュー (過去 30 日間)
Stefano
Stefano 2014 年 7 月 16 日
コメント済み: Star Strider 2014 年 7 月 18 日
i'm looking for to solve a definite integral of two vectors
I know: z vector of numbers and G(z) vector of numbers. The limits of integration are zmin and zmax
I should to calculate: Integral between zmin,zmax of [G(z) * z^(7/6)] dz

採用された回答

Mahesh
Mahesh 2014 年 7 月 16 日
I think you have to use numerial method of integration such as simpson rule or trapezoidal rule. Make a routine for either of these methods and calculate them for each z values and add up. If sum over them, you will get the answer. I hope it works for you. Let me know if you have problem on making subroutine.
Goof luck.
  5 件のコメント
Stefano
Stefano 2014 年 7 月 18 日
Thank you!
Star Strider
Star Strider 2014 年 7 月 18 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differentiation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by