3D Trapezoidal Rule

This program can be used to find any triple integral, even if one has some empirical data.
1K téléchargements
Mise à jour 8 mars 2013

Afficher la licence

The program is based on applying Matlab's trapz several times to obtain the result. The accuracy might not be good, but, at least it can be used with empirical data.

Citation pour cette source

Mohammed Sadeq Al-Rawi (2024). 3D Trapezoidal Rule (https://www.mathworks.com/matlabcentral/fileexchange/40672-3d-trapezoidal-rule), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers
Remerciements

Inspiré par : 2D trapezoidal rule

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.2.0.0

Swapping the index, better clarity than the previous version.

1.1.0.0

A better one-line code, thanks to Richrd.

1.0.0.0