| C++ Math Library Reference | ![]() |
Return the next line of a file as a string without line terminator(s)
C++ Prototype
mwArray fgetl(const mwArray &fid);
C++ Syntax
#include "matlab.hpp" mwArray fid; // Input argument(s) mwArray line; // Return value line = fgetl(fid);
MATLAB Syntax
line = fgetl(fid)
See Also
fgetl Calling Conventions | fftshift | fgets | ![]() |