Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Commits
ad1946ee
Commit
ad1946ee
authored
Aug 09, 2017
by
Mike Cichonski
Browse files
* VERSION: 1.0.4
* batch/pop_func/pop_batch_edit.m: fixed error message when cancelling 'Save As' popup window
parent
9896339c
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ad1946ee
2017-08-09 Mike Cichonski <mike.cichonski@gmail.com>
* VERSION: 1.0.4
* batch/pop_func/pop_batch_edit.m: fixed error message when cancelling
'Save As' popup window
2017-08-09 Mike Cichonski <mike.cichonski@gmail.com>
* VERSION: 1.0.3
...
...
VERSION
View file @
ad1946ee
v1.0.
3
v1.0.
4
batch/pop_func/pop_batch_edit.m
View file @
ad1946ee
...
...
@@ -148,6 +148,7 @@ if nargin < 4
'end;'
,
...
'for i=1:length(level_ind);'
,
...
' [cfgfname,cfgfpath]=uiputfile(
''
*.cfg
''
,
''
Batch configuration file
''
);'
,
...
' if cfgfname==0; return; end;'
,
...
' global bcp; batch_config = evalin(
''
caller
''
,
''
batch_config
''
);'
...
' batch_config=propgrid2batchconfig(bcp,batch_config);'
,
...
' tmp_batch_config=batch_config;batch_config=tmp_batch_config(i);'
,
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment