Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 4869:b92d59213e63
[project @ 2004-04-21 17:03:02 by jwe]
author | jwe |
---|---|
date | Wed, 21 Apr 2004 17:03:02 +0000 |
parents | c4cefcb802da |
children | 2cbc6f37b0c2 |
comparison
equal
deleted
inserted
replaced
4868:0d7b436d0e87 | 4869:b92d59213e63 |
---|---|
1 2004-04-21 David Bateman <dbateman@free.fr> | |
2 | |
3 * general/diff.m: Make the code N-d array aware. Allow an | |
4 optional argument to define the dimension along which to perform | |
5 the differences and allow the order of the differences to be larger | |
6 than the dimension itself. | |
7 | |
8 * general/rotdim.m: New function for rotation of an N-d array in an | |
9 arbitrary plane. | |
10 | |
11 * general/flipdim.m: New function to flip an N-d array about an | |
12 arbitrary axis. | |
13 | |
14 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
15 use of these functions to 1- and 2-d arrays. | |
16 | |
1 2004-04-16 John W. Eaton <jwe@octave.org> | 17 2004-04-16 John W. Eaton <jwe@octave.org> |
2 | 18 |
3 * elfun/gcd.m: Delete. | 19 * elfun/gcd.m: Delete. |
4 | 20 |
5 2004-04-15 David Bateman <dbateman@free.fr> | 21 2004-04-15 David Bateman <dbateman@free.fr> |