No License
QUADG implements several different Gaussian quadrature methods. The default method is a Gauss-Kronrod 7(15) method.
The code can also be used as a framework for implementing your own integration method, as long as you can provide the weights and nodes for an integration over [-1,+1]. The framework used is very fast and allows the code to operate much faster than many recursive implementations. It's especially helpful for "open-ended" quadrature methods.
Cite As
Nabeel Azar (2026). quadg (https://www.mathworks.com/matlabcentral/fileexchange/1130-quadg), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Gauss3D
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | update description |
