I want to optimize two variables
3 ビュー (過去 30 日間)
古いコメントを表示
I end up on equation as shown below.
[Ku]*[u]+[Kp]*[p]=[C]*B.^2*Ui
B is bounded and Ui is known.
I want to find maximum of u and p combination by varing B.
how can i do that? can i have a plot also?
7 件のコメント
Torsten
2022 年 6 月 2 日
p get a priority .....but u shouldn't be low too
Too vague for an optimization.
回答 (2 件)
Sam Chak
2022 年 6 月 2 日
Since u and p are the variables, geometrically, this equation is a plane (flat surface)
By varying B, the plane moves can up and down in the z-axis direction in the 3D space.
I'm visualizing, do you think there are maxima if u and p are unconstrained?
2 件のコメント
Walter Roberson
2022 年 6 月 2 日
If they are constrained to non-negative then you could set the other to 0 and solve... but I am not clear at the moment whether they are scalar or matrices
参考
カテゴリ
Help Center および File Exchange で Get Started with Optimization Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!