Main Content
matintrlv
Reorder symbols by filling matrix by rows and emptying it by columns
Description
intrlvd = matintrlv(data,Nrows,Ncols)
rearranges the elements in data
by filling a temporary matrix with the
elements row by row and then sending the matrix contents, column by column, to the output.
Nrows
and Ncols
are the dimensions of the temporary
matrix. If data
is a vector, it must have Nrows*Ncols
elements. If data
is a matrix with multiple rows and columns,
data
must have Nrows*Ncols
rows and the function
processes the columns independently.
Examples
Extended Capabilities
Version History
Introduced before R2006a