eye {matlab} | R Documentation |
Create an identity matrix.
eye(m, n)
m , n |
numeric scalar specifying dimensions for the result |
Returns matrix of order 1.
Defaults to square if second dimension argument n
not provided.
P. Roebuck proebuck1701@gmail.com
eye(3)