MATLAB: Conversion of an matrix array

loopmatrix array

How to convert a 50×50 matrix into 1×2500 matrix in matlab?

Best Answer

reshape(matrix,1,[])