| Contents | Index |
fclose(fileID)
fclose('all')
status = fclose(...)
fclose(fileID) closes an open file. fileID is an integer file identifier obtained from fopen.
fclose('all') closes all open files.
status = fclose(...) returns a status of 0 when the close operation is successful. Otherwise, it returns -1.
feof | ferror | fopen | fprintf | fread | frewind | fscanf | fseek | ftell | fwrite

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |