FMINCON: lagrange multipliers values...

  • Follow


Hi,

I'm using the function FMINCON using the followung syntax:

            options =
optimset('GradObj','on','Hessian','off','Display','off','DerivativeChe
ck','off','LargeScale','off');
           
[Y,fval,exitflag,output,lambda]=fmincon(@f,XX,A,b,Aeq,beq,[],[],[],opt
ions);

I need to extract the lagrange multipliers values, not just the
structure: how can I manage it?

thanks
0
Reply mail.plutus (24) 3/14/2005 4:21:45 PM

got it, I was too pessimist...

it's a command like

lambda.ineqlin
0
Reply mail.plutus (24) 3/14/2005 4:48:03 PM


1 Replies
34 Views

(page loaded in 0.042 seconds)

Similiar Articles:






7/22/2012 11:20:36 AM


Reply: