Matlab only importing 1048575 rows of data
8 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!