필터 지우기
필터 지우기

Problem with interpreting some codes and functions

조회 수: 1 (최근 30일)
farzad
farzad 2014년 10월 9일
댓글: Iain 2014년 10월 9일
Hi All
I can't interpret what these lines do , could anyone tell me about the structure ? and what does it do ?
%options options = optimset('Display','iter','LargeScale','off','Tolfun',1e-3,'tolcon',1e-3,'TolX',1e-3,'MaxFunEvals',1000,'Algorithm','active-set','DiffMaxChange',0.5e-1,'DiffMinChange',1e-3);
%optimize [OptVar, Poisson, drie, vier, vijf, zes] = fmincon(@(c)ModelCalc(c,3),[0,0],[],[],[],[],[],[],@(c)InEqConstraint2(c),options);
  댓글 수: 2
Image Analyst
Image Analyst 2014년 10월 9일
They don't do anything - they're comments because they start with a % symbol.
Iain
Iain 2014년 10월 9일
More likely, he's just not formatted his question properly....

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by