How do you concatenate the rows of a matrix into a vector in MATLAB?

Posted by jimbo on Stack Overflow See other posts from Stack Overflow or by jimbo
Published on 2010-04-27T18:45:13Z Indexed on 2010/04/30 23:47 UTC
Read the original article Hit count: 173

Filed under:
|
|

For an m-by-m (square) array, how do you concatenate all the rows into a column vector with size m^2 ?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about concatenation