Dynamic-Calibration/utils/YALMIP-master/extras/@ndsdpvar/binary.m

4 lines
68 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function x = binary(x)
% binary (overloaded)
x = binary(sdpvar(x));