How can I create a basic double integral calculator?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need to create a basic integral calculator in Matlab. Are there any scripts I could reference?
0 Commenti
Risposta accettata
Walter Roberson
il 21 Apr 2018
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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!