필터 지우기
필터 지우기

Matlab only importing 1048575 rows of data

조회 수: 3 (최근 30일)
Katrina Anderson
Katrina Anderson 2019년 1월 7일
답변: Steven Lord 2019년 1월 7일
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.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by