| C Math Library Reference | ![]() |
C Prototype
mxArray *mlfFclose(mxArray *fid);
C Syntax
#include "matlab.h"
mxArray *all_str; /* String array(s) */
mxArray *fid; /* Required input argument(s) */
mxArray *status = NULL;/* Return value */
mlfAssign(&status, mlfFclose(fid));
mlfAssign(&status, mlfFclose(mxCreateString("all"));
MATLAB Syntax
status = fclose(fid)
status = fclose('all')
See Also
fclose Calling Conventions | mlfFactor | mlfFeof | ![]() |