Grocer Function

NAME

vec2row - vector into rowumn vecor

CALLING SEQUENCE

[x]=vec2row(x)

PARAMETERS

Input

Output

DESCRIPTION

Transforms a row or col vector into a row vector.

EXAMPLE

1) vec2row([3:7])
2) vec2row([3:7]')

Examples 1 and 2 give the matrix:
!   3.    4.    5.    6.    7. !

AUTHOR

Eric Dubois 2002