diff --git a/tutorials/04_Import/Importing_Event_Epoch_Info.md b/tutorials/04_Import/Importing_Event_Epoch_Info.md index 271469e..c5a20bb 100644 --- a/tutorials/04_Import/Importing_Event_Epoch_Info.md +++ b/tutorials/04_Import/Importing_Event_Epoch_Info.md @@ -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 File → Import data → From ascii/float data file or MATLAB array. Refer to the [previous section](http://localhost:4000/tutorials/Import/Importing_Continuous_and_Epoched_Data.html) of the tutorial.