howi solve this warning and error
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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);
1 comentario
Walter Roberson
el 3 de Jun. de 2018
This appears to relate to the FieldTrip toolbox; https://www.mathworks.com/matlabcentral/answers/60662-how-do-i-install-fieldtrip-toolbox
Respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!