Skip to content

Commit

Permalink
add more code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronearlerichardson committed Feb 12, 2024
1 parent cd67a77 commit cca9dd1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/GlobalLocal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,19 @@ Step 5: makeTrials_GL (Matlab)
* 2C) Command 3: run makeTrials_GL function
``makeTrials_GL(‘D103’, ‘240110’)``

#. Must replace: (‘subject’, ‘taskdate’) 1. Replace **subject** with **‘D#’** 2. Replace **date** with **‘taskdate’** (e.g. **‘230807’)**
#. Must replace: (‘subject’, ‘taskdate’)

#. Replace ``subject`` with ``‘D#’``

#. Replace ``date`` with ``‘taskdate’`` (e.g. ``‘230807’``)

#. Final format: ``makeTrials_GL(‘D#’, ‘taskdate’)``

#. **Example** : D94

#. subject = ‘D94’
#. ``subject = ‘D94’``

#. date = ‘230807’
#. ``date = ‘230807’``

#. ``makeTrials_GL(‘D94’, ‘230807’)``

Expand Down

0 comments on commit cca9dd1

Please sign in to comment.