octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 2.1.47 available for ftp


From: Andy Adler
Subject: Re: Octave 2.1.47 available for ftp
Date: Mon, 5 May 2003 20:04:31 -0400 (EDT)

On Mon, 5 May 2003, John W. Eaton wrote:
> On  3-May-2003, Andy Adler <address@hidden> wrote:
> | Test Code:
> | jnk=rand(400);
> | for n=[3,10,20,30,40,50,60,100];
> |     disp(n);
> |     tic; x1=hist1(jnk(:),n); toc,
> |     tic; x2=hist2(jnk(:),n); toc,
> |     tic; x3=hist3(jnk(:),n); toc,
> |     tic; x4=hist4(jnk(:),n); toc,
> |     if ~( all(x1==x2) && all(x2==x3) && all(x3==x4));error('bad');end;
> | end
>
> What do hist1, hist2, hist3, and hist4 do?

Sorry:
   hist1 = original code
   hist2 = my first modification
   hist3 = Paul Kienzle's version
   hist4 = Combination version

> It would be better to provide ChangeLog entries instead of comments
> like these.

ok.

Andy



reply via email to

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