Hello,
I have a row vector defined as,
X=\{x_1,x_2,\ldots,x_L\}
I wish to "stack" this vector vertically, a total of N times, such that the result is a matrix of the form,
\begin{align}Y = \left[ \begin{array}{cccc}
x_1 & x_2 & \ldots & x_L \\
x_1 & x_2 & \ldots & x_L \\
. & . & . & .\\
. & ...