Hii i have a vector with a dimension of 1x55 and i want to reshape row by row and get a 11x5 matrix. CAn anyone help me ?
Here´s an example:
A=[1,2,3
Reshape and transpose:
reshape(A, 5, 11)'