Code covered by the BSD License  

Highlights from
INTSOLVER: An interval based solver for Global Optimization

from INTSOLVER: An interval based solver for Global Optimization by Tiago Montanher
Interval based functions to solve small global optimization problems with guaranteed bounds.

sig13(type)
function inidata = sig13(type)

  if type == 0
   inidata = [0 0 0 0 0 ];
  end
  
  if type == 1
   inidata = [infsup(-2,0), infsup(1,2), infsup(1,2), infsup(-2,0), infsup(-2,0)];   
  end
end

Contact us at files@mathworks.com