polyfit hangs on inf input

Søren Hauberg soren at hauberg.org
Mon Nov 3 12:32:55 CST 2008


man, 03 11 2008 kl. 12:11 -0600, skrev Dmitri A. Sergatskov:
> The following code seems to hang octave 3.0.2 (on Fedora 9 x86_64):
> 
> xx=linspace(-1,1,11);
> yy=2*linspace(-1,1,11);
> xx(6)=Inf;
> polyfit(xx',yy',1)
> 
> The problem seems to be with underlying x\y code.
> I do not know WWMD in this case, but hanging does not
> seem to be appropriate. Either bailing out with an error,
> or ignoring with a warning seem to be better options.

With 3.1.51+ I get

octave:4> polyfit(xx',yy',1)
ans =

   NaN   NaN

Søren



More information about the Help-octave mailing list