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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the matrix class.

Syntax

c = hankel(a)

c = hankel(a, b)

Description

Generates a Hankel matrix. hankel(a) returns a square Hankel matrix. hankel(a, b) returns a generic Hankel matrix.

Examples

Inputs

Name Description
a Specifies the first column of the Hankel matrix. a is a vector.
b Specifies the last row of the Hankel matrix. The first element of b must be the same as the last element of a. Otherwise, LabVIEW ignores the first element of b and uses the last element of a instead. b is a vector.

Outputs

Name Description
c Returns the Hankel matrix.

Examples

C = hankel([1, 2, 3, 4], [4, 5, 6, 7])

Related Topics

toeplitz


Resources


 

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