Name
vec — stacks columns of a matrix
CALLING SEQUENCE
[v]=vec(x)
PARAMETERS
- Input
x = an input matrix
- Output
v = output vector containing stacked columns of x
DESCRIPTION
Creates a column vector by stacking columns of x. V=vec(x) is equivalent to scilab command v=x(:)