MATLAB: Reshape 3d to 2d array

reshape

I have a 1 by 20 by 3 array and want to reshape it to 3 by 20 matrix

Best Answer

squeeze()
transpose()