readtable_test, MATLAB functions which test readtable(), which can read a data file containing data in columns, with some data being numeric and some text. This directory includes a demonstration of the use of readtable();
Other MATLAB datafile readers do not do a good job of dealing with numeric/text data files.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
readtable_test is available in a MATLAB version.
CSV, a data directory which contains examples of comma separated value (CSV) files;
CSV_IO, a FORTRAN90 library which reads and writes files that use the comma separated value (CSV) format.
MOVIE_DATA_REFORMAT, a FORTRAN90 program which reformats movie data, copied from THE NUMBERS movie data web page, into a CSV format suitable for input to Excel or a statistical analysis package such as R.
STATS, a dataset directory which contains datasets for computational statistics, including biometric measurements, movie attendance and sales, taxicab fares and distances;
TRIOLA, a dataset directory which contains datasets used for statistical analysis.
XLS_IO , R programs which illustrate how data can be shared between Microsoft EXCEL and R, using XLS and CSV files.
You can go up one level to the MATLAB source codes.