csv2cell

Versione 1.0.0.0 (502 Byte) da Sergey
This functions reads a a text file into a cell array
3K download
Aggiornato 16 giu 2008

Nessuna licenza

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

Cita come

Sergey (2024). csv2cell (https://www.mathworks.com/matlabcentral/fileexchange/20135-csv2cell), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Cell Arrays in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: cell2csv

Ispirato: Flotation kinetics - modeling

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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.