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

11 lines
164 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function F = replace(F,x,w,expand)
% Internal class for constraint list
F = lmi(F);
if nargin ==3
F = replace(F,x,w);
else
F = replace(F,x,w,expand);
end