status = fclose(___) returns a
status of 0 when the close operation is
successful. Otherwise, it returns -1. You can use this syntax
with any of the input arguments of the previous syntaxes.
File identifier of an open file, specified as an integer. Before closing a
file with fclose, you must use fopen to open the file and
obtain its fileID.
Data Types: double
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.