MATLAB: Can matlab R2009a hold an input value greater than 65336 values

65336input

I am trying to import an excel file which is 100,000 entries into matlab but matlab keeps saying inout can only handle 65336 data?
How do I import more than 65336 data points to one array?

Best Answer

This magic number has been a limitation of old Excel versions, but not of Matlab. Are you using a pre-Office2007 version of Excel to import an XLS file written with a modern Excel version?