23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0fseek<br />

Purpose Set file position indicator<br />

<strong>C++</strong> Prototype mwArray fseek(const mwArray &fid, const mwArray &offset,<br />

const mwArray &origin);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray origin; // String array(s)<br />

mwArray fid, offset; // Input argument(s)<br />

mwArray status; // Return value<br />

status = fseek(fid,offset,origin);<br />

status = fseek(fid,offset,origin)<br />

See Also <strong>MATLAB</strong> fseek Calling Conventions<br />

fseek<br />

174

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!