Can anyone help me in optimizing (maximizing) the function of two variables?
Show older comments
I have a function of two variables 'x1' and 'x2' and I want to maximise that function
F(x1,x2) = ((1 + x1/x2) * 725.2) - 398
subject to: x1 <= 5; x2 <= 120; x1 >= 1; x2 >= 40
Please help I shall be thankful
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!