Skip to content

Commit

Permalink
added NA for first hand
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcolling committed Apr 5, 2017
1 parent c528d9e commit 5a09ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fischer_data_entry.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
check = 0;
while check == 0
fingers(i).h1f1 = upper(input('What was the first finger used on the first hand? ','s'));
check = sum(ismember({'LT','LI','LM','LR','LP','RP','RR','RM','RI','RT'},fingers(i).h1f1));
check = sum(ismember({'LT','LI','LM','LR','LP','RP','RR','RM','RI','RT','NA'},fingers(i).h1f1));
if check == 0
disp('Please use the codes from the sheet')
end
Expand Down

0 comments on commit 5a09ea5

Please sign in to comment.