Mercurial > hg > octave-lyh
changeset 5011:1743bf921773
[project @ 2004-09-21 15:41:14 by jwe]
author | jwe |
---|---|
date | Tue, 21 Sep 2004 15:41:14 +0000 |
parents | 6ff7d9d61b57 |
children | ed25bed43409 |
files | scripts/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2004-09-21 David Bateman <dbateman@free.fr> + + * general/rotdim.m: New function for rotation of an N-d array in an + arbitrary plane. + + * general/flipdim.m: New function to flip an N-d array about an + arbitrary axis. + 2004-09-15 David Bateman <dbateman@free.fr> * general/bitget.m: Replace Bmax, which is undefined with bitmax @@ -163,12 +171,6 @@ the differences and allow the order of the differences to be larger than the dimension itself. - * general/rotdim.m: New function for rotation of an N-d array in an - arbitrary plane. - - * general/flipdim.m: New function to flip an N-d array about an - arbitrary axis. - * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the use of these functions to 1- and 2-d arrays.