help-octave
[Top][All Lists]
Advanced

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

Naming variables using existing variables....


From: bleagos
Subject: Naming variables using existing variables....
Date: Mon, 28 Feb 2011 07:18:13 -0800 (PST)

Hey guys,
I don't know really how to explain my problem but basically I want to use a
for loop in the following way:
for i=1:n
    A_i = ....;
end

so that I will have the variables A_1,A_2,etc...

Is there any way to do this?
Thanks

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Naming-variables-using-existing-variables-tp3328092p3328092.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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