| MATLAB C++ Math Library | Search  Help Desk |
| fclose | See Also |
C++ Prototype
mwArray fclose(const mwArray &fid);
C++ Syntax
#include "matlab.hpp"
mwArray fid; // Input argument(s)
mwArray status; // Return value
status = fclose(fid);
status = fclose("all");
MATLAB Syntax
status = fclose(fid)
status = fclose('all')
See Also
fclose Calling Conventions