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

4 lines
84 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function X = unfactor(X)
X.leftfactors = [];
X.midfactors = [];
X.rightfactors = [];