Importing big data from txt/excel file
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all,
I have quite large number of battery test data which contain hundreds of thousands data from each 13 columns (totally million of them). I generally convert them into txt and/or excel. However, when importing the file by using xlsread or import; it takes a few hours.
I'm looking for a more easy way to import txt or excel file in a shorter time. My purpose is to draw a 2D plot choosing any 2 columns of them.
댓글 수: 1
Wei Wang
2018년 12월 21일
You can use the function: tall to deal with the big data. It is extremely fast.
good luck.
답변 (1개)
Robert Alvarez
2017년 3월 27일
Read your data into excel then export them as comma-separated-values (csv) then read into Matlab with csvread
댓글 수: 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!