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

9 lines
102 B
Mathematica
Raw Normal View History

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