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 8, 2024
1 parent 78c4808 commit 575553a
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 @@ -269,7 +269,7 @@ to import such a file or array, we will once more create some simulated
EEG data.

```matlab
eegdata = rand(32, 256, 10); % 32 channels, 256 time points per epoch, 10 epochs
eegdata = rand(32, 256, 10); % 32 channels, 256 time points per epoch, 10 epochs
```

Select menu item <span style="color: brown">File → Import data → From ascii/float data file or MATLAB array</span>. Refer to the [previous section](http://localhost:4000/tutorials/Import/Importing_Continuous_and_Epoched_Data.html) of the tutorial.
Expand Down

0 comments on commit 575553a

Please sign in to comment.