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

Tutorial 2 and 2b #65

Open
MeropGont opened this issue Mar 14, 2021 · 0 comments
Open

Tutorial 2 and 2b #65

MeropGont opened this issue Mar 14, 2021 · 0 comments

Comments

@MeropGont
Copy link

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.

  1. In Tutorial 2, there is a code box at the end for making the plot nicer, with these two lines:
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).

  1. In Tutorial2b, the first section is new (including mouse mouvement stream) but the rest of the content seems to be a copy of the previous tutorial.

Thanks & best wishes,
Fateme

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