MATLAB: How to reduce rows to column

how to reduce rows to column

I have matrix of 1 column and 54 rows
i need to convert to 3 columns and 18 rows
how do i do this

Best Answer

Use the reshape (link) function.