Mercurial > hg > octave-thorsten
annotate scripts/ChangeLog @ 12107:1fc9fd052f0c release-3-2-x
fix typo in expm
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 25 Nov 2009 12:05:03 +0100 |
parents | 69828adba966 |
children | 8166d596247e |
rev | line source |
---|---|
12107 | 1 2009-11-14 Jaroslav Hajek <highegg@gmail.com> |
2 | |
3 * linear-algebra/expm.m: Fix typo. | |
4 | |
12104
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
5 2009-11-22 Michael Goffioul <michael.goffioul@gmail.com> |
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
6 |
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
7 * plot/print.m: Properly set the default ghostscript_binary |
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
8 under Windows. Modify the search for the ghostscript binary |
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
9 so that it works for Win32, mingw, Cygwin, and Unix systems. |
69828adba966
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
12103
diff
changeset
|
10 |
12103
a14e15613509
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
12102
diff
changeset
|
11 2009-11-08 Petr Mikulik <mikulik@physics.muni.cz> |
a14e15613509
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
12102
diff
changeset
|
12 |
a14e15613509
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
12102
diff
changeset
|
13 * plot/gnuplot_drawnow.m: Support gnuplot's dumb terminal. |
a14e15613509
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
12102
diff
changeset
|
14 |
12102
52d8ad5d28d6
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
12099
diff
changeset
|
15 2009-11-02 Stefan Hepp <stefan@stefant.org> |
52d8ad5d28d6
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
12099
diff
changeset
|
16 |
52d8ad5d28d6
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
12099
diff
changeset
|
17 * plot/gnuplot_drawnow.m (gnuplot_default_term): Don't set term to |
52d8ad5d28d6
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
12099
diff
changeset
|
18 x11 unless DISPLAY is set. |
52d8ad5d28d6
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
12099
diff
changeset
|
19 |
12099
b8fa8cba212f
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
12097
diff
changeset
|
20 2009-11-11 John W. Eaton <jwe@octave.org> |
b8fa8cba212f
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
12097
diff
changeset
|
21 |
b8fa8cba212f
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
12097
diff
changeset
|
22 * plot/stairs.m (__stairs__): Correct nargin check. New demos. |
b8fa8cba212f
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
12097
diff
changeset
|
23 From Jakub Kasse <jakub.kasse@tul.cz>. |
b8fa8cba212f
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
12097
diff
changeset
|
24 |
12097
7d396910b6c5
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
12096
diff
changeset
|
25 2009-09-01 Christophe Tournery <christophe.tournery@illusonic.com> |
7d396910b6c5
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
12096
diff
changeset
|
26 |
7d396910b6c5
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
12096
diff
changeset
|
27 * audio/wavread.m: Rename data_size from obsolete ck_size. |
7d396910b6c5
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
12096
diff
changeset
|
28 |
12096
61c4f397499c
legend.m: fix legend order
John W. Eaton <jwe@octave.org>
parents:
12094
diff
changeset
|
29 2009-07-23 John W. Eaton <jwe@octave.org> |
61c4f397499c
legend.m: fix legend order
John W. Eaton <jwe@octave.org>
parents:
12094
diff
changeset
|
30 |
61c4f397499c
legend.m: fix legend order
John W. Eaton <jwe@octave.org>
parents:
12094
diff
changeset
|
31 * plot/legend.m: Process arguments in order, child objects in |
61c4f397499c
legend.m: fix legend order
John W. Eaton <jwe@octave.org>
parents:
12094
diff
changeset
|
32 reverse. Remove special case for single label. New demos. |
61c4f397499c
legend.m: fix legend order
John W. Eaton <jwe@octave.org>
parents:
12094
diff
changeset
|
33 |
12094 | 34 2009-09-18 Jaroslav Hajek <highegg@gmail.com> |
35 | |
36 Version 3.2.3 released. | |
37 | |
12092 | 38 2009-07-23 John W. Eaton <jwe@octave.org> |
39 | |
40 * image/imread.m: Fix test. | |
41 | |
12091
6f1857d0f5c1
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
12090
diff
changeset
|
42 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
6f1857d0f5c1
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
12090
diff
changeset
|
43 |
6f1857d0f5c1
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
12090
diff
changeset
|
44 * image/imread.m: New test. |
6f1857d0f5c1
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
12090
diff
changeset
|
45 |
12090
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
46 2009-09-09 Tatsuro Matsuoka <tmacchant@yahoo.co.jp> |
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
47 |
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
48 * plot/gnuplot_drawnow.m: Avoid flickering windows by avoding |
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
49 'set multiplot' / 'unset multiplot' for gnuplot's windows and |
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
50 wxt terminals. |
f12b581a1572
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
12088
diff
changeset
|
51 |
12088 | 52 2009-09-08 John W. Eaton <jwe@octave.org> |
53 | |
54 * io/dlmwrite.m: Fix typo. | |
55 | |
12085
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
56 2009-09-05 John W. Eaton <jwe@octave.org> |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
57 |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
58 * plot/hold.m: Correctly toggle hold state. Set both figure and |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
59 axes "nextplot" property when turning hold state on. |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
60 * plot/ishold.m: Check figure and axes nextplot properties. |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
61 Accept axes or figure handle argument. |
c5ab026894ef
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
12080
diff
changeset
|
62 |
12080 | 63 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
64 | |
65 * general/int2str.m: Convert to double before calling log10. | |
66 | |
12079
295001bff26d
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
12078
diff
changeset
|
67 2009-08-29 John W. Eaton <jwe@octave.org> |
295001bff26d
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
12078
diff
changeset
|
68 |
295001bff26d
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
12078
diff
changeset
|
69 * time/datestr.m: Add missing semicolon. |
295001bff26d
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
12078
diff
changeset
|
70 |
12078
48a9c78cfbc9
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
12077
diff
changeset
|
71 2009-08-26 E. Joshua Rigler <relgire@gmail.com> |
48a9c78cfbc9
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
12077
diff
changeset
|
72 |
48a9c78cfbc9
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
12077
diff
changeset
|
73 * time/datestr.m: Set tm.isdst to -1 before calling mktime. |
48a9c78cfbc9
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
12077
diff
changeset
|
74 |
12077
f3e70f64c30c
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
12076
diff
changeset
|
75 2009-08-06 John W. Eaton <jwe@octave.org> |
f3e70f64c30c
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
12076
diff
changeset
|
76 |
f3e70f64c30c
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
12076
diff
changeset
|
77 * statistics/base/std.m: Correctly work along singleton dimension. |
f3e70f64c30c
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
12076
diff
changeset
|
78 From Christoph Ellenberger <C.Ellenberger@gmx.net>. |
f3e70f64c30c
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
12076
diff
changeset
|
79 |
12076 | 80 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
81 | |
82 * geometry/griddata.m: Linearize arrays. | |
83 | |
12073
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
84 2009-08-25 John W. Eaton <jwe@octave.org> |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
85 |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
86 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property. |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
87 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing. |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
88 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
89 Dmitri Sergatskov <dasergatskov@gmail.com>. |
fe30458b1de8
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
12068
diff
changeset
|
90 |
12068
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
91 2009-08-22 David Bateman <dbateman@free.fr> |
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
92 |
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
93 * plot/__add_datasource__.m: Correct test for "datasource" argument |
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
94 * plot/__countour__.m: Add edgecolor properties and make it an alias |
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
95 for linecolor with the value "auto" being "flat" for the edgecolor. |
6624d0ac6a52
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
12054
diff
changeset
|
96 |
12054
e868e6276b5c
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
12053
diff
changeset
|
97 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
e868e6276b5c
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
12053
diff
changeset
|
98 |
e868e6276b5c
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
12053
diff
changeset
|
99 * set/setxor.m: Support cell arrays of strings. |
e868e6276b5c
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
12053
diff
changeset
|
100 |
12053
1740ac0eb9c2
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
12052
diff
changeset
|
101 2009-08-05 Olli Saarela <olli.saarela@gmail.com> |
1740ac0eb9c2
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
12052
diff
changeset
|
102 |
1740ac0eb9c2
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
12052
diff
changeset
|
103 * plot/__gnuplot_get_var__.m: If read fails to return data, sleep |
1740ac0eb9c2
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
12052
diff
changeset
|
104 before trying again. |
1740ac0eb9c2
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
12052
diff
changeset
|
105 |
12052
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
106 2009-08-02 Ben Abbott <bpabbott@mac.com> |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
107 |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
108 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
109 rapid replots by avoidng setting multiplot mode. This fix only |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
110 functions for a single axes with no image objects. |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
111 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. |
b50d1eb62747
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
12051
diff
changeset
|
112 |
12051
f3bf489b7322
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
12043
diff
changeset
|
113 2009-07-29 Ben Abbott <bpabbott@mac.com> |
f3bf489b7322
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
12043
diff
changeset
|
114 |
f3bf489b7322
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
12043
diff
changeset
|
115 * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character |
f3bf489b7322
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
12043
diff
changeset
|
116 array. |
f3bf489b7322
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
12043
diff
changeset
|
117 |
12043
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
118 2009-07-17 John W. Eaton <jwe@octave.org> |
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
119 |
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
120 * plot/__go_draw_axes__.m: Use "layer" property to decide whether |
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
121 to send "set border front" or "set border layerdefault" to plot |
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
122 stream. Don't send "set border front" to plot stream for image data. |
2246eadc1bb3
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
12035
diff
changeset
|
123 |
12035 | 124 2009-07-21 Jaroslav Hajek <highegg@gmail.com> |
125 | |
126 Version 3.2.2 released. | |
127 | |
12024
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
128 2009-06-25 Ben Abbott <bpabbott@mac.com> |
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
129 |
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
130 * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. |
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
131 * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for |
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
132 gnuplot >= 4.3.0. |
6d6e703f467c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
12023
diff
changeset
|
133 |
12023
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
134 2009-06-24 Ben Abbott <bpabbott@mac.com> |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
135 |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
136 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
137 output is landscape. |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
138 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
139 properties, and rely upon listeners for units conversion. Minor code |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
140 improvements. |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
141 * plot/print.m: Reimplement -landscape and -portrait to modify the |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
142 properties papersize and paperposition. Produce compatible results |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
143 when paperpositionmode=='auto'. Simplfy units conversion and |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
144 restoration of initial figure properties. |
ff22f50a0266
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
12018
diff
changeset
|
145 |
12018
d6ddf4f33b1c
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
12015
diff
changeset
|
146 2009-06-24 Marco Caliari <marco.caliari@univr.it> |
d6ddf4f33b1c
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
12015
diff
changeset
|
147 |
d6ddf4f33b1c
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
12015
diff
changeset
|
148 * general/repmat.m: Call kron, not spkron. |
d6ddf4f33b1c
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
12015
diff
changeset
|
149 |
12015
bb2afac6d1f5
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
12008
diff
changeset
|
150 2009-06-24 Alexander Mamonov <mamonov@gmail.com> |
bb2afac6d1f5
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
12008
diff
changeset
|
151 |
bb2afac6d1f5
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
12008
diff
changeset
|
152 * plot/plot3.m: Correctly compute offsets for property/value pairs. |
bb2afac6d1f5
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
12008
diff
changeset
|
153 |
12008
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
154 2009-06-22 Ben Abbott <bpabbott@mac.com> |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
155 |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
156 * plot/grid.m: Add missing semi-colon. Allow grid to be toggled |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
157 on/off for each axis independently. Gnuplot requires that minor |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
158 ticks accompany minor ticks. Add demo. |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
159 * plot/__go_draw_axes__.m: For {x,y,z}scale == 'log' use 10 minor |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
160 ticks. |
d5c5927d7d11
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
12006
diff
changeset
|
161 |
12006
6628023f72dc
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
12002
diff
changeset
|
162 2009-06-22 John W. Eaton <jwe@octave.org> |
6628023f72dc
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
12002
diff
changeset
|
163 |
6628023f72dc
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
12002
diff
changeset
|
164 * statistics/base/var.m: Return zero for scalar case. Handle |
6628023f72dc
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
12002
diff
changeset
|
165 empty arguments in a Matlab compatible way. New tests. |
6628023f72dc
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
12002
diff
changeset
|
166 |
12002
59fb9a2d9aca
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
12001
diff
changeset
|
167 2009-06-18 Ben Abbott <bpabbott@mac.com> |
59fb9a2d9aca
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
12001
diff
changeset
|
168 |
59fb9a2d9aca
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
12001
diff
changeset
|
169 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
59fb9a2d9aca
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
12001
diff
changeset
|
170 to ',0' to avoid delays searching the fontpath for a font named '*'. |
59fb9a2d9aca
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
12001
diff
changeset
|
171 |
12001
21f9ff16c49a
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
11998
diff
changeset
|
172 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
21f9ff16c49a
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
11998
diff
changeset
|
173 |
21f9ff16c49a
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
11998
diff
changeset
|
174 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
21f9ff16c49a
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
11998
diff
changeset
|
175 poles at zero. Test added. |
21f9ff16c49a
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
11998
diff
changeset
|
176 |
11998
abe4d6657872
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
11995
diff
changeset
|
177 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
abe4d6657872
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
11995
diff
changeset
|
178 |
abe4d6657872
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
11995
diff
changeset
|
179 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
abe4d6657872
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
11995
diff
changeset
|
180 add demo. |
abe4d6657872
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
11995
diff
changeset
|
181 |
11994
f944142010ce
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
11993
diff
changeset
|
182 2009-06-14 Ben Abbott <bpabbott@mac.com> |
f944142010ce
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
11993
diff
changeset
|
183 |
11995
1ffb54887c42
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
11994
diff
changeset
|
184 * plot/quiver.m: Add 'clf' to demos. |
11994
f944142010ce
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
11993
diff
changeset
|
185 * plot/plotyy.m: Fix compatibility with subplot, add listeners for |
f944142010ce
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
11993
diff
changeset
|
186 dataaspectratio, and add a demo. |
f944142010ce
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
11993
diff
changeset
|
187 |
11993
9caef5712f40
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
11990
diff
changeset
|
188 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
9caef5712f40
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
11990
diff
changeset
|
189 |
9caef5712f40
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
11990
diff
changeset
|
190 * plot/plotyy.m: Correct behavior when there is no currentfigure. |
9caef5712f40
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
11990
diff
changeset
|
191 |
11989
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
192 2009-06-11 Ben Abbott <bpabbott@mac.com> |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
193 |
11990
64759142814d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
11989
diff
changeset
|
194 * plot/print.m: Fix logic associated with 'have_ghostscript'. |
11989
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
195 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
196 terminals. Minor code improvements. |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
197 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2. |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
198 Have '-mono' render all objects in monochrome. |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
199 For pdf or png output, favor gnuplot's cairo terminals. |
00c8df6335ff
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
11987
diff
changeset
|
200 |
11987
ad7a2f55c8b4
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
11985
diff
changeset
|
201 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
ad7a2f55c8b4
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
11985
diff
changeset
|
202 |
ad7a2f55c8b4
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
11985
diff
changeset
|
203 * plot/hold.m: Add demo including a hggroup. |
ad7a2f55c8b4
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
11985
diff
changeset
|
204 * plot/__go_draw_axes__.m: Fix order when pushing group children onto |
ad7a2f55c8b4
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
11985
diff
changeset
|
205 the axes kid list. |
11984
b4986fecdc53
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
11982
diff
changeset
|
206 * general/quadgk.m: Better waypoint transform. |
b4986fecdc53
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
11982
diff
changeset
|
207 |
11982
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
208 2009-06-09 David Bateman <dbateman@free.fr> |
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
209 |
11984
b4986fecdc53
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
11982
diff
changeset
|
210 * general/quadgk.m: Add test case and fixed doubly infinite |
11982
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
211 waypoint transform for x = 0 case. |
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
212 |
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
213 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
214 |
11984
b4986fecdc53
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
11982
diff
changeset
|
215 * general/quadgk.m: Fix doubly infinite transformation to the finite |
11982
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
216 interval. |
796f31f0b1f5
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
11976
diff
changeset
|
217 |
11976
67461f17c12a
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
11972
diff
changeset
|
218 2009-06-08 Ben Abbott <bpabbott@mac.com> |
67461f17c12a
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
11972
diff
changeset
|
219 |
67461f17c12a
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
11972
diff
changeset
|
220 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify |
67461f17c12a
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
11972
diff
changeset
|
221 demo. |
67461f17c12a
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
11972
diff
changeset
|
222 |
11972 | 223 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
224 | |
225 * testfun/assert.m: Fix texinfo bug. | |
226 | |
11960
2e1c096135c4
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
11956
diff
changeset
|
227 2009-06-04 Ben Abbott <bpabbott@mac.com> |
2e1c096135c4
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
11956
diff
changeset
|
228 |
11961
a80076bea5bd
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
11960
diff
changeset
|
229 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to |
a80076bea5bd
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
11960
diff
changeset
|
230 strcmp(scale,'log'). |
11960
2e1c096135c4
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
11956
diff
changeset
|
231 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. |
2e1c096135c4
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
11956
diff
changeset
|
232 |
11954
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
233 2009-06-03 Ben Abbott <bpabbott@mac.com> |
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
234 |
11956
0e60041ef2e5
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
11955
diff
changeset
|
235 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. |
0e60041ef2e5
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
11955
diff
changeset
|
236 Add additional demos which illustrate problems with the present |
0e60041ef2e5
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
11955
diff
changeset
|
237 implementation. |
11955
5ea44288952d
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
11954
diff
changeset
|
238 * plot/__gnuplot_has_feature__.m: Change version for |
5ea44288952d
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
11954
diff
changeset
|
239 "x11_figure_position" from ">=4.3.0" to ">=4.2.5". |
11954
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
240 * plot/__scatter__.m: If the color spec is empty, set using |
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
241 __next_line_color__. |
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
242 * plot/scatter3.m: Add demos. |
b6a163a356a2
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
11952
diff
changeset
|
243 |
11952 | 244 2009-05-25 Jaroslav Hajek <highegg@gmail.com> |
245 | |
246 Version 3.2.0 released. | |
247 | |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
248 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
249 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
250 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
251 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
252 2009-06-02 Rafael Laboissiere <rafael@debian.org> |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
253 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
254 * help/doc.m: In test, look also for the gzipped version of the |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
255 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
256 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
257 2009-05-29 John W. Eaton <jwe@octave.org> |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
258 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
259 * plot/__gnuplot_get_var__.m: Insert missing semicolon. |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
260 |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
261 2009-05-28 Ben Abbott <bpabbott@mac.com> |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
262 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
263 * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
264 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
265 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
266 * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
267 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
268 |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
269 2009-05-28 Ben Abbott <bpabbott@mac.com> |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
270 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
271 * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'. |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
272 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
273 2009-05-28 Jaroslav Hajek <highegg@gmail.com> |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
274 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
275 * sparse/bicgstab.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
276 * sparse/cgs.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
277 |
9278 | 278 2009-05-28 Radek Salac <salac.r@gmail.com> |
279 | |
280 * sparse/bicgstab.m: New output when calling without arguments. | |
281 Time optimization - remove certain checks linked to preconditioner which | |
282 are unacceptably slow. | |
283 * sparse/cgs.m: New output when calling without arguments. | |
284 Time optimization - remove certain checks linked to preconditioner which | |
285 are unacceptably slow. Rename internal variable to match bicgstab. | |
286 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
287 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
288 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
289 * plot/axis.m: Update documentation to reflect addition of "tight" option. |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
290 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
291 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
292 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
293 * ismember.m: Update examples to remove incorrect reference to residue function |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
294 |
9273 | 295 2009-05-27 John W. Eaton <jwe@octave.org> |
296 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
297 * image/imwrite.m: Convert indexed images to RGB before calling |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
298 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
299 |
9273 | 300 * image/imshow.m: In demo, convert image to rgb before scaling |
301 components. Use imread instead of loadimage. | |
302 | |
9272
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
303 2009-05-26 Ben Abbott <bpabbott@mac.com> |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
304 |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
305 * plot/__go_draw_axes__.m: Fix rendering of overlaping images and |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
306 line objects. Add demos as well. |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
307 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
308 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
309 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
310 * geometry/delaunay.m: Support cellstr's as options. |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
311 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
312 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
313 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
314 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
315 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
316 2009-05-26 S�ren Hauberg <hauberg@gmail.com> |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
317 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
318 * help/__makeinfo__.m: Support several @seealso's in one text. |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
319 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
320 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
321 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
322 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
323 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
324 2009-05-26 Carlo de Falco <kingcrimson@tiscali.it> |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
325 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
326 * pkg/pkg.m: Add "version" field to the structure returned by "pkg |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
327 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
328 |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
329 2009-05-25 Ben Abbott <bpabbott@mac.com> |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
330 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
331 * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
332 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
333 |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
334 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
335 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
336 * plot/gnuplot_drawnow.m: single-quote output name to allow backslash |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
337 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
338 * plot/print.m: Support ps->pdf using ghostscript under windows, check |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
339 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
340 |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
341 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
342 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
343 * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
344 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
345 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
346 2009-05-22 John W. Eaton <jwe@octave.org> |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
347 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
348 * general/interp3.m: Don't require interpolation grid to have same |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
349 size as data. From Kris Thielemans <kris.thielemans@imperial.ac.uk>. |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
350 |
9220
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
351 2009-05-19 Carlo de Falco <kingcrimson@tiscali.it> |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
352 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
353 * pkg/pkg.m: Fix a bug when quering only one non installed package |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
354 with "pkg describe". |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
355 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
356 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
357 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
358 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
359 * optimization/fsolve.m: Support central differences. Add FinDiffType |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
360 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
361 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
362 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
363 2009-05-17 Rik Wehbring <rdrider0-list@yahoo.com> |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
364 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
365 * *.m: Simplify Texinfo documentation in .m scripts by removing |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
366 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
367 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
368 2009-05-17 Jaroslav Hajek <highegg@gmail.com> |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
369 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
370 * optimization/fminunc.m: Improve TR updating strategy. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
371 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
372 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
373 2009-05-15 John W. Eaton <jwe@octave.org> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
374 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
375 * general/nargchk.m: Don't generate error if output is struct. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
376 Uncomment some additional tests. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
377 From Alois Schloegl <alois.schloegl@tugraz.at> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
378 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
379 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
380 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
381 * optimization/fminunc.m: Import the step adaptation strategy |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
382 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
383 |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
384 2009-05-08 Ben Abbott <bpabbott@mac.com> |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
385 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
386 * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties". |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
387 * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size. |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
388 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
389 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
390 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
391 * miscellaneous/tar.m, miscellaneous/unpack.m: |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
392 Pass "xvf" to tar instead of "-x -v -f". |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
393 |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
394 2009-04-30 Ben Abbott <bpabbott@mac.com> |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
395 |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
396 * plot/__gnuplot_has_feature__.m: Change version for |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
397 "x11_figure_position", >4.2.4 to >=4.3.0. |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
398 |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
399 2009-04-30 Ben Abbott <bpabbott@mac.com> |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
400 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
401 * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'. |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
402 |
9160 | 403 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
404 | |
405 * statistics/base/range.m: Fix behavior when dim is specified. | |
406 | |
9157
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
407 2009-04-28 Ben Abbott <bpabbott@mac.com> |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
408 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
409 * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
410 when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
411 to replace the gnuplot bbox with a tight bbox for eps-files. |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
412 |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
413 2009-04-23 Ben Abbott <bpabbott@mac.com> |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
414 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
415 * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'. |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
416 Support printing to non-postscript printers. Do not change the output |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
417 filename when using Ghostscript. When using lpr to print the output, |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
418 send it without filtering (unix), or as if it were binary (pc). |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
419 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
420 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
421 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
422 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
423 |
9140 | 424 2009-04-20 John W. Eaton <jwe@octave.org> |
425 | |
426 * special-matrix/vander.m: Update tests. | |
427 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
428 2009-04-20 Jaroslav Hajek <highegg@gmail.com> |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
429 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
430 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
431 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
432 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
433 2009-04-17 Rik <rdrider0-list@yahoo.com> |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
434 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
435 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
436 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
437 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
438 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
439 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
440 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
441 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net> |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
442 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
443 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
444 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
445 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
446 2009-04-14 David Bateman <dbateman@free.fr> |
9118
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
447 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
448 * plot/__patch__.m: Set default facecolor to [0,1,0]. |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
449 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
450 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
451 * special-matrix/hadamard.m: Fix a documentation mistake. |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
452 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
453 2009-04-14 Jaroslav Hajek <highegg@gmail.com> |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
454 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
455 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
456 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
457 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
458 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
459 2009-04-12 Ben Abbott <bpabbott@mac.com> |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
460 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
461 * plot/__gnuplot_open_stream__.m: New function. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
462 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
463 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
464 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
465 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
466 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
467 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
468 * geometry/trisurf.m: New file. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
469 * geometry/Makefile.in (SOURCES): Add it here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
470 * geometry/trimesh.m: Convert to using 3D patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
471 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
472 * plot/__patch__.m: Rewrite to allow update of dependent variables |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
473 with listener functions amongst themselves. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
474 * plot/patch.m: Add 3D demo. Update the documentation. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
475 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
476 2009-04-11 Martin Helm <martinh@sirius.mhelm.de> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
477 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
478 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m, |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
479 isonnormals.m, isosurface.m: New files. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
480 * plot/Makefile.in (SOURCES): Add them here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
481 |
9108 | 482 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
483 | |
484 * set/intersect.m: Add missing branch. | |
485 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
486 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
487 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
488 * plot/print.m: If no pdf support in gnuplot, then "convert" from |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
489 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
490 to produce pdf output. Only render a full page for ps/pdf output. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
491 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
492 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
493 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
494 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
495 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
496 |
9104 | 497 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
498 | |
499 * special-matrix/vander.m: Optimize. | |
500 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
501 2009-04-07 Ben Abbott <bpabbott@mac.com> |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
502 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
503 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
504 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
505 2009-04-06 Ben Abbott <bpabbott@mac.com> |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
506 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
507 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and |
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
508 remove dangling/commented code. |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
509 * plot/__gnuplot_default_font__.m: Remove file from archive. |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
510 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
511 fontsize to be specified for all terminals with fontname == "*". |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
512 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
513 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
514 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
515 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
516 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
517 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
518 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
519 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
520 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
521 |
9093 | 522 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
523 | |
524 * linear-algebra/vech.m: Optimize. | |
525 | |
9092 | 526 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
527 | |
528 * special-matrix/toeplitz.m: Optimize. | |
529 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
530 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
531 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
532 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
533 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
534 2009-04-03 Jaroslav Hajek <highegg@gmail.com> |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
535 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
536 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
537 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
538 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
539 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
540 2009-04-02 Ben Abbott <bpabbott@mac.com> |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
541 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
542 * plot/__go_draw_axes__.m: Include gnuplot command termination when |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
543 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
544 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
545 2009-04-02 Ben Abbott <bpabbott@mac.com> |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
546 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
547 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
548 |
9075 | 549 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
550 | |
551 * optimization/fsolve.m: Fix test. | |
552 | |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
553 2009-03-30 Ben Abbott <bpabbott@mac.com> |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
554 |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
555 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
556 fontsize to be specified when the fontname is anonymous. |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
557 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
558 2009-03-30 Ben Abbott <bpabbott@mac.com> |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
559 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
560 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
561 terminal dependent default font. |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
562 * plot/__go_draw_figure__.m: Substitute gnuplot default font when |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
563 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
564 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
565 2009-03-29 John W. Eaton <jwe@octave.org> |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
566 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
567 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
568 |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
569 2009-03-29 Ben Abbott <bpabbott@mac.com> |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
570 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
571 * plot/print.m: For eps output the bounding box should represent the |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
572 figure's position. |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
573 |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
574 2009-03-28 Ben Abbott <bpabbott@mac.com> |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
575 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
576 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
577 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
578 proper result for all gnuplot streams. |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
579 |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
580 2009-03-27 Ben Abbott <bpabbott@mac.com> |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
581 |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
582 * plot/__go_draw_axes__.m: Properly position the title for 3D plots |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
583 when using the gnuplot (v4.3+) backend. |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
584 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
585 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
586 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
587 * linear-algebra/expm.m: Fix order of outputs from balance. |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
588 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
589 2009-03-25 Kai Habel <kai.habel@gmx.de> |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
590 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
591 * general/gradient.m: Fix calculation for more than two |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
592 dimensions. Change interpretation of vector arguments from |
9016 | 593 spacing to coordinates. New tests. |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
594 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
595 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
596 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
597 * mkdoc: Pass full file name to gethelp. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
598 * gethelp.cc (main): Handle second argument. Write comment with |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
599 full file name to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
600 |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
601 2009-03-24 Ben Abbott <bpabbott@mac.com> |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
602 |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
603 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
604 to __gnuplot_draw_figure__, and close all plot streams when done. |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
605 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
606 2009-03-24 John W. Eaton <jwe@octave.org> |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
607 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
608 * general/isa.m: Handle parent classes. |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
609 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
610 2009-03-23 Ben Abbott <bpabbott@mac.com> |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
611 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
612 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
613 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
614 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
615 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
616 2009-03-21 Ben Abbott <bpabbott@mac.com> |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
617 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
618 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. |
9001
b3268a0458f2
__gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents:
9000
diff
changeset
|
619 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
620 * plot/print.m: Restore the behavior for option -S<num>,<num>. |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
621 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
622 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
623 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
624 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
625 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
626 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
627 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
628 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
629 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
630 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
631 FD jacobians. Document how it can be done with user jacobians. Make |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
632 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
633 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
634 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
635 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
636 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
637 |
8980 | 638 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
639 | |
640 * statistics/base/var.m: a -> x. | |
641 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
642 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
643 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
644 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
645 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
646 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
647 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
648 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
649 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
650 |
8970 | 651 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
652 | |
653 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
654 products. | |
655 | |
8953
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
656 2009-03-11 Ben Abbott <bpabbott@mac.com> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
657 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
658 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
659 each axis. Set ticklabels when the ticklabels are empty and when |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
660 ticklabelmode=="manual". |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
661 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
662 2009-03-11 Marco Caliari <marco.caliari@univr.it> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
663 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
664 * plot/axis.m: Implement "square" and "equal" options, conditional |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
665 on how octave positions gnuplot axes. Place the "title()" and |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
666 "axis()" commands after "plot()" in the demos. |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
667 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
668 2009-03-09 Ben Abbott <bpabbott@mac.com> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
669 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
670 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
671 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
672 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
673 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
674 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
675 * help/lookfor.m (search_cache): Also match function names. |
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
676 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
677 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m: |
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
678 Use doc-cache instead of DOC for doc cache file. |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
679 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
680 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
681 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
682 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
683 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
684 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
685 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
686 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
687 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
688 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
689 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
690 2009-03-06 Ben Abbott <bpabbott@mac.com> |
8915
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
691 |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
692 * plot/__go_draw_axes__.m: Preserve the order of axes' children |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
693 when pruning the handles for the {x,y,z}labels and title. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
694 * plot/legend.m: Change demo to add colors to lines. This change |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
695 reveals the problem (above) with the ordering of the axes' children. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
696 |
8912 | 697 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
698 | |
699 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
700 for tests. | |
701 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
702 2009-03-05 John W. Eaton <jwe@octave.org> |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
703 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
704 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
705 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
706 2009-03-05 Ben Abbott <bpabbott@mac.com> |
8909
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
707 |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
708 * plot/__go_draw_axes__.m: Preserve column vector orientation for |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
709 the axes children while removing the axis label & title handles. |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
710 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
711 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
712 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
713 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
714 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
715 2009-03-03 Ben Abbott <bpabbott@mac.com> |
8901
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
716 |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
717 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
718 the gnuplot postscript+eps terminal. |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
719 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
720 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
721 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
722 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string. |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
723 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
724 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
725 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
726 * set/complement.m, set/union.m: Remove reference to deprecated |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
727 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
728 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
729 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8894
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
730 |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
731 * plot/__go_draw_axes__.m: Do not render axis labels twice when |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
732 their handles are visible, but do render objects with hidden |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
733 handles. |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
734 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
735 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
736 |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
737 * general/num2str.m: Trivial bug fix. Recent switch from split() |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
738 to strsplit() produced cells rather than character data. |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
739 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
740 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
741 |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
742 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
743 and replace existing colorbar when a new one is created. Additional |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
744 demos are included to verify these behaviors. |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
745 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
746 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
747 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
748 * plot/__actual_axis_position__.m: Include file missed in prior |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
749 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
750 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
751 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
752 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
753 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
754 specificying resolution of bitmap terminals, "-r<num>". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
755 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
756 * plot/gnuplot_drawnow.m: Check that canvas size is only specified |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
757 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
758 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
759 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize, |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
760 paperposition properties. Accommodate gnuplot's implicit margins for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
761 postscript terminals. Remove internal function get_canvassize(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
762 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
763 * plot/gnuplot_drawnow.m: |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
764 Terminate gnuplot "set term ..." with semicolon. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
765 Specify vector terminals sizes in floating point. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
766 Rename internal function isbackend() to output_to_screen(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
767 Rename internal function gnuplot_term() to gnuplot_default_term(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
768 Rename internal function isbitmap() to term_units_are_pixels(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
769 Minor changes for coding conventions. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
770 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
771 * plot/__actual_axis_position__.m, Makefile.in: New function to |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
772 determine position of rendered axes, including the effect of the |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
773 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
774 * plot/__gnuplot_has_feature__.m: Add new feature |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
775 "screen_coordinates_for_{lrtb}margin". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
776 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
777 using {lrtb}margins. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
778 * plot/colorbar.m: Add to, and modify, demos. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
779 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
780 * plot/print.m: Remove non-functional/commented code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
781 * plot/__go_draw_figure__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
782 * plot/__gnuplot_has_feature__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
783 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
784 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
785 |
8884 | 786 2009-02-27 John W. Eaton <jwe@octave.org> |
787 | |
8887 | 788 * set/complement.m: Call unique, not create_set. |
789 * set/unique.m: Style fix for docstring. | |
790 * deprecated/create_set.m: Move here from set/create_set.m. | |
791 Always return a row vector, as documented. | |
8888
0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents:
8887
diff
changeset
|
792 |
8887 | 793 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
794 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
795 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
796 * general/num2str.m: Call strsplit instead of split. |
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
797 |
8884 | 798 * strings/strsplit.m: Style fixes. |
799 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
800 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
801 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
802 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
803 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
804 2009-02-26 John W. Eaton <jwe@octave.org> |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
805 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
806 * deprecated/split.m: Add warning, not about version. |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
807 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
808 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
809 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
810 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
811 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
812 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
813 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
814 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
815 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
816 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
817 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
818 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
819 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
820 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
821 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
822 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
823 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
824 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
825 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
826 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
827 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
828 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
829 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
830 * Makefile.in (distclean maintainer-clean): Remove tags and TAGS |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
831 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
832 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
833 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
834 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
835 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
836 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
837 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
838 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
839 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
840 * plot/pie.m: Use numel to check sizes of X and LABELS instead of |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
841 using size_equal. From Andy Buckle <andybuckle@gmail.com>. |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
842 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
843 * help/lookfor.m: Split original path into cell array and compare |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
844 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
845 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
846 |
8861 | 847 2009-02-24 John W. Eaton <jwe@octave.org> |
848 | |
849 * help/gen_doc_cache.m: Don't compress output file. By default, | |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
850 write to DOC, not DOC.gz. Don't save empty cache. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
851 |
8861 | 852 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
853 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
854 2009-02-24 Jason Riedy <jason@acm.org> |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
855 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
856 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
857 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
858 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
859 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
860 |
8857 | 861 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
862 | |
863 * optimization/fsolve.m: Update niter after each iteration, not just | |
864 a succesful one. | |
865 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
866 2009-02-08 Thorsten Meyer <thorsten.meyier@gmx.de> |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
867 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
868 * configure.in: AC_SUBST ac_config_files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
869 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
870 * Makefile.in: Add make targets for configuration files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
871 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
872 |
8847 | 873 2009-02-23 John W. Eaton <jwe@octave.org> |
874 | |
875 * plot/fplot.m: Fix nargin check. | |
876 From Joel Parker <Joel.Parker@radiancetech.com>. | |
877 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
878 2009-02-20 Steffen Groot <steffen.groot@technolution.eu> |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
879 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
880 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
881 |
8826 | 882 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
883 | |
884 * linear-algebra/dmult.m: Remove. | |
885 * linear-algebra/Makefile.in: Update. | |
886 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
887 * deprecated/Makefile.in: Update. | |
888 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
889 by diagonal matrices. | |
890 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
891 2009-02-19 Ben Abbott <bpabbott@mac.com> |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
892 |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
893 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
894 when the plot stream is first opened. Revert usage of hidden axes |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
895 to store prior figure "position" property. |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
896 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
897 2009-02-19 John W. Eaton <jwe@octave.org> |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
898 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
899 * general/__isequal__.m, general/__splinen__.m, image/__img__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
900 image/__img_via_file__.m, miscellaneous/__xzip__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
901 optimization/__all_opts__.m, optimization/__dogleg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
902 optimization/__fdjac__.m, path/__extractpath__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
903 plot/__add_datasource__.m, plot/__area__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
904 plot/__axes_limits__.m, plot/__axis_label__.m, plot/__bar__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
905 plot/__bars__.m, plot/__clabel__.m, plot/__contour__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
906 plot/__default_plot_options__.m, plot/__errcomm__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
907 plot/__errplot__.m, plot/__ezplot__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
908 plot/__gnuplot_has_feature__.m, plot/__gnuplot_version__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
909 plot/__go_close_all__.m, plot/__go_draw_axes__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
910 plot/__go_draw_figure__.m, plot/__line__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
911 plot/__next_line_color__.m, plot/__patch__.m, plot/__plr1__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
912 plot/__plr2__.m, plot/__plt1__.m, plot/__plt2__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
913 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
914 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
915 plot/__plt2vv__.m, plot/__plt__.m, plot/__plt_get_axis_arg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
916 plot/__pltopt1__.m, plot/__pltopt__.m, plot/__quiver__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
917 plot/__scatter__.m, plot/__stem__.m, startup/__finish__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
918 statistics/base/__quantile__.m: Consistent doc strings for |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
919 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
920 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
921 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
922 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
923 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
924 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
925 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
926 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
927 * audio/wavread.m: Improve search for data chunks. |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
928 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
929 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com> |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
930 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
931 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
932 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
933 2009-02-18 John W. Eaton <jwe@octave.org> |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
934 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
935 * plot/__gnuplot_version__.m: Don't use regexp to extract version |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
936 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
937 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
938 2009-02-18 John W. Eaton <jwe@octave.org> |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
939 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
940 * plot/gnuplot_drawnow.m (gnuplot_set_term): |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
941 Adjust nargin checks for new signature. |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
942 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
943 2009-02-17 Ben Abbott <bpabbott@mac.com> |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
944 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
945 * plot/contourc.m: Convert demo to test. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
946 * plot/surfnorm.m: Add another demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
947 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
948 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m, |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
949 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m: |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
950 Replace "close all" with "clf" in demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
951 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
952 2009-02-17 Ben Abbott <bpabbott@mac.com> |
8789
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
953 |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
954 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
955 position/size info when the figure's position property has changed. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
956 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
957 (open_gnuplot_stream): Delete unused output ENHANCED. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
958 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
959 2009-02-17 John W. Eaton <jwe@octave.org> |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
960 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
961 * plot/plotyy.m: Handle case of existing figure with no axes. |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
962 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
963 2009-02-16 John W. Eaton <jwe@octave.org> |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
964 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
965 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
966 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
967 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m, |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
968 help/print_usage.m: Call __makeinfo__ instead of makeinfo. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
969 * help/__strip_html_tags__.m, help/__additional_help_message__.m: |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
970 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
971 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
972 2009-02-16 Ben Abbott <bpabbott@mac.com> |
8765
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
973 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
974 * plot/shading.m: No new figure windows for the demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
975 * plot/surfl.m: Clear figure before running demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
976 |
8757 | 977 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
978 | |
979 * linear-algebra/expm.m: Fix invalid unscaling. | |
8761
1db8033efa17
fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8757
diff
changeset
|
980 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
981 * optimization/fsolve.m: Update comments. |
8757 | 982 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
983 2009-02-16 John W. Eaton <jwe@octave.org> |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
984 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
985 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
986 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
987 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
988 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
989 * help/doc.m, help/help.m, help/lookfor.m, help/type.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
990 help/which.m, image/colormap.m, miscellaneous/delete.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
991 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
992 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
993 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
994 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
995 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
996 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
997 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
998 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
999 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1000 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1001 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1002 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1003 * scripts/edit.m: Avoid command-style function call syntax when |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1004 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1005 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1006 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1007 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1008 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1009 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1010 * deprecated/Makefile.in (SOURCES): Add them to the list. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1011 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1012 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1013 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1014 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1015 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1016 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1017 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1018 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1019 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1020 2009-02-12 John W. Eaton <jwe@octave.org> |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1021 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1022 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__. |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1023 |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1024 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1025 |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1026 * help/gen_doc_cache.m: Change API so we only handle one directory per |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1027 call to this function. |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1028 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1029 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1030 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1031 * help/lookfor.m: Adapt to new cache scheme. |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1032 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1033 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1034 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1035 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1036 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1037 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1038 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1039 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1040 * miscellaneous/news.m: Look in octetcdir for NEWS file. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1041 |
8714 | 1042 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1043 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1044 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1045 Also simplified code and added support for natural extrapolation via |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1046 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1047 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1048 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1049 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1050 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1051 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1052 * testfun/rundemos.m: Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1053 |
8698 | 1054 2009-02-08 John W. Eaton <jwe@octave.org> |
1055 | |
1056 * Makefile.in (install install-strip): Don't install ls-R file. | |
1057 (uninstall): Don't uninstall ls-R file. | |
1058 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1059 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1060 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1061 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1062 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1063 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1064 2009-02-05 John W. Eaton <jwe@octave.org> |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1065 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1066 * miscellaneous/news.m: Use puts instead of printf. |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1067 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1068 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org> |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1069 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1070 * polynomial/polyout.m: Replace com2str with num2str, and minor |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1071 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1072 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1073 2009-02-04 John W. Eaton <jwe@octave.org> |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1074 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1075 * help/which.m: Still print something sensible if type is empty. |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1076 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1077 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
8670
6f5b2835325c
Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8668
diff
changeset
|
1078 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1079 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1080 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1081 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1082 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1083 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1084 * signal/freqz.m: Ensure causal phase response. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1085 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1086 |
8666 | 1087 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
1088 | |
1089 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
1090 instead of "interpolate 4, 4". | |
1091 | |
8664 | 1092 2009-02-04 John W. Eaton <jwe@octave.org> |
1093 | |
1094 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
1095 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
1096 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
1097 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
1098 geometry/voronoi.m, geometry/voronoin.m, | |
1099 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
1100 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
1101 linear-algebra/dmult.m, linear-algebra/dot.m, | |
1102 linear-algebra/expm.m, linear-algebra/housh.m, | |
1103 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
1104 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
1105 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
1106 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
1107 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
1108 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
1109 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
1110 statistics/tests/cor_test.m, | |
1111 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
1112 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
1113 time/addtodate.m: Style fixes. | |
1114 | |
8661 | 1115 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
1116 | |
1117 * optimization/fsolve.m: remove redundant line. | |
1118 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1119 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1120 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1121 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1122 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1123 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1124 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1125 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1126 |
8652 | 1127 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
1128 | |
1129 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
1130 mlock to avoid unloading. | |
1131 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1132 2009-01-30 John W. Eaton <jwe@octave.org> |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1133 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1134 * optimization/PKG_ADD: Delete. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1135 * optimization/fsolve.m, optimization/fzero.m, |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1136 optimization/lsqnonneg.m: Use PKG_ADD: comment to call __all_opts__. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1137 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1138 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1139 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1140 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1141 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1142 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1143 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1144 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1145 |
8645 | 1146 2009-01-30 Kai Habel <kai.habel@gmx.de> |
1147 | |
1148 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
1149 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
1150 Require gnuplot 4.3 for transparent patches and surfaces. | |
1151 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1152 2009-01-30 Benjamin Lindner <lindnerben@gmx.net> |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1153 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1154 * time/datestr.m: Convert YYYY to %Y instead of %C%y. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1155 Convert [Dd][Dd] to %d instead of %e. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1156 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1157 2009-01-30 Ben Abbott <bpabbott@mac.com> |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1158 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1159 * plot/print.m: Use __gnuplot_has_feature__ instead of |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1160 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1161 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1162 * plot/gnuplot_drawnow.m: Respect x11 figure position property. |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1163 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1164 2009-01-29 John W. Eaton <jwe@octave.org> |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1165 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1166 * miscellaneous/fileparts.m: Match all possible file separators. |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1167 |
8633 | 1168 2009-01-29 Kai Habel <kai.habel@gmx.de> |
1169 | |
1170 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1171 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1172 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1173 |
1174 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1175 print sensible error message when function is found but not documented. | |
1176 | |
1177 * help/help.m: Allow displaying 'Contents.m' files. | |
1178 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1179 2009-01-29 Kai Habel <kai.habel@gmx.de> |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1180 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1181 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1182 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1183 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1184 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1185 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1186 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1187 |
1188 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1189 feature. | |
1190 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1191 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1192 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1193 * optimization/fsolve.m: Don't use pivoting at all (for the time |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1194 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1195 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1196 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1197 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1198 * optimization/fsolve.m: Use more adaptive rescaling. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1199 Put back the default tolerances based on machine eps respecting |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1200 the used precision. Partially reflect this in the default optimset |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1201 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1202 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1203 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1204 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1205 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1206 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1207 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1208 2009-01-27 John W. Eaton <jwe@octave.org> |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1209 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1210 * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m, |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1211 plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m: |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1212 Use endif or endfor instead of "end". |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1213 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1214 * path/savepath.m: Call command_line_path instead of commandlinepath. |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1215 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1216 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1217 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1218 * miscellaneous/orderfields.m: Really fix the indexing for struct |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1219 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1220 |
8602 | 1221 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1222 | |
1223 * polynomial/spline.m: Doc fix. | |
1224 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1225 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1226 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1227 * general/gradient.m: Handle computing the gradient of a function |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1228 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1229 |
8600 | 1230 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1231 | |
1232 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1233 square and overdetermined systems. | |
1234 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1235 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1236 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1237 * optimization/fsolve.m: Provide default values on request. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1238 Adjust some defaults. |
8628 | 1239 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1240 * optimization/optimset.m: Query optimal values via the M*b way. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1241 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1242 2009-01-26 Jason Riedy <jason@acm.org> |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1243 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1244 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs. |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1245 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1246 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1247 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1248 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1249 |
8591 | 1250 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1251 | |
1252 * optimization/__fsolve_defopts__.m: Remove. | |
1253 * optimization/Makefile.in: Reflect change. | |
1254 | |
8590 | 1255 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1256 | |
1257 * optimization/__fdjac__.m: Fix setting up h. | |
1258 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1259 large enough square and overdetermined systems, with pivoting in the | |
1260 first step. Simplify options. Adjust defaults - make TR radius | |
1261 tolerance less stringent. Support DisplayFcn. | |
1262 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1263 2008-12-24 Ben Abbott <bpabbott@mac.com> |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1264 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1265 * path/savepath.m: Respect cmd-line and env paths. |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1266 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1267 2009-01-24 Ben Abbott <bpabbott@mac.com> |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1268 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1269 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1270 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1271 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1272 |
1273 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1274 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1275 2009-01-22 John W. Eaton <jwe@octave.org> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1276 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1277 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1278 * help/Makefile.in (SOURCES): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1279 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1280 * help/help.m: Also display location of the file before the help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1281 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1282 * help/__additional_help_message__.m: Return message instead of |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1283 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1284 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1285 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1286 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1287 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1288 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1289 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1290 * help/__additional_help_message__.m, help/__strip_html_tags__.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1291 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1292 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m: |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1293 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1294 * help/Makefile.in (SOURCES): Add them to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1295 * help/doc.m: Move here from miscellaneous/doc.m. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1296 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1297 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1298 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1299 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1300 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1301 * optimization/fsolve.m: Undo the last change. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1302 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1303 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1304 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1305 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1306 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1307 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1308 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1309 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1310 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1311 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1312 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1313 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1314 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1315 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1316 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1317 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1318 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1319 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1320 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1321 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1322 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1323 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1324 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1325 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1326 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1327 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1328 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1329 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1330 2009-01-20 John W. Eaton <jwe@octave.org> |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1331 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1332 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1333 * general/prepad.m: Doc fix. |
8544 | 1334 * image/pink.m: Spelling fix. |
1335 * image/hsv.m: Doc fix. | |
1336 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1337 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1338 * testfun/assert.m: Use isfield instead of struct_contains. |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1339 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1340 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1341 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1342 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1343 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1344 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1345 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1346 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1347 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1348 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1349 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1350 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1351 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1352 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1353 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1354 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1355 * plot/legend.m: Fix legend order for both horizontal and |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1356 vertical string cell. |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1357 |
8528 | 1358 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1359 | |
1360 * plot/grid.m: Document handle argument. | |
1361 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1362 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1363 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1364 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1365 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1366 |
8521 | 1367 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1368 | |
1369 * gethelp.cc: Include <cstdio>. | |
1370 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1371 2009-01-14 Ben Abbott <bpabbott@mac.com> |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1372 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1373 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1374 Use it to handle non-cell ticklabels. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1375 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1376 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1377 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1378 * general/diff.m, general/logspace.m, general/nextpow2.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1379 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1380 linear-algebra/duplication_matrix.m, linear-algebra/expm.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1381 miscellaneous/bincoeff.m, miscellaneous/list_primes.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1382 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1383 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1384 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1385 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1386 special-matrix/hilb.m, special-matrix/invhilb.m |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1387 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1388 special-matrix/vander.m, statistics/base/gls.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1389 statistics/base/kendall.m, statistics/base/kurtosis.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1390 statistics/base/mean.m, statistics/base/median.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1391 statistics/base/ols.m, statistics/base/skewness.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1392 statistics/distributions/kolmogorov_smirnov_cdf.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1393 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1394 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1395 2009-01-14 John W. Eaton <jwe@octave.org> |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1396 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1397 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1398 |
8513 | 1399 * optimization/fsolve.m: Doc fix. |
1400 | |
8510
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
1401 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. |
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
1402 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1403 * io/dlmwrite.m: Use '%c' format for character data. |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1404 |
8506 | 1405 2009-01-13 John W. Eaton <jwe@octave.org> |
1406 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1407 * general/repmat.m: Handle negative row or column dimension. |
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1408 |
8507 | 1409 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1410 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1411 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1412 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1413 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1414 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1415 image/imwrite.m, linear-algebra/dmult.m, | |
1416 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1417 miscellaneous/setfield.m, miscellaneous/what.m, | |
1418 optimization/fsolve.m, optimization/fzero.m, | |
1419 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1420 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1421 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1422 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1423 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1424 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1425 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1426 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1427 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1428 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1429 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1430 statistics/base/center.m, statistics/base/quantile.m, | |
1431 statistics/base/ranks.m, statistics/base/std.m, | |
1432 statistics/distributions/hygepdf.m, | |
1433 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1434 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1435 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1436 testfun/speed.m, testfun/test.m: Style fixes. | |
1437 | |
8506 | 1438 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1439 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1440 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1441 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1442 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1443 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1444 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1445 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1446 statistics/base/quantile.m, statistics/base/values.m, | |
1447 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1448 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1449 time/datestr.m, time/datevec.m: Comment style fixes. | |
1450 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1451 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org> |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1452 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1453 * set/unique.m: Fix for vertical array inputs. |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1454 |
8466 | 1455 2009-01-12 John W. Eaton <jwe@octave.org> |
1456 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1457 * optimization/fzero.m, optimization/fsolve.m: Style fixes. |
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1458 Use strcmpi to compare options. |
8466 | 1459 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1460 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1461 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1462 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1463 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1464 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1465 2009-01-12 John W. Eaton <jwe@octave.org> |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1466 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1467 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes. |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1468 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1469 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1470 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1471 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1472 * miscellaneous/orderfields.m: Ditto. |
1473 * miscellaneous/what.m: Ditto. | |
1474 * pkg/pkg.m: Ditto. | |
1475 * plot/ndgrid.m: Ditto. | |
1476 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1477 |
8451 | 1478 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1479 | |
1480 * plot/surfl.m: New function | |
8628 | 1481 * plot/diffuse.m: Ditto. |
1482 * plot/specular.m: Ditto. | |
8451 | 1483 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1484 2009-01-05 John W. Eaton <jwe@octave.org> |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1485 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1486 * mkdoc: Set defaults for FIND and PERL. Check usage. |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1487 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1488 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1489 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1490 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1491 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1492 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1493 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1494 * general/int2str.m, general/num2str.m, strings/base2dec.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1495 strings/blanks.m, strings/cstrcat.m, strings/findstr.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1496 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1497 strings/split.m, strings/str2double.m, strings/str2num.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1498 strings/strcat.m, strings/strcmpi.m, strings/strfind.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1499 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1500 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1501 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1502 Fix documentation strings, add examples, references and tests. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1503 * scripts/general/int2str.m: Add missing semicolon. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1504 * scripts/strings/regexptranslate.m: add nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1505 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1506 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1507 2008-12-29 David Bateman <dbateman@free.fr> |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1508 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1509 * goemetry/voronoi.m: Speed up and handle dense grids. |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1510 |
8438 | 1511 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1512 | |
1513 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1514 operation fails. | |
1515 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1516 2008-12-26 Francesco Potortì <pot@gnu.org> |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1517 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1518 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1519 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1520 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1521 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1522 * general/postpad.m: Use @seealso. Add reference to resize. |
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1523 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1524 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1525 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1526 * plot/hist.m: Doc string now mentions matrix input argument. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1527 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1528 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1529 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1530 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1531 * plot/__contour__.m: __contour__.m: correct order of patches |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1532 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1533 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1534 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1535 * plot/__contour__.m: __contour__.m: correct order of patches |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1536 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1537 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1538 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1539 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1540 |
8422
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1541 2008-12-24 John W. Eaton <jwe@octave.org> |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1542 |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1543 * testfun/test.m: Print "has no tests" message if there are demos |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1544 but no tests instead of printing PASSES 0 out of 0 tests. |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1545 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1546 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1547 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1548 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1549 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1550 |
8416 | 1551 2008-11-21 Radek Salac <salac.r@gmail.com> |
1552 | |
1553 * sparse/bicgstab.m: New function. | |
1554 * sparse/Makefile.in (SOURCES): Add it here. | |
1555 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1556 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1557 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1558 * time/datevec.m (__date_vfmt2sfmt__): New helper function. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1559 (datevec): Avoid repeated parsing of the format string. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1560 * set/unique.m: Only check for options if nargin > 1. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1561 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1562 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1563 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1564 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1565 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1566 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1567 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1568 2008-12-13 Francesco Potort� <pot@gnu.org> |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1569 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1570 * specfun/nchoosek.m: Check for input arguments, signal loss of |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1571 precision, correctly handle k==0 and k==n cases, add proper tests. |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1572 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1573 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1574 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1575 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1576 |
8393 | 1577 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1578 | |
8394 | 1579 * linear-algebra/expm.m: New source. |
8393 | 1580 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1581 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1582 |
8394 | 1583 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1584 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1585 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1586 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1587 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1588 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1589 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1590 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1591 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1592 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1593 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1594 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1595 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1596 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1597 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1598 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1599 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1600 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1601 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1602 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1603 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1604 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1605 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1606 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1607 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1608 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1609 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1610 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1611 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1612 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1613 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1614 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1615 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1616 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1617 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1618 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1619 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1620 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1621 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1622 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1623 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1624 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1625 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1626 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1627 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1628 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1629 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1630 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1631 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1632 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1633 |
8324 | 1634 2008-11-14 David Bateman <dbateman@free.fr> |
1635 | |
1636 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1637 of the axis object. | |
1638 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1639 2008-11-14 Ben Abbott <bpabbott@mac.com> |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1640 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1641 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1642 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1643 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1644 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1645 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1646 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1647 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1648 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1649 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1650 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1651 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1652 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1653 |
8316 | 1654 2008-11-10 John W. Eaton <jwe@octave.org> |
1655 | |
1656 * polynomial/spline.m: Delete debugging statements. From | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1657 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1658 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1659 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1660 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1661 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1662 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1663 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1664 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1665 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1666 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1667 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1668 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1669 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1670 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1671 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1672 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1673 2008-11-03 Ben Abbott <bpabbott@mac.com> |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1674 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1675 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1676 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1677 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1678 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1679 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1680 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1681 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1682 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1683 |
8305 | 1684 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1685 | |
1686 * optimization/fzero.m: Replace tabs by spaces. | |
1687 | |
1688 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1689 | |
1690 * optimization/fzero.m: Simplify exception handling. | |
1691 | |
1692 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1693 | |
1694 * optimization/fzero.m: New function file. | |
1695 * optimization/Makefile.in: Add it. | |
1696 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1697 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1698 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1699 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1700 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1701 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1702 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1703 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1704 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1705 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1706 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1707 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1708 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1709 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1710 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1711 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1712 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1713 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1714 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1715 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1716 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1717 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1718 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1719 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1720 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1721 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1722 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1723 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1724 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1725 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1726 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1727 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1728 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1729 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1730 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1731 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1732 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1733 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1734 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1735 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1736 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1737 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1738 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1739 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1740 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1741 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1742 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1743 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1744 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1745 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1746 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1747 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1748 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1749 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1750 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1751 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1752 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1753 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1754 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1755 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1756 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1757 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1758 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1759 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1760 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1761 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1762 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1763 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1764 2008-10-22 Ben Abbott <bpabbott@mac.com> |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1765 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1766 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1767 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1768 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1769 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1770 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1771 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1772 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1773 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1774 |
8257 | 1775 2008-10-22 David Bateman <dbateman@free.fr> |
1776 | |
8260 | 1777 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1778 "caller" workspace. | |
1779 | |
8258 | 1780 * plot/__errplot__.m: Add errorbar series objects. |
1781 * plot/errbar.m: Add some demos. | |
1782 | |
8257 | 1783 * plot/__add_line_series__.m: Remove |
1784 * plot/Makefile.in (SOURCES): Remove it here too. | |
1785 * plot/__add_datasource__.m: Allow for more than one character in | |
1786 source name. | |
1787 * plot/refreshdata.m: Ditto. | |
1788 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1789 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1790 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1791 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1792 * plot/legend.m: Update type in loop and remove debugging messages. | |
1793 | |
8251 | 1794 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1795 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1796 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1797 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1798 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1799 |
8249 | 1800 2008-10-21 John W. Eaton <jwe@octave.org> |
1801 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1802 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1803 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1804 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1805 |
8249 | 1806 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1807 struct. Use get instead of examining struct fields directly. | |
1808 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1809 object struct. Use get instead of examining struct elements | |
1810 directly. Use allhild instead of looking at children field of | |
1811 figure object struct. | |
1812 | |
8251 | 1813 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1814 |
1815 * plot/orient.m: Fix syntax error. | |
1816 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1817 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1818 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1819 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1820 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1821 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1822 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1823 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1824 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1825 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1826 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1827 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1828 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1829 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1830 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1831 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1832 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1833 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1834 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1835 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1836 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1837 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1838 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1839 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1840 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1841 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1842 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1843 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1844 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1845 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1846 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1847 |
8236 | 1848 2008-10-17 David Bateman <dbateman@free.fr> |
1849 | |
1850 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1851 from potential axis handles. | |
1852 * plot/colorbar.m: Remove debug output. | |
1853 * plot/comet.m: Close plot before demo | |
1854 * plot/contourc.m: No output if nargout == 0. | |
1855 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1856 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1857 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1858 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1859 |
8229 | 1860 2008-10-16 John W. Eaton <jwe@octave.org> |
1861 | |
1862 * testfun/rundemos.m: New function. | |
1863 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1864 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1865 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1866 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1867 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1868 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1869 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1870 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1871 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1872 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1873 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1874 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1875 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1876 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1877 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1878 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1879 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1880 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1881 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1882 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1883 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1884 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1885 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1886 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1887 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1888 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1889 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1890 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1891 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1892 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1893 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1894 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1895 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1896 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1897 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1898 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1899 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1900 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1901 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1902 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1903 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1904 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1905 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1906 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1907 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1908 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1909 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1910 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1911 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1912 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1913 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1914 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1915 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1916 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1917 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1918 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1919 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1920 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1921 |
8208 | 1922 2008-10-10 David Bateman <dbateman@free.fr> |
1923 | |
1924 * image/__img__.m: Manually set the limits of th eimage | |
1925 * plot/__go_draw_axes__.m: Base window position in the axis | |
1926 position property and not the outerposition property. Remove | |
1927 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1928 vector to support image based colorbars. Also check labelmode for | |
1929 manual tics. | |
1930 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1931 colorbar code. | |
1932 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1933 it to the principal axis. | |
1934 * plot/legend.m: Support an axis handle as the first | |
1935 argument. Support hggroups. | |
1936 * plot/pareto.m: Don't support an axis handle as the first | |
1937 argument as the plotyy command in fact needs two axis handles. | |
1938 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1939 synchronize the two axes. | |
1940 * plot/subplot.m: Also skip axes that are tagged as being a | |
1941 colorbar. Don't break in search of overlapping axes to delete. Set | |
1942 both the position and the outerposition. | |
1943 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1944 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1945 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1946 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1947 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1948 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1949 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1950 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1951 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1952 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1953 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1954 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1955 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1956 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1957 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1958 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1959 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1960 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1961 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1962 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1963 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1964 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1965 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1966 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1967 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1968 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1969 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1970 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1971 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1972 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1973 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1974 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1975 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1976 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1977 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1978 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1979 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1980 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1981 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1982 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1983 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1984 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1985 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1986 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1987 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1988 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1989 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1990 |
8182 | 1991 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1992 | |
1993 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1994 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1995 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1996 |
8182 | 1997 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1998 | |
1999 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
2000 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2001 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2002 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2003 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2004 |
8182 | 2005 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2006 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2007 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2008 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2009 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2010 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2011 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2012 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2013 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2014 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2015 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2016 |
8182 | 2017 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2018 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2019 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2020 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2021 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2022 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2023 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2024 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2025 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2026 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2027 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2028 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2029 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2030 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2031 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2032 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2033 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2034 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2035 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2036 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2037 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 2038 |
2039 * image/imread.m, image/imwrite.m: Doc fix. | |
2040 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2041 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2042 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2043 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2044 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2045 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2046 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2047 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2048 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2049 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2050 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2051 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2052 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2053 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2054 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2055 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2056 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2057 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2058 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2059 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2060 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2061 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2062 |
8182 | 2063 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 2064 |
2065 * plot/comet.m: New file. | |
2066 * plot/Makefile.in (SOURCES): Add it here. | |
2067 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2068 2008-09-22 David Bateman <dbateman@free.fr> |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2069 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2070 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2071 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2072 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2073 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2074 print it when given trace argument. |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2075 |
8182 | 2076 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2077 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2078 * general/blkdiag.m: Skip assignment if rhs is empty. |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2079 |
8116 | 2080 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
2081 | |
8117 | 2082 * image/imshow.m: Fix for display_range. |
2083 | |
8116 | 2084 * general/interpn.m: Fixe for extrapval and documentation of |
2085 extrapval. | |
2086 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2087 2008-09-17 David Bateman <dbateman@free.fr> |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2088 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2089 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2090 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2091 * time/datestr.m: More careful check for datevec format with 6 |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2092 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2093 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2094 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2095 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2096 * general/cell2mat.m: Backout previous change. Special case 2D |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2097 case for speed. |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2098 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2099 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2100 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2101 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2102 |
8098
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2103 2008-09-09 John W. Eaton <jwe@octave.org> |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2104 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2105 * time/datestr.m: Convert format and use strftime to do most of |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2106 the actual conversion. |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2107 |
8088 | 2108 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
2109 | |
2110 * plot/plot.m: Doc fix. | |
2111 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2112 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2113 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2114 * statistics/distributions/binornd.m: Handle zero values of n |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2115 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2116 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2117 2008-09-08 Kai Habel <kai.habel@gmx.de> |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2118 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2119 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2120 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2121 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2122 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2123 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2124 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2125 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2126 * plot/__line__.m: Remove empty clause fof if/then/else test |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2127 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2128 |
8076 | 2129 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
2130 | |
2131 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2132 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
2133 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
2134 | |
8075
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2135 2008-08-29 David Bateman <dbateman@free.fr> |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2136 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2137 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2138 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2139 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2140 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m : |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2141 Pass additional prop/val pairs to hggroup rather than underlying |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2142 objects. If a baseline existings specifically associate it with |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2143 the parent of the created hggroup to allow things like "stem(..., |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2144 'parent', hg)" to work correctly. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2145 * plot/hold.m: If currentaxes if figure doesn't exist, create it. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2146 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2147 * plot/plot3.m: Pass hline to __add_line_series__. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2148 * plot/__add_datasource__.m: Fix off by one error. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
2149 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2150 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2151 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2152 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2153 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2154 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2155 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2156 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2157 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2158 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2159 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2160 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2161 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2162 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2163 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2164 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2165 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2166 |
8065
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
2167 2008-08-26 John W. Eaton <jwe@octave.org> |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
2168 |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
2169 * plot/hold.m: If hold is applied to a figure, set state for all |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
2170 child axes objects. |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
2171 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2172 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2173 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2174 * plot/backend.m: New function to handle backend switch. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2175 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2176 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2177 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2178 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2179 * plot/__area__.m: Use __next_line_color__ rather than fixed set |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2180 of colors. Convert to use area series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2181 * plot/area.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2182 the area series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2183 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2184 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2185 * plot/__bars__.m: Convert to use bar series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2186 * plot/bar.m, plor/barh.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2187 the bar series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2188 * plot/__quiver__.m: Convert to use quiver series objects. Change |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2189 the default scaling and arrowsize for compatibility. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2190 * plot/quiver.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2191 the quiver series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2192 * plot/stairs.m: Convert to use stair series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2193 * plot/stem.m: Don't include baseline in xlim calculation. Correct |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2194 test of whether baseline xdata needs updating in the update_xlim |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2195 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2196 |
8054 | 2197 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2198 | |
2199 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2200 Handle parameter-value options. Untabify. | |
2201 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2202 2008-08-25 David Bateman <dbateman@free.fr> |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2203 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2204 * plot/__stem__.m: Use property inheritance and don't explicitly |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2205 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2206 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2207 * plot/__go_draw_axes__.m: Respect the "visible" property of object and |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2208 don't draw them if the object is not visible. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2209 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2210 * plot/__stem__.m: Convert to use stem series object. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2211 * plot/stem.m, plot/stem3.m: Update documentation to correspond to |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2212 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2213 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2214 2008-08-22 John W. Eaton <jwe@octave.org> |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2215 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2216 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2217 |
8048
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2218 2008-08-21 John W. Eaton <jwe@octave.org> |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2219 |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2220 * plot/__go_draw_axes__.m: Fix test for have_data. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2221 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2222 contain NaN values. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
2223 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2224 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2225 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2226 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2227 |
8046 | 2228 2008-08-21 David Bateman <dbateman@free.fr> |
2229 | |
2230 * plot/ezplot.m : New function. | |
2231 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2232 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2233 | |
8182 | 2234 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2235 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2236 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2237 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2238 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2239 2008-08-20 David Bateman <dbateman@free.fr> |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2240 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2241 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2242 contains a surface. Fixes things like meshc(peaks()). |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2243 |
8040 | 2244 2008-08-19 Jaroslav Hajek <highegg@gmail.com> |
8036
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2245 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2246 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2247 |
8035 | 2248 2008-08-19 David Bateman <dbateman@free.fr> |
2249 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
2250 * miscellaneous/intwarning.m: New function. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
2251 * miscellaneous/Makefile.in (SOURCES): Add it here. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
2252 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
2253 * statistics/base/ranks.m: Doc fix. |
8035 | 2254 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2255 2008-08-08 John W. Eaton <jwe@octave.org> |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2256 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2257 * general/Makefile.in (SOURCES): Add cellidx.m to the list. |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2258 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2259 2008-08-07 John W. Eaton <jwe@octave.org> |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2260 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2261 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2262 |
8002
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
2263 2008-08-04 John W. Eaton <jwe@octave.org> |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
2264 |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
2265 * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
2266 list of delim characters. Update tests. |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
2267 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2268 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2269 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2270 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2271 |
7994
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
2272 2008-07-29 John W. Eaton <jwe@octave.org> |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
2273 |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
2274 * plot/axis.m (__get_tight_lims__): Use strcat instead of []. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
2275 Don't fail if data is not a vector. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
2276 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2277 2008-07-29 David Bateman <dbateman@free.fr> |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2278 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2279 * general/cellidx.m: reinclude from control toolbox, as used by |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2280 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2281 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2282 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2283 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2284 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2285 * control, finance, quaternion: Remove directories and all of the |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2286 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2287 * Makefile.in: Remove all references to the above directories. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2288 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2289 |
8182 | 2290 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2291 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2292 * plot/hold.m: Clarify help text. |
7986 | 2293 |
2294 * specfun/reallog.m: Fix help string. | |
2295 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2296 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2297 |
2298 * strings/regexptranslate.m: Add real documentation. | |
2299 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2300 * plot/contourf.m: Allow X,Y to be unequal vectors. |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2301 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2302 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2303 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2304 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2305 |
7974 | 2306 2008-07-28 John W. Eaton <jwe@octave.org> |
2307 | |
2308 * image/imwrite.m: New function. | |
2309 * image/Makefile.in (SOURCES): Add it to the list. | |
2310 | |
7969 | 2311 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2312 | |
2313 * time/datestr.m: New xtest. | |
2314 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2315 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2316 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2317 * plot/closereq.m: Use first gcbf to get the handle of the figure to |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2318 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2319 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2320 |
7940 | 2321 2008-07-17 John W. Eaton <jwe@octave.org> |
2322 | |
2323 * general/fliplr.m: Fix usage test. | |
2324 * testfun/test.m: Fix usage tests. | |
2325 | |
8040 | 2326 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2327 |
2328 * statistics/base/cov.m: Fix test that should no longer work. | |
2329 | |
7935 | 2330 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2331 | |
2332 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2333 * plot/Makefile.in (SOURCES): Add them to the list. | |
2334 | |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2335 2008-07-16 John W. Eaton <jwe@octave.org> |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2336 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2337 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2338 * deprecated/Makefile.in (SOURCES): Add it to the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2339 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2340 * image/Makefile.in (SOURCES): Remove it from the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2341 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2342 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2343 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2344 |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2345 * image/__img__.m: Set clim for true-color integer data. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2346 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2347 * image/imshow.m: Don't convert integer true-color data to double. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2348 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2349 * plot/__go_draw_axes__.m: Recognize 3-d cdata as a true-color image. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2350 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2351 2008-07-14 John W. Eaton <jwe@octave.org> |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2352 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2353 * image/Makefile.in (SOURCES): Add imread.m to the list. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2354 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2355 2008-07-14 Thomas L. Scofield <scofield@calvin.edu> |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2356 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2357 * image/imread.m: New file from Octave Forge. |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2358 |
8040 | 2359 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2360 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2361 * set/unique.m: Implement 'first' and 'last', some simplifications. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2362 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2363 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2364 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2365 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2366 Add tests and adjust docs in all of the above. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2367 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2368 2008-06-11 John W. Eaton <jwe@octave.org> |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2369 |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
2370 * set/ismember.m: Fix fail tests. |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
2371 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2372 * general/rat.m: Properly initialize steps when all elements of |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2373 input array are integers. Append spaces as necessary when |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2374 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2375 |
8040 | 2376 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2377 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2378 * plot/__go_draw_axes__.m: Use fprintf for formatted output. |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2379 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2380 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2381 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2382 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2383 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2384 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2385 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2386 2008-06-02 David Bateman <dbateman@free.fr> |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2387 |
7817 | 2388 * miscellaneous/debug.m: New file.. |
2389 * Makefile.in (SOURCES): Add it to the list. | |
2390 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2391 * general/interp1q.m: Remove spaces between functions and args in |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2392 []. Fix test code to actually test interp1q. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2393 |
8040 | 2394 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2395 |
2396 * strings/strcat.m: Add tests. | |
2397 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2398 2008-06-02 Kim Hansen <kimhanse@gmail.com> |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2399 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2400 * strings/mat2str.m: Change is_complex to iscomplex, add tests, add |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2401 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2402 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2403 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2404 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2405 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2406 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2407 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2408 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2409 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2410 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2411 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2412 |
7783 | 2413 2008-05-20 Bill Denney <bill@denney.ws> |
2414 | |
2415 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2416 New tests. | |
2417 | |
7777 | 2418 2008-05-19 John W. Eaton <jwe@octave.org> |
2419 | |
2420 * general/isa.m: Fix tests. | |
2421 | |
7773 | 2422 2008-05-13 Bill Denney <bill@denney.ws> |
2423 | |
2424 * general/isa.m: Use persistent cell arrays to hold class names | |
2425 instead of multiple strcmp calls. | |
2426 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2427 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2428 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2429 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2430 control/base/damp.m, control/base/dlqr.m, control/base/lsim.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2431 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2432 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2433 control/system/is_controllable.m, control/system/is_detectable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2434 control/system/is_stabilizable.m, control/system/is_stable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2435 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2436 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2437 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2438 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2439 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2440 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2441 linear-algebra/rref.m, optimization/qp.m, optimization/sqp.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2442 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2443 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2444 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2445 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2446 statistics/tests/manova.m: Modify calls to eps to allow for single |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2447 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2448 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2449 * general/isa.m: Also treat "float: and "numeric" as the class |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2450 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2451 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2452 * general/dblquad.m, general/quadgk.m, general/quadv.m, |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2453 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2454 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2455 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2456 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2457 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2458 2008-05-09 Thomas Weber <thomas.weber.mail@gmail.com> |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2459 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2460 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2461 |
7765 | 2462 2008-05-06 David Bateman <dbateman@free.fr> |
2463 | |
2464 * miscellaneous/symvar.m: New function. | |
2465 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2466 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2467 2008-05-04 John W. Eaton <jwe@octave.org> |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2468 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2469 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2470 * miscellaneous/Makefile.in (SOURCES): Remove it from the list. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2471 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2472 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2473 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2474 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2475 miscellaneous/version.m, plot/feather.m, plot/__bar__.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2476 plot/compass.m, plot/__quiver__.m, plot/__scatter__.m: Use ischar |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2477 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2478 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2479 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2480 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2481 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2482 * plot/stairs.m: Allow axis handles, properties and linespecs to |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2483 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2484 |
7747 | 2485 2008-04-30 John W. Eaton <jwe@octave.org> |
2486 | |
2487 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2488 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2489 | |
8040 | 2490 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2491 |
2492 * specfun/log2.m: Delete. | |
2493 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2494 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2495 2008-04-29 David Bateman <dbateman@free.fr> |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2496 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2497 pkg/pkg.m: Also set archprefix with the -local and -global options. |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2498 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2499 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2500 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2501 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2502 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2503 |
7736 | 2504 2008-04-25 John W. Eaton <jwe@octave.org> |
2505 | |
2506 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2507 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2508 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2509 2008-04-21 David Bateman <dbateman@free.fr> |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2510 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2511 * plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2512 Change caller. Improve sizing and position of colorbox for subplots. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2513 * plot/colorbar.m: New demos. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2514 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2515 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2516 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2517 * plot/__gnuplot_version__.m: Display error if gnuplot is not found. |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2518 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2519 2008-04-15 John W. Eaton <jwe@octave.org> |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2520 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2521 * plot/view.m: Get values from current axes if nargin == 0. |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2522 |
7713 | 2523 2008-04-15 David Bateman <dbateman@free.fr> |
7711
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2524 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2525 * plot/__patch__.m: Fix for NaN values in faces of patches. |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2526 |
7710 | 2527 2008-04-14 David Bateman <dbateman@free.fr> |
2528 | |
2529 * plot/rose.m: Add missing comment mark that causes issues with | |
2530 octave-forge function referencing. | |
2531 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2532 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2533 2008-04-09 John W. Eaton <jwe@octave.org> |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2534 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2535 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2536 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2537 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2538 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2539 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2540 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2541 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2542 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2543 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2544 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2545 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2546 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2547 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2548 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2549 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2550 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2551 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2552 deprecated/is_bool.m, deprecated/is_complex.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2553 deprecated/is_list.m, deprecated/is_matrix.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2554 deprecated/is_scalar.m, deprecated/is_square.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2555 deprecated/is_stream.m, deprecated/is_struct.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2556 deprecated/is_symmetric.m, deprecated/is_vector.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2557 deprecated/isstr.m, deprecated/lchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2558 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2559 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2560 deprecated/meshdom.m, deprecated/normal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2561 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2562 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2563 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2564 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2565 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2566 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2567 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2568 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2569 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2570 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2571 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2572 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2573 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2574 deprecated/struct_contains.m, deprecated/struct_elements.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2575 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2576 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2577 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2578 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2579 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2580 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2581 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2582 deprecated/wiener_rnd.m: Don't embed newline in warning message. |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2583 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2584 2008-04-09 David Bateman <dbateman@free.fr> |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2585 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2586 * testfun/assert.m: Don't allow cond and expected to be lists. |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2587 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2588 2008-04-04 John W. Eaton <jwe@octave.org> |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2589 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2590 * strings/Makefile.in (SOURCES): Add isstrprop.m to the list. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2591 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2592 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2593 * Makefile.incontrol/base/Makefile.in, control/hinf/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2594 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2595 * Makefile.incontrol/system/Makefile.in, control/util/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2596 * Makefile.indeprecated/Makefile.in, elfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2597 * Makefile.infinance/Makefile.in, general/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2598 * Makefile.ingeometry/Makefile.in, image/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2599 * Makefile.inio/Makefile.in, linear-algebra/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2600 * Makefile.inmiscellaneous/Makefile.in, optimization/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2601 * Makefile.inpath/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2602 * Makefile.inpolynomial/Makefile.in, quaternion/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2603 * Makefile.inset/Makefile.in, signal/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2604 * Makefile.insparse/Makefile.in, specfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2605 * Makefile.inspecial-matrix/Makefile.in, startup/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2606 * Makefile.instatistics/Makefile.in, statistics/base/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2607 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2608 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2609 * Makefile.instatistics/tests/Makefile.in, strings/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2610 * Makefile.intestfun/Makefile.in, time/Makefile.in |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2611 * Makefile.in(check-m-sources): New target. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2612 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2613 2008-04-04 Bill Denney <bill@denney.ws> |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2614 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2615 * optimization/lsqnonneg.m: Use optimset, correctly index |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2616 Z and P in main loop. |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2617 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2618 2008-04-04 David Bateman <dbateman@free.fr> |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2619 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2620 * deprecated/beta_cdf.m deprecated/beta_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2621 deprecated/beta_pdf.m deprecated/beta_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2622 deprecated/binomial_cdf.m deprecated/binomial_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2623 deprecated/binomial_pdf.m deprecated/binomial_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2624 deprecated/chisquare_cdf.m deprecated/chisquare_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2625 deprecated/chisquare_pdf.m deprecated/chisquare_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2626 deprecated/clearplot.m deprecated/clg.m deprecated/com2str.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2627 deprecated/exponential_cdf.m deprecated/exponential_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2628 deprecated/exponential_pdf.m deprecated/exponential_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2629 deprecated/f_cdf.m deprecated/f_inv.m deprecated/f_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2630 deprecated/f_rnd.m deprecated/gamma_cdf.m deprecated/gamma_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2631 deprecated/gamma_pdf.m deprecated/gamma_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2632 deprecated/geometric_cdf.m deprecated/geometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2633 deprecated/geometric_pdf.m deprecated/geometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2634 deprecated/hypergeometric_cdf.m deprecated/hypergeometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2635 deprecated/hypergeometric_pdf.m deprecated/hypergeometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2636 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2637 deprecated/is_complex.m deprecated/is_list.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2638 deprecated/is_matrix.m deprecated/is_scalar.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2639 deprecated/is_square.m deprecated/is_stream.m deprecated/isstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2640 deprecated/is_struct.m deprecated/is_symmetric.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2641 deprecated/is_vector.m deprecated/lognormal_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2642 deprecated/lognormal_inv.m deprecated/lognormal_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2643 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2644 deprecated/normal_cdf.m deprecated/normal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2645 deprecated/normal_pdf.m deprecated/normal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2646 deprecated/pascal_cdf.m deprecated/pascal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2647 deprecated/pascal_pdf.m deprecated/pascal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2648 deprecated/poisson_cdf.m deprecated/poisson_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2649 deprecated/poisson_pdf.m deprecated/poisson_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2650 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2651 deprecated/struct_contains.m deprecated/struct_elements.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2652 deprecated/t_cdf.m deprecated/t_inv.m deprecated/t_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2653 deprecated/t_rnd.m deprecated/uniform_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2654 deprecated/uniform_inv.m deprecated/uniform_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2655 deprecated/uniform_rnd.m deprecated/weibcdf.m deprecated/weibinv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2656 deprecated/weibpdf.m deprecated/weibrnd.m deprecated/weibull_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2657 deprecated/weibull_inv.m deprecated/weibull_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2658 deprecated/weibull_rnd.m deprecated/wiener_rnd.m: Add warning that |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2659 function will be removed in a future version. |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2660 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2661 2008-04-03 John W. Eaton <jwe@octave.org> |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2662 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2663 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2664 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2665 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2666 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2667 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2668 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2669 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2670 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2671 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2672 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2673 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2674 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2675 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2676 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2677 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2678 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2679 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2680 deprecated/is_bool.m, deprecated/is_complex.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2681 deprecated/is_list.m, deprecated/is_matrix.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2682 deprecated/is_scalar.m, deprecated/is_square.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2683 deprecated/is_stream.m, deprecated/is_struct.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2684 deprecated/is_symmetric.m, deprecated/is_vector.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2685 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2686 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2687 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2688 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2689 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2690 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2691 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2692 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2693 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2694 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2695 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2696 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2697 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2698 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2699 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2700 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2701 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2702 deprecated/struct_contains.m, deprecated/struct_elements.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2703 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2704 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2705 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2706 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2707 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2708 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2709 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2710 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2711 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2712 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2713 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2714 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2715 * plot/__go_draw_axes__.m: Conditionally "set pm3d implict" for 2D |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2716 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2717 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2718 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2719 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2720 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2721 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2722 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2723 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2724 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2725 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2726 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2727 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2728 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2729 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2730 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2731 2008-04-02 John W. Eaton <jwe@octave.org> |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2732 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2733 * deprecated/Makefile.in (SOURCES): Add spkron.m to the list. |
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2734 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2735 * general/Makefile.in (SOURCES): Add runlength.m to the list. |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2736 |
7682 | 2737 2008-04-02 Bill Denney <bill@denney.ws> |
2738 | |
2739 * optimization/lsqnonneg.m: New function. | |
2740 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2741 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2742 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2743 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2744 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2745 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2746 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2747 * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2748 communication rather than a chat file if mkfifo is not available. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2749 * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2750 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2751 |
7678 | 2752 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2753 | |
2754 * general/sortrows.m: Handle negative column arguments. | |
2755 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2756 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2757 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2758 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2759 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2760 |
7673 | 2761 2008-03-31 David Bateman <dbateman@free.fr> |
2762 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2763 * plot/__go_draw_axes__.m: Set the tick direction in the main call |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2764 the set tics rather than separately to avoid issues with multiple |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2765 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2766 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2767 * plot/gtext.m: New function to place text on a plot. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2768 * plot/waitforbuttonpress.m: New function. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2769 * plot/Makefile.in (SOURCES): Add them to the list. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2770 * plot/__gnuplot_ginput__.m: Bug fix for nargin==1. Workaround for |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2771 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2772 * plot/ginput.m: Eliminate setting of n. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2773 |
7673 | 2774 * plot/ginput.m: New function. |
2775 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2776 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2777 * plot/Makefile.in (SOURCES): Add them to the list. | |
2778 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2779 2008-03-31 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2780 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2781 * miscellaneous/run.m: Fix check for existence of file. |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2782 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2783 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2784 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2785 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2786 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2787 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2788 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2789 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2790 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2791 2008-03-28 Thomas Weber <thomas.weber.mail@gmail.com> |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2792 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2793 * miscellaneous/tempdir.m: Use correct function name in texinfo |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2794 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2795 |
7669 | 2796 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2797 | |
2798 * general/del2.m: Missing semicolon. | |
2799 | |
7668 | 2800 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2801 | |
2802 * miscellaneous/info.m: New function. | |
2803 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2804 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2805 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2806 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2807 * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m: |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2808 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2809 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2810 2008-03-27 David Bateman <dbateman@free.fr> |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2811 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2812 * plot/__plt2__.m: Test if args are empty first so that |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2813 plot(zeros(1,0),zeros(1,0)) works as expected. |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2814 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2815 * plot/plotyy.m: The axis handle is a two element vector and |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2816 so needs special treatment. Call newplot for the second axis. |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2817 |
7655 | 2818 2008-03-27 Bill Denney <bill@denney.ws> |
2819 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2820 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2821 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2822 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2823 * strings/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2824 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2825 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2826 * general/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2827 |
7657 | 2828 * general/genvarname.m: New function. |
2829 * general/Makefile.in (SOURCES): Add it to the list. | |
2830 | |
7656 | 2831 * time/addtodate.m: New function. |
7657 | 2832 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2833 |
7655 | 2834 * geometry/rectint.m: Vectorize and add more tests. |
2835 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2836 2008-03-27 John W. Eaton <jwe@octave.org> |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2837 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2838 * plot/__axis_label__.m: Use name of caller in error message. |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2839 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2840 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2841 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2842 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2843 |
7650 | 2844 2008-03-26 John W. Eaton <jwe@octave.org> |
2845 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2846 * set/ismember.m: Set size of idx output correctly for empty args. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2847 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2848 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2849 * general/logical.m: Correctly handle empty args. New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2850 |
7650 | 2851 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2852 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2853 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2854 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2855 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2856 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2857 Texinfo fixes. | |
2858 | |
8040 | 2859 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2860 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2861 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2862 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2863 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2864 |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2865 * polynomial/convn.m: New tests. |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2866 |
8182 | 2867 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2868 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2869 * statistics/base/statistics.m: Calculate median and quantiles in |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2870 a manner consistent with method #7 used by GNU R. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2871 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2872 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2873 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2874 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2875 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2876 |
2877 * polynomial/convn.m: New function. | |
2878 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2879 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2880 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2881 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2882 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2883 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2884 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2885 2008-03-24 Thomas Weber <thomas.weber.mail@gmail.com> |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2886 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2887 * pkg/pkg.m: Allow installation of already extracted packages. |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2888 |
7627 | 2889 2008-03-24 David Bateman <dbateman@free.fr> |
2890 | |
2891 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2892 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2893 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2894 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2895 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2896 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2897 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2898 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2899 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2900 2008-03-21 David Bateman <dbateman@free.fr> |
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2901 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2902 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2903 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2904 * specfun/Makefile.in (SOURCES): Add them to the list. |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2905 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2906 2008-03-20 David Bateman <dbateman@free.fr> |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2907 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2908 * general/tril.m, general/triu.m: Fail if input is a structure. |
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2909 |
7617 | 2910 * miscellaneous/cast.m: Also allow cast to "char". |
2911 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2912 * general/rotdim.m: Ensure k is an integer scale. |
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2913 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2914 * general/circshift.m: If matrix is empty fast return. |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2915 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2916 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2917 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2918 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2919 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2920 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2921 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2922 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2923 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2924 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2925 |
7610 | 2926 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2927 | |
2928 * signal/sinetone.m: Ensure integral number of samples. | |
2929 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2930 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2931 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2932 * plot/__go_draw_axes__.m: Additional correction for symbol codes. |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2933 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2934 2008-03-19 Ben Abbott <bpabbott@mac.com> |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2935 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2936 * statistics/base/mode.m: Add NDArray tests. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2937 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2938 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
7604
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2939 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2940 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2941 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2942 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2943 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2944 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2945 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2946 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2947 * statistics/base/mode.m: Fix for row vectors. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2948 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2949 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2950 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2951 * plot/__go_draw_axes__.m: Don't divide the marker size by 6 |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2952 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2953 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2954 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2955 2008-03-18 Ben Abbott <bpabbott@mac.com> |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2956 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2957 * specfun/beta.m: Fix for negative inputs. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2958 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2959 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu> |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2960 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2961 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2962 |
7592 | 2963 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2964 | |
2965 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2966 style to default to avoid wrong mesh color in some cases. | |
2967 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2968 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2969 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2970 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2971 internally. Return vi and not yi. Add test code. |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2972 |
7583
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2973 2008-03-11 John W. Eaton <jwe@octave.org> |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2974 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2975 * plot/__go_draw_axes__.m: Use get to access hidden properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2976 Use strcmpi when comparing string properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2977 |
7592 | 2978 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2979 | |
7582 | 2980 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2981 | |
2982 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2983 Allow plotting of uniform colored mesh plots with and | |
2984 w/o hidden line removal. | |
2985 | |
2986 2008-03-11 David Bateman <dbateman@free.fr> | |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2987 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2988 * io/dlmwrite.m, io/csvread.m, io/csvwrite.m: Files ported from |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2989 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2990 * io/Makefile.in (SOURCES): Add them here. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2991 |
7569 | 2992 2008-03-07 John W. Eaton <jwe@octave.org> |
2993 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2994 * plot/contourf.m: Set axes layer property to "top". |
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2995 |
7569 | 2996 * plot/__go_draw_axes__.m: Handle tickdir property. |
2997 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2998 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2999 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3000 * plot/hist.m: Avoid temporaries. |
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3001 Allow matrix arguments when number of bins > 30. |
7568 | 3002 From Robert S. Mahurin <rob@utk.edu>. |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3003 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3004 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3005 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3006 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6. |
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3007 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3008 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3009 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3010 2008-03-05 Ben Abbott <bpabbott@mac.com> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3011 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3012 * polynomial/roots.m: Catch Infs and/or NaNs. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3013 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3014 2008-03-05 Sebastien Loisel <loisel@temple.edu> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3015 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3016 * polynomial/roots.m: Apply a scaling factor to the removal of the |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3017 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3018 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3019 2008-03-04 John W. Eaton <jwe@octave.org> |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3020 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3021 * plot/print.m: Fix oops in applying last change. |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3022 |
7551 | 3023 2008-03-04 Bill Denney <bill@denney.ws> |
3024 | |
7557 | 3025 * plot/allchild.m, plot/findall.m: New functions. |
3026 * plot/Makefile.in (SOURCES): Add them to the list. | |
3027 | |
7551 | 3028 * geometry/rectint.m: New function. |
7557 | 3029 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 3030 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3031 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> |
7548
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3032 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3033 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3034 isspace handling with cell arrays of strings. |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3035 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3036 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 3037 |
3038 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
3039 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3040 * plot/print.m: Accept a figure handle as an optional input. |
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3041 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3042 2008-02-29 John W. Eaton <jwe@octave.org> |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3043 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3044 * plot/print.m: Handle gif and jpg devices. |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3045 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3046 2008-02-28 John W. Eaton <jwe@octave.org> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3047 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3048 * plot/__go_draw_axes__.m (get_old_gnuplot_color): New subfunction. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3049 Use it to replace repeated if/elseif blocks. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3050 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3051 2008-02-28 Kai Habel <kai.habel@gmx.de> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3052 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3053 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3054 "none", don't use pm3d mode and set linestyle correctly. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3055 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3056 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3057 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3058 * control/system/zpout.m, finance/irr.m, general/int2str.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3059 general/num2str.m, miscellaneous/bug_report.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3060 miscellaneous/copyfile.m, miscellaneous/dir.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3061 miscellaneous/edit.m, miscellaneous/fullfile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3062 miscellaneous/mkoctfile.m, miscellaneous/movefile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3063 miscellaneous/tempdir.m, miscellaneous/unpack.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3064 path/__extractpath__.m, pkg/pkg.m, plot/__ezplot__.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3065 plot/__go_draw_axes__.m, plot/legend.m, plot/print.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3066 signal/spectral_adf.m, signal/spectral_xdf.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3067 statistics/tests/z_test.m, statistics/tests/z_test_2.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3068 strings/Makefile.in, strings/strcat.m, strings/strvcat.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3069 testfun/assert.m, testfun/demo.m, testfun/speed.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3070 testfun/test.m: Use cstrcat instead of strcat. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3071 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3072 * strings/strcat.m: New compatible version. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3073 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3074 * strings/cstrcat.m: Rename from strings/strcat.m. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3075 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3076 2008-02-25 John W. Eaton <jwe@octave.org> |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3077 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3078 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3079 |
7525 | 3080 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
3081 | |
3082 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
3083 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3084 2008-02-24 John W. Eaton <jwe@octave.org> |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3085 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3086 * specfun/log2.m: Ensure returned value of F strictly less than 1. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3087 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3088 |
7518 | 3089 2008-02-22 Ben Abbott <bpabbott@mac.com> |
3090 | |
3091 * specfun/legendre.m: Doc fix. | |
3092 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3093 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3094 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3095 * sparse/pcg.m, sparse/spdiags, spstats.m: Remove references to |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3096 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3097 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3098 2008-02-22 John W. Eaton <jwe@octave.org> |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3099 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3100 * miscellaneous/fullfile.m: Improve handling of empty args and |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3101 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3102 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3103 * control/base/__stepimp__.m: Don't use subplot for just one plot. |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3104 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3105 2008-02-21 John W. Eaton <jwe@octave.org> |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3106 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3107 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3108 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3109 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3110 * plot/errorbar.m: If nargout > 0, return vector of handles to |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3111 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3112 * plot/__go_draw_axes__.m: Improve handling of line style for |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3113 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3114 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3115 2008-02-20 Marco Caliari <marco.caliari@univr.it> |
7507
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3116 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3117 * specfun/legendre.m: Accept normalization options ("sch", "norm"), |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3118 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3119 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3120 2008-02-20 John W. Eaton <jwe@octave.org> |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3121 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3122 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3123 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3124 2008-02-20 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3125 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3126 * sparse/colperm.m, sparse/nonzero.m, sparse/spdiags.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3127 sparse/spfun.m, sparse/spones.m, sparse/sprand.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3128 sparse/sprandn.m, sparse/sprandsym.m, sparse/spy.m: Use generic |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3129 version of find rather than spfind. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3130 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3131 2008-02-19 Ben Abbott <bpabbott@mac.com> |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3132 |
7502
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
3133 * miscellaneous/edit.m: New option EDITINPLACE. Prefer file list |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
3134 rather than path list. Return option structure with "get all". |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
3135 |
7501 | 3136 * polynomial/polyfit.m: Use QR decomposition. Handle |
3137 normalization option. | |
3138 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
3139 generate 50% prediction intervals. | |
3140 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3141 * miscellaneous/ver.m: Include package version information in |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3142 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3143 |
7498 | 3144 2008-02-19 John W. Eaton <jwe@octave.org> |
3145 | |
3146 * pkg/pkg.m: Style fixes. | |
3147 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3148 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 3149 |
3150 * pkg/pkg.m: Handle 'describe' command. | |
3151 (parse_pkg_idx, print_package_description): New subfunctions. | |
3152 | |
7493 | 3153 2008-02-19 Bill Denney <bill@denney.ws> |
3154 | |
3155 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
3156 elements wide. | |
3157 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3158 2008-02-18 David Bateman <dbateman@free.fr> |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3159 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3160 * general/rem.m, general/mod.m: Treat integer types correctly. |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3161 |
7485 | 3162 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3163 | |
3164 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3165 * general/runlength.m: New function from Paul Kienzle. | |
3166 | |
7484 | 3167 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3168 | |
3169 * linear-algebra/cond.m: New optional second argument to | |
3170 specify 1-norm, inf-norm, or frobenius-norm. | |
3171 | |
7475 | 3172 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3173 | |
3174 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3175 body. Allow the linespec to specify the arrow color. | |
3176 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3177 2008-02-12 David Bateman <dbateman@free.fr> |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3178 |
7474 | 3179 * miscellaneous/cast.m: Also treat the logical type. |
3180 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3181 * plot/__go_draw_axes__.m: Set pm3d implict to fix colorbars on |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3182 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3183 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3184 * plot/__go_draw_axes__.m: Use the cdatamapping property to set |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3185 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3186 * plot/__img__.m: Set cdatamapping to "direct". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3187 * plot/imagesc.m: Set cdatamapping to "scaled". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3188 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3189 2008-02-08 Julien Pommier <pommier@pianoteq.com> |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3190 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3191 * audio/wavread.m: Limit data read to end of data chunk. |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3192 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3193 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3194 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3195 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3196 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3197 * plot/__go_draw_axes__.m: Respect the linewidth for patch objects. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3198 |
7436 | 3199 2008-02-01 Dave Goel <deego3@gmail.com> |
3200 | |
3201 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3202 | |
7434 | 3203 2008-02-01 Bill Denney <bill@denney.ws> |
3204 | |
3205 * time/weekday.m: Allow vector inputs and speed up. | |
3206 * time/eomday.m: Return column vector for column vector inputs. | |
3207 | |
7429 | 3208 2008-01-30 John W. Eaton <jwe@octave.org> |
3209 | |
7434 | 3210 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3211 revision". | |
3212 | |
7431 | 3213 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3214 __plt2vs__.m in the list. | |
3215 | |
7430 | 3216 * miscellaneous/tempdir.m: Append filesep to name for |
3217 compatibility. Warn if not a directory or directory does not | |
3218 exist. | |
3219 | |
7429 | 3220 * strings/deblank.m: Improve compatibility. |
3221 | |
7428 | 3222 2008-01-29 John W. Eaton <jwe@octave.org> |
3223 | |
3224 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3225 | |
3226 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3227 |
3228 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3229 Return the label handle, not the current axis handle. | |
3230 | |
7421 | 3231 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3232 | |
3233 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3234 abscissa. | |
3235 | |
3236 2008-01-25 David Bateman <dbateman@free.fr> | |
3237 | |
7423 | 3238 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3239 * plot/__scatter__.m: Remove NaN values from data. |
3240 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3241 | |
7418 | 3242 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3243 | |
3244 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3245 | |
3246 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3247 | |
3248 * geometry/griddata3.m: Call griddata, not gridata. | |
3249 | |
7415 | 3250 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3251 | |
3252 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3253 | |
7411 | 3254 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3255 | |
3256 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3257 Move tests here from test/test_linalg.m. | |
3258 | |
3259 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3260 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3261 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3262 special-matrix/hankel.m, special-matrix/hilb.m, | |
3263 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3264 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3265 Move tests here from test/test_matrix.m. | |
3266 | |
3267 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3268 Move tests here from test/test_number.m. | |
3269 | |
3270 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3271 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3272 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3273 polynomial/polyvalm.m, polynomial/roots.m: | |
3274 Move tests here from test/test_poly.m. | |
3275 | |
3276 * signal/unwrap.m: | |
3277 Move tests here from test/test_signal.m. | |
3278 | |
3279 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3280 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3281 statistics/base/mean.m, statistics/base/median.m, | |
3282 statistics/base/skewness.m, statistics/base/std.m: | |
3283 Move tests here from test/test_stats.m. | |
3284 | |
3285 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3286 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3287 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3288 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3289 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3290 strings/substr.m: | |
3291 Move tests here from test/test_string.m. | |
3292 | |
3293 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3294 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3295 time/date.m, time/etime.m, time/is_leap_year.m: | |
3296 Move tests here from test/test_system.m. | |
3297 | |
7410 | 3298 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3299 | |
3300 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3301 Simplify initial checks on argument values. | |
3302 | |
7408 | 3303 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3304 | |
3305 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3306 implementation of the gnuplot-based graphics backend (derived from | |
3307 drawnow.m). | |
3308 * plot/drawnow.m: Deleted (converted to C++). | |
3309 | |
7401 | 3310 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3311 | |
3312 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3313 New tests. | |
3314 | |
7399 | 3315 2008-01-18 John W. Eaton <jwe@octave.org> |
3316 | |
3317 * optimization/sqp.m: End each function with endfunction. | |
3318 | |
7398 | 3319 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3320 | |
3321 * polynomial/residue.m: For each group of pole multiplicity, set | |
3322 the poles of the group to the value of the group's average. | |
3323 | |
7396 | 3324 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3325 | |
3326 * plot/print.m: Handle PDF output. | |
3327 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3328 | |
7392 | 3329 2008-01-17 John W. Eaton <jwe@octave.org> |
3330 | |
7393 | 3331 * path/savepath.m: Print newline before initial comment line. |
3332 Double up single quote characters. | |
3333 * path/__extractpath__.m: Return just the path as a string. | |
3334 Undo single quote character doubling. | |
3335 | |
3336 * path/pathdef.m: Avoid eval. Simplify. | |
3337 | |
7392 | 3338 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3339 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3340 avoid possible file descriptor leak. | |
3341 | |
3342 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3343 | |
3344 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3345 * startup/main-rcfile: Call atexit ("__finish__"). | |
3346 | |
7388 | 3347 2008-01-16 John W. Eaton <jwe@octave.org> |
3348 | |
7390 | 3349 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3350 Use it to disable enhanced mode for individual labels and titles. | |
3351 | |
7392 | 3352 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3353 (install install-strip, uninstall): Handle function files. |
3354 | |
3355 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3356 | |
7392 | 3357 * startup/__finish__.m: New file. |
3358 * path/__extractpath__.m, path/matlabroot.m, | |
3359 path/pathdef.m: New files. | |
7388 | 3360 * path/Makefile.in (SOURCES): Add them to the list. |
3361 | |
7385 | 3362 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3363 | |
7387 | 3364 * special-matrix/vander.m: Vectorize. New test. |
3365 | |
7385 | 3366 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3367 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3368 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3369 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3370 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3371 Move tests here from test/test_arith.m. | |
3372 | |
7382 | 3373 2008-01-15 John W. Eaton <jwe@octave.org> |
3374 | |
3375 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3376 | |
7379 | 3377 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3378 | |
3379 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3380 Call __get__ instead of get. | |
3381 | |
3382 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3383 | |
3384 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3385 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3386 hermitian operator. | |
3387 | |
7376 | 3388 2008-01-14 Bill Denney <bill@denney.ws> |
3389 | |
3390 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3391 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3392 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3393 |
3394 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3395 image/rgb2ntsc.m: Also accept images as input. | |
3396 | |
3397 * image/gray2ind.m: Handle image type other than double. | |
3398 Improve error checking and documentation. | |
3399 | |
7371 | 3400 2008-01-14 John W. Eaton <jwe@octave.org> |
3401 | |
7372 | 3402 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3403 instead of calling tolower on first arg. Default font name is | |
3404 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3405 (__maybe_munge_text__): Fix typo. | |
3406 | |
7371 | 3407 * optimization/sqp.m: Fix function definitions in test code. |
3408 | |
7361 | 3409 2008-01-12 John W. Eaton <jwe@octave.org> |
3410 | |
3411 * plot/gnuplot_binary.in: New file. | |
3412 * plot/gnuplot_binary.m: Delete. | |
3413 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3414 (SOURCES_IN, GEN_M): New macros. | |
3415 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3416 (FCN_FILES): Include $(GEN_M) in the list. | |
3417 (all): Depend on $(GEN_M). | |
3418 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3419 (distclean): Also remove $(GEN_M). |
7361 | 3420 |
3421 2008-01-11 John W. Eaton <jwe@octave.org> | |
3422 | |
3423 * optimization/sqp.m: New test from example in doc string. | |
3424 | |
7360 | 3425 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3426 | |
3427 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3428 to more than one multiplicity group. | |
3429 | |
7358 | 3430 2008-01-10 John W. Eaton <jwe@octave.org> |
3431 | |
3432 * plot/gnuplot_binary.m: New file. | |
3433 * plot/Makefile.in (SOURCES): Add it to the list. | |
3434 | |
7355 | 3435 2008-01-09 John W. Eaton <jwe@octave.org> |
3436 | |
3437 * plot/drawnow.m: Fail if filename includes a directory part that | |
3438 does not exist. | |
3439 | |
7352 | 3440 2008-01-07 John W. Eaton <jwe@octave.org> |
3441 | |
3442 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3443 Error if glob call fails to match any files. | |
3444 | |
7346 | 3445 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3446 | |
3447 * strings/strtrim.m: Doc fix. | |
3448 | |
7345 | 3449 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3450 | |
3451 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3452 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3453 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3454 |
3455 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3456 | |
7341 | 3457 2008-01-02 John W. Eaton <jwe@octave.org> |
3458 | |
3459 * plot/print.m: Correctly handle pbm terminal. | |
3460 | |
7340 | 3461 2007-12-28 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3464 extensions. | |
3465 | |
7337 | 3466 2007-12-28 David Bateman <dbateman@free.fr> |
3467 | |
3468 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3469 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3470 * Makefile.in (SOURCES): Add to the sources. | |
3471 | |
3472 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3473 | |
3474 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3475 Remove unnecessary call of size function. | |
3476 | |
7334 | 3477 2007-12-21 John W. Eaton <jwe@octave.org> |
3478 | |
3479 Version 3.0.0 released. | |
3480 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3481 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3482 |
3483 * image/imshow.m: Accept empty value for display_range. | |
3484 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3485 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3486 |
3487 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3488 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3489 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3490 |
3491 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3492 display ranges correctly. | |
3493 | |
7327 | 3494 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3495 Peter A. Gustafson <petegus@umich.edu> | |
3496 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3497 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3498 |
7325 | 3499 2007-12-19 John W. Eaton <jwe@octave.org> |
3500 | |
3501 * miscellaneous/edit.m: New function. | |
3502 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3503 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3504 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3505 |
3506 * plot/__bar__.m: Handle "basevalue" option. | |
3507 * plot/__bars__.m: New arg, base_value. | |
3508 | |
7321 | 3509 2007-12-17 David Bateman <dbateman@free.fr> |
3510 | |
3511 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3512 * plot/Makefiles (SOURCES): Add them to the sources | |
3513 * plot/polar.m: Set the x and y limits to the maximum polar | |
3514 radius. Set the axes to be square. | |
3515 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3516 and print axis at zero if this is used. | |
3517 | |
3518 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3519 contours can overlay pcolor plots. Priveldge no hidden line | |
3520 removal when there are multiple objects in the plot. | |
3521 | |
7320 | 3522 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3523 | |
3524 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3525 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3526 | |
7319 | 3527 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3528 | |
3529 * miscellaneous/run.m: Replace script with f when looking for | |
3530 file to run. | |
3531 | |
7316 | 3532 2007-12-14 David Bateman <dbateman@free.fr> |
3533 | |
7317 | 3534 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3535 * plot/contour.m: Doc fix. | |
3536 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3537 Include linetype in withclause. | |
3538 | |
7316 | 3539 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3540 Use it to determine dimensions. Consolidate all 3-d settings. | |
3541 | |
7315 | 3542 2007-12-13 John W. Eaton <jwe@octave.org> |
3543 | |
3544 * image/imshow.m: Turn axis visibility off. | |
3545 Don't scale true color images. | |
3546 * image/image.m: Set axis layer property to "top". | |
3547 | |
7307 | 3548 2007-12-12 John W. Eaton <jwe@octave.org> |
3549 | |
7313 | 3550 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3551 | |
3552 * plot/pie.m: Avoid calling "exist". | |
3553 | |
7309 | 3554 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3555 Condense argument processing logic. Allow 6 arguments. |
3556 Use issquare. Avoid calling "exist". | |
7309 | 3557 |
7307 | 3558 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3559 | |
7305 | 3560 2007-12-12 David Bateman <dbateman@free.fr> |
3561 | |
3562 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3563 * plot/Makefile.in (SOURCES): Add to the sources. | |
3564 | |
7290 | 3565 2007-12-11 John W. Eaton <jwe@octave.org> |
3566 | |
7298 | 3567 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3568 * plot/surface.m: Not here. | |
3569 | |
7297 | 3570 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3571 subsequent "unset grid" if there is no grid. | |
3572 | |
7296 | 3573 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3574 | |
7293 | 3575 * plot/surface.m: Don't set facecolor property in call to |
3576 __go_surface__. | |
3577 | |
7290 | 3578 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3579 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3580 | |
7292 | 3581 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3582 | |
7295 | 3583 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3584 color string is not taken as z value. | |
3585 | |
7292 | 3586 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3587 zgrid to "on" and box to "off" for used axes. | |
3588 | |
3589 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3590 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3591 | |
7286 | 3592 2007-12-11 David Bateman <dbateman@free.fr> |
3593 | |
7288 | 3594 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3595 | |
7287 | 3596 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3597 * statistics/base/mode.m: Ditto. | |
3598 | |
7286 | 3599 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3600 object handles are all now non integer. | |
3601 | |
7278 | 3602 2007-12-10 John W. Eaton <jwe@octave.org> |
3603 | |
7282 | 3604 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3605 | |
7281 | 3606 * general/issymmetric.m: Use ' instead of .' for compatibility |
3607 with previous versions of Octave. | |
3608 * general/ishermitian.m: Delete. | |
7285 | 3609 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3610 |
7280 | 3611 * plot/fplot.m: In N is not specified, increase initial number of |
3612 points from 3 and 5 to 5 and 8. | |
3613 | |
7279 | 3614 * signal/detrend.m: Move tests here from test/test_signal.m. |
3615 Loosen tolerance on first test from 10*eps to 20*eps. | |
3616 | |
7278 | 3617 * finance/rate.m: Don't request info from fsolve. |
3618 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3619 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3620 |
3621 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3622 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3623 | |
7276 | 3624 2007-12-10 David Bateman <dbateman@free.fr> |
3625 | |
3626 * image/image.m: Rewritten to allow trailing properties to be | |
3627 passed to underlying image object. | |
3628 * image/__img__.m: Pass additional arguments to __go_image__. | |
3629 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3630 | |
7274 | 3631 2007-12-10 John W. Eaton <jwe@octave.org> |
3632 | |
3633 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3634 front" to gnuplot. | |
3635 | |
7271 | 3636 2007-12-10 David Bateman <dbateman@free.fr> |
3637 | |
7274 | 3638 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3639 border front" from images. |
7274 | 3640 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3641 * plot/pcolor.m: Set axis "box" property. | |
3642 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3643 Mark as commands. | |
7271 | 3644 |
7269 | 3645 2007-12-07 David Bateman <dbateman@free.fr> |
3646 | |
3647 * plot/surf.m: Don't set facecolor property. | |
3648 | |
7265 | 3649 2007-12-06 John W. Eaton <jwe@octave.org> |
3650 | |
7269 | 3651 * plot/print.m: Pass mono to drawnow. |
3652 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3653 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3654 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3655 disable color specifications. | |
3656 | |
7265 | 3657 * general/issymmetric.m: Move tests here from test/test_number.m |
3658 | |
3659 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3660 | |
3661 * general/issymmetric.m: To keep its argument sparse and the | |
3662 function quick, use the infinity norm rather than the 2-norm. | |
3663 Also measure the symmetric part rather than the Hermitian part. | |
3664 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3665 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3666 | |
7248 | 3667 2007-12-04 John W. Eaton <jwe@octave.org> |
3668 | |
7257 | 3669 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3670 text and label commands if font is "*". | |
3671 | |
7248 | 3672 * linear-algebra/krylov.m: Doc fixes. |
3673 From Marco Caliari <caliari@sci.univr.it>. | |
3674 | |
7250 | 3675 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3676 | |
3677 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3678 Add "## PKG_ADD: mark_as_command axis" line. | |
3679 | |
7245 | 3680 2007-12-03 John W. Eaton <jwe@octave.org> |
3681 | |
3682 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3683 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3684 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3685 Generate demos from examples. | |
3686 | |
7240 | 3687 2007-12-03 David Bateman <dbateman@free.fr> |
3688 | |
7243 | 3689 * testfun/test.m: Disable "testif" test block to avoid spurious |
3690 skipped test for "make check". Avoid printing variables for | |
3691 skipped tests. | |
3692 | |
7242 | 3693 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3694 | |
7240 | 3695 * plot/plotyy.m: Use activepositionproperty property of axes |
3696 object. Set second axis color to "none". | |
3697 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3698 property of the axis objects. | |
3699 | |
7239 | 3700 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3701 | |
3702 * linear-algebra/condest.m: Loosen tolerance in test. | |
3703 | |
7236 | 3704 2007-12-02 John W. Eaton <jwe@octave.org> |
3705 | |
3706 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3707 get_data_limits. | |
3708 | |
7222 | 3709 2007-11-30 John W. Eaton <jwe@octave.org> |
3710 | |
3711 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3712 (get_data_limits, get_axis_limits): Delete. | |
3713 | |
7228 | 3714 2007-11-30 David Bateman <dbateman@free.fr> |
3715 | |
7235 | 3716 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3717 | |
7228 | 3718 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3719 tick labels rather than one by one on the labels themselves. | |
3720 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3721 95% crossing fixed. | |
3722 | |
7217 | 3723 2007-11-29 David Bateman <dbateman@free.fr> |
3724 | |
7220 | 3725 * plot/pareto.m: New file. |
3726 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3727 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3728 marks to avoid gnuplot error about formating. More colorspec to | |
3729 after the tics. | |
3730 * plot/plotyy.m: More generic check for appropriate axis color. | |
3731 | |
7217 | 3732 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3733 2- and 3-D. | |
3734 * plot/stem3.m: New function. | |
3735 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3736 * plot/stem.m: Adapt to use __stem__. | |
3737 | |
7216 | 3738 2007-11-29 John W. Eaton <jwe@octave.org> |
3739 | |
3740 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3741 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3742 requested. | |
3743 | |
3744 * plot/patch.m: Omit isnan check on handle returned from | |
3745 __plt_get_axis_arg__. | |
3746 | |
3747 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3748 but has no axes. | |
3749 | |
7215 | 3750 2007-11-28 David Bateman <dbateman@free.fr> |
3751 | |
3752 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3753 ancestor. If leading argument is logical set variable nogca to see | |
3754 if gca() should be called if there is no active handle found. | |
3755 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3756 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3757 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3758 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3759 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3760 __plt__get_axis_arg__ to find axis handle. | |
3761 * polar.m: Typo. | |
3762 | |
7213 | 3763 2007-11-28 John W. Eaton <jwe@octave.org> |
3764 | |
3765 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3766 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3767 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3768 |
3769 * plot/drawnow.m: Fix typo. | |
3770 | |
7206 | 3771 2007-11-27 David Bateman <dbateman@free.fr> |
3772 | |
7207 | 3773 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3774 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3775 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3776 | |
3777 * plot/meshz.m: New function. | |
3778 * plot/Makefile.in (SOURCES): Add it to the list. | |
3779 * plot/surface.m: Allow surface to accept an axis handle as the | |
3780 first argument. | |
3781 * plot/meshc.m: Extract z from the the surface object rather than | |
3782 varargin so that we can rely on code in surface to treat leading | |
3783 axis handles. | |
3784 | |
7206 | 3785 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3786 y2tics" in the case of a plotyy plot. | |
3787 * plot/plotyy.m: ensure the position property is set correct for | |
3788 the second axis, by setting it after the plot itself. In the case | |
3789 of a plot that returns multiple handles, base the color selection | |
3790 on the first. | |
3791 | |
7204 | 3792 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3793 | |
3794 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3795 z-value of vertex 'c3'. | |
3796 | |
7203 | 3797 2007-11-27 John W. Eaton <jwe@octave.org> |
3798 | |
3799 * image/image.m: Allow nargin == 0 case to work again. | |
3800 | |
7202 | 3801 2007-11-27 David Bateman <dbateman@free.fr> |
3802 | |
3803 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3804 colorbar, to ensure that the colorbar is on the canvas for png and | |
3805 postscipt outputs. | |
3806 | |
7189 | 3807 2007-11-26 David Bateman <dbateman@free.fr> |
3808 | |
7197 | 3809 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3810 return values. | |
3811 | |
7194 | 3812 * plot/plotyy.m: New function |
3813 * plot/Makefile.in (SOURCES): Add it here. | |
3814 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3815 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3816 {x|y}label to respect the axis position. | |
3817 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3818 handle as the first argument. | |
3819 | |
7192 | 3820 * pkg/pkg.m (pkg:install): When loading the installed packages |
3821 index into installed_pkgs_lst and not descriptions.. | |
3822 | |
7189 | 3823 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3824 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3825 * plot/quiver.m: Modify to use __quiver__.m. | |
3826 | |
3827 * plot/hist.m: Avoid saturation when the x values are in an | |
3828 inetger type. | |
3829 | |
3830 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3831 | |
3832 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3833 functions. | |
3834 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3835 | |
3836 2007-11-26 David Bateman <dbateman@free.fr> | |
3837 | |
3838 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3839 extent. | |
3840 | |
3841 * plot/colorbar.m: New function. | |
3842 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3843 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3844 precalculate the clim, set pm3d except for mesh. | |
3845 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3846 save the real values so that colorbar corresponds to the contour | |
3847 levels. | |
3848 | |
3849 * plot/stem.m: Set marker color the same as the line color. Draw | |
3850 a single discontinous line object for the stems. | |
3851 | |
3852 * plot/sphere.m: New function ported from JHandles. | |
3853 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3854 | |
3855 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3856 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3857 to get enhanced mode to work correctly for the X11 terminal. | |
3858 | |
3859 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3860 the reverse. Allow an axes handle to be passed and/or returned. | |
3861 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3862 | |
3863 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3864 sort surface patches by their depth and not the order they are | |
3865 rendered in. | |
3866 | |
3867 * plot/__patch__.m: Set clim correctly. | |
3868 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3869 the marker color is determined by the cmap. | |
3870 * plot/scatter.m: New function to 2D scatter plots. | |
3871 * plot/scatter3.m: New function to 3D scatter plots. | |
3872 * plot/__scatter__.m: Support function for scatter plots | |
3873 * Makefile.in (SOURCES): Ad dnew functions here. | |
3874 | |
3875 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3876 Return whether the terminal supports enhanced text or not. | |
3877 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3878 supports enhanced mode. | |
3879 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3880 __go_draw_axes__. | |
3881 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3882 needed to support the enhanced mode. | |
3883 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3884 drawnow.m. | |
3885 | |
3886 | |
3887 * plot/caxis.m: New function to control the color axis limits. | |
3888 * plot/Makefile.in (SOURCES): Include it. | |
3889 * plot/axis.m: Allow the first argument to be an axes handle. | |
3890 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3891 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3892 caxis limits. | |
3893 | |
3894 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3895 * image/Makefile.in (SOURCES): Include it. | |
3896 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3897 of the bars for the colormap. | |
3898 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3899 passed. | |
3900 * plot/__contour.m: Avoid possible divide by zero error. | |
3901 * plot/contour.m: Missing semicolon. | |
3902 * plot/surface.m: Don't attempt to set additional arguments if | |
3903 there are none. | |
3904 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3905 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3906 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3907 |
3908 * plot/__bar__.m: put bar creation code into separate function | |
3909 to allow easy hook up from other graphic backends | |
3910 | |
3911 * plot/__bars__.m: new function containing bar creation code | |
3912 | |
7186 | 3913 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3914 | |
3915 * general/accumarray.m: Correct dimension check. | |
3916 | |
7183 | 3917 2007-11-26 John W. Eaton <jwe@octave.org> |
3918 | |
3919 * polynomial/residue.m: Prepad along second dimension. | |
3920 From Doug Stewart <dastew@sympatico.ca>. | |
3921 | |
7181 | 3922 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3923 | |
7183 | 3924 * plot/cylinder.m, plot/slice.m: New functions. |
3925 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3926 |
7177 | 3927 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3928 | |
3929 * plot/patch.m: Handle arg may also be hggroup object. | |
3930 Use ancestor to find parent axes object. | |
3931 | |
7175 | 3932 2007-11-14 David Bateman <dbateman@free.fr> |
3933 | |
3934 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3935 flag to patch that it is not closed. Allow z to take string | |
3936 arguments and use it to flag that the contours are placed at the | |
3937 z level of the contour itself. | |
3938 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3939 objects as well. Let hidden removal take precedence in case of a | |
3940 conflict. | |
3941 * plot/surface.m: Allow surface to treat handles being passed or | |
3942 returned. Any additional arguments arr used to set the surface | |
3943 handle. | |
3944 * plot/contour3.m: New function | |
3945 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3946 | |
7173 | 3947 2007-11-14 John W. Eaton <jwe@octave.org> |
3948 | |
3949 * specfun/bessel.m: Update doc string from | |
3950 src/DLD-FUNCTIONS/besselj.cc. | |
3951 | |
7170 | 3952 2007-11-12 David Bateman <dbateman@free.fr> |
3953 | |
3954 * plot/contour.m: Allow handles to be passed and returned. Split | |
3955 the countour function itself into __contour__.m to be shared with | |
3956 surfc and meshc. | |
3957 * plot/__contour__.m: New file | |
3958 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3959 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3960 the face or edge if the facecolor or edge color are marked as | |
3961 "none". Allow the edgecolor to be determined by the cdata in the | |
3962 same manner as the facecolor. Fail if facecolor is not "none" and | |
3963 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3964 storage of 3D/4D data consistent between line, surface and patch | |
3965 objects. | |
3966 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3967 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3968 |
3969 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3970 Handle fontweight and fontangle properties. | |
3971 | |
7163 | 3972 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3973 | |
3974 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3975 * plot/Makefile.in (SOURCES): Add them to the list. | |
3976 | |
3977 2007-11-12 John W. Eaton <jwe@octave.org> | |
3978 | |
3979 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3980 Use it to avoid duplicated code. | |
3981 | |
7161 | 3982 2007-11-12 David Bateman <dbateman@free.fr> |
3983 | |
7162 | 3984 * plot/title.m: Fix return value for nargout > 0. |
3985 | |
3986 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3987 specified for the title, xlabel, ylabel and text objects. | |
3988 | |
7161 | 3989 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3990 4.0 and surface plots. | |
3991 | |
7160 | 3992 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3993 | |
3994 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3995 with X/Y/Z data. | |
3996 | |
7146 | 3997 2007-11-09 John W. Eaton <jwe@octave.org> |
3998 | |
7152 | 3999 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 4000 Correct logic in setting palette data. |
7152 | 4001 |
7151 | 4002 * audio/wavread.m, control/base/__bodquist__.m, |
4003 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
4004 control/system/c2d.m, control/system/is_detectable.m, | |
4005 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
4006 control/system/tfout.m, general/isdefinite.m, | |
4007 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
4008 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
4009 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
4010 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
4011 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
4012 testfun/test.m: Use specific end keywords. | |
4013 | |
7146 | 4014 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
4015 | |
4016 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
4017 | |
4018 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
4019 Don't change view if hold is on. | |
4020 | |
7142 | 4021 2007-11-09 David Bateman <dbateman@free.fr> |
4022 | |
7149 | 4023 * plot/hidden.m: New function. |
4024 * plot/Makefile.in (SOURCES): Add it here. | |
4025 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
4026 line removal. | |
4027 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
4028 removal and if it is "none" don't do hidden line removal. | |
4029 | |
7148 | 4030 * plot/legend.m: Also allow labels for surface and patch types. |
4031 * plot/__bar__.m: Split into separate patch pbjects to allow | |
4032 setting of the legend. | |
4033 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
4034 objects as well. | |
4035 | |
7146 | 4036 * plot/area.m, plot/__area__.m: New functions |
4037 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
4038 | |
7142 | 4039 * plot/patch.m: Correctly handle case of axis handle as first arg. |
4040 | |
7144 | 4041 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
4042 | |
4043 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
4044 | |
7131 | 4045 2007-11-08 John W. Eaton <jwe@octave.org> |
4046 | |
7133 | 4047 * control/base/dcgain.m, control/base/dre.m, |
4048 control/base/impulse.m, control/base/step.m, | |
4049 control/system/dmr2d.m, control/system/ord2.m, | |
4050 control/system/sys2ss.m, control/system/sysdimensions.m, | |
4051 control/system/sysgetsignals.m, control/system/sysout.m, | |
4052 control/system/tfout.m, control/system/ugain.m, | |
4053 control/system/zpout.m, control/util/strappend.m: | |
4054 Don't fail with usage message if nargout is too large. | |
4055 | |
7131 | 4056 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
4057 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4058 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 4059 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
4060 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
4061 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
4062 control/obsolete/rotg.m, control/obsolete/series.m, | |
4063 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
4064 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 4065 control/system/__syschnamesl__.m, |
4066 control/system/__syscont_disc__.m, | |
4067 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
4068 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
4069 control/system/abcddim.m, control/system/buildssic.m, | |
4070 control/system/c2d.m, control/system/cellidx.m, | |
4071 control/system/d2c.m, control/system/dmr2d.m, | |
4072 control/system/fir2sys.m, control/system/is_abcd.m, | |
4073 control/system/is_controllable.m, control/system/is_detectable.m, | |
4074 control/system/is_digital.m, control/system/is_observable.m, | |
4075 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4076 control/system/jet707.m, control/system/listidx.m, | |
4077 control/system/parallel.m, control/system/ss.m, | |
4078 control/system/ss2sys.m, control/system/ss2zp.m, | |
4079 control/system/starp.m, control/system/sys2ss.m, | |
4080 control/system/sys2tf.m, control/system/sys2zp.m, | |
4081 control/system/sysadd.m, control/system/sysappend.m, | |
4082 control/system/sysconnect.m, control/system/syscont.m, | |
4083 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 4084 control/system/sysdup.m, control/system/sysgetsignals.m, |
4085 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 4086 control/system/sysmult.m, control/system/sysout.m, |
4087 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 4088 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 4089 control/system/syssub.m, control/system/sysupdate.m, |
4090 control/system/tf.m, control/system/tf2ss.m, | |
4091 control/system/tf2sys.m, control/system/tfout.m, | |
4092 control/system/zp.m, control/system/zp2ss.m, | |
4093 control/system/zp2sys.m, control/system/zp2tf.m, | |
4094 control/system/zpout.m, control/util/__outlist__.m, | |
4095 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
4096 control/util/prompt.m, control/util/sortcom.m, | |
4097 control/util/zgfmul.m, control/util/zgfslv.m, | |
4098 control/util/zginit.m, control/util/zgreduce.m, | |
4099 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 4100 |
7130 | 4101 2007-11-08 David Bateman <dbateman@free.fr> |
4102 | |
4103 * plot/quiver.m: Fix arrowheads. | |
4104 | |
7128 | 4105 2007-11-07 Ben Abbott <bpabbott@mac.com> |
4106 | |
4107 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 4108 Handle "rows" argument. New tests. |
7128 | 4109 (cell_ismember): New function. |
4110 | |
7127 | 4111 2007-11-07 John W. Eaton <jwe@octave.org> |
4112 | |
4113 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4114 control/base/__stepimp__.m, control/base/are.m, | |
4115 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
4116 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
4117 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
4118 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
4119 control/base/ltifr.m, control/base/nichols.m, | |
4120 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
4121 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
4122 Style fixes. | |
4123 | |
7125 | 4124 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
4125 | |
4126 * control/base/bode_bounds.m, control/base/dgram.m, | |
4127 control/base/dlyap.m, control/base/freqchkw.m, | |
4128 control/base/gram.m, control/base/place.m, | |
4129 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
4130 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
4131 control/system/is_signal_list.m, control/system/ss2tf.m, | |
4132 control/system/sys2fir.m, control/system/sysgettsam.m, | |
4133 control/system/sysgettype.m, control/system/sysreorder.m, | |
4134 control/system/tf2sys.m, control/system/zp2tf.m, | |
4135 control/util/axis2dlim.m, control/util/swap.m, | |
4136 control/util/zgfmul.m, control/util/zgfslv.m, | |
4137 control/util/zginit.m, control/util/zgreduce.m, | |
4138 control/util/zgrownorm.m, control/util/zgscal.m, | |
4139 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
4140 geometry/inpolygon.m, linear-algebra/housh.m, | |
4141 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
4142 miscellaneous/run.m, quaternion/qconj.m, | |
4143 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
4144 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
4145 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
4146 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
4147 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
4148 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
4149 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
4150 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
4151 statistics/distributions/empirical_cdf.m, | |
4152 statistics/distributions/empirical_inv.m, | |
4153 statistics/distributions/empirical_pdf.m, | |
4154 statistics/models/logistic_regression_derivatives.m, | |
4155 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
4156 | |
7118 | 4157 2007-11-07 David Bateman <dbateman@free.fr> |
4158 | |
7120 | 4159 * general/gradient.m: Correctly convert deltax and deltay scalar |
4160 values are scalars to vectors. | |
4161 | |
7119 | 4162 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4163 the meshc.m function. | |
4164 * plot/meshc.m: Also use the surface function. | |
4165 | |
7120 | 4166 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4167 * plot/Makefile.in (SOURCES): Add them to the list. |
4168 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4169 | |
7117 | 4170 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4171 | |
4172 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4173 | |
7115 | 4174 2007-11-07 John W. Eaton <jwe@octave.org> |
4175 | |
4176 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4177 the data limits are infinite. | |
4178 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4179 (get_axis_limits): Don't do anything if min_val or max_val are | |
4180 infinite. | |
4181 | |
7112 | 4182 2007-11-06 David Bateman <dbateman@free.fr> |
4183 | |
4184 * plot/hist.m: Pass any additional arguments to bar for | |
4185 treatment. Create a default x value that is always a vector. | |
4186 | |
7111 | 4187 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4188 | |
4189 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4190 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4191 |
4192 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4193 | |
4194 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4195 New files. | |
4196 * plot/mesh.m: Call surface to do the real work. | |
4197 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4198 properties. | |
4199 | |
4200 * image/colormap.m: Also return current colormap if nargout and | |
4201 nargin are both 0. | |
4202 | |
7106 | 4203 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4204 | |
4205 * startup/inputrc: Delete key bindings starting with \340 code. | |
4206 | |
7112 | 4207 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4208 |
4209 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4210 to avoid issues of over- and underflow. From Rolf Fabian | |
4211 <Rolf.Fabian@gmx.de>. | |
4212 | |
7097 | 4213 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4214 | |
4215 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4216 help texts. | |
4217 | |
7096 | 4218 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4219 | |
4220 * plot/bar.m, plot/barh.m: Doc fix. | |
4221 | |
7094 | 4222 2007-10-31 John W. Eaton <jwe@octave.org> |
4223 | |
4224 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4225 | |
7086 | 4226 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4227 | |
4228 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4229 objects and legend objects are implemented with a separate axes | |
4230 object. | |
4231 | |
7078 | 4232 2007-10-30 David Bateman <dbateman@free.fr> |
4233 | |
7081 | 4234 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4235 | |
7078 | 4236 * plot/__go_draw_axes__.m (do_linestyle_command): |
4237 Use point type 0 for ".". | |
4238 | |
7073 | 4239 2007-10-26 John W. Eaton <jwe@octave.org> |
4240 | |
7074 | 4241 * image/imshow.m: Improve compatibility. |
4242 * image/image.m: Return handle if nargou > 0. | |
4243 | |
7073 | 4244 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4245 | |
7069 | 4246 2007-10-25 John W. Eaton <jwe@octave.org> |
4247 | |
4248 * miscellaneous/compare_versions.m: Style fixes. | |
4249 | |
7060 | 4250 2007-10-24 John W. Eaton <jwe@octave.org> |
4251 | |
7061 | 4252 * image/saveimage.m: Use functional form of save instead of eval. |
4253 Use -text instead of -ascii. | |
4254 | |
7060 | 4255 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4256 | |
7054 | 4257 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4258 | |
4259 * plot/legend.m: Also extract location string from varargin (lost | |
4260 when 2007-10-08 patch was applied). | |
4261 | |
7049 | 4262 2007-10-23 David Bateman <dbateman@free.fr> |
4263 | |
4264 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4265 miscellaneous/what.m: New functions | |
4266 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4267 functions. | |
4268 | |
7045 | 4269 2007-10-22 David Bateman <dbateman@free.fr> |
4270 | |
4271 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4272 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4273 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4274 | |
7042 | 4275 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4276 | |
4277 * plot/contourf.m: New function. | |
4278 * plot/Makefile.in (SOURCES): Add it to the list. | |
4279 | |
7040 | 4280 2007-10-19 John W. Eaton <jwe@octave.org> |
4281 | |
4282 * plot/subplot.m: Doc fix. | |
4283 | |
7039 | 4284 2007-10-19 David Bateman <dbateman@free.fr> |
4285 | |
7041 | 4286 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4287 |
7037 | 4288 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4289 | |
4290 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4291 output. | |
4292 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4293 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4294 |
4295 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4296 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4297 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4298 control/system/syssetsignals.m, control/base/lqg.m, | |
4299 strings/str2double.m, control/system/sysscale.m, | |
4300 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4301 Make help text fit on pages when using smallbook. | |
4302 | |
7028 | 4303 2007-10-15 David Bateman <dbateman@free.fr> |
4304 | |
7032 | 4305 * plot/print.m: Call drawnow before printing to ensure the plot is |
4306 on the screen. | |
4307 | |
7028 | 4308 * testfun/test.m: In error/warning blocks test for an error before |
4309 a warning to avoid unexpected failures. | |
4310 | |
7027 | 4311 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4312 | |
4313 * testfun/assert.m: Correct documentation of absolution versus | |
4314 relative error tolerance and add tests. | |
4315 | |
7024 | 4316 2007-10-14 David Bateman <dbateman@free.fr> |
4317 | |
4318 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4319 src directory. | |
4320 * plot/Makefile.in (SOURCES): Add fill.m. | |
4321 | |
7020 | 4322 2007-10-13 David Bateman <dbateman@free.fr> |
4323 | |
4324 * plot/__patch__.m: Allow multiple patches to be defined and | |
4325 return a single patch object. Allow Faces/Vertices form of | |
4326 patch. Flag failure so the patch can call print_usage. | |
4327 * plot/patch.m: Update help string for Faces/Vertices | |
4328 call. Respect the fail flag returned by __patch__. Add demo code | |
4329 that tests the functionality of patch. | |
4330 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4331 patch object. | |
4332 * plot/fill.m: New function. | |
4333 | |
7016 | 4334 2007-10-12 John W. Eaton <jwe@octave.org> |
4335 | |
4336 * Change copyright notices in all files that are part of Octave to | |
4337 GPLv3 or any later version. | |
4338 | |
7012 | 4339 2007-10-11 John W. Eaton <jwe@octave.org> |
4340 | |
4341 * plot/__go_draw_axes__.m (get_axis_limits): | |
4342 Return lim = [] if logscale and no positive values. | |
4343 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4344 Set initial min and min positive values to Inf, max values to -Inf. | |
4345 (get_data_limits): Correctly handle xminp when no positive values | |
4346 are found. | |
4347 | |
7011 | 4348 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4349 | |
4350 * polynomial/residue.m: New optional input for pole multiplicity. | |
4351 Doc fix. Fix tests. | |
4352 | |
7010 | 4353 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4354 | |
4355 * toplev.cc (Foctave_config_info): Add field "mac". | |
4356 | |
4357 * miscellaneous/ismac.m: New function. | |
4358 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4359 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4360 | |
7009 | 4361 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4362 | |
4363 * statistics/distributions/hygernd.m: Allow size to be specified | |
4364 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4365 scalars or matrices of a common size. | |
4366 | |
7007 | 4367 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4368 | |
4369 * control/csrefcard.lt, control/system/is_detectable.m, | |
4370 control/system/sysgroup.m, geometry/voronoin.m, | |
4371 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4372 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4373 statistics/distributions/binornd.m, | |
4374 statistics/distributions/cauchy_rnd.m, | |
4375 statistics/distributions/chi2rnd.m, | |
4376 statistics/distributions/discrete_rnd.m, | |
4377 statistics/distributions/exprnd.m, | |
4378 statistics/distributions/frnd.m, | |
4379 statistics/distributions/gamrnd.m, | |
4380 statistics/distributions/geornd.m, | |
4381 statistics/distributions/laplace_rnd.m, | |
4382 statistics/distributions/logistic_rnd.m, | |
4383 statistics/distributions/lognrnd.m, | |
4384 statistics/distributions/nbinrnd.m, | |
4385 statistics/distributions/normrnd.m, | |
4386 statistics/distributions/poissrnd.m, | |
4387 statistics/distributions/stdnormal_rnd.m, | |
4388 statistics/distributions/trnd.m, | |
4389 statistics/distributions/unifrnd.m, | |
4390 statistics/distributions/wblrnd.m: Spelling fixes. | |
4391 | |
7005 | 4392 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4393 | |
4394 * time/tic.m: New optional output value. | |
4395 | |
4396 * general/int2str.m: Doc fix. | |
4397 | |
7002 | 4398 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4399 | |
4400 * statistics/distributions/hygecdf.m, | |
4401 statistics/distributions/hygeinv.m, | |
4402 statistics/distributions/hygepdf.m, | |
4403 statistics/distributions/hygernd.m: | |
4404 Swap order of T and M args for compatibility. | |
4405 | |
7001 | 4406 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4407 | |
4408 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4409 control/system/buildssic.m, control/system/c2d.m, | |
4410 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4411 control/system/ss2sys.m, control/system/ss2tf.m, | |
4412 control/system/syscont.m, control/system/sysdimensions.m, | |
4413 control/system/sysdisc.m, control/system/sysmult.m, | |
4414 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4415 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4416 general/interp1.m, general/interp2.m, general/interp3.m, | |
4417 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4418 general/rat.m, general/structfun.m, general/trapz.m, | |
4419 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4420 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4421 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4422 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4423 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4424 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4425 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4426 statistics/base/meansq.m, statistics/base/var.m, | |
4427 statistics/tests/chisquare_test_independence.m, | |
4428 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4429 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4430 testfun/test.m: Spelling fixes. | |
4431 | |
6998 | 4432 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4433 | |
4434 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4435 | |
6997 | 4436 2007-10-10 John W. Eaton <jwe@octave.org> |
4437 | |
4438 * general/num2str.m: Always allow for sign for automatically | |
4439 computed format widths. | |
4440 | |
6988 | 4441 2007-10-09 David Bateman <dbateman@free.fr> |
4442 | |
4443 * plot/patch.m: Accept a handle as the first argument. | |
4444 | |
6987 | 4445 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4446 | |
7010 | 4447 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4448 |
6985 | 4449 2007-10-09 John W. Eaton <jwe@octave.org> |
4450 | |
4451 * audio/wavwrite.m: Accept arguments in compatible order. | |
4452 | |
6979 | 4453 2007-10-08 David Bateman <dbateman@free.fr> |
4454 | |
4455 * general/interp2.m: Relax test for values outside the grid to | |
4456 allow monotonically decreasing abscissa as well. | |
4457 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4458 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4459 |
4460 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4461 as output parameter. | |
4462 | |
6977 | 4463 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4464 | |
4465 * plot/__go_draw_axes__.m, plot/legend.m: | |
4466 Handle compatible position specifiers as strings. | |
4467 | |
6975 | 4468 2007-10-08 John Swensen <jpswensen@comcast.net> |
4469 | |
4470 * general/num2str.m: Eliminate extra whitespace in output. | |
4471 * strings/strtrim.m: New function. | |
4472 * strings/Makefile.in (SOURCES): Add it to the list. | |
4473 | |
6968 | 4474 2007-10-06 John W. Eaton <jwe@octave.org> |
4475 | |
4476 * polynomial/residue.m: New test from test/test_poly.m. | |
4477 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4478 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4479 |
4480 * image/saveimage.m: Handle saving color images without a colormap. | |
4481 * image/__img_via_file__.m: Add missing semicolon. | |
4482 | |
4483 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4484 | |
7010 | 4485 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4486 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4487 | |
6965 | 4488 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4489 | |
4490 * plot/print.m: Handle svg output type. Accept new -S option to | |
4491 specify size for PNG and SVG output types. | |
4492 | |
4493 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4494 |
4495 * polynomial/mpoles.m: New function. | |
4496 * polynomial/residue.m: Modified to behave in reciprocal | |
4497 manner. No longer compute 4th output, "e". No longer accept | |
4498 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4499 Respect maximum relative difference in poles when determining | |
4500 their multiplicity. Use mpoles to determine the multiplicity of | |
4501 poles. | |
4502 | |
6963 | 4503 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4504 | |
4505 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4506 for surface plots. | |
4507 | |
6962 | 4508 2007-10-05 John W. Eaton <jwe@octave.org> |
4509 | |
4510 * plot/__next_line_color__.m: Get color_rotation from axes | |
4511 colororder property. | |
4512 | |
6953 | 4513 2007-10-03 John W. Eaton <jwe@octave.org> |
4514 | |
6955 | 4515 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4516 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4517 | |
6953 | 4518 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4519 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4520 special for __vnorm__. | |
4521 | |
6951 | 4522 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4523 | |
6952 | 4524 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4525 |
6950 | 4526 2007-10-03 David Bateman <dbateman@free.fr> |
4527 | |
4528 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4529 if a file is architecture dependent based on a list of file | |
4530 extensions. | |
4531 (configure_make): Simplify the search for architecture dependent | |
4532 files based on this function. | |
4533 (load_pakages_and_dependencies): Also look for bin directory in | |
4534 the architecture dependent directory. | |
4535 | |
6947 | 4536 2007-10-03 John W. Eaton <jwe@octave.org> |
4537 | |
4538 * miscellaneous/dir.m: Create empty struct with field names. | |
4539 Include datenum in struct. | |
4540 | |
6943 | 4541 2007-10-02 David Bateman <dbateman@free.fr> |
4542 | |
4543 * miscellaneous/ls.m: If nargout return string array of files | |
4544 returned by ls. | |
4545 | |
6942 | 4546 2007-10-01 John W. Eaton <jwe@octave.org> |
4547 | |
4548 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4549 range values. | |
4550 | |
6937 | 4551 2007-10-01 David Bateman <dbateman@free.fr> |
4552 | |
7010 | 4553 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4554 speed with small vectors. |
6937 | 4555 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4556 rather than OCTAVE_HOME(). | |
4557 | |
6935 | 4558 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4559 | |
4560 * plot/findobj.m: New function. | |
4561 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4562 | |
6925 | 4563 2007-09-26 David Bateman <dbateman@free.fr> |
4564 | |
4565 * pkg/pkg.m: Add second argument to setting for prefix for | |
4566 architecture dependent files. Use throughout. | |
4567 (pkg:issuperuser): New function, use through to check for | |
4568 root user. | |
4569 (pkg:getarchprefix): function to give the archiecture dependent | |
4570 prefix for a package. | |
4571 (pkg:getarchdir): New function giving location of architetcure | |
4572 dependent directory. Use through out. | |
4573 (pkg:install): Treat architecture dependent directory separately | |
4574 as in might not be a sub-directory of the package directory. | |
4575 (pkg:uninstall): ditto. | |
4576 (pkg:create_pkgadddel): Check for global or local install for | |
4577 architecture dependent directory. | |
4578 (pkg:finish_installation): ditto. | |
4579 (pkg:write_INDEX): ditto. | |
4580 (pkg:load_packages_and_dependencies): ditto. | |
4581 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4582 files to a new location if user is root. | |
4583 (pkg:rm_rf): Check if file or directory exists before removing. | |
4584 (pkg:dirempty): Check if directory exists before checking. | |
4585 | |
4586 * plot/___patch__.m: Allow face colors to be passed as strings | |
4587 | |
4588 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4589 needed for calls to "hold" without an argument. | |
4590 | |
6920 | 4591 2007-09-21 John W. Eaton <jwe@octave.org> |
4592 | |
6921 | 4593 * optimization/sqp.m: Fix typo. |
4594 | |
6920 | 4595 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4596 | |
6919 | 4597 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4598 | |
4599 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4600 | |
6918 | 4601 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4602 | |
4603 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4604 unidpdf.m and unidinv.m | |
4605 | |
6914 | 4606 2007-09-18 John W. Eaton <jwe@octave.org> |
4607 | |
4608 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4609 (do_tics_1): Set numeric axes formats to "%.15g". | |
4610 | |
6912 | 4611 2007-09-18 David Bateman <dbateman@free.fr> |
4612 | |
4613 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4614 of %g when writing data. | |
4615 | |
6908 | 4616 2007-09-17 John W. Eaton <jwe@octave.org> |
4617 | |
4618 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4619 | |
6903 | 4620 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4621 | |
4622 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4623 noninteger N with N-K < 1. | |
4624 | |
6901 | 4625 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4626 | |
4627 * strings/index.m: Correct for strings differing after the third | |
4628 position (bug reported by Maude Martin). | |
4629 | |
6895 | 4630 2007-09-13 John W. Eaton <jwe@octave.org> |
4631 | |
4632 * plot/__default_colormap__.m: Delete. | |
4633 * plot/Makefile (SOURCES): Remove from the list. | |
4634 | |
6898 | 4635 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4636 | |
4637 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4638 | |
6885 | 4639 2007-09-10 David Bateman <dbateman@free.fr> |
4640 | |
4641 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4642 limit the selection of colors in the same way as for lines. | |
4643 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4644 column. | |
4645 * plot/__bar__.m: Adapt to use "patch". | |
4646 | |
6870 | 4647 2007-09-06 John W. Eaton <jwe@octave.org> |
4648 | |
4649 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4650 (init_plot_stream): Split from open_plot_stream. | |
4651 * plot/print.m: Accept -debug=FILE argument. | |
4652 | |
6868 | 4653 2007-09-06 David Bateman <dbateman@free.fr> |
4654 | |
7010 | 4655 * general/celldisp.m: New function. |
4656 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4657 * miscellaneous/swapbytes.m: New function. | |
4658 * miscellaneous/gzip.m: New function. | |
4659 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4660 |
6863 | 4661 2007-09-05 David Bateman <dbateman@free.fr> |
4662 | |
7010 | 4663 * general/structfun.m: New function. |
4664 * general/Makefile.in (SOURCES): Add it to sources. | |
4665 * miscellaneous/run.m: New function. | |
4666 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4667 * statistics/base/mode.m: New function. | |
4668 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4669 |
6862 | 4670 2007-09-05 John W. Eaton <jwe@octave.org> |
4671 | |
4672 * miscellaneous/orderfields.m: Use numel instead of length. | |
4673 | |
4674 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4675 | |
4676 * miscellaneous/orderfields.m: Handle empty structs. | |
4677 | |
6861 | 4678 2007-09-05 John W. Eaton <jwe@octave.org> |
4679 | |
4680 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4681 DATA_IDX. | |
4682 | |
4683 2007-09-04 David Bateman <dbateman@free.fr> | |
4684 | |
4685 * general/isdir.m: Return a logical value. | |
4686 | |
6859 | 4687 2007-09-04 David Bateman <dbateman@free.fr> |
4688 | |
4689 * statistics/distributions/chi2pdf.m, | |
4690 statistics/distributions/chi2cdf.m, | |
4691 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4692 distribution functions to account for inverse of scale factor in | |
4693 gamma functions. | |
4694 | |
6857 | 4695 2007-09-01 John W. Eaton <jwe@octave.org> |
4696 | |
4697 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4698 | |
6853 | 4699 2007-09-01 David Bateman <dbateman@free.fr> |
4700 | |
4701 * polynomial/polyint.m: New function like polyinteg but with | |
4702 explicit integration constant. | |
4703 * polynomial/polyinteg.m: Remove. | |
4704 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4705 polyinteg.m. | |
4706 * deprecated/polyinteg.m: Move version here. | |
4707 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4708 | |
6852 | 4709 * geometry/voronoi.m: Add large box around data to get a good |
4710 approximation of the rays to infinity. | |
4711 | |
6851 | 4712 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4713 | |
4714 * plot/axes.m: Allow parent to be specified when creating axes | |
4715 objects. Support non-figure parents. | |
4716 | |
4717 2007-08-31 John W. Eaton <jwe@octave.org> | |
4718 | |
4719 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4720 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4721 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4722 |
7010 | 4723 * polynomial/polygcd.m: Better layout of example. |
4724 * polynomial/compan.m: Remove unnecessary check. | |
4725 * polynomial/roots.m: Added example to help text. | |
4726 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4727 * polynomial/poly.m: Added example to help text. | |
6850 | 4728 |
6848 | 4729 2007-08-30 John W. Eaton <jwe@octave.org> |
4730 | |
4731 * optimization/qp.m: Increase maxit to 200. | |
4732 | |
6847 | 4733 2007-08-30 David Bateman <dbateman@free.fr> |
4734 | |
4735 * geometry/inpolygon.m: New file. | |
4736 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4737 | |
6843 | 4738 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4739 | |
4740 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4741 | |
6829 | 4742 2007-08-24 David Bateman <dbateman@free.fr> |
4743 | |
4744 * plot/__go_draw_axes__.m: Treat text color property. | |
4745 | |
6828 | 4746 2007-08-24 John W. Eaton <jwe@octave.org> |
4747 | |
4748 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4749 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4750 | |
4751 * miscellaneous/movefile.m: Separate second and third args and | |
4752 use p1 and p2, not f1 and f2 when constructing arguments for | |
4753 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4754 | |
6825 | 4755 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4756 | |
4757 * set/intersect.m: Make it work with cell arrays of strings. | |
4758 | |
6823 | 4759 2007-08-24 David Bateman <dbateman@free.fr> |
4760 | |
7010 | 4761 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4762 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4763 functions ported from octave-forge. | |
7010 | 4764 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4765 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4766 geometry/triplot.m, geometry/tsearchn.m: | |
4767 New functions. | |
7010 | 4768 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4769 * geometry/Makefile.in (SOURCES): Add functions above. | |
4770 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4771 |
6820 | 4772 2007-08-23 John W. Eaton <jwe@octave.org> |
4773 | |
4774 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4775 variable name. | |
4776 | |
4777 2007-08-23 David Bateman <dbateman@free.fr> | |
4778 | |
4779 * plot/plot.m: Allow first arg to be axes handle. | |
4780 | |
6818 | 4781 2007-08-22 David Bateman <dbateman@free.fr> |
4782 | |
4783 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4784 outputs are returned only if requested. | |
4785 | |
4786 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4787 | |
4788 * control/base/nichols.m: Fix typo. | |
4789 | |
6813 | 4790 2007-08-13 John W. Eaton <jwe@octave.org> |
4791 | |
4792 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4793 | |
6809 | 4794 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4795 | |
4796 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4797 use axes position in each appropriate gnuplot set statement. | |
4798 | |
6808 | 4799 2007-08-10 John W. Eaton <jwe@octave.org> |
4800 | |
4801 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4802 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4803 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4804 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4805 | |
6807 | 4806 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4807 | |
4808 * plot/patch.m, plot/__patch__.m: New files. | |
4809 * plot/Makefile.in (SOURCES): Add them to the list. | |
4810 | |
4811 2007-08-07 John W. Eaton <jwe@octave.org> | |
4812 | |
4813 * path/savepath.m: Use single quotes for argument to PATH command | |
4814 that is inserted in file. | |
4815 | |
6805 | 4816 2007-07-27 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4819 not set in the environment. | |
4820 | |
6796 | 4821 2007-07-25 David Bateman <dbateman@free.fr> |
4822 | |
4823 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4824 control/base/Makefile.in, control/hinf/Makefile.in, | |
4825 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4826 control/util/Makefile.in, deprecated/Makefile.in, | |
4827 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4828 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4829 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4830 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4831 polynomial/Makefile.in, quaternion/Makefile.in, | |
4832 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4833 specfun/Makefile.in, special-matrix/Makefile.in, | |
4834 startup/Makefile.in, statistics/Makefile.in, | |
4835 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4836 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4837 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4838 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4839 | |
6795 | 4840 2007-07-25 John W. Eaton <jwe@octave.org> |
4841 | |
4842 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4843 | |
6793 | 4844 2007-07-24 David Bateman <dbateman@free.fr> |
4845 | |
4846 * image/flag.m: New colormap function. | |
4847 * images/Makefile.in: Include it in SOURCES. | |
4848 | |
4849 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4850 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4851 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4852 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4853 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4854 number of colormap elements as the other colormap functions. | |
4855 | |
6790 | 4856 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4857 | |
4858 * plot/__go_draw_axes__.m: Handle patch. | |
4859 | |
6788 | 4860 2007-07-23 David Bateman <dbateman@free.fr> |
4861 | |
4862 * general/rat.m: New function for ration approximation imported | |
4863 from octave-forge. | |
4864 * general/del2.m: New function for discrete laplacian operator. | |
4865 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4866 | |
4867 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4868 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4869 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4870 image/winter.m, image/brighten.m: Port image functions from | |
4871 octave-forge. | |
4872 * image/Makefile.in: Add ported functions to SOURCES. | |
4873 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4874 compatibility with matlab. | |
4875 | |
4876 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4877 octave-forge | |
4878 * plot/Makefile.in: Add ported functions to SOURCES. | |
4879 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4880 using gnuplot 4.2 or greater. | |
4881 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4882 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4883 |
4884 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4885 | |
6781 | 4886 2007-07-19 David Bateman <dbateman@free.fr> |
4887 | |
4888 * plot/fplot.m: More compatible version. | |
4889 | |
6780 | 4890 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4891 | |
4892 * plot/clf.m: Check for valid handle before deleting. | |
4893 | |
4894 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4895 __go_figure__ instead of using regular "set" call. | |
4896 | |
6779 | 4897 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4898 | |
4899 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4900 type for gnuplot. | |
4901 | |
6778 | 4902 2007-07-18 John W. Eaton <jwe@octave.org> |
4903 | |
4904 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4905 gnuplot for each set of axes. | |
4906 | |
6777 | 4907 2007-07-18 David Bateman <dbateman@free.fr> |
4908 | |
6778 | 4909 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4910 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4911 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4912 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4913 Use standard scale factor rather than one on the scale factor for | |
4914 compatibility. | |
4915 | |
4916 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4917 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4918 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4919 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4920 Preserve backward compatibility. | |
6777 | 4921 |
6776 | 4922 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4923 | |
4924 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4925 to avoid issues with regexp special characters in the path strings. | |
4926 | |
6770 | 4927 2007-07-06 David Bateman <dbateman@free.fr> |
4928 | |
6778 | 4929 * general/accumarray.m: New function to create an array by |
4930 accumulating the elements. | |
6770 | 4931 |
6768 | 4932 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4933 | |
4934 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4935 (fdjac): Set nx outside of if block. | |
4936 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4937 | |
6765 | 4938 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4939 | |
4940 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4941 | |
4942 * plot/axis.m: Also set "visible" property when setting axes to | |
4943 on/off. | |
4944 | |
6762 | 4945 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4946 | |
4947 * image/colormap.m: Only return colormap if nargout > 0. | |
4948 Mark as command. | |
4949 | |
6758 | 4950 2007-06-25 John W. Eaton <jwe@octave.org> |
4951 | |
4952 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4953 strcmp for selected property comparisons. | |
4954 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4955 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 4956 |
6778 | 4957 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4958 |
6754 | 4959 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4960 | |
4961 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4962 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4963 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4964 |
6778 | 4965 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4966 argument, and note that the data should be sorted for the |
4967 definition of the median to be correct. | |
4968 | |
6778 | 4969 * statistics/base/std.m: Add missing square to definition of |
6754 | 4970 standard deviation. |
4971 | |
6778 | 4972 * statistics/base/cov.m: Add definition of covariance to the help text. |
4973 | |
4974 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4975 statistics/base/std.m: |
4976 Note that \bar{x} is the mean value of x in the help text. | |
4977 | |
6778 | 4978 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4979 coefficient to the help text. |
4980 | |
6778 | 4981 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4982 | |
4983 * statistics/base/var.m: Put N in @math in help text. | |
4984 | |
4985 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4986 statistics/tests/kolmogorov_smirnov_test.m: |
4987 Write about possible values of 'dist' in help text. | |
4988 | |
6778 | 4989 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4990 Add definition of correlation to the help text. |
4991 | |
6778 | 4992 * statistics/base/logit.m, statistics/base/kendall.m, |
4993 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4994 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4995 TeXification of help text. | |
4996 | |
4997 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4998 | |
4999 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
5000 Add missing @var's to help text. | |
5001 | |
5002 * statistics/models/logistic_regression.m: Fix typos in help text. | |
5003 | |
5004 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
5005 of help text. | |
5006 | |
5007 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
5008 help text. | |
5009 | |
5010 * statistics/distributions/unidpdf.m, | |
5011 statistics/distributions/discrete_pdf.m: | |
5012 Replace 'pDF' with 'PDF' in help text. | |
5013 | |
6753 | 5014 2007-06-25 John W. Eaton <jwe@octave.org> |
5015 | |
5016 * strings/substr.m: Use offset consistently in code and doc string. | |
5017 From Rafael Laboissiere <rafael@debian.org>. | |
5018 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5019 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 5020 |
6778 | 5021 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 5022 |
6751 | 5023 2007-06-25 John W. Eaton <jwe@octave.org> |
5024 | |
5025 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
5026 Recycle tic labels if necessary. From Juhani Saastamoinen | |
5027 <juhani@cs.joensuu.fi>. | |
5028 | |
6748 | 5029 2007-06-20 John W. Eaton <jwe@octave.org> |
5030 | |
6749 | 5031 * strings/index.m: Allow strings to be empty. |
5032 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
5033 | |
6748 | 5034 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
5035 | |
6747 | 5036 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
5037 | |
5038 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
5039 separate matrices. | |
5040 | |
6746 | 5041 2007-06-19 David Bateman <dbateman@free.fr> |
5042 | |
5043 * plot/axis.m: Prefer to use legend rather than the older Octave | |
5044 only ";;" legend syntax. | |
5045 * polynomial/mkpp.m: ditto. | |
5046 * polynomial/pchip.m: ditto. | |
5047 * signal/freqz_plot.m: ditto. | |
5048 * sparse/gplot.m: ditto. | |
5049 * sparse/treeplot.m: ditto. | |
5050 | |
6745 | 5051 2007-06-19 John W. Eaton <jwe@octave.org> |
5052 | |
5053 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
5054 (__go_draw_axes__): Call do_tics to handle tic marks. | |
5055 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5056 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 5057 |
6778 | 5058 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 5059 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
5060 to check for NA. | |
5061 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5062 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 5063 |
6778 | 5064 * optimization/glpk.m: TeXified the help text. |
5065 * optimization/qp.m: TeXified the help text. | |
5066 * optimization/sqp.m: TeXified the help text. | |
6741 | 5067 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5068 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 5069 |
6778 | 5070 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 5071 |
6738 | 5072 2007-06-15 John W. Eaton <jwe@octave.org> |
5073 | |
5074 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
5075 have_newer_gnuplot is true. | |
5076 | |
6736 | 5077 2007-06-15 Pete Gustafson <petegus@umich.edu> |
5078 | |
6778 | 5079 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
5080 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 5081 to 90, all others 0. |
5082 | |
6778 | 5083 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
5084 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 5085 get_data_limits. |
6778 | 5086 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 5087 called by __errplot__. |
5088 | |
6730 | 5089 2007-06-15 John W. Eaton <jwe@octave.org> |
5090 | |
5091 * testfun/test.m: Also return number of expected failures. | |
5092 | |
6724 | 5093 2007-06-14 John W. Eaton <jwe@octave.org> |
5094 | |
6730 | 5095 * set/ismember.m: Mark two tests known to fail with xtest. |
5096 | |
6724 | 5097 * plot/__go_draw_axes__.m: Handle text rotation property. |
5098 | |
6728 | 5099 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
5100 | |
5101 * testfun/test.m: Add xtest support for tests known to fail. | |
5102 | |
6727 | 5103 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
5104 | |
5105 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
5106 epslatexstandalone terminals. | |
5107 | |
6721 | 5108 2007-06-14 David Bateman <dbateman@free.fr> |
5109 | |
5110 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
5111 as permutation of results was incorrect. | |
5112 * general/interp1.m: Add demo on second derivative | |
5113 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 5114 call. Add 3D demo. Fix typos |
5115 * general/interp3.m: Fix typos. Correct permutation for use of | |
5116 interpn. | |
6721 | 5117 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
5118 | |
6717 | 5119 2007-06-13 John W. Eaton <jwe@octave.org> |
5120 | |
5121 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 5122 |
6706 | 5123 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5124 | |
5125 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
5126 | |
6704 | 5127 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
5128 | |
5129 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
5130 Set have_linestyle to true if two character linestyle is found. | |
5131 | |
6702 | 5132 2007-06-12 David Bateman <dbateman@free.fr> |
5133 | |
6717 | 5134 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
5135 and interpn.m. | |
5136 | |
5137 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
5138 structure before using it. | |
5139 | |
5140 2007-06-12 David Bateman <dbateman@free.fr> | |
5141 | |
6704 | 5142 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 5143 * general/__splinen__.m: New support function for N-dimensional |
5144 spline interpolation. | |
5145 * general/bicubic.m: Allow definition of extrapolation | |
5146 value. Adapt tests to use new graphics interface | |
5147 * general/interp2.m: Call __splinen__ for 2-D spline | |
5148 interpolation. Make the lookup table code only be called for | |
5149 linear and nearest methods. | |
5150 * general/interpn.m: New function for N-dimensional, linear, nearest | |
5151 and spline interpolation. | |
5152 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
5153 and spline interpolation. | |
6704 | 5154 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 5155 |
6701 | 5156 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
5157 | |
5158 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
5159 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5160 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5161 |
5162 * plot/fplot.m: If function is inline, vectorize it. | |
5163 | |
6698 | 5164 2007-06-10 David Bateman <dbateman@free.fr> |
5165 | |
5166 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5167 directory if need to, so that it fits on a line. | |
5168 | |
6695 | 5169 2007-06-07 David Bateman <dbateman@free.fr> |
5170 | |
5171 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5172 saved file so that dependent packages are loaded first, and if | |
5173 nargout==0 don't return any arguments. | |
5174 (pkg:install): Only load packages that are marked autoload after | |
5175 install. Various fixes. Save in order. | |
5176 (pkg:uninstall): Save in order | |
5177 (pkg:load_packages): Use load_package_and_dependencies to load | |
5178 packages. | |
5179 (pkg:save_order): New function to sort package list with dependent | |
5180 packages first. | |
5181 (pkg:load_packages_and_dependencies): New function to load both a | |
5182 list of packages and their dependencies. | |
5183 (pkg:load_package_dirs): New function that returns a vector of the | |
5184 indexes into the installed package list indicating the packages to | |
5185 load and the order to load them in to respect the dependencies. | |
5186 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5187 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5188 |
5189 * plot/axes.m: Eliminate redundant else clause. | |
5190 | |
6686 | 5191 2007-06-03 David Bateman <dbateman@free.fr> |
5192 | |
5193 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5194 * pkg/pkg.m: Protect against multiple actions being define. |
5195 | |
6683 | 5196 2007-06-01 David Bateman <dbateman@free.fr> |
5197 | |
5198 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5199 incorporate into main pkg function. | |
5200 (pkg:install): Check for existence of files to install before | |
5201 globbing and warn the user if they don't exist. | |
5202 | |
6675 | 5203 2007-05-31 David Bateman <dbateman@free.fr> |
5204 | |
6679 | 5205 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5206 directory over several copy command to limit the line length. | |
5207 * miscellaneous/movefile.m: Ditto. | |
5208 | |
6675 | 5209 * pkg.m: Add build option to allow binary Octave packages to be |
5210 built from source packages. Probe absolute path of prefix, global | |
5211 and local lists. Use strcat, rather that [] for strings. | |
5212 (pkg:build): New function to binary binary package. | |
5213 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5214 (pkg:repackage): Package binary Octave package from installation. | |
5215 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5216 from m-files into main installation directory. | |
5217 (pkg:shell): Suppress verbose messages from shell and only display | |
5218 them with the verbose flag. | |
5219 (pkg:installed_packages): Also include the loaded flag in the | |
5220 local and global packages. | |
5221 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5222 flagged as loaded. | |
5223 | |
5224 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5225 | |
5226 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5227 with and without architecture dependent directories. | |
5228 (pkg:installed_packages): Probe the global_list file even if it is | |
5229 the same as the local_list. | |
5230 | |
6669 | 5231 2007-05-29 John W. Eaton <jwe@octave.org> |
5232 | |
5233 * sparse/spy.m: Set axis to "ij" mode. | |
5234 | |
6664 | 5235 2007-05-24 John W. Eaton <jwe@octave.org> |
5236 | |
5237 * set/ismember.m: Quote first arg of "fail" tests. | |
5238 | |
6663 | 5239 2007-05-24 David Bateman <dbateman@free.fr> |
5240 | |
6778 | 5241 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5242 |
6655 | 5243 2007-05-22 David Bateman <dbateman@free.fr> |
5244 | |
5245 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5246 error(lasterr()(8:end)). | |
5247 (pkg:install): Warning for empty packages being removed. Suppress | |
5248 spurious output. Warning rather than error for uninstalling a | |
5249 package that is not installed to avoid RPM issue. | |
5250 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5251 inst or architecture dependent directory if it exists. | |
5252 | |
6653 | 5253 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5254 | |
5255 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5256 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5257 signal/freqz.m: Fix typos. | |
5258 | |
6645 | 5259 2007-05-21 David Bateman <dbateman@free.fr> |
5260 | |
5261 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5262 force installation location. | |
5263 (rebuild): New subfunction to rebuild package database from | |
5264 installed packages. Also allows changing of autoload status | |
5265 (install): Warn use if attempting to install from non existent | |
5266 file. | |
5267 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5268 "USER", "root"))' for root test. | |
5269 | |
5270 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5271 | |
5272 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5273 and replace "\" characters with "/". | |
5274 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5275 characters with "/" throughout. | |
5276 (shell): New subfunction that wraps system and is careful with the | |
5277 shell on windows platforms. | |
5278 (configure_make): Explictly pass complier etc to configure | |
5279 process. | |
5280 (issuperuser): Force default to global install for Windows machines. | |
5281 | |
6636 | 5282 2007-05-19 Kristan Onu |
5283 | |
5284 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5285 | |
6634 | 5286 2007-05-18 David Bateman <dbateman@free.fr> |
5287 | |
5288 * pkg/pkg.m (install): More verbosity. | |
5289 (configure_make): Ditto. | |
5290 (create_pkgadddel): Install in architecture dependent directory if | |
5291 it exists to address issues with autoload/mfilename. | |
5292 (write_INDEX): Check in archiecture dependent directories as well. | |
5293 | |
6633 | 5294 2007-05-17 David Bateman <dbateman@free.fr> |
5295 | |
5296 * plot/hbar.m: Remove. | |
5297 * plot/barh.m: and move it here. | |
5298 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5299 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5300 |
5301 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5302 | |
6629 | 5303 2007-05-16 John W. Eaton <jwe@octave.org> |
5304 | |
5305 * general/logspace.m: Return second arg if fewer than two values | |
5306 are requested. | |
5307 | |
6619 | 5308 2007-05-14 John W. Eaton <jwe@octave.org> |
5309 | |
5310 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5311 on a new line. | |
5312 | |
6617 | 5313 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5314 | |
5315 * statistics/distributions/norminv.m, | |
5316 statistics/distributions/norminv.m, | |
5317 statistics/distributions/normpdf.m, | |
5318 statistics/distributions/normrnd.m: | |
5319 Use standard deviation, not variance. | |
5320 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5321 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5322 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5323 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5324 backward compatibility. | |
5325 | |
6616 | 5326 2007-05-14 David Bateman <dbateman@free.fr> |
5327 | |
5328 * pkg/pkg.m: Mark loaded packages with "*". | |
5329 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5330 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5331 |
5332 * miscellaneous/single.m: Doc fix. | |
5333 Convert to double instead of returning argument unchanged. | |
5334 | |
5335 * miscellaneous/doc.m: Doc fix. | |
5336 | |
5337 * miscellaneous/ver.m: Doc fix. | |
5338 Don't display information about Octave Forge. | |
5339 | |
6614 | 5340 2007-05-12 David Bateman <dbateman@free.fr> |
5341 | |
5342 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5343 install to be printed. An error in the on_uninstall script causes | |
5344 a failure to uninstall. Place oct- and mex-files in an | |
5345 architecture dependent directory. | |
5346 | |
6611 | 5347 2007-05-09 John W. Eaton <jwe@octave.org> |
5348 | |
5349 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5350 | |
6609 | 5351 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5352 | |
5353 * statistics/distributions/normcdf.m: Use standard deviation | |
5354 instead of variance for compatibility. | |
5355 | |
5356 2007-05-08 John W. Eaton <jwe@octave.org> | |
5357 | |
5358 | |
5359 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5360 | |
5361 * set/ismember.m: Always return logical values. | |
5362 | |
5363 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5364 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5365 |
5366 * general/__isequal__.m: Allow numeric values of different classes | |
5367 to compare equal. | |
5368 | |
6606 | 5369 2007-05-07 David Bateman <dbateman@free.fr> |
5370 | |
6607 | 5371 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5372 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5373 |
6605 | 5374 2007-05-02 John W. Eaton <jwe@octave.org> |
5375 | |
5376 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5377 | |
6604 | 5378 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5379 | |
5380 * contour.m: Rewrite help string. | |
5381 | |
6599 | 5382 2007-04-28 John W. Eaton <jwe@octave.org> |
5383 | |
5384 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5385 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5386 Special case nargout == 0. | |
5387 | |
6597 | 5388 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5389 | |
5390 * general/sub2ind.m: Handle empty input, add tests. | |
5391 | |
6590 | 5392 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5393 | |
5394 * plot/contourc.m: Doc fix. | |
5395 | |
6586 | 5396 2007-04-26 David Bateman <dbateman@free.fr> |
5397 | |
5398 * plot/hist.m: Partially remove previous patch. | |
5399 | |
6582 | 5400 2007-04-26 David Bateman <dbateman@free.fr> |
5401 | |
5402 * plot/hist.m: Support returning of handle | |
5403 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5404 cells. | |
5405 | |
6575 | 5406 2007-04-25 John W. Eaton <jwe@octave.org> |
5407 | |
6579 | 5408 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5409 "title \"\"", not "". | |
5410 | |
6575 | 5411 * plot/legend.m: Initialize WARNED to false. |
5412 | |
6567 | 5413 2007-04-24 John W. Eaton <jwe@octave.org> |
5414 | |
5415 * io/beep.m: Fix cut and paste error. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5416 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5417 |
5418 2007-04-23 John W. Eaton <jwe@octave.org> | |
5419 | |
5420 * plot/box.m: Delete extra endfunction keyword. | |
5421 | |
6560 | 5422 2007-04-23 David Bateman <dbateman@free.fr> |
5423 | |
5424 * plot/plot3.m: Call newplot. | |
5425 | |
6553 | 5426 2007-04-20 John W. Eaton <jwe@octave.org> |
5427 | |
5428 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5429 | |
6546 | 5430 2007-04-19 John W. Eaton <jwe@octave.org> |
5431 | |
5432 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5433 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5434 | |
6544 | 5435 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5436 | |
5437 * control/util/axis2dlim.m: Delete extraneous line. | |
5438 | |
6542 | 5439 2007-04-18 John W. Eaton <jwe@octave.org> |
5440 | |
5441 * specfun/factorial.m: Increase tolerance in large value test. | |
5442 | |
6540 | 5443 2007-04-18 David Bateman <dbateman@free.fr> |
5444 | |
5445 * __bar__.m: New support function for bar/hbar to support graphic | |
5446 handles, and additional arguments. | |
5447 * bar.m: Convert to use __bar__. | |
5448 * hbar.m: New function | |
5449 * hist.m: Explicitly set the width of the bar plot. | |
5450 | |
6533 | 5451 2007-04-17 John W. Eaton <jwe@octave.org> |
5452 | |
6534 | 5453 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5454 | |
6533 | 5455 * set/ismember.m: New tests. |
5456 From David Grohmann <grohmann@arlut.utexas.edu> | |
5457 | |
6532 | 5458 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5459 | |
5460 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5461 Add tests. | |
5462 | |
6527 | 5463 2007-04-16 John W. Eaton <jwe@octave.org> |
5464 | |
6528 | 5465 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5466 looks_like_copyright in src/help.cc. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5467 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5468 |
6527 | 5469 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5470 | |
6526 | 5471 2007-04-13 John W. Eaton <jwe@octave.org> |
5472 | |
6527 | 5473 * optimization/sqp.m: Initialize info to 0. |
5474 | |
6526 | 5475 * optimization/qp.m: Undo previous change. |
5476 | |
6524 | 5477 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5478 | |
5479 * spdiags.m: Fixed the four-argument case to work for columns of | |
5480 length one. | |
5481 | |
6523 | 5482 2007-04-12 John W. Eaton <jwe@octave.org> |
5483 | |
5484 * optimization/qp.m: Avoid Octave indexing bug. | |
5485 | |
6521 | 5486 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5487 | |
6522 | 5488 * miscellaneous/menu.m, control/base/bddemo.m, |
5489 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5490 control/system/sysrepdemo.m: | |
5491 Adapt to page_screen_output as a function. | |
6521 | 5492 |
6518 | 5493 2007-04-11 John W. Eaton <jwe@octave.org> |
5494 | |
5495 * miscellaneous/not.m: Delete. | |
5496 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5497 | |
5498 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5499 | |
5500 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5501 that are close but not exactly equal. | |
5502 | |
6515 | 5503 2007-04-11 David Bateman <dbateman@free.fr> |
5504 | |
5505 * general/bitcmp.m: Make it work again. | |
5506 | |
6512 | 5507 2007-04-10 John W. Eaton <jwe@octave.org> |
5508 | |
5509 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5510 that are close but not exactly equal. | |
5511 | |
6511 | 5512 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5513 | |
5514 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5515 in response to a change in x limits for now. | |
5516 | |
6510 | 5517 2007-04-09 John W. Eaton <jwe@octave.org> |
5518 | |
5519 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5520 (__go_draw_axes__): Use it to write data to plot stream. | |
5521 | |
6509 | 5522 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5523 | |
5524 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5525 zeros. Set markerfacecolor property in call to plot. | |
5526 | |
6508 | 5527 2007-04-06 John W. Eaton <jwe@octave.org> |
5528 | |
5529 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5530 | |
5531 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5532 | |
5533 * plot/stem.m: Use plot instead of a series of calls to line. | |
5534 | |
6494 | 5535 2007-04-05 John W. Eaton <jwe@octave.org> |
5536 | |
6499 | 5537 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5538 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5539 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5540 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5541 | |
6496 | 5542 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5543 Use strcmpi instead of strcmp+tolower. |
6496 | 5544 Style fixes. |
5545 | |
6494 | 5546 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5547 Plotting fixes. Style fixes. | |
5548 | |
5549 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5550 Style fixes. | |
5551 | |
5552 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5553 Style fixes. | |
5554 | |
5555 * testfun/demo.m, testfun/example.m: Style fixes. | |
5556 Use "strcat (...)" instead of "[...]". | |
5557 Use format specifiers in calls to warning. | |
5558 | |
5559 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5560 Use "strcat (...)" instead of "[...]". | |
5561 Use "x(end)" instead of "x(length (x))". | |
5562 Check NA before NaN. | |
5563 Style fixes. | |
5564 | |
6473 | 5565 2007-03-29 John W. Eaton <jwe@octave.org> |
5566 | |
6474 | 5567 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5568 |
6467 | 5569 2007-03-27 John W. Eaton <jwe@octave.org> |
5570 | |
5571 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5572 control/base/Makefile.in, control/hinf/Makefile.in, | |
5573 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5574 control/util/Makefile.in, deprecated/Makefile.in, | |
5575 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5576 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5577 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5578 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5579 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5580 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5581 special-matrix/Makefile.in, startup/Makefile.in, | |
5582 statistics/Makefile.in, statistics/base/Makefile.in, | |
5583 statistics/distributions/Makefile.in, | |
5584 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5585 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5586 Use ln instead of $(LN_S) in dist target. | |
5587 | |
6465 | 5588 2007-03-27 David Bateman <dbateman@free.fr> |
5589 | |
5590 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5591 gnuplot 4.0. | |
5592 | |
6464 | 5593 2007-03-26 John W. Eaton <jwe@octave.org> |
5594 | |
5595 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5596 | |
6461 | 5597 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5598 | |
5599 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5600 plot stream and using binary data. | |
5601 | |
6459 | 5602 2007-03-26 John W. Eaton <jwe@octave.org> |
5603 | |
5604 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5605 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5606 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5607 | |
5608 2007-03-26 David Bateman <dbateman@free.fr> | |
5609 | |
6461 | 5610 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5611 | |
6459 | 5612 * plot/plot3.m: Handle line properties. |
5613 * plot/plot.m: Update docstring. | |
5614 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5615 * plot/__plt__.m: Also gather properties. | |
5616 | |
6455 | 5617 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5618 | |
5619 * testfun/assert.m: Delete special check for empty objects. | |
5620 Add test. | |
5621 | |
6453 | 5622 2007-03-26 John W. Eaton <jwe@octave.org> |
5623 | |
6454 | 5624 * plot/drawnow.m: Exit early if call is recursive. |
5625 | |
6453 | 5626 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5627 Check for Inf too. | |
5628 (__go_draw_axes__): Use get_data_limits. | |
5629 | |
6450 | 5630 2007-03-24 John W. Eaton <jwe@octave.org> |
5631 | |
6451 | 5632 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5633 send terminal setting command with title option to plot stream. | |
5634 | |
6450 | 5635 * plot/legend.m: Correctly increment index into list of children.. |
5636 | |
6434 | 5637 2007-03-23 John W. Eaton <jwe@octave.org> |
5638 | |
6448 | 5639 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5640 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5641 control/base/nyquist.m, control/base/nichols.m, | |
5642 control/base/frdemo.m, signal/freqz_plot.m, | |
5643 control/base/__stepimp__.m, control/base/bode.m, | |
5644 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5645 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5646 Update plotting code. |
5647 | |
5648 * control/base/bode.m: Unwrap phase angle. | |
5649 | |
5650 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5651 | |
5652 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5653 | |
5654 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5655 commands. | |
6446 | 5656 |
6442 | 5657 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5658 Handle numeric color specs. |
6442 | 5659 * plot/plot.m: Remove "-@" and "@" from docstring. |
5660 | |
6441 | 5661 * plot/orient.m: Fix tests to avoid creating a plot window. |
5662 | |
6440 | 5663 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5664 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5665 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5666 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5667 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5668 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5669 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5670 | |
6438 | 5671 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5672 plot, not just multiplots. | |
5673 | |
6436 | 5674 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5675 | |
6434 | 5676 * plot/contour.m: Don't call drawnow. |
5677 | |
6431 | 5678 2007-03-22 John W. Eaton <jwe@octave.org> |
5679 | |
6432 | 5680 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5681 property of each figure. | |
5682 | |
6431 | 5683 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5684 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5685 | |
5686 2007-03-21 John W. Eaton <jwe@octave.org> | |
5687 | |
5688 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5689 less than eps to 0. | |
5690 | |
6429 | 5691 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5692 |
5693 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5694 * testfun/speed.m: Documentation and example fix. |
5695 | |
6424 | 5696 2007-03-21 John W. Eaton <jwe@octave.org> |
5697 | |
5698 * plot/subplot.m: If we find an existing subplot region, set | |
5699 it to be the "currentaxes" property for the current figure. | |
6425 | 5700 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5701 |
6422 | 5702 2007-03-20 David Bateman <dbateman@free.fr> |
5703 | |
5704 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5705 | |
5706 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5707 | |
5708 * general/arrayfun.m: New function. | |
5709 | |
6418 | 5710 2007-03-20 John W. Eaton <jwe@octave.org> |
5711 | |
6419 | 5712 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5713 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5714 | |
5715 * plot/clf.m: Don't call drawnow. | |
5716 | |
6431 | 5717 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5718 |
6420 | 5719 * image/__img__.m: Maybe set yaxis to reverse for images. |
5720 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5721 images. | |
5722 | |
6418 | 5723 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5724 instead of global. Only register __go_close_all__ with atexit if |
5725 the plot stream is successfully opened. | |
6418 | 5726 |
6413 | 5727 2007-03-15 John W. Eaton <jwe@octave.org> |
5728 | |
6418 | 5729 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5730 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5731 | |
5732 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5733 | |
5734 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5735 Use numeric line types. |
6413 | 5736 |
5737 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5738 lines and larger markers. Remove key titles from line type |
5739 properties. | |
6413 | 5740 |
6405 | 5741 2007-03-14 John W. Eaton <jwe@octave.org> |
5742 | |
6412 | 5743 * plot/__axis_label__.m: Accept additional property-value pairs |
5744 and pass them to __go_text__. Simply return the handle obtained | |
5745 from __go_text__ instead of calling get on the current axis. | |
5746 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5747 Allow for extra property value pairs to be passed along. | |
5748 * plot/title.m: Implement with __axis_label__ since it does all | |
5749 that title needs to do. | |
5750 | |
6410 | 5751 * plot/clf.m: Set currentaxes property for current figure to []. |
5752 | |
6405 | 5753 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5754 | |
5755 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5756 and __plt2__, not just the last. | |
5757 | |
5758 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5759 (SOURCES_IN, GEN_M): Delete. | |
5760 (FCN_FILES): Don't include $(GEN_M). | |
5761 (all): Don't depend on $(GEN_M). | |
5762 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5763 | |
5764 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5765 | |
5766 * plot/newplot.m: Call __go_axes_init__ instead of | |
5767 __uiobject_axes_init__. | |
5768 | |
5769 * plot/mesh.m: Use __go_surface__ instead of | |
5770 __uiobject_surface_ctor__. Don't access object fields directly. | |
5771 | |
5772 * plot/line.m: Use __line__ to do actual work. | |
5773 * plot/__line__.m: New function. | |
5774 | |
5775 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5776 Use get and set instead of accessing object fields directly. | |
5777 | |
5778 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5779 handle. | |
5780 | |
5781 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5782 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5783 __uiobject_draw_figure__. | |
5784 | |
5785 * plot/clf.m: Use get instead of accessing object fields | |
5786 directly. Simply delete children. Don't set currentaxes. | |
5787 | |
5788 * plot/close.m (close_all_figures): New subfunction. | |
5789 Use it instead of getting list of figures to close from | |
5790 __uiobject_figures__. | |
5791 | |
5792 * plot/closereq.m: Simply delete the current figure. Don't set | |
5793 currentfigure. | |
5794 | |
5795 * plot/__errplot__.m: Call __line__ instead of | |
5796 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5797 directly. Don't call __uiobject_adopt__. | |
5798 | |
5799 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5800 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5801 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5802 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5803 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5804 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5805 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5806 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5807 plot/__uiobject_init_root_figure__.in, | |
5808 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5809 plot/__uiobject_root_figure_ctor__.m, | |
5810 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5811 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5812 plot/set.in: Delete. | |
6408 | 5813 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5814 |
5815 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5816 Pass "hidden" as second arg to close. | |
5817 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5818 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5819 * plot/Makefile.in (SOURCES_M): Rename in list. |
5820 | |
6405 | 5821 * image/__img__.m: Use __go_image__ to create image graphics |
5822 handle. | |
5823 | |
5824 * miscellaneous/delete.m: Call __go_delete__, not | |
5825 __uiobject_delete__. Check that arg is a graphics handle before | |
5826 calling __go_delete__. | |
5827 | |
6403 | 5828 2007-03-13 John W. Eaton <jwe@octave.org> |
5829 | |
5830 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5831 arg instead of switch statement. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5832 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5833 |
5834 2007-03-12 John W. Eaton <jwe@octave.org> | |
5835 | |
5836 * miscellaneous/cast.m: New function. | |
5837 | |
5838 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5839 | |
6398 | 5840 2007-03-08 John W. Eaton <jwe@octave.org> |
5841 | |
5842 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5843 tilde expansion on target filename before passing it to the shell. | |
5844 | |
5845 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5846 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5847 | |
6396 | 5848 2007-03-08 David Bateman <dbateman@free.fr> |
5849 | |
5850 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5851 replacing slower version based on dicrete_rnd. | |
5852 | |
6392 | 5853 2007-03-07 John W. Eaton <jwe@octave.org> |
5854 | |
6395 | 5855 * control/base/rlocus.m: Update for current plotting functions. |
5856 | |
5857 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5858 | |
5859 * control/base/rlocus.m: Improve display. | |
5860 | |
5861 2007-03-07 John W. Eaton <jwe@octave.org> | |
5862 | |
5863 * plot/legend.m: Only handle positions -1:4. | |
5864 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5865 found in option string | |
5866 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5867 | |
6394 | 5868 * plot/newplot.m: Always reset next line color. |
5869 | |
6392 | 5870 * testfun/assert.m: Check that number of dimensions match before |
5871 checking dimensions. | |
5872 | |
6391 | 5873 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5874 | |
5875 * specfun/perms.m, specfun/factorial.m: Check args. | |
5876 | |
6387 | 5877 2007-03-07 John W. Eaton <jwe@octave.org> |
5878 | |
6390 | 5879 * plot/mesh.m: Call newplot before doing anything. |
5880 | |
5881 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5882 just "e". Only flush plot stream once. | |
5883 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5884 | |
6387 | 5885 * strings/blanks.m: Omit first index in assignment. |
5886 | |
6386 | 5887 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5888 | |
5889 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5890 | |
6385 | 5891 2007-03-06 David Bateman <dbateman@free.fr> |
5892 John W. Eaton <jwe@octave.org> | |
5893 | |
5894 * set/setdiff.m: Ignore "rows" for cell array args. | |
5895 Handle cellstr args. | |
5896 | |
6382 | 5897 2007-03-05 John W. Eaton <jwe@octave.org> |
5898 | |
5899 * optimization/sqp.m: Defer first call to obj_hess until after | |
5900 calling obj_fun. | |
5901 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5902 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5903 |
5904 * specfun/nchoosek.m: Fix nargin check. | |
5905 | |
6376 | 5906 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5907 | |
5908 * image/__img__.m: Don't set xlim and ylim properties. | |
5909 | |
6374 | 5910 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5911 | |
5912 * general/interp1.m: Fix *style cases for decreasing x. | |
5913 | |
6372 | 5914 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5915 | |
5916 * polynomial/roots.m: Check nargin before accessing arg. | |
5917 | |
6369 | 5918 2007-02-28 John W. Eaton <jwe@octave.org> |
5919 | |
5920 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5921 increment data_idx unless using gnuplot for display. | |
5922 | |
6368 | 5923 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5924 | |
5925 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5926 plots with images. | |
5927 * image/image.m, image/imagesc.m, image/imshow.m: | |
5928 Deprecate zoom argument. | |
5929 | |
6366 | 5930 2007-02-28 John W. Eaton <jwe@octave.org> |
5931 | |
5932 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5933 temporary file names. Keep image and colormap file ids separate. | |
5934 | |
5935 * general/interp1.m: Correctly compute min and max values when | |
5936 values are decreasing and not evenly spaced. | |
5937 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5938 | |
6365 | 5939 2007-02-27 John W. Eaton <jwe@octave.org> |
5940 | |
5941 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5942 returning an empty cell array. | |
5943 | |
6546 | 5944 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5945 |
5946 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5947 | |
6546 | 5948 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5949 |
5950 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5951 control/base/Makefile.in, control/hinf/Makefile.in, | |
5952 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5953 control/util/Makefile.in, deprecated/Makefile.in, | |
5954 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5955 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5956 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5957 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5958 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5959 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5960 special-matrix/Makefile.in, startup/Makefile.in, | |
5961 statistics/Makefile.in, statistics/base/Makefile.in, | |
5962 statistics/distributions/Makefile.in, | |
5963 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5964 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5965 Use $(LN_S) instead of ln or ln -s. | |
5966 | |
6356 | 5967 2007-02-24 David Bateman <dbateman@free.fr> |
5968 | |
5969 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5970 '\n' in FILES file. | |
6357 | 5971 (configure_make): Also install any mex files. |
6356 | 5972 |
6353 | 5973 2007-02-24 David Bateman <dbateman@free.fr> |
5974 | |
5975 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5976 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5977 | |
6351 | 5978 2007-02-23 John W. Eaton <jwe@octave.org> |
5979 | |
5980 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5981 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5982 | |
5983 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5984 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5985 | |
6349 | 5986 2007-02-23 David Bateman <dbateman@free.fr> |
5987 | |
5988 * statistics/distributions/discrete_rnd.m, | |
5989 statistics/distributions/geornd.m, | |
5990 statistics/distributions/lognnd.m, | |
5991 statistics/distributions/nbinrnd.m, | |
5992 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5993 | |
5994 * statistics/distributions/unidcdf.m, | |
5995 statistics/distributions/unidinv.m, | |
5996 statistics/distributions/unidpdf.m, | |
5997 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5998 discrete_cdf, etc. |
6349 | 5999 |
6000 * statistics/distributions/pascal_cdf.m, | |
6001 statistics/distributions/pascal_inv.m, | |
6002 statistics/distributions/pascal_pdf.m, | |
6003 statistics/distributions/pascal_rnd.m: Remove. | |
6004 * statistics/distributions/nbincdf.m, | |
6005 statistics/distributions/nbininv.m, | |
6006 statistics/distributions/nbinpdf.m, | |
6007 statistics/distributions/nbinrnd.m: Replace with matlab | |
6008 compatible functions. | |
6009 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
6010 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
6011 nbincdf, etc functions to implement these. | |
6012 | |
6344 | 6013 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6014 | |
6015 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
6016 command and data. | |
6017 | |
6018 2007-02-22 John W. Eaton <jwe@octave.org> | |
6019 | |
6020 * miscellaneous/doc.m: If index search fails, try again without | |
6021 the index search option. | |
6022 | |
6339 | 6023 2007-02-22 David Bateman <dbateman@free.fr> |
6024 | |
6341 | 6025 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
6026 | |
6340 | 6027 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
6028 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6029 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
6030 statistics/distributions/betarnd.m: Convert to use randg, rande | |
6031 and randp to accelerate. | |
6032 | |
6339 | 6033 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6034 | |
6338 | 6035 2007-02-22 John W. Eaton <jwe@octave.org> |
6036 | |
6037 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
6038 cache data and display after xlim and ylim have been determined. | |
6039 | |
6337 | 6040 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6041 | |
6042 * plot/__uiobject_draw_axes__.m: | |
6043 Allow multiple images to be displayed with gnuplot. | |
6044 | |
6333 | 6045 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
6046 | |
6047 * optimization/glpk.m: Document the fact that extra.mem does not work | |
6048 for versions of GLPK 4.15 and later. | |
6049 | |
6328 | 6050 2007-02-19 John W. Eaton <jwe@octave.org> |
6051 | |
6052 * plot/__uiobject_alloc__.in: If next available element in | |
6053 __uiobject_list__ is 0, grow list before doing anything else. | |
6054 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
6055 first call when size of __uiobject_list__ is 0. | |
6056 | |
6323 | 6057 2007-02-16 John W. Eaton <jwe@octave.org> |
6058 | |
6059 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
6060 | |
6321 | 6061 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
6062 | |
6063 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
6064 | |
6316 | 6065 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
6066 | |
6067 * specfun/nchoosek.m: Check nargin. | |
6068 | |
6314 | 6069 2007-02-15 John W. Eaton <jwe@octave.org> |
6070 | |
6315 | 6071 * path/addpath.m, path/rmpath.m: Delete |
6072 * path/Makefile.in (SOURCES): Remove them from the list. | |
6073 | |
6314 | 6074 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
6075 Delete title, xlabel, ylabel, and zlabel properties before | |
6076 reassigning. | |
6077 * plot/__uiobject_axes_init__.in: New arg, mode. | |
6078 Don't init outerposition if "mode" is "replace". | |
6079 * plot/newplot.m: Check both figure and axes nextplot properties. | |
6080 If axes nextplot property is replace, pass "replace" as mode arg | |
6081 to __uiobject_axes_init__. | |
6082 | |
6308 | 6083 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
6084 | |
6310 | 6085 * image/imshow.m: Don't restore old colormap. |
6086 | |
6309 | 6087 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
6088 * image/__img__.m: New file containing common parts of image.m and | |
6089 imshow.m. | |
6312 | 6090 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 6091 * image/image.m, image/imshow.m: Call __img__. |
6092 * plot/__uiobject_draw_axes__.m: | |
6093 Handle rgb imaged data stored in 3-d arrays. | |
6094 | |
6308 | 6095 * plot/figure.m: Doc fix. |
6096 | |
6304 | 6097 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
6098 | |
6099 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
6100 for reading and writing data. New tests. Improve rounding. | |
6101 | |
6302 | 6102 2007-02-13 John W. Eaton <jwe@octave.org> |
6103 | |
6303 | 6104 * plot/stem.m: New file, adapted from OctPlot. |
6105 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6106 | |
6302 | 6107 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
6108 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6109 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6110 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
6111 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
6112 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6113 plot/semilogyerr.m: Return handles to line objects. | |
6114 | |
6301 | 6115 2007-02-11 John W. Eaton <jwe@octave.org> |
6116 | |
6117 * plot/__uiobject_close_all.m: New file. | |
6118 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6119 | |
6298 | 6120 2007-02-10 John W. Eaton <jwe@octave.org> |
6121 | |
6122 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
6123 * plot/__uiobject_globals__.m: Don't call mlock. | |
6124 | |
6125 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
6126 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
6127 before calling pclose. | |
6128 | |
6291 | 6129 2007-02-09 John W. Eaton <jwe@octave.org> |
6130 | |
6295 | 6131 * plot/subplot.m: Delete spurious call to axes. |
6132 | |
6293 | 6133 * plot/figure.m: Call drawnow for current figure before creating |
6134 or switching to a new figure. | |
6135 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
6136 nargin == 0 case. | |
6137 | |
6291 | 6138 * testfun/assert.m: Try to avoid problems when comparisons involve |
6139 strange values like Inf+NaNi. | |
6140 | |
6283 | 6141 2007-02-08 John W. Eaton <jwe@octave.org> |
6142 | |
6286 | 6143 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
6144 and check gnuplot_use_title_option instead of just assuming -title | |
6145 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
6146 | |
6285 | 6147 * Makefile.in (DISTFILES): Add move-if-change to the list. |
6148 | |
6284 | 6149 * audio/Makefile.in, control/base/Makefile.in, |
6150 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6151 control/system/Makefile.in, control/util/Makefile.in, | |
6152 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6153 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6154 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6155 optimization/Makefile.in, plot/Makefile.in, | |
6156 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6157 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6158 special-matrix/Makefile.in, startup/Makefile.in, | |
6159 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6160 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6161 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6162 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6163 | |
6283 | 6164 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6165 only given property list. | |
6166 | |
6278 | 6167 2007-02-07 John W. Eaton <jwe@octave.org> |
6168 | |
6280 | 6169 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6170 properties. | |
6171 | |
6278 | 6172 * plot/sombrero.m: Call box ("off") after mesh. |
6173 | |
6174 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6175 line default" commands with older versions of gnuplot. | |
6176 | |
6177 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6178 | |
6273 | 6179 2007-02-06 John W. Eaton <jwe@octave.org> |
6180 | |
6181 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6182 * sparse/gplot.m: Use line style - instead of 1. | |
6183 | |
6272 | 6184 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6185 | |
6186 * plot/print.m: Avoid error message from cellidx. | |
6187 | |
6188 2007-02-05 John W. Eaton <jwe@octave.org> | |
6189 | |
6190 * plot/legend.m: Fix check for data. | |
6191 | |
6270 | 6192 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6193 | |
6194 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6195 Always set lt and pt. | |
6196 | |
6269 | 6197 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6198 | |
6199 * plot/contourc.m: Correctly compute X and Y. | |
6200 | |
6268 | 6201 2007-02-05 John W. Eaton <jwe@octave.org> |
6202 | |
6203 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6204 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6205 | |
6264 | 6206 2007-02-01 John W. Eaton <jwe@octave.org> |
6207 | |
6266 | 6208 * plot/__uiobject_draw_axes__.m: |
6209 Don't try to set axis limits unless we have data. | |
6210 | |
6264 | 6211 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6212 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6213 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6214 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6215 instead of of key and fmt strings. | |
6216 | |
6217 * plot/__pltopt1__.m: Greatly simplify. | |
6218 | |
6219 * plot/__next_line_color__.m: New file. | |
6220 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6221 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6222 | |
6223 * plot/__default_plot_options__.m: New file. | |
6224 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6225 | |
6226 * plot/__plt3__.m: Delete. | |
6227 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6228 | |
6259 | 6229 2007-01-31 John W. Eaton <jwe@octave.org> |
6230 | |
6263 | 6231 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6232 linestyle, linewidth, marker, and markersize properties. | |
6233 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6234 colors and widths, and line styles. | |
6235 | |
6236 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6237 |
6261 | 6238 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6239 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6240 | |
6241 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6242 __gnuplot_save_data__. | |
6243 | |
6259 | 6244 * image/image.m: Accept 2 args, but ignore the second for now. |
6245 | |
6258 | 6246 2007-01-30 David Bateman <dbateman@free.fr> |
6247 | |
6248 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6249 to flag a package as to be autoloaded. Add install flags -noauto, | |
6250 -auto to force autoload behavior. | |
6251 (installed_packages): Make list of installed packages unique. | |
6252 | |
6259 | 6253 2007-01-30 John W. Eaton <jwe@octave.org> |
6254 | |
6255 * Merge of changes from graphics-branch: | |
6256 | |
6257 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6258 |
6259 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6260 | |
6261 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6262 property if it exists. | |
6263 | |
6259 | 6264 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6265 |
6266 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6267 min values outside of loop over child objects. | |
6268 | |
6269 * plot/contour.m, plot/contourc.m: New files. | |
6270 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6271 | |
6272 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6273 find a gnuplot version newer than 4.0. | |
6274 * image/__img_gnuplot__.m: Delete. | |
6275 * image/image.m: Create image graphics object. | |
6276 Call newplot to setup and drawnow to finish. | |
6277 Eliminate ZOOM arg. | |
6278 | |
6279 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6280 | |
6281 * plot/legend.m: Eliminate useless variable "warned". | |
6282 | |
6283 * plot/__uiobject_image_ctor__.m: New file. | |
6284 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6285 | |
6286 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6287 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6288 | |
6289 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6290 | |
6291 * plot/__default_colormap__.m: New file. | |
6292 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6293 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6294 property. | |
6295 * image/colormap.m: Use colormap property of current figure | |
6296 to store colormap instead of using persistent variable. | |
6297 Call __default_colormap__ to get default map value. | |
6298 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6299 | |
6300 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6301 Handle some tick mark options. | |
6302 | |
6303 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6304 set corresponding *mode to "manual". If we set dataaspectratio, | |
6305 set dataaspectratiomode to "manual". | |
6306 | |
6307 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6308 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6309 | |
6310 * plot/axis.m: New file. | |
6311 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6312 | |
6313 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6314 set corresponding *limmode to "manual". | |
6315 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6316 Use it to compute autosclaled limits. | |
6317 Arg is now handle, not object. Change all callers. | |
6318 Compute data limits. | |
6319 | |
6259 | 6320 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6321 |
6322 * plot/drawnow: Fix visibility check for zero args. | |
6323 | |
6324 * plot/text.m: New file. | |
6325 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6326 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6327 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6328 horizontalalignment properties. | |
6329 | |
6330 * plot/figure.m: Set options for f we just constructed or were | |
6331 given as an argument, not gcf. Only return handle if nargout > 0. | |
6332 | |
6333 * plot/drawnow.m: Handle visible field for figure here. | |
6334 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6335 | |
6336 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6337 title and axis labels. | |
6338 | |
6339 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6340 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6341 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6342 * plot/view.m: New file. | |
6343 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6344 | |
6345 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6346 Call __request_drawnow__. | |
6347 | |
6348 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6349 | |
6350 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6351 Call set to set properties. Return handle instead of structure. | |
6352 Change all callers. | |
6353 | |
6354 * plot/__uiobject_axes_setr__.m: New file. | |
6355 * plot/set.in: Check for __setter__ field. | |
6356 | |
6357 * plot/__uiobject_axes_init__.in: | |
6358 Rename from plot/__uiobject_axes_init__.m. | |
6359 Include __uiobject_globals__. | |
6360 Accept handle as arg instead of structure | |
6361 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6362 from the list. | |
6363 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6364 | |
6259 | 6365 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6366 |
6367 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6368 | |
6369 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6370 initializing each global variable. | |
6371 | |
6259 | 6372 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6373 |
6374 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6375 __uiobject_figure_handles_free_list__): New global variables. | |
6376 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6377 Place unused handles on the free list. | |
6378 | |
6379 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6380 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6381 | |
6382 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6383 handles here. Return figure handle. | |
6384 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6385 | |
6259 | 6386 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6387 |
6388 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6389 data for gnuplot. | |
6390 | |
6391 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6392 files. | |
6393 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6394 (DISTFILES): Include include-globals.awk in the list. | |
6395 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6396 ($(GEN_M) : %.m : %.in): New rule. | |
6397 | |
6398 * include-globals.awk: New file. | |
6399 | |
6400 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6401 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6402 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6403 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6404 plot/__uiobject_init_root_figure__.in, | |
6405 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6406 Rename from corresponding .m files. | |
6407 | |
6408 * move-if-change: New file. | |
6409 | |
6410 * plot/__uiobject_delete__.m: New file. | |
6411 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6412 plot/__uiobject_delete_child__.m: Delete. | |
6413 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6414 not a character string. | |
6415 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6416 Fix assignment to tmp key value in loop. | |
6417 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6418 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6419 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6420 Inline code to delete children. | |
6421 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6422 __uiobject_list__. | |
6423 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6424 and free child. | |
6425 | |
6259 | 6426 2006-12-08 John W. Eaton <jwe@octave.org> |
6427 | |
6428 * plot/gcf.m: Check if the root figure object's currentfigure | |
6429 handle is empty, not 0. | |
6430 * plot/__uiobject_root_figure_ctor__.m: | |
6431 Set currentfigure to [], not 0. | |
6432 | |
6433 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6434 | |
6435 2006-12-07 John W. Eaton <jwe@octave.org> | |
6436 | |
6437 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6438 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6439 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6440 plot/__uiobject_delete_children__.m, | |
6441 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6442 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6443 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6444 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6445 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6446 plot/__uiobject_init_figure__.m, | |
6447 plot/__uiobject_init_root_figure__.m, | |
6448 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6449 plot/__uiobject_remove_child__.m, | |
6450 plot/__uiobject_root_figure_ctor__.m, | |
6451 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6452 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6453 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6454 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6455 plot/set.m: New files. | |
6456 | |
6457 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6458 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6459 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6460 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6461 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6462 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6463 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6464 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6465 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6466 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6467 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6468 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6469 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6470 plot/semilogyerr.m, plot/replot.m: | |
6471 Adapt to new graphics data structure. | |
6472 | |
6473 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6474 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6475 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6476 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6477 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6478 plot/plot_border.m, plot/subwindow.m: Delete. | |
6479 | |
6480 2007-01-24 David Bateman <dbateman@free.fr> | |
6481 | |
6482 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6483 Delete bare newline in string passed to write_INDEX. | |
6484 | |
6485 * sparse/sprandsym.m: Make work for even values of N. | |
6486 | |
6487 2007-01-24 John W. Eaton <jwe@octave.org> | |
6488 | |
6489 * miscellaneous/news.m: New file. | |
6490 | |
6491 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6492 | |
6493 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6494 | |
6495 * strings/strncmp.m: Delete (we now have a built-in version). | |
6496 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6497 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6498 |
6499 * testfun/test.m: Check for all files in path, use first found. | |
6500 | |
6501 2007-01-22 David Bateman <dbateman@free.fr> | |
6502 | |
6503 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6504 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6505 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6506 |
6507 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6508 file name. | |
6509 | |
6510 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6511 nargout is 1. Handle colormaps that have too few colors. | |
6512 | |
6513 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6514 (configure_make): Use fullfile instead of concatenating with "/". | |
6515 | |
6258 | 6516 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6517 | |
6518 * set/ismember.m: Handle N-d arrays. | |
6519 | |
6520 2007-01-10 David Bateman <dbateman@free.fr> | |
6521 | |
6522 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6523 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6524 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6525 New files. | |
6526 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6527 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6528 |
6778 | 6529 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6530 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6531 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6532 |
6533 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6534 instead of concatenating with "/". Use mlock to ensure that | |
6535 persistent variables are not clobbered if user types clear all. | |
6536 | |
6537 2007-01-08 John W. Eaton <jwe@octave.org> | |
6538 | |
6539 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6540 Improve handling of file names containing globbing characters. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6541 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6542 |
6543 2007-01-05 John W. Eaton <jwe@octave.org> | |
6544 | |
6545 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6546 New files. | |
6547 | |
6548 2006-12-30 John W. Eaton <jwe@octave.org> | |
6549 | |
6550 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6551 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6552 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6553 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6554 |
6555 * image/imshow.m: Strip NaNs from image. | |
6556 | |
6557 2006-12-08 David Bateman <dbateman@free.fr> | |
6558 | |
6559 * sparse/normest.m: New file. | |
6560 | |
6286 | 6561 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6562 |
6210 | 6563 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6564 Work on Windows systems without cp or mv. | |
6565 | |
6209 | 6566 * startup/inputrc: Include sequences for Windows. |
6567 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6568 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6569 |
6570 * pkg/pkg.m (unload_packages): New function. | |
6571 (pkg): Handle unload action. | |
6572 | |
6573 * __errplot__.m: Add missing semicolon. | |
6574 | |
6193 | 6575 2006-11-30 John W. Eaton <jwe@octave.org> |
6576 | |
6577 * miscellaneous/mexext.m: New file. | |
6578 | |
6189 | 6579 2006-11-29 David Bateman <dbateman@free.fr> |
6580 | |
6581 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6582 location of package lists to be probed and set. | |
6583 | |
6179 | 6584 2006-11-17 John W. Eaton <jwe@octave.org> |
6585 | |
6181 | 6586 * plot/__render_plot1__.m: Reverse y axis for images. |
6587 | |
6179 | 6588 * plot/__render_plot__.m: New args, terminal and output. |
6589 * plot/print.m: Don't set output and term here. Instead, call | |
6590 __render_plot__ with terminal and output. | |
6591 | |
6178 | 6592 2006-11-16 John W. Eaton <jwe@octave.org> |
6593 | |
6594 * plot/__render_plot1__.m: New file. | |
6595 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6596 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6597 gnuplot. Let __render_plot__ do that. | |
6598 | |
6177 | 6599 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6600 | |
6601 * plot/plot.m: Fix doc string. | |
6602 | |
6173 | 6603 2006-11-16 John W. Eaton <jwe@octave.org> |
6604 | |
6605 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6606 before sending anything to the plotter. | |
6607 | |
6172 | 6608 2006-11-15 John W. Eaton <jwe@octave.org> |
6609 | |
6610 * image/__img_gnuplot__.m: Store more info in global plot | |
6611 structures and use __render_plot__ to build plot command to | |
6612 display image. | |
6613 | |
6614 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6615 | |
6616 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6617 __plot_command_sep__): Delete. | |
6618 (__plot_data_type__, __plot_data_parametric__, | |
6619 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6620 __plot_usingstr__, __plot_withstr__): New variables. | |
6621 * plot/__init_plot_vars__.m: Initialize them. | |
6622 | |
6623 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6624 Don't handle sep or cmd. | |
6625 | |
6626 * plot/__render_plot__.m: New function. | |
6627 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6628 Store more info in global plot structures and use __render_plot__ | |
6629 to build plot command. | |
6630 * plot/replot.m: Simply call __render_plot__. | |
6631 | |
6632 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6633 Set __plot_data_parametric__ here. | |
6634 | |
6164 | 6635 2006-11-14 John W. Eaton <jwe@octave.org> |
6636 | |
6166 | 6637 * plot/bottom_title.m, plot/top_title.m: Delete. |
6638 | |
6164 | 6639 * image/image_viewer.m: Set default values here. |
6640 * image/image.m: Not here. | |
6641 | |
6642 * image/image_viewer.m: Always return old values. Check arguments. | |
6643 * image/__img_gnuplot__.m: Rename from __img__m. | |
6644 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6645 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6646 |
6647 * image/image_viewer.m: New function. | |
6648 * image/__img_via_file__.m: New function. | |
6649 * image/image.m: Use image_viewer to determine which program to | |
6650 use for image viewing. | |
6754 | 6651 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6652 |
6163 | 6653 2006-11-14 John W. Eaton <jwe@octave.org> |
6654 | |
6655 * plot/__do_legend__.m, plot/__errplot__.m, | |
6656 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6657 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6658 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6659 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6660 Use __plot_globals__ for multiplot variables. Keep track of | |
6661 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6662 | |
6157 | 6663 2006-11-13 John W. Eaton <jwe@octave.org> |
6664 | |
6158 | 6665 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6666 | |
6157 | 6667 * miscellaneous/substruct.m: New function. |
6668 | |
6669 * testfun/assert.m: Force orientation to match when comparing | |
6670 struct elements. | |
6671 | |
6672 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6673 when comparing structs. | |
6674 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6675 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6676 |
6754 | 6677 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6678 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6679 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6680 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6681 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6682 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6683 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6684 |
6156 | 6685 2006-11-13 John W. Eaton <jwe@octave.org> |
6686 | |
6687 * plot/mesh.m: Use size_equal to compare dimensions. | |
6688 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6689 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6690 |
6691 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6692 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6693 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6694 |
6695 * miscellaneous/copyfile.m: Fix docs to match function. | |
6696 | |
6145 | 6697 2006-11-08 John W. Eaton <jwe@octave.org> |
6698 | |
6146 | 6699 * plot/legend.m: New function, adapted from Octave Forge. |
6700 | |
6701 * plot/__do_legend__.m: New function. | |
6702 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6703 plot/replot.m: Call it before plotting. | |
6704 | |
6705 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6706 noparametric" to gnuplot.. | |
6707 | |
6708 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6709 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6710 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6711 and return key title separate from line format. Accept format and | |
6712 key as cellstr. Always return data as cell array. Return format | |
6713 and key title as cellstr. | |
6714 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6715 Handle line format and key titles separately. | |
6716 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6717 | |
6718 * plot/__plot_globals__.m (__plot_line_offset__, | |
6719 __plot_key_labels__, __plot_key_properties__): New global | |
6720 variables. Initialize them. | |
6721 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6722 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6723 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6724 (__plot_line_offset__, __plot_key_labels__, | |
6725 __plot_key_properties__): Store information about plot key titles. | |
6726 | |
6727 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6728 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6729 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6730 respectively. | |
6731 | |
6732 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6733 | |
6145 | 6734 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6735 whle concatenating args. | |
6736 | |
6144 | 6737 2006-11-07 John W. Eaton <jwe@octave.org> |
6738 | |
6739 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6740 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6741 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6742 |
6143 | 6743 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6744 option to regexp. | |
6745 | |
6142 | 6746 * image/__img__.m: Send "set size ratio -1" before plotting. |
6747 | |
6138 | 6748 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6749 | |
6139 | 6750 * strings/index.m: New arg, direction. Simplify and speed up. |
6751 * strings/rindex.m: Implement using index (..., "last"); | |
6752 | |
6754 | 6753 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6754 |
6130 | 6755 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6756 | |
6757 * general/__isequal__.m: Test size and class more consistently. | |
6758 | |
6116 | 6759 2006-10-27 John W. Eaton <jwe@octave.org> |
6760 | |
6117 | 6761 * miscellaneous/ls_command.m: Use /D instead of /w. |
6762 From Michael Goffioul <michael.goffioul@swing.be>. | |
6763 | |
6116 | 6764 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6765 * miscellaneous/dir.m: Mark as a command. | |
6766 | |
6112 | 6767 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6768 | |
6769 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6770 | |
6088 | 6771 2006-10-25 John W. Eaton <jwe@octave.org> |
6772 | |
6773 * image/image.m: Set x = y = [] when nargin == 0; | |
6774 | |
6775 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6776 | |
6777 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6778 * image/__img__.m: New file, originally from | |
6779 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6780 | |
6087 | 6781 2006-10-25 John W. Eaton <jwe@octave.org> |
6782 | |
6783 * plot/__gnuplot_version__.m: New function, originally from | |
6784 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6785 Quentin Spencer <qspencer@ieee.org>. | |
6786 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6787 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6788 |
6789 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6790 | |
6081 | 6791 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6792 | |
6793 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6794 miscellaneous/gunzip.m: New files. | |
6795 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6796 Call unpack to do the real work. | |
6797 | |
6075 | 6798 2006-10-24 John W. Eaton <jwe@octave.org> |
6799 | |
6078 | 6800 * plot/plot3.m: If we have a format string, then also pass using |
6801 string to __plt3__. | |
6802 | |
6077 | 6803 * plot/sombrero.m: Don't return anything if nargout == 0. |
6804 | |
6075 | 6805 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6806 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6807 |
6069 | 6808 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6809 | |
6810 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6811 Quote filenames in shell commands. | |
6812 | |
6055 | 6813 2006-10-17 David Bateman <dbateman@free.fr> |
6814 | |
6815 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6816 the package directory is missing. | |
6817 | |
6052 | 6818 2006-10-13 John W. Eaton <jwe@octave.org> |
6819 | |
6820 * plot/box.m: New function. | |
6821 | |
6050 | 6822 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6823 | |
6824 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6825 | |
6049 | 6826 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6827 | |
6828 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6829 | |
6047 | 6830 2006-10-10 John W. Eaton <jwe@octave.org> |
6831 | |
6832 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6833 | |
6046 | 6834 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6835 | |
6836 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6837 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6838 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6839 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6840 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6841 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6842 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6843 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6844 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6845 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6846 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6847 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6848 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6849 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6850 control/system/buildssic.m, control/system/c2d.m, | |
6851 control/system/cellidx.m, control/system/d2c.m, | |
6852 control/system/dmr2d.m, control/system/fir2sys.m, | |
6853 control/system/is_abcd.m, control/system/is_controllable.m, | |
6854 control/system/is_detectable.m, control/system/is_digital.m, | |
6855 control/system/is_observable.m, control/system/is_siso.m, | |
6856 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6857 control/system/jet707.m, control/system/listidx.m, | |
6858 control/system/ord2.m, control/system/parallel.m, | |
6859 control/system/ss.m, control/system/ss2zp.m, | |
6860 control/system/starp.m, control/system/sys2ss.m, | |
6861 control/system/sys2tf.m, control/system/sys2zp.m, | |
6862 control/system/sysadd.m, control/system/sysappend.m, | |
6863 control/system/syschtsam.m, control/system/sysconnect.m, | |
6864 control/system/syscont.m, control/system/sysdimensions.m, | |
6865 control/system/sysdisc.m, control/system/sysdup.m, | |
6866 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6867 control/system/sysgroup.m, control/system/sysidx.m, | |
6868 control/system/sysmin.m, control/system/sysmult.m, | |
6869 control/system/sysout.m, control/system/sysprune.m, | |
6870 control/system/sysscale.m, control/system/syssetsignals.m, | |
6871 control/system/syssub.m, control/system/sysupdate.m, | |
6872 control/system/tf.m, control/system/tfout.m, | |
6873 control/system/ugain.m, control/system/zp.m, | |
6874 control/system/zpout.m, control/util/__outlist__.m, | |
6875 control/util/__zgpbal__.m, control/util/prompt.m, | |
6876 control/util/sortcom.m, control/util/strappend.m, | |
6877 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6878 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6879 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6880 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6881 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6882 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6883 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6884 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6885 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6886 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6887 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6888 general/ind2sub.m, general/int2str.m, | |
6889 general/is_duplicate_entry.m, general/isdefinite.m, | |
6890 general/isequal.m, general/isequalwithequalnans.m, | |
6891 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6892 general/isvector.m, general/logical.m, general/logspace.m, | |
6893 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6894 general/perror.m, general/postpad.m, general/prepad.m, | |
6895 general/randperm.m, general/rem.m, general/repmat.m, | |
6896 general/rot90.m, general/rotdim.m, general/shift.m, | |
6897 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6898 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6899 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6900 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6901 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6902 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6903 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6904 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6905 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6906 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6907 linear-algebra/logm.m, linear-algebra/norm.m, | |
6908 linear-algebra/null.m, linear-algebra/orth.m, | |
6909 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6910 linear-algebra/trace.m, linear-algebra/vec.m, | |
6911 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6912 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6913 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6914 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6915 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6916 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6917 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6918 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6919 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6920 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6921 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6922 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6923 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6924 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6925 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6926 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6927 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6928 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6929 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6930 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6931 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6932 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6933 polynomial/polyder.m, polynomial/polyderiv.m, | |
6934 polynomial/polyfit.m, polynomial/polygcd.m, | |
6935 polynomial/polyinteg.m, polynomial/polyout.m, | |
6936 polynomial/polyreduce.m, polynomial/polyval.m, | |
6937 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6938 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6939 set/complement.m, set/create_set.m, set/intersect.m, | |
6940 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6941 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6942 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6943 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6944 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6945 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6946 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6947 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6948 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6949 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6950 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6951 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6952 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6953 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6954 special-matrix/hankel.m, special-matrix/hilb.m, | |
6955 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6956 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6957 statistics/base/center.m, statistics/base/cloglog.m, | |
6958 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6959 statistics/base/cov.m, statistics/base/cut.m, | |
6960 statistics/base/gls.m, statistics/base/iqr.m, | |
6961 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6962 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6963 statistics/base/mean.m, statistics/base/meansq.m, | |
6964 statistics/base/median.m, statistics/base/moment.m, | |
6965 statistics/base/ols.m, statistics/base/ppplot.m, | |
6966 statistics/base/probit.m, statistics/base/qqplot.m, | |
6967 statistics/base/range.m, statistics/base/ranks.m, | |
6968 statistics/base/run_count.m, statistics/base/skewness.m, | |
6969 statistics/base/spearman.m, statistics/base/statistics.m, | |
6970 statistics/base/std.m, statistics/base/studentize.m, | |
6971 statistics/base/table.m, statistics/base/values.m, | |
6972 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6973 statistics/distributions/betainv.m, | |
6974 statistics/distributions/betapdf.m, | |
6975 statistics/distributions/betarnd.m, | |
6976 statistics/distributions/binocdf.m, | |
6977 statistics/distributions/binoinv.m, | |
6978 statistics/distributions/binopdf.m, | |
6979 statistics/distributions/binornd.m, | |
6980 statistics/distributions/cauchy_cdf.m, | |
6981 statistics/distributions/cauchy_inv.m, | |
6982 statistics/distributions/cauchy_pdf.m, | |
6983 statistics/distributions/cauchy_rnd.m, | |
6984 statistics/distributions/chi2cdf.m, | |
6985 statistics/distributions/chi2inv.m, | |
6986 statistics/distributions/chi2pdf.m, | |
6987 statistics/distributions/chi2rnd.m, | |
6988 statistics/distributions/discrete_cdf.m, | |
6989 statistics/distributions/discrete_inv.m, | |
6990 statistics/distributions/discrete_pdf.m, | |
6991 statistics/distributions/discrete_rnd.m, | |
6992 statistics/distributions/empirical_rnd.m, | |
6993 statistics/distributions/expcdf.m, | |
6994 statistics/distributions/expinv.m, | |
6995 statistics/distributions/exppdf.m, | |
6996 statistics/distributions/exprnd.m, | |
6997 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6998 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6999 statistics/distributions/gamcdf.m, | |
7000 statistics/distributions/gaminv.m, | |
7001 statistics/distributions/gampdf.m, | |
7002 statistics/distributions/gamrnd.m, | |
7003 statistics/distributions/geocdf.m, | |
7004 statistics/distributions/geoinv.m, | |
7005 statistics/distributions/geopdf.m, | |
7006 statistics/distributions/geornd.m, | |
7007 statistics/distributions/hygecdf.m, | |
7008 statistics/distributions/hygeinv.m, | |
7009 statistics/distributions/hygepdf.m, | |
7010 statistics/distributions/hygernd.m, | |
7011 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7012 statistics/distributions/laplace_cdf.m, | |
7013 statistics/distributions/laplace_inv.m, | |
7014 statistics/distributions/laplace_pdf.m, | |
7015 statistics/distributions/laplace_rnd.m, | |
7016 statistics/distributions/logistic_cdf.m, | |
7017 statistics/distributions/logistic_inv.m, | |
7018 statistics/distributions/logistic_pdf.m, | |
7019 statistics/distributions/logistic_rnd.m, | |
7020 statistics/distributions/logncdf.m, | |
7021 statistics/distributions/logninv.m, | |
7022 statistics/distributions/lognpdf.m, | |
7023 statistics/distributions/lognrnd.m, | |
7024 statistics/distributions/normcdf.m, | |
7025 statistics/distributions/norminv.m, | |
7026 statistics/distributions/normpdf.m, | |
7027 statistics/distributions/normrnd.m, | |
7028 statistics/distributions/pascal_cdf.m, | |
7029 statistics/distributions/pascal_inv.m, | |
7030 statistics/distributions/pascal_pdf.m, | |
7031 statistics/distributions/pascal_rnd.m, | |
7032 statistics/distributions/poisscdf.m, | |
7033 statistics/distributions/poissinv.m, | |
7034 statistics/distributions/poisspdf.m, | |
7035 statistics/distributions/poissrnd.m, | |
7036 statistics/distributions/stdnormal_cdf.m, | |
7037 statistics/distributions/stdnormal_inv.m, | |
7038 statistics/distributions/stdnormal_pdf.m, | |
7039 statistics/distributions/stdnormal_rnd.m, | |
7040 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
7041 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
7042 statistics/distributions/unifcdf.m, | |
7043 statistics/distributions/unifinv.m, | |
7044 statistics/distributions/unifpdf.m, | |
7045 statistics/distributions/unifrnd.m, | |
7046 statistics/distributions/wblcdf.m, | |
7047 statistics/distributions/wblinv.m, | |
7048 statistics/distributions/wblpdf.m, | |
7049 statistics/distributions/wblrnd.m, | |
7050 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
7051 statistics/tests/bartlett_test.m, | |
7052 statistics/tests/chisquare_test_homogeneity.m, | |
7053 statistics/tests/chisquare_test_independence.m, | |
7054 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
7055 statistics/tests/hotelling_test.m, | |
7056 statistics/tests/hotelling_test_2.m, | |
7057 statistics/tests/kolmogorov_smirnov_test.m, | |
7058 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7059 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
7060 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
7061 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
7062 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7063 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7064 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7065 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7066 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7067 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
7068 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
7069 strings/index.m, strings/isletter.m, strings/lower.m, | |
7070 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7071 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7072 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
7073 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
7074 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
7075 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
7076 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
7077 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
7078 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7079 time/etime.m, time/is_leap_year.m: | |
7080 Use print_usage instead of usage. | |
7081 | |
6044 | 7082 2006-10-09 David Bateman <dbateman@free.fr> |
7083 | |
7084 * time/datevec.m: Add additional compatible default parsing strings. | |
7085 | |
6395 | 7086 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 7087 |
6042 | 7088 * pkg/pkg.m: Remove trailing "\n" from error messages. |
7089 Remove compare_versions subfunction. | |
7090 | |
7091 * miscellaneous/compare_versions.m: New function to compare | |
7092 version numbers as strings with any boolean operators. | |
7093 | |
6041 | 7094 * miscellaneous/untar.m: Check more rigorously to see if the tar |
7095 file exists. | |
7096 | |
6036 | 7097 2006-10-04 John W. Eaton <jwe@octave.org> |
7098 | |
7099 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
7100 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7101 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 7102 |
6037 | 7103 * pkg/pkg.m: Update docs. Handle prefix option. |
7104 Handle dependencies for load option. | |
6032 | 7105 |
6029 | 7106 2006-10-04 John W. Eaton <jwe@octave.org> |
7107 | |
6030 | 7108 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
7109 | |
7110 * plot/clg.m: Delete. | |
7111 * plot/__init_plot_vars__.m: New function. | |
7112 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 7113 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7114 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 7115 |
7116 * pkg/pkg.m: Avoid calling addpath with no args. | |
7117 | |
6024 | 7118 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
7119 | |
7120 * audio/loadaudio.m, control/base/nyquist.m, | |
7121 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
7122 linear-algebra/krylov.m, statistics/base/center.m, | |
7123 statistics/base/median.m, statistics/base/std.m, | |
7124 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
7125 find first or last element matching a condition. | |
7126 | |
6023 | 7127 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
7128 | |
7129 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
7130 general/__isequal__.m: Minimize looping using cellfun. | |
7131 | |
6020 | 7132 2006-10-02 David Bateman <dbateman@free.fr> |
7133 | |
7134 * pkg/pkg.m (copy_files): always create installation directory. | |
7135 | |
6016 | 7136 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
7137 | |
7138 * miscellaneous/doc.m: Swap file and directory args to info. | |
7139 | |
7140 2006-10-01 Arno Onken <whyly@gmx.net> | |
7141 | |
7142 * statistics/distributions/exprnd.m: Fix typo. | |
7143 | |
6014 | 7144 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
7145 | |
7146 * polynomial/ppval.m: Use .' instead of '. | |
7147 * polynomial/spline.m: Likewise. New tests. | |
7148 | |
6004 | 7149 2006-09-26 David Bateman <dbateman@free.fr> |
7150 | |
7151 * __plt3__.m: Using global variables __plot_data__, | |
7152 __plot_data_offset__ and __plot_command__ to store plots and | |
7153 correctly handle multiplots, and hold state. Only accept a single | |
7154 data parameter plus, using, format and with strings. Remove | |
7155 setting of gnuplot parameters. | |
7156 * __make_using_clause__.m: New function extracted from __plt__.m. | |
7157 * __setup_plot__.m: Convert to a function and pass the plotting | |
7158 command to use. | |
7159 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
7160 * contour.m: Use unwind protect on the parametric state of plot | |
7161 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7162 * mesh.m: ditto. | |
7163 * plot3.m: Error checking, setting of parametric state and | |
7164 formation of matrix to plot moved from old __plt3__. | |
7165 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7166 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7167 |
5997 | 7168 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7169 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7170 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7171 |
7172 * signal/filter2.m: Correct texinfo doc. | |
7173 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7174 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7175 |
7176 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7177 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7178 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7179 |
7180 * pkg/pkg.m (prepare_installation): Don't create package | |
7181 installation directory here. | |
7182 (copy_files): Create it here instead, to avoid issues with | |
7183 upgrades. Also install the COPYING file in packinfo. | |
7184 | |
5989 | 7185 2006-09-13 John W. Eaton <jwe@octave.org> |
7186 | |
7187 * general/blkdiag.m: Adjust to new cellfun rules. | |
7188 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7189 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7190 |
7191 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7192 error message for archive name not matching package name. | |
7193 (installed_packages): Size header of printed results to | |
7194 arguments. Sort the list of installed packages before printing | |
7195 them. | |
7196 | |
5986 | 7197 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7198 | |
7199 * signal/freqz.m: Update tests. | |
7200 | |
7201 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7202 | |
7203 * signal/freqz.m: Corretly postpad arrays. | |
7204 Don't call fliplr on a column vector. | |
7205 | |
5984 | 7206 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7207 | |
7208 * general/shiftdim.m: Use permute instead of reshape. | |
7209 | |
5981 | 7210 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7211 | |
7212 * miscellaneous/parseparams.m: New function. | |
7213 | |
5980 | 7214 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7215 | |
7216 * miscellaneous/doc.m: Swap order of --file and --directory | |
7217 options for info program invocation. | |
7218 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7219 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7220 |
5987 | 7221 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7222 previous change. |
7223 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7224 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7225 |
7226 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7227 absence of trailing "/" in OCTAVE_HOME. | |
7228 | |
5973 | 7229 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7230 | |
7231 * time/datenum.m: Allow arg to be character string. | |
7232 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7233 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7234 |
7235 * pkg/pkg.m (install): Verify that package name correponds to the | |
7236 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7237 they are empty. If package directory is empty, remove it to fail | |
7238 gracefully for system specific packages. | |
7239 (extract_pkgadd, create_pkgadd): delete. | |
7240 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7241 (copy_files): Install both bin/ and doc/ directories, adding the | |
7242 bin/ to the EXEC_PATH when the package is loaded. | |
7243 | |
5962 | 7244 2006-08-24 John W. Eaton <jwe@octave.org> |
7245 | |
7246 * image/saveimage.m: Use logical indexing instead of | |
7247 indices computed by calling find on the logical index. | |
7248 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7249 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7250 |
5967 | 7251 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7252 Use logical indexing instead of indices computed by calling find |
7253 on the logical index. | |
7254 | |
7255 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7256 |
5959 | 7257 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7258 | |
7259 * control/system/tf2zp.m: Simplify gain calculation. | |
7260 | |
5958 | 7261 2006-08-23 John W. Eaton <jwe@octave.org> |
7262 | |
7263 * plot/__plt__.m: Insert using clauses for all plots. | |
7264 | |
5957 | 7265 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7266 | |
7267 * control/system/sysscale.m: Call tf and zp with correct number of | |
7268 args. | |
7269 | |
5955 | 7270 2006-08-22 David Bateman <dbateman@free.fr> |
7271 | |
7272 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7273 Search inst/*.m and src/*.m files in the package for | |
7274 PKG_ADD directives and append user supplied PKG_ADD. | |
7275 (pkg): Call create_pkgadd after copying files. | |
7276 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7277 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7278 |
7279 * pkg/pkg.m: Handle multiple packages in a single file. | |
7280 Insert directory separator between OCTAVE_HOME and rest of package | |
7281 installation directory. | |
7282 | |
7283 2006-08-21 John W. Eaton <jwe@octave.org> | |
7284 | |
7285 * general/num2str.m: Early return if arg is empty. | |
7286 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7287 | |
5946 | 7288 2006-08-21 David Bateman <dbateman@free.fr> |
7289 | |
7290 * strings/mat2str.m: Compute NC before using. | |
7291 | |
5937 | 7292 2006-08-17 John W. Eaton <jwe@octave.org> |
7293 | |
7294 * audio/wavread.m: Fix calculation of sample count. | |
7295 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7296 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7297 |
7298 * image/imshow.m: New Matlab-compatible version. | |
7299 | |
5930 | 7300 2006-08-15 John W. Eaton <jwe@octave.org> |
7301 | |
7302 * deprecated/is_global.m: Delete. | |
7303 | |
5928 | 7304 2006-08-14 John W. Eaton <jwe@octave.org> |
7305 | |
7306 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7307 | |
5926 | 7308 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7309 | |
7310 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7311 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7312 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7313 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7314 |
6778 | 7315 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7316 Use addpath and rmpath instead of manipulating LOADPATH. |
7317 Handle changes to system function. | |
7318 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7319 recursive directory removal. | |
5922 | 7320 |
5924 | 7321 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7322 | |
6778 | 7323 * colormap.m: Change global variable to persistent. |
5923 | 7324 |
5922 | 7325 * rgb2ind.m: Handle single 3-d array as rgb image. |
7326 | |
5920 | 7327 2006-08-14 John W. Eaton <jwe@octave.org> |
7328 | |
7329 * strings/str2double.m: Fix missing semicolon. | |
7330 | |
5910 | 7331 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7332 | |
7333 * plot/plot3.m: Accept one complex or one real and one complex | |
7334 argument and plot real and imaginary components for y and z. | |
7335 | |
5908 | 7336 2006-07-27 John W. Eaton <jwe@octave.org> |
7337 | |
7338 * testfun/test.m: Call fflush after each block of calls to | |
7339 fprintf, fputs, or fdisp. | |
7340 | |
5904 | 7341 2006-07-26 John W. Eaton <jwe@octave.org> |
7342 | |
7343 * miscellaneous/mex.m: New function. | |
7344 | |
5901 | 7345 2006-07-22 John W. Eaton <jwe@octave.org> |
7346 | |
7347 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7348 | |
5881 | 7349 2006-07-07 John W. Eaton <jwe@octave.org> |
7350 | |
7351 * miscellaneous/orderfields.m: New file. | |
7352 | |
5873 | 7353 2006-06-30 John W. Eaton <jwe@octave.org> |
7354 | |
7355 * time/datevec.m: Make another attempt to account for precision of | |
7356 datenum format. | |
7357 | |
5868 | 7358 2006-06-29 John W. Eaton <jwe@octave.org> |
7359 | |
7360 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7361 Use feval instead of "type -q" to get values now that all the | |
7362 symbols are functions. | |
7363 | |
5860 | 7364 2006-06-16 John W. Eaton <jwe@octave.org> |
7365 | |
7366 * time/datevec.m: Avoid computing log of non-positive values. | |
7367 | |
5859 | 7368 2006-06-14 John W. Eaton <jwe@octave.org> |
7369 | |
7370 * time/datevec.m: Attempt to account for precision of datenum format. | |
7371 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7372 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7373 |
7374 * audio/wavread.m: Fix file range error and add read support for | |
7375 24-bit WAV files. | |
7376 | |
5837 | 7377 2006-06-01 David Bateman <dbateman@free.fr> |
7378 | |
7379 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7380 general/interp1.m, general/gradient.m, general/interp2.m, | |
7381 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7382 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7383 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7384 | |
5835 | 7385 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7386 | |
7387 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7388 * miscellaneous/texas_lotto.m: Fix warning message. | |
7389 | |
5830 | 7390 2006-05-26 John W. Eaton <jwe@octave.org> |
7391 | |
7392 * miscellaneous/doc.m: Also handle nargin == 0. | |
7393 | |
5829 | 7394 2006-05-23 John W. Eaton <jwe@octave.org> |
7395 | |
7396 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7397 really needed. | |
7398 | |
5827 | 7399 2006-05-22 John W. Eaton <jwe@octave.org> |
7400 | |
6754 | 7401 * general/lookup.m: New file from Octave Forge. |
5827 | 7402 |
7403 2006-05-22 David Bateman <dbateman@free.fr> | |
7404 | |
6754 | 7405 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7406 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7407 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7408 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7409 special-matrix/magic.m, special-matrix/hadamard.m, | |
7410 strings/strtok.m: New files from Octave Forge. | |
5827 | 7411 |
5824 | 7412 2006-05-19 David Bateman <dbateman@free.fr> |
7413 | |
7414 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7415 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7416 |
5821 | 7417 2006-05-17 John W. Eaton <jwe@octave.org> |
7418 | |
7419 * set/intersection.m: Delete | |
7420 * deprecated/intersection.m: New file. | |
7421 | |
5820 | 7422 2006-05-17 David Bateman <dbateman@free.fr> |
7423 | |
7424 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7425 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7426 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7427 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7428 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7429 Forge. | |
7430 | |
5809 | 7431 2006-05-11 John W. Eaton <jwe@octave.org> |
7432 | |
5815 | 7433 * path/path.m: Delete (now a built-in function). |
7434 | |
5811 | 7435 * pkg/Makefile.in: New file. |
7436 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7437 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7438 |
5808 | 7439 2006-05-10 John W. Eaton <jwe@octave.org> |
7440 | |
7441 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7442 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7443 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7444 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7445 |
7446 * tar.m, untar.m, unzip.m: New files. | |
7447 | |
5801 | 7448 2006-05-10 John W. Eaton <jwe@octave.org> |
7449 | |
5804 | 7450 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7451 * path/setpath.m: Delete. | |
7452 | |
5801 | 7453 * pkg/pkg.m: New file. |
7454 | |
5798 | 7455 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7456 | |
7457 * plot/plot.m: Doc string fix. | |
7458 | |
7459 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7460 | |
7461 * testfun/speeed.m: Use new interface to unique and assert. | |
7462 Improve documentation. Approximate time complexity from log-log | |
7463 plot. Return time complexity and raw times if requested. The | |
7464 mean ratio is no longer returned. Provide complete control over | |
7465 which n are computed. | |
7466 | |
7467 2006-05-09 John W. Eaton <jwe@octave.org> | |
7468 | |
7469 * path/path.m: Move here from miscellaneous. | |
7470 Adapt to new LOADPATH definition. | |
7471 | |
5789 | 7472 2006-05-03 David Bateman <dbateman@free.fr> |
7473 | |
7474 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7475 explicit uses of a path seperation character with pathsep(). | |
7476 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7477 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7478 |
6778 | 7479 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7480 |
5781 | 7481 2006-04-29 John W. Eaton <jwe@octave.org> |
7482 | |
7483 * startup/main-rcfile: Disable some warnings. | |
7484 | |
5762 | 7485 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7486 | |
7487 * strings/strcmpi.m: Return false instead of error if args are not | |
7488 char or cellstr. | |
7489 | |
5750 | 7490 2006-04-10 John W. Eaton <jwe@octave.org> |
7491 | |
7492 * miscellaneous/dir.m: Ensure that returned structure array is | |
7493 Nx1, not 1xN. | |
7494 | |
5746 | 7495 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7496 | |
7497 * plot/hist.m: Ignore NaN in inputs. | |
7498 | |
5745 | 7499 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7500 | |
7501 * miscellaneous/mkoctfile.m: Doc string fix. | |
7502 | |
5741 | 7503 2006-04-05 John W. Eaton <jwe@octave.org> |
7504 | |
7505 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7506 are both empty. | |
7507 * plot/__plt__.m: Ignore empty data and format strings returned | |
7508 from __plt1__ or __plt2__. | |
7509 | |
5737 | 7510 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7511 | |
6778 | 7512 * set/unique.m: Properly handle single column input when |
5737 | 7513 "rows" is specified. |
7514 | |
5732 | 7515 2006-04-04 John W. Eaton <jwe@octave.org> |
7516 | |
5736 | 7517 * path/setpath.m: New file. |
7518 * path/savepath.m: Use setpath to set path instead of assigning | |
7519 directly to LOADPATH. | |
7520 | |
5732 | 7521 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7522 New files, adapted from Octave Forge by Keith Goodman | |
7523 <kwgoodman@gmail.com>. | |
7524 * path: New directory. | |
7525 * Makefile.in (SUBDIRS): Add it to the list. | |
7526 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7527 | |
5731 | 7528 2006-04-02 David Bateman <dbateman@free.fr> |
7529 | |
7530 * general/tril.m, general.triu.m: | |
7531 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7532 to allow user types to work correctly. | |
7533 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7534 | |
5727 | 7535 2006-04-03 David Bateman <dbateman@free.fr> |
7536 | |
7537 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7538 Accept keyword "minor" for minor grid. | |
7539 | |
5721 | 7540 2006-03-28 John W. Eaton <jwe@octave.org> |
7541 | |
7542 * general/isscalar.m: Only require that all dimensions are 1 for | |
7543 compatiblity. | |
7544 | |
7545 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7546 | |
7547 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7548 compatibility. | |
7549 | |
5720 | 7550 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7551 | |
7552 * plot/__errplot__.m: Doc string fix. | |
7553 | |
7554 * miscellaneous/doc.m: Mark as command. | |
7555 | |
7556 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7557 general/isequalwithequalnans.m, general/blkdiag.m, | |
7558 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7559 | |
5717 | 7560 2006-03-27 Don Bindner <dbindner@truman.edu> |
7561 | |
7562 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7563 return 3d matrices. | |
7564 | |
7565 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7566 | |
7567 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7568 | |
5708 | 7569 2006-03-22 John W. Eaton <jwe@octave.org> |
7570 | |
7571 * plot/print.m: Don't replot after popping terminal setting. | |
7572 | |
5696 | 7573 2006-03-20 John W. Eaton <jwe@octave.org> |
7574 | |
7575 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7576 mkoctfile. Use fullfile to construct file name. | |
7577 | |
5695 | 7578 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7579 | |
7580 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7581 shell script from Octave prompt. | |
7582 | |
5690 | 7583 2006-03-17 John W. Eaton <jwe@octave.org> |
7584 | |
5693 | 7585 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7586 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7587 | |
7588 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7589 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7590 Call new wbl functions to do the real work. | |
7591 Swap args and provide default values as necessary to preserve | |
7592 compatibility with old version of Octave. | |
7593 | |
7594 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7595 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7596 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7597 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7598 Swap scale and shape args for compatibility. | |
7599 | |
5692 | 7600 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7601 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7602 Preserve compatibility with old versions of Octave given new | |
7603 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7604 |
5692 | 7605 * statistics/distributions/logncdf.m, |
7606 statistics/distributions/logninv.m, | |
7607 statistics/distributions/lognpdf.m, | |
7608 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7609 From Ben Barrowes <barrowes@alum.mit.edu> | |
7610 | |
5691 | 7611 * deprecated/hypergeometric_rnd.m: Update interface to match |
7612 current 2.1.x version. | |
7613 | |
7614 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7615 | |
5690 | 7616 * miscellaneous/dir.m: Use readdir instead of glob. |
7617 Special case for "." to avoid globbing. Use list_in_columns. | |
7618 Eliminate unused variables len and finfo. | |
7619 | |
5689 | 7620 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7621 | |
7622 * miscellaneous/dir.m: Improve compatibility. | |
7623 | |
5687 | 7624 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7625 | |
7626 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7627 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7628 | |
5686 | 7629 2006-03-16 John W. Eaton <jwe@octave.org> |
7630 | |
7631 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7632 of looking at sum of max dimensions. | |
7633 | |
5681 | 7634 2006-03-16 David Bateman <dbateman@free.fr> |
7635 | |
7636 * testfun/test.m: Clear last warning before warning test to avoid | |
7637 issues with previously set warnings. | |
7638 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7639 sparse matrices. Force matrix type from spqr solution to be | |
7640 singular to force QR solvers to be used for assert. | |
7641 | |
5678 | 7642 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7643 | |
7644 * strings/strfind.m: New file. | |
7645 | |
5677 | 7646 2006-03-16 John W. Eaton <jwe@octave.org> |
7647 | |
7648 * general/rows.m, general/columns.m: Delete. | |
7649 | |
5674 | 7650 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7651 | |
7652 * strings/strcmpi.m: Simplify. | |
7653 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7654 * strings/strtrunc.m: New file. |
5674 | 7655 |
5676 | 7656 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7657 | |
5672 | 7658 2006-03-15 John W. Eaton <jwe@octave.org> |
7659 | |
7660 * miscellaneous/doc.m: New file. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7661 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7662 |
5671 | 7663 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7664 | |
7665 * miscellaneous/mkoctfile.m: New file. | |
7666 | |
5670 | 7667 2006-03-15 John W. Eaton <jwe@octave.org> |
7668 | |
7669 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7670 | |
5666 | 7671 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7672 | |
7673 * strings/bin2dec.m: Doc fix. | |
7674 | |
5661 | 7675 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7676 | |
7677 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7678 * time/datenum.m: New function to compute day number from time. | |
7679 | |
5659 | 7680 2006-03-09 John W. Eaton <jwe@octave.org> |
7681 | |
7682 * miscellaneous/unix.m, plot/print.m: | |
7683 Swap order of outputs from system. | |
7684 | |
5642 | 7685 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7686 | |
7687 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7688 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7689 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7690 control/base/__stepimp__.m, control/base/are.m, | |
7691 control/base/controldemo.m, control/base/damp.m, | |
7692 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7693 control/base/step.m, control/system/abcddim.m, | |
7694 control/system/is_abcd.m, control/system/is_controllable.m, | |
7695 control/system/is_detectable.m, control/system/is_observable.m, | |
7696 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7697 control/system/jet707.m, control/system/sys2fir.m, | |
7698 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7699 control/system/tfout.m, control/system/ugain.m, | |
7700 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7701 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7702 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7703 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7704 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7705 general/circshift.m, general/columns.m, general/flipdim.m, | |
7706 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7707 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7708 general/isequalwithequalnans.m, general/isscalar.m, | |
7709 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7710 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7711 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7712 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7713 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7714 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7715 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7716 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7717 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7718 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7719 miscellaneous/license.m, miscellaneous/menu.m, | |
7720 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7721 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7722 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7723 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7724 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7725 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7726 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7727 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7728 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7729 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7730 polynomial/polyinteg.m, polynomial/polyout.m, | |
7731 polynomial/polyreduce.m, polynomial/polyval.m, | |
7732 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7733 set/create_set.m, set/intersection.m, set/ismember.m, | |
7734 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7735 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7736 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7737 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7738 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7739 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7740 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7741 special-matrix/vander.m, statistics/base/median.m, | |
7742 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7743 statistics/distributions/gaminv.m, | |
7744 statistics/distributions/gampdf.m, | |
7745 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7746 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7747 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7748 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7749 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7750 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7751 | |
5633 | 7752 2006-02-27 John W. Eaton <jwe@octave.org> |
7753 | |
7754 * time/tic.m: Move here from miscellaneous/tic.m. | |
7755 * time/toc.m: Move here from miscellaneous/toc.m. | |
7756 | |
7757 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7758 | |
7759 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7760 does not assign output of toc to a variable. | |
7761 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7762 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7763 |
7764 * axis.m: Catch limits that are the same and return an error. | |
7765 | |
5625 | 7766 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7767 | |
7768 * plot/print.m: Accept emf device option to support Enhanced | |
7769 Metafile format. | |
7770 | |
7771 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7772 | |
7773 * control/base/lqe.m: Doc fix. | |
7774 | |
5623 | 7775 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7776 | |
7777 * statistics/distributions/gamcdf.m: Doc fix. | |
7778 * statistics/distributions/gaminv.m: Doc fix. | |
7779 * statistics/distributions/gampdf.m: Doc fix. | |
7780 * statistics/distributions/gamrnd.m: Doc fix. | |
7781 | |
5610 | 7782 2006-02-09 David Bateman <dbateman@free.fr> |
7783 | |
6778 | 7784 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7785 for arbitrary user type. | |
7786 * general/tril.m: ditto. | |
7787 * sparse/sprand.m: Doc fix. | |
7788 * sparse/sprandn.m: Ditto. | |
7789 * sparse/sprandsym.m: New function. | |
7790 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7791 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7792 Update for syntax error for latest texinfo.tex file. | |
5610 | 7793 |
5605 | 7794 2006-02-02 John W. Eaton <jwe@octave.org> |
7795 | |
7796 * plot/grid.m: Append ";\n" to "set grid" command. | |
7797 | |
7798 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7799 | |
7800 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7801 | |
5597 | 7802 2006-01-13 John W. Eaton <jwe@octave.org> |
7803 | |
7804 * audio/Makefile.in, control/base/Makefile.in, | |
7805 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7806 control/system/Makefile.in, control/util/Makefile.in, | |
7807 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7808 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7809 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7810 optimization/Makefile.in, plot/Makefile.in, | |
7811 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7812 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7813 special-matrix/Makefile.in, startup/Makefile.in, | |
7814 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7815 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7816 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7817 (all): Depend on PKG_ADD. | |
7818 (PKG_ADD): New target. | |
7819 | |
7820 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7821 | |
7822 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7823 | |
5596 | 7824 2006-01-13 John W. Eaton <jwe@octave.org> |
7825 | |
7826 * time/etime.m: Move here from miscellaneous/etime.m. | |
7827 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7828 | |
5595 | 7829 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7830 | |
6778 | 7831 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7832 * miscellaneous/fullfile.m: Likewise. |
7833 | |
5592 | 7834 2006-01-12 David Bateman <dbateman@free.fr> |
7835 | |
7836 * general/blkdiag.m: Compatible behavior for empty matrices | |
7837 * statistics/base/unidrnd.m: Documentation buglet. | |
7838 | |
5583 | 7839 2005-12-14 David Bateman <dbateman@free.fr> |
7840 | |
5589 | 7841 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7842 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7843 | |
7844 * Makefile.in (SUBDIRS): Include testfun. | |
7845 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7846 | |
5583 | 7847 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7848 | |
7849 * general/__isequal__.m: Remove reference to getfield. | |
7850 | |
7851 * plot/hist.m: Update test code for row/column discrepencies. | |
7852 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7853 Update the test code for this. | |
7854 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7855 | |
5579 | 7856 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7857 | |
7858 * cell/cell2mat.m: New file, from octave-forge. | |
7859 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7860 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7861 |
7862 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7863 New graph theory functions. | |
7864 | |
5574 | 7865 2005-12-13 John W. Eaton <jwe@octave.org> |
7866 | |
7867 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7868 | |
7869 * control/system/ss.m: Doc fix. | |
7870 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7871 | |
5572 | 7872 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7873 | |
7874 * audio/wavread.m, audio/wavwrite.m: | |
7875 Correct scaling for 8-bit linear pcm samples. | |
7876 Improve scaling for all other linear pcm resolutions. | |
7877 | |
5568 | 7878 2005-12-07 John W. Eaton <jwe@octave.org> |
7879 | |
7880 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7881 | |
7882 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7883 * strings/strjust.m: Likewise. | |
7884 | |
7885 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7886 * signal/arma_rnd.m: Likewise. | |
7887 * strings/strcat.m: Likewise. | |
7888 * control/base/__freqresp__.m: Likewise. | |
7889 * control/base/place.m: Likewise. | |
7890 * control/base/pzmap.m: Likewise. | |
7891 * control/base/pzmap.m: Likewise. | |
7892 * control/system/sysappend.m: Likewise. | |
7893 * control/system/syscont.m: Likewise. | |
7894 * control/system/sysdisc.m: Likewise. | |
7895 * control/system/sysgroup.m: Likewise. | |
7896 * control/system/tfout.m: Likewise. | |
7897 * control/system/zpout.m: Likewise. | |
7898 * control/util/__outlist__.m: Likewise. | |
7899 | |
5567 | 7900 2005-12-06 John W. Eaton <jwe@octave.org> |
7901 | |
7902 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7903 Avoid for loop in interleave/deinterleave steps. | |
7904 | |
5565 | 7905 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7906 | |
7907 * audio/wavread.m, audio/wavwrite.m: New files. | |
7908 | |
5563 | 7909 2005-12-06 John W. Eaton <jwe@octave.org> |
7910 | |
7911 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7912 | |
5560 | 7913 2005-12-05 John W. Eaton <jwe@octave.org> |
7914 | |
5561 | 7915 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7916 |
5558 | 7917 2005-12-02 John W. Eaton <jwe@octave.org> |
7918 | |
7919 * miscellaneous/fileattrib.m: New function. | |
7920 | |
5556 | 7921 2005-12-01 John W. Eaton <jwe@octave.org> |
7922 | |
7923 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7924 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7925 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7926 | |
5555 | 7927 2005-11-30 John W. Eaton <jwe@octave.org> |
7928 | |
7929 * linear-algebra/krylov.m: Format doc string. | |
7930 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7931 | |
5551 | 7932 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7933 | |
7934 * general/blkdiag.m: Import from octave-forge. | |
7935 Ignore empty matrices in the input. Add tests. | |
5549 | 7936 |
7937 * general/isequal.m, general/isequalwithequalnans.m: | |
7938 New wrapper scripts for general/__isequal__.m. | |
7939 * general/__isequal__.m: Rename from general/isequal.m. | |
7940 New arg, nans_compare_equal. | |
7941 | |
5548 | 7942 2005-11-29 John W. Eaton <jwe@octave.org> |
7943 | |
7944 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7945 calling system. Only append octave_forge_string if | |
7946 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7947 Call license instead of hard-coding license info here. | |
7948 | |
7949 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7950 __octave_licenses__. Use puts instead of disp. |
5548 | 7951 Use getuid and getpwuid instead of calling unix ("id -un"). |
7952 If nargout = 1, return license info instead of printing usage message. | |
7953 | |
5546 | 7954 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7955 | |
7956 * miscellaneous/ver.m: New file. | |
7957 * miscellaneous/license.m: New file. | |
7958 | |
5545 | 7959 2005-11-22 John W. Eaton <jwe@octave.org> |
7960 | |
7961 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7962 gnuplot set command. | |
7963 | |
5539 | 7964 2005-11-15 John W. Eaton <jwe@octave.org> |
7965 | |
7966 * general/shiftdim.m: Doc fix. | |
7967 | |
5532 | 7968 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7969 | |
7970 * set/unique.m: Doc string fix. | |
7971 | |
5527 | 7972 2005-11-01 John W. Eaton <jwe@octave.org> |
7973 | |
7974 * Makefile.in (distclean, maintainer-clean): | |
7975 Also remove autom4te.cache directory. | |
7976 From Quentin Spencer <qspencer@ieee.org>. | |
7977 | |
5518 | 7978 2005-10-28 John W. Eaton <jwe@octave.org> |
7979 | |
7980 * general/shiftdim.m: Compatibility fix for row vectors. | |
7981 Correct check for non-scalar non-integer shift. For positive | |
7982 N, shift is remainder of N and number of dims. Always return NS. | |
7983 Simplify. | |
7984 | |
5500 | 7985 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7986 | |
7987 * general/randperm.m: Improve compatibility by allowing input | |
7988 value of zero. | |
7989 | |
5493 | 7990 2005-10-13 John W. Eaton <jwe@octave.org> |
7991 | |
7992 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7993 If in multiplot mode, clear plot before issuing new plot command. | |
7994 | |
7995 * plot/__setup_plot__.m: New function. | |
7996 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7997 Handle multiplot data and offsets here. | |
7998 | |
7999 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
8000 Move initialization to __setup_plot__.m. | |
8001 | |
8002 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
8003 Don't reset gnuplot_command_replot. | |
8004 | |
8005 * plot/replot.m: Handle multiplot data and offsets here. | |
8006 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
8007 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
8008 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
8009 | |
5489 | 8010 2005-10-12 John W. Eaton <jwe@octave.org> |
8011 | |
8012 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
8013 | |
5482 | 8014 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
8015 | |
8016 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
8017 weibrnd.m: Removed calls and references to deprecated _pdf and | |
8018 _inv functions. | |
8019 * chi2pdf.m: Fixed typos in the documentation. | |
8020 | |
5475 | 8021 2005-09-28 John W. Eaton <jwe@octave.org> |
8022 | |
5476 | 8023 * miscellaneous/single.m: New function. |
8024 | |
5475 | 8025 * statistics/base/unidrnd.m: New function. |
8026 | |
5474 | 8027 2005-09-27 John W. Eaton <jwe@octave.org> |
8028 | |
8029 * miscellaneous/dir.m: Filename never includes directory part. | |
8030 | |
5464 | 8031 2005-09-22 John W. Eaton <jwe@octave.org> |
8032 | |
8033 * polynomial/residue.m: Use logical indexing instead of find.. | |
8034 | |
8035 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
8036 | |
8037 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
8038 and zero poles. | |
8039 | |
5462 | 8040 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
8041 | |
8042 * strings/deblank.m: Handle cell arrays. | |
8043 * strings/split.m: New argument, N, to limit number of splits. | |
8044 | |
8045 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
8046 | |
8047 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
8048 | |
5460 | 8049 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
8050 | |
8051 * control/base/rlocus.m: Doc fix. | |
8052 | |
5459 | 8053 2005-09-20 John W. Eaton <jwe@octave.org> |
8054 | |
8055 * general/isvector.m: Improve compatibility. | |
8056 | |
8057 * general/postpad.m: Allow first argument to be a scalar. | |
8058 Allow padding to extend dimensionality. | |
8059 * general/prepad.m: Likewise. | |
8060 | |
5448 | 8061 2005-09-14 Daniel <durbano@shbano.com> |
8062 | |
8063 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 8064 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
8065 /control/base/dgram.m: Doc string fixes. | |
5448 | 8066 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
8067 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8068 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 8069 |
8070 * saveimage.m: Do not ignore most significant bit when writing | |
8071 black and white images to file. | |
8072 | |
5443 | 8073 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
8074 | |
8075 * audio/playaudio.m, control/base/__bodquist__.m, | |
8076 control/base/lqg.m, control/obsolete/dezero.m, | |
8077 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
8078 control/system/c2d.m, control/system/cellidx.m, | |
8079 control/system/d2c.m, control/system/dmr2d.m, | |
8080 control/system/is_signal_list.m, control/system/listidx.m, | |
8081 control/system/ss.m, control/system/sysappend.m, | |
8082 control/system/sysconnect.m, control/system/sysdup.m, | |
8083 control/system/sysgetsignals.m, control/system/sysidx.m, | |
8084 control/system/sysprune.m, control/system/syssetsignals.m, | |
8085 control/system/tfout.m, control/system/zpout.m, | |
8086 control/util/prompt.m, control/util/sortcom.m, | |
8087 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
8088 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
8089 general/num2str.m, general/repmat.m, general/sortrows.m, | |
8090 general/strerror.m, image/colormap.m, image/imshow.m, | |
8091 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
8092 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
8093 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
8094 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
8095 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
8096 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
8097 plot/print.m, plot/title.m, plot/top_title.m, | |
8098 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
8099 statistics/base/mean.m, statistics/base/moment.m, | |
8100 statistics/tests/cor_test.m, | |
8101 statistics/tests/kolmogorov_smirnov_test.m, | |
8102 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8103 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
8104 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8105 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8106 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8107 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8108 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8109 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
8110 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8111 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8112 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
8113 Avoid deprecated functions. Use ischar instead of isstr. Use | |
8114 isvector instead of is_vector. Use isstruct instead of | |
8115 is_struct. Use char instead of setstr. | |
8116 | |
5435 | 8117 2005-08-31 Daniel <durbano@shbano.com> |
8118 | |
8119 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
8120 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
8121 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8122 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8123 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 8124 |
8125 * image/saveimage.m: Open output file in binary mode. | |
8126 | |
8127 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
8128 | |
5427 | 8129 2005-08-16 John W. Eaton <jwe@octave.org> |
8130 | |
8131 * miscellaneous/computer.m: Handle optional maxsize and endian | |
8132 outputs. | |
8133 | |
5426 | 8134 2005-08-15 John W. Eaton <jwe@octave.org> |
8135 | |
8136 * strings/strcat.m: Allow single argument. | |
8137 | |
5416 | 8138 2005-07-18 John W. Eaton <jwe@octave.org> |
8139 | |
8140 * strings/strcmp.m: Delete. | |
8141 | |
5413 | 8142 2005-07-13 John W. Eaton <jwe@octave.org> |
8143 | |
8144 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
8145 versions of Octave. | |
8146 | |
8147 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
8148 | |
8149 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
8150 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
8151 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
8152 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
8153 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
8154 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
8155 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
8156 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
8157 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
8158 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
8159 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
8160 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8161 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8162 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8163 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8164 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8165 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8166 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8167 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8168 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8169 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8170 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8171 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8172 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8173 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8174 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8175 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8176 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8177 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8178 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8179 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8180 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8181 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8182 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8183 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8184 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8185 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8186 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8187 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8188 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8189 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8190 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8191 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8192 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8193 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8194 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8195 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8196 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8197 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8198 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8199 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8200 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8201 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8202 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8203 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8204 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8205 | |
8206 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8207 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8208 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8209 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8210 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8211 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8212 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8213 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8214 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8215 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8216 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8217 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8218 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8219 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8220 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8221 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8222 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8223 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8224 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8225 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8226 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8227 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8228 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8229 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8230 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8231 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8232 deprecated/wiener_rnd.m: New files. | |
8233 | |
5408 | 8234 2005-07-08 John W. Eaton <jwe@octave.org> |
8235 | |
8236 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8237 * deprecated/weibull_rnd.m: New file. | |
8238 | |
5407 | 8239 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8240 | |
8241 * strings/dec2base.m: Allow matrix arguments. | |
8242 | |
5406 | 8243 2005-07-08 John W. Eaton <jwe@octave.org> |
8244 | |
8245 * plot/__errplot__.m: Use __plot_globals__. | |
8246 * plot/__plt__.m: Likewise. | |
8247 * plot/figure.m: Likewise. | |
8248 | |
8249 * plot/hold.m: New file. | |
8250 * plot/ishold.m: New file. | |
8251 * plot/__plot_globals__.m: New file. | |
8252 | |
5400 | 8253 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8254 | |
8255 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8256 | |
8257 2005-07-05 John W. Eaton <jwe@octave.org> | |
8258 | |
8259 * strings/findstr.m: Return [] for no matches. | |
8260 | |
5399 | 8261 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8262 | |
8263 * miscellaneous/tic.m: Fix doc string. | |
8264 | |
5395 | 8265 2005-06-15 John W. Eaton <jwe@octave.org> |
8266 | |
8267 * polynomial/polyfit.m: Force return value to be a row vector. | |
8268 | |
5393 | 8269 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8270 | |
8271 * general/isequal.m: Correct nargin check. | |
8272 | |
5388 | 8273 2005-06-14 John W. Eaton <jwe@octave.org> |
8274 | |
8275 * general/isvector.m: Handle N-d arrays. | |
8276 From Bill Denney <denney@seas.upenn.edu>. | |
8277 | |
5381 | 8278 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8279 | |
8280 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8281 |
5377 | 8282 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8283 | |
8284 * signal/freqz.m: Use correct calculations when given a vector of | |
8285 frequencies. Improve accuracy of returned frequency vector. | |
8286 Improve speed for medium length filters (at a slight cost for slow | |
8287 filters). Add test cases. | |
8288 | |
5373 | 8289 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8290 | |
8291 * plot/loglog.m: Fix set commands. | |
8292 | |
5381 | 8293 2005-05-25 John W. Eaton <jwe@octave.org> |
8294 | |
8295 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8296 | |
5371 | 8297 2005-05-24 John W. Eaton <jwe@octave.org> |
8298 | |
5373 | 8299 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8300 | |
5372 | 8301 * strings/strncmp.m: New file, from Tom Holroyd |
8302 <tomh@kurage.nimh.nih.gov>. | |
8303 | |
5371 | 8304 * strings/strcmp.m: Return logical values in all cases. |
8305 | |
5366 | 8306 2005-05-23 John W. Eaton <jwe@octave.org> |
8307 | |
8308 * plot/orient.m: New file. Adapt to Octave coding style. | |
8309 Texinfoize doc string. | |
8310 | |
8311 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8312 PKG_ADD command. Use set terminal consistently throughout. Use | |
8313 set terminal push/pop and unconditionally set output to screen | |
8314 when done to avoid requiring gget. Use a cell array for dev_list | |
8315 and cellidx to search for items in the list. Delete local | |
8316 variable endl. Don't set and restore automatic_replot. Use {} | |
8317 instead of nth to index varargin. Delete local variable | |
8318 va_arg_cnt. | |
8319 | |
5355 | 8320 2005-05-18 John W. Eaton <jwe@octave.org> |
8321 | |
8322 * general/num2str.m: Return early if X is a character string. | |
8323 | |
5347 | 8324 2005-05-11 John W. Eaton <jwe@octave.org> |
8325 | |
5348 | 8326 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8327 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8328 | |
5347 | 8329 * plot/polar.m: Don't call __pltopt__ here. |
8330 | |
5333 | 8331 2005-05-02 John W. Eaton <jwe@octave.org> |
8332 | |
8333 * mkdoc: Print header message. | |
8334 | |
5319 | 8335 2005-04-28 John W. Eaton <jwe@octave.org> |
8336 | |
8337 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8338 startup/octaverc. | |
8339 | |
5318 | 8340 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8341 | |
8342 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8343 (__im_numeric_limits__): New internal function. | |
8344 | |
5317 | 8345 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8346 | |
8347 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8348 data, not mean of group_mean. | |
8349 | |
8350 2005-04-28 John W. Eaton <jwe@octave.org> | |
8351 | |
8352 * startup/local-rcfile: New file. | |
8353 * startup/main-rcfile: Rename from startup/octaverc. | |
8354 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8355 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8356 Install local-rcfile in $(localfcnfiledir)/startup. | |
8357 | |
8358 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8359 | |
8360 * startup/inputrc: New file. | |
8361 * startup/octaverc: Configure readline using inputrc from | |
8362 startupfiledir. | |
8363 * startup/Makefile.in (install, install-strip): Install octaverc | |
8364 in $(fcnfiledir)/startup. | |
8365 | |
5310 | 8366 2005-04-27 John W. Eaton <jwe@octave.org> |
8367 | |
8368 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8369 | |
5289 | 8370 2005-04-21 John W. Eaton <jwe@octave.org> |
8371 | |
8372 * optimization/glpk.m: Handle SENSE argument. | |
8373 | |
8374 * optimization/qp.m, optimization/sqp.m: New files. | |
8375 | |
5276 | 8376 2005-04-08 John W. Eaton <jwe@octave.org> |
8377 | |
8378 * Makefile.in (clean, distclean, maintainer-clean): | |
8379 Avoid duplication in rules. | |
8380 | |
5252 | 8381 2005-03-28 John W. Eaton <jwe@octave.org> |
8382 | |
8383 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8384 setting {no,}parametric. | |
8385 * plot/figure.m: Likewise, for setting terminal type. | |
8386 | |
8387 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8388 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8389 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8390 plot/title.m, plot/top_title.m: Avoid eval. | |
8391 | |
5251 | 8392 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8393 | |
5253 | 8394 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8395 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8396 Use __gnuplot_replot__ instead of replot. | |
8397 | |
5252 | 8398 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8399 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8400 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8401 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8402 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8403 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8404 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8405 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8406 |
5251 | 8407 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8408 | |
5244 | 8409 2005-03-24 John W. Eaton <jwe@octave.org> |
8410 | |
8411 * optimization/glpkmex.m: Texinfoize Doc string. | |
8412 * optimization/glpk.m: Likewise. | |
8413 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8414 (row vectors are orginary character strings). | |
8415 * optimization/glpkparam.m: Delete. | |
8416 | |
5243 | 8417 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8418 | |
8419 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8420 of dimensions of X. | |
8421 | |
5237 | 8422 2005-03-23 John W. Eaton <jwe@octave.org> |
8423 | |
5239 | 8424 * general/tril.m, general/triu.m: Return value of same class as |
8425 argument. | |
8426 | |
5237 | 8427 * optimization/glpk.m: Simplify interface. By default, solve |
8428 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8429 * optimization/glpkmex.m: New file. | |
8430 | |
5232 | 8431 2005-03-22 John W. Eaton <jwe@octave.org> |
8432 | |
5237 | 8433 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8434 list. | |
8435 | |
5233 | 8436 * optimization/glpk.m: Adapt to Octave coding style. |
8437 No need for varargout or varargin. | |
8438 Print usage message if nargin > 11. | |
8439 Allow any value of nargout. | |
8440 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8441 Avoid looping when checking character classes. | |
8442 | |
5232 | 8443 * optimization: New directory. |
8444 * Makefile.in (SUBDIRS): Add it to the list. | |
8445 * optimization/Makefile.in: New file. | |
8446 * optimization/glpk.m, optimization/glpkparams.m, | |
8447 optimization/glpktest1, optimization/glpktest2: New files. | |
8448 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8449 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8450 |
8451 * strings/split.m: Quick return for empty second arg. | |
8452 Improve warning for multi-line strings. | |
8453 Speed up by avoiding sprintf in loop and eval. | |
8454 | |
5217 | 8455 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8456 | |
8457 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8458 * polynomial/polyder.m: Ditto. | |
6778 | 8459 * polynomial/polygcd.m: New function. |
5217 | 8460 |
5214 | 8461 2005-03-16 John W. Eaton <jwe@octave.org> |
8462 | |
5215 | 8463 * control/base/__stepimp__.m, control/base/bode.m, |
8464 control/base/frdemo.m, control/base/nichols.m, | |
8465 control/base/nyquist.m, control/base/pzmap.m, | |
8466 control/base/rldemo.m, control/base/rlocus.m, | |
8467 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8468 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8469 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8470 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8471 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8472 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8473 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8474 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8475 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8476 plot/xlabel.m, quaternion/demoquat.m, | |
8477 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8478 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8479 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8480 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8481 gsplot from @seealso docs. | |
5214 | 8482 |
8483 * plot/replot.m: New file. | |
8484 | |
5205 | 8485 2005-03-15 David Bateman <dbateman@free.fr> |
8486 | |
8487 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8488 | |
5196 | 8489 2005-03-09 John W. Eaton <jwe@octave.org> |
8490 | |
8491 * statistics/Makefile.in (bin-dist): Delete target. | |
8492 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8493 * control/Makefile.in: Likewise. |
5196 | 8494 |
5378 | 8495 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8496 (BINDISTFILES): Delete variable. |
5378 | 8497 * control/base/Makefile.in: Likewise. |
8498 * control/hinf/Makefile.in: Likewise. | |
8499 * control/obsolete/Makefile.in: Likewise. | |
8500 * control/system/Makefile.in: Likewise. | |
8501 * control/util/Makefile.in: Likewise. | |
8502 * deprecated/Makefile.in: Likewise. | |
8503 * elfun/Makefile.in: Likewise. | |
8504 * finance/Makefile.in: Likewise. | |
8505 * general/Makefile.in: Likewise. | |
8506 * image/Makefile.in: Likewise. | |
8507 * sparse/Makefile.in: Likewise. | |
8508 * io/Makefile.in: Likewise. | |
8509 * plot/Makefile.in: Likewise. | |
8510 * Makefile.in: Likewise. | |
8511 * miscellaneous/Makefile.in: Likewise. | |
8512 * linear-algebra/Makefile.in: Likewise. | |
8513 * polynomial/Makefile.in: Likewise. | |
8514 * quaternion/Makefile.in: Likewise. | |
8515 * set/Makefile.in: Likewise. | |
8516 * signal/Makefile.in: Likewise. | |
8517 * specfun/Makefile.in: Likewise. | |
8518 * special-matrix/Makefile.in: Likewise. | |
8519 * startup/Makefile.in: Likewise. | |
8520 * statistics/base/Makefile.in: Likewise. | |
8521 * statistics/distributions/Makefile.in: Likewise. | |
8522 * statistics/models/Makefile.in: Likewise. | |
8523 * statistics/tests/Makefile.in: Likewise. | |
8524 * strings/Makefile.in: Likewise. | |
8525 * time/Makefile.in: Likewise. | |
5196 | 8526 |
5195 | 8527 2005-03-08 John W. Eaton <jwe@octave.org> |
8528 | |
8529 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8530 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8531 | |
5192 | 8532 2005-03-04 John W. Eaton <jwe@octave.org> |
8533 | |
8534 * plot/clg.m: New file. | |
8535 | |
5193 | 8536 2005-03-03 John W. Eaton <jwe@octave.org> |
8537 | |
8538 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8539 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8540 strings/strcmpi.m: | |
8541 New files from Octave-forge. Adapt to Octave coding standards. | |
8542 | |
5181 | 8543 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8544 | |
8545 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8546 computation range. | |
8547 | |
5164 | 8548 2005-02-25 John W. Eaton <jwe@octave.org> |
8549 | |
8550 Sparse merge. | |
8551 | |
8552 2005-01-23 David Bateman <dbateman@free.fr> | |
8553 | |
8554 * sparse/randperm.m: Delete duplicate randperm.m. | |
8555 | |
8556 2005-01-10 John W. Eaton <jwe@octave.org> | |
8557 | |
8558 * sparse/Makefile.in: New file. | |
8559 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8560 | |
8561 2005-01-07 David Bateman <dbateman@free.fr> | |
8562 | |
8563 * set/unique.m: import file from octave-forge. | |
8564 | |
8565 2005-01-05 David Bateman <dbateman@free.fr> | |
8566 | |
8567 * Makefile.in: include sparse directory in SUBDIRS. | |
8568 | |
8569 2004-12-30 John W. Eaton <jwe@octave.org> | |
8570 | |
8571 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8572 src/DLD-FUNCTIONS/sparse.cc). | |
8573 | |
8574 2004-12-28 John W. Eaton <jwe@octave.org> | |
8575 | |
8576 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8577 Andy Adler <adler@site.uottawa.ca>. | |
8578 | |
8579 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8580 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8581 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8582 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8583 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8584 | |
8585 * sparse: New directory. | |
8586 | |
5158 | 8587 2005-02-22 John W. Eaton <jwe@octave.org> |
8588 | |
8589 * polynomial/residue.m: Force prepad to always create row vectors. | |
8590 | |
8591 * polynomial/poly.m: Quick return if m is 0. | |
8592 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8593 | |
5154 | 8594 2005-02-21 David Bateman <dbateman@free.fr> |
8595 | |
8596 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8597 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8598 Fix for row vectors with at least one element of lambda not in | |
8599 (0, Inf). | |
8600 | |
5152 | 8601 2005-02-21 John W. Eaton <jwe@octave.org> |
8602 | |
5153 | 8603 * statistics/base/qqplot.m: Use feval instead of eval. |
8604 | |
5152 | 8605 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8606 plot/__axis_label__.m: Issue replot command. | |
8607 | |
5135 | 8608 2005-02-09 John W. Eaton <jwe@octave.org> |
8609 | |
8610 * polynomial/polyderiv.m: Force P to be a row vector. | |
8611 | |
5133 | 8612 2005-02-08 John W. Eaton <jwe@octave.org> |
8613 | |
8614 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8615 provided and len <= computed max_len. | |
8616 | |
5125 | 8617 2005-01-27 David Bateman <dbateman@free.fr> |
8618 | |
8619 * strings/dec2base.m: Be even more careful about handling all digits. | |
8620 | |
8621 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8622 | |
8623 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8624 | |
5123 | 8625 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8626 | |
8627 * statistics/base/median.m: Make it work for the scalar case too. | |
8628 | |
6308 | 8629 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8630 |
8631 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8632 Simplify logic for decoding args. |
5117 | 8633 |
5115 | 8634 2005-01-24 John W. Eaton <jwe@octave.org> |
8635 | |
5116 | 8636 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8637 | |
8638 * plot/__plt__.m: No need to save and reset hold state now. | |
8639 (first_plot): Delete unused variable. | |
8640 | |
5115 | 8641 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8642 | |
8643 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8644 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8645 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8646 plot/__plt2vv__.m: | |
8647 Return data and gnuplot commands instead of evaluating them. | |
8648 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8649 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8650 | |
5108 | 8651 2005-01-18 John W. Eaton <jwe@octave.org> |
8652 | |
8653 * linear-algebra/cross.m: Allocate idx1 before use. | |
8654 | |
5096 | 8655 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8656 | |
8657 * statistics/base/range.m: Fix varargin usage. | |
8658 | |
5091 | 8659 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8660 | |
8661 * strings/deblank.m: Remove all trailing whitespace (check with | |
8662 isspace), not just SPC. | |
8663 | |
5090 | 8664 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8665 | |
8666 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8667 | |
5073 | 8668 2004-11-09 John W. Eaton <jwe@octave.org> |
8669 | |
8670 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8671 From Julius Smith <jos@ccrma.stanford.edu>. | |
8672 | |
5072 | 8673 2004-11-08 John W. Eaton <jwe@octave.org> |
8674 | |
8675 * plot/__plt2vm__.m: Delete debugging statement. | |
8676 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8677 | |
5065 | 8678 2004-11-04 John W. Eaton <jwe@octave.org> |
8679 | |
8680 * plot/hist.m: Always return row vectors for vector args. | |
8681 | |
5031 | 8682 2004-09-23 John W. Eaton <jwe@octave.org> |
8683 | |
8684 * strings/strcmp.m: If args are not strings or cell arrays of | |
8685 strings, return zero instead of reporting an error. | |
8686 | |
5021 | 8687 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8688 | |
8689 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8690 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8691 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8692 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8693 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8694 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8695 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8696 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8697 control/system/is_detectable.m, control/system/is_sample.m, | |
8698 control/system/is_siso.m, control/system/is_stable.m, | |
8699 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8700 control/system/sys2tf.m, control/system/sys2zp.m, | |
8701 control/system/sysappend.m, control/system/sysconnect.m, | |
8702 control/system/sysdisc.m, control/system/sysdup.m, | |
8703 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8704 control/system/syssetsignals.m, control/system/syssub.m, | |
8705 control/system/tf2sys.m, control/system/ugain.m, | |
8706 control/system/zp2ss.m, control/system/zp2sys.m, | |
8707 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8708 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8709 | |
8710 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8711 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8712 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8713 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8714 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8715 control/system/sysappend.m, control/system/sysconnect.m, | |
8716 control/system/sysdup.m, control/system/sysgroup.m, | |
8717 control/system/sysprune.m, control/system/sysreorder.m, | |
8718 control/system/sysscale.m, control/system/syssub.m, | |
8719 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8720 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8721 polynomial/polyout.m, specfun/log2.m: | |
8722 Add output arguments in doc strings. | |
8723 | |
8724 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8725 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8726 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8727 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8728 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8729 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8730 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8731 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8732 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8733 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8734 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8735 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8736 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8737 control/system/c2d.m, control/system/is_abcd.m, | |
8738 control/system/is_controllable.m, control/system/is_detectable.m, | |
8739 control/system/is_observable.m, control/system/is_stable.m, | |
8740 control/system/jet707.m, control/system/ord2.m, | |
8741 control/system/starp.m, control/system/sys2fir.m, | |
8742 control/system/sys2ss.m, control/system/sys2tf.m, | |
8743 control/system/sys2zp.m, control/system/syscont.m, | |
8744 control/system/sysdisc.m, control/system/sysdup.m, | |
8745 control/system/sysgettype.m, control/system/sysgroup.m, | |
8746 control/system/sysmult.m, control/system/sysprune.m, | |
8747 control/system/sysreorder.m, control/system/sysscale.m, | |
8748 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8749 control/system/tf2ss.m, control/system/tf2sys.m, | |
8750 control/system/zp2ss.m, control/system/zp2sys.m, | |
8751 control/util/axis2dlim.m, control/util/prompt.m, | |
8752 control/util/zgfmul.m, control/util/zginit.m, | |
8753 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8754 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8755 in doc strings. | |
8756 | |
8757 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8758 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8759 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8760 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8761 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8762 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8763 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8764 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8765 control/system/c2d.m, control/system/fir2sys.m, | |
8766 control/system/is_stabilizable.m, control/system/jet707.m, | |
8767 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8768 control/util/zgshsr.m, polynomial/polyout.m: | |
8769 New @tex section(s) in doc strings for better formating of printed | |
8770 output. | |
8771 | |
8772 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8773 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8774 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8775 Use proper double quote marks for TeX. | |
8776 | |
8777 * control/base/DEMOcontrol.m: Add missing ; | |
8778 | |
8779 * control/base/nichols.m, control/base/rlocus.m, | |
8780 control/obsolete/minfo.m, control/system/is_digital.m, | |
8781 control/system/ss2zp.m, control/system/sysmin.m, | |
8782 control/system/tf2zp.m, control/util/sortcom.m: | |
8783 Convert documentation to use or more completely use Texinfo. | |
8784 | |
8785 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8786 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8787 control/system/parallel.m, control/system/ss2tf.m, | |
8788 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8789 art splitting over a page boundary. | |
8790 | |
8791 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8792 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8793 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8794 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8795 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8796 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8797 the TeX documentation. | |
8798 | |
8799 * control/system/is_stabilizable.m: | |
8800 Add Copyright so that help is displayed correctly. | |
8801 | |
8802 * special-matrix/vander.m: Octave indexes start at 1. | |
8803 | |
5011 | 8804 2004-09-21 David Bateman <dbateman@free.fr> |
8805 | |
8806 * general/rotdim.m: New function for rotation of an N-d array in an | |
8807 arbitrary plane. | |
8808 | |
8809 * general/flipdim.m: New function to flip an N-d array about an | |
8810 arbitrary axis. | |
8811 | |
5003 | 8812 2004-09-15 David Bateman <dbateman@free.fr> |
8813 | |
8814 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8815 | |
4992 | 8816 2004-09-15 John W. Eaton <jwe@octave.org> |
8817 | |
8818 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8819 Use iscellstr to check for cells rather than iscell. |
8820 Improve diagnostics for invalid args. | |
4992 | 8821 |
4983 | 8822 2004-09-10 David Bateman <dbateman@free.fr> |
8823 | |
8824 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8825 and p with n > 1, and fix for matrix n and p with n == 1. | |
8826 | |
8827 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8828 due to row vs. column vector operations. | |
8829 | |
4964 | 8830 2004-09-03 David Bateman <dbateman@free.fr> |
8831 | |
8832 * general/repmat.m: Fix to allow logical classes. | |
8833 | |
4950 | 8834 2004-08-31 John W. Eaton <jwe@octave.org> |
8835 | |
8836 * general/isa.m: New function, from Octave-forge. | |
8837 | |
8838 2004-08-31 David Bateman <dbateman@free.fr> | |
8839 | |
8840 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8841 limitation on the use of int64 and uint64 types, and the use | |
8842 of the eval. | |
8843 | |
8844 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8845 in .^ with integer types is fixed. | |
8846 | |
8847 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8848 |
8849 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8850 | |
8851 * plot/axis.m: Don't reset axes when querying them. | |
8852 | |
4942 | 8853 2004-08-27 David Bateman <dbateman@free.fr> |
8854 | |
8855 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8856 Eliminate loop. | |
8857 | |
4918 | 8858 2004-07-27 David Bateman <dbateman@free.fr> |
8859 | |
8860 * general/num2str.m: Also insert spaces in output when precision | |
8861 argument is supplied. | |
8862 | |
4915 | 8863 2004-07-23 David Bateman <dbateman@free.fr> |
8864 | |
8865 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8866 | |
4911 | 8867 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8868 | |
8869 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8870 | |
8871 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8872 | |
8873 * miscellaneous/unix.m: Fix doc string. | |
8874 | |
8875 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8876 | |
8877 * plot/figure.m: Clarification of documentation. | |
8878 | |
8879 * image/imshow.m: Warn for complex images. | |
8880 Only estimate colourmap for images in [0, 65536]. | |
8881 | |
8882 2004-07-22 David Bateman <dbateman@free.fr> | |
8883 | |
8884 * general/num2str.m: Fix the case of an all zero input. | |
8885 | |
4906 | 8886 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8887 | |
8888 * general/ind2sub.m: Doc fix. | |
8889 | |
4900 | 8890 2004-06-08 John W. Eaton <jwe@octave.org> |
8891 | |
8892 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8893 convert function handle to string for eval. | |
8894 | |
4898 | 8895 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8896 | |
8897 * plot/errorbar.m: Remove debugging output. | |
8898 | |
8899 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8900 | |
8901 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8902 | |
4897 | 8903 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8904 | |
4898 | 8905 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8906 | |
8907 * polynomial/polyout.m: Use parenthesis if necessary around | |
8908 complex polynomial coefficient. | |
8909 | |
4897 | 8910 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8911 the bug which causes __errplot__ to ignore the last argument. | |
8912 | |
4894 | 8913 2004-06-03 David Bateman <dbateman@free.fr> |
8914 | |
8915 * general/shiftdim.m: New function based on JWE code snippet. | |
8916 | |
8917 * general/circdim.m: New function. | |
8918 | |
4890 | 8919 2004-05-06 David Bateman <dbateman@free.fr> |
8920 | |
8921 * general/issquare.m: Fail if ndim(x) > 2. | |
8922 | |
8923 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8924 | |
8925 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8926 N-d array arguments. Add optional dim argument to define | |
8927 dimension along which to operate. | |
8928 | |
8929 * linear-algebra/dmult.m: Allow N-d arrays. | |
8930 | |
8931 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8932 | |
4885 | 8933 2004-04-29 David Bateman <dbateman@free.fr> |
8934 | |
8935 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8936 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8937 statistics/base/statistics.m, statistics/base/skewness.m | |
8938 statistics/base/iqr.m: | |
8939 Make N-d array aware. Allow optional argument to define the | |
8940 dimension along which to operate. Update the documentation. | |
8941 | |
8942 * statistics/base/ranks.m: Change algorithm to use sort, | |
8943 and adjust for the ties after. | |
8944 | |
8945 * statistics/base/run_counts.m: Change algorithm to use | |
8946 the a combination of diff and find, rather than a for-loop. | |
8947 | |
4881 | 8948 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8949 | |
8950 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8951 | |
4878 | 8952 2004-04-23 David Bateman <dbateman@free.fr> |
8953 | |
8954 * general/int2str.m: Treat only real part of argument, and treat | |
8955 NDArrays by stacking the slices through the matrix vertically. | |
8956 | |
8957 * general/num2str.m: Improve format of integer matrices, and the | |
8958 conversion of complex matrices added. Treat NDArrays by stacking | |
8959 the slices through the matrix vertically. | |
8960 | |
8961 * deprecated/com2str.m: Moved here from general subdirectory. | |
8962 | |
4877 | 8963 2004-04-22 John W. Eaton <jwe@octave.org> |
8964 | |
8965 * quaternion/qtransvmat.m: Use continuation characters to make | |
8966 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8967 | |
4869 | 8968 2004-04-21 David Bateman <dbateman@free.fr> |
8969 | |
5378 | 8970 * elfun/lcm.m: Make N-d aware. |
4870 | 8971 |
4869 | 8972 * general/diff.m: Make the code N-d array aware. Allow an |
8973 optional argument to define the dimension along which to perform | |
8974 the differences and allow the order of the differences to be larger | |
8975 than the dimension itself. | |
8976 | |
8977 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8978 use of these functions to 1- and 2-d arrays. | |
8979 | |
4863 | 8980 2004-04-16 John W. Eaton <jwe@octave.org> |
8981 | |
8982 * elfun/gcd.m: Delete. | |
8983 | |
4862 | 8984 2004-04-15 David Bateman <dbateman@free.fr> |
8985 | |
8986 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8987 | |
8988 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8989 array aware and and optional argument for the dimension along | |
8990 which to operate. | |
8991 | |
5378 | 8992 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8993 argument for the dimension to be consistent with other N-d array |
8994 functions. | |
8995 | |
4860 | 8996 2004-04-08 David Bateman <dbateman@free.fr> |
8997 | |
8998 * statistics/distributions/discrete_cdf.m, | |
8999 statistics/distributions/discrete_inv.m, | |
9000 statistics/distributions/discrete_pdf.m, | |
9001 statistics/distributions/discrete_rnd.m, | |
9002 statistics/distributions/exponential_cdf.m, | |
9003 statistics/distributions/exponential_inv.m, | |
9004 statistics/distributions/exponential_pdf.m, | |
9005 statistics/distributions/exponential_rnd.m, | |
9006 statistics/distributions/f_cdf.m, | |
9007 statistics/distributions/f_inv.m, | |
9008 statistics/distributions/f_pdf.m, | |
9009 statistics/distributions/f_rnd.m, | |
9010 statistics/distributions/geometric_cdf.m, | |
9011 statistics/distributions/geometric_inv.m, | |
9012 statistics/distributions/geometric_pdf.m, | |
9013 statistics/distributions/geometric_rnd.m, | |
9014 statistics/distributions/hypergeometric_rnd.m, | |
9015 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
9016 statistics/distributions/laplace_cdf.m, | |
9017 statistics/distributions/laplace_inv.m, | |
9018 statistics/distributions/laplace_pdf.m, | |
9019 statistics/distributions/laplace_rnd.m, | |
9020 statistics/distributions/logistic_inv.m, | |
9021 statistics/distributions/logistic_rnd.m, | |
9022 statistics/distributions/lognormal_cdf.m, | |
9023 statistics/distributions/lognormal_inv.m, | |
9024 statistics/distributions/lognormal_pdf.m, | |
9025 statistics/distributions/lognormal_rnd.m, | |
9026 statistics/distributions/pascal_cdf.m, | |
9027 statistics/distributions/pascal_inv.m, | |
9028 statistics/distributions/pascal_pdf.m, | |
9029 statistics/distributions/pascal_rnd.m, | |
9030 statistics/distributions/poisson_cdf.m, | |
9031 statistics/distributions/poisson_inv.m, | |
9032 statistics/distributions/poisson_pdf.m, | |
9033 statistics/distributions/poisson_rnd.m, | |
9034 statistics/distributions/t_cdf.m, | |
9035 statistics/distributions/t_inv.m, | |
9036 statistics/distributions/t_pdf.m, | |
9037 statistics/distributions/t_rnd.m, | |
9038 statistics/distributions/weibull_cdf.m, | |
9039 statistics/distributions/weibull_inv.m, | |
9040 statistics/distributions/weibull_pdf.m, | |
9041 statistics/distributions/weibull_rnd.m: | |
9042 Allow N-d arrays. | |
9043 | |
9044 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
9045 that results in NaN in places where it should not have had. | |
9046 | |
9047 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9048 allow creating arbitrary matrices, compatiable with the other | |
5583 | 9049 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 9050 |
9051 * statistics/distributions/empirical_rnd.m: New argument formats | |
9052 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 9053 *_rnd.m functions. Maintain compatibility with previous |
4860 | 9054 format. Allow N-d arrays. |
9055 | |
9056 * statistics/distributions/hypergeometric_cdf.m, | |
9057 statistics/distributions/hypergeometric_inv.m, | |
9058 statistics/distributions/hypergeometric_pdf.m, | |
9059 statistics/distributions/wiener_rnd.m: | |
9060 Error for non-scalar arguments. | |
9061 | |
9062 * statistics/distributions/pascal_rnd.m: | |
9063 Correct for n = 1 bug, where all elements were equal. | |
9064 | |
4849 | 9065 2004-04-06 David Bateman <dbateman@free.fr> |
9066 | |
4854 | 9067 * general/common_size.m, miscellaneous/bincoeff.m, |
9068 statistics/distributions/beta_cdf.m, | |
9069 statistics/distributions/beta_inv.m, | |
9070 statistics/distributions/beta_pdf.m, | |
9071 statistics/distributions/beta_rnd.m, | |
9072 statistics/distributions/binomial_cdf.m, | |
9073 statistics/distributions/binomial_inv.m, | |
9074 statistics/distributions/binomial_pdf.m, | |
9075 statistics/distributions/binomial_rnd.m, | |
9076 statistics/distributions/cauchy_cdf.m, | |
9077 statistics/distributions/cauchy_inv.m, | |
9078 statistics/distributions/cauchy_pdf.m, | |
9079 statistics/distributions/cauchy_rnd.m, | |
9080 statistics/distributions/chisquare_cdf.m, | |
9081 statistics/distributions/chisquare_inv.m, | |
9082 statistics/distributions/chisquare_pdf.m, | |
9083 statistics/distributions/chisquare_rnd.m, | |
9084 statistics/distributions/gamma_cdf.m, | |
9085 statistics/distributions/gamma_inv.m, | |
9086 statistics/distributions/gamma_pdf.m, | |
9087 statistics/distributions/gamma_rnd.m, | |
9088 statistics/distributions/normal_cdf.m, | |
9089 statistics/distributions/normal_inv.m, | |
9090 statistics/distributions/normal_pdf.m, | |
9091 statistics/distributions/normal_rnd.m, | |
9092 statistics/distributions/stdnormal_cdf.m, | |
9093 statistics/distributions/stdnormal_pdf.m, | |
9094 statistics/distributions/stdnormal_rnd.m, | |
9095 statistics/distributions/uniform_cdf.m, | |
9096 statistics/distributions/uniform_inv.m, | |
9097 statistics/distributions/uniform_pdf.m, | |
9098 statistics/distributions/uniform_rnd.m: | |
9099 Allow the inputs to be N-d arrays. | |
9100 | |
4852 | 9101 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
9102 * statistics/base/median.m: Likewise. | |
4849 | 9103 |
4844 | 9104 2004-04-02 David Bateman <dbateman@free.fr> |
9105 | |
9106 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 9107 * statistics/base/center.m, statistics/base/meansq.m, |
9108 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 9109 Update for N-d arrays. |
4844 | 9110 * signal/fftshift.m: Fix dimensioning error. |
9111 | |
9112 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 9113 N-d arrays. |
4844 | 9114 |
4852 | 9115 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
9116 | |
9117 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 9118 |
4852 | 9119 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 9120 |
9121 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
9122 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
9123 control/system/sysprune.m: Doc update for usage of cell arrays. | |
9124 | |
9125 * control/system/sysidx.m: Use cellidx and not listidx. | |
9126 | |
4841 | 9127 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9128 | |
9129 * plot/__pltopt1__.m: Always add title clause to plot command with | |
9130 default of "" (so it is off unless explicitly set by the user). | |
9131 | |
4836 | 9132 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
9133 | |
9134 * image/imshow.m: Accept "truesize" argument. | |
9135 Ignore current colormap. New tests and demos. | |
9136 | |
4834 | 9137 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
9138 | |
9139 * signal/sinewave.m: Allow N to default to M. | |
9140 | |
4826 | 9141 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9142 | |
9143 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
9144 | |
4818 | 9145 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9146 | |
9147 * general/deal.m: New function. | |
4819 | 9148 Add tests from Paul Kienzle. |
4818 | 9149 |
4811 | 9150 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
9151 | |
9152 * plot/hist.m: Compute histogram correctly for n>=30. | |
9153 | |
5095 | 9154 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 9155 |
9156 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
9157 | |
4806 | 9158 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9159 | |
9160 * miscellaneous/horzcat.m: Delete. | |
9161 * miscellaneous/vertcat.m: Delete. | |
9162 | |
4790 | 9163 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9164 | |
9165 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9166 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9167 | |
4789 | 9168 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9169 | |
9170 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9171 doing multiple plots in the same gnuplot frame. | |
9172 | |
4780 | 9173 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9174 | |
9175 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9176 control/system/cellidx.m, control/system/ss.m, | |
9177 control/system/tf.m, control/system/zp.m: New functions. | |
9178 | |
4778 | 9179 2004-02-16 Glenn Golden <gdg@zplane.com> |
9180 | |
9181 * statistics/distributions/discrete_inv.m: | |
9182 Reduce memory requirements. | |
9183 | |
4772 | 9184 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9185 | |
9186 * plot/__errcomm__.m: Fix thinko in previous change. | |
9187 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9188 | |
4771 | 9189 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9190 | |
9191 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9192 control/base/analdemo.m, control/base/bddemo.m, | |
9193 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9194 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9195 control/base/rldemo.m, control/base/rlocus.m, | |
9196 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9197 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9198 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9199 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9200 control/obsolete/packsys.m, control/obsolete/series.m, | |
9201 control/system/__sysdefioname__.m, | |
9202 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9203 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9204 control/system/c2d.m, control/system/d2c.m, | |
9205 control/system/dmr2d.m, control/system/fir2sys.m, | |
9206 control/system/is_signal_list.m, control/system/is_siso.m, | |
9207 control/system/jet707.m, control/system/listidx.m, | |
9208 control/system/moddemo.m, control/system/ord2.m, | |
9209 control/system/packedform.m, control/system/parallel.m, | |
9210 control/system/ss2sys.m, control/system/sys2tf.m, | |
9211 control/system/sys2zp.m, control/system/sysadd.m, | |
9212 control/system/sysappend.m, control/system/sysconnect.m, | |
9213 control/system/syscont.m, control/system/sysdimensions.m, | |
9214 control/system/sysdisc.m, control/system/sysdup.m, | |
9215 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9216 control/system/sysgroup.m, control/system/sysmin.m, | |
9217 control/system/sysmult.m, control/system/sysprune.m, | |
9218 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9219 control/system/syssetsignals.m, control/system/syssub.m, | |
9220 control/system/sysupdate.m, control/system/tf2sys.m, | |
9221 control/system/ugain.m, control/system/zp2ss.m, | |
9222 control/system/zp2sys.m, control/util/__outlist__.m, | |
9223 control/util/__zgpbal__.m, control/util/strappend.m: | |
9224 Use cell arrays instead of lists. | |
9225 | |
4723 | 9226 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9227 | |
9228 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9229 so that bar (1, 1) will work. | |
9230 | |
4710 | 9231 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9232 | |
4717 | 9233 * plot/__errcomm__.m: Cope with nargin now being a function. |
9234 * plot/__errplot__.m: Likewise. | |
9235 * plot/__plt__.m: Likewise. | |
9236 * plot/plot_border.m: Likewise. | |
9237 | |
4710 | 9238 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9239 not $(DOCSTRINGS). | |
9240 | |
4706 | 9241 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9242 | |
9243 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9244 rank ([], tol). | |
9245 | |
4691 | 9246 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9247 | |
4692 | 9248 * elfun/acot.m: Return atan (1./z). |
9249 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9250 | |
4691 | 9251 * miscellaneous/dir.m: New file. |
9252 | |
9253 * general/num2str.m: Use "%d" as format if values are ints with | |
9254 magnitude less than 1e10. | |
9255 | |
9256 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9257 | |
9258 * general/num2str.m: If single arg is string, return it. | |
9259 | |
9260 * miscellaneous/not.m: New file. | |
9261 | |
9262 * miscellaneous/unix.m: New file. | |
9263 | |
9264 * miscellaneous/isunix.m: New file. | |
9265 * miscellaneous/ispc.m: New file. | |
9266 | |
9267 * miscellaneous/computer.m: New file. | |
9268 | |
9269 * miscellaneous/delete.m: New file. | |
9270 | |
4689 | 9271 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9272 | |
9273 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9274 | |
9275 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9276 | |
9277 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9278 Always return substituted version of LOADPATH if nargout != 0. | |
9279 | |
4685 | 9280 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9281 | |
9282 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9283 before continuing. | |
9284 | |
9285 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9286 | |
4677 | 9287 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9288 | |
9289 * general/ind2sub.m: New file. | |
9290 * general/sub2ind.m: New file. | |
9291 | |
4675 | 9292 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9293 | |
9294 * control/system/zp2ss.m: Don't save and restore | |
9295 warn_empty_list_elements. | |
9296 | |
9297 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9298 | |
6778 | 9299 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9300 |
4673 | 9301 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9302 | |
9303 * statistics/base/mean.m: Remove special case for row vectors. | |
9304 | |
4637 | 9305 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9306 | |
9307 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9308 | |
4631 | 9309 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9310 | |
9311 * statistics/base/iqr.m: Handle matrices. | |
9312 | |
4630 | 9313 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9314 | |
9315 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9316 | |
4629 | 9317 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9318 | |
9319 * miscellaneous/path.m: Fix thinko in previous change. | |
9320 | |
4609 | 9321 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9322 | |
4629 | 9323 * control/base/dare.m: Check positive (semi)definiteness and |
9324 dimensions of r (and q). | |
9325 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9326 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9327 near unit circle. | |
4611 | 9328 |
9329 * control/system/is_detectable.m: Use Hautus Lemma. | |
9330 Correct the behavior for discrete-time systems. | |
9331 * control/system/is_stabilizable.m: Likewise. | |
9332 | |
4609 | 9333 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9334 | |
9335 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9336 | |
4610 | 9337 * general/isdefinite.m: New function. |
9338 | |
4567 | 9339 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
9341 * general/reshape: Delete. | |
9342 | |
4559 | 9343 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9344 | |
9345 * general/numel.m: Delete. | |
9346 | |
4535 | 9347 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9348 | |
4536 | 9349 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9350 | |
9351 * deprecated/isstr.m: New file. | |
4535 | 9352 |
4529 | 9353 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9354 | |
9355 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9356 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9357 | |
4525 | 9358 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9359 | |
9360 * statistics/base/mean.m: Fix missing semicolon problem. | |
9361 | |
4503 | 9362 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9363 | |
9364 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9365 | |
4492 | 9366 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9367 | |
9368 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9369 Allow optional length argument. | |
9370 | |
4491 | 9371 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9372 | |
9373 * polynomial/polyfit.m: Avoid calling flipud. | |
9374 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9375 Return structure as second output value for improved Matlab | |
9376 compatibility. | |
9377 | |
4476 | 9378 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9379 | |
4478 | 9380 * linear-algebra/cond.m: Behave as though old built-in variable |
9381 propagate_empty_matrices is always 1. Also handle empty matrices | |
9382 with one non-zero dimension. | |
9383 | |
4476 | 9384 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9385 warn_single_quote_string to the list. | |
4478 | 9386 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9387 from the list. | |
4476 | 9388 |
5095 | 9389 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9390 |
9391 * signal/autocov.m: Transpose result of conj because diag returns | |
9392 a column vector, not a row vector. | |
9393 | |
9394 * audio/playaudio.m, audio/record.m, image/image.m, | |
9395 miscellaneous/bug_report.m: Protect spaces in filenames | |
9396 with quotes. | |
9397 | |
4466 | 9398 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9399 | |
4468 | 9400 * io/printf.m, io/puts.m: Delete. |
9401 | |
4466 | 9402 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9403 default_return_value from the list. | |
9404 Add warn_undefined_return_values to the list. | |
9405 | |
9406 | |
4464 | 9407 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9408 | |
9409 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9410 and initialize_global_variables from the list. | |
9411 | |
4460 | 9412 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9413 | |
4463 | 9414 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9415 | |
9416 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9417 | |
9418 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9419 * control/system/sys2fir.m: Likewise. | |
9420 | |
9421 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9422 * control/system/__tf2sysl__.m: Likewise. | |
9423 | |
9424 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9425 | |
9426 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9427 and [] concatenation. | |
9428 * control/system/sys2fir.m: Likewise. | |
9429 | |
9430 * control/base/dgram.m, control/base/freqchkw.m, | |
9431 control/base/gram.m, control/system/__abcddims__.m, | |
9432 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9433 control/system/is_sample.m, control/system/is_signal_list.m, | |
9434 control/system/is_siso.m, control/system/sys2fir.m, | |
9435 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9436 control/system/sysgettype.m, control/system/tf2zp.m, | |
9437 control/system/ugain.m, control/util/prompt.m, | |
9438 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9439 control/util/zgshsr.m: | |
9440 Improve conformance to Octave coding style. | |
9441 | |
4461 | 9442 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9443 the list. | |
9444 Delete resize_on_range_error from the list. | |
9445 | |
4460 | 9446 * control/base/pzmap.m, control/base/place.m, |
9447 control/base/__freqresp__.m, control/system/sysappend.m, | |
9448 control/system/syscont.m, control/system/sysdisc.m, | |
9449 control/system/sysgroup.m, control/system/tfout.m, | |
9450 control/system/zp2ss.m, control/system/zpout.m, | |
9451 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9452 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9453 empty_list_elements_ok. | |
9454 | |
9455 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9456 Delete empty_list_elements_ok from the list. | |
9457 | |
4457 | 9458 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9459 | |
9460 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9461 list. | |
9462 Delete treat_neg_dim_as_zero from the list. | |
9463 | |
9464 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9465 | |
4451 | 9466 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9467 | |
4455 | 9468 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9469 was not used in the code in any case). | |
9470 | |
9471 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9472 do_fortran_indexing. | |
9473 | |
4452 | 9474 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9475 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9476 | |
4451 | 9477 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9478 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9479 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9480 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9481 warn_fortran_indexing in the list. | |
9482 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9483 implicit_str_to_num_ok, do_fortran_indexing, and | |
9484 prefer_column_vectors from list. | |
4451 | 9485 |
4440 | 9486 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9487 | |
9488 * Makefile.in (distclean, maintainer-clean): Also remove | |
9489 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9490 directory. | |
9491 | |
5095 | 9492 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9493 |
9494 * plot/hist.m: Don't forget to define n if x is a vector. | |
9495 | |
5095 | 9496 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9497 |
9498 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9499 return "." with extension. | |
9500 | |
4422 | 9501 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9502 | |
9503 * control/base/__stepimp__.m, control/base/nichols.m, | |
9504 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9505 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9506 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9507 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9508 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9509 | |
4413 | 9510 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9511 | |
9512 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9513 | |
5095 | 9514 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9515 |
9516 * plot/hist.m: Improve performance by using different algorithms | |
9517 depending on number of bins. | |
9518 | |
4404 | 9519 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9520 | |
9521 * control/system/sysadd.m: If systems are not "tf", convert before | |
9522 adding. | |
9523 | |
5095 | 9524 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9525 |
9526 * image/imagesc.m: Accept data limits parameter for colormap. | |
9527 | |
5095 | 9528 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9529 |
9530 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9531 the impulse by t_step. | |
9532 | |
4373 | 9533 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9534 | |
9535 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9536 column vectors. | |
9537 | |
5095 | 9538 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9539 |
9540 * linear-algebra/null.m: Handle empty matrix arg. | |
9541 | |
4369 | 9542 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9543 | |
9544 * general/shift.m: Force empty_list_elements_ok to 1. | |
9545 | |
4358 | 9546 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9547 | |
9548 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9549 New files. | |
9550 | |
4348 | 9551 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9552 | |
9553 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9554 function handle to pass to feval. | |
9555 * statistics/base/qqplot.m: Likewise. | |
9556 * statistics/base/ppplot.m: Likewise. | |
9557 * signal/spectral_xdf.m: Likewise. | |
9558 * signal/spectral_adf.m: Likewise. | |
9559 | |
4340 | 9560 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9561 | |
9562 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9563 | |
4334 | 9564 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9565 | |
9566 * linear-algebra/logm.m: New file. | |
9567 | |
5095 | 9568 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9569 |
9570 * mkpkgadd: Scan C++ files as well | |
9571 | |
5095 | 9572 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9573 |
9574 * strings/findstr.m: Return empty set for zero-length target. | |
9575 | |
5095 | 9576 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9577 |
9578 * set/union.m: Preserve the orientation of inputs. | |
9579 | |
4305 | 9580 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9581 | |
9582 * general/int2str.m: Eliminate leading spaces. | |
9583 | |
4303 | 9584 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9585 | |
9586 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9587 | |
5095 | 9588 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9589 |
9590 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9591 $(BUILD_LDFLAGS) to compiler. | |
9592 | |
4295 | 9593 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9594 | |
9595 * general/num2str.m: Don't specify field width for scalars. | |
9596 | |
4292 | 9597 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9598 | |
9599 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9600 | |
4265 | 9601 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9602 | |
4279 | 9603 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9604 | |
4266 | 9605 * miscellaneous/tempname.m: New file. |
9606 | |
9607 * miscellaneous/tempdir.m: New file. | |
9608 | |
4265 | 9609 * miscellaneous/fullfile.m: New file. |
9610 | |
4259 | 9611 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9612 | |
4264 | 9613 * miscellaneous/fileparts.m: New file. |
9614 | |
9615 * io/beep.m: New file. | |
9616 | |
4260 | 9617 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9618 format only. | |
4259 | 9619 |
4257 | 9620 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9621 | |
9622 * strings/strcmp.m: Handle cell arrays of strings. | |
9623 | |
4229 | 9624 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9625 | |
9626 * general/int2str.m: Handle matrices. | |
9627 * general/num2str.m: Likewise. | |
9628 Also handle optional precision, and format args. | |
9629 | |
4225 | 9630 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9631 | |
9632 * audio/Makefile.in, control/base/Makefile.in, | |
9633 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9634 control/system/Makefile.in, elfun/Makefile.in, | |
9635 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9636 io/Makefile.in, linear-algebra/Makefile.in, | |
9637 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9638 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9639 specfun/Makefile.in, special-matrix/Makefile.in, | |
9640 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9641 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9642 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9643 deprecated/Makefile.in: Use new do-script-install and | |
9644 do-script-uninstall macros. | |
9645 | |
9646 * mkpkgadd: New script. | |
9647 | |
9648 * plot/close.m: New file. | |
9649 | |
4184 | 9650 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9651 | |
9652 * image/image.m: Use -raw option for xv. | |
9653 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9654 | |
4172 | 9655 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9656 | |
4174 | 9657 * control/base/lsim.m: Use approximate test for step size change. |
9658 | |
4172 | 9659 * signal/bartlett.m: Avoid row/column mismatch error. |
9660 | |
5095 | 9661 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9662 |
9663 * statistics/base/var.m: Use better formula for improved accuracy. | |
9664 | |
5095 | 9665 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9666 |
9667 * control/base/lsim.m: Correct doc string. | |
9668 | |
5095 | 9669 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9670 |
9671 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9672 | |
4148 | 9673 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9674 | |
9675 * plot/contour.m: Handle x and y as matrices too. | |
9676 | |
5095 | 9677 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9678 |
9679 * plot/contour.m: Fix error and usage messages. | |
9680 | |
4146 | 9681 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9682 | |
9683 * plot/contour.m: Correct orientation of plot. | |
9684 | |
4139 | 9685 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9686 | |
9687 * control/base/analdemo.m: Fix typo. | |
9688 | |
5095 | 9689 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9690 |
9691 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9692 | |
4098 | 9693 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9694 | |
9695 * mkdoc: Exit immediately on errors. | |
9696 Exit with error if gethelp does not exist. | |
9697 | |
9698 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9699 | |
4093 | 9700 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9701 | |
9702 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9703 | |
5095 | 9704 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9705 |
9706 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9707 * statistics/distributions/normal_pdf.m: Likewise. | |
9708 * statistics/distributions/normal_inv.m: Likewise. | |
9709 | |
5095 | 9710 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9711 |
9712 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9713 | |
5095 | 9714 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9715 |
9716 * statistics/base/var.m: Handle complex values. | |
9717 | |
4031 | 9718 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9719 | |
9720 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9721 list. | |
9722 * deprecated/Makefile.in: New file. | |
9723 | |
5095 | 9724 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9725 |
9726 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9727 * statistics/distributions/binomial_cdf.m: Likewise. | |
9728 * statistics/distributions/f_cdf.m: Likewise. | |
9729 * statistics/distributions/t_cdf.m: Likewise. | |
9730 | |
9731 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9732 * specfun/beta.m: Likewise. | |
9733 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9734 * statistics/distributions/gamma_pdf.m: Likewise. | |
9735 * statistics/distributions/poisson_pdf.m: Likewise. | |
9736 | |
9737 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9738 * statistics/distributions/poisson_cdf.m: Likewise. | |
9739 | |
4026 | 9740 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9741 | |
4028 | 9742 * deprecated/is_bool.m: New file. |
9743 * deprecated/is_complex.m: New file. | |
9744 * deprecated/is_global.m: New file. | |
9745 * deprecated/is_list.m: New file. | |
9746 * deprecated/is_matrix.m: New file. | |
9747 * deprecated/is_scalar.m: New file. | |
9748 * deprecated/is_square.m: New file. | |
9749 * deprecated/is_stream.m: New file. | |
9750 * deprecated/is_struct.m: New file. | |
9751 * deprecated/is_symmetric.m: New file. | |
9752 * deprecated/is_vector.m: New file. | |
4030 | 9753 * Change all callers of these functions to use the new names. |
4028 | 9754 |
4029 | 9755 * deprecated: New directory. |
9756 * Makefile.in (SUBDIRS): Add it to the list. | |
9757 | |
4026 | 9758 * general/isscalar.m: Rename from is_scalar.m. |
9759 * general/issquare.m: Rename from is_square.m. | |
9760 * general/issymmetric.m: Rename from is_symmetric.m. | |
9761 * general/isvector.m: Rename from is_vector.m. | |
9762 | |
4022 | 9763 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9764 | |
9765 * statistics/base/mean.m: Allow empty matrices. | |
9766 Handle DIM arg. | |
9767 | |
5095 | 9768 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9769 |
9770 * plot/__errcomm__.m: If format is not specified, default to error | |
9771 bar format. | |
9772 | |
4011 | 9773 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9774 | |
9775 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9776 __F_SETFL__ and __O_NONBLOCK__. | |
9777 | |
9778 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9779 * miscellaneous/bug_report.m: Likewise. | |
9780 | |
4007 | 9781 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9782 | |
4008 | 9783 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9784 * general/rem.m: Likewise. | |
9785 | |
9786 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9787 * plot/semilogxerr.m: Likewise. | |
4007 | 9788 * plot/semilogyerr.m: Likewise. |
9789 | |
5095 | 9790 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9791 |
9792 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9793 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9794 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9795 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9796 | |
9797 * plot/errorbar.m: Use __errcomm__.m. | |
9798 * plot/__errplot__.m: Minor cleanups. | |
9799 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9800 * plot/__pltopt1__.m: Likewise. | |
9801 | |
3980 | 9802 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9803 | |
3981 | 9804 * general/rem.m: Delete redundant call to usage. |
9805 | |
3980 | 9806 * general/mod.m: Additional error checks, Texinfoize doc string. |
9807 | |
5095 | 9808 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9809 |
9810 * general/mod.m: New function. | |
9811 | |
3979 | 9812 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9813 | |
9814 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9815 * control/system/sysadd.m: Likewise. | |
9816 * control/system/sysgroup.m: Likewise. | |
9817 * control/system/syssub.m: Likewise. | |
9818 * elfun/gcd.m: Likewise. | |
9819 * elfun/lcm.m: Likewise. | |
9820 * general/common_size.m: Likewise. | |
9821 * io/printf.m: Likewise. | |
9822 * miscellaneous/menu.m: Likewise. | |
9823 * miscellaneous/path.m: Likewise. | |
9824 * plot/__errplot__.m: Likewise. | |
9825 * plot/__plt__.m: Likewise. | |
9826 * plot/axis.m: Likewise. | |
9827 * plot/errorbar.m: Likewise. | |
9828 * plot/mplot.m: Likewise. | |
9829 * plot/loglog.m: Likewise. | |
9830 * plot/plot.m: Likewise. | |
9831 * plot/plot_border.m: Likewise. | |
9832 * plot/semilogx.m: Likewise. | |
9833 * plot/semilogy.m: Likewise. | |
9834 * plot/xlabel.m: Likewise. | |
9835 * plot/ylabel.m: Likewise. | |
9836 * plot/zlabel.m: Likewise. | |
9837 * statistics/base/ppplot.m: Likewise. | |
9838 * statistics/base/qqplot.m: Likewise. | |
9839 * statistics/tests/bartlett_test.m: Likewise. | |
9840 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9841 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9842 * strings/str2mat.m: Likewise. | |
9843 * strings/strcat.m: Likewise. | |
9844 | |
5095 | 9845 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9846 |
9847 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9848 | |
3924 | 9849 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9850 | |
9851 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9852 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9853 |
5095 | 9854 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9855 |
9856 * general/repmat.m: New function. | |
9857 | |
5095 | 9858 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9859 |
9860 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9861 Use optional parameter to specify the number of bits in the input. | |
9862 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9863 floats in the range [-1,1], 2x speedup. | |
9864 | |
9865 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9866 | |
3910 | 9867 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9868 | |
9869 * linear-algebra/kron.m: Delete. | |
9870 | |
5095 | 9871 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9872 |
9873 * signal/freqz.m: If nargout is zero, plot results instead of | |
9874 returning them. | |
9875 * signal/freqz_plot.m: New file. | |
9876 | |
5095 | 9877 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9878 |
5378 | 9879 * signal/unwrap.m: New file. |
3906 | 9880 |
5095 | 9881 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9882 |
9883 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9884 divide by zero warning. | |
9885 | |
5095 | 9886 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9887 |
3894 | 9888 * strings/deblank.m: Trim \0 as well as blank. |
9889 | |
5378 | 9890 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9891 expressed in radians or Hz relative to a supplied sample rate. |
9892 | |
5095 | 9893 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9894 |
9895 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9896 | |
3891 | 9897 * strings/findstr.m: Vectorize as much as possible. |
9898 | |
5095 | 9899 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9900 |
9901 * special-matrix/invhilb.m: New version that is faster and more | |
9902 accurate. | |
9903 | |
5095 | 9904 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9905 |
9906 * configure.in: Update for autoconf 2.5x. | |
9907 | |
5095 | 9908 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9909 |
9910 * special-matrix/vander.m: Code tidy and vectorize. | |
9911 | |
5095 | 9912 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9913 |
3883 | 9914 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9915 to vectors. Issue a warning in the case x matches y' but return a | |
9916 column vector as Octave currently does. | |
9917 | |
3882 | 9918 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9919 | |
9920 * control/system/starp.m: Leave more of the documentation | |
9921 processing to texinfo and less to the @format block. | |
9922 | |
9923 * image/imagesc.m: Only display image if no output is requested. | |
9924 Code tidying. | |
9925 | |
3876 | 9926 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9927 | |
9928 * statistics/base/center.m: Accept and return empty matrix. | |
9929 | |
3872 | 9930 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9931 | |
9932 * specfun/erfinv.m: Fix usage message. | |
9933 | |
3869 | 9934 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9935 | |
9936 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9937 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9938 | |
3837 | 9939 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9940 | |
9941 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9942 capitalized variable names. | |
9943 | |
3836 | 9944 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9945 | |
9946 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9947 | |
5095 | 9948 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9949 |
9950 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9951 | |
3803 | 9952 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9953 | |
3833 | 9954 * general/cart2pol.m: New file. |
9955 * general/pol2cart.m: New file. | |
9956 * general/cart2sph.m: New file. | |
9957 * general/sph2cart.m: New file. | |
9958 * image/rgb2hsv.m: New file. | |
9959 * image/hsv2rgb.m: New file. | |
3803 | 9960 |
9961 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9962 | |
9963 * plot/meshgrid.m: Avoid for loops. | |
9964 * plot/meshdom.m: Likewise. | |
9965 | |
3801 | 9966 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9967 | |
9968 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9969 | |
9970 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9971 | |
9972 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9973 norm. | |
9974 | |
3792 | 9975 2001-02-09 David Livings <david.livings@asa.co.uk> |
9976 | |
9977 * statistics/tests/welch_test.m: Fix typo. | |
9978 | |
9979 * statistics/distributions/chisquare_cdf.m: | |
9980 Don't restrict inputs to be only positive integers. | |
9981 * statistics/distributions/chisquare_inv.m: Likewise. | |
9982 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9983 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9984 * statistics/distributions/f_cdf.m: Likewise. | |
9985 * statistics/distributions/f_inv.m: Likewise. | |
9986 * statistics/distributions/f_pdf.m: Likewise. | |
9987 * statistics/distributions/f_rnd.m: Likewise. | |
9988 * statistics/distributions/t_cdf.m: Likewise. | |
9989 * statistics/distributions/t_inv.m: Likewise. | |
9990 * statistics/distributions/t_pdf.m: Likewise. | |
9991 * statistics/distributions/t_rnd.m: Likewise. | |
9992 | |
3790 | 9993 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9994 | |
9995 * strings/dec2base.m: New file. | |
9996 * strings/base2dec.m: New file. | |
9997 * strings/strjust.m: New file. | |
9998 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9999 * strings/dec2bin.m: Likewise. | |
10000 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
10001 * strings/bin2dec.m: Likewise. | |
10002 | |
5095 | 10003 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 10004 |
10005 * statistics/base/ppplot.m: Use gset, not set. | |
10006 * statistics/base/qqplot.m: Likewise. | |
10007 | |
5095 | 10008 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 10009 |
10010 * control/system/c2d.m: Add missing endif. | |
10011 | |
3759 | 10012 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10013 | |
10014 * strings/index.m: Return 0 if either string is empty. | |
10015 | |
10016 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
10017 | |
10018 * control/system/c2d.m: Allow option of matched pole/zero | |
10019 equivalent for conversion. | |
10020 | |
10021 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
10022 | |
10023 * strings/findstr.m: Return empty matrix if search string is empty. | |
10024 | |
3757 | 10025 2000-12-15 Kai Habel <kai.habel@gmx.de> |
10026 | |
10027 * saveimage.m: Do create rawbit image for black and white images, | |
10028 but do it correctly. | |
10029 | |
3754 | 10030 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10031 | |
6778 | 10032 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
10033 result polynomials. | |
3754 | 10034 |
3748 | 10035 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10036 | |
10037 * image/saveimage.m: Don't try to create rawbit image. | |
10038 | |
3740 | 10039 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10040 | |
10041 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
10042 | |
5095 | 10043 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 10044 |
10045 * plot/contour.m: Reorder args for Matlab compatibility. | |
10046 | |
3727 | 10047 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
10048 | |
10049 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
10050 | |
3717 | 10051 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10052 | |
3718 | 10053 * plot/errorbar.m, plot/__errplot__.m: New functions. |
10054 | |
3717 | 10055 * plot/mesh.m: Also set nologscale before plotting. |
10056 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
10057 xyerrorbars instead of just errorbars. | |
10058 | |
3714 | 10059 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
10060 | |
10061 * image/image.m: Try display (from ImageMagick) first. | |
10062 | |
3709 | 10063 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
10064 | |
10065 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
10066 conjugate transpose. | |
10067 | |
3705 | 10068 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10069 | |
10070 * strings/str2mat.m: Apply setstr to each argument. | |
10071 | |
3696 | 10072 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
10073 | |
10074 * control/base/dkalman.m: New file. | |
10075 * control/base/dlqe.m: Handle singular A matrix. | |
10076 * control/base/dlqr.m: Likewise. | |
10077 | |
3695 | 10078 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10079 | |
10080 * strings/strcmp.m: Return 0 instead of an error if row and column | |
10081 dimensions don't match. | |
10082 | |
3690 | 10083 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
10084 | |
10085 * plot/hist.m: Allow 3 argument form to work. | |
10086 | |
5095 | 10087 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 10088 |
10089 * plot/plot.m: Add examples in doc string. | |
10090 | |
5095 | 10091 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 10092 |
10093 * control/base/__stepimp__.m: Reset multiplot state when done. | |
10094 Do the right thing even if automatic_replot is not zero. | |
10095 Avoid failure if system has pure imaginary poles. | |
10096 | |
3674 | 10097 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10098 | |
10099 * general/logical.m: Return arg if it is empty. Better error | |
10100 message for non-numeric types. | |
10101 | |
5095 | 10102 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 10103 |
10104 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
10105 about difference with Matlab dlqe function. | |
10106 | |
10107 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
10108 | |
5095 | 10109 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 10110 |
10111 * strings/strrep.m: Fix typo. | |
10112 | |
3666 | 10113 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10114 | |
10115 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
10116 | |
5095 | 10117 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 10118 |
10119 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 10120 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 10121 |
5095 | 10122 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 10123 |
10124 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
10125 guess for iteration. | |
10126 | |
3651 | 10127 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10128 | |
10129 * image/image.m: Allow image (A) or image (x, y, A). | |
10130 * image/imagesc.m: Likewise. | |
10131 | |
10132 * image/image.m: If zoom is not supplied, or if it is an empty | |
10133 matrix, autoscale the image. | |
10134 | |
3618 | 10135 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10136 | |
3619 | 10137 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
10138 Undo string escapes in text twice(!) before sending to gnuplot. | |
10139 | |
3618 | 10140 * image/saveimage.m: Add comment to file saying who created it and |
10141 when it was created. Suggested by Stephen Eglen | |
10142 <stephen@cogsci.ed.ac.uk>. | |
10143 | |
5095 | 10144 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 10145 |
10146 * polynomial/polyreduce.m: Simplify by looking for the first | |
10147 non-zero element rather than the last of the first set of zero | |
10148 elements. | |
10149 | |
10150 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
10151 | |
5095 | 10152 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 10153 |
10154 * image/saveimage.m: Swap black and white colormaps so zero is | |
10155 displayed as black and 1 is displayed as white. | |
10156 Fix indexing bug in ppm case. | |
10157 | |
3604 | 10158 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
10159 | |
10160 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10161 between the two distributions (took same approach as ks.test() in R.) | |
10162 | |
3603 | 10163 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10164 | |
10165 * control/base/bode.m: Temporarily disable automatic_replot. | |
10166 | |
3599 | 10167 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10168 | |
3601 | 10169 * Makefile.in (clean): Also remove gethelp. |
10170 | |
3599 | 10171 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10172 | |
5095 | 10173 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10174 |
10175 * set/create_set.m: Use find to avoid while loop. | |
10176 | |
5095 | 10177 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10178 |
10179 * plot/hist.m: New optional third argument. | |
10180 | |
10181 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10182 | |
10183 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10184 number appended. | |
10185 | |
3575 | 10186 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10187 | |
10188 * gethelp.cc: Sprinkle with std:: qualifier. | |
10189 | |
3498 | 10190 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10191 | |
10192 * image/saveimage.m: Delete some debugging code. | |
10193 | |
3486 | 10194 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10195 | |
10196 * signal/sinc.m: Avoid reshaping. | |
10197 | |
10198 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10199 * image/ind2rgb.m: Ditto. | |
10200 * image/ind2gray.m: Ditto. | |
10201 * general/reshape.m: Ditto. Also no longer needs to reset | |
10202 implicit_str_to_num_ok. | |
10203 | |
3483 | 10204 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10205 | |
10206 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10207 a list of file structures, not a vector of numeric file ids. | |
10208 | |
3474 | 10209 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10210 | |
3476 | 10211 * plot/__axis_label__.m: New function. |
10212 Undo string escapes in text twice(!) before sending to gnuplot. | |
10213 * plot/xlabel.m: Use it. | |
10214 * plot/ylabel.m: Ditto. | |
10215 * plot/zlabel.m: Ditto. | |
10216 | |
3474 | 10217 * plot/mesh.m: Fix error message to reflect reality. |
10218 | |
5095 | 10219 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10220 |
10221 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10222 | |
5095 | 10223 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10224 |
10225 * audio/saveaudio.m: Also accept files with .ul extension. | |
10226 * audio/loadaudio.m: Ditto. | |
10227 * audio/playaudio.m: Ditto. | |
10228 | |
3456 | 10229 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10230 | |
10231 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10232 * statistics/distributions/beta_inv.m: Ditto. | |
10233 * statistics/distributions/beta_pdf.m: Ditto. | |
10234 * statistics/distributions/beta_rnd.m: Ditto. | |
10235 * statistics/distributions/binomial_cdf.m: Ditto. | |
10236 * statistics/distributions/binomial_inv.m: Ditto. | |
10237 * statistics/distributions/binomial_pdf.m: Ditto. | |
10238 * statistics/distributions/binomial_rnd.m: Ditto. | |
10239 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10240 * statistics/distributions/cauchy_inv.m: Ditto. | |
10241 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10242 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10243 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10244 * statistics/distributions/chisquare_inv.m: Ditto. | |
10245 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10246 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10247 * statistics/distributions/discrete_cdf.m: Ditto. | |
10248 * statistics/distributions/discrete_inv.m: Ditto. | |
10249 * statistics/distributions/discrete_pdf.m: Ditto. | |
10250 * statistics/distributions/discrete_rnd.m: Ditto. | |
10251 * statistics/distributions/empirical_cdf.m: Ditto. | |
10252 * statistics/distributions/empirical_inv.m: Ditto. | |
10253 * statistics/distributions/empirical_pdf.m: Ditto. | |
10254 * statistics/distributions/empirical_rnd.m: Ditto. | |
10255 * statistics/distributions/exponential_cdf.m: Ditto. | |
10256 * statistics/distributions/exponential_inv.m: Ditto. | |
10257 * statistics/distributions/exponential_pdf.m: Ditto. | |
10258 * statistics/distributions/exponential_rnd.m: Ditto. | |
10259 * statistics/distributions/f_cdf.m: Ditto. | |
10260 * statistics/distributions/f_inv.m: Ditto. | |
10261 * statistics/distributions/f_pdf.m: Ditto. | |
10262 * statistics/distributions/f_rnd.m: Ditto. | |
10263 * statistics/distributions/gamma_cdf.m: Ditto. | |
10264 * statistics/distributions/gamma_inv.m: Ditto. | |
10265 * statistics/distributions/gamma_pdf.m: Ditto. | |
10266 * statistics/distributions/gamma_rnd.m: Ditto. | |
10267 * statistics/distributions/geometric_cdf.m: Ditto. | |
10268 * statistics/distributions/geometric_inv.m: Ditto. | |
10269 * statistics/distributions/geometric_pdf.m: Ditto. | |
10270 * statistics/distributions/geometric_rnd.m: Ditto. | |
10271 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10272 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10273 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10274 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10275 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10276 * statistics/distributions/laplace_cdf.m: Ditto. | |
10277 * statistics/distributions/laplace_inv.m: Ditto. | |
10278 * statistics/distributions/laplace_pdf.m: Ditto. | |
10279 * statistics/distributions/laplace_rnd.m: Ditto. | |
10280 * statistics/distributions/logistic_cdf.m: Ditto. | |
10281 * statistics/distributions/logistic_inv.m: Ditto. | |
10282 * statistics/distributions/logistic_pdf.m: Ditto. | |
10283 * statistics/distributions/logistic_rnd.m: Ditto. | |
10284 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10285 * statistics/distributions/lognormal_inv.m: Ditto. | |
10286 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10287 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10288 * statistics/distributions/normal_cdf.m: Ditto. | |
10289 * statistics/distributions/normal_inv.m: Ditto. | |
10290 * statistics/distributions/normal_pdf.m: Ditto. | |
10291 * statistics/distributions/normal_rnd.m: Ditto. | |
10292 * statistics/distributions/pascal_cdf.m: Ditto. | |
10293 * statistics/distributions/pascal_inv.m: Ditto. | |
10294 * statistics/distributions/pascal_pdf.m: Ditto. | |
10295 * statistics/distributions/pascal_rnd.m: Ditto. | |
10296 * statistics/distributions/poisson_cdf.m: Ditto. | |
10297 * statistics/distributions/poisson_inv.m: Ditto. | |
10298 * statistics/distributions/poisson_pdf.m: Ditto. | |
10299 * statistics/distributions/poisson_rnd.m: Ditto. | |
10300 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10301 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10302 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10303 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10304 * statistics/distributions/t_cdf.m: Ditto. | |
10305 * statistics/distributions/t_inv.m: Ditto. | |
10306 * statistics/distributions/t_pdf.m: Ditto. | |
10307 * statistics/distributions/t_rnd.m: Ditto. | |
10308 * statistics/distributions/uniform_cdf.m: Ditto. | |
10309 * statistics/distributions/uniform_inv.m: Ditto. | |
10310 * statistics/distributions/uniform_pdf.m: Ditto. | |
10311 * statistics/distributions/uniform_rnd.m: Ditto. | |
10312 * statistics/distributions/weibull_cdf.m: Ditto. | |
10313 * statistics/distributions/weibull_inv.m: Ditto. | |
10314 * statistics/distributions/weibull_pdf.m: Ditto. | |
10315 * statistics/distributions/weibull_rnd.m: Ditto. | |
10316 * statistics/distributions/wiener_rnd.m: Ditto. | |
10317 | |
3453 | 10318 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10319 | |
10320 * statistics/base/values.m: Texinfoize doc string. | |
10321 * statistics/base/var.m: Ditto. | |
10322 * statistics/base/table.m: Ditto. | |
10323 * statistics/base/studentize.m: Ditto. | |
10324 * statistics/base/statistics.m: Ditto. | |
10325 * statistics/base/spearman.m: Ditto. | |
10326 * statistics/base/run_count.m: Ditto. | |
10327 * statistics/base/ranks.m: Ditto. | |
10328 * statistics/base/range.m: Ditto. | |
10329 * statistics/base/qqplot.m: Ditto. | |
10330 * statistics/base/probit.m: Ditto. | |
10331 * statistics/base/ppplot.m: Ditto. | |
10332 * statistics/base/moment.m: Ditto. | |
10333 * statistics/base/meansq.m: Ditto. | |
10334 * statistics/base/logit.m: Ditto. | |
10335 * statistics/base/kendall.m: Ditto. | |
10336 * statistics/base/iqr.m: Ditto. | |
10337 * statistics/base/cut.m: Ditto. | |
10338 * statistics/base/cor.m: Ditto. | |
10339 * statistics/base/cloglog.m: Ditto. | |
10340 * statistics/base/center.m: Ditto. | |
3454 | 10341 * statistics/models/logistic_regression.m: Ditto. |
10342 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10343 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10344 * statistics/tests/anova.m: Ditto. | |
10345 * statistics/tests/bartlett_test.m: Ditto. | |
10346 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10347 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10348 * statistics/tests/cor_test.m: Ditto. | |
10349 * statistics/tests/f_test_regression.m: Ditto. | |
10350 * statistics/tests/hotelling_test.m: Ditto. | |
10351 * statistics/tests/hotelling_test_2.m: Ditto. | |
10352 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10353 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10354 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10355 * statistics/tests/manova.m: Ditto. | |
10356 * statistics/tests/mcnemar_test.m: Ditto. | |
10357 * statistics/tests/prop_test_2.m: Ditto. | |
10358 * statistics/tests/run_test.m: Ditto. | |
10359 * statistics/tests/sign_test.m: Ditto. | |
10360 * statistics/tests/t_test.m: Ditto. | |
10361 * statistics/tests/t_test_2.m: Ditto. | |
10362 * statistics/tests/t_test_regression.m: Ditto. | |
10363 * statistics/tests/u_test.m: Ditto. | |
10364 * statistics/tests/var_test.m: Ditto. | |
10365 * statistics/tests/welch_test.m: Ditto. | |
10366 * statistics/tests/wilcoxon_test.m: Ditto. | |
10367 * statistics/tests/z_test.m: Ditto. | |
10368 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10369 |
3446 | 10370 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10371 | |
10372 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10373 * plot/__plr1__.m: Ditto. |
10374 * plot/__pltopt__.m: Ditto. | |
10375 * plot/__plt__.m: Ditto. | |
10376 * plot/__plt2vv__.m: Ditto. | |
10377 * plot/__plr2__.m: Ditto. | |
10378 * plot/__plr__.m: Ditto. | |
10379 * plot/__plt1__.m: Ditto. | |
10380 * plot/__plt2__.m: Ditto. | |
10381 * plot/__plt2mm__.m: Ditto. | |
10382 * plot/__plt2mv__.m: Ditto. | |
10383 * plot/__plt2ss__.m: Ditto. | |
10384 * miscellaneous/paren.m: Ditto. | |
10385 * miscellaneous/comma.m: Ditto. | |
10386 * miscellaneous/semicolon.m: Ditto. | |
10387 * miscellaneous/path.m: Ditto. | |
10388 * miscellaneous/list_primes.m: Ditto. | |
10389 * miscellaneous/flops.m: Ditto. | |
10390 * miscellaneous/dump_prefs.m: Ditto. | |
10391 * miscellaneous/bug_report.m: Ditto. | |
10392 * linear-algebra/dot.m: Ditto | |
10393 * linear-algebra/dmult.m: Ditto. | |
10394 * general/randperm.m: Ditto. | |
10395 * general/logical.m: Ditto. | |
10396 * general/is_duplicate_entry.m: Ditto. | |
10397 * signal/arch_fit.m: Ditto. | |
10398 * signal/arch_rnd.m: Ditto. | |
10399 * signal/arch_test.m: Ditto. | |
10400 * signal/arma_rnd.m: Ditto. | |
10401 * signal/autocor.m: Ditto. | |
10402 * signal/autocov.m: Ditto. | |
10403 * signal/autoreg_matrix.m: Ditto. | |
10404 * signal/bartlett.m: Ditto. | |
10405 * signal/blackman.m: Ditto. | |
10406 * signal/detrend.m: Ditto. | |
10407 * signal/diffpara.m: Ditto. | |
10408 * signal/durbinlevinson.m: Ditto. | |
10409 * signal/fftconv.m: Ditto. | |
10410 * signal/fftfilt.m: Ditto. | |
10411 * signal/fftshift.m: Ditto. | |
10412 * signal/fractdiff.m: Ditto. | |
10413 * signal/freqz.m: Ditto. | |
10414 * signal/hamming.m: Ditto. | |
10415 * signal/hanning.m: Ditto. | |
10416 * signal/hurst.m: Ditto. | |
10417 * signal/periodogram.m: Ditto. | |
10418 * signal/rectangle_lw.m: Ditto. | |
10419 * signal/rectangle_sw.m: Ditto. | |
10420 * signal/sinc.m: Ditto. | |
10421 * signal/sinetone.m: Ditto. | |
10422 * signal/sinewave.m: Ditto. | |
10423 * signal/spectral_adf.m: Ditto. | |
10424 * signal/spectral_xdf.m: Ditto. | |
10425 * signal/spencer.m: Ditto. | |
10426 * signal/stft.m: Ditto. | |
10427 * signal/synthesis.m: Ditto. | |
10428 * signal/triangle_lw.m: Ditto. | |
10429 * signal/triangle_sw.m: Ditto. | |
10430 * signal/yulewalker.m: Ditto. | |
3450 | 10431 * control/util/strappend.m: Ditto. |
3451 | 10432 * control/base/nichols.m: Ditto. |
3452 | 10433 * control/system/is_signal_list.m: Ditto. |
10434 * control/system/listidx.m: Ditto. | |
10435 * control/system/sysgettsam.m: Ditto. | |
10436 * control/system/sysidx.m: Ditto. | |
3446 | 10437 |
3438 | 10438 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10439 | |
10440 * control/system/__abcddims__.m: Rename from | |
10441 control/system/abcddims.m, change all callers. | |
10442 * control/base/__bodquist__.m: Likewise. | |
10443 * control/base/__freqresp__.m: Likewise. | |
10444 * control/util/__outlist__.m: Likewise. | |
10445 * control/base/__stepimp__.m: Likewise. | |
10446 * control/system/__syschnamesl__.m: Likewise. | |
10447 * control/system/__syscont_disc__.m: Likewise. | |
10448 * control/system/__sysdefioname__.m: Likewise. | |
10449 * control/system/__sysdefstname__.m: Likewise. | |
10450 * control/system/__sysgroupn__.m: Likewise. | |
10451 * control/system/__tf2sysl__.m: Likewise. | |
10452 * control/util/__zgpbal__.m: Likewise. | |
10453 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10454 |
10455 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10456 * quaternion/qconj.m: Ditto. |
10457 * quaternion/qcoordinate_plot.m: Ditto. | |
10458 * quaternion/qderiv.m: Ditto. | |
10459 * quaternion/qderivmat.m: Ditto. | |
10460 * quaternion/qinv.m: Ditto. | |
10461 * quaternion/qmult.m: Ditto. | |
10462 * quaternion/qtrans.m: Ditto. | |
10463 * quaternion/qtransv.m: Ditto. | |
10464 * quaternion/qtransvmat.m: Ditto. | |
10465 * quaternion/quaternion.m: Ditto. | |
3438 | 10466 |
3436 | 10467 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10468 | |
10469 * control/base/Makefile.in: Ditto. | |
10470 * control/hinf/Makefile.in: New file. | |
10471 * control/marsyas/Makefile.in: Ditto. | |
10472 * control/obsolete/Makefile.in: Ditto. | |
10473 * control/system/Makefile.in: Ditto. | |
10474 * control/util/Makefile.in: Ditto. | |
10475 | |
10476 * strings/com2str.m: Move here from control directory. | |
10477 | |
10478 * control/base: New directory. | |
10479 * control/base/DEMOcontrol.m: Move here from control directory. | |
10480 * control/base/analdemo.m: Ditto. | |
10481 * control/base/are.m: Ditto. | |
10482 * control/base/bddemo.m: Ditto. | |
10483 * control/base/bode.m: Ditto. | |
10484 * control/base/bode_bounds.m: Ditto. | |
10485 * control/base/bodquist.m: Ditto. | |
10486 * control/base/controldemo.m: Ditto. | |
10487 * control/base/ctrb.m: Ditto. | |
10488 * control/base/damp.m: Ditto. | |
10489 * control/base/dare.m: Ditto. | |
10490 * control/base/dcgain.m: Ditto. | |
10491 * control/base/dgram.m: Ditto. | |
10492 * control/base/dlqe.m: Ditto. | |
10493 * control/base/dlqr.m: Ditto. | |
10494 * control/base/dlyap.m: Ditto. | |
10495 * control/base/dre.m: Ditto. | |
10496 * control/base/frdemo.m: Ditto. | |
10497 * control/base/freqchkw.m: Ditto. | |
10498 * control/base/freqresp.m: Ditto. | |
10499 * control/base/gram.m: Ditto. | |
10500 * control/base/impulse.m: Ditto. | |
10501 * control/base/lqe.m: Ditto. | |
10502 * control/base/lqg.m: Ditto. | |
10503 * control/base/lqr.m: Ditto. | |
10504 * control/base/lsim.m: Ditto. | |
10505 * control/base/ltifr.m: Ditto. | |
10506 * control/base/lyap.m: Ditto. | |
10507 * control/base/nichols.m: Ditto. | |
10508 * control/base/nyquist.m: Ditto. | |
10509 * control/base/obsv.m: Ditto. | |
10510 * control/base/place.m: Ditto. | |
10511 * control/base/pzmap.m: Ditto. | |
10512 * control/base/rldemo.m: Ditto. | |
10513 * control/base/rlocus.m: Ditto. | |
10514 * control/base/step.m: Ditto. | |
10515 * control/base/stepimp.m: Ditto. | |
10516 * control/base/tzero.m: Ditto. | |
10517 * control/base/tzero2.m: Ditto. | |
10518 | |
10519 * control/hinf: New directory. | |
10520 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10521 * control/hinf/h2norm.m: Ditto. | |
10522 * control/hinf/h2syn.m: Ditto. | |
10523 * control/hinf/hinf_ctr.m: Ditto. | |
10524 * control/hinf/hinfdemo.m: Ditto. | |
10525 * control/hinf/hinfnorm.m: Ditto. | |
10526 * control/hinf/hinfsyn.m: Ditto. | |
10527 * control/hinf/hinfsyn_chk.m: Ditto. | |
10528 * control/hinf/hinfsyn_ric.m: Ditto. | |
10529 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10530 * control/hinf/dgkfdemo.m: Ditto. |
10531 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10532 |
10533 * control/marsyas: New directory. | |
10534 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10535 * control/marsyas/susball.m: Ditto. | |
10536 | |
10537 * control/obsolete/dezero.m: Move here from control directory. | |
10538 * control/obsolete/rotg.m: Ditto. | |
10539 | |
10540 * control/system: New directory. | |
10541 * control/system/abcddim.m: Move here from control directory. | |
10542 * control/system/abcddims.m: Ditto. | |
10543 * control/system/buildssic.m: Ditto. | |
10544 * control/system/c2d.m: Ditto. | |
10545 * control/system/d2c.m: Ditto. | |
10546 * control/system/dmr2d.m: Ditto. | |
10547 * control/system/fir2sys.m: Ditto. | |
10548 * control/system/is_abcd.m: Ditto. | |
10549 * control/system/is_digital.m: Ditto. | |
10550 * control/system/is_sample.m: Ditto. | |
10551 * control/system/is_signal_list.m: Ditto. | |
10552 * control/system/is_siso.m: Ditto. | |
3441 | 10553 * control/system/is_controllable.m: Ditto. |
10554 * control/system/is_detectable.m: Ditto. | |
10555 * control/system/is_observable.m: Ditto. | |
10556 * control/system/is_stabilizable.m: Ditto. | |
10557 * control/system/is_stable.m: Ditto. | |
3436 | 10558 * control/system/jet707.m: Ditto. |
10559 * control/system/listidx.m: Ditto. | |
10560 * control/system/moddemo.m: Ditto. | |
10561 * control/system/ord2.m: Ditto. | |
10562 * control/system/packedform.m: Ditto. | |
10563 * control/system/parallel.m: Ditto. | |
10564 * control/system/ss2sys.m: Ditto. | |
10565 * control/system/ss2tf.m: Ditto. | |
10566 * control/system/ss2zp.m: Ditto. | |
10567 * control/system/starp.m: Ditto. | |
10568 * control/system/sys2fir.m: Ditto. | |
10569 * control/system/sys2ss.m: Ditto. | |
10570 * control/system/sys2tf.m: Ditto. | |
10571 * control/system/sys2zp.m: Ditto. | |
10572 * control/system/sysadd.m: Ditto. | |
10573 * control/system/sysappend.m: Ditto. | |
10574 * control/system/syschnamesl.m: Ditto. | |
10575 * control/system/syschtsam.m: Ditto. | |
10576 * control/system/sysconnect.m: Ditto. | |
10577 * control/system/syscont.m: Ditto. | |
10578 * control/system/syscont_disc.m: Ditto. | |
10579 * control/system/sysdefioname.m: Ditto. | |
10580 * control/system/sysdefstname.m: Ditto. | |
10581 * control/system/sysdimensions.m: Ditto. | |
10582 * control/system/sysdisc.m: Ditto. | |
10583 * control/system/sysdup.m: Ditto. | |
10584 * control/system/sysgetsignals.m: Ditto. | |
10585 * control/system/sysgettsam.m: Ditto. | |
10586 * control/system/sysgettype.m: Ditto. | |
10587 * control/system/sysgroup.m: Ditto. | |
10588 * control/system/sysgroupn.m: Ditto. | |
10589 * control/system/sysidx.m: Ditto. | |
10590 * control/system/sysmin.m: Ditto. | |
10591 * control/system/sysmult.m: Ditto. | |
10592 * control/system/sysout.m: Ditto. | |
10593 * control/system/sysprune.m: Ditto. | |
10594 * control/system/sysreorder.m: Ditto. | |
10595 * control/system/sysrepdemo.m: Ditto. | |
10596 * control/system/sysscale.m: Ditto. | |
10597 * control/system/syssetsignals.m: Ditto. | |
10598 * control/system/syssub.m: Ditto. | |
10599 * control/system/sysupdate.m: Ditto. | |
10600 * control/system/tf2ss.m: Ditto. | |
10601 * control/system/tf2sys.m: Ditto. | |
10602 * control/system/tf2sysl.m: Ditto. | |
10603 * control/system/tf2zp.m: Ditto. | |
10604 * control/system/tfout.m: Ditto. | |
10605 * control/system/ugain.m: Ditto. | |
10606 * control/system/zp2ss.m: Ditto. | |
10607 * control/system/zp2ssg2.m: Ditto. | |
10608 * control/system/zp2sys.m: Ditto. | |
10609 * control/system/zp2tf.m: Ditto. | |
10610 * control/system/zpout.m: Ditto. | |
10611 | |
10612 * control/util: New directory. | |
10613 * control/util/axis2dlim.m: Move here from control directory. | |
10614 * control/util/outlist.m: Ditto. | |
10615 * control/util/prompt.m: Ditto. | |
10616 * control/util/run_cmd.m: Ditto. | |
10617 * control/util/sortcom.m: Ditto. | |
10618 * control/util/strappend.m: Ditto. | |
10619 * control/util/swap.m: Ditto. | |
10620 * control/util/zgfmul.m: Ditto. | |
10621 * control/util/zgfslv.m: Ditto. | |
10622 * control/util/zginit.m: Ditto. | |
10623 * control/util/zgpbal.m: Ditto. | |
10624 * control/util/zgreduce.m: Ditto. | |
10625 * control/util/zgrownorm.m: Ditto. | |
10626 * control/util/zgscal.m: Ditto. | |
10627 * control/util/zgsgiv.m: Ditto. | |
10628 * control/util/zgshsr.m: Ditto. | |
10629 | |
3427 | 10630 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10631 | |
10632 * gethelp.cc (extract_help_text): Discard first space character | |
10633 after consecutive comment characters. | |
10634 | |
3422 | 10635 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10636 | |
10637 * control/obsolete: New directory | |
10638 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10639 * control/obsolete/swapcols.m: Ditto. |
10640 * control/obsolete/dlqg.m: Ditto. | |
10641 * control/obsolete/minfo.m: Ditto. | |
10642 * control/obsolete/packsys.m: Ditto. | |
10643 * control/obsolete/qzval.m: Ditto. | |
10644 * control/obsolete/unpacksys.m: Ditto. | |
10645 * control/obsolete/series.m: Ditto. | |
10646 * control/obsolete/syschnames.m: Ditto. | |
10647 * polynomial/polyout.m: Ditto. | |
3422 | 10648 |
3420 | 10649 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10650 | |
10651 * general/fliplr.m: Eliminate useless copy of arg. | |
10652 * general/flipud.m: Ditto. | |
10653 | |
3418 | 10654 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10655 | |
10656 * linear-algebra/cross.m: Only return a row vector if both args | |
10657 are row vectors. | |
10658 * polynomial/polyfit.m: Likewise. | |
10659 | |
10660 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10661 | |
10662 * statistics/distributions/discrete_rnd.m: | |
10663 Always generate a row vector. | |
10664 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10665 | |
5095 | 10666 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10667 |
10668 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10669 | |
10670 * audio/setaudio.m: Texinfoize doc string. | |
10671 * control/com2str.m: Likewise. | |
10672 * control/controldemo.m: Likewise. | |
10673 * control/DEMOcontrol.m: Likewise. | |
10674 * control/dezero.m: Likewise. | |
10675 * control/dre.m: Likewise. | |
10676 * control/hinfsyn_ric.m: Likewise. | |
10677 | |
5095 | 10678 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10679 |
10680 * io/printf.m: Add @seealso{...} to doc string. | |
10681 * io/puts.m: Likewise. | |
10682 * plot/semilogx.m: Likewise. | |
10683 * plot/semilogy.m: Likewise. | |
10684 * plot/__pltopt__.m: Likewise. | |
10685 * plot/bar.m: Likewise. | |
10686 * plot/xlabel.m: Likewise. | |
10687 * plot/grid.m: Likewise. | |
10688 * plot/shg.m: Likewise. | |
10689 * plot/title.m: Likewise. | |
10690 * plot/mesh.m: Likewise. | |
10691 * plot/__pltopt1__.m: Likewise. | |
10692 * plot/contour.m: Likewise. | |
10693 * plot/hist.m: Likewise. | |
10694 * plot/stairs.m: Likewise. | |
10695 * plot/meshgrid.m: Likewise. | |
10696 * plot/polar.m: Likewise. | |
10697 * plot/loglog.m: Likewise. | |
10698 * plot/plot.m: Likewise. | |
10699 * miscellaneous/semicolon.m: Likewise. | |
10700 * miscellaneous/menu.m: Likewise. | |
10701 * miscellaneous/etime.m: Likewise. | |
10702 * miscellaneous/texas_lotto.m: Likewise. | |
10703 * miscellaneous/comma.m: Likewise. | |
10704 * audio/lin2mu.m: Likewise. | |
10705 * audio/playaudio.m: Likewise. | |
10706 * audio/loadaudio.m: Likewise. | |
10707 * audio/saveaudio.m: Likewise. | |
10708 * audio/mu2lin.m: Likewise. | |
10709 * audio/record.m: Likewise. | |
10710 * strings/isletter.m: Likewise. | |
10711 * strings/lower.m: Likewise. | |
10712 * strings/lower.m: Likewise. | |
10713 * strings/upper.m: Likewise. | |
10714 * specfun/erfinv.m: Likewise. | |
10715 * specfun/gammai.m: Likewise. | |
10716 * specfun/log2.m: Likewise. | |
10717 * specfun/pow2.m: Likewise. | |
10718 * elfun/gcd.m: Likewise. | |
10719 * elfun/lcm.m: Likewise. | |
10720 * special-matrix/vander.m: Likewise. | |
10721 * special-matrix/sylvester_matrix.m: Likewise. | |
10722 * special-matrix/hilb.m: Likewise. | |
10723 * special-matrix/hankel.m: Likewise. | |
10724 * special-matrix/toeplitz.m: Likewise. | |
10725 * special-matrix/invhilb.m: Likewise. | |
10726 * statistics/base/std.m: Likewise. | |
10727 * statistics/base/median.m: Likewise. | |
10728 * linear-algebra/cond.m: Likewise. | |
10729 * linear-algebra/norm.m: Likewise. | |
10730 * finance/nper.m: Likewise. | |
10731 * finance/pmt.m: Likewise. | |
10732 * finance/pv.m: Likewise. | |
10733 * finance/rate.m: Likewise. | |
10734 * finance/npv.m: Likewise. | |
10735 * general/fliplr.m: Likewise. | |
10736 * general/flipud.m: Likewise. | |
10737 * general/is_scalar.m: Likewise. | |
10738 * general/rem.m: Likewise. | |
10739 * general/perror.m: Likewise. | |
10740 * general/tril.m: Likewise. | |
10741 * general/rot90.m: Likewise. | |
10742 * general/num2str.m: Likewise. | |
10743 * general/int2str.m: Likewise. | |
10744 * general/reshape.m: Likewise. | |
10745 * general/logspace.m: Likewise. | |
10746 * general/is_symmetric.m: Likewise. | |
10747 * general/is_vector.m: Likewise. | |
10748 * general/nextpow2.m: Likewise. | |
10749 * general/columns.m: Likewise. | |
10750 * general/is_square.m: Likewise. | |
10751 * general/rows.m: Likewise. | |
10752 * control/ugain.m: Likewise. | |
10753 * control/damp.m: Likewise. | |
10754 * control/dare.m: Likewise. | |
10755 * control/are.m: Likewise. | |
10756 * control/sys2fir.m: Likewise. | |
10757 * control/abcddim.m: Likewise. | |
10758 * control/is_abcd.m: Likewise. | |
10759 * control/step.m: Likewise. | |
10760 * control/is_observable.m: Likewise. | |
10761 * control/is_controllable.m: Likewise. | |
10762 * control/jet707.m: Likewise. | |
10763 * control/polyout.m: Likewise. | |
10764 * control/impulse.m: Likewise. | |
10765 * control/lqg.m: Likewise. | |
10766 * control/is_detectable.m: Likewise. | |
10767 * control/sysdimensions.m: Likewise. | |
10768 * control/sysupdate.m: Likewise. | |
10769 * control/stepimp.m: Likewise. | |
10770 * control/is_stable.m: Likewise. | |
10771 * control/tfout.m: Likewise. | |
10772 * control/zpout.m: Likewise. | |
10773 | |
3405 | 10774 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10775 | |
10776 * set/complement.m: Add @seealso{} stuff. | |
10777 * set/create_set.m: Likewise. | |
10778 * set/intersection.m: Likewise. | |
10779 * set/union.m: Likewise. | |
10780 | |
3399 | 10781 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10782 | |
3400 | 10783 * control/d2c.m: Use double quotes instead of single quotes for |
10784 string constants. | |
10785 * control/dgkfdemo.m: Likewise. | |
10786 * control/fir2sys.m: Likewise. | |
10787 * control/frdemo.m: Likewise. | |
10788 * control/moddemo.m: Likewise. | |
10789 * control/minfo.m: Likewise. | |
10790 * control/is_stabilizable.m: Likewise. | |
10791 * control/is_dgkf.m: Likewise. | |
10792 * control/polyout.m: Likewise. | |
10793 * control/sysconnect.m: Likewise. | |
10794 * control/sysrepdemo.m: Likewise. | |
10795 * control/tf2sys.m: Likewise. | |
10796 * control/tfout.m: Likewise. | |
10797 * control/zp2sys.m: Likewise. | |
10798 * control/zpout.m: Likewise. | |
10799 * control/tzero.m: Likewise. | |
10800 | |
10801 * control/DEMOcontrol.m: Handle moddemo case too. | |
10802 | |
10803 * image/loadimage.m: Use double quotes instead of single quotes | |
10804 for string constants. Use sprintf instead of square brackets to | |
10805 construct string. | |
10806 | |
3399 | 10807 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10808 * control/fir2sys.m: Likewise. |
3399 | 10809 |
3390 | 10810 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10811 | |
10812 * mkdoc: Only delete spaces before @ characters at the beginning | |
10813 of a line. | |
10814 | |
3383 | 10815 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10816 | |
3388 | 10817 * control/bddemo.m: Make it more likely to work with any value of |
10818 whitespace_in_literal_matrix. | |
3386 | 10819 * control/analdemo.m: Ditto. |
10820 * control/dgkfdemo.m: Ditto. | |
10821 * control/frdemo.m: Ditto. | |
10822 * control/sysrepdemo.m: Ditto. | |
10823 * control/moddemo.m: Ditto. | |
3388 | 10824 * control/zp2ss.m: Ditto. |
3387 | 10825 * control/zp2tf.m: Ditto. |
3388 | 10826 * control/syssub.m: Ditto. |
10827 * finance/npv.m: Ditto. | |
10828 * statistics/base/studentize.m: Ditto. | |
10829 * statistics/base/values.m: Ditto. | |
10830 * statistics/distributions/exponential_cdf.m: Ditto. | |
10831 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10832 |
3384 | 10833 * control/dezero.m: Use toascii to convert string to ASCII value |
10834 instead of multiplying it by 1. | |
10835 | |
3383 | 10836 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10837 * control/zpout.m: Ditto. | |
10838 * control/tfout.m: Ditto. | |
10839 * control/tf2sys.m: Ditto. | |
10840 * control/syssub.m: Ditto. | |
10841 * control/syssetsignals.m: Ditto. | |
10842 * control/sysout.m: Ditto. | |
10843 * control/sysmult.m: Ditto. | |
10844 * control/sysgroup.m: Ditto. | |
10845 * control/sysdup.m: Ditto. | |
10846 * control/sysdisc.m: Ditto. | |
10847 * control/syscont.m: Ditto. | |
10848 * control/sysconnect.m: Ditto. | |
10849 * control/sysappend.m: Ditto. | |
10850 * control/sysadd.m: Ditto. | |
10851 * control/ss2sys.m: Ditto. | |
10852 * control/nyquist.m: Ditto. | |
10853 * control/lqg.m: Ditto. | |
10854 * control/fir2sys.m: Ditto. | |
10855 * control/dmr2d.m: Ditto. | |
10856 * control/dezero.m: Ditto. | |
10857 * control/d2c.m: Ditto. | |
10858 * control/c2d.m: Ditto. | |
10859 * control/bddemo.m: Ditto. | |
10860 * control/pzmap.m: Ditto. | |
10861 | |
5095 | 10862 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10863 |
10864 * signal/spectral_adf.m: Fix typo. | |
10865 | |
3372 | 10866 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10867 | |
10868 * linear-algebra/cond.m: Texinfoize doc string. | |
10869 * linear-algebra/kron.m: Ditto. | |
10870 * linear-algebra/norm.m: Ditto. | |
10871 * linear-algebra/null.m: Ditto. | |
10872 * linear-algebra/orth.m: Ditto. | |
10873 * linear-algebra/rank.m: Ditto. | |
10874 * linear-algebra/trace.m: Ditto. | |
10875 * linear-algebra/qzhess.m: Ditto. | |
10876 * miscellaneous/menu.m: Ditto. | |
3373 | 10877 * general/perror.m: Ditto. |
10878 * general/strerror.m: Ditto. | |
10879 * general/columns.m: Ditto. | |
10880 * general/rows.m: Ditto. | |
10881 * image/colormap.m: Ditto. | |
10882 * image/gray.m: Ditto. | |
10883 * image/gray2ind.m: Ditto. | |
10884 * image/image.m: Ditto. | |
10885 * image/imagesc.m: Ditto. | |
10886 * image/imshow.m: Ditto. | |
10887 * image/ind2gray.m: Ditto. | |
10888 * image/ind2rgb.m: Ditto. | |
10889 * image/loadimage.m: Ditto. | |
10890 * image/rgb2ntsc.m: Ditto. | |
10891 * image/ntsc2rgb.m: Ditto. | |
10892 * image/ocean.m: Ditto. | |
10893 * image/rgb2ind.m: Ditto. | |
10894 * image/saveimage.m: Ditto. | |
3372 | 10895 * io/printf.m: Ditto. |
10896 * io/puts.m: Ditto. | |
10897 | |
3369 | 10898 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10899 | |
10900 * special-matrix/hankel.m: Texinfoize doc string. | |
10901 * special-matrix/hilb.m: Ditto. | |
10902 * special-matrix/invhilb.m: Ditto. | |
10903 * special-matrix/sylvester_matrix.m: Ditto. | |
10904 * special-matrix/toeplitz.m: Ditto. | |
10905 * special-matrix/vander.m: Ditto. | |
10906 * linear-algebra/vec.m: Ditto. | |
10907 * linear-algebra/vech.m: Ditto. | |
10908 * general/common_size.m: Ditto. | |
10909 * general/diff.m: Ditto. | |
10910 * general/fliplr.m: Ditto. | |
10911 * general/flipud.m: Ditto. | |
10912 * general/rot90.m: Ditto. | |
10913 * general/reshape.m: Ditto. | |
10914 * general/shift.m: Ditto. | |
10915 * general/tril.m: Ditto. | |
10916 * general/triu.m: Ditto. | |
10917 * general/logspace.m: Ditto. | |
3371 | 10918 * general/nargchk.m: Ditto. |
3369 | 10919 |
3367 | 10920 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10921 | |
10922 * statistics/base/mean: Texinfoize doc string. | |
10923 * statistics/base/median: Ditto. | |
10924 * statistics/base/std: Ditto. | |
10925 * statistics/base/cov: Ditto. | |
10926 * statistics/base/corrcoef: Ditto. | |
10927 * statistics/base/kurtosis: Ditto. | |
10928 * statistics/base/mahalanobis: Ditto. | |
10929 * statistics/base/skewness: Ditto. | |
3368 | 10930 * statistics/base/gls.m: Ditto. |
10931 * statistics/base/ols.m: Ditto. | |
3367 | 10932 * signal/detrend.m: Ditto. |
10933 * signal/freqz.m: Ditto. | |
10934 * signal/sinc.m: Ditto. | |
10935 * signal/fftconv.m: Ditto. | |
10936 * signal/fftfilt.m: Ditto. | |
3368 | 10937 * set/create_set.m: Ditto. |
10938 * set/union.m: Ditto. | |
10939 * set/intersection.m: Ditto. | |
10940 * set/complement.m: Ditto. | |
10941 * poly/compan.m: Ditto. | |
10942 * poly/conv: Ditto. | |
10943 * poly/deconv: Ditto. | |
10944 * poly/poly: Ditto. | |
10945 * poly/polyderiv: Ditto. | |
10946 * poly/polyfit: Ditto. | |
10947 * poly/polyinteg: Ditto. | |
10948 * poly/polyreduce: Ditto. | |
10949 * poly/polyval: Ditto. | |
10950 * poly/polyvalm: Ditto. | |
10951 * poly/residue: Ditto. | |
10952 * poly/roots: Ditto. | |
10953 * plot/top_title.m: Ditto | |
10954 * plot/subwindow.m: Ditto | |
10955 * plot/subplot.m: Ditto | |
10956 * plot/plot_border.m: Ditto | |
10957 * plot/oneplot.m: Ditto | |
10958 * plot/multiplot.m: Ditto | |
10959 * plot/mplot.m: Ditto | |
10960 * plot/xlabel.m: Ditto | |
10961 * plot/figure.m: Ditto | |
10962 * plot/meshdom.m: Ditto | |
10963 * plot/mesh.m: Ditto | |
10964 * plot/stairs.m: Ditto | |
10965 * plot/polar.m: Ditto | |
10966 * plot/loglog.m: Ditto | |
10967 * plot/hist.m: Ditto | |
10968 * plot/contour.m: Ditto | |
10969 * plot/bar.m: Ditto | |
10970 * plot/axis.m: Ditto | |
10971 * plot/plot.m: Ditto. | |
3367 | 10972 |
3361 | 10973 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10974 | |
3365 | 10975 * control/pinv.m: Delete. |
10976 | |
3364 | 10977 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10978 | |
3361 | 10979 * strings/blanks.m: Texinfoize doc string. |
10980 * strings/strcat.m: Ditto. | |
10981 * strings/str2mat.m: Ditto. | |
10982 * strings/deblank.m: Ditto. | |
10983 * strings/findstr.m: Ditto. | |
10984 * strings/index.m: Ditto. | |
10985 * strings/rindex.m: Ditto. | |
10986 * strings/split.m: Ditto. | |
10987 * strings/strcmp.m: Ditto. | |
10988 * strings/strrep.m: Ditto. | |
10989 * strings/substr.m: Ditto. | |
10990 * general/int2str.m: Ditto. | |
10991 * general/num2str.m: Ditto. | |
10992 * strings/dec2bin.m: Ditto. | |
10993 * strings/bin2dec: Ditto. | |
10994 * strings/dec2bin: Ditto. | |
10995 * strings/dec2hex: Ditto. | |
10996 * strings/hex2dec: Ditto. | |
10997 * strings/str2num: Ditto. | |
10998 | |
3347 | 10999 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11000 | |
11001 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
11002 | |
5095 | 11003 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 11004 |
11005 * control/DEMOcontrol.m: Texinfoize doc string. | |
11006 * control/abcddim.m: Ditto. | |
11007 * control/abcddims.m: Ditto. | |
11008 * control/analdemo.m: Ditto. | |
11009 * control/are.m: Ditto. | |
11010 * control/axis2dlim.m: Ditto. | |
11011 * control/bddemo.m: Ditto. | |
11012 * control/bode.m: Ditto. | |
11013 * control/bode_bounds.m: Ditto. | |
11014 * control/bodquist.m: Ditto. | |
11015 * control/buildssic.m: Ditto. | |
11016 * control/c2d.m: Ditto. | |
11017 * control/ctrb.m: Ditto. | |
11018 * control/d2c.m: Ditto. | |
11019 * control/damp.m: Ditto. | |
11020 * control/dare.m: Ditto. | |
11021 * control/dcgain.m: Ditto. | |
11022 * control/dgkfdemo.m: Ditto. | |
11023 * control/dgram.m: Ditto. | |
11024 * control/dlqe.m: Ditto. | |
11025 * control/dlqr.m: Ditto. | |
11026 * control/dlyap.m: Ditto. | |
11027 * control/dmr2d.m: Ditto. | |
11028 * control/fir2sys.m: Ditto. | |
11029 * control/frdemo.m: Ditto. | |
11030 * control/freqchkw.m: Ditto. | |
11031 * control/freqresp.m: Ditto. | |
11032 * control/gram.m: Ditto. | |
11033 * control/h2norm.m: Ditto. | |
11034 * control/h2syn.m: Ditto. | |
11035 * control/hinf_ctr.m: Ditto. | |
11036 * control/hinfdemo.m: Ditto. | |
11037 * control/hinfnorm.m: Ditto. | |
11038 * control/hinfsyn.m: Ditto. | |
11039 * control/hinfsyn_chk.m: Ditto. | |
11040 * control/impulse.m: Ditto. | |
11041 * control/is_abcd.m: Ditto. | |
11042 * control/is_controllable.m: Ditto. | |
11043 * control/is_detectable.m: Ditto. | |
11044 * control/is_dgkf.m: Ditto. | |
11045 * control/is_digital.m: Ditto. | |
11046 * control/is_observable.m: Ditto. | |
11047 * control/is_sample.m: Ditto. | |
11048 * control/is_signal_list.m: Ditto. | |
11049 * control/is_siso.m: Ditto. | |
11050 * control/is_stabilizable.m: Ditto. | |
11051 * control/is_stable.m: Ditto. | |
11052 * control/jet707.m: Ditto. | |
11053 * control/lqe.m: Ditto. | |
11054 * control/lqg.m: Ditto. | |
11055 * control/lqr.m: Ditto. | |
11056 * control/lsim.m: Ditto. | |
11057 * control/ltifr.m: Ditto. | |
11058 * control/lyap.m: Ditto. | |
11059 * control/moddemo.m: Ditto. | |
11060 * control/nyquist.m: Ditto. | |
11061 * control/obsv.m: Ditto. | |
11062 * control/ord2.m: Ditto. | |
11063 * control/outlist.m: Ditto. | |
11064 * control/pinv.m: Ditto. | |
11065 * control/place.m: Ditto. | |
11066 * control/polyout.m: Ditto. | |
11067 * control/prompt.m: Ditto. | |
11068 * control/pzmap.m: Ditto. | |
11069 * control/qzval.m: Ditto. | |
11070 * control/rldemo.m: Ditto. | |
11071 * control/rlocus.m: Ditto. | |
11072 * control/sortcom.m: Ditto. | |
11073 * control/ss2sys.m: Ditto. | |
11074 * control/ss2tf.m: Ditto. | |
11075 * control/ss2zp.m: Ditto. | |
11076 * control/starp.m: Ditto. | |
11077 * control/step.m: Ditto. | |
11078 * control/stepimp.m: Ditto. | |
11079 * control/susball.m: Ditto. | |
11080 * control/sys2fir.m: Ditto. | |
11081 * control/sys2ss.m: Ditto. | |
11082 * control/sys2tf.m: Ditto. | |
11083 * control/sys2zp.m: Ditto. | |
11084 * control/sysadd.m: Ditto. | |
11085 * control/sysappend.m: Ditto. | |
11086 * control/syschnames.m: Ditto. | |
11087 * control/syschnamesl.m: Ditto. | |
11088 * control/syschtsam.m: Ditto. | |
11089 * control/sysconnect.m: Ditto. | |
11090 * control/syscont.m: Ditto. | |
11091 * control/syscont_disc.m: Ditto. | |
11092 * control/sysdefioname.m: Ditto. | |
11093 * control/sysdefstname.m: Ditto. | |
11094 * control/sysdimensions.m: Ditto. | |
11095 * control/sysdisc.m: Ditto. | |
11096 * control/sysdup.m: Ditto. | |
11097 * control/sysgetsignals.m: Ditto. | |
11098 * control/sysgettype.m: Ditto. | |
11099 * control/sysgroup.m: Ditto. | |
11100 * control/sysgroupn.m: Ditto. | |
11101 * control/sysmult.m: Ditto. | |
11102 * control/sysout.m: Ditto. | |
11103 * control/sysprune.m: Ditto. | |
11104 * control/sysreorder.m: Ditto. | |
11105 * control/sysrepdemo.m: Ditto. | |
11106 * control/sysscale.m: Ditto. | |
11107 * control/syssetsignals.m: Ditto. | |
11108 * control/syssub.m: Ditto. | |
11109 * control/sysupdate.m: Ditto. | |
11110 * control/tf2ss.m: Ditto. | |
11111 * control/tf2sys.m: Ditto. | |
11112 * control/tf2sysl.m: Ditto. | |
11113 * control/tf2zp.m: Ditto. | |
11114 * control/tfout.m: Ditto. | |
11115 * control/tzero.m: Ditto. | |
11116 * control/tzero2.m: Ditto. | |
11117 * control/ugain.m: Ditto. | |
11118 * control/wgt1o.m: Ditto. | |
11119 * control/zgfmul.m: Ditto. | |
11120 * control/zgfslv.m: Ditto. | |
11121 * control/zginit.m: Ditto. | |
11122 * control/zgpbal.m: Ditto. | |
11123 * control/zgreduce.m: Ditto. | |
11124 * control/zgrownorm.m: Ditto. | |
11125 * control/zgscal.m: Ditto. | |
11126 * control/zgsgiv.m: Ditto. | |
11127 * control/zgshsr.m: Ditto. | |
11128 * control/zp2ss.m: Ditto. | |
11129 * control/zp2ssg2.m: Ditto. | |
11130 * control/zp2sys.m: Ditto. | |
11131 * control/zp2tf.m: Ditto. | |
11132 * control/zpout.m: Ditto. | |
11133 | |
5095 | 11134 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 11135 |
5378 | 11136 * audio/lin2mu.m: Texinfoize doc string. |
11137 * audio/loadaudio.m: Ditto. | |
11138 * audio/mu2lin.m: Ditto. | |
11139 * audio/playaudio.m: Ditto. | |
11140 * audio/record.m: Ditto. | |
11141 * audio/saveaudio.m: Ditto. | |
3332 | 11142 |
5095 | 11143 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11144 |
11145 * elfun/acot.m: Texinfoize doc string. | |
11146 * elfun/acsc.m: Ditto. | |
11147 * elfun/acsch.m: Ditto. | |
11148 * elfun/asec.m: Ditto. | |
11149 * elfun/asech.m: Ditto. | |
11150 * elfun/cot.m: Ditto. | |
11151 * elfun/coth.m: Ditto. | |
11152 * elfun/csc.m: Ditto. | |
11153 * elfun/csch.m: Ditto. | |
11154 * elfun/gcd.m: Ditto. | |
11155 * elfun/lcm.m: Ditto. | |
11156 * elfun/sec.m: Ditto. | |
11157 * elfun/sech.m: Ditto. | |
11158 * general/nextpow2.m: Ditto. | |
11159 * general/rem.m: Ditto. | |
11160 * linear-algebra/commutation_matrix.m: Ditto. | |
11161 * linear-algebra/cross.m: Ditto. | |
11162 * linear-algebra/duplication_matrix.m: Ditto. | |
11163 * miscellaneous/bincoeff.m: Ditto. | |
11164 * miscellaneous/xor.m: Ditto. | |
11165 * specfun/bessel.m: Ditto. | |
11166 * specfun/beta.m: Ditto. | |
11167 * specfun/betai.m: Ditto. | |
11168 * specfun/erfinv.m: Ditto. | |
11169 * specfun/gammai.m: Ditto. | |
11170 * specfun/log2.m: Ditto. | |
11171 * specfun/pow2.m: Ditto. | |
11172 | |
5095 | 11173 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11174 |
11175 * general/is_scalar.m: Texinfoize help text. | |
11176 * general/is_square.m: Ditto. | |
11177 * general/is_symmetric.m: Ditto. | |
11178 | |
3320 | 11179 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11180 | |
11181 * strings/split.m: If the string to be split is empty, just return | |
11182 an empty string. | |
11183 | |
3319 | 11184 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11185 | |
11186 * Makefile.in (ALL_M_FILES): New macro. | |
11187 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11188 | |
3306 | 11189 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11190 | |
11191 * control/bode.m: Don't return anything if nargout == 0. | |
11192 | |
11193 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11194 | |
11195 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11196 | |
3305 | 11197 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11198 | |
11199 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11200 gethelp.cc to the list. | |
11201 | |
3296 | 11202 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11203 | |
3301 | 11204 * time/asctime.m: Texinfoize help text. |
11205 * time/clock.m: Ditto. | |
11206 * time/date.m: Ditto. | |
11207 * miscellaneous/cputime.m: Ditto. | |
11208 * miscellaneous/etime.m: Ditto. | |
11209 * miscellaneous/is_leap_year.m: Ditto. | |
11210 * miscellaneous/popen2.m: Ditto. | |
11211 * miscellaneous/version.m: Ditto. | |
11212 * miscellaneous/tic.m: Ditto. | |
11213 * miscellaneous/toc.m: Just refer to tic.m. | |
11214 | |
3297 | 11215 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11216 `cd dir; $(MAKE); cd ..'. | |
11217 ($(SUBDIRS)): Likewise. | |
11218 | |
11219 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11220 | |
11221 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11222 of `cd dir; $(MAKE)'. | |
11223 | |
3296 | 11224 * gethelp.cc, mkdoc: New files. |
11225 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11226 sources. | |
11227 | |
3291 | 11228 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11229 | |
11230 * linear-algebra/kron.m: Fix typo in previous change | |
11231 | |
3282 | 11232 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11233 | |
11234 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11235 | |
5095 | 11236 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11237 |
11238 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11239 rank when V has more columns than rows. | |
11240 | |
11241 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11242 | |
11243 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11244 | |
11245 * statistics/tests/manova.m: Avoid problems if | |
11246 whitespace_in_literal_matrix is set to "traditional". | |
11247 * statistics/tests/t_test_regression.m: Likewise. | |
11248 * statistics/tests/u_test.m: Likewise. | |
11249 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11250 * statistics/tests/anova.m: Likewise. | |
11251 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11252 * statistics/base/statistics.m: Likewise. | |
11253 * image/saveimage.m: Likewise. | |
11254 * signal/arch_fit.m: Likewise. | |
11255 * signal/autoreg_matrix.m: Likewise. | |
11256 * signal/triangle_lw.m: Likewise. | |
11257 * strings/dec2hex.m: Likewise. | |
11258 | |
3268 | 11259 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11260 | |
11261 * image/saveimage.m: Initialize scale. | |
11262 | |
11263 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11264 | |
11265 * general/reshape.m: Allow reshape (a, size (b)). | |
11266 | |
3266 | 11267 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11268 | |
11269 * specfun/erfinv.m: Improve stopping criterion. | |
11270 Add iteration count as second return value. | |
11271 | |
3265 | 11272 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11273 | |
11274 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11275 | |
3263 | 11276 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11277 | |
11278 * miscellaneous/pack.m: New function. | |
11279 | |
11280 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11281 | |
11282 * plot/figure.m: Always return figure number. With no args, | |
11283 figure now creates a new figure window and returns its number. | |
11284 Accept figure (property, value) syntax, but do nothing. | |
11285 | |
5095 | 11286 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11287 |
11288 * general/shift.m: Avoid printing temporary value for backward shift. | |
11289 | |
3260 | 11290 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11291 | |
11292 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11293 evenly spaced. | |
11294 | |
3250 | 11295 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11296 | |
11297 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11298 contain only zeros. | |
11299 | |
5095 | 11300 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11301 |
11302 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11303 instead of appending them. | |
11304 | |
11305 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11306 | |
11307 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11308 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11309 Update from A. S. Hodel. | |
11310 | |
3246 | 11311 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11312 | |
11313 * polynomial/polyfit.m: Correct previous change. | |
11314 | |
3243 | 11315 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11316 | |
11317 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11318 | |
5095 | 11319 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11320 |
11321 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11322 version of krylov and krylovb. | |
11323 | |
11324 * control/outlist.m, control/sysout.m: Fix typos. | |
11325 | |
11326 * control/sysdimensions.m: Add option for total number of states. | |
11327 | |
11328 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11329 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11330 arguments. | |
11331 | |
11332 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11333 | |
11334 * strings/index.m: Fail with meaningful error message if either | |
11335 arg is a string array. | |
11336 | |
3238 | 11337 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11338 | |
11339 * linear-algebra/norm.m: Do the right thing for 1- and | |
11340 infinity-norms of complex matrices. From Sven Khatri | |
11341 <khatri@saturn.vocalpoint.com>. | |
11342 | |
5095 | 11343 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11344 |
11345 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11346 | |
11347 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11348 | |
11349 * strings/split.m: Avoid problems when splitting strings that have | |
11350 \ in them. | |
11351 | |
5095 | 11352 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11353 |
11354 * image/colormap.m: Do better arg checking, handle string args | |
11355 that name the colormap function to call (e.g., colormap ("ocean")). | |
11356 | |
5095 | 11357 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11358 |
11359 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11360 * linear-algebra/dot.m: Likewise. | |
11361 * linear-algebra/cross.m: Likewise. | |
11362 * general/rot90.m: Likewise. | |
11363 | |
5095 | 11364 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11365 |
11366 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11367 that the leading column is not all zeros. | |
11368 | |
11369 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11370 | |
11371 * general/shift.m: Fix potential problems with | |
11372 whitespace_in_literal_matrix. | |
11373 * signal/arch_rnd.m: Ditto. | |
11374 * signal/autocov.m: Ditto. | |
11375 * signal/diffpara.m: Ditto. | |
11376 * signal/hurst.m: Ditto. | |
11377 * signal/periodogram.m: Ditto. | |
11378 * signal/spectral_adf.m: Ditto. | |
11379 * signal/spectral_xdf.m: Ditto. | |
11380 * signal/spencer.m: Ditto. | |
11381 * signal/synthesis.m: Ditto. | |
11382 * statistics/distributions/wiener_rnd.m: Ditto. | |
11383 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11384 * statistics/models/logistic_regression.m: Ditto. | |
11385 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11386 * statistics/tests/run_test.m: Ditto. | |
11387 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11388 | |
5095 | 11389 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11390 |
11391 * plot/__plr2__.m: Fix typo. | |
11392 | |
3233 | 11393 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11394 | |
11395 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11396 | |
5095 | 11397 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11398 |
11399 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11400 function. | |
11401 | |
5095 | 11402 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11403 |
11404 * control/ss2sys.m: Fix typo. | |
11405 | |
11406 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11407 | |
11408 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11409 | |
11410 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11411 signal names as lists of strings instead of string arrays. | |
11412 | |
3225 | 11413 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11414 | |
3233 | 11415 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11416 <a.s.hodel@eng.auburn.edu>. |
11417 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11418 * quaternion/Makefile.in: New file. |
11419 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11420 |
11421 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11422 | |
11423 * image/saveimage.m: Make it work again for black and white colormaps. | |
11424 | |
11425 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11426 since there can be fewer rows than columns. Round values to | |
11427 nearest position in colormap instead of truncating. Correct usage | |
11428 message. | |
11429 | |
5095 | 11430 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11431 |
11432 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11433 zero rows of [A,v] as householder pivots; this avoids spurious | |
11434 non-zero entries in returned orthogonal matrix U, but destroys the | |
11435 Householder matrix structure of H. | |
11436 | |
11437 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11438 | |
11439 * general/logical.m: Just copy input to output if argument is | |
11440 already a logical object. | |
11441 | |
3215 | 11442 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11443 | |
11444 * New files from OCST, in control subdiretory: | |
11445 | |
11446 DEMOcontrol.m is_siso.m syschnames.m | |
11447 abcddim.m is_stabilizable.m syschnamesl.m | |
11448 abcddims.m is_stable.m syschtsam.m | |
11449 analdemo.m jet707.m sysconnect.m | |
11450 are.m lqe.m syscont.m | |
11451 axis2dlim.m lqg.m syscont_disc.m | |
11452 bddemo.m lqr.m sysdefioname.m | |
11453 bode.m lsim.m sysdefstname.m | |
11454 bode_bounds.m ltifr.m sysdimensions.m | |
11455 bodquist.m lyap.m sysdisc.m | |
11456 buildssic.m mb.m sysdup.m | |
11457 c2d.m minfo.m sysgetsignals.m | |
6302 | 11458 com2str.m moddemo.m sysgettsam.m |
3215 | 11459 controldemo.m nichols.m sysgettype.m |
11460 ctrb.m nyquist.m sysgroup.m | |
11461 d2c.m obsv.m sysgroupn.m | |
11462 damp.m ord2.m sysmult.m | |
11463 dare.m outlist.m sysout.m | |
11464 dcgain.m packedform.m sysprune.m | |
11465 demomarsyas.m packsys.m sysreorder.m | |
11466 dezero.m; parallel.m sysrepdemo.m | |
11467 dgkfdemo.m place.m sysscale.m | |
11468 dgram.m polyout.m syssub.m | |
11469 dhinfdemo.m prompt.m sysupdate.m | |
11470 dlqe.m pzmap.m tf2ss.m | |
11471 dlqg.m qzval.m tf2sys.m | |
11472 dlqr.m rldemo.m tf2sysl.m | |
11473 dlyap.m rlocus.m tf2zp.m | |
11474 dmr2d.m rotg.m tfout.m | |
11475 fir2sys.m run_cmd.m; tzero.m | |
11476 frdemo.m series.m tzero2.m | |
11477 freqchkw.m sortcom.m ugain.m | |
11478 freqresp.m ss2sys.m unpacksys.m | |
11479 gram.m ss2tf.m wgt1o.m | |
11480 h2norm.m ss2zp.m zgfmul.m | |
11481 h2syn.m starp.m zgfslv.m | |
11482 hinf_ctr.m step.m zginit.m | |
11483 hinfdemo.m stepimp.m zgpbal.m | |
11484 hinfnorm.m strappend.m; zgreduce.m | |
11485 hinfsyn.m susball.m zgrownorm.m | |
11486 hinfsyn_chk.m swap.m zgscal.m | |
11487 impulse.m swapcols.m zgsgiv.m | |
11488 is_abcd.m swaprows.m zgshsr.m | |
11489 is_controllable.m sys2fir.m zp2ss.m | |
11490 is_detectable.m sys2ss.m zp2ssg2.m | |
11491 is_dgkf.m sys2tf.m zp2sys.m | |
11492 is_digital.m sys2zp.m zp2tf.m | |
11493 is_observable.m sysadd.m zpout.m | |
11494 is_sample.m sysappend.m | |
11495 | |
11496 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11497 | |
11498 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11499 | |
11500 * strings/deblank.m: Make it work for string arrays too. | |
11501 | |
3211 | 11502 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11503 | |
11504 * linear-algebra/housh.m: New file from the OCST. | |
11505 * linear-algebra/krygetq.m: Ditto. | |
11506 * linear-algebra/krylov.m: Ditto. | |
11507 * linear-algebra/krylovb.m: Ditto. | |
11508 * linear-algebra/qrhouse.m: Ditto. | |
11509 * general/is_duplicate_entry.m: Ditto. | |
11510 | |
11511 * general/is_symmetric.m: Call is_square instead of doing that | |
11512 check in line. | |
11513 | |
3196 | 11514 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11515 | |
3202 | 11516 * general/is_square.m: |
11517 | |
11518 * general/isempty.m, general/is_matrix.m: Delete. | |
11519 | |
11520 * general/is_symmetric: Delete special case for strings. Whether | |
11521 the conversion is valid should depend on implicit_str_to_num_ok. | |
11522 | |
11523 * general/is_square.m: If arg is not a matrix, don't check size, | |
11524 just return 0. | |
11525 * general/is_symmetric: Likewise. | |
11526 * general/is_vector.m: Likewise. | |
11527 * general/is_scalar.m: Likewise. | |
11528 | |
3196 | 11529 * general/length.m: Delete. |
11530 | |
3191 | 11531 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11532 | |
11533 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11534 statistics/distributions/Makefile, statistics/models/Makefile, | |
11535 and statistics/tests/Makefile to the list of files to create. | |
11536 | |
11537 * finance/Makefile.in, statistics/base/Makefile.in, | |
11538 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11539 statistics/tests/Makefile.in: New files. | |
11540 * statistics/Makefile.in: Delete file lists. Now only handle | |
11541 subdirectories. | |
11542 * Makefile.in (SUBDIRS): Add finance. | |
11543 | |
11544 * Move the following files from statistics to statistics/base: | |
11545 | |
11546 corrcoef.m | |
11547 kurtosis.m | |
11548 mahalanobis.m | |
11549 median.m | |
11550 ols.m | |
11551 skewness.m | |
11552 std.m | |
11553 | |
11554 New files, from Kurt Hornik's octave-ci package: | |
11555 | |
11556 * finance (new directory): | |
11557 | |
11558 fv.m | |
11559 fvl.m | |
11560 irr.m | |
11561 nper.m | |
11562 npv.m | |
11563 pmt.m | |
11564 pv.m | |
11565 pvl.m | |
11566 rate.m | |
11567 vol.m | |
11568 | |
11569 * linear-algebra/dmult.m | |
11570 | |
11571 * signal: | |
11572 | |
11573 arch_fit.m | |
11574 arch_rnd.m | |
11575 arch_test.m | |
11576 arma_rnd.m | |
11577 autocor.m | |
11578 autocov.m | |
11579 autoreg_matrix.m | |
11580 bartlett.m | |
11581 blackman.m | |
11582 diffpara.m | |
11583 durbinlevinson.m | |
11584 fractdiff.m | |
11585 hamming.m | |
11586 hanning.m | |
11587 hurst.m | |
11588 periodogram.m | |
11589 rectangle_lw.m | |
11590 rectangle_sw.m | |
11591 sinetone.m | |
11592 sinewave.m | |
11593 spectral_adf.m | |
11594 spectral_xdf.m | |
11595 spencer.m | |
11596 stft.m | |
11597 synthesis.m | |
11598 triangle_lw.m | |
11599 triangle_sw.m | |
11600 yulewalker.m | |
11601 | |
11602 * statistics/base (new directory): | |
11603 | |
11604 center.m | |
11605 cloglog.m | |
11606 cor.m | |
11607 cov.m | |
11608 cut.m | |
11609 iqr.m | |
11610 kendall.m | |
11611 logit.m | |
11612 mean.m | |
11613 meansq.m | |
11614 moment.m | |
11615 ppplot.m | |
11616 probit.m | |
11617 qqplot.m | |
11618 range.m | |
11619 ranks.m | |
11620 run_count.m | |
11621 spearman.m | |
11622 statistics.m | |
11623 studentize.m | |
11624 table.m | |
11625 values.m | |
11626 var.m | |
11627 | |
11628 (Replaces cov.m and mean.m with new versions.) | |
11629 | |
11630 * statistics/distributions (new directory): | |
11631 | |
11632 beta_cdf.m | |
11633 beta_inv.m | |
11634 beta_pdf.m | |
11635 beta_rnd.m | |
11636 binomial_cdf.m | |
11637 binomial_inv.m | |
11638 binomial_pdf.m | |
11639 binomial_rnd.m | |
11640 cauchy_cdf.m | |
11641 cauchy_inv.m | |
11642 cauchy_pdf.m | |
11643 cauchy_rnd.m | |
11644 chisquare_cdf.m | |
11645 chisquare_inv.m | |
11646 chisquare_pdf.m | |
11647 chisquare_rnd.m | |
11648 discrete_cdf.m | |
11649 discrete_inv.m | |
11650 discrete_pdf.m | |
11651 discrete_rnd.m | |
11652 empirical_cdf.m | |
11653 empirical_inv.m | |
11654 empirical_pdf.m | |
11655 empirical_rnd.m | |
11656 exponential_cdf.m | |
11657 exponential_inv.m | |
11658 exponential_pdf.m | |
11659 exponential_rnd.m | |
11660 f_cdf.m | |
11661 f_inv.m | |
11662 f_pdf.m | |
11663 f_rnd.m | |
11664 gamma_cdf.m | |
11665 gamma_inv.m | |
11666 gamma_pdf.m | |
11667 gamma_rnd.m | |
11668 geometric_cdf.m | |
11669 geometric_inv.m | |
11670 geometric_pdf.m | |
11671 geometric_rnd.m | |
11672 hypergeometric_cdf.m | |
11673 hypergeometric_inv.m | |
11674 hypergeometric_pdf.m | |
11675 hypergeometric_rnd.m | |
11676 kolmogorov_smirnov_cdf.m | |
11677 laplace_cdf.m | |
11678 laplace_inv.m | |
11679 laplace_pdf.m | |
11680 laplace_rnd.m | |
11681 logistic_cdf.m | |
11682 logistic_inv.m | |
11683 logistic_pdf.m | |
11684 logistic_rnd.m | |
11685 lognormal_cdf.m | |
11686 lognormal_inv.m | |
11687 lognormal_pdf.m | |
11688 lognormal_rnd.m | |
11689 normal_cdf.m | |
11690 normal_inv.m | |
11691 normal_pdf.m | |
11692 normal_rnd.m | |
11693 pascal_cdf.m | |
11694 pascal_inv.m | |
11695 pascal_pdf.m | |
11696 pascal_rnd.m | |
11697 poisson_cdf.m | |
11698 poisson_inv.m | |
11699 poisson_pdf.m | |
11700 poisson_rnd.m | |
11701 stdnormal_cdf.m | |
11702 stdnormal_inv.m | |
11703 stdnormal_pdf.m | |
11704 stdnormal_rnd.m | |
11705 t_cdf.m | |
11706 t_inv.m | |
11707 t_pdf.m | |
11708 t_rnd.m | |
11709 uniform_cdf.m | |
11710 uniform_inv.m | |
11711 uniform_pdf.m | |
11712 uniform_rnd.m | |
11713 weibull_cdf.m | |
11714 weibull_inv.m | |
11715 weibull_pdf.m | |
11716 weibull_rnd.m | |
11717 wiener_rnd.m | |
11718 | |
11719 * statistics/models (new directory): | |
11720 | |
11721 logistic_regression.m | |
11722 logistic_regression_derivatives.m | |
11723 logistic_regression_likelihood.m | |
11724 | |
11725 * statistics/tests (new directory): | |
11726 | |
11727 anova.m | |
11728 bartlett_test.m | |
11729 chisquare_test_homogeneity.m | |
11730 chisquare_test_independence.m | |
11731 cor_test.m | |
11732 f_test_regression.m | |
11733 hotelling_test.m | |
11734 hotelling_test_2.m | |
11735 kolmogorov_smirnov_test.m | |
11736 kolmogorov_smirnov_test_2.m | |
11737 kruskal_wallis_test.m | |
11738 manova.m | |
11739 mcnemar_test.m | |
11740 prop_test_2.m | |
11741 run_test.m | |
11742 sign_test.m | |
11743 t_test.m | |
11744 t_test_2.m | |
11745 t_test_regression.m | |
11746 u_test.m | |
11747 var_test.m | |
11748 welch_test.m | |
11749 wilcoxon_test.m | |
11750 z_test.m | |
11751 z_test_2.m | |
11752 | |
11753 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11754 | |
11755 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11756 compatibility and to avoid Y2K problems. | |
11757 | |
3190 | 11758 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11759 | |
11760 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11761 least-squares solution. | |
11762 | |
3180 | 11763 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11764 | |
11765 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11766 | |
11767 * strings/strrep.m: Don't convert args to numeric values. | |
11768 Prevent warnings for empty string args. | |
11769 From Georg Thimm <thimm@idiap.ch>. | |
11770 | |
11771 * strings/strcat.m: Prevent warnings for empty string args. | |
11772 | |
11773 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11774 | |
11775 * miscellaneous/menu.m: Remove special case for empty string | |
11776 returned from input(). Add second arg to eval() to catch errors. | |
11777 | |
3178 | 11778 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11779 | |
11780 * plot/__plt__.m: Don't call usleep. | |
11781 | |
3175 | 11782 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11783 | |
11784 * linear-algebra/dot.m: New function. | |
11785 | |
11786 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11787 compatibility. | |
11788 | |
11789 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11790 | |
11791 * plot/hist.m: Also allow just one output argument. | |
11792 | |
11793 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11794 | |
11795 * strings/deblank.m: Make it work if the string is only blanks. | |
11796 | |
11797 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11798 | |
11799 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11800 | |
11801 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11802 | |
11803 * plot/oneplot.m: Fix typo. | |
11804 | |
3174 | 11805 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11806 | |
11807 * miscellaneous/flops.m: Allow a single argument too. | |
11808 | |
11809 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11810 | |
11811 * strings/str2mat.m: Also handle case when there are no empty | |
11812 strings correctly. | |
11813 | |
11814 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11815 | |
11816 * strings/isletter.m: New function, for Matlab compatibility. | |
11817 | |
3168 | 11818 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11819 | |
11820 * strings/str2mat.m: Handle string matrices too. | |
11821 | |
3167 | 11822 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11823 | |
11824 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11825 linear encoding. | |
11826 | |
11827 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11828 audio/record.m: Open files in binary mode. | |
11829 | |
3164 | 11830 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11831 | |
11832 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11833 Move functionality of dump_1_pref here, but use built-in function | |
11834 type to extract value, and put it inside try/catch block. | |
11835 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11836 | |
3162 | 11837 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11838 | |
11839 * plot/__pltopt1.m__: New file. | |
11840 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11841 __pltopt1__ multiple times and returning a string array with rows | |
11842 corresponding to the rows of opt. | |
11843 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11844 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11845 array. | |
11846 | |
11847 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11848 | |
11849 * plot/mplot.m: Fix misspellings of global variables. | |
11850 Don't call clearplot. | |
11851 | |
11852 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11853 | |
11854 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11855 "cle;rep" when going in ot multiplot mode. | |
11856 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11857 switching out of multiplot mode. | |
11858 | |
3156 | 11859 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11860 |
3156 | 11861 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11862 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11863 |
3141 | 11864 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11865 | |
11866 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11867 | |
11868 * miscellaneous/bug_report.m: Don't try to get smart with | |
11869 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11870 | |
11871 * Makefile.in (install): Create separate ls-R files for | |
11872 $(datadir) and $(libexecdir). | |
11873 (uninstall): Remove both ls-R files. | |
11874 | |
3136 | 11875 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11876 | |
11877 * signal/fftshift.m: New file. | |
11878 | |
11879 * plot/contour.m: Fix for non-square case. | |
11880 | |
11881 * general/randperm.m: New file. | |
11882 | |
11883 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11884 | |
11885 * specfun/betai.m: Restore file for compatibility with previous | |
11886 versions. Call betainc with reordered args. | |
11887 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11888 | |
3131 | 11889 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11890 | |
11891 * plot/contour.m: Handle discrete contour levels. | |
11892 | |
11893 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11894 | |
11895 * control/lyap.m: For compatibility with Matlab, solve | |
11896 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11897 | |
3124 | 11898 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11899 | |
11900 * specfun/bessel.m: New file. | |
11901 | |
11902 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11903 specfun/gammainc.m: Delete. | |
11904 | |
3106 | 11905 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11906 | |
11907 * image/colormap.m: Initialize __current_color_map__ in global | |
11908 statement. | |
11909 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11910 statement. | |
11911 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11912 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11913 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11914 | |
3103 | 11915 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11916 | |
11917 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11918 * time/toc.m: Likewise. | |
11919 | |
11920 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11921 | |
11922 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11923 anything special for automatic_replot when in multiplot mode -- | |
11924 recent 3.6beta releases handle this correctly. | |
11925 | |
11926 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11927 setting the terminal type. | |
11928 | |
11929 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11930 plot/subwindow.m: Use leading and trailing underscores for | |
11931 `private' globals. | |
11932 | |
11933 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11934 | |
3101 | 11935 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11936 | |
11937 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11938 | |
3091 | 11939 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11940 | |
3092 | 11941 * specfun/gammai.m: Avoid problems with whitespace when |
11942 constructing matrices. | |
11943 | |
3091 | 11944 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11945 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11946 original y vector. | |
11947 | |
3085 | 11948 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11949 | |
11950 * linear-algebra/cross.m: Use direct formula instead of calling | |
11951 det three times in a loop. If both args are column (row) vectors, | |
11952 return a column (row) vector. If they don't match, pay attention | |
11953 to the value of prefer_column_vectors. | |
11954 | |
5095 | 11955 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11956 |
11957 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11958 nonsymmetric matrices. | |
11959 | |
11960 * general/tril.m: Fix usage message. | |
11961 | |
11962 * polynomial/polyvalm.m: Fix error messages. | |
11963 * polynomial/polyderiv.m: Likewise. | |
11964 * polynomial/polyval.m: Likewise. | |
11965 | |
3081 | 11966 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11967 | |
11968 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11969 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11970 | |
3063 | 11971 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11972 | |
11973 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11974 | |
5095 | 11975 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11976 |
11977 * plot/__pltopt__.m: Handle key/legend names. | |
11978 Correctly set colors, line styles, and point styles. | |
11979 | |
3061 | 11980 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11981 | |
11982 * polynomial/polyfit.m: Return fit y values as second output. | |
11983 Don't use QR factorization to solve least squares problem. | |
11984 | |
11985 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11986 | |
11987 * control/dlqr.m: Use ao, not a, to compute k. | |
11988 | |
3024 | 11989 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11990 | |
11991 * miscellaneous/path.m: New file. | |
11992 | |
2993 | 11993 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11994 | |
11995 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11996 name. | |
11997 | |
2968 | 11998 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11999 | |
12000 * specfun/erfinv.m: Add missing semicolon. | |
12001 | |
2870 | 12002 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12003 | |
12004 * miscellaneous/xor.m: Make type of return value logical. | |
12005 | |
2853 | 12006 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12007 | |
12008 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
12009 warn_comma_in_global_decl. | |
12010 | |
2831 | 12011 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12012 | |
12013 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
12014 octave-bug script. | |
12015 | |
2823 | 12016 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12017 | |
2824 | 12018 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
12019 prefer_zero_one_indexing. | |
12020 | |
2823 | 12021 * general/logical.m: New file. |
12022 | |
2816 | 12023 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12024 | |
12025 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
12026 and is_vector(). | |
12027 | |
5095 | 12028 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 12029 |
12030 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
12031 Use tolerance of 2 * eps. | |
12032 | |
2811 | 12033 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12034 | |
12035 * Makefile.in (install-strip): New target. | |
12036 * audio/Makefile.in: Ditto. | |
12037 * control/Makefile.in: Ditto. | |
12038 * elfun/Makefile.in: Ditto. | |
12039 * general/Makefile.in: Ditto. | |
12040 * image/Makefile.in: Ditto. | |
12041 * io/Makefile.in: Ditto. | |
12042 * linear-algebra/Makefile.in: Ditto. | |
12043 * miscellaneous/Makefile.in: Ditto. | |
12044 * plot/Makefile.in: Ditto. | |
12045 * polynomial/Makefile.in: Ditto. | |
12046 * set/Makefile.in: Ditto. | |
12047 * signal/Makefile.in: Ditto. | |
12048 * specfun/Makefile.in: Ditto. | |
12049 * special-matrix/Makefile.in: Ditto. | |
12050 * startup/Makefile.in: Ditto. | |
12051 * statistics/Makefile.in: Ditto. | |
12052 * strings/Makefile.in: Ditto. | |
12053 | |
2809 | 12054 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12055 | |
12056 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
12057 | |
2798 | 12058 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12059 | |
12060 * statistics/corrcoef.m: Make it actually work. | |
12061 | |
2795 | 12062 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12063 | |
2798 | 12064 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 12065 |
2779 | 12066 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 12067 |
12068 * Version 2.0.5 released. | |
12069 | |
2745 | 12070 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12071 | |
2749 | 12072 * Makefile.in (maintainer-clean): Also remove configure. |
12073 | |
2746 | 12074 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
12075 | |
2745 | 12076 * general/is_matrix.m: Return zero for empty matrices. |
12077 | |
12078 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12079 | |
12080 * linear-algebra/vech.m: Size result just once. | |
12081 | |
2726 | 12082 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12083 | |
12084 * general/is_square.m: Handle empty matrices correctly. | |
12085 * general/is_symmetric.m: Handle empty matrices and strings. | |
12086 | |
2716 | 12087 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12088 | |
12089 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
12090 * polynomial/deconv.m: Likewise. | |
12091 * polynomial/polyderiv.m: Likewise. | |
12092 * polynomial/polyinteg.m: Likewise. | |
12093 * polynomial/polyreduce.m: Likewise. | |
12094 * polynomial/polyval.m: Likewise. | |
12095 * polynomial/polyvalm.m: Likewise. | |
12096 * general/postpad.m: Likewise. | |
12097 * general/prepad.m: Likewise. | |
12098 | |
12099 * polynomial/compan.m: Check input with is_vector(), not | |
12100 is_matrix(). Handle scalar case. | |
12101 | |
2711 | 12102 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12103 | |
2715 | 12104 * plot/contour.m: Order data so that it is consistent with |
12105 meshgrid and mesh. | |
12106 | |
2711 | 12107 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
12108 * plot/sombrero.m: Use meshgrid, not meshdom. | |
12109 | |
2709 | 12110 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 12111 |
12112 * Version 2.0.4 released. | |
12113 | |
2706 | 12114 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12115 | |
2702 | 12116 * miscellaneous/paren.m: New file. |
12117 | |
2693 | 12118 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 12119 |
12120 * Version 2.0.3 released. | |
12121 | |
2676 | 12122 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12123 | |
12124 * image/saveimage.m: Only clip image data that is actually out of | |
12125 range. | |
12126 | |
2667 | 12127 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12128 | |
12129 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
12130 also be considered to be matrices. | |
12131 | |
12132 * general/is_vector.m: Scalars may also be considered to be vectors. | |
12133 | |
12134 * general/isempty.m: Use size(), not rows() and columns(). | |
12135 | |
12136 * plot/contour.m: Convert set to gset. | |
12137 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
12138 | |
2663 | 12139 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12140 | |
12141 * specfun/erfinv.m: Fix typo in last change. | |
12142 | |
2650 | 12143 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12144 | |
12145 * image/loadimage.m: Make it possible to load files with image | |
12146 data named X or img. | |
12147 | |
12148 * image/default.img: Change name of image from X to img to match | |
12149 what saveimage does now. | |
12150 | |
12151 * image/loadimage.m: Rename X to be img, to match what saveimage | |
12152 does now. | |
12153 | |
2632 | 12154 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12155 | |
2634 | 12156 * Version 2.0.2 released. |
12157 | |
2632 | 12158 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
12159 weird missing-lines bug without creating extra plots unecessarily. | |
12160 | |
2624 | 12161 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12162 | |
12163 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12164 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12165 io/Makefile.in, linear-algebra/Makefile.in, | |
12166 miscellaneous/Makefile.in, plot/Makefile.in, | |
12167 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12168 specfun/Makefile.in, special-matrix/Makefile.in, | |
12169 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12170 time/Makefile.in (bin-dist): New target. | |
12171 | |
2621 | 12172 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12173 | |
12174 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12175 | |
12176 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12177 | |
12178 * miscellaneous/xor.m: Make it work. | |
12179 | |
2613 | 12180 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12181 | |
12182 * plot/sombrero.m: Doc fix. | |
12183 | |
2602 | 12184 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12185 | |
12186 * Version 2.0.1 released. | |
12187 | |
2601 | 12188 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12189 | |
12190 * elfun/lcm.m: Replace missing if statement. | |
12191 | |
12192 * elfun/gcd.m: Report error if no input args. | |
12193 * elfun/lcm.m: Likewise. | |
12194 | |
2597 | 12195 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12196 | |
12197 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12198 Also list contents of $libexecdir/octave in ls-R database. | |
12199 | |
2583 | 12200 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12201 | |
12202 * Version 2.0 released. | |
12203 | |
2575 | 12204 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12205 | |
12206 * Version 1.94. | |
12207 | |
2558 | 12208 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12209 | |
12210 * strings/str2num.m: New file. | |
12211 | |
2554 | 12212 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12213 | |
12214 * Version 1.93. | |
12215 | |
2540 | 12216 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12217 | |
12218 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12219 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12220 linear-algebra/vech.m: New files from Kurt Hornik. | |
12221 | |
12222 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12223 general/common_size.m: New files from Kurt Hornik. | |
12224 | |
12225 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12226 New files from Kurt Hornik. | |
12227 | |
12228 * signal/detrend.m: New file from Kurt Hornik. | |
12229 | |
12230 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12231 specfun/pow2.m, specfun/log2.m: | |
12232 New files and updates from Kurt Hornik. | |
12233 | |
2523 | 12234 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12235 | |
12236 * plot/__plt__.m: Add explicit replot after last command is | |
12237 issued, to force all lines to be displayed. Hmm. | |
12238 | |
2512 | 12239 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12240 | |
2520 | 12241 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12242 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12243 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12244 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12245 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12246 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12247 Uset gset, not set. | |
12248 | |
2512 | 12249 * Version 1.92. |
12250 | |
2482 | 12251 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12252 | |
2486 | 12253 * image/saveimage.m: When writing PostScript, name Octave as the |
12254 almighty Creator. Use single call to fprintf instead of looping. | |
12255 | |
12256 * image/Makefile.in: Delete references to octtopnm. | |
12257 | |
12258 * general/logspace.m: Doc fix. | |
12259 | |
2482 | 12260 * Version 1.91. |
12261 | |
2458 | 12262 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12263 | |
12264 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12265 | |
12266 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12267 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12268 deleted. | |
12269 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12270 of a system() command to delete the tmp file. | |
12271 | |
2452 | 12272 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12273 | |
12274 * Version 1.90. | |
12275 | |
12276 * Makefile.in (DISTFILES): Add ChangeLog. | |
12277 | |
2360 | 12278 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12279 | |
12280 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12281 Don't check for string value of automatic_replot. | |
12282 | |
12283 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12284 Temporarily set do_fortran_indexing to 1, not "true". | |
12285 | |
12286 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12287 not "false". | |
12288 | |
12289 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12290 "false". | |
12291 | |
2355 | 12292 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12293 | |
12294 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12295 | |
2330 | 12296 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12297 | |
12298 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12299 system command. | |
12300 | |
12301 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12302 | |
12303 * __plr1__.m: Renamed from polar_int_1.m. | |
12304 * __plr2__.m: Renamed from polar_int_2.m. | |
12305 * __plr__.m: Renamed from polar_int.m. | |
12306 * __plt1__.m: Renamed from plot_int_1.m. | |
12307 * __plt2__.m: Renamed from plot_int_2.m. | |
12308 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12309 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12310 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12311 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12312 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12313 * __plt__.m: Renamed from plot_int.m. | |
12314 * __pltopt__.m: Renamed from plot_opt.m. | |
12315 Change all callers. | |
12316 | |
12317 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12318 | |
12319 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12320 comments like those found in Emacs lisp files. | |
12321 | |
12322 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12323 | |
12324 * All .m files: Change comment style. | |
12325 | |
12326 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12327 | |
12328 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12329 subplot.m, subwindow.m, top_title.m: | |
12330 Print error message if gnuplot_has_multiplot is not true. | |
12331 | |
12332 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12333 | |
12334 * plot/figure.m: New function. | |
12335 | |
12336 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12337 | |
12338 * strings/strrep.m: New function. | |
12339 | |
12340 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12341 | |
12342 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12343 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12344 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12345 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12346 New functions from Kurt Hornik, heavily modified by jwe. | |
12347 | |
12348 * general/reshape.m: Allow strings to be reshaped too. | |
12349 | |
12350 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12351 Always return a scalar. | |
12352 | |
12353 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12354 | |
12355 * polynomial/polyfit.m: Make orientation of result compatible with | |
12356 Matlab. | |
12357 | |
12358 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12359 | |
12360 * polynomial/polyfit.m: Add missing close paren. | |
12361 | |
12362 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12363 | |
12364 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12365 | |
12366 * io/scanf.m: Delete. | |
12367 | |
12368 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12369 | |
12370 * statistics/median.m: Fix typo in usage message. | |
12371 | |
12372 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12373 | |
12374 * miscellaneous/popen2.m: New file. | |
12375 | |
12376 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12377 | |
12378 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12379 | |
12380 * io: New directory. | |
12381 * Makefile.in (SUBDIRS): Add it to the list. | |
12382 | |
12383 * miscellaneous/flops.m: New file. | |
12384 | |
12385 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12386 | |
12387 * miscellaneous/cputime.m: Return three arguments instead of a | |
12388 vector, for compatibility with previous versions and with Matlab | |
12389 (which only returns one scalar value). | |
12390 | |
12391 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12392 | |
12393 * general/triu.m: Compute lower bound on loop index correctly. | |
12394 * general/tril.m: Likewise, for upper bound. | |
12395 | |
12396 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12397 | |
12398 * image/saveimage.m: For color images, make sure indices into | |
12399 temporary colormap and result matrix have proper orientation. | |
12400 Set grey flag correctly. | |
12401 | |
12402 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12403 | |
12404 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12405 jrv@vanzandt.mv.com). | |
12406 | |
12407 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12408 | |
12409 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12410 * mesh.m: Transpose Z if only one arg. | |
12411 Handle case of all three args being matrices (from Jim Van Zandt | |
12412 jrv@vanzandt.mv.com). | |
12413 * meshdom.m: Undo previous change. | |
12414 | |
12415 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12416 | |
12417 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12418 | |
12419 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12420 | |
12421 * audio: New directory of files from Kurt Hornik and Andreas | |
12422 Weingessel. | |
12423 * audio/Makefile.in: New file. | |
12424 * Makefile.in (SUBDIRS): Add audio to the list. | |
12425 | |
12426 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12427 | |
12428 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12429 | |
12430 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12431 | |
12432 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12433 columns (z), not the other way around. | |
12434 * plot/meshdom.m: Don't reverse order of elements in y. | |
12435 | |
12436 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12437 | |
12438 * plot/axis.m: Return current axis if nargin == 0. | |
12439 | |
12440 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12441 | |
12442 * polynomial/roots.m: Updates from Kurt Hornik. | |
12443 | |
12444 * polynomial/polyder.m: New file. | |
12445 | |
12446 * polynomial/polyderiv.m: Give return value and arg different names. | |
12447 | |
12448 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12449 | |
12450 * specfun/betainc.m: New file. | |
12451 * specfun/gammainc.m: New file. | |
12452 | |
12453 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12454 | |
12455 * general/strerror.m: New file. | |
12456 * general/perror.m: Implement using strerror(). | |
12457 | |
12458 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12459 | |
12460 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12461 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12462 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12463 | |
12464 * image/saveimage.m: Round img values first. | |
12465 | |
12466 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12467 | |
12468 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12469 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12470 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12471 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12472 special-matrix/hankel.m special-matrix/toeplitz.m | |
12473 tuwien/strfun/split.m: Add missing semicolons. | |
12474 | |
12475 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12476 | |
12477 * image/Makefile.in: Don't build or install octtoppm. | |
12478 | |
12479 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12480 routines so that people who don't have the pbm stuff installed |
2330 | 12481 can still use this function. |
12482 | |
12483 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12484 | |
12485 * image/saveimage.m: Better error checking, clean up a bit. | |
12486 | |
12487 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12488 | |
12489 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12490 avoid conflict with new built-in text-style function more. | |
12491 | |
12492 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12493 | |
12494 * startup/Makefile.in (install): Also install octaverc in | |
12495 $localfcnfiledir/startup/octavrc. | |
12496 | |
12497 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12498 | |
12499 * mkinstalldirs: New file. | |
12500 * Makefile.in (DISTFILES): Add it to the list. | |
12501 | |
12502 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12503 | |
12504 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12505 | |
12506 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12507 r(1) != c(nr), not if r(1) != c(1). | |
12508 | |
12509 * signal/filter.m: Doc fix. | |
12510 | |
12511 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12512 | |
12513 * miscellaneous/cputime.m: Use new resource structure names (no | |
12514 ru_ or tv_ prefixes). | |
12515 | |
12516 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12517 | |
12518 * time/ctime.m: Fix doc string and usage message. | |
12519 | |
12520 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12521 | |
12522 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12523 | |
12524 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12525 | |
12526 * control/c2d.m: Make function work for any value of | |
12527 whitespace_in_literal_matrix. | |
12528 * control/dare.m: Likewise. | |
12529 * control/tzero.m: Likewise. | |
12530 * elfun/gcd.m: Likewise. | |
12531 * elfun/lcm.m: Likewise. | |
12532 * general/postpad.m: Likewise. | |
12533 * general/prepad.m: Likewise. | |
12534 * linear-algebra/kron.m: Likewise. | |
12535 * miscellaneous/etime.m: Likewise. | |
12536 * polynomial/conv.m: Likewise. | |
12537 * polynomial/deconv.m: Likewise. | |
12538 * polynomial/poly.m: Likewise. | |
12539 * polynomial/roots.m: Likewise. | |
12540 * signal/filter.m: Likewise. | |
12541 * signal/freqz.m: Likewise. | |
12542 * signal/fftfilt.m: Likewise. | |
12543 | |
12544 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12545 | |
12546 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12547 | |
12548 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12549 | |
12550 * plot/polar_int_2.m: Add missing semicolons. | |
12551 Set theta = theta', not rho'. | |
12552 | |
12553 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12554 | |
12555 * polynomial/roots.m: Make it work for any value of | |
12556 whitespace_in_literal_matrix. | |
12557 | |
12558 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12559 | |
12560 * configure.in: New file. | |
12561 | |
12562 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12563 | |
12564 * control/lyap.m: Add missing semicolon. | |
12565 | |
12566 * miscellaneous/cputime.m: New function file. | |
12567 | |
12568 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12569 | |
12570 * time: New directory. | |
12571 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12572 New function files. | |
12573 * time/Makefile.in: New file. | |
12574 * Makefile.in (SUBDIRS): Add time. | |
12575 | |
12576 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12577 | |
12578 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12579 | |
12580 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12581 | |
12582 * plot/plot_int_1.m: Transpose data with .', not '. | |
12583 | |
12584 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12585 | |
12586 * Makefile.in (install uninstall clean mostlyclean distclean | |
12587 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12588 | |
12589 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12590 | |
12591 * Makefile.in (install): Create ls-R database file. | |
12592 (uninstall): Delete it. | |
12593 | |
12594 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12595 | |
5378 | 12596 * image/saveimage.m: Fix typo. |
2330 | 12597 |
12598 See ChangeLog.1 in the top level directory for earlier changes. |