4 lines
68 B
Mathematica
4 lines
68 B
Mathematica
|
|
function x = binary(x)
|
||
|
|
% binary (overloaded)
|
||
|
|
|
||
|
|
x = binary(sdpvar(x));
|