Dynamic-Calibration/utils/YALMIP-master/extras/removenonlinearity.m

3 lines
86 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function p = removenonlinearity(p)
p.variabletype = 0*p.variabletype;
p.evalMap = [];