No BSD License  

Highlights from
Automated composition of function handles

from Automated composition of function handles by Peter Cotton
Automatically compose function handles

funcompose_test_w(k,c,u,f);
function [w,x] = funcompose_test_w(k,c,u,f);
w = u*c;
x = sin(w)*f+c-3*u;

Contact us at files@mathworks.com