필터 지우기
필터 지우기

options = optimset('​MaxFunEval​s',999) does not work

조회 수: 2 (최근 30일)
oxy
oxy 2013년 10월 15일
답변: Alan Weiss 2013년 10월 15일
Hi all,
I've also tried
hybridopts = optimset('MaxFunEvals', 1200)
And keep on getting:
lsqcurvefit stopped because it exceeded the function evaluation limit, options.MaxFunEvals = 200 (the default value).
Running Matlab 2012a on linux 64bit, using lsqcurvefit with std-options.
Any help?
thx...
  댓글 수: 3
Friedrich
Friedrich 2013년 10월 15일
do you pass down those options to the actual lsqcurvefit call?
oxy
oxy 2013년 10월 15일
what do you mean by "pass"?

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

답변 (1개)

Alan Weiss
Alan Weiss 2013년 10월 15일
You have to include the options in the function call. Something like
x = lsqcurvefit(fun,x0,xdata,ydata,lb,ub,hybridopts)
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by