Problems with chosing the best optimization function
Show older comments
Hello there,
I'm trying MATLAB to help me with math optimization problems. I know MATLAB has a lot of optimization fuctions to help me. However, my first problem is to know wich one could help me better and easily.
Basically, I have this equation:
y=(k*x1*x2^0.75)/(2.8579*log((x1*1000)/(pi*dm));*
where k, pi and dm are predefined constants; and x1 and x2 are my variables.
I need to find the maximum values for x1 and x2, so that y is as close as possible to 100.
Could someone help me with this problem?
Thanks in advance.
-Vinicius
Accepted Answer
More Answers (0)
Categories
Find more on Nonlinear Optimization 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!