Grocer Function
NAME
vec - stacks columns of a matrix
CALLING SEQUENCE
[v]=vec(x)
PARAMETERS
Input
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(:)
AUTHOR
Eric Dubois 2002