No BSD License
a = reshape(1:12, 3, 4) b = reshape(12:-1:1, 4, 3)' c = a+b d = a+3
Contact us at files@mathworks.com