C Math Library Reference | ![]() ![]() |
C Prototype
mxArray *mlfFeof(mxArray *fid);
C Syntax
#include "matlab.h" mxArray *fid; /* Required input argument(s) */ mxArray *eofstat = NULL;/* Return value */ mlfAssign(&eofstat, mlfFeof(fid));
MATLAB Syntax
eofstat = feof(fid)
See Also
feof
Calling Conventions![]() | mlfFclose | mlfFerror | ![]() |