Path: news.mathworks.com!not-for-mail
From: "george " <qwerty6542@yahoo.gr>
Newsgroups: comp.soft-sys.matlab
Subject: Problem with a loop!!!
Date: Wed, 17 Dec 2008 09:56:03 +0000 (UTC)
Organization: ucg
Lines: 24
Message-ID: <giaibj$6q$1@fred.mathworks.com>
Reply-To: "george " <qwerty6542@yahoo.gr>
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 1229507763 218 172.30.248.35 (17 Dec 2008 09:56:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 17 Dec 2008 09:56:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1182646
Xref: news.mathworks.com comp.soft-sys.matlab:507462


Hello,
..So,i have a loop,
and i want to make an array with the same columns,but i want to increased the rows  in every loop.
for example i have this:

for k=1:15
    qw[k][7]=[r_Ti(1,2),r_Te(1,2),r_F(1,2),r_Vt(1,2),r_Vi(1,2),r_Vei(1,2),r_Vee(1,2)];
end



is this correct?

And i want in the end of this loop one array with 15 rows and 7 colums..How can i get this?



ps"the values of r_Ti(1,2) etc. in every loop are different" 


Thanks for your attention!!


I hope that you understand .because i don't now good english...