Code covered by the BSD License  

Highlights from
OpenOpt

image thumbnail
from OpenOpt by Dmitrey Kroshko
nonSmoothSolve (similar to fsolve), non-smooth & noisy local + some global solvers; works in Octave

oor(varargin) %#ok
function r = oor(varargin) %#ok<MCUOA>
v = varargin; %#ok<NASGU>

i0 = 1; %#ok<NASGU>
assignTo = 'r'; %#ok<NASGU>
assignScript;
r.istop = 0;

Contact us at files@mathworks.com