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.

linprogPurposeEquationSolve linear programming problemsFinds the minimum of a problem specified bywhere f, x, b, beq, lb, andub are vectors and A and Aeq are matrices.SyntaxDescriptionx = linprog(f,A,b)x = linprog(f,A,b,Aeq,beq)x = linprog(f,A,b,Aeq,beq,lb,ub)x = linprog(f,A,b,Aeq,beq,lb,ub,x0)x = linprog(f,A,b,Aeq,beq,lb,ub,x0,options)[x,fval] = linprog(...)[x,lambda,exitflag] = linprog(...)[x,lambda,exitflag,output] = linprog(...)[x,fval,exitflag,output,lambda] = linprog(...)linprog solves linear programming problems.x = linprog(f,A,b) solves min f'*x such that A*x

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

Saved successfully!

Ooh no, something went wrong!