[Eeglablist] Open .vhdr files
Alejandro Hueso Gamón
alejandrohg8 at yahoo.es
Thu Feb 1 08:12:34 PST 2018
Hello!
I'm trying to open a Brain Vision Analyzer file (.vhdr) with EEGlab. I've installed the correponding plugin, the bva-io1.5.13. However when I try to open the file it appears an error message:
"No such file or directory. Error occurred in function readbvconf() at line 45."
So I took a look inside this function but I don't detect anything wrong... Here it is the part around line 45:
% Open and read file[IN, message] = fopen(fullfile(pathname, filename), 'r');if IN == -1 [IN, message] = fopen(fullfile(pathname, lower(filename))); if IN == -1 error(message) end;endraw={};while ~feof(IN) raw = [raw; {fgetl(IN)}];endfclose(IN);
Could you help me, please? What can I do?
Thank you very much!
AlejandroFrom Spain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20180201/89751f4f/attachment.html>
More information about the eeglablist
mailing list