ucdavis / erplab

ERPLAB Toolbox is a free, open-source Matlab package for analyzing ERP data. It is tightly integrated with EEGLAB Toolbox, extending EEGLAB’s capabilities to provide robust, industrial-strength tools for ERP processing, visualization, and analysis. A graphical user interface makes it easy for beginners to learn, and Matlab scripting provides enormous power for intermediate and advanced users.
http://erpinfo.org/erplab
263 stars 75 forks source link

warning typo in pop_syncroartifacts.m #133

Open lokinou opened 4 years ago

lokinou commented 4 years ago
Error in pop_syncroartifacts>synchroner3 (line 421)
                warning('off', 'Epoch # %g containing item # %g does not longer exist in this dataset.\n',bepoch, qItem);

It seems that the warning function line 421 does not want to receive more than 1 argument. (easy to fix :) )