Skip to content

Commit 5a09ea5

Browse files
authored
added NA for first hand
1 parent c528d9e commit 5a09ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fischer_data_entry.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
check = 0;
4444
while check == 0
4545
fingers(i).h1f1 = upper(input('What was the first finger used on the first hand? ','s'));
46-
check = sum(ismember({'LT','LI','LM','LR','LP','RP','RR','RM','RI','RT'},fingers(i).h1f1));
46+
check = sum(ismember({'LT','LI','LM','LR','LP','RP','RR','RM','RI','RT','NA'},fingers(i).h1f1));
4747
if check == 0
4848
disp('Please use the codes from the sheet')
4949
end

0 commit comments

Comments
 (0)