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

  1. %FCLOSE    Close a file.
  2. %    FCLOSE(FID) closes the file with file identifier FID,
  3. %    which is an integer obtained from an earlier FOPEN().
  4. %    FCLOSE('all') closes all open files, except 0, 1 and 2.
  5. %    FCLOSE() returns 0 if successful, -1 if not.
  6. %
  7. %    See also FOPEN, FREAD, FWRITE.
  8.  
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10. %    Built-in function.
  11.