Scilab Function
Last update : April 1999

mclose - close an opened file

Calling Sequence

err=mclose([fd])
mclose('all')

Parameters

Description

mclose must be used to close a file opened by mopen. If fd is omitted mclose closes the last opend file.

mclose('all') closes all files opened by file('open',..) or mopen

See Also

meof,  mfprintf,  fprintfMat,  mfscanf,  fscanfMat,  mget,  mgetstr,  mopen,  mprintf,  mput,  mputstr,  mscanf,  mseek,  mtell,  file,  mdelete,