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 comentarios

Daniel Shub
Daniel Shub el 9 de Mayo de 2012
What do you get with
which optimset -all
Walter Roberson
Walter Roberson el 9 de Mayo de 2012
What (if anything) does
which -all optimset
return?
Jeremy Shaver
Jeremy Shaver el 10 de Jul. de 2012
Editada: Jeremy Shaver el 10 de Jul. de 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>

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Preguntada:

el 9 de Mayo de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by