csv2cell

Versión 1.0.0.0 (502 Bytes) por Sergey
This functions reads a a text file into a cell array
3K descargas
Actualizado 16 jun 2008

Sin licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Cell Arrays en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: cell2csv

Inspiración para: Flotation kinetics - modeling

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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.