Kronecker Product
kronecker(M, N)—Multiplies matrix N by each element of matrix M, returning an M·N(m1.n1 × m2.n2) matrix.
Arguments
M is a m1 × m2 matrix. For numeric evaluation, M must be a square matrix.
N is a n1 × n2 matrix. For numeric evaluation, N must be a square matrix.
Was this helpful?