Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrann.m does not offset chan number back to 0-based indexing #172

Open
particlewizard opened this issue Apr 5, 2019 · 0 comments
Open

Comments

@particlewizard
Copy link

rdann.m adds 1 to chan number, to comply with Matlab's 1-based indexing, but wrann.m does not subtract 1 to revert back to 0-based indexing.

A fix could be to modify line 145 of wrann.m:
chan = num2chararray(chan-1, 'chan', N);

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

No branches or pull requests

1 participant