Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Batch Context
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bucanl_eeglab_extensions
Batch Context
Merge requests
!9
merge job_submit into master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
merge job_submit into master
job_submit
into
master
Overview
0
Commits
2
Changes
2
Closed
James Desjardins
requested to merge
job_submit
into
master
8 years ago
Overview
0
Commits
2
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
23306058
2 commits,
8 years ago
2 files
+
16
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
batch/config_func/text2struct_bc.m
+
8
−
0
View file @ 23306058
Show full file
@@ -34,6 +34,14 @@ fclose(fileID);
% unnest cell
cell_str
=
{
C
{
1
}{:}}
'
;
% cleanse array of empty identifiers
for
i
=
1
:
length
(
cell_str
)
if
strcmp
(
cell_str
{
i
},
'
''''
'
)
||
strcmp
(
cell_str
{
i
},
'[]'
)
||
strcmp
(
cell_str
{
i
},
'{}'
)
cell_str
{
i
}
=
''
;
end
end
k
=
1
;
for
i
=
1
:
length
(
cell_str
)
Loading