csv2Cell(csv_fname,​delimiter,header_li​nes)

Simple function that imports a 2D text file spreadsheet into a 2D cell array.
574 téléchargements
Mise à jour 14 juil. 2015

Afficher la licence

Imports a 2D text file spreadsheet into a 2D cell array. Cell boundaries in the spreadsheet need to be marked by a unique character (e.g., a comma).

Citation pour cette source

David Groppe (2024). csv2Cell(csv_fname,delimiter,header_lines) (https://www.mathworks.com/matlabcentral/fileexchange/32778-csv2cell-csv_fname-delimiter-header_lines), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.2.0.0

Modified to make importing tab delimited text files possible.

1.1.0.0

Added option to ignore an arbitrary number of header lines

1.0.0.0