Basically, when I run the xlsread function, it seems that I can't read more than 108 array elements on an Excel File.
>> [num, txt, raw] = xlsread (infile, 'A100:A2000');
Error using xlsread (line 257)
Index exceeds the number of array elements (108).
- Is there a way to fix this?
- Why I'm experiencing this problem?
1 Comment
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/649808-error-using-xlsread-with-matlabr2020b#comment_1138703
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/649808-error-using-xlsread-with-matlabr2020b#comment_1138703
Sign in to comment.