File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
% EEGLAB Toolbox to process EEG data
2
- % Version 2019.0
2
+ % Version - see eeg_getversion()
3
3
%
4
4
% eeglab() - Matlab graphic user interface environment for
5
5
% electrophysiological data analysis incorporating the ICA/EEG toolbox
Original file line number Diff line number Diff line change 1
- % eeg_getversion() - obtain EEGLAB version number
1
+ % eeg_getversion() - obtain EEGLAB version number (version is embeded in
2
+ % the script, edit the function to see the version).
2
3
%
3
4
% Usage:
4
5
% >> vers = eeg_getversion;
40
41
41
42
function [vers , versnum , releaseDate ] = eeg_getversion
42
43
43
- vers = ' development head ' ;
44
- releaseDate = ' not specified ' ; % unix date -> date +"%d-%b-%y %T"
44
+ vers = ' 2019.0 ' ;
45
+ releaseDate = ' 30-Apr-19 14:55:42 ' ; % unix date -> date +"%d-%b-%y %T"
45
46
46
47
% get numerical version number
47
48
tmpvers = vers ;
You can’t perform that action at this time.
0 commit comments