No BSD License
Highlights from
EZread
EZread
by Paul Taylor
08 May 2006
(Updated 06 Sep 2007)
Easily read csv files containing both text and numeric columns
|
Watch this File
|
| File Information |
| Description |
Read a CSV file that contains both text and numeric columns, without having to manually specify the column type using %f, %s, etc.
MATLAB functions such as "textscan" that can read files with columns of both text and numeric values require the user to specify the data type of each column, which can be tedious for anything but the simplest file. Instead, this function determines each column's data type automatically.
Creates a MATLAB structure from the data, with fieldnames matching the headers in the file.
See also: "ezwrite" |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (13) |
| 26 May 2006 |
Sean Wilson
|
|
|
| 28 Sep 2006 |
JON AM
|
|
|
| 29 Nov 2006 |
Ken Campbell
|
|
|
| 11 Dec 2006 |
Ken Campbell
|
|
|
| 02 Mar 2007 |
Aravind Ratnam
|
|
|
| 05 Sep 2007 |
kevin brown
|
|
|
| 30 Jan 2008 |
Ilse Van Tricht
|
|
|
| 14 Feb 2008 |
Jacob Bemrich
|
|
|
| 16 Mar 2008 |
Mike Smith
|
|
|
| 10 Apr 2008 |
Laura McCormack
|
|
|
| 09 Jun 2008 |
Joe leitten
|
|
|
| 29 Sep 2009 |
Justin Elstrott
|
|
|
| 15 Jul 2011 |
Cheol Hee
|
|
|
| Updates |
| 12 May 2006 |
Updated description to better describe the functionality of the file |
| 06 Dec 2006 |
Updated file |
| 09 May 2007 |
Included reference to related "ezwrite" function in description |
| 06 Sep 2007 |
Changed %s to %q to handle strings within double quotes that have a comma within them |
|
Contact us at files@mathworks.com