Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 5381:75f308189a05
[project @ 2005-06-05 13:19:20 by jwe]
author | jwe |
---|---|
date | Sun, 05 Jun 2005 13:21:41 +0000 |
parents | b2a5596a3f7b |
children | 7099eb9841b4 |
comparison
equal
deleted
inserted
replaced
5380:1eb29d3bed2b | 5381:75f308189a05 |
---|---|
1 2005-05-18 Ben Barrowes <barrowes@alum.mit.edu> | 1 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
2 | 2 |
3 * plot/meshgrid.m: Handles 3 input arguments. | 3 * plot/meshgrid.m: Handle 3 input arguments. |
4 | 4 |
5 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> | 5 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6 | 6 |
7 * signal/freqz.m: Use correct calculations when given a vector of | 7 * signal/freqz.m: Use correct calculations when given a vector of |
8 frequencies. Improve accuracy of returned frequency vector. | 8 frequencies. Improve accuracy of returned frequency vector. |
10 filters). Add test cases. | 10 filters). Add test cases. |
11 | 11 |
12 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> | 12 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
13 | 13 |
14 * plot/loglog.m: Fix set commands. | 14 * plot/loglog.m: Fix set commands. |
15 | |
16 2005-05-25 John W. Eaton <jwe@octave.org> | |
17 | |
18 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
15 | 19 |
16 2005-05-24 John W. Eaton <jwe@octave.org> | 20 2005-05-24 John W. Eaton <jwe@octave.org> |
17 | 21 |
18 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. | 22 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
19 | 23 |