trapz

Core Math

Trapezoidal numerical integration. Approximates the integral of y using the trapezoidal method. If x is provided, uses x as sample points.

Syntax

trapz(y)
trapz(y, x)

Examples

trapz([1, 2, 3, 4])
▶ Run
trapz([0, 1, 4, 9], [0, 1, 2, 3])
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.