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

4 lines
84 B
Matlab
Executable File

function X = unfactor(X)
X.leftfactors = [];
X.midfactors = [];
X.rightfactors = [];