Showing
1 changed file
with
2 additions
and
1 deletions
1 | function prepare_ImaGIN_spm_eeg_converteeg2mat(FileIn, FileOut) | 1 | function prepare_ImaGIN_spm_eeg_converteeg2mat(FileIn, FileOut) |
2 | 2 | ||
3 | % FileIn: path linking to the MEEG file to correct | 3 | % FileIn: path linking to the MEEG file to correct |
4 | -% FileOut: output path | 4 | +% FileOut: output path |
5 | + | ||
5 | [Root,file,ext]=fileparts(FileIn); | 6 | [Root,file,ext]=fileparts(FileIn); |
6 | clear S | 7 | clear S |
7 | S.FileOut=FileOut; | 8 | S.FileOut=FileOut; |
-
Please register or login to post a comment