fgets (Matlab function)
Read line from file, keep newline character
Matlab/Scilab equivalent
| Matlab | Scilab |
fgets |
// no equivalent |
The closest Scilab work-around may be built using mgetl() or mgetstr().
| Report an issue | ||
| << fgetl (Matlab function) | F | fileparts (Matlab function) >> |