Hankel matrix
H = hankel(c)
H = hankel(c,r)
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.