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