Message in the command window of matlab

hi guys,

during the execution of a convex problem in matalb, i get the following message in the command window, while the code is being executed:

linsysolve: solution contains NaN or inf.

what does it mean? any explanation is welcomed.

1 Like

I’m pretty sure that message is being generated by the solver. If it doesn’t go away with cvx_quiet, then that’s a bug in the solver. Try switching to SeDuMi to see if that helps.

1 Like