4 lines
60 B
Mathematica
4 lines
60 B
Mathematica
|
|
function yes = hasfactors(X)
|
||
|
|
|
||
|
|
yes = length(X.midfactors)>0;
|