file or directory ~ does not exist?
Mostra commenti meno recenti
cfg = []; % create an empty variable called cfg
cfg.dataset='subject01.eeg';
cfg.trialdef.prestim = 0.5; % in seconds
cfg.trialdef.poststim = 2; % in seconds
cfg.trialdef.eventtype = 'input';
[cfg]= ft_definetrial(cfg);
this code result in "file or directory 'subject01.eeg' does not exist"
how could i solve this problem?
Thanks
Risposte (1)
Kevin Holly
il 29 Set 2021
Modificato: Kevin Holly
il 29 Set 2021
0 voti
I believe the dataset needs to be entered as 'subject01.ds'?
3 Commenti
우용 이
il 29 Set 2021
Kevin Holly
il 29 Set 2021
Modificato: Kevin Holly
il 29 Set 2021
The file format is supported.
The error stated it could not find the file. Is the file in your path?
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!