READELP Read electrode position in .elp file

Usage: >> [eloc, elocnames, X, Y, Z] = readelp( filename );

Inputs:
filename   
name of the .elp file containing the electrode localization

Outputs:
eloc   
structure containing the name and localization of the channels
elocnames   
cell array with the name of the electrodes
X,Y,Z   
vectors containing the location only of the electrodes

Author: Arnaud Delorme, CNL / Salk Institute, 28 Feb 2002

See also: readloc, snapread, floatread

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

Back to functions