Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

cumtrapz (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the basic class.

Syntax

c = cumtrapz(a)

c = cumtrapz(a, b)

Description

Computes the cumulative trapezoidal integrals of a vector or matrix.

Examples

Inputs

Name Description
a Specifies a vector or matrix.
b Specifies whether to compute the column-wise or the row-wise cumulative trapezoidal integrals of a. b is an integer that accepts the following values.

1 (default) Computes the column-wise cumulative trapezoidal integrals.
2 Computes the row-wise cumulative trapezoidal integrals.

Outputs

Name Description
c Returns the cumulative trapezoidal integrals of a. If a is a vector, c returns a vector of the cumulative trapezoidal integrals of a. If a is a matrix and you do not specify b, c returns a matrix whose elements are the column-wise cumulative trapezoidal integrals of a. c is a vector or matrix of the same size as a.

Examples

A = [1:0.1:3];
B = A.^2;
C = cumtrapz(B)

Related Topics

dblquad
quad8
quadl
triplequad


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit