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개)

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

질문:

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