csvreadtail

Reads the last N lines of a CSV file without needing to load and parse the entire file.

Ahora está siguiendo esta publicación

Nota del editor: This file was selected as MATLAB Central Pick of the Week

Good for reading the last few lines off of large CSV data files, especially if you don't know ahead of time how many lines there are in the file (in which case you could just use csvread() with a specified range)

Citar como

Mike (2026). csvreadtail (https://es.mathworks.com/matlabcentral/fileexchange/64278-csvreadtail), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
2.0.0.0

Bugfixes to ensure CSVs containing non-numeric and empty cells are handled appropriately, added unit test function.

1.0.0.0