No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_addition.m
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