Description Usage Arguments Value
From: http://haky-functions.blogspot.fi/2006/11/repmat-function-matlab.html (accessed 27.3.2015)
| 1 | repmat(X, m, n)
 | 
| X | A [I,J] matrix or J element vector, Matrix used as such, vector coerced to a row matrix with dim(X)=[1,J]. | 
| m | [1,1] integer, Replication count vertically | 
| n | [1,1] integer, Replication count horizontally | 
[m*I,n*J] matrix, Replicated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.