From: Li on 3 Aug 2010 16:55 I have a huge txt file with a large 1*n (1 row and many many columns) matrix. It contains grid data of a spatial distribution. Which function should I use to read the data into Matlab? Thanks.
From: dpb on 3 Aug 2010 16:57 Li wrote: > I have a huge txt file with a large 1*n (1 row and many many columns) > matrix. It contains grid data of a spatial distribution. > Which function should I use to read the data into Matlab? > Thanks. Probably start with textscan() help iofun will give you a list of io functions; look at the various options for text files specifically to see which suits your data format. --
From: Li on 3 Aug 2010 17:17 Thank you very much. I will try it now. dpb <none(a)non.net> wrote in message <i3a00n$3eb$1(a)news.eternal-september.org>... > Li wrote: > > I have a huge txt file with a large 1*n (1 row and many many columns) > > matrix. It contains grid data of a spatial distribution. > > Which function should I use to read the data into Matlab? > > Thanks. > > Probably start with > > textscan() > > help iofun > > will give you a list of io functions; look at the various options for > text files specifically to see which suits your data format. > > --
|
Pages: 1 Prev: source code for jpeg2000 Next: Accessing dynamic java classpath in Java classes |