Finding optimal value for x

6 次查看(过去 30 天)
Shay Shah
Shay Shah 2021-6-7
I want to find the optimal (x) value:
While having possible minimum value for >> 2.4*cos(x)
And possible maximum value for >> (35.4/1.7(sin(x))2+(cos(x))2)+274.5
Please give me some hints on what function/algorithm I should start with.
Appreciate any help

回答(1 个)

James Tursa
James Tursa 2021-6-7
编辑:James Tursa 2021-6-7
You could try this function to get numeric values for local minimums:
Or you could take the derivative, set it = 0, and solve for x.

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by