home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELMAT.DI$ / EYE.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  270 b   |  9 lines

  1. %EYE    Identity matrix.
  2. %    EYE(N) is the N-by-N identity matrix.
  3. %    EYE(M,N) or EYE([M,N]) is an M-by-N matrix with 1's on
  4. %    the diagonal and zeros elsewhere.
  5. %    EYE(SIZE(A)) is the same size as A.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.