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

HilbC(x)
function r = HilbC(x)
r = 5-sum(x)-1e-4*norm(x);
%HILBC Summary of this function goes here
%   Detailed explanation goes here

Contact us at files@mathworks.com