You are here

Summary of Key Points

12 October, 2015 - 10:08
  1. In its simplest form, numerical integration involves calculating the areas of segments that make up the area under a curve,
  2. MATLAB has built-in functions to perform numerical integration,
  3. Z = trapz(Y) computes an approximation of the integral of Y using the trapezoidal method.