No BSD License  

Highlights from
Inplace

from Inplace by David Gleich
Allows Matlab variables to be passed by reference instead of by value allowing inplace modification.

add_one_inplace(ipa)
function add_one_inplace(ipa)

ipa(1) = ipa(1) + 1;

Contact us at files@mathworks.com