csv2cell

This functions reads a a text file into a cell array

Vous suivez désormais cette soumission

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

Citation pour cette source

Sergey (2026). csv2cell (https://fr.mathworks.com/matlabcentral/fileexchange/20135-csv2cell), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : cell2csv

A inspiré : Flotation kinetics - modeling

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version 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.