Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

error when using load_open_ephys_data_faster.m #61

Open
delcasso opened this issue Jan 24, 2018 · 0 comments
Open

error when using load_open_ephys_data_faster.m #61

delcasso opened this issue Jan 24, 2018 · 0 comments

Comments

@delcasso
Copy link

line 190
info.header = header;
because header is a matlab native function it doesn't anymore.

I replaced the function getHeader with

function info = getHeader(hdr)
header='';
eval(char(hdr'));
info.header = header;
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant