From 5a09ea5c95cfd4b8c6b1f631be578cfc0d40a96c Mon Sep 17 00:00:00 2001 From: Lincoln Colling Date: Wed, 5 Apr 2017 14:49:00 +0100 Subject: [PATCH] added NA for first hand --- fischer_data_entry.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fischer_data_entry.m b/fischer_data_entry.m index 0ed5bbf..6862c08 100755 --- a/fischer_data_entry.m +++ b/fischer_data_entry.m @@ -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