Clear Filters
Clear Filters

Matlab only importing 1048575 rows of data

3 views (last 30 days)
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

Answers (1)

Steven Lord
Steven Lord on 7 Jan 2019
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!