MATLAB: Convert Column Vector to arrey matrix

reshapevector

Hi, I have a 500×1 column vector How do I convert it into a 25×20 array matrix where 1st row values of the matrix will be 1st – 20 values of the vector and so on.

Best Answer

Hello,
You may see this function, it will help you