gaussquad

Version 1.0.0.0 (2,39 KB) von Matt Fig
Adaptive form of gaussleg.m.
5,1K Downloads
Aktualisiert 2 Okt 2008

Lizenz anzeigen

gaussquad(f,a,b)

GAUSSQUAD uses an adaptive formulation of Gauss-Legendre quadrature to evaluate the integral of f from a to b with default tolerance of 10^-14. User can specify another tolerance by: gaussquad(f,a,b,tol).
The input function f can be an inline or function handle.

Zitieren als

Matt Fig (2024). gaussquad (https://www.mathworks.com/matlabcentral/fileexchange/8679-gaussquad), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Added input checking.