Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Extract data of text file into variables
Date: Thu, 16 Oct 2008 00:25:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <gd61kv$jib$1@fred.mathworks.com>
References: <gd30v8$2un$1@fred.mathworks.com> <gd4a75$mk0$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 1224116704 20043 172.30.248.35 (16 Oct 2008 00:25:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 16 Oct 2008 00:25:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1551459
Xref: news.mathworks.com comp.soft-sys.matlab:495484


Hey Andres thank you so much! It worked perfectly. You were right actually the description was right the example was wrong but I figured it out!

I have a question about your code though, just to know for further stuff that I will have to do.

You use idx in there which i guess it stands for Index but it is not defined earlier. Could you please explain me how it works?

Also, this line, what does it do when you put the "nextRowIndex+(1:numJobs)" as the row

ST{idx} = data(nextRowIndex+(1:numJobs), 1:numJobs);

Thanks again and sorry for posting this thread over and over!