LOADDAT Loading neuroscan format data file into matlab.

Usage: >> [typeeeg, rt, response, n] = loaddat( filename );

Inputs:
filename   
input Neuroscan .dat file

Outputs:
typeeeg   
type of the sweeps
rt   
reaction time of the subject
response   
response of the subject
n   
number of sweeps

See also: loadeeg()

See the matlab file loaddat.m (may require other functions)

Back to functions