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
Viateur Tuyisenge
2018-11-26 12:48:41 +0100
Commit
47d44d54e043baceccd25e4da2041321e6b3cb36
1 parent
65099f7f
Output ImaGIN_Electrode
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
prepare_ImaGIN_Electrodes.m
toolbox/ImaGIN_Electrode.m
prepare_ImaGIN_Electrodes.m
View file @
47d44d5
...
...
@@ -68,7 +68,7 @@ S.FileOut = FileOut;
fprintf
(
'prepare_ImaGIN_Electrodes: S.FileTxtOut: %s \n'
,
S
.
FileTxtOut
)
fprintf
(
'prepare_ImaGIN_Electrodes: S.FileOut: %s \n'
,
S
.
FileOut
)
D
=
ImaGIN_Electrode
(
S
);
ImaGIN_Electrode
(
S
);
set_final_status
(
'OK'
)
...
...
toolbox/ImaGIN_Electrode.m
View file @
47d44d5
function
D
=
ImaGIN_Electrode
(
S
)
function
ImaGIN_Electrode
(
S
)
% Set electrode positions.
% -=============================================================================
...
...
Please
register
or
login
to post a comment