12.07.2015 Views

What Is Optimization Toolbox?

What Is Optimization Toolbox?

What Is Optimization Toolbox?

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Function ArgumentsInput Arguments (Continued)Argument Description Used by FunctionsfungoalHlb, ubThe function to be optimized. funis a function handle for an M-filefunction or a function handle foran anonymous function. See theindividual function reference pagesfor more information on fun.Vector of values that the objectivesattempt to attain. The vector isthesamelengthasthenumberofobjectives.The matrix of coefficients for thequadratic terms in the quadraticequation x'*H*x+f'*x. H must besymmetric.Lower and upper bound vectors(or matrices). The argumentsare normally the same size as x.However, if lb has fewer elementsthan x, say only m, then only thefirst m elements in x are boundedbelow; upper bounds in ub canbe defined in the same manner.You can also specify unboundedvariables using -Inf (for lowerbounds) or Inf (for upper bounds).For example, if lb(i) = -Inf, thevariable x(i) is unbounded below.fgoalattain, fminbnd, fmincon,fminimax, fminsearch, fminunc,fseminf, fsolve, fzero,lsqcurvefit, lsqnonlinfgoalattainquadprogfgoalattain, fmincon, fminimax,fseminf, linprog, lsqcurvefit,lsqlin, lsqnonlin, quadprog6-3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!