finding minimum in a region

6 visualizaciones (últimos 30 días)
Physiker192
Physiker192 el 3 de Oct. de 2014
Respondida: Alberto el 3 de Oct. de 2014
Hello, i have a function: 2*cos(x1) + cos (x2) - 2*x3 i want to find the minimum using fminsearch. Is there anyway to find this minimum for specific values of x1 let's say 0<x1<10. Thanks in advance

Respuestas (1)

Alberto
Alberto el 3 de Oct. de 2014
Hello:
fminsearch solve unconstrained minimum problems only. If you need to impose restrictions you should use (for example) fmincon. Good Luck

Community Treasure Hunt

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

Start Hunting!

Translated by