comparison FIXES/README @ 0:6b33357c7561 octave-forge

Initial revision
author pkienzle
date Wed, 10 Oct 2001 19:54:49 +0000
parents
children 8ed093b7dddb
comparison
equal deleted inserted replaced
-1:000000000000 0:6b33357c7561
1 Status as of Octave version 2.0.16/2.1.31
2
3 Interface compatibility changes
4 ===============================
5 lin2mu.m (defaults to -1:1 audio range)
6 mu2lin.m (defaults to -1:1 audio range)
7
8 Interface compatibility extensions
9 ==================================
10 contour.m (default number of contours)
11 __pltopt1__.m (accepts line types)
12 cross.m (accepts matrices)
13 deblank.m (accepts matrices, better \0 handling)
14 fftfilt.m (accepts matrices)
15 freqz.m (lots of changes)
16 imagesc.m (only display if not returning scaled image)
17 polyder.m (accepts a*b, a/b)
18 polyderiv.m (accepts a*b, a/b)
19 polygcd.m (new function for auto-reduction on polyder)
20 rand.cc (accepts "state" argument; use MT)
21 MersenneTwister.h (long period random number generator)
22
23 Interface extensions
24 ====================
25 grid.m (control x/y grids and grid density independently)
26
27 Bug fixes
28 =========
29 tf2zp.m (don't remember)
30 zp2tf.m (don't remember)
31
32 Speedups
33 ========
34 findstr.m
35 hankel.m
36 hilb.m
37 index.m
38 invhilb.m
39 kron.m
40 rindex.m
41 toeplitz.m
42 vander.m
43