Grocer Function

NAME

vec - stacks columns of a matrix

CALLING SEQUENCE

[v]=vec(x)

PARAMETERS

Input

Output

DESCRIPTION

Creates a column vector by stacking columns of x. V=vec(x) is equivalent to scilab command v=x(:)

AUTHOR

Eric Dubois 2002