<div dir="ltr">To whom it may concern,<br><br>I want to implement, "A novel explainable machine learning approach for EEG-based brain computer interface systems" published in Springer Nature, in fieldtrip. Regarding that they used ( <a href="http://bnci-horizon-2020.eu/database/data-sets">http://bnci-horizon-2020.eu/database/data-sets</a> (Accession Number 001-2017)) as dataset in GDF file, I want to preprocess and use ft_definetrial, but it is not accessed to the event code. In this regard I use EEGLAB to load the dataset with biosig, after that when I convert to fieldtrip (eeglab2fieldtrip or save it and use ft_read_event,..) I face this problem as follows. Could you please help me how can I preprocess this dataset for beamforming source localization for specific event code.<div><br></div><div>Error using isfolder<br>Input path must be text.<br><br>Error in ft_filetype (line 166)<br>if isfolder(filename)<br><br>Error in dataset2files (line 42)<br>  format = ft_filetype(filename);<br><br>Error in ft_checkconfig (line 675)<br>    [cfg.dataset, cfg.headerfile, cfg.datafile] = dataset2files(cfg.dataset, []);<br><br>Error in ft_preprocessing (line 385)<br>  cfg = ft_checkconfig(cfg, 'dataset2files', 'yes');<br><div><div><br></div><div><br></div></div></div></div>