help-octave
[Top][All Lists]
Advanced

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

Newbie questions


From: Gabor Zoltan Csejtey
Subject: Newbie questions
Date: Thu, 15 Feb 2001 13:39:54 +0100 (MET)

Hi,

I'm new to octave. I'm (was) using matlab before and the NNET 3.0
toolbox for neural net simulations, especially for Kohonen, Kohonen
like neural nets.

Is there neural toolbox for octave?

The matlab NNET 3.0 toolbox is using the cell structure heavily. I
found the cell structure in octave too. But I have problems accessing
a cell elements independently.

e.g. in octave 2.1.32
a={[1,2;3,4];[1;2]}
then I get:

octave2.1:3> a
a =
{
  [1,1] =

    1  2
    3  4

  [2,1] =

    1
    2

}

and

octave2.1:5> a(1)
ans =
{
  [1,1] =

    1  2
    3  4

}

How can I get the elements of a(1)?

Gabor



-------------------------------------------------------------
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]