help-octave
[Top][All Lists]
Advanced

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

writing matrices into matrices


From: mimo
Subject: writing matrices into matrices
Date: Wed, 2 Jun 2004 21:02:57 +0200
User-agent: KMail/1.5.4

Hi,

I'm searching for a way to write matrices into matrices or vectors:
a(1) = rand(8);
a(2) = rand(8);

and so on and so on

or even better given a vector v = [1,2,3]
building variables such as 'a1' by concatenating a with the first/second/third 
value of vector 'v' such as

a1 = rand(8) % where a1 results from some concatenation


Thanks a lot

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]