Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!o35g2000vbi.googlegroups.com!not-for-mail
From: Skeptic <skeptic@mailinator.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: read
Date: Sun, 16 Aug 2009 19:03:39 -0700 (PDT)
Organization: http://groups.google.com
Lines: 14
Message-ID: <184ee6a9-8c2e-4b64-a468-d49606c43391@o35g2000vbi.googlegroups.com>
References: <h6acsh$2c$1@fred.mathworks.com>
NNTP-Posting-Host: 75.186.70.56
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1250474619 30026 127.0.0.1 (17 Aug 2009 02:03:39 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 17 Aug 2009 02:03:39 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: o35g2000vbi.googlegroups.com; posting-host=75.186.70.56; 
	posting-account=TxM8yQoAAABZ2Lix6OESPX-ujX6je15D
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
	GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022; AskTB5.5),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:563814


On Aug 16, 9:48 pm, "nachiketha Kukkady" <nachike...@in.com> wrote:
> Hi....
> I've a matlab file which contains few numbers(float) in about 75 lines...
> how do i read a individual line so that i can later process with these obtained numbers from some particular lines...
> i did try with fgetl but that gives only the first line.. or maybe i couldn't use it properly....
> could somebody help me with this??
> Thank you in advance....

-------------------------------------------------------------------------
Yeah, that's probably it (you didn't use it properly) - keep trying
(or else show us your data file and your code).  You can also try
other things like fread(), fscanf(), or similar functions.