How to import data from a csv that contains strings numbers and blank cells
이전 댓글 표시
I have a csv that contains a single column with a lot of data in it. The data is a variety of strings, numbers and blanks, where I want to keep it in the exact order including all of the blank cells. So an example of the data would be:
A
05
G
12
I have tried to use importdata and this works perfectly, the problem is my csv has over 1 million rows and for some reason using importdata only imports to just over the first 100k rows.
Any help would be appreciated!
댓글 수: 5
Roberto Herrera-Lara
2015년 4월 14일
do you have any error? or message?
Roberto Herrera-Lara
2015년 4월 14일
how much ram do you have?
R2
2015년 4월 14일
Philip Caplan
2015년 4월 15일
Have you tried using "csvread" to import the entire column? For some examples, please see:
R2
2015년 4월 16일
채택된 답변
추가 답변 (1개)
Roberto Herrera-Lara
2015년 4월 14일
0 개 추천
100k rows, and if you do the same process several times(10 times) and then you concatenate the matrixs, i dont know, perhaps works!! =) Divide and conquer algorithm
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!