[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbie questions
From: |
flatmax |
Subject: |
Re: Newbie questions |
Date: |
Fri, 16 Feb 2001 00:58:26 +1100 (EST) |
A very good application for NN processing is "PDP++" it is freely
available
On Thu, 15 Feb 2001, Gabor Zoltan Csejtey wrote:
> 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
> -------------------------------------------------------------
>
-------------------------------------------------------------
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
-------------------------------------------------------------
- Newbie questions, Gabor Zoltan Csejtey, 2001/02/15
- Re: Newbie questions,
flatmax <=