Optimization of a linear function with range of variables
Show older comments
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'
Accepted Answer
More Answers (0)
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!