Description Usage Arguments Value
function to reproduce the behavior of eye function in matlab
| 1 | eye(n, m)
 | 
| n | number of rows in the returned eye matrix | 
| m | number of columns in the returned eye matrix | 
a matrix with diagonal element as 1 while other elements as zero (eye matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.