How can I create a basic double integral calculator?

11 次查看(过去 30 天)
I need to create a basic integral calculator in Matlab. Are there any scripts I could reference?

采纳的回答

Walter Roberson
Walter Roberson 2018-4-21
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 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by