howi solve this warning and error

14 次查看(过去 30 天)
ft_definetrial(cfg);
Warning: file or directory "ArtifactMEG.ds" does not exist, could not determine fileformat
Warning: file or directory "ArtifactMEG.ds" does not exist, could not determine fileformat
Warning: file or directory "ArtifactMEG.ds" does not exist, could not determine fileformat
Warning: no trialfun was specified, using ft_trialfun_general
evaluating trialfunction 'ft_trialfun_general'
reading the header from 'ArtifactMEG.ds'
Error using ft_read_header (line 202)
file or directory 'ArtifactMEG.ds' does not exist
Error in ft_trialfun_general (line 84)
hdr = ft_read_header(cfg.headerfile, 'headerformat', cfg.headerformat);
Error in ft_definetrial (line 178)
[trl, event] = feval(cfg.trialfun, cfg);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by