Can matlab R2009a hold an input value greater than 65336 values?

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?

 Risposta accettata

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?

2 Commenti

Excel 2007 .xlsx files. Can matlab R2009a read .xlsx files cause when I run uigetfile the .xslx files do not show up?
It is not Matlab who reads the XLSX files. You still need an installed Excel for the import. Otherwise only the "basic" import is used, as explained in the documentation of XLSREAD exhaustively.

Accedi per commentare.

Più risposte (1)

Which version of excel are you using, and what is the file extension (e.g., .xls ?) 65536 was a long-standing limit in Excel itself.

1 Commento

Excel 2007 .xlsx files. Can matlab R2009a read .xlsx files cause when I run uigetfile the .xslx files do not show up?

Accedi per commentare.

Richiesto:

il 31 Gen 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by