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: John W. Eaton
Subject: Re: Octave 2.1.47 available for ftp
Date: Mon, 5 May 2003 14:00:56 -0500

On  3-May-2003, Andy Adler <address@hidden> wrote:

| I'm still campaining to have a new version of hist.m
| incorporated into octave.

I made these changes.

| 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?

|  ## Author: jwe
| +## Modifications May 2003 by A.Adler, using code from P.Kienzle

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

Thanks,

jwe



reply via email to

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