help-octave
[Top][All Lists]
Advanced

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

Re: division by zero


From: Michael Grossbach
Subject: Re: division by zero
Date: Wed, 09 Dec 2009 10:55:41 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

Matthias Dodt wrote:
Hi there!

I got a big matlab implementation which i am trying to port to octave. At several stages octave reports:

warning: division by zero

I would like to know the line where this division occurs- i already tried octave -V but didnt get more info on this...

thanks!

Try
debug_on_warning(1)
before starting your script, that should stop Octave in the respective line(s).

HTH, Michael



reply via email to

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