We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff6c1f commit 7f1de6dCopy full SHA for 7f1de6d
1 file changed
eegERP.Rmd
@@ -345,7 +345,7 @@ See [General Post-Happe Steps](#generalPost) for examples of the MATLAB code and
345
346
**NOTE: When exporting EEG data from MATLAB, it is absolutely necessary for the data to be organized in order of event latency.**
347
**If the rows are out of order, latency errors may be introduced.**
348
- - Correct row order can be achieved in `.mff` filetypes by sorting according to either the `latency` column or the `urevent` column (as shown below)
+ - Correct row order can be achieved in .mff filetypes by sorting according to either the `latency` column or the `urevent` column (as shown below)
349
350
```
351
for row = 1:height(mergePaths)
0 commit comments