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

5 lines
82 B
Matlab
Executable File

function x = flush(x)
x.leftfactors = [];
x.rightfactors = [];
x.midfactors = [];