No BSD License
function [out,error] = OF_ScaledRosen(x) out= 100*(x(2)/1000-x(1)^2)^2+(1-x(1))^2; error=0;
Contact us at files@mathworks.com