我正在尝试读取EEGLAB中的种子数据集。这些文件是.mat格式的。我在124行的函数pop_loadeeg()中得到错误- EEGLAB错误。输出参数"accept“,以及可能在调用"F:eeglab2019\plugins\neuroscanio1.3\loadeeg.m>loadeeg".期间未赋值的其他参数
如何读取EEGLAB中的脑电图SEED数据集的.mat文件?请指点一下。
发布于 2020-07-11 04:58:56
我希望这能有所帮助:
运行eeglab.m,然后在弹出窗口中: file -> import data -> using EEGLAB functions and plugins -> from ASCII/float file or Matlab。
几乎你可以在EEGLAB官方页面上查看教程。https://sccn.ucsd.edu/wiki/A01:_Importing_Continuous_and_Epoched_Data
https://stackoverflow.com/questions/62741583
复制相似问题