- reshape(x, m): change the dimension of x to .
- reshape(x, m, n): change the dimension of x to .
- reptile(x, m): replicate m copies of x and stack
them vertically to form a new matrix.
- reptile(x, m, n): replicate copies of x and stack
them like an matrix to form a new bigger matrix.
oz
2009-12-22