y=lab.eye(n) returns the n-by-n identity matrix.

y=lab.eye(m,n) returns an m-by-n identity matrix with ones on the diagonal and zeros elsewhere.