csv2cell

This functions reads a a text file into a cell array

您现在正在关注此提交

% res = csv2cell( filename )
% res = csv2cell( filename, delimiter )
returns a cell array which contains both numeric and text data.

引用格式

Sergey (2026). csv2cell (https://ww2.mathworks.cn/matlabcentral/fileexchange/20135-csv2cell), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: cell2csv

启发作品: Flotation kinetics - modeling

类别

Help CenterMATLAB Answers 中查找有关 Cell Arrays 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

There was a bug in the csv2cell.m. The function returned an error if no delimiters found in the csv file, i.e. the file includes only one column.
The bug was fixed.
My apologies.