How can I create a basic double integral calculator?

조회 수: 4 (최근 30일)
kd
kd 2018년 4월 21일
답변: Walter Roberson 2018년 4월 21일
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