Integration of discrete data which have a non-linear relationship
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
J.S.
am 11 Jun. 2018
Beantwortet: Anton Semechko
am 12 Jun. 2018
In the https://www.mathworks.com/help/matlab/math/integration-of-numeric-data.html documentation page, it is noted that non-linear behavior between the discrete data points being integrated could result in inaccuracy when trapz is used. Is there a better function call to use for such an instance, instead?
0 Kommentare
Akzeptierte Antwort
Anton Semechko
am 12 Jun. 2018
Numerical integration based on Simpson's rule provides greater accuracy than integration using trapezoidal rule. Here is an implementation of Simpson's rule from Matlab's Central File Exchange: Simpson's rule for numerical integration
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!