Dynamic-Calibration/utils/YALMIP-master/@sdpvar/hasfactors.m

4 lines
60 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function yes = hasfactors(X)
yes = length(X.midfactors)>0;