Main Content
toeplitz
Create Toeplitz matrix
Description
returns a nonsymmetric Toeplitz matrix with t
= toeplitz(a
,b
)a
as its first column and
b
as its first row. b
is cast to the
numerictype
of a
. If one of the arguments of
toeplitz
is a built-in data type, it is cast to the data type of the
fi
object. If the first elements of a
and
b
differ, toeplitz
issues a warning and uses the
column element for the diagonal.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a