I used the csvread command and the file.numbers extension and I get the error
Error using dlmread (line 147)
HeaderColumns must be integer-valued.
Error in csvread (line 48)
m=dlmread(filename, ',', r, c);
Error in ogden (line 2)
SheetA = csvread('instron.numbers',1,'M2:M1027');
>>