Closed alainapearce closed 5 months ago
there was a '+' rather than a space in line 206 that was causing matlab to output the unicode characters rather than stored strings. changed line from:
snirf.nirs(i).probe.(posLabelField){j}=[posCapital+'-' num2str(j)];
to:
snirf.nirs(i).probe.(posLabelField){j}=[posCapital '-' num2str(j)];
there was a '+' rather than a space in line 206 that was causing matlab to output the unicode characters rather than stored strings. changed line from:
snirf.nirs(i).probe.(posLabelField){j}=[posCapital+'-' num2str(j)];
to:
snirf.nirs(i).probe.(posLabelField){j}=[posCapital '-' num2str(j)];