MATRREAD Loads (parts of) data stored in Matlab-format [HDR,data,timeindex]=matread(HDR,block_number, [startidx, endidx]) This is the recommended use for Matlab-files generated from ADICHT data Before using MATREAD, HDR=MATOPEN(filename, 'ADI', ...) must be applied. [HDR,data,timeindex]=matread(HDR,Variable_Name, [startidx, endidx]) can be used for other Matlab4 files. Variable name is a string which identifies a Matlab Variable. Before using MATREAD, HDR=MATOPEN(filename, 'r', ...) must be applied. see also: EEGREAD, FREAD, EEGOPEN, EEGCLOSE