| C++ Math Library Reference | ![]() |
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 | factor | feof | ![]() |