I have a vector $v\in\mathbb{R}^{mn\times 1}$ and I would like to make a matrix out of it in such form: $$V=\begin{bmatrix}v_{1} & v_{2} & \dots & v_{m} \\ \vdots & \vdots & \dots & \vdots\\ v_{(n-1)m+1} & v_{(n-1)m+2} & \dots & v_{mn} \end{bmatrix}$$
Is there a mathematical way to do so?