Hi professor,
I get the following message:
Multiplication of SDPVAR object caused memory error
Continuing using unvectorized version which is extremely slow
They are related with my code as follow,
FIM1=w_2*H_m'*(diag(p))*H_m
where w_2 is a constant, H_m is a m-by-n matrix.
How can I solve these 2 problems? By the way, I think my code is vectorized, right?
Thanks,
Jianqiao Huang