Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Trouble importing txt files
Date: Fri, 17 Aug 2007 08:53:17 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 14
Message-ID: <fa3nlt$5pj$1@fred.mathworks.com>
References: <fa3mqv$q1c$1@fred.mathworks.com>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187340797 5939 172.30.248.37 (17 Aug 2007 08:53:17 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 08:53:17 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:424258


Florian:
<SNIP <textread> headache...

> ??? Trouble reading number from file (row 1, field 1) ==> 
> +0.0001042	-0.005223	\n
> What's wrong with this files?...

it seems that you have some extra chars at the end of your 
text file, which may be due to the UNIX->DOS text mode 
incompatibility (CR, LF)...
- do you copy/ftp your files from one OS to the other?

just a thought
us