Use optimization tool to find function maximum

hello, i have this function :
F = 5*x + 4*y + 6*z
if
x+y+z<=100
3*x+ 2*y <= 150
3*x+2*y+4*z <= 210
and i want to find F's Maximum with optimization tool, please help me how can i do that? which Solver should i choose ?

 채택된 답변

Alan Weiss
Alan Weiss 2013년 7월 3일

1 개 추천

This sounds like a job for linprog. See this link to find out about maximizing rather than minimizing.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

제품

질문:

2013년 7월 3일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by