How to find where a function has minimum value?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mr. 206
el 15 de Oct. de 2018
Respondida: KSSV
el 15 de Oct. de 2018
I have a function like this-

How can i find the value of δ for which, 'd(f(x+δ),g(x))' or 'δ_opt' will be minimum?
Here 'd(f(x+δ),g(x))' is a function.
0 comentarios
Respuesta aceptada
KSSV
el 15 de Oct. de 2018
Have a look on fmincon this should help you to get what you want.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Report Generator 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!