We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c528d9e commit 5a09ea5Copy full SHA for 5a09ea5
fischer_data_entry.m
@@ -43,7 +43,7 @@
43
check = 0;
44
while check == 0
45
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));
+ check = sum(ismember({'LT','LI','LM','LR','LP','RP','RR','RM','RI','RT','NA'},fingers(i).h1f1));
47
if check == 0
48
disp('Please use the codes from the sheet')
49
end
0 commit comments