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.

fminconPurposeEquationFind minimum of constrained nonlinear multivariable functionFinds the minimum of a problem specified bysubject towhere x, b, beq, lb, and ub are vectors, A and Aeq are matrices, c(x)and ceq(x) are functions that return vectors, and f(x) is a function thatreturns a scalar. f(x), c(x), and ceq(x) can be nonlinear functions.SyntaxDescriptionx = fmincon(fun,x0,A,b)x = fmincon(fun,x0,A,b,Aeq,beq)x = fmincon(fun,x0,A,b,Aeq,beq,lb,ub)x = fmincon(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon)x = fmincon(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon,options)[x,fval] = fmincon(...)[x,fval,exitflag] = fmincon(...)[x,fval,exitflag,output] = fmincon(...)[x,fval,exitflag,output,lambda] = fmincon(...)[x,fval,exitflag,output,lambda,grad] = fmincon(...)[x,fval,exitflag,output,lambda,grad,hessian] = fmincon(...)fmincon attempts to find a constrained minimum of a scalar functionof several variables starting at an initial estimate. This is generallyreferred to as constrained nonlinear optimization or nonlinearprogramming.8-34

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

Saved successfully!

Ooh no, something went wrong!