Filter löschen
Filter löschen

read txt file instead of dlmread

2 Ansichten (letzte 30 Tage)
huda nawaf
huda nawaf am 1 Mai 2012
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

Akzeptierte Antwort

Daniel Shub
Daniel Shub am 1 Mai 2012
  2 Kommentare
huda nawaf
huda nawaf am 1 Mai 2012
i can not use textscan, may the no. of columns more than 100
thanks
Daniel Shub
Daniel Shub am 1 Mai 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

tlawren
tlawren am 1 Mai 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 Kommentar
huda nawaf
huda nawaf am 1 Mai 2012
i can not guesses, i get if from other process

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by