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

  1. %PACK    Consolidate workspace memory.
  2. %    PACK performs memory garbage collection. Extended MATLAB
  3. %     sessions may cause memory to become fragmented, preventing
  4. %     large variables from being stored. PACK is a command that
  5. %     saves all variables on disk, clears the memory, and then
  6. %     reloads the variables.
  7. %
  8. %    See also MEMORY.
  9.  
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11. %    Built-in function.
  12.