Closed araujoms closed 9 months ago
Not really relevant, but if you make a typo like a = sdpvar; a.typo(1); this causes the error message to error instead of giving something helpful.
a = sdpvar; a.typo(1);
thanks
You're welcome.
Not really relevant, but if you make a typo like
a = sdpvar; a.typo(1);
this causes the error message to error instead of giving something helpful.