Optimization of a linear function with range of variables
Afficher commentaires plus anciens
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'
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!