file or directory ~ does not exist?
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Kevin Holly
2021 年 9 月 29 日
編集済み: Kevin Holly
2021 年 9 月 29 日
I believe the dataset needs to be entered as 'subject01.ds'?
3 件のコメント
Kevin Holly
2021 年 9 月 29 日
編集済み: Kevin Holly
2021 年 9 月 29 日
The file format is supported.
The error stated it could not find the file. Is the file in your path?
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!