Skip to content

Commit

Permalink
Update Importing_Event_Epoch_Info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Feb 9, 2024
1 parent 5ef7a72 commit 3f52531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/04_Import/Importing_Event_Epoch_Info.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ generating such data follows (to test, copy and paste the code to the
MATLAB command line):

```matlab
matlab
eeglab
eegdata = rand(32, 256*100); % 32 channels of random activity (100 s sampled at 256 Hz).
eegdata(33,[10:256:256*100]) = 1; % simulating a stimulus onset every second
eegdata(33,[100:256:256*100]+round(rand*128)) = 2; % simulating reaction times about 500 ms after stimulus onsets
Expand Down

0 comments on commit 3f52531

Please sign in to comment.