Dynamic-Calibration/utils/YALMIP-master/@sdpvar/ge.m

9 lines
102 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function y = ge(X,Y)
%GE (overloaded)
try
y = constraint(X,'>=',Y);
catch
error(lasterr)
end