3K Downloads
Updated
16 Jun 2008
No License
% res = csv2cell( filename )
% res = csv2cell( filename, delimiter )
returns a cell array which contains both numeric and text data.
Cite As
Sergey (2025). csv2cell (https://www.mathworks.com/matlabcentral/fileexchange/20135-csv2cell), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Cell Arrays in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
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.
|