help-octave
[Top][All Lists]
Advanced

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

Re: variables of variables, or how is it calle?


From: Michael Goffioul
Subject: Re: variables of variables, or how is it calle?
Date: Sun, 8 Jul 2007 19:21:39 +0200

On 7/8/07, address@hidden <address@hidden> wrote:
Hi people,
i would like to create the following structure in octave: A(n),
where the variable A has different values at different indexes n (n is
a natural).
The value A(1) can be a 2x2 matrix whereas A(2) can be a 5x2 matrix.
Is there a way to create such a thing in octave?

You could use a cell array, but it depends on what you want to do
with you structure.

Michael.


reply via email to

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