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

4 lines
46 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function x = vec(x)
x.dim = [prod(x.dim) 1];