read txt file instead of dlmread

1 view (last 30 days)
hi, are there other way instead of dlmread read txt file has non equal rows?
I deal with very big size txt file . for example , i want read txt file with 17000 rows and different no. of columns . when used dlmread , i have to wait very long time to get data
thanks in advance

Accepted Answer

Daniel Shub
Daniel Shub on 1 May 2012
doc textscan
  2 Comments
huda nawaf
huda nawaf on 1 May 2012
i can not use textscan, may the no. of columns more than 100
thanks
Daniel Shub
Daniel Shub on 1 May 2012
http://www.mathworks.co.uk/help/techdoc/import_export/f5-35378.html
Suggests using textscan for both large and non rectangular text files. I do not believe that 17,000 rows or 100 columns should be any problem at all for textscan.
If you follow the documentation for using lower level file i/o also.

Sign in to comment.

More Answers (1)

tlawren
tlawren on 1 May 2012
On average, how many columns are there? Or, better yet, what is the maximum number of columns you might expect in your data? I can quickly load text files with 100k rows and in upwards of 100 columns on my machine. But then again, that may be small compared to what you are dealing with. If you are working on the same files over and over, it might be worthwhile to spend some time formatting and re-saving your data in form that is easier to handle.
  1 Comment
huda nawaf
huda nawaf on 1 May 2012
i can not guesses, i get if from other process

Sign in to comment.

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!