Dynamic-Calibration/utils/YALMIP-master/extras/@constraint/complements.m

7 lines
150 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function F = complements(C1,C2)
%COMPLEMENTS Defines complementary constraints
%
% F = COMPLEMENTS(C1,C2)
F = complements(lmi(C1),lmi(C2));