Effacer les filtres
Effacer les filtres

Problem with interpreting some codes and functions

1 vue (au cours des 30 derniers jours)
farzad
farzad le 9 Oct 2014
Commenté : Iain le 9 Oct 2014
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 commentaires
Image Analyst
Image Analyst le 9 Oct 2014
They don't do anything - they're comments because they start with a % symbol.
Iain
Iain le 9 Oct 2014
More likely, he's just not formatted his question properly....

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Nonlinear Optimization dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by