Scilab Function

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