optimset in fminsearch

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

Daniel Shub
Daniel Shub 2012년 5월 9일
What do you get with
which optimset -all
Walter Roberson
Walter Roberson 2012년 5월 9일
What (if anything) does
which -all optimset
return?
Jeremy Shaver
Jeremy Shaver 2012년 7월 10일
편집: Jeremy Shaver 2012년 7월 10일
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>

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2012년 5월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by