caseread - Read case names from file
Syntax
names = caseread(filename)
names = caseread
Description
names = caseread(filename) reads
the contents of filename and returns a
string matrix of names. filename is
the name of a file in the current folder, or the complete path name
of any file elsewhere. caseread treats each line
as a separate case.
names = caseread displays
the Select File to Open dialog box for
interactive selection of the input file.
Examples
Read the file months.dat created using the casewrite function.
type months.dat
January
February
March
April
May
names = caseread('months.dat')
names =
January
February
March
April
May See Also
casewrite, gname, tdfread, tblread
 | capaplot | | casewrite |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit