How can I create a basic double integral calculator?
조회 수: 4 (최근 30일)
이전 댓글 표시
I need to create a basic integral calculator in Matlab. Are there any scripts I could reference?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!