Optimization of a linear function with range of variables
Ältere Kommentare anzeigen
I have a simple optimization problem. The objective function consists of 4 variables, say a,b,c and d. so objective function y=f(a,b,c,d). y is a linear function.
and constraints for this variables are only range for that variable say a= 3 to 10, b= 25 to 35, c= 80 to 100 and d = 30 to 45. My question is which optimization technique/method/function i can use to get maximum value of 'y' in MATLAB. and how to plot all this variables in MATLAB to get 'y'
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Linear Programming and Mixed-Integer Linear Programming finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!