28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2fclose<br />

Purpose Close one or more open files<br />

Syntax status = fclose(fid)<br />

status = fclose('all')<br />

Description status = fclose(fid) closes the specified file if it is open, returning 0 if<br />

successful and -1 if unsuccessful. Argument fid is a file identifier associated<br />

with an open file. (See fopen for a complete description of fid).<br />

status = fclose('all') closes all open files (except standard input, output,<br />

and error), returning 0 if successful and -1 if unsuccessful.<br />

See Also ferror, fopen, fprintf, fread, frewind, fscanf, fseek, ftell, fwrite<br />

fclose<br />

2-741

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!