csvreadtail

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

您现在正在关注此提交

编者注: 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)

引用格式

Mike (2026). csvreadtail (https://ww2.mathworks.cn/matlabcentral/fileexchange/64278-csvreadtail), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 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