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

  1. %ONES    All ones.
  2. %    ONES(N) is an N-by-N matrix of ones.
  3. %    ONES(M,N) or ONES([M,N]) is an M-by-N matrix of ones.
  4. %    ONES(SIZE(A)) is the same size as A and all ones.
  5.  
  6. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  7. %    Built-in function.
  8.