readdata.m to version 1.3
readdata.m - our matlab tool for easy reading of text files - has been updated to version 1.3. This fixes a bug where strings in a file being read in that happened to correspond to a matlab command were actually executed as commands. The problem was str2num uses eval, we just switched to str2double in the critical test.