integralN.m
Version 1.3.0.1 (8,3 ko) par
Mike Hosea
Compute Multiple Integrals of Orders 4, 5, and 6
This function uses MATLAB's INTEGRAL2 and INTEGRAL3 functions iteratively to perform integrals of order 4, 5, and 6.
Citation pour cette source
Mike Hosea (2024). integralN.m (https://www.mathworks.com/matlabcentral/fileexchange/47919-integraln-m), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.3.0.1 | Updated license |
||
1.3.0.0 | Minor update: fixed a typo in the comments and made a slight efficiency improvement by removing an unnecessary wrapper around the "inner" function where it is passed to arrayfun. |
||
1.0.0.0 |