C Math Library Reference    
mlfHankel

Hankel matrix

C Prototype

C Syntax

MATLAB Syntax

See Also

Description

H = hankel(c) returns the square Hankel matrix whose first column is c and whose elements are zero below the first anti-diagonal.

H = hankel(c,r) returns a Hankel matrix whose first column is c and whose last row is r. If the last element of c differs from the first element of r, the last element of c prevails.


 mlfHadamard mlfHess