MATLAB: Nelder and Mead Algorithm

MATLAB

Dear Community,
I want to find optimize coefficients of an equation to mininize a Langran function.
After searching in the internet I have found the Nelder Mead Algorithm. But I could not find a good explanation of it an an example for matlab.
Does any one know any example or good explanation?

Best Answer

According to the documentation section on the fminsearch Algorithm, the fminsearch function should do what you want.