hi
i cannot extract the dual variable by using the dual function
P = sdpvar(2,2);F = [P >= 0, A'*P+P*A <= 0, trace(P) == 1];solvesdp(F);Z2 = dual(F(2));
but the result i get NaN, It is not a number
i install the yalmip as what the yalmip wiki said
So can you show me the result of this sample code
Or is there are other toolbox i need to install