Dynamic-Calibration/utils/YALMIP-master/extras/@lmi/cleardual.m

6 lines
94 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function id = cleardual(F)
for i = 1:length(F.LMIid)
yalmip('cleardual',F.LMIid(i));
end