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

4 lines
118 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function F = clear_poly_dep(F,x,order)
F = flatten(F);
F.clauses{1}.data = clear_poly_dep(F.clauses{1}.data,x,order);