Dynamic-Calibration/utils/YALMIP-master/extras/@ndsdpvar/vec.m

4 lines
46 B
Matlab
Executable File

function x = vec(x)
x.dim = [prod(x.dim) 1];