


MAT2SEL is useful for converting visual artifact selection
with gBSanalyze into BKR/EPS compliant *.SEL files.
HDR = mat2sel(infile, [selfile]);
infile input filename (*.BKR or *.MAT are supported)
selfile output file with info artifact selection [OPTIONAL]
if no selfile is provided, the information will be
stored with extension '.SEL' and the same filename and
path.
The artifact selection is available in HDR.ArtifactSelection and
can be also loaded with
[s,HDR]=sload(filename);
Currently, artifact selection of EPS/BKR-Software and
gBSanalyze is supported.
see also: SLOAD