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

8 lines
156 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function x = integer(x)
%INTEGER Overloaded
if isempty(x)
x = [];
else
error('INTEGER can only be applied to SDPVAR objects or empty doubles');
end