Skip to content

Commit 960f9ce

Browse files
committed
20250520 - no quotes around file paths
1 parent 7453b92 commit 960f9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eegERP.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The following section describes the MATLAB scripts used to manage HAPPE output f
108108
Click "Run" on the MATLAB editor window with the file open to begin the process.
109109
- 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
110110
- Once the path is entered, MATLAB will run the file
111+
- **Note: the filepath inputted should NOT be in quotes**
111112
112113
```
113114
% Set path to HAPPE pre-processing script
@@ -528,6 +529,7 @@ The following section describes the MATLAB scripts used to manage HAPPE input an
528529
Click "Run" in the MATLAB editor to start the processing.
529530
- A message will appear in the console prompting you to enter two filepaths:
530531
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**
531533
532534
```
533535
% User input for location of raw files
@@ -691,6 +693,7 @@ The following section describes the MATLAB scripts used to manage HAPPE input an
691693
- This section is designed to rely on user input.
692694
- 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
693695
- Once the path is entered, MATLAB will run the file
696+
- **Note: the filepath inputted should NOT be in quotes**
694697
695698
```
696699
% Set path to HAPPE pre-processing script

0 commit comments

Comments
 (0)