help-octave
[Top][All Lists]
Advanced

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

Re: polyfit hangs on inf input


From: Søren Hauberg
Subject: Re: polyfit hangs on inf input
Date: Mon, 03 Nov 2008 21:32:27 +0100

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



reply via email to

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