On Thu, Dec 10, 2009 at 10:05:28PM +0100, Søren Hauberg wrote:
> tor, 10 12 2009 kl. 21:10 +0100, skrev Søren Hauberg:
> > tor, 10 12 2009 kl. 20:43 +0100, skrev Thomas Weber:
> > > No, the problem is in line 57:
> > > error(nargchk(2,5,nargin))
> > >
> > > This line causes the error. I don't un
;Thomas Weber"
Kopie: "Octave Forge"
Betreff: Re: [OctDev] Problem testing nnet's subset()
tor, 10 12 2009 kl. 21:10 +0100, skrev Søren Hauberg:
> tor, 10 12 2009 kl. 20:43 +0100, skrev Thomas Weber:
> > No, the problem is in line 57:
> > error(nargchk(2,5,nargin))
tor, 10 12 2009 kl. 21:10 +0100, skrev Søren Hauberg:
> tor, 10 12 2009 kl. 20:43 +0100, skrev Thomas Weber:
> > No, the problem is in line 57:
> > error(nargchk(2,5,nargin))
> >
> > This line causes the error. I don't understand why, though. nargin is 2
> > and calling error(nargchk(2,5,2)) wor
tor, 10 12 2009 kl. 20:43 +0100, skrev Thomas Weber:
> No, the problem is in line 57:
> error(nargchk(2,5,nargin))
>
> This line causes the error. I don't understand why, though. nargin is 2
> and calling error(nargchk(2,5,2)) works without problem.
>
> The problem seems to be the call of error
On Wed, Dec 09, 2009 at 10:24:58PM +0100, Søren Hauberg wrote:
> tir, 08 12 2009 kl. 23:22 +0100, skrev Thomas Weber:
> > Hi,
> >
> > with SVN rev 6619:
> > octave:1> test subset
> > testing subset
> > error: empty error text, probably Ctrl-C --- aborting
> > error: called from:
> > error: /usr
tir, 08 12 2009 kl. 23:22 +0100, skrev Thomas Weber:
> Hi,
>
> with SVN rev 6619:
> octave:1> test subset
> testing subset
> error: empty error text, probably Ctrl-C --- aborting
> error: called from:
> error: /usr/share/octave/3.2.3/m/testfun/test.m at line 479, column 4
>
>
> I'm using Octa
Hi,
with SVN rev 6619:
octave:1> test subset
testing subset
error: empty error text, probably Ctrl-C --- aborting
error: called from:
error: /usr/share/octave/3.2.3/m/testfun/test.m at line 479, column 4
I'm using Octave 3.2.3. Maybe something changed in Octave's error handling?
Thanks