How can I import the .EDF to proceed with their conversion?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need to convert .edf files to .mat files.
I find this problems; >> TD01.mat = Edf2Mat ('TD01.edf'); Error using edfimporter Failed to open file.
Error in Edf2Mat>@(varargin)edfimporter(varargin{:})
Error in Edf2Mat/processFile (line 365) obj.RawEdf = importer(obj.filename);
Error in Edf2Mat (line 313) obj.processFile();
And I

don't know what am I forgetting in this process...
Thank you very much!
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su EEG/MEG/ECoG in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!