-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
51 lines (35 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-----------------------------------------------------------------------------
to download from github
-----------------------------------------------------------------------------
1. go to the downloads tab in the upper-right-ish area
2. click "download as zip"
-----------------------------------------------------------------------------
to run an experiment
-----------------------------------------------------------------------------
1. start up an internet connection
2. open matlab
3. navigate to the folder containing the files "physalis.m" and "data.txt"
4. run the following command at the matlab command prompt:
physalis('<condition letter>', <subject number>)
where condition letter is A, B, C, or D represending which condition
you want to run this subject on, and the subject number increases for
each physalis subject run regardless of condition (e.g. the first subject
for condition B might be input as subject 2 if there was already a
subject 1 run on condition A.)
conditions are:
A - The red ball pushed the blue ball.
B - The red ball gorped the blue ball.
C - The red ball and the blue ball touched.
D - The red ball and the blue ball gorped.
5. that's it! :)
------------------------------------------------------------------------------
output data
------------------------------------------------------------------------------
data will be output to the file "data.txt" where the columns are:
1 subject Number
2 condition
3 trial number
4 lag in miliseconds
5 gap in centimeters
6 response
7 start time for this participant's experiment