read txt file instead of dlmread

2 次查看(过去 30 天)
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

采纳的回答

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

请先登录,再进行评论。

更多回答(1 个)

tlawren
tlawren 2012-5-1
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.

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by