No BSD License
a = [ 1 2; 3 4]; b = [ 5 6 7; 8 9 10] c = kron(a,b) d = kron(b,a)
Contact us at files@mathworks.com