| 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() |