Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: read
Date: Mon, 17 Aug 2009 01:48:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <h6acsh$2c$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 1250473681 76 172.30.248.35 (17 Aug 2009 01:48:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 17 Aug 2009 01:48:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1921800
Xref: news.mathworks.com comp.soft-sys.matlab:563812


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....