quadg

Gaussian Quadrature code and quadrature framework

You are now following this Submission

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

Acknowledgements

Inspired: Gauss3D

Categories

Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

update description