Statistics Toolbox
  Go to function:
    Search    Help Desk 
caseread    Examples   See Also

Read casenames from a file.

Syntax

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 directory, or the complete pathname of any file elsewhere. caseread treats each line as a separate case.

names = caseread displays the File Open dialog box for interactive selection of the input file.

Example

Use the file months.dat created using the function casewrite on the next page.

See Also



[ Previous | Help Desk | Next ]