How to calculate numerical integral with more than 3 variables in Matlab? ( > integral3 )

1 回表示 (過去 30 日間)
How to calculate numerical integral with more than 3 variables in Matlab? ( > integral3 )
variable x,y,z,w for example.

採用された回答

Torsten
Torsten 2022 年 1 月 10 日
編集済み: Torsten 2022 年 1 月 10 日
Which method is best-suited depends on the specific problem.
Maybe
already helps.
  4 件のコメント
Dag Borlaug
Dag Borlaug 2022 年 1 月 10 日
Ok, thanks for help!
JICHAO ZHANG
JICHAO ZHANG 2023 年 6 月 19 日
for example, you have four multiple integral question.
you could compute one integral inner and outter compute three integral by integral3 programma.
@(x,y,z,s)integral(@sf(x,y,z), s1,s2)
integral3(f(x,y,z),x1,x2,y1,y2,z1,z2)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by