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
267 stars 73 forks source link

Bug in export2text.m #123

Open maffotto opened 4 years ago

maffotto commented 4 years ago

Description

The function fails when the colon character is used in the Bin description The bug is in [line 92]: strbindescr = regexprep(strbindescr,'\\|\/|\*|\#|\$|\@','_');

The colon is missing from the sequence of forbidden characters to search for.


Versions

OS version [Windows 10]
Matlab version [2019b]
EEGLAB version [2019.1]
ERPLAB version [7.0.0]