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

  1. function A = full(X)
  2. %FULL      Convert sparse matrix to full storage.
  3. %    A = FULL(X) is a built-in function which converts a sparse matrix
  4. %    to full storage organization and leaves a full matrix unchanged.
  5. %
  6. %    See also SPARSE.
  7.  
  8. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  9. %    Built-in function.
  10.