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

5 lines
77 B
Matlab
Executable File

function x = integer(x)
% integer (overloaded)
x = sdpvar(x);
x = binary(x);