Skip to content

Commit 702ee0a

Browse files
author
=
committed
Bug Fix
Fixed DOB issue
1 parent 991e34e commit 702ee0a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

datacleaner/cleandata.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
[ddInt, ddStr, ddRaw] = xlsread(fullfile(dPath,dFile));
478478
startIdx = find(contains(ddStr(:,1),'Participant Code'),1) + 1;
479479
endIdx = size(ddStr,1);
480-
participantList = ddStr(startIdx:endIdx,1:3);
480+
participantList = ddRaw(startIdx:endIdx,1:3);
481481

482482
% Prompt for Diagnosis Name
483483
prompt = {'Enter diagnosis:'};

test_data/.DS_Store

2 KB
Binary file not shown.

0 commit comments

Comments
 (0)