You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eegERP.Rmd
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ The following section describes the MATLAB scripts used to manage HAPPE output f
108
108
Click "Run" on the MATLAB editor window with the file open to begin the process.
109
109
- A message will appear in the console prompting you to enter the filepath to the location of the HAPPE pre-processing file you wish to run
110
110
- Once the path is entered, MATLAB will run the file
111
+
- **Note: the filepath inputted should NOT be in quotes**
111
112
112
113
```
113
114
% Set path to HAPPE pre-processing script
@@ -528,6 +529,7 @@ The following section describes the MATLAB scripts used to manage HAPPE input an
528
529
Click "Run" in the MATLAB editor to start the processing.
529
530
- A message will appear in the console prompting you to enter two filepaths:
530
531
the first is the location of the raw .mff files, and the second is the location you would like the updated files to save in.
532
+
- **Note: the filepaths inputted should NOT be in quotes**
531
533
532
534
```
533
535
% User input for location of raw files
@@ -691,6 +693,7 @@ The following section describes the MATLAB scripts used to manage HAPPE input an
691
693
- This section is designed to rely on user input.
692
694
- When the prior steps have finsihed, a message will appear in the console prompting you to enter the filepath to the location of the HAPPE pre-processing file you wish to run
693
695
- Once the path is entered, MATLAB will run the file
696
+
- **Note: the filepath inputted should NOT be in quotes**
0 commit comments