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