[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Array index out of bounds
From: |
James Sherman Jr. |
Subject: |
Re: Array index out of bounds |
Date: |
Mon, 22 Sep 2014 09:07:35 -0400 |
On Mon, Sep 22, 2014 at 9:01 AM, Krishnaprasad <address@hidden> wrote:
> Hallo all,
>
> I programmed a script which can train the system using SOM (Self Organizing
> Map). I used the SOMtoolbox for this implementation and it was programmed in
> Matlab. I migrated the code to Octave 3.8.0 and when I executed this code, I
> am getting Array index out of bound generated from one of the scripts of the
> SOMtoolbox. Further, I also notice that Octave 3.8.0 crashes when I call
> som_show() function that displays the GUI on how well the data is clustered.
>
> Can I get suggestions from the forum to resolve the above problems?
>
> Regards,
> Krishnaprasad
>
>
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/Array-index-out-of-bounds-tp4666628.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
I'm not familiar with this toolbox, but reporting the line that causes
the crash (or if you can recreate it) and what inputs you used will
probably help narrow down the problem. Also, what steps did you take
to migrate the code? If you had to change any part of the code, then
that may be where the problem lies.
James Sherman
- Array index out of bounds, Krishnaprasad, 2014/09/22
- Re: Array index out of bounds,
James Sherman Jr. <=
- Re: Array index out of bounds, Dmitri A. Sergatskov, 2014/09/22
- Re: Array index out of bounds, Krishnaprasad, 2014/09/22
- Re: Array index out of bounds, Krishnaprasad, 2014/09/22
- Re: Array index out of bounds, Krishnaprasad, 2014/09/23
- Re: Array index out of bounds, Mike Miller, 2014/09/23
- Re: Array index out of bounds, Andreas Weber, 2014/09/23