toeplitz
Toeplitz matrix
Description
T = toeplitz( returns
a nonsymmetric Toeplitz
matrix with c,r)c as its first column and r as
its first row. If the first elements of c and r differ, toeplitz issues
a warning and uses the column element for the diagonal.
T = toeplitz( returns
the symmetric Toeplitz matrix where:r)
If
ris a real vector, thenrdefines the first row of the matrix.If
ris a complex vector with a real first element, thenrdefines the first row andr'defines the first column.If the first element of
ris complex, the Toeplitz matrix is Hermitian off the main diagonal, which means for . The elements of the main diagonal are set tor(1).
Examples
Input Arguments
More About
Extended Capabilities
Version History
Introduced before R2006a