Description Usage Arguments Value Note See Also Examples
Utility that takes a matrix n x m and stacks its columns to form a column vector of length mn.
| 1 | m2v(A)
 | 
| A | an m x n matrix | 
For an m x n input matrix, returns a m*n x 1 matrix (i.e., a column vector).
Meant to capture the MATLAB functionality of the colon operator, A(:)
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.