Line 19 should be: header{3} = textscan(fID,'%s %s %s %s %s %*[^\n]',1,'Delimiter','\t'); %Presentation column labels Otherwise, the names of the data columns come out incorrect, and the error is passed along to the logData structure.
Line 19 should be:
header{3} = textscan(fID,'%s %s %s %s %s %*[^\n]',1,'Delimiter','\t'); %Presentation column labels
Otherwise, the names of the data columns come out incorrect, and the error is passed along to the logData structure.