12.07.2015 Views

What Is Optimization Toolbox?

What Is Optimization Toolbox?

What Is Optimization Toolbox?

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

fminimaxPurposeEquationSolve minimax constraint problemFinds the minimum of a problem specified bywhere x, b, beq, lb, andub are vectors, A and Aeq are matrices, andc(x), ceq(x), and F(x) are functions that return vectors. F(x), c(x), andceq(x) can be nonlinear functions.SyntaxDescriptionx = fminimax(fun,x0)x = fminimax(fun,x0,A,b)x = fminimax(fun,x,A,b,Aeq,beq)x = fminimax(fun,x,A,b,Aeq,beq,lb,ub)x = fminimax(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon)x = fminimax(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon,options)[x,fval] = fminimax(...)[x,fval,maxfval] = fminimax(...)[x,fval,maxfval,exitflag] = fminimax(...)[x,fval,maxfval,exitflag,output] = fminimax(...)[x,fval,maxfval,exitflag,output,lambda] = fminimax(...)fminimax minimizes the worst-case value ofasetofmultivariablefunctions, starting at an initial estimate. This is generally referred toas the minimax problem.x = fminimax(fun,x0) starts at x0 and finds a minimax solution xto the functions described in fun.x = fminimax(fun,x0,A,b) solves the minimax problem subject tothe linear inequalities A*x

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

Saved successfully!

Ooh no, something went wrong!