No BSD License
a = 2, f1 = @(x)(a*sin(x*x)), f2 = @(x,a)(a*sin(x*x)) f1(1), f2(1,2)
Contact us at files@mathworks.com