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

quadn_trap (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: integration

Requires: MathScript RT Module

Syntax

c = quadn_trap(y)

c = quadn_trap(x, y)

Legacy Name: trapz

Description

Computes numerical integration using the trapezoidal method.

Examples

Inputs

Name Description
x Specifies the x-values of the function you want to integrate. x is a real vector.
y Specifies the y-values of the function you want to integrate. y is a real vector or matrix of the same size as x. If y is a matrix, c returns the integrals of all columns of y.

Outputs

Name Description
c Returns the numerical integration of y. c is a scalar or vector.

Examples

Y = [0, 1, 2, 3, 4]
C = quadn_trap(Y)

Related Topics

accumsums
sum


 

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