quadg

Gaussian Quadrature code and quadrature framework
7K Downloads
Updated 6 Feb 2006

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 (2024). quadg (https://www.mathworks.com/matlabcentral/fileexchange/1130-quadg), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
Acknowledgements

Inspired: Gauss3D

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

update description