Error using edfread when trying to read in an edf file

2 visualizaciones (últimos 30 días)
Samuele Bolotta
Samuele Bolotta el 1 de Mayo de 2020
When trying to read in an edf file with this code:
%Get the edf file
edf_name = uigetfile('*.edf') ;
string_compare = strcmp(strsplit(inputfile,'.'),strsplit(edf_name,'.'));
[info, data] = edfread(edf_name);
I receive the following error:
Error using edfread (line 125)
No such file or directory
Error in StimulusTestNew (line 29)
[info, data] = edfread(edf_name);
How can I fix this?
Thanks!

Respuestas (0)

Categorías

Más información sobre EEG/MEG/ECoG en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by