3 lines
86 B
Mathematica
3 lines
86 B
Mathematica
|
|
function p = removenonlinearity(p)
|
||
|
|
p.variabletype = 0*p.variabletype;
|
||
|
|
p.evalMap = [];
|