octave-maintainers
[Top][All Lists]
Advanced

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

Someone please check for me...


From: Daniel J Sebald
Subject: Someone please check for me...
Date: Tue, 02 Mar 2004 02:09:17 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

I'm at version 2.1.46 and came across what looks like a bug. I realize I'm way out of date, but I've downloaded the latest CVS version and can't seem to get it to compile easily. It is easy to script around the problem, but could someone with a recent version do a simple test of the code below and confirm this has been fixed? Thanks.

The following code should not produce a matrix of all ones:

octave:174> a = [0 0.5; 0 0.4]
a =

 0.00000  0.50000
 0.00000  0.40000

octave:175> sinc(a)
ans =

 1  1
 1  1





reply via email to

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