Matlab only importing 1048575 rows of data
5 ビュー (過去 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
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!