Problems with chosing the best optimization function
显示 更早的评论
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Nonlinear Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!