Clear Filters
Clear Filters

howi solve this warning and error

1 view (last 30 days)
mohamed issa
mohamed issa on 3 Jun 2018
Commented: Walter Roberson on 3 Jun 2018
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);

Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!