Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Reading data
Date: Mon, 19 May 2008 20:45:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 32
Message-ID: <g0sosh$ls8$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> <g0nd2t$7q8$1@fred.mathworks.com> <g0q391$mdt$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 1211229905 22408 172.30.248.37 (19 May 2008 20:45:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 19 May 2008 20:45:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 498815
Xref: news.mathworks.com comp.soft-sys.matlab:469359



"Andres Toennesmann" <rantore@werb.de> wrote in message
<g0q391$mdt$1@fred.mathworks.com>...
> > "Hosein " <Kalaeimh@yahoo.com> wrote in message 
> > [..]
> > > > 
> > > > I is not working. There is something wrong with the
> command
> > > 
> > > 
> > > 
> > > would you please 'somebody' help me? I am waiting.
> > > somebody, anybody....
> 
> Just guessing about your problem:
> If
> 
> A = txt2mat('C:\myfile.txt',0,3,'BadLineString', ...
>             {'*','C'}, 'ReadMode','line');
> 
> runs properly, it might be an issue with the current fex
> version of txt2mat (about translating the version number
> string :-( ). An interim fix is on its way to the fex.
> If you like, contact me via the fex form, or please provide
> some more error details here.
> Regards
> Andres
> 
> 
Thank you very much for your comments. the last comments
solved my problem, however, the waitbar doesn't close until
the end of my code. how can I close it after reading the
data? I tried 'close' with all its version.