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

8 lines
156 B
Matlab
Executable File

function x = integer(x)
%INTEGER Overloaded
if isempty(x)
x = [];
else
error('INTEGER can only be applied to SDPVAR objects or empty doubles');
end