Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: read ascii file
Date: Mon, 10 Nov 2008 21:22:02 +0000 (UTC)
Organization: Lunds Universitet
Lines: 8
Message-ID: <gfa8lq$olu$1@fred.mathworks.com>
References: <gf909u$4n9$1@fred.mathworks.com> <gf9n56$sql$1@fred.mathworks.com> <gfa45i$kk7$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1226352122 25278 172.30.248.35 (10 Nov 2008 21:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 10 Nov 2008 21:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 544298
Xref: news.mathworks.com comp.soft-sys.matlab:500085


"Andres" <rantore@werb.deNoRs> wrote in message <gfa45i$kk7$1@fred.mathworks.com>...
 Did you try my latter code which I tested on the one million numbers file?
---
I tried your latter code, and I have the same trouble.  I'm sure it would work fine if the data were well formatted; the data is a continuous block of characters with no line-feeds to delimit the rows.  I think this is giving TXT2MAT the wrong idea about how the data should be parsed.
.
I'll try to send you a sample file to play with if you're curious.
-DS