Matlab only importing 1048575 rows of data

3 次查看(过去 30 天)
Not sure why I am unable to upload the entire file?
It should be about 3,600,000 rows of data, however I am only able to upload 1048575 rows.
Is there anyway to do this?
Thanks
Katrina

回答(1 个)

Steven Lord
Steven Lord 2019-1-7
Is this a Microsoft Excel file that you're trying to import? If so your file most likely does not have 3.6 million rows of data, at least not in one worksheet. See the Microsoft Excel specification and limits page on Microsoft's website.
If you're trying to read in a different type of file (perhaps a CSV file) but you're using xlsread, try using one of the functions on this documentation page to import the data instead.

Community Treasure Hunt

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

Start Hunting!

Translated by