About 67 results
Open links in new tab
  1. Integration - MATLAB & Simulink - MathWorks

    High-precision numerical integration is implemented in the vpaintegral function of the Symbolic Math Toolbox™. vpaintegral uses variable-precision arithmetic in contrast to the MATLAB integral function, …

  2. integral - Numerical integration - MATLAB - MathWorks

    This MATLAB function numerically integrates function fun from xmin to xmax using global adaptive quadrature and default error tolerances.

  3. int - Definite and indefinite integrals - MATLAB - MathWorks

    Find the indefinite integrals of the multivariate expression with respect to the variables x and z.

  4. Numerical Integration and Differentiation - MATLAB & Simulink

    Numerical integration functions can approximate the value of an integral whether or not the functional expression is known:

  5. AntiDerivative - File Exchange - MATLAB Central - MathWorks

    Mar 11, 2020 · Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes

  6. Integration of Numeric Data - MATLAB & Simulink - MathWorks

    The integral family only accepts function handles as inputs, so those functions cannot be used with discrete data sets. Use trapz or cumtrapz when a functional expression is not available for integration.

  7. Integration - MATLAB & Simulink Example - MathWorks

    This example shows how to compute definite integrals using Symbolic Math Toolbox™.

  8. Integral - MATLAB & Simulink - MathWorks

    Learn about numeric and symbolic integrals and how to apply them to a broad range of engineering applications. Resources include videos, examples, and documentation.

  9. integral2 - Numerically evaluate double integral - MATLAB

    Evaluate the integral over the region 0 ≤ x ≤ 5 and −5 ≤ y ≤ 0. Specify the 'iterated' method and approximately 10 significant digits of accuracy.

  10. trapz - Trapezoidal numerical integration - MATLAB - MathWorks

    This MATLAB function computes the approximate integral of Y via the trapezoidal method with unit spacing.