polyfit hangs on inf input

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


man, 03 11 2008 kl. 21:28 +0100, skrev Jaroslav Hajek:
> Can you please extract the precise values of x and y for which x\y hangs?

  xx=linspace(-1,1,11);
  yy=2*linspace(-1,1,11);
  xx(6)=Inf;
  xx\yy

hangs for me

Søren



More information about the Help-octave mailing list