Finding optimal value for x

7 visualizaciones (últimos 30 días)
Shay Shah
Shay Shah el 7 de Jun. de 2021
Editada: James Tursa el 7 de Jun. de 2021
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

Respuestas (1)

James Tursa
James Tursa el 7 de Jun. de 2021
Editada: James Tursa el 7 de Jun. de 2021
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.

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by