This pull request adds the function MasterDataFileRead.m to read data files. Here are the overall changes:
MasterDataFileSkipRows is removed. Rows beginning with '#' in data files are skipped.
MasterDataFileSkipCols is removed. MasterDataFileRead.m can handle strings present.
The subject number column (column 2) in SubjDir list is removed. Subject are now identified by the subject name (column 1).
MasterDataFileRead can handle mixed data files where some rows can hold data and others hold pointers to other data files. Pointers to other data files are indicated with a '@' at the beginning of a line in a data file.
This pull request adds the function MasterDataFileRead.m to read data files. Here are the overall changes: