We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
thanks so much for the great workshop, the tutorials are easy to follow and very useful. I just wanted to mention two small issues.
plot(data{1}.time_stamps(1:2:end)-data{1}.time_stamps(1), zeros(size(data{2}.time_stamps(1:2:end)))-0.1,'o', 'LineWidth',2) plot(data{2}.time_stamps(2:2:end)-data{1}.time_stamps(1), zeros(size(data{2}.time_stamps(1:2:end)))+0.1,'v', 'LineWidth',2)
I think they should both be data{2} as we are trying to visualize keyboard inputs in both lines (press & release).
data{2}
Thanks & best wishes, Fateme
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
thanks so much for the great workshop, the tutorials are easy to follow and very useful. I just wanted to mention two small issues.
I think they should both be
data{2}
as we are trying to visualize keyboard inputs in both lines (press & release).Thanks & best wishes,
Fateme
The text was updated successfully, but these errors were encountered: