Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Reading data
Date: Fri, 16 May 2008 20:29:01 +0000 (UTC)
Organization: Mitre Corp
Lines: 54
Message-ID: <g0kqqd$3v$1@fred.mathworks.com>
References: <g0kgia$nlu$1@fred.mathworks.com> <g0kkuu$47v$1@fred.mathworks.com> <g0kmqt$k8t$1@fred.mathworks.com> <g0koud$ikl$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1210969741 127 172.30.248.37 (16 May 2008 20:29:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 16 May 2008 20:29:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2318
Xref: news.mathworks.com comp.soft-sys.matlab:468936



"Hosein " <Kalaeimh@yahoo.com> wrote in message 
<g0koud$ikl$1@fred.mathworks.com>...
> "Hosein " <Kalaeimh@yahoo.com> wrote in message
> <g0kmqt$k8t$1@fred.mathworks.com>...
> > "Andres Toennesmann" <rantore@werb.de> wrote in message
> > <g0kkuu$47v$1@fred.mathworks.com>...
> > > "Hosein " <Kalaeimh@yahoo.com> wrote in message
> > > <g0kgia$nlu$1@fred.mathworks.com>...
> > > > I have a text file as follows:
> > > > 
> > > > CC
> > > > CC
> > > > *----
> > > >     2 3
> > > > 34 6
> > > > CC
> > > > *---
> > > > 2.2 3.3 4.4
> > > > 
> > > > [...]
> > > > if anybody can write some lines of a code to read 
even
> above
> > > > example, I will appreciate.
> > > > (I already read the example regarding to 'textread' 
and
> > > > 'textscan'. but I did not find anything clear.)
> > > 
> > > A = txt2mat('C:\myfile.txt',0,-3,'BadLineString',
{'*','C'});
> > > 
> > > is a possible one-liner solution. txt2mat can be 
found on
> > > the file exchange (see its help for details).
> > > 
> > > Hth,
> > > regards
> > > Andres
> > 
> > 
> > I is not working. There is something wrong with the 
command
> 
> 
> 
> would you please 'somebody' help me? I am waiting.
> somebody, anybody....

How do you know it is not working?

What error message did you get?

It's not easy for us to read your mind!