Form the kronecker product of two matrices, defined block by block as x = [a(i, j) b] For example, kron (1:4, ones (3, 1)) 1 2 3 4 1 2 3 4 1 2 3 4
Form the kronecker product of two matrices, defined block by block as
x = [a(i, j) b]
For example,
kron (1:4, ones (3, 1)) 1 2 3 4 1 2 3 4 1 2 3 4