| C Math Library Reference | ![]() |
C Prototype
mxArray *mlfFtell (mxArray *fid);
C Syntax
#include "matlab.h" mxArray *fid; /* Required input argument(s) */ mxArray *position = NULL; /* Return value */ mlfAssign(&position, mlfFtell(fid));
MATLAB Syntax
position = ftell(fid)
See Also
ftell Calling Conventions | mlfFseek | mlfFull | ![]() |