Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ftract_dev
/
ImaGIN2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
11
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Anthony B
2020-02-11 17:22:37 +0100
Commit
60caa5c5f485ea830de686f663fa899b13109274
1 parent
db34530c
Force recompilation.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
prepare_ImaGIN_spm_eeg_converteeg2mat.m
prepare_ImaGIN_spm_eeg_converteeg2mat.m
View file @
60caa5c
function
prepare_ImaGIN_spm_eeg_converteeg2mat
(
FileIn
,
FileOut
)
% FileIn: path linking to the MEEG file to correct
% FileOut: output path
% FileOut: output path
[
Root
,
file
,
ext
]
=
fileparts
(
FileIn
);
clear
S
S
.
FileOut
=
FileOut
;
...
...
Please
register
or
login
to post a comment