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.

test_inplace_func2(ipd)
function test_inplace_func2(ipd)
ipd(1) = int32(100);

Contact us at files@mathworks.com