help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loading data


From: mimo
Subject: loading data
Date: Sun, 11 Jul 2004 19:20:58 +0200
User-agent: KMail/1.5.4

Hi there,

I'd like to get  certain rows from my a1,a2,a3,...,an matrices into a single 
matrix, for example y should contain only the 8th row of a1,a2,a3,...an.

I tried something like

for i = 1:22
y(i,:) = ((strcat("a",num2str(i)))(:,8))
endfor

but this won't work, :-(

thomas 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]