help-octave
[Top][All Lists]
Advanced

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

Re: compare the executive speed with Matlab


From: Sergei Steshenko
Subject: Re: compare the executive speed with Matlab
Date: Fri, 2 Jan 2009 15:27:26 -0800 (PST)



--- On Fri, 1/2/09, wim van hoydonck <address@hidden> wrote:

> From: wim van hoydonck <address@hidden>
> Subject: Re: compare the executive speed with Matlab
> To: address@hidden
> Cc: "John W. Eaton" <address@hidden>, address@hidden, "Howard" 
> <address@hidden>
> Date: Friday, January 2, 2009, 2:21 PM

[snip]

>   sins   = pi * sin(angles)

[snip]

I the above line of code should simply be

sins   = sin(angles)

, i.e. the 'pi' coefficient is wrong.

Thanks,
  Sergei.


      


reply via email to

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