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

difference (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: vector

Requires: MathScript RT Module

Syntax

c = difference(a)

c = difference(a, b)

Legacy Name: diff

Description

Computes the differences between the first order and higher orders of a vector or matrix.

Examples

Inputs

Name Description
a Specifies a vector or matrix.
b Specifies the order of a to compare with the first order. b is an integer.

Outputs

Name Description
c Returns the differences between the first order and the b order of a. If a is a matrix, c returns row-wise differences. c is a vector or matrix.

Examples

A = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31]
C = difference(A, 2)

Related Topics

prod
sum


 

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