MATLAB: Matlab Optimizer

optimization

Is there any book/site where there are examples/exercises of coplex matlab optimization problems so that I can do them myself and see the solution to understand how it is done. I find that Matlab examples e.g. for fmincon are pretty basic.
I have a pretty complex optimization problem which never converges and I am pretty new to Matlab optimization as well. I can't paste the whole thing in here as there is a big data set involved with it as well.

Best Answer

Hi Sam,
I think a good point to start is the Optimization Toolbox User’s Guide:
http://www.mathworks.com/help/pdf_doc/optim/optim_tb.pdf
Friedrich