optimset in fminsearch
8 views (last 30 days)
Show older comments
What is wrong?
Matlab 2012a
Undefined function 'optimset' for input arguments of type 'char'.
options = optimset('Display','off');
est = fminsearch(@LF_GMFitFn,estimates,options,iModel,t,sizes);
3 Comments
Jeremy Shaver
on 10 Jul 2012
Edited: Jeremy Shaver
on 10 Jul 2012
Had the same problem - I assume this user has solved the problem, but if someone else is looking, it is a path problem after upgrading. See: <http://www.mathworks.com/support/solutions/en/data/1-IAA3S5/index.html?solution=1-IAA3S5>
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!