csv2cell
by Sergey
30 May 2008
(Updated 16 Jun 2008)
This functions reads a a text file into a cell array
|
Watch this File
|
| File Information |
| Description |
% res = csv2cell( filename )
% res = csv2cell( filename, delimiter )
returns a cell array which contains both numeric and text data. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
cell2csv
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 14 Jun 2008 |
Sergey B
|
|
|
| 22 Feb 2012 |
eric larrieux
|
|
|
| Updates |
| 06 Jun 2008 |
adding keywords |
| 16 Jun 2008 |
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. |
|
Contact us at files@mathworks.com