How can I create a basic double integral calculator?

I need to create a basic integral calculator in Matlab. Are there any scripts I could reference?

 採用された回答

Walter Roberson
Walter Roberson 2018 年 4 月 21 日

0 投票

Create a grid. trapz each column to get a row vector of areas for each column. trapz that row vector to get a single total area.

その他の回答 (0 件)

カテゴリ

質問済み:

kd
2018 年 4 月 21 日

回答済み:

2018 年 4 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by