| C++ Math Library Reference | ![]() |
C++ Prototype
mwArray ftell(const mwArray &fid);
C++ Syntax
#include "matlab.hpp" mwArray fid; // Input argument(s) mwArray position; // Return value position = ftell(fid);
MATLAB Syntax
position = ftell(fid)
See Also
ftell Calling Conventions | fseek | full | ![]() |