Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9361:a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 18 Jun 2009 18:14:06 -0400 |
parents | df42106beec8 |
children | 6c255e51ef7e |
rev | line source |
---|---|
9361
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
1 2009-06-18 Ben Abbott <bpabbott@mac.com> |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
2 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
3 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
4 to ',0' to avoid delays searching the fontpath for a font named '*'. |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
5 |
9360
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
6 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
7 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
8 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
9 poles at zero. Test added. |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
10 |
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
11 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
12 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
13 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
14 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
15 |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
16 2009-06-15 Ben Abbott <bpabbott@mac.com> |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
17 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
18 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
19 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
20 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
21 |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
22 2009-06-14 Ben Abbott <bpabbott@mac.com> |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
23 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
24 * plot/plotyy.m: Fix compatibility with subplot, add listeners for |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
25 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
26 |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
27 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
28 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
29 * plot/plotyy.m: Correct behavior when there is no currentfigure. |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
30 |
9345 | 31 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
32 | |
33 * set/ismember.m: Reimplement using lookup & unique. | |
34 | |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
35 2009-06-11 Ben Abbott <bpabbott@mac.com> |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
36 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
37 * plot/print.m: Fix logic associated with 'have_ghostscript'. |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
38 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
39 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
40 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
41 Have '-mono' render all objects in monochrome. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
42 For pdf or png output, favor gnuplot's cairo terminals. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
43 |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
44 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
45 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
46 * plot/hold.m: Add demo including a hggroup. |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
47 * plot/__go_draw_axes__.m: Fix order when pushing group children onto |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
48 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
49 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
50 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
51 2009-06-09 David Bateman <dbateman@free.fr> |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
52 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
53 * general/quadgk.m: Add test case and fixed doubly infinite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
54 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
55 |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
56 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
57 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
58 * general/quadgk.m: Fix doubly infinite transformation to the finite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
59 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
60 |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
61 2009-06-08 Ben Abbott <bpabbott@mac.com> |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
62 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
63 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
64 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
65 |
9313 | 66 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
67 | |
68 * testfun/assert.m: Fix texinfo bug. | |
69 | |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
70 2009-06-04 Ben Abbott <bpabbott@mac.com> |
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
71 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
72 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to |
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
73 strcmp(scale,'log'). |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
74 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. |
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
75 |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
76 2009-06-03 Ben Abbott <bpabbott@mac.com> |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
77 |
9297
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
78 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
79 Add additional demos which illustrate problems with the present |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
80 implementation. |
9296
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
81 * plot/__gnuplot_has_feature__.m: Change version for |
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
82 "x11_figure_position" from ">=4.3.0" to ">=4.2.5". |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
83 * plot/__scatter__.m: If the color spec is empty, set using |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
84 __next_line_color__. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
85 * plot/scatter3.m: Add demos. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
86 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
87 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
88 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
89 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
90 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
91 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
|
92 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
93 * 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
|
94 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
95 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
96 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
|
97 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
98 * 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
|
99 |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
100 2009-05-28 Ben Abbott <bpabbott@mac.com> |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
101 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
102 * 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
|
103 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
104 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
105 * 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
|
106 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
107 |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
108 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
|
109 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
110 * 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
|
111 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
112 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
|
113 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
114 * 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
|
115 * 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
|
116 |
9278 | 117 2009-05-28 Radek Salac <salac.r@gmail.com> |
118 | |
119 * sparse/bicgstab.m: New output when calling without arguments. | |
120 Time optimization - remove certain checks linked to preconditioner which | |
121 are unacceptably slow. | |
122 * sparse/cgs.m: New output when calling without arguments. | |
123 Time optimization - remove certain checks linked to preconditioner which | |
124 are unacceptably slow. Rename internal variable to match bicgstab. | |
125 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
126 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
|
127 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
128 * 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
|
129 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
130 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
|
131 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
132 * 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
|
133 |
9273 | 134 2009-05-27 John W. Eaton <jwe@octave.org> |
135 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
136 * 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
|
137 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
138 |
9273 | 139 * image/imshow.m: In demo, convert image to rgb before scaling |
140 components. Use imread instead of loadimage. | |
141 | |
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
|
142 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
|
143 |
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
|
144 * 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
|
145 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
|
146 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
147 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
|
148 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
149 * 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
|
150 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
151 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
152 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
153 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
154 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
155 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
|
156 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
157 * 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
|
158 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
159 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
160 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
161 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
162 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
163 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
|
164 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
165 * 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
|
166 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
167 |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
168 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
|
169 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
170 * 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
|
171 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
172 |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
173 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
|
174 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
175 * 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
|
176 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
177 * 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
|
178 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
179 |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
180 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
181 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
182 * 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
|
183 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
184 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
185 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
|
186 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
187 * 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
|
188 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
|
189 |
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
|
190 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
|
191 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
192 * 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
|
193 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
|
194 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
195 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
|
196 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
197 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
198 * 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
|
199 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
200 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
201 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
202 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
|
203 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
204 * *.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
|
205 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
206 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
207 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
|
208 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
209 * 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
|
210 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
211 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
212 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
|
213 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
214 * 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
|
215 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
|
216 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
|
217 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
218 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
|
219 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
220 * 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
|
221 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
222 |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
223 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
|
224 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
225 * 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
|
226 * 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
|
227 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
228 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
|
229 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
230 * 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
|
231 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
|
232 |
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
|
233 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
|
234 |
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
|
235 * 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
|
236 "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
|
237 |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
238 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
|
239 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
240 * 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
|
241 |
9160 | 242 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
243 | |
244 * statistics/base/range.m: Fix behavior when dim is specified. | |
245 | |
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
|
246 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
|
247 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
248 * 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
|
249 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
|
250 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
|
251 |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
252 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
|
253 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
254 * 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
|
255 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
|
256 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
|
257 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
|
258 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
259 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
260 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
261 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
262 |
9140 | 263 2009-04-20 John W. Eaton <jwe@octave.org> |
264 | |
265 * special-matrix/vander.m: Update tests. | |
266 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
267 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
|
268 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
269 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
270 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
271 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
272 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
|
273 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
274 * 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
|
275 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
276 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
277 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
278 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
279 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
280 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
|
281 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
282 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
283 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
284 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
285 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
|
286 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
287 * 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
|
288 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
289 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
|
290 * 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
|
291 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
292 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
|
293 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
294 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
295 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
296 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
297 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
298 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
|
299 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
300 * 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
|
301 * 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
|
302 * 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
|
303 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
304 |
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
|
305 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
|
306 |
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
|
307 * 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
|
308 * 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
|
309 * 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
|
310 * 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
|
311 * 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
|
312 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
|
313 * 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
|
314 |
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
|
315 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
|
316 |
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
|
317 * 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
|
318 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
|
319 * 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
|
320 |
9108 | 321 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
322 | |
323 * set/intersect.m: Add missing branch. | |
324 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
325 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
326 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
327 * 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
|
328 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
|
329 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
|
330 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
331 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
332 * 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
|
333 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
334 * 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
|
335 |
9104 | 336 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
337 | |
338 * special-matrix/vander.m: Optimize. | |
339 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
340 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
|
341 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
342 * 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
|
343 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
344 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
|
345 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
346 * 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
|
347 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
|
348 * 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
|
349 * 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
|
350 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
|
351 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
352 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
353 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
354 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
355 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
356 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
357 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
358 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
359 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
360 |
9093 | 361 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
362 | |
363 * linear-algebra/vech.m: Optimize. | |
364 | |
9092 | 365 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
366 | |
367 * special-matrix/toeplitz.m: Optimize. | |
368 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
369 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
370 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
371 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
372 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
373 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
|
374 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
375 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
376 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
377 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
378 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
379 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
|
380 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
381 * 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
|
382 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
383 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
384 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
|
385 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
386 * 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
|
387 |
9075 | 388 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
389 | |
390 * optimization/fsolve.m: Fix test. | |
391 | |
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
|
392 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
|
393 |
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
|
394 * 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
|
395 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
|
396 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
397 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
|
398 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
399 * 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
|
400 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
|
401 * 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
|
402 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
403 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
404 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
|
405 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
406 * 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
|
407 |
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
|
408 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
|
409 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
410 * 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
|
411 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
|
412 |
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
|
413 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
|
414 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
415 * 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
|
416 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
|
417 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
|
418 |
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
|
419 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
|
420 |
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
|
421 * 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
|
422 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
|
423 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
424 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
|
425 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
426 * 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
|
427 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
428 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
|
429 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
430 * 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
|
431 dimensions. Change interpretation of vector arguments from |
9016 | 432 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
|
433 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
434 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
|
435 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
436 * 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
|
437 * 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
|
438 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
|
439 |
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
|
440 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
|
441 |
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
|
442 * 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
|
443 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
|
444 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
445 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
|
446 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
447 * 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
|
448 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
449 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
|
450 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
451 * 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
|
452 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
453 * 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
|
454 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
455 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
|
456 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
457 * 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
|
458 * 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
|
459 * 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
|
460 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
461 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
462 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
463 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
464 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
465 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
466 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
467 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
468 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
469 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
470 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
|
471 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
472 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
473 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
474 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
475 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
476 |
8980 | 477 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
478 | |
479 * statistics/base/var.m: a -> x. | |
480 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
481 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
482 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
483 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
484 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
485 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
486 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
487 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
488 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
489 |
8970 | 490 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
491 | |
492 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
493 products. | |
494 | |
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
|
495 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
|
496 |
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
|
497 * 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
|
498 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
|
499 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
|
500 |
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
|
501 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
|
502 |
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
|
503 * 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
|
504 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
|
505 "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
|
506 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
507 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
|
508 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
509 * 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
|
510 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
511 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
512 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
|
513 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
514 * 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
|
515 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
516 * 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
|
517 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
|
518 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
519 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
520 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
521 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
522 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
523 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
524 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
525 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
526 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
527 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
528 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
529 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
|
530 |
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
|
531 * 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
|
532 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
|
533 * 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
|
534 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
|
535 |
8912 | 536 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
537 | |
538 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
539 for tests. | |
540 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
541 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
|
542 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
543 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
544 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
545 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
|
546 |
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
|
547 * 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
|
548 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
|
549 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
550 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
551 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
552 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
553 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
554 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
|
555 |
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
|
556 * 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
|
557 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
|
558 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
559 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
560 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
561 * 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
|
562 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
563 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
|
564 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
565 * 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
|
566 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
567 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
568 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
|
569 |
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
|
570 * 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
|
571 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
|
572 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
|
573 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
574 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
|
575 |
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
|
576 * 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
|
577 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
|
578 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
579 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
|
580 |
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
|
581 * 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
|
582 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
|
583 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
|
584 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
585 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
|
586 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
587 * 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
|
588 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
589 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
590 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
|
591 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
592 * 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
|
593 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
|
594 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
595 * 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
|
596 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
597 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
598 * 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
|
599 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
|
600 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
|
601 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
602 * 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
|
603 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
|
604 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
|
605 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
|
606 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
|
607 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
|
608 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
|
609 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
610 * 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
|
611 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
|
612 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
613 * 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
|
614 "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
|
615 * 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
|
616 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
|
617 * 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
|
618 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
619 * 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
|
620 * 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
|
621 * 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
|
622 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
623 * 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
|
624 |
8884 | 625 2009-02-27 John W. Eaton <jwe@octave.org> |
626 | |
8887 | 627 * set/complement.m: Call unique, not create_set. |
628 * set/unique.m: Style fix for docstring. | |
629 * deprecated/create_set.m: Move here from set/create_set.m. | |
630 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
|
631 |
8887 | 632 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
633 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
634 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
635 * 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
|
636 |
8884 | 637 * strings/strsplit.m: Style fixes. |
638 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
639 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
640 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
641 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
642 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
643 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
|
644 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
645 * 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
|
646 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
647 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
648 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
649 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
650 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
651 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
652 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
653 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
654 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
655 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
656 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
657 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
658 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
659 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
660 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
661 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
662 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
663 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
664 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
665 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
666 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
667 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
|
668 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
669 * 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
|
670 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
671 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
672 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
673 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
674 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
675 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
676 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
677 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
678 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
679 * 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
|
680 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
|
681 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
682 * 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
|
683 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
684 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
685 |
8861 | 686 2009-02-24 John W. Eaton <jwe@octave.org> |
687 | |
688 * 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
|
689 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
|
690 |
8861 | 691 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
692 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
693 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
|
694 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
695 * 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
|
696 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
697 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
698 * 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
|
699 |
8857 | 700 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
701 | |
702 * optimization/fsolve.m: Update niter after each iteration, not just | |
703 a succesful one. | |
704 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
705 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
|
706 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
707 * 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
|
708 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
709 * 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
|
710 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
711 |
8847 | 712 2009-02-23 John W. Eaton <jwe@octave.org> |
713 | |
714 * plot/fplot.m: Fix nargin check. | |
715 From Joel Parker <Joel.Parker@radiancetech.com>. | |
716 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
717 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
|
718 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
719 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
720 |
8826 | 721 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
722 | |
723 * linear-algebra/dmult.m: Remove. | |
724 * linear-algebra/Makefile.in: Update. | |
725 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
726 * deprecated/Makefile.in: Update. | |
727 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
728 by diagonal matrices. | |
729 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
730 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
|
731 |
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
|
732 * 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
|
733 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
|
734 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
|
735 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
736 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
|
737 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
738 * 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
|
739 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
|
740 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
|
741 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
|
742 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
|
743 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
|
744 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
|
745 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
|
746 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
|
747 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
|
748 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
|
749 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
|
750 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
|
751 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
|
752 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
|
753 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
|
754 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
|
755 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
|
756 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
|
757 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
|
758 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
759 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
760 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
761 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
762 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
763 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
764 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
|
765 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
766 * 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
|
767 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
768 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
|
769 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
770 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
771 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
772 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
|
773 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
774 * 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
|
775 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
776 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
777 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
|
778 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
779 * 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
|
780 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
|
781 |
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
|
782 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
|
783 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
784 * 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
|
785 * 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
|
786 * 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
|
787 * 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
|
788 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
|
789 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
|
790 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
791 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
|
792 |
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
|
793 * 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
|
794 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
|
795 (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
|
796 (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
|
797 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
798 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
|
799 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
800 * 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
|
801 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
802 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
|
803 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
804 * 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
|
805 * 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
|
806 * 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
|
807 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
|
808 * 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
|
809 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
810 |
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
|
811 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
|
812 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
813 * 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
|
814 * 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
|
815 |
8757 | 816 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
817 | |
818 * 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
|
819 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
820 * optimization/fsolve.m: Update comments. |
8757 | 821 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
822 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
|
823 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
824 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
825 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
826 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
|
827 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
828 * 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
|
829 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
|
830 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
831 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
832 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
833 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
|
834 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
|
835 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
|
836 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
|
837 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
|
838 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
|
839 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
840 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
841 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
842 * 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
|
843 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
844 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
845 * 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
|
846 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
847 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
848 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
849 * 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
|
850 |
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
|
851 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
|
852 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
853 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
854 |
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
|
855 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
856 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
857 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
858 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
859 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
|
860 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
861 * 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
|
862 |
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
|
863 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
|
864 |
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
|
865 * 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
|
866 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
|
867 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
868 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
|
869 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
870 * 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
|
871 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
872 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
873 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
874 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
875 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
876 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
877 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
|
878 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
879 * 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
|
880 |
8714 | 881 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
882 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
883 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
884 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
|
885 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
886 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
887 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
|
888 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
889 * 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
|
890 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
891 * 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
|
892 |
8698 | 893 2009-02-08 John W. Eaton <jwe@octave.org> |
894 | |
895 * Makefile.in (install install-strip): Don't install ls-R file. | |
896 (uninstall): Don't uninstall ls-R file. | |
897 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
898 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
899 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
900 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
901 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
902 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
903 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
|
904 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
905 * 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
|
906 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
907 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
|
908 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
909 * 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
|
910 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
911 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
912 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
|
913 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
914 * 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
|
915 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
916 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
|
917 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
918 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
919 * 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
|
920 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
921 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
|
922 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
923 * 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
|
924 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
925 |
8666 | 926 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
927 | |
928 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
929 instead of "interpolate 4, 4". | |
930 | |
8664 | 931 2009-02-04 John W. Eaton <jwe@octave.org> |
932 | |
933 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
934 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
935 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
936 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
937 geometry/voronoi.m, geometry/voronoin.m, | |
938 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
939 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
940 linear-algebra/dmult.m, linear-algebra/dot.m, | |
941 linear-algebra/expm.m, linear-algebra/housh.m, | |
942 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
943 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
944 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
945 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
946 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
947 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
948 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
949 statistics/tests/cor_test.m, | |
950 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
951 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
952 time/addtodate.m: Style fixes. | |
953 | |
8661 | 954 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
955 | |
956 * optimization/fsolve.m: remove redundant line. | |
957 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
958 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
959 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
960 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
961 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
962 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
963 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
964 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
965 |
8652 | 966 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
967 | |
968 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
969 mlock to avoid unloading. | |
970 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
971 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
|
972 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
973 * 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
|
974 * 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
|
975 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
|
976 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
977 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
978 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
979 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
980 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
981 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
982 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
983 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
984 |
8645 | 985 2009-01-30 Kai Habel <kai.habel@gmx.de> |
986 | |
987 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
988 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
989 Require gnuplot 4.3 for transparent patches and surfaces. | |
990 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
991 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
|
992 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
993 * 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
|
994 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
|
995 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
996 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
|
997 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
998 * 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
|
999 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1000 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1001 * 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
|
1002 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1003 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
|
1004 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1005 * 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
|
1006 |
8633 | 1007 2009-01-29 Kai Habel <kai.habel@gmx.de> |
1008 | |
1009 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1010 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1011 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1012 |
1013 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1014 print sensible error message when function is found but not documented. | |
1015 | |
1016 * help/help.m: Allow displaying 'Contents.m' files. | |
1017 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1018 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
|
1019 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1020 * 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
|
1021 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1022 |
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
|
1023 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1024 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1025 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1026 |
1027 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1028 feature. | |
1029 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1030 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
|
1031 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1032 * 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
|
1033 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1034 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1035 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
|
1036 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1037 * 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
|
1038 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
|
1039 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
|
1040 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1041 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1042 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1043 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1044 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1045 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1046 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1047 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
|
1048 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1049 * 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
|
1050 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
|
1051 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
|
1052 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1053 * 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
|
1054 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1055 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1056 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1057 * 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
|
1058 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1059 |
8602 | 1060 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1061 | |
1062 * polynomial/spline.m: Doc fix. | |
1063 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1064 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
|
1065 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1066 * 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
|
1067 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1068 |
8600 | 1069 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1070 | |
1071 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1072 square and overdetermined systems. | |
1073 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1074 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
|
1075 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1076 * 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
|
1077 Adjust some defaults. |
8628 | 1078 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1079 * 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
|
1080 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1081 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
|
1082 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1083 * 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
|
1084 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1085 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1086 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1087 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1088 |
8591 | 1089 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1090 | |
1091 * optimization/__fsolve_defopts__.m: Remove. | |
1092 * optimization/Makefile.in: Reflect change. | |
1093 | |
8590 | 1094 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1095 | |
1096 * optimization/__fdjac__.m: Fix setting up h. | |
1097 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1098 large enough square and overdetermined systems, with pivoting in the | |
1099 first step. Simplify options. Adjust defaults - make TR radius | |
1100 tolerance less stringent. Support DisplayFcn. | |
1101 | |
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
|
1102 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
|
1103 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1104 * 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
|
1105 |
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
|
1106 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
|
1107 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1108 * 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
|
1109 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1110 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1111 |
1112 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1113 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1114 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
|
1115 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1116 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1117 * 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
|
1118 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1119 * 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
|
1120 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1121 * 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
|
1122 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1123 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1124 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
|
1125 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1126 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1127 * 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
|
1128 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1129 * 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
|
1130 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
|
1131 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
|
1132 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1133 * 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
|
1134 * 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
|
1135 * 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
|
1136 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1137 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1138 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
|
1139 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1140 * 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
|
1141 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1142 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
|
1143 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1144 * 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
|
1145 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1146 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
|
1147 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1148 * 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
|
1149 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
|
1150 * 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
|
1151 * 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
|
1152 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1153 * 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
|
1154 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
|
1155 * 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
|
1156 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1157 * 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
|
1158 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1159 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1160 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1161 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1162 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1163 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1164 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1165 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1166 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1167 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1168 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1169 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
|
1170 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1171 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1172 * general/prepad.m: Doc fix. |
8544 | 1173 * image/pink.m: Spelling fix. |
1174 * image/hsv.m: Doc fix. | |
1175 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1176 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1177 * 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
|
1178 |
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
|
1179 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1180 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1181 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1182 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1183 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1184 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
|
1185 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1186 * 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
|
1187 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1188 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
|
1189 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1190 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1191 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1192 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
|
1193 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1194 * 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
|
1195 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
|
1196 |
8528 | 1197 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1198 | |
1199 * plot/grid.m: Document handle argument. | |
1200 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1201 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
|
1202 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1203 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1204 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1205 |
8521 | 1206 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1207 | |
1208 * gethelp.cc: Include <cstdio>. | |
1209 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1210 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
|
1211 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1212 * 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
|
1213 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
|
1214 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1215 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
|
1216 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1217 * 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
|
1218 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1219 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
|
1220 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
|
1221 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
|
1222 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
|
1223 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
|
1224 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
|
1225 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
|
1226 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
|
1227 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
|
1228 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
|
1229 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
|
1230 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
|
1231 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
|
1232 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1233 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1234 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
|
1235 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1236 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1237 |
8513 | 1238 * optimization/fsolve.m: Doc fix. |
1239 | |
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
|
1240 * 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
|
1241 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1242 * 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
|
1243 |
8506 | 1244 2009-01-13 John W. Eaton <jwe@octave.org> |
1245 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1246 * 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
|
1247 |
8507 | 1248 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1249 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1250 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1251 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1252 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1253 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1254 image/imwrite.m, linear-algebra/dmult.m, | |
1255 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1256 miscellaneous/setfield.m, miscellaneous/what.m, | |
1257 optimization/fsolve.m, optimization/fzero.m, | |
1258 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1259 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1260 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1261 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1262 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1263 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1264 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1265 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1266 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1267 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1268 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1269 statistics/base/center.m, statistics/base/quantile.m, | |
1270 statistics/base/ranks.m, statistics/base/std.m, | |
1271 statistics/distributions/hygepdf.m, | |
1272 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1273 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1274 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1275 testfun/speed.m, testfun/test.m: Style fixes. | |
1276 | |
8506 | 1277 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1278 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1279 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1280 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1281 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1282 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1283 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1284 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1285 statistics/base/quantile.m, statistics/base/values.m, | |
1286 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1287 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1288 time/datestr.m, time/datevec.m: Comment style fixes. | |
1289 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1290 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
|
1291 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1292 * 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
|
1293 |
8466 | 1294 2009-01-12 John W. Eaton <jwe@octave.org> |
1295 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1296 * 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
|
1297 Use strcmpi to compare options. |
8466 | 1298 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1299 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
|
1300 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1301 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1302 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1303 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1304 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
|
1305 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1306 * 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
|
1307 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1308 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1309 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1310 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1311 * miscellaneous/orderfields.m: Ditto. |
1312 * miscellaneous/what.m: Ditto. | |
1313 * pkg/pkg.m: Ditto. | |
1314 * plot/ndgrid.m: Ditto. | |
1315 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1316 |
8451 | 1317 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1318 | |
1319 * plot/surfl.m: New function | |
8628 | 1320 * plot/diffuse.m: Ditto. |
1321 * plot/specular.m: Ditto. | |
8451 | 1322 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1323 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
|
1324 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1325 * 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
|
1326 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1327 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
|
1328 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1329 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1330 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1331 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
|
1332 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1333 * 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
|
1334 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
|
1335 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
|
1336 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
|
1337 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
|
1338 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
|
1339 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
|
1340 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
|
1341 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
|
1342 * 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
|
1343 * 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
|
1344 * 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
|
1345 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1346 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
|
1347 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1348 * 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
|
1349 |
8438 | 1350 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1351 | |
1352 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1353 operation fails. | |
1354 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1355 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
|
1356 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1357 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1358 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1359 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1360 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1361 * 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
|
1362 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1363 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1364 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1365 * 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
|
1366 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1367 |
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
|
1368 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
|
1369 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1370 * 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
|
1371 |
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
|
1372 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
|
1373 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1374 * 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
|
1375 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1376 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1377 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1378 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1379 |
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
|
1380 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
|
1381 |
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
|
1382 * 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
|
1383 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
|
1384 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1385 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1386 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1387 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1388 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1389 |
8416 | 1390 2008-11-21 Radek Salac <salac.r@gmail.com> |
1391 | |
1392 * sparse/bicgstab.m: New function. | |
1393 * sparse/Makefile.in (SOURCES): Add it here. | |
1394 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1395 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
|
1396 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1397 * 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
|
1398 (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
|
1399 * 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
|
1400 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1401 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1402 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1403 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1404 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1405 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1406 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1407 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
|
1408 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1409 * 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
|
1410 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
|
1411 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1412 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1413 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1414 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1415 |
8393 | 1416 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1417 | |
8394 | 1418 * linear-algebra/expm.m: New source. |
8393 | 1419 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1420 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1421 |
8394 | 1422 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1423 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1424 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1425 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1426 * 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
|
1427 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1428 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
|
1429 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1430 * 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
|
1431 * 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
|
1432 * 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
|
1433 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1434 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
|
1435 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1436 * 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
|
1437 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
|
1438 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
|
1439 * 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
|
1440 * 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
|
1441 * 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
|
1442 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1443 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1444 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1445 * 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
|
1446 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1447 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
|
1448 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1449 * 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
|
1450 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1451 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
|
1452 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1453 * 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
|
1454 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1455 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
|
1456 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1457 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
|
1458 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1459 |
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
|
1460 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
|
1461 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1462 * 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
|
1463 |
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
|
1464 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
|
1465 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1466 * 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
|
1467 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1468 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
|
1469 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1470 * 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
|
1471 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1472 |
8324 | 1473 2008-11-14 David Bateman <dbateman@free.fr> |
1474 | |
1475 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1476 of the axis object. | |
1477 | |
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
|
1478 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
|
1479 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1480 * 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
|
1481 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1482 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
|
1483 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1484 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1485 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1486 |
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
|
1487 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
|
1488 |
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
|
1489 * 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
|
1490 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
|
1491 * 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
|
1492 |
8316 | 1493 2008-11-10 John W. Eaton <jwe@octave.org> |
1494 | |
1495 * 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
|
1496 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1497 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1498 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
|
1499 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1500 * 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
|
1501 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1502 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1503 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
|
1504 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1505 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1506 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1507 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
|
1508 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1509 * 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
|
1510 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1511 |
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
|
1512 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
|
1513 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1514 * 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
|
1515 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1516 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1517 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1518 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1519 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1520 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1521 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1522 |
8305 | 1523 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1524 | |
1525 * optimization/fzero.m: Replace tabs by spaces. | |
1526 | |
1527 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1528 | |
1529 * optimization/fzero.m: Simplify exception handling. | |
1530 | |
1531 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1532 | |
1533 * optimization/fzero.m: New function file. | |
1534 * optimization/Makefile.in: Add it. | |
1535 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1536 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1537 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1538 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1539 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1540 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1541 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1542 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1543 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1544 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1545 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1546 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1547 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1548 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1549 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1550 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1551 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1552 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1553 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1554 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
|
1555 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1556 * 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
|
1557 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1558 * 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
|
1559 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
|
1560 * 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
|
1561 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1562 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
|
1563 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1564 * 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
|
1565 * 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
|
1566 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
|
1567 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1568 * 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
|
1569 * 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
|
1570 * 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
|
1571 * 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
|
1572 * 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
|
1573 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1574 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1575 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
|
1576 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1577 * 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
|
1578 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
|
1579 * 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
|
1580 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
|
1581 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
|
1582 * 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
|
1583 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1584 * 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
|
1585 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
|
1586 * 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
|
1587 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
|
1588 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1589 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1590 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
|
1591 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1592 * 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
|
1593 |
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
|
1594 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
|
1595 |
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
|
1596 * 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
|
1597 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
|
1598 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1599 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
|
1600 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1601 * 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
|
1602 |
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
|
1603 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
|
1604 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1605 * 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
|
1606 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1607 * 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
|
1608 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1609 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
|
1610 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1611 * 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
|
1612 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1613 |
8257 | 1614 2008-10-22 David Bateman <dbateman@free.fr> |
1615 | |
8260 | 1616 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1617 "caller" workspace. | |
1618 | |
8258 | 1619 * plot/__errplot__.m: Add errorbar series objects. |
1620 * plot/errbar.m: Add some demos. | |
1621 | |
8257 | 1622 * plot/__add_line_series__.m: Remove |
1623 * plot/Makefile.in (SOURCES): Remove it here too. | |
1624 * plot/__add_datasource__.m: Allow for more than one character in | |
1625 source name. | |
1626 * plot/refreshdata.m: Ditto. | |
1627 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1628 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1629 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1630 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1631 * plot/legend.m: Update type in loop and remove debugging messages. | |
1632 | |
8251 | 1633 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1634 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1635 * 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
|
1636 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1637 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1638 |
8249 | 1639 2008-10-21 John W. Eaton <jwe@octave.org> |
1640 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1641 * 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
|
1642 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1643 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1644 |
8249 | 1645 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1646 struct. Use get instead of examining struct fields directly. | |
1647 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1648 object struct. Use get instead of examining struct elements | |
1649 directly. Use allhild instead of looking at children field of | |
1650 figure object struct. | |
1651 | |
8251 | 1652 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1653 |
1654 * plot/orient.m: Fix syntax error. | |
1655 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1656 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1657 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1658 * 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
|
1659 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1660 * 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
|
1661 * 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
|
1662 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1663 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
|
1664 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1665 * 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
|
1666 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
|
1667 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1668 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1669 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
|
1670 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1671 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1672 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1673 * 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
|
1674 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1675 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1676 * 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
|
1677 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1678 * 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
|
1679 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1680 * 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
|
1681 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1682 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
|
1683 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1684 * 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
|
1685 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
|
1686 |
8236 | 1687 2008-10-17 David Bateman <dbateman@free.fr> |
1688 | |
1689 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1690 from potential axis handles. | |
1691 * plot/colorbar.m: Remove debug output. | |
1692 * plot/comet.m: Close plot before demo | |
1693 * plot/contourc.m: No output if nargout == 0. | |
1694 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1695 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
|
1696 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1697 * 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
|
1698 |
8229 | 1699 2008-10-16 John W. Eaton <jwe@octave.org> |
1700 | |
1701 * testfun/rundemos.m: New function. | |
1702 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1703 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
|
1704 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1705 * 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
|
1706 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1707 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
|
1708 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1709 * 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
|
1710 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
|
1711 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1712 * 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
|
1713 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
|
1714 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
|
1715 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1716 * 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
|
1717 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
|
1718 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1719 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1720 * 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
|
1721 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
|
1722 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1723 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
|
1724 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1725 * 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
|
1726 (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
|
1727 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1728 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
|
1729 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1730 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1731 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1732 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1733 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
|
1734 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1735 * 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
|
1736 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
|
1737 (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
|
1738 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1739 * 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
|
1740 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1741 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1742 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1743 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
|
1744 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1745 * 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
|
1746 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1747 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1748 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
|
1749 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1750 * 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
|
1751 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1752 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
|
1753 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1754 * 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
|
1755 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1756 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1757 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1758 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1759 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1760 |
8208 | 1761 2008-10-10 David Bateman <dbateman@free.fr> |
1762 | |
1763 * image/__img__.m: Manually set the limits of th eimage | |
1764 * plot/__go_draw_axes__.m: Base window position in the axis | |
1765 position property and not the outerposition property. Remove | |
1766 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1767 vector to support image based colorbars. Also check labelmode for | |
1768 manual tics. | |
1769 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1770 colorbar code. | |
1771 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1772 it to the principal axis. | |
1773 * plot/legend.m: Support an axis handle as the first | |
1774 argument. Support hggroups. | |
1775 * plot/pareto.m: Don't support an axis handle as the first | |
1776 argument as the plotyy command in fact needs two axis handles. | |
1777 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1778 synchronize the two axes. | |
1779 * plot/subplot.m: Also skip axes that are tagged as being a | |
1780 colorbar. Don't break in search of overlapping axes to delete. Set | |
1781 both the position and the outerposition. | |
1782 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1783 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
|
1784 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1785 * 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
|
1786 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1787 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
|
1788 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1789 * 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
|
1790 * 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
|
1791 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1792 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
|
1793 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1794 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1795 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1796 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1797 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1798 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1799 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1800 * 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
|
1801 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1802 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
|
1803 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1804 * 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
|
1805 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1806 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
|
1807 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1808 * 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
|
1809 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
|
1810 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
|
1811 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
|
1812 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
|
1813 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
|
1814 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
|
1815 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
|
1816 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
|
1817 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
|
1818 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1819 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
|
1820 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1821 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1822 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1823 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1824 * 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
|
1825 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1826 * 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
|
1827 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1828 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
|
1829 |
8182 | 1830 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1831 | |
1832 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
|
1833 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1834 * 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
|
1835 |
8182 | 1836 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1837 | |
1838 * 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
|
1839 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1840 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1841 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1842 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1843 |
8182 | 1844 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
|
1845 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1846 * 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
|
1847 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1848 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1849 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1850 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
|
1851 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1852 * 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
|
1853 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1854 * 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
|
1855 |
8182 | 1856 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
|
1857 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1858 * 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
|
1859 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1860 * 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
|
1861 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1862 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
|
1863 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1864 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1865 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1866 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1867 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1868 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1869 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
|
1870 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1871 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1872 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
|
1873 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1874 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1875 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1876 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 1877 |
1878 * image/imread.m, image/imwrite.m: Doc fix. | |
1879 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1880 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
|
1881 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1882 * 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
|
1883 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1884 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
|
1885 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1886 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1887 * 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
|
1888 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1889 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
|
1890 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1891 * 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
|
1892 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1893 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1894 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1895 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1896 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1897 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1898 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1899 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1900 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1901 |
8182 | 1902 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1903 |
1904 * plot/comet.m: New file. | |
1905 * plot/Makefile.in (SOURCES): Add it here. | |
1906 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1907 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
|
1908 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1909 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1910 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1911 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1912 * 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
|
1913 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
|
1914 |
8182 | 1915 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
|
1916 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1917 * 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
|
1918 |
8116 | 1919 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1920 | |
8117 | 1921 * image/imshow.m: Fix for display_range. |
1922 | |
8116 | 1923 * general/interpn.m: Fixe for extrapval and documentation of |
1924 extrapval. | |
1925 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1926 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
|
1927 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1928 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1929 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1930 * 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
|
1931 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1932 * 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
|
1933 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1934 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1935 * 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
|
1936 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
|
1937 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1938 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1939 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1940 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1941 |
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
|
1942 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
|
1943 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1944 * 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
|
1945 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
|
1946 |
8088 | 1947 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1948 | |
1949 * plot/plot.m: Doc fix. | |
1950 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1951 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
|
1952 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1953 * 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
|
1954 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1955 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1956 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
|
1957 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1958 * 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
|
1959 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1960 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1961 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1962 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1963 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1964 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1965 * 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
|
1966 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1967 |
8076 | 1968 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1969 | |
1970 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1971 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1972 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1973 | |
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
|
1974 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
|
1975 |
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
|
1976 * 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
|
1977 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
|
1978 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
|
1979 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
|
1980 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
|
1981 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
|
1982 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
|
1983 '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
|
1984 * 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
|
1985 |
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
|
1986 * 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
|
1987 * 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
|
1988 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1989 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1990 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1991 * 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
|
1992 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1993 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1994 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1995 * 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
|
1996 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
|
1997 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1998 * 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
|
1999 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
|
2000 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
|
2001 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2002 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2003 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2004 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2005 |
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
|
2006 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
|
2007 |
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
|
2008 * 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
|
2009 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
|
2010 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2011 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
|
2012 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2013 * 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
|
2014 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2015 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2016 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
|
2017 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2018 * 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
|
2019 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
|
2020 * 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
|
2021 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
|
2022 * 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
|
2023 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2024 * 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
|
2025 * 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
|
2026 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
|
2027 * 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
|
2028 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
|
2029 * 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
|
2030 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
|
2031 * 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
|
2032 * 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
|
2033 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
|
2034 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2035 |
8054 | 2036 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2037 | |
2038 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2039 Handle parameter-value options. Untabify. | |
2040 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2041 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
|
2042 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2043 * 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
|
2044 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2045 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2046 * 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
|
2047 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
|
2048 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2049 * 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
|
2050 * 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
|
2051 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2052 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2053 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
|
2054 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2055 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2056 |
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
|
2057 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
|
2058 |
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
|
2059 * 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
|
2060 (__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
|
2061 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
|
2062 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2063 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2064 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2065 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2066 |
8046 | 2067 2008-08-21 David Bateman <dbateman@free.fr> |
2068 | |
2069 * plot/ezplot.m : New function. | |
2070 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2071 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2072 | |
8182 | 2073 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
|
2074 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2075 * 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
|
2076 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2077 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2078 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
|
2079 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2080 * 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
|
2081 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
|
2082 |
8040 | 2083 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
|
2084 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2085 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2086 |
8035 | 2087 2008-08-19 David Bateman <dbateman@free.fr> |
2088 | |
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
|
2089 * 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
|
2090 * 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
|
2091 |
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
|
2092 * statistics/base/ranks.m: Doc fix. |
8035 | 2093 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2094 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
|
2095 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2096 * 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
|
2097 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2098 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
|
2099 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2100 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2101 |
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
|
2102 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
|
2103 |
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
|
2104 * 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
|
2105 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
|
2106 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2107 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
|
2108 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2109 * 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
|
2110 |
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
|
2111 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
|
2112 |
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
|
2113 * 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
|
2114 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
|
2115 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2116 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
|
2117 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2118 * 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
|
2119 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2120 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2121 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2122 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2123 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2124 * 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
|
2125 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2126 * 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
|
2127 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2128 |
8182 | 2129 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
|
2130 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2131 * plot/hold.m: Clarify help text. |
7986 | 2132 |
2133 * specfun/reallog.m: Fix help string. | |
2134 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2135 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2136 |
2137 * strings/regexptranslate.m: Add real documentation. | |
2138 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2139 * 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
|
2140 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2141 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2142 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2143 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2144 |
7974 | 2145 2008-07-28 John W. Eaton <jwe@octave.org> |
2146 | |
2147 * image/imwrite.m: New function. | |
2148 * image/Makefile.in (SOURCES): Add it to the list. | |
2149 | |
7969 | 2150 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2151 | |
2152 * time/datestr.m: New xtest. | |
2153 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2154 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
|
2155 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2156 * 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
|
2157 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2158 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2159 |
7940 | 2160 2008-07-17 John W. Eaton <jwe@octave.org> |
2161 | |
2162 * general/fliplr.m: Fix usage test. | |
2163 * testfun/test.m: Fix usage tests. | |
2164 | |
8040 | 2165 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2166 |
2167 * statistics/base/cov.m: Fix test that should no longer work. | |
2168 | |
7935 | 2169 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2170 | |
2171 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2172 * plot/Makefile.in (SOURCES): Add them to the list. | |
2173 | |
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
|
2174 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
|
2175 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2176 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2177 * 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
|
2178 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2179 * 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
|
2180 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2181 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2182 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2183 |
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
|
2184 * 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
|
2185 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2186 * 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
|
2187 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2188 * 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
|
2189 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2190 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
|
2191 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2192 * 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
|
2193 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2194 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
|
2195 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2196 * 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
|
2197 |
8040 | 2198 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
|
2199 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2200 * 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
|
2201 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2202 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2203 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2204 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2205 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
|
2206 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2207 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
|
2208 |
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
|
2209 * 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
|
2210 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2211 * 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
|
2212 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
|
2213 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2214 |
8040 | 2215 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
|
2216 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2217 * 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
|
2218 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2219 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2220 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2221 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2222 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2223 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2224 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2225 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
|
2226 |
7817 | 2227 * miscellaneous/debug.m: New file.. |
2228 * Makefile.in (SOURCES): Add it to the list. | |
2229 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2230 * 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
|
2231 []. 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
|
2232 |
8040 | 2233 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2234 |
2235 * strings/strcat.m: Add tests. | |
2236 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2237 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
|
2238 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2239 * 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
|
2240 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2241 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2242 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2243 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2244 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2245 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2246 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2247 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2248 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2249 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2250 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2251 |
7783 | 2252 2008-05-20 Bill Denney <bill@denney.ws> |
2253 | |
2254 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2255 New tests. | |
2256 | |
7777 | 2257 2008-05-19 John W. Eaton <jwe@octave.org> |
2258 | |
2259 * general/isa.m: Fix tests. | |
2260 | |
7773 | 2261 2008-05-13 Bill Denney <bill@denney.ws> |
2262 | |
2263 * general/isa.m: Use persistent cell arrays to hold class names | |
2264 instead of multiple strcmp calls. | |
2265 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2266 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2267 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2268 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2269 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
|
2270 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2271 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2272 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
|
2273 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
|
2274 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2275 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2276 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2277 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2278 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2279 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2280 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
|
2281 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2282 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2283 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2284 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2285 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
|
2286 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2287 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2288 * 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
|
2289 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2290 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2291 * 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
|
2292 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2293 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2294 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2295 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2296 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2297 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
|
2298 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2299 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2300 |
7765 | 2301 2008-05-06 David Bateman <dbateman@free.fr> |
2302 | |
2303 * miscellaneous/symvar.m: New function. | |
2304 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2305 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2306 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
|
2307 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2308 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2309 * 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
|
2310 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2311 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2312 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2313 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2314 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
|
2315 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
|
2316 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2317 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2318 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2319 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2320 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2321 * 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
|
2322 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2323 |
7747 | 2324 2008-04-30 John W. Eaton <jwe@octave.org> |
2325 | |
2326 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2327 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2328 | |
8040 | 2329 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2330 |
2331 * specfun/log2.m: Delete. | |
2332 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2333 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2334 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
|
2335 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2336 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
|
2337 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2338 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2339 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2340 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2341 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2342 |
7736 | 2343 2008-04-25 John W. Eaton <jwe@octave.org> |
2344 | |
2345 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2346 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2347 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2348 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
|
2349 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2350 * 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
|
2351 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
|
2352 * 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
|
2353 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2354 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
|
2355 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2356 * 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
|
2357 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2358 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
|
2359 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2360 * 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
|
2361 |
7713 | 2362 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
|
2363 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2364 * 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
|
2365 |
7710 | 2366 2008-04-14 David Bateman <dbateman@free.fr> |
2367 | |
2368 * plot/rose.m: Add missing comment mark that causes issues with | |
2369 octave-forge function referencing. | |
2370 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2371 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2372 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
|
2373 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2374 * 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
|
2375 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
|
2376 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
|
2377 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
|
2378 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
|
2379 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
|
2380 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
|
2381 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
|
2382 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
|
2383 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
|
2384 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
|
2385 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
|
2386 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
|
2387 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
|
2388 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
|
2389 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
|
2390 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
|
2391 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
|
2392 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
|
2393 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
|
2394 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
|
2395 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
|
2396 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
|
2397 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
|
2398 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
|
2399 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
|
2400 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
|
2401 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
|
2402 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
|
2403 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
|
2404 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
|
2405 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
|
2406 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
|
2407 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
|
2408 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
|
2409 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
|
2410 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
|
2411 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
|
2412 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
|
2413 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
|
2414 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
|
2415 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
|
2416 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
|
2417 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
|
2418 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
|
2419 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
|
2420 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
|
2421 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
|
2422 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2423 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
|
2424 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2425 * 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
|
2426 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2427 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
|
2428 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2429 * 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
|
2430 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2431 * 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
|
2432 * 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
|
2433 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2434 * 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
|
2435 * 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
|
2436 * 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
|
2437 * 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
|
2438 * 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
|
2439 * 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
|
2440 * 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
|
2441 * 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
|
2442 * 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
|
2443 * 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
|
2444 * 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
|
2445 * 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
|
2446 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2447 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2448 * 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
|
2449 * 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
|
2450 * 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
|
2451 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2452 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
|
2453 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2454 * 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
|
2455 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
|
2456 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2457 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
|
2458 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2459 * 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
|
2460 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
|
2461 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
|
2462 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
|
2463 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
|
2464 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
|
2465 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
|
2466 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
|
2467 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
|
2468 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
|
2469 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
|
2470 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
|
2471 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
|
2472 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
|
2473 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
|
2474 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
|
2475 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2476 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
|
2477 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
|
2478 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
|
2479 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
|
2480 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
|
2481 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
|
2482 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2483 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
|
2484 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
|
2485 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
|
2486 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
|
2487 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
|
2488 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
|
2489 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2490 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
|
2491 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
|
2492 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
|
2493 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
|
2494 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
|
2495 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
|
2496 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
|
2497 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
|
2498 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
|
2499 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2500 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
|
2501 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2502 * 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
|
2503 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
|
2504 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
|
2505 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
|
2506 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
|
2507 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
|
2508 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
|
2509 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
|
2510 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
|
2511 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
|
2512 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
|
2513 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
|
2514 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
|
2515 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
|
2516 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
|
2517 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
|
2518 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2519 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
|
2520 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
|
2521 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
|
2522 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
|
2523 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
|
2524 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2525 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
|
2526 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
|
2527 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2528 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
|
2529 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
|
2530 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
|
2531 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
|
2532 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
|
2533 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2534 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
|
2535 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2536 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
|
2537 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
|
2538 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
|
2539 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
|
2540 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
|
2541 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
|
2542 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
|
2543 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
|
2544 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
|
2545 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2546 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
|
2547 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
|
2548 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
|
2549 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2550 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2551 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2552 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2553 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2554 * 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
|
2555 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2556 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2557 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2558 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2559 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2560 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2561 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2562 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2563 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2564 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2565 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2566 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2567 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2568 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2569 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2570 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
|
2571 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2572 * 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
|
2573 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2574 * 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
|
2575 |
7682 | 2576 2008-04-02 Bill Denney <bill@denney.ws> |
2577 | |
2578 * optimization/lsqnonneg.m: New function. | |
2579 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2580 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2581 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2582 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2583 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2584 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2585 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2586 * 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
|
2587 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
|
2588 * 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
|
2589 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2590 |
7678 | 2591 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2592 | |
2593 * general/sortrows.m: Handle negative column arguments. | |
2594 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2595 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2596 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2597 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2598 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2599 |
7673 | 2600 2008-03-31 David Bateman <dbateman@free.fr> |
2601 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2602 * 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
|
2603 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
|
2604 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2605 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2606 * 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
|
2607 * 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
|
2608 * 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
|
2609 * 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
|
2610 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2611 * 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
|
2612 |
7673 | 2613 * plot/ginput.m: New function. |
2614 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2615 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2616 * plot/Makefile.in (SOURCES): Add them to the list. | |
2617 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2618 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
|
2619 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2620 * 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
|
2621 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2622 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2623 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2624 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2625 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2626 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2627 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2628 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2629 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2630 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
|
2631 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2632 * 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
|
2633 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2634 |
7669 | 2635 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2636 | |
2637 * general/del2.m: Missing semicolon. | |
2638 | |
7668 | 2639 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2640 | |
2641 * miscellaneous/info.m: New function. | |
2642 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2643 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2644 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
|
2645 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2646 * 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
|
2647 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2648 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2649 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
|
2650 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2651 * 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
|
2652 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
|
2653 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2654 * 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
|
2655 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
|
2656 |
7655 | 2657 2008-03-27 Bill Denney <bill@denney.ws> |
2658 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2659 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2660 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2661 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2662 * 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
|
2663 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2664 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2665 * 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
|
2666 |
7657 | 2667 * general/genvarname.m: New function. |
2668 * general/Makefile.in (SOURCES): Add it to the list. | |
2669 | |
7656 | 2670 * time/addtodate.m: New function. |
7657 | 2671 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2672 |
7655 | 2673 * geometry/rectint.m: Vectorize and add more tests. |
2674 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2675 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
|
2676 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2677 * 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
|
2678 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2679 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2680 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2681 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2682 |
7650 | 2683 2008-03-26 John W. Eaton <jwe@octave.org> |
2684 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2685 * 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
|
2686 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2687 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2688 * 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
|
2689 |
7650 | 2690 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2691 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2692 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2693 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2694 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2695 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2696 Texinfo fixes. | |
2697 | |
8040 | 2698 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
|
2699 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2700 * 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
|
2701 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2702 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
|
2703 |
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
|
2704 * 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
|
2705 |
8182 | 2706 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
|
2707 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2708 * 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
|
2709 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
|
2710 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2711 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2712 * 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
|
2713 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2714 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2715 |
2716 * polynomial/convn.m: New function. | |
2717 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2718 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2719 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2720 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2721 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2722 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2723 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2724 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
|
2725 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2726 * 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
|
2727 |
7627 | 2728 2008-03-24 David Bateman <dbateman@free.fr> |
2729 | |
2730 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2731 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2732 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2733 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2734 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2735 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2736 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2737 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2738 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2739 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
|
2740 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2741 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2742 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2743 * 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
|
2744 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2745 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
|
2746 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2747 * 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
|
2748 |
7617 | 2749 * miscellaneous/cast.m: Also allow cast to "char". |
2750 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2751 * 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
|
2752 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2753 * 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
|
2754 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2755 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2756 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2757 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2758 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2759 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2760 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2761 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2762 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2763 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2764 |
7610 | 2765 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2766 | |
2767 * signal/sinetone.m: Ensure integral number of samples. | |
2768 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2769 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
|
2770 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2771 * 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
|
2772 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2773 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
|
2774 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2775 * 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
|
2776 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2777 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
|
2778 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2779 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2780 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2781 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2782 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2783 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2784 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2785 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2786 * 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
|
2787 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2788 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2789 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2790 * 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
|
2791 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2792 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2793 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2794 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
|
2795 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2796 * 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
|
2797 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2798 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
|
2799 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2800 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2801 |
7592 | 2802 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2803 | |
2804 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2805 style to default to avoid wrong mesh color in some cases. | |
2806 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2807 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2808 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2809 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2810 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
|
2811 |
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
|
2812 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
|
2813 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2814 * 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
|
2815 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
|
2816 |
7592 | 2817 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2818 | |
7582 | 2819 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2820 | |
2821 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2822 Allow plotting of uniform colored mesh plots with and | |
2823 w/o hidden line removal. | |
2824 | |
2825 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
|
2826 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2827 * 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
|
2828 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2829 * 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
|
2830 |
7569 | 2831 2008-03-07 John W. Eaton <jwe@octave.org> |
2832 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2833 * 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
|
2834 |
7569 | 2835 * plot/__go_draw_axes__.m: Handle tickdir property. |
2836 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2837 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2838 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2839 * 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
|
2840 Allow matrix arguments when number of bins > 30. |
7568 | 2841 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
|
2842 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2843 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2844 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2845 * 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
|
2846 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2847 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2848 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2849 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
|
2850 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2851 * 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
|
2852 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2853 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
|
2854 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2855 * 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
|
2856 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2857 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2858 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
|
2859 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2860 * 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
|
2861 |
7551 | 2862 2008-03-04 Bill Denney <bill@denney.ws> |
2863 | |
7557 | 2864 * plot/allchild.m, plot/findall.m: New functions. |
2865 * plot/Makefile.in (SOURCES): Add them to the list. | |
2866 | |
7551 | 2867 * geometry/rectint.m: New function. |
7557 | 2868 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2869 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2870 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
|
2871 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2872 * 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
|
2873 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
|
2874 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2875 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2876 |
2877 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2878 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2879 * 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
|
2880 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2881 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
|
2882 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2883 * 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
|
2884 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2885 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
|
2886 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2887 * 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
|
2888 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
|
2889 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2890 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
|
2891 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2892 * 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
|
2893 "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
|
2894 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2895 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
|
2896 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2897 * 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
|
2898 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
|
2899 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
|
2900 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
|
2901 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
|
2902 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
|
2903 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
|
2904 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
|
2905 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
|
2906 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
|
2907 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
|
2908 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
|
2909 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
|
2910 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2911 * 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
|
2912 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2913 * 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
|
2914 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2915 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
|
2916 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2917 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2918 |
7525 | 2919 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2920 | |
2921 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2922 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2923 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
|
2924 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2925 * 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
|
2926 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2927 |
7518 | 2928 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2929 | |
2930 * specfun/legendre.m: Doc fix. | |
2931 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2932 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
|
2933 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2934 * 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
|
2935 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2936 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2937 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
|
2938 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2939 * 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
|
2940 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2941 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2942 * 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
|
2943 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2944 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
|
2945 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2946 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2947 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2948 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2949 * 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
|
2950 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2951 * 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
|
2952 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2953 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2954 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
|
2955 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2956 * 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
|
2957 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2958 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2959 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
|
2960 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2961 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2962 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2963 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
|
2964 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2965 * 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
|
2966 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
|
2967 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
|
2968 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
|
2969 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2970 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
|
2971 |
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
|
2972 * 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
|
2973 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
|
2974 |
7501 | 2975 * polynomial/polyfit.m: Use QR decomposition. Handle |
2976 normalization option. | |
2977 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2978 generate 50% prediction intervals. | |
2979 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2980 * 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
|
2981 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2982 |
7498 | 2983 2008-02-19 John W. Eaton <jwe@octave.org> |
2984 | |
2985 * pkg/pkg.m: Style fixes. | |
2986 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2987 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2988 |
2989 * pkg/pkg.m: Handle 'describe' command. | |
2990 (parse_pkg_idx, print_package_description): New subfunctions. | |
2991 | |
7493 | 2992 2008-02-19 Bill Denney <bill@denney.ws> |
2993 | |
2994 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2995 elements wide. | |
2996 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2997 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
|
2998 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2999 * 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
|
3000 |
7485 | 3001 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3002 | |
3003 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3004 * general/runlength.m: New function from Paul Kienzle. | |
3005 | |
7484 | 3006 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3007 | |
3008 * linear-algebra/cond.m: New optional second argument to | |
3009 specify 1-norm, inf-norm, or frobenius-norm. | |
3010 | |
7475 | 3011 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3012 | |
3013 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3014 body. Allow the linespec to specify the arrow color. | |
3015 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3016 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
|
3017 |
7474 | 3018 * miscellaneous/cast.m: Also treat the logical type. |
3019 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3020 * 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
|
3021 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3022 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3023 * 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
|
3024 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3025 * 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
|
3026 * 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
|
3027 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3028 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
|
3029 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3030 * 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
|
3031 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3032 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3033 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3034 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3035 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3036 * 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
|
3037 |
7436 | 3038 2008-02-01 Dave Goel <deego3@gmail.com> |
3039 | |
3040 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3041 | |
7434 | 3042 2008-02-01 Bill Denney <bill@denney.ws> |
3043 | |
3044 * time/weekday.m: Allow vector inputs and speed up. | |
3045 * time/eomday.m: Return column vector for column vector inputs. | |
3046 | |
7429 | 3047 2008-01-30 John W. Eaton <jwe@octave.org> |
3048 | |
7434 | 3049 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3050 revision". | |
3051 | |
7431 | 3052 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3053 __plt2vs__.m in the list. | |
3054 | |
7430 | 3055 * miscellaneous/tempdir.m: Append filesep to name for |
3056 compatibility. Warn if not a directory or directory does not | |
3057 exist. | |
3058 | |
7429 | 3059 * strings/deblank.m: Improve compatibility. |
3060 | |
7428 | 3061 2008-01-29 John W. Eaton <jwe@octave.org> |
3062 | |
3063 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3064 | |
3065 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3066 |
3067 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3068 Return the label handle, not the current axis handle. | |
3069 | |
7421 | 3070 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3071 | |
3072 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3073 abscissa. | |
3074 | |
3075 2008-01-25 David Bateman <dbateman@free.fr> | |
3076 | |
7423 | 3077 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3078 * plot/__scatter__.m: Remove NaN values from data. |
3079 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3080 | |
7418 | 3081 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3082 | |
3083 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3084 | |
3085 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3086 | |
3087 * geometry/griddata3.m: Call griddata, not gridata. | |
3088 | |
7415 | 3089 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3090 | |
3091 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3092 | |
7411 | 3093 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3094 | |
3095 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3096 Move tests here from test/test_linalg.m. | |
3097 | |
3098 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3099 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3100 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3101 special-matrix/hankel.m, special-matrix/hilb.m, | |
3102 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3103 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3104 Move tests here from test/test_matrix.m. | |
3105 | |
3106 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3107 Move tests here from test/test_number.m. | |
3108 | |
3109 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3110 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3111 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3112 polynomial/polyvalm.m, polynomial/roots.m: | |
3113 Move tests here from test/test_poly.m. | |
3114 | |
3115 * signal/unwrap.m: | |
3116 Move tests here from test/test_signal.m. | |
3117 | |
3118 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3119 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3120 statistics/base/mean.m, statistics/base/median.m, | |
3121 statistics/base/skewness.m, statistics/base/std.m: | |
3122 Move tests here from test/test_stats.m. | |
3123 | |
3124 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3125 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3126 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3127 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3128 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3129 strings/substr.m: | |
3130 Move tests here from test/test_string.m. | |
3131 | |
3132 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3133 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3134 time/date.m, time/etime.m, time/is_leap_year.m: | |
3135 Move tests here from test/test_system.m. | |
3136 | |
7410 | 3137 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3138 | |
3139 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3140 Simplify initial checks on argument values. | |
3141 | |
7408 | 3142 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3143 | |
3144 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3145 implementation of the gnuplot-based graphics backend (derived from | |
3146 drawnow.m). | |
3147 * plot/drawnow.m: Deleted (converted to C++). | |
3148 | |
7401 | 3149 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3150 | |
3151 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3152 New tests. | |
3153 | |
7399 | 3154 2008-01-18 John W. Eaton <jwe@octave.org> |
3155 | |
3156 * optimization/sqp.m: End each function with endfunction. | |
3157 | |
7398 | 3158 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3159 | |
3160 * polynomial/residue.m: For each group of pole multiplicity, set | |
3161 the poles of the group to the value of the group's average. | |
3162 | |
7396 | 3163 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3164 | |
3165 * plot/print.m: Handle PDF output. | |
3166 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3167 | |
7392 | 3168 2008-01-17 John W. Eaton <jwe@octave.org> |
3169 | |
7393 | 3170 * path/savepath.m: Print newline before initial comment line. |
3171 Double up single quote characters. | |
3172 * path/__extractpath__.m: Return just the path as a string. | |
3173 Undo single quote character doubling. | |
3174 | |
3175 * path/pathdef.m: Avoid eval. Simplify. | |
3176 | |
7392 | 3177 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3178 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3179 avoid possible file descriptor leak. | |
3180 | |
3181 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3182 | |
3183 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3184 * startup/main-rcfile: Call atexit ("__finish__"). | |
3185 | |
7388 | 3186 2008-01-16 John W. Eaton <jwe@octave.org> |
3187 | |
7390 | 3188 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3189 Use it to disable enhanced mode for individual labels and titles. | |
3190 | |
7392 | 3191 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3192 (install install-strip, uninstall): Handle function files. |
3193 | |
3194 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3195 | |
7392 | 3196 * startup/__finish__.m: New file. |
3197 * path/__extractpath__.m, path/matlabroot.m, | |
3198 path/pathdef.m: New files. | |
7388 | 3199 * path/Makefile.in (SOURCES): Add them to the list. |
3200 | |
7385 | 3201 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3202 | |
7387 | 3203 * special-matrix/vander.m: Vectorize. New test. |
3204 | |
7385 | 3205 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3206 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3207 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3208 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3209 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3210 Move tests here from test/test_arith.m. | |
3211 | |
7382 | 3212 2008-01-15 John W. Eaton <jwe@octave.org> |
3213 | |
3214 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3215 | |
7379 | 3216 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3217 | |
3218 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3219 Call __get__ instead of get. | |
3220 | |
3221 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3222 | |
3223 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3224 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3225 hermitian operator. | |
3226 | |
7376 | 3227 2008-01-14 Bill Denney <bill@denney.ws> |
3228 | |
3229 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3230 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3231 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3232 |
3233 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3234 image/rgb2ntsc.m: Also accept images as input. | |
3235 | |
3236 * image/gray2ind.m: Handle image type other than double. | |
3237 Improve error checking and documentation. | |
3238 | |
7371 | 3239 2008-01-14 John W. Eaton <jwe@octave.org> |
3240 | |
7372 | 3241 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3242 instead of calling tolower on first arg. Default font name is | |
3243 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3244 (__maybe_munge_text__): Fix typo. | |
3245 | |
7371 | 3246 * optimization/sqp.m: Fix function definitions in test code. |
3247 | |
7361 | 3248 2008-01-12 John W. Eaton <jwe@octave.org> |
3249 | |
3250 * plot/gnuplot_binary.in: New file. | |
3251 * plot/gnuplot_binary.m: Delete. | |
3252 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3253 (SOURCES_IN, GEN_M): New macros. | |
3254 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3255 (FCN_FILES): Include $(GEN_M) in the list. | |
3256 (all): Depend on $(GEN_M). | |
3257 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3258 (distclean): Also remove $(GEN_M). |
7361 | 3259 |
3260 2008-01-11 John W. Eaton <jwe@octave.org> | |
3261 | |
3262 * optimization/sqp.m: New test from example in doc string. | |
3263 | |
7360 | 3264 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3265 | |
3266 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3267 to more than one multiplicity group. | |
3268 | |
7358 | 3269 2008-01-10 John W. Eaton <jwe@octave.org> |
3270 | |
3271 * plot/gnuplot_binary.m: New file. | |
3272 * plot/Makefile.in (SOURCES): Add it to the list. | |
3273 | |
7355 | 3274 2008-01-09 John W. Eaton <jwe@octave.org> |
3275 | |
3276 * plot/drawnow.m: Fail if filename includes a directory part that | |
3277 does not exist. | |
3278 | |
7352 | 3279 2008-01-07 John W. Eaton <jwe@octave.org> |
3280 | |
3281 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3282 Error if glob call fails to match any files. | |
3283 | |
7346 | 3284 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3285 | |
3286 * strings/strtrim.m: Doc fix. | |
3287 | |
7345 | 3288 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3289 | |
3290 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3291 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3292 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3293 |
3294 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3295 | |
7341 | 3296 2008-01-02 John W. Eaton <jwe@octave.org> |
3297 | |
3298 * plot/print.m: Correctly handle pbm terminal. | |
3299 | |
7340 | 3300 2007-12-28 John W. Eaton <jwe@octave.org> |
3301 | |
3302 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3303 extensions. | |
3304 | |
7337 | 3305 2007-12-28 David Bateman <dbateman@free.fr> |
3306 | |
3307 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3308 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3309 * Makefile.in (SOURCES): Add to the sources. | |
3310 | |
3311 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3312 | |
3313 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3314 Remove unnecessary call of size function. | |
3315 | |
7334 | 3316 2007-12-21 John W. Eaton <jwe@octave.org> |
3317 | |
3318 Version 3.0.0 released. | |
3319 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3320 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3321 |
3322 * image/imshow.m: Accept empty value for display_range. | |
3323 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3324 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3325 |
3326 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3327 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3328 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3329 |
3330 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3331 display ranges correctly. | |
3332 | |
7327 | 3333 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3334 Peter A. Gustafson <petegus@umich.edu> | |
3335 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3336 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3337 |
7325 | 3338 2007-12-19 John W. Eaton <jwe@octave.org> |
3339 | |
3340 * miscellaneous/edit.m: New function. | |
3341 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3342 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3343 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3344 |
3345 * plot/__bar__.m: Handle "basevalue" option. | |
3346 * plot/__bars__.m: New arg, base_value. | |
3347 | |
7321 | 3348 2007-12-17 David Bateman <dbateman@free.fr> |
3349 | |
3350 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3351 * plot/Makefiles (SOURCES): Add them to the sources | |
3352 * plot/polar.m: Set the x and y limits to the maximum polar | |
3353 radius. Set the axes to be square. | |
3354 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3355 and print axis at zero if this is used. | |
3356 | |
3357 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3358 contours can overlay pcolor plots. Priveldge no hidden line | |
3359 removal when there are multiple objects in the plot. | |
3360 | |
7320 | 3361 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3362 | |
3363 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3364 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3365 | |
7319 | 3366 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3367 | |
3368 * miscellaneous/run.m: Replace script with f when looking for | |
3369 file to run. | |
3370 | |
7316 | 3371 2007-12-14 David Bateman <dbateman@free.fr> |
3372 | |
7317 | 3373 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3374 * plot/contour.m: Doc fix. | |
3375 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3376 Include linetype in withclause. | |
3377 | |
7316 | 3378 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3379 Use it to determine dimensions. Consolidate all 3-d settings. | |
3380 | |
7315 | 3381 2007-12-13 John W. Eaton <jwe@octave.org> |
3382 | |
3383 * image/imshow.m: Turn axis visibility off. | |
3384 Don't scale true color images. | |
3385 * image/image.m: Set axis layer property to "top". | |
3386 | |
7307 | 3387 2007-12-12 John W. Eaton <jwe@octave.org> |
3388 | |
7313 | 3389 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3390 | |
3391 * plot/pie.m: Avoid calling "exist". | |
3392 | |
7309 | 3393 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3394 Condense argument processing logic. Allow 6 arguments. |
3395 Use issquare. Avoid calling "exist". | |
7309 | 3396 |
7307 | 3397 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3398 | |
7305 | 3399 2007-12-12 David Bateman <dbateman@free.fr> |
3400 | |
3401 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3402 * plot/Makefile.in (SOURCES): Add to the sources. | |
3403 | |
7290 | 3404 2007-12-11 John W. Eaton <jwe@octave.org> |
3405 | |
7298 | 3406 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3407 * plot/surface.m: Not here. | |
3408 | |
7297 | 3409 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3410 subsequent "unset grid" if there is no grid. | |
3411 | |
7296 | 3412 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3413 | |
7293 | 3414 * plot/surface.m: Don't set facecolor property in call to |
3415 __go_surface__. | |
3416 | |
7290 | 3417 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3418 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3419 | |
7292 | 3420 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3421 | |
7295 | 3422 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3423 color string is not taken as z value. | |
3424 | |
7292 | 3425 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3426 zgrid to "on" and box to "off" for used axes. | |
3427 | |
3428 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3429 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3430 | |
7286 | 3431 2007-12-11 David Bateman <dbateman@free.fr> |
3432 | |
7288 | 3433 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3434 | |
7287 | 3435 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3436 * statistics/base/mode.m: Ditto. | |
3437 | |
7286 | 3438 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3439 object handles are all now non integer. | |
3440 | |
7278 | 3441 2007-12-10 John W. Eaton <jwe@octave.org> |
3442 | |
7282 | 3443 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3444 | |
7281 | 3445 * general/issymmetric.m: Use ' instead of .' for compatibility |
3446 with previous versions of Octave. | |
3447 * general/ishermitian.m: Delete. | |
7285 | 3448 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3449 |
7280 | 3450 * plot/fplot.m: In N is not specified, increase initial number of |
3451 points from 3 and 5 to 5 and 8. | |
3452 | |
7279 | 3453 * signal/detrend.m: Move tests here from test/test_signal.m. |
3454 Loosen tolerance on first test from 10*eps to 20*eps. | |
3455 | |
7278 | 3456 * finance/rate.m: Don't request info from fsolve. |
3457 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3458 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3459 |
3460 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3461 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3462 | |
7276 | 3463 2007-12-10 David Bateman <dbateman@free.fr> |
3464 | |
3465 * image/image.m: Rewritten to allow trailing properties to be | |
3466 passed to underlying image object. | |
3467 * image/__img__.m: Pass additional arguments to __go_image__. | |
3468 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3469 | |
7274 | 3470 2007-12-10 John W. Eaton <jwe@octave.org> |
3471 | |
3472 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3473 front" to gnuplot. | |
3474 | |
7271 | 3475 2007-12-10 David Bateman <dbateman@free.fr> |
3476 | |
7274 | 3477 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3478 border front" from images. |
7274 | 3479 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3480 * plot/pcolor.m: Set axis "box" property. | |
3481 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3482 Mark as commands. | |
7271 | 3483 |
7269 | 3484 2007-12-07 David Bateman <dbateman@free.fr> |
3485 | |
3486 * plot/surf.m: Don't set facecolor property. | |
3487 | |
7265 | 3488 2007-12-06 John W. Eaton <jwe@octave.org> |
3489 | |
7269 | 3490 * plot/print.m: Pass mono to drawnow. |
3491 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3492 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3493 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3494 disable color specifications. | |
3495 | |
7265 | 3496 * general/issymmetric.m: Move tests here from test/test_number.m |
3497 | |
3498 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3499 | |
3500 * general/issymmetric.m: To keep its argument sparse and the | |
3501 function quick, use the infinity norm rather than the 2-norm. | |
3502 Also measure the symmetric part rather than the Hermitian part. | |
3503 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3504 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3505 | |
7248 | 3506 2007-12-04 John W. Eaton <jwe@octave.org> |
3507 | |
7257 | 3508 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3509 text and label commands if font is "*". | |
3510 | |
7248 | 3511 * linear-algebra/krylov.m: Doc fixes. |
3512 From Marco Caliari <caliari@sci.univr.it>. | |
3513 | |
7250 | 3514 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3515 | |
3516 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3517 Add "## PKG_ADD: mark_as_command axis" line. | |
3518 | |
7245 | 3519 2007-12-03 John W. Eaton <jwe@octave.org> |
3520 | |
3521 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3522 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3523 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3524 Generate demos from examples. | |
3525 | |
7240 | 3526 2007-12-03 David Bateman <dbateman@free.fr> |
3527 | |
7243 | 3528 * testfun/test.m: Disable "testif" test block to avoid spurious |
3529 skipped test for "make check". Avoid printing variables for | |
3530 skipped tests. | |
3531 | |
7242 | 3532 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3533 | |
7240 | 3534 * plot/plotyy.m: Use activepositionproperty property of axes |
3535 object. Set second axis color to "none". | |
3536 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3537 property of the axis objects. | |
3538 | |
7239 | 3539 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3540 | |
3541 * linear-algebra/condest.m: Loosen tolerance in test. | |
3542 | |
7236 | 3543 2007-12-02 John W. Eaton <jwe@octave.org> |
3544 | |
3545 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3546 get_data_limits. | |
3547 | |
7222 | 3548 2007-11-30 John W. Eaton <jwe@octave.org> |
3549 | |
3550 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3551 (get_data_limits, get_axis_limits): Delete. | |
3552 | |
7228 | 3553 2007-11-30 David Bateman <dbateman@free.fr> |
3554 | |
7235 | 3555 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3556 | |
7228 | 3557 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3558 tick labels rather than one by one on the labels themselves. | |
3559 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3560 95% crossing fixed. | |
3561 | |
7217 | 3562 2007-11-29 David Bateman <dbateman@free.fr> |
3563 | |
7220 | 3564 * plot/pareto.m: New file. |
3565 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3566 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3567 marks to avoid gnuplot error about formating. More colorspec to | |
3568 after the tics. | |
3569 * plot/plotyy.m: More generic check for appropriate axis color. | |
3570 | |
7217 | 3571 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3572 2- and 3-D. | |
3573 * plot/stem3.m: New function. | |
3574 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3575 * plot/stem.m: Adapt to use __stem__. | |
3576 | |
7216 | 3577 2007-11-29 John W. Eaton <jwe@octave.org> |
3578 | |
3579 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3580 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3581 requested. | |
3582 | |
3583 * plot/patch.m: Omit isnan check on handle returned from | |
3584 __plt_get_axis_arg__. | |
3585 | |
3586 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3587 but has no axes. | |
3588 | |
7215 | 3589 2007-11-28 David Bateman <dbateman@free.fr> |
3590 | |
3591 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3592 ancestor. If leading argument is logical set variable nogca to see | |
3593 if gca() should be called if there is no active handle found. | |
3594 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3595 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3596 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3597 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3598 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3599 __plt__get_axis_arg__ to find axis handle. | |
3600 * polar.m: Typo. | |
3601 | |
7213 | 3602 2007-11-28 John W. Eaton <jwe@octave.org> |
3603 | |
3604 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3605 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3606 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3607 |
3608 * plot/drawnow.m: Fix typo. | |
3609 | |
7206 | 3610 2007-11-27 David Bateman <dbateman@free.fr> |
3611 | |
7207 | 3612 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3613 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3614 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3615 | |
3616 * plot/meshz.m: New function. | |
3617 * plot/Makefile.in (SOURCES): Add it to the list. | |
3618 * plot/surface.m: Allow surface to accept an axis handle as the | |
3619 first argument. | |
3620 * plot/meshc.m: Extract z from the the surface object rather than | |
3621 varargin so that we can rely on code in surface to treat leading | |
3622 axis handles. | |
3623 | |
7206 | 3624 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3625 y2tics" in the case of a plotyy plot. | |
3626 * plot/plotyy.m: ensure the position property is set correct for | |
3627 the second axis, by setting it after the plot itself. In the case | |
3628 of a plot that returns multiple handles, base the color selection | |
3629 on the first. | |
3630 | |
7204 | 3631 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3632 | |
3633 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3634 z-value of vertex 'c3'. | |
3635 | |
7203 | 3636 2007-11-27 John W. Eaton <jwe@octave.org> |
3637 | |
3638 * image/image.m: Allow nargin == 0 case to work again. | |
3639 | |
7202 | 3640 2007-11-27 David Bateman <dbateman@free.fr> |
3641 | |
3642 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3643 colorbar, to ensure that the colorbar is on the canvas for png and | |
3644 postscipt outputs. | |
3645 | |
7189 | 3646 2007-11-26 David Bateman <dbateman@free.fr> |
3647 | |
7197 | 3648 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3649 return values. | |
3650 | |
7194 | 3651 * plot/plotyy.m: New function |
3652 * plot/Makefile.in (SOURCES): Add it here. | |
3653 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3654 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3655 {x|y}label to respect the axis position. | |
3656 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3657 handle as the first argument. | |
3658 | |
7192 | 3659 * pkg/pkg.m (pkg:install): When loading the installed packages |
3660 index into installed_pkgs_lst and not descriptions.. | |
3661 | |
7189 | 3662 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3663 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3664 * plot/quiver.m: Modify to use __quiver__.m. | |
3665 | |
3666 * plot/hist.m: Avoid saturation when the x values are in an | |
3667 inetger type. | |
3668 | |
3669 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3670 | |
3671 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3672 functions. | |
3673 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3674 | |
3675 2007-11-26 David Bateman <dbateman@free.fr> | |
3676 | |
3677 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3678 extent. | |
3679 | |
3680 * plot/colorbar.m: New function. | |
3681 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3682 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3683 precalculate the clim, set pm3d except for mesh. | |
3684 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3685 save the real values so that colorbar corresponds to the contour | |
3686 levels. | |
3687 | |
3688 * plot/stem.m: Set marker color the same as the line color. Draw | |
3689 a single discontinous line object for the stems. | |
3690 | |
3691 * plot/sphere.m: New function ported from JHandles. | |
3692 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3693 | |
3694 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3695 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3696 to get enhanced mode to work correctly for the X11 terminal. | |
3697 | |
3698 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3699 the reverse. Allow an axes handle to be passed and/or returned. | |
3700 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3701 | |
3702 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3703 sort surface patches by their depth and not the order they are | |
3704 rendered in. | |
3705 | |
3706 * plot/__patch__.m: Set clim correctly. | |
3707 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3708 the marker color is determined by the cmap. | |
3709 * plot/scatter.m: New function to 2D scatter plots. | |
3710 * plot/scatter3.m: New function to 3D scatter plots. | |
3711 * plot/__scatter__.m: Support function for scatter plots | |
3712 * Makefile.in (SOURCES): Ad dnew functions here. | |
3713 | |
3714 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3715 Return whether the terminal supports enhanced text or not. | |
3716 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3717 supports enhanced mode. | |
3718 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3719 __go_draw_axes__. | |
3720 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3721 needed to support the enhanced mode. | |
3722 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3723 drawnow.m. | |
3724 | |
3725 | |
3726 * plot/caxis.m: New function to control the color axis limits. | |
3727 * plot/Makefile.in (SOURCES): Include it. | |
3728 * plot/axis.m: Allow the first argument to be an axes handle. | |
3729 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3730 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3731 caxis limits. | |
3732 | |
3733 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3734 * image/Makefile.in (SOURCES): Include it. | |
3735 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3736 of the bars for the colormap. | |
3737 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3738 passed. | |
3739 * plot/__contour.m: Avoid possible divide by zero error. | |
3740 * plot/contour.m: Missing semicolon. | |
3741 * plot/surface.m: Don't attempt to set additional arguments if | |
3742 there are none. | |
3743 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3744 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3745 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3746 |
3747 * plot/__bar__.m: put bar creation code into separate function | |
3748 to allow easy hook up from other graphic backends | |
3749 | |
3750 * plot/__bars__.m: new function containing bar creation code | |
3751 | |
7186 | 3752 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3753 | |
3754 * general/accumarray.m: Correct dimension check. | |
3755 | |
7183 | 3756 2007-11-26 John W. Eaton <jwe@octave.org> |
3757 | |
3758 * polynomial/residue.m: Prepad along second dimension. | |
3759 From Doug Stewart <dastew@sympatico.ca>. | |
3760 | |
7181 | 3761 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3762 | |
7183 | 3763 * plot/cylinder.m, plot/slice.m: New functions. |
3764 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3765 |
7177 | 3766 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3767 | |
3768 * plot/patch.m: Handle arg may also be hggroup object. | |
3769 Use ancestor to find parent axes object. | |
3770 | |
7175 | 3771 2007-11-14 David Bateman <dbateman@free.fr> |
3772 | |
3773 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3774 flag to patch that it is not closed. Allow z to take string | |
3775 arguments and use it to flag that the contours are placed at the | |
3776 z level of the contour itself. | |
3777 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3778 objects as well. Let hidden removal take precedence in case of a | |
3779 conflict. | |
3780 * plot/surface.m: Allow surface to treat handles being passed or | |
3781 returned. Any additional arguments arr used to set the surface | |
3782 handle. | |
3783 * plot/contour3.m: New function | |
3784 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3785 | |
7173 | 3786 2007-11-14 John W. Eaton <jwe@octave.org> |
3787 | |
3788 * specfun/bessel.m: Update doc string from | |
3789 src/DLD-FUNCTIONS/besselj.cc. | |
3790 | |
7170 | 3791 2007-11-12 David Bateman <dbateman@free.fr> |
3792 | |
3793 * plot/contour.m: Allow handles to be passed and returned. Split | |
3794 the countour function itself into __contour__.m to be shared with | |
3795 surfc and meshc. | |
3796 * plot/__contour__.m: New file | |
3797 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3798 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3799 the face or edge if the facecolor or edge color are marked as | |
3800 "none". Allow the edgecolor to be determined by the cdata in the | |
3801 same manner as the facecolor. Fail if facecolor is not "none" and | |
3802 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3803 storage of 3D/4D data consistent between line, surface and patch | |
3804 objects. | |
3805 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3806 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3807 |
3808 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3809 Handle fontweight and fontangle properties. | |
3810 | |
7163 | 3811 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3812 | |
3813 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3814 * plot/Makefile.in (SOURCES): Add them to the list. | |
3815 | |
3816 2007-11-12 John W. Eaton <jwe@octave.org> | |
3817 | |
3818 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3819 Use it to avoid duplicated code. | |
3820 | |
7161 | 3821 2007-11-12 David Bateman <dbateman@free.fr> |
3822 | |
7162 | 3823 * plot/title.m: Fix return value for nargout > 0. |
3824 | |
3825 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3826 specified for the title, xlabel, ylabel and text objects. | |
3827 | |
7161 | 3828 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3829 4.0 and surface plots. | |
3830 | |
7160 | 3831 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3832 | |
3833 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3834 with X/Y/Z data. | |
3835 | |
7146 | 3836 2007-11-09 John W. Eaton <jwe@octave.org> |
3837 | |
7152 | 3838 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3839 Correct logic in setting palette data. |
7152 | 3840 |
7151 | 3841 * audio/wavread.m, control/base/__bodquist__.m, |
3842 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3843 control/system/c2d.m, control/system/is_detectable.m, | |
3844 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3845 control/system/tfout.m, general/isdefinite.m, | |
3846 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3847 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3848 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3849 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3850 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3851 testfun/test.m: Use specific end keywords. | |
3852 | |
7146 | 3853 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3854 | |
3855 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3856 | |
3857 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3858 Don't change view if hold is on. | |
3859 | |
7142 | 3860 2007-11-09 David Bateman <dbateman@free.fr> |
3861 | |
7149 | 3862 * plot/hidden.m: New function. |
3863 * plot/Makefile.in (SOURCES): Add it here. | |
3864 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3865 line removal. | |
3866 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3867 removal and if it is "none" don't do hidden line removal. | |
3868 | |
7148 | 3869 * plot/legend.m: Also allow labels for surface and patch types. |
3870 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3871 setting of the legend. | |
3872 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3873 objects as well. | |
3874 | |
7146 | 3875 * plot/area.m, plot/__area__.m: New functions |
3876 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3877 | |
7142 | 3878 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3879 | |
7144 | 3880 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3881 | |
3882 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3883 | |
7131 | 3884 2007-11-08 John W. Eaton <jwe@octave.org> |
3885 | |
7133 | 3886 * control/base/dcgain.m, control/base/dre.m, |
3887 control/base/impulse.m, control/base/step.m, | |
3888 control/system/dmr2d.m, control/system/ord2.m, | |
3889 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3890 control/system/sysgetsignals.m, control/system/sysout.m, | |
3891 control/system/tfout.m, control/system/ugain.m, | |
3892 control/system/zpout.m, control/util/strappend.m: | |
3893 Don't fail with usage message if nargout is too large. | |
3894 | |
7131 | 3895 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3896 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3897 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3898 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3899 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3900 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3901 control/obsolete/rotg.m, control/obsolete/series.m, | |
3902 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3903 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3904 control/system/__syschnamesl__.m, |
3905 control/system/__syscont_disc__.m, | |
3906 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3907 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3908 control/system/abcddim.m, control/system/buildssic.m, | |
3909 control/system/c2d.m, control/system/cellidx.m, | |
3910 control/system/d2c.m, control/system/dmr2d.m, | |
3911 control/system/fir2sys.m, control/system/is_abcd.m, | |
3912 control/system/is_controllable.m, control/system/is_detectable.m, | |
3913 control/system/is_digital.m, control/system/is_observable.m, | |
3914 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3915 control/system/jet707.m, control/system/listidx.m, | |
3916 control/system/parallel.m, control/system/ss.m, | |
3917 control/system/ss2sys.m, control/system/ss2zp.m, | |
3918 control/system/starp.m, control/system/sys2ss.m, | |
3919 control/system/sys2tf.m, control/system/sys2zp.m, | |
3920 control/system/sysadd.m, control/system/sysappend.m, | |
3921 control/system/sysconnect.m, control/system/syscont.m, | |
3922 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3923 control/system/sysdup.m, control/system/sysgetsignals.m, |
3924 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3925 control/system/sysmult.m, control/system/sysout.m, |
3926 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3927 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3928 control/system/syssub.m, control/system/sysupdate.m, |
3929 control/system/tf.m, control/system/tf2ss.m, | |
3930 control/system/tf2sys.m, control/system/tfout.m, | |
3931 control/system/zp.m, control/system/zp2ss.m, | |
3932 control/system/zp2sys.m, control/system/zp2tf.m, | |
3933 control/system/zpout.m, control/util/__outlist__.m, | |
3934 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3935 control/util/prompt.m, control/util/sortcom.m, | |
3936 control/util/zgfmul.m, control/util/zgfslv.m, | |
3937 control/util/zginit.m, control/util/zgreduce.m, | |
3938 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3939 |
7130 | 3940 2007-11-08 David Bateman <dbateman@free.fr> |
3941 | |
3942 * plot/quiver.m: Fix arrowheads. | |
3943 | |
7128 | 3944 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3945 | |
3946 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3947 Handle "rows" argument. New tests. |
7128 | 3948 (cell_ismember): New function. |
3949 | |
7127 | 3950 2007-11-07 John W. Eaton <jwe@octave.org> |
3951 | |
3952 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3953 control/base/__stepimp__.m, control/base/are.m, | |
3954 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3955 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3956 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3957 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3958 control/base/ltifr.m, control/base/nichols.m, | |
3959 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3960 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3961 Style fixes. | |
3962 | |
7125 | 3963 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3964 | |
3965 * control/base/bode_bounds.m, control/base/dgram.m, | |
3966 control/base/dlyap.m, control/base/freqchkw.m, | |
3967 control/base/gram.m, control/base/place.m, | |
3968 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3969 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3970 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3971 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3972 control/system/sysgettype.m, control/system/sysreorder.m, | |
3973 control/system/tf2sys.m, control/system/zp2tf.m, | |
3974 control/util/axis2dlim.m, control/util/swap.m, | |
3975 control/util/zgfmul.m, control/util/zgfslv.m, | |
3976 control/util/zginit.m, control/util/zgreduce.m, | |
3977 control/util/zgrownorm.m, control/util/zgscal.m, | |
3978 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3979 geometry/inpolygon.m, linear-algebra/housh.m, | |
3980 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3981 miscellaneous/run.m, quaternion/qconj.m, | |
3982 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3983 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3984 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3985 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3986 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3987 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3988 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3989 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3990 statistics/distributions/empirical_cdf.m, | |
3991 statistics/distributions/empirical_inv.m, | |
3992 statistics/distributions/empirical_pdf.m, | |
3993 statistics/models/logistic_regression_derivatives.m, | |
3994 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3995 | |
7118 | 3996 2007-11-07 David Bateman <dbateman@free.fr> |
3997 | |
7120 | 3998 * general/gradient.m: Correctly convert deltax and deltay scalar |
3999 values are scalars to vectors. | |
4000 | |
7119 | 4001 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4002 the meshc.m function. | |
4003 * plot/meshc.m: Also use the surface function. | |
4004 | |
7120 | 4005 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4006 * plot/Makefile.in (SOURCES): Add them to the list. |
4007 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4008 | |
7117 | 4009 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4010 | |
4011 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4012 | |
7115 | 4013 2007-11-07 John W. Eaton <jwe@octave.org> |
4014 | |
4015 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4016 the data limits are infinite. | |
4017 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4018 (get_axis_limits): Don't do anything if min_val or max_val are | |
4019 infinite. | |
4020 | |
7112 | 4021 2007-11-06 David Bateman <dbateman@free.fr> |
4022 | |
4023 * plot/hist.m: Pass any additional arguments to bar for | |
4024 treatment. Create a default x value that is always a vector. | |
4025 | |
7111 | 4026 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4027 | |
4028 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4029 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4030 |
4031 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4032 | |
4033 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4034 New files. | |
4035 * plot/mesh.m: Call surface to do the real work. | |
4036 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4037 properties. | |
4038 | |
4039 * image/colormap.m: Also return current colormap if nargout and | |
4040 nargin are both 0. | |
4041 | |
7106 | 4042 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4043 | |
4044 * startup/inputrc: Delete key bindings starting with \340 code. | |
4045 | |
7112 | 4046 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4047 |
4048 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4049 to avoid issues of over- and underflow. From Rolf Fabian | |
4050 <Rolf.Fabian@gmx.de>. | |
4051 | |
7097 | 4052 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4053 | |
4054 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4055 help texts. | |
4056 | |
7096 | 4057 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4058 | |
4059 * plot/bar.m, plot/barh.m: Doc fix. | |
4060 | |
7094 | 4061 2007-10-31 John W. Eaton <jwe@octave.org> |
4062 | |
4063 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4064 | |
7086 | 4065 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4066 | |
4067 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4068 objects and legend objects are implemented with a separate axes | |
4069 object. | |
4070 | |
7078 | 4071 2007-10-30 David Bateman <dbateman@free.fr> |
4072 | |
7081 | 4073 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4074 | |
7078 | 4075 * plot/__go_draw_axes__.m (do_linestyle_command): |
4076 Use point type 0 for ".". | |
4077 | |
7073 | 4078 2007-10-26 John W. Eaton <jwe@octave.org> |
4079 | |
7074 | 4080 * image/imshow.m: Improve compatibility. |
4081 * image/image.m: Return handle if nargou > 0. | |
4082 | |
7073 | 4083 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4084 | |
7069 | 4085 2007-10-25 John W. Eaton <jwe@octave.org> |
4086 | |
4087 * miscellaneous/compare_versions.m: Style fixes. | |
4088 | |
7060 | 4089 2007-10-24 John W. Eaton <jwe@octave.org> |
4090 | |
7061 | 4091 * image/saveimage.m: Use functional form of save instead of eval. |
4092 Use -text instead of -ascii. | |
4093 | |
7060 | 4094 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4095 | |
7054 | 4096 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4097 | |
4098 * plot/legend.m: Also extract location string from varargin (lost | |
4099 when 2007-10-08 patch was applied). | |
4100 | |
7049 | 4101 2007-10-23 David Bateman <dbateman@free.fr> |
4102 | |
4103 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4104 miscellaneous/what.m: New functions | |
4105 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4106 functions. | |
4107 | |
7045 | 4108 2007-10-22 David Bateman <dbateman@free.fr> |
4109 | |
4110 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4111 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4112 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4113 | |
7042 | 4114 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4115 | |
4116 * plot/contourf.m: New function. | |
4117 * plot/Makefile.in (SOURCES): Add it to the list. | |
4118 | |
7040 | 4119 2007-10-19 John W. Eaton <jwe@octave.org> |
4120 | |
4121 * plot/subplot.m: Doc fix. | |
4122 | |
7039 | 4123 2007-10-19 David Bateman <dbateman@free.fr> |
4124 | |
7041 | 4125 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4126 |
7037 | 4127 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4128 | |
4129 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4130 output. | |
4131 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4132 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4133 |
4134 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4135 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4136 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4137 control/system/syssetsignals.m, control/base/lqg.m, | |
4138 strings/str2double.m, control/system/sysscale.m, | |
4139 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4140 Make help text fit on pages when using smallbook. | |
4141 | |
7028 | 4142 2007-10-15 David Bateman <dbateman@free.fr> |
4143 | |
7032 | 4144 * plot/print.m: Call drawnow before printing to ensure the plot is |
4145 on the screen. | |
4146 | |
7028 | 4147 * testfun/test.m: In error/warning blocks test for an error before |
4148 a warning to avoid unexpected failures. | |
4149 | |
7027 | 4150 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4151 | |
4152 * testfun/assert.m: Correct documentation of absolution versus | |
4153 relative error tolerance and add tests. | |
4154 | |
7024 | 4155 2007-10-14 David Bateman <dbateman@free.fr> |
4156 | |
4157 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4158 src directory. | |
4159 * plot/Makefile.in (SOURCES): Add fill.m. | |
4160 | |
7020 | 4161 2007-10-13 David Bateman <dbateman@free.fr> |
4162 | |
4163 * plot/__patch__.m: Allow multiple patches to be defined and | |
4164 return a single patch object. Allow Faces/Vertices form of | |
4165 patch. Flag failure so the patch can call print_usage. | |
4166 * plot/patch.m: Update help string for Faces/Vertices | |
4167 call. Respect the fail flag returned by __patch__. Add demo code | |
4168 that tests the functionality of patch. | |
4169 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4170 patch object. | |
4171 * plot/fill.m: New function. | |
4172 | |
7016 | 4173 2007-10-12 John W. Eaton <jwe@octave.org> |
4174 | |
4175 * Change copyright notices in all files that are part of Octave to | |
4176 GPLv3 or any later version. | |
4177 | |
7012 | 4178 2007-10-11 John W. Eaton <jwe@octave.org> |
4179 | |
4180 * plot/__go_draw_axes__.m (get_axis_limits): | |
4181 Return lim = [] if logscale and no positive values. | |
4182 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4183 Set initial min and min positive values to Inf, max values to -Inf. | |
4184 (get_data_limits): Correctly handle xminp when no positive values | |
4185 are found. | |
4186 | |
7011 | 4187 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4188 | |
4189 * polynomial/residue.m: New optional input for pole multiplicity. | |
4190 Doc fix. Fix tests. | |
4191 | |
7010 | 4192 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4193 | |
4194 * toplev.cc (Foctave_config_info): Add field "mac". | |
4195 | |
4196 * miscellaneous/ismac.m: New function. | |
4197 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4198 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4199 | |
7009 | 4200 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4201 | |
4202 * statistics/distributions/hygernd.m: Allow size to be specified | |
4203 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4204 scalars or matrices of a common size. | |
4205 | |
7007 | 4206 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4207 | |
4208 * control/csrefcard.lt, control/system/is_detectable.m, | |
4209 control/system/sysgroup.m, geometry/voronoin.m, | |
4210 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4211 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4212 statistics/distributions/binornd.m, | |
4213 statistics/distributions/cauchy_rnd.m, | |
4214 statistics/distributions/chi2rnd.m, | |
4215 statistics/distributions/discrete_rnd.m, | |
4216 statistics/distributions/exprnd.m, | |
4217 statistics/distributions/frnd.m, | |
4218 statistics/distributions/gamrnd.m, | |
4219 statistics/distributions/geornd.m, | |
4220 statistics/distributions/laplace_rnd.m, | |
4221 statistics/distributions/logistic_rnd.m, | |
4222 statistics/distributions/lognrnd.m, | |
4223 statistics/distributions/nbinrnd.m, | |
4224 statistics/distributions/normrnd.m, | |
4225 statistics/distributions/poissrnd.m, | |
4226 statistics/distributions/stdnormal_rnd.m, | |
4227 statistics/distributions/trnd.m, | |
4228 statistics/distributions/unifrnd.m, | |
4229 statistics/distributions/wblrnd.m: Spelling fixes. | |
4230 | |
7005 | 4231 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4232 | |
4233 * time/tic.m: New optional output value. | |
4234 | |
4235 * general/int2str.m: Doc fix. | |
4236 | |
7002 | 4237 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4238 | |
4239 * statistics/distributions/hygecdf.m, | |
4240 statistics/distributions/hygeinv.m, | |
4241 statistics/distributions/hygepdf.m, | |
4242 statistics/distributions/hygernd.m: | |
4243 Swap order of T and M args for compatibility. | |
4244 | |
7001 | 4245 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4246 | |
4247 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4248 control/system/buildssic.m, control/system/c2d.m, | |
4249 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4250 control/system/ss2sys.m, control/system/ss2tf.m, | |
4251 control/system/syscont.m, control/system/sysdimensions.m, | |
4252 control/system/sysdisc.m, control/system/sysmult.m, | |
4253 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4254 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4255 general/interp1.m, general/interp2.m, general/interp3.m, | |
4256 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4257 general/rat.m, general/structfun.m, general/trapz.m, | |
4258 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4259 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4260 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4261 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4262 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4263 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4264 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4265 statistics/base/meansq.m, statistics/base/var.m, | |
4266 statistics/tests/chisquare_test_independence.m, | |
4267 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4268 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4269 testfun/test.m: Spelling fixes. | |
4270 | |
6998 | 4271 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4272 | |
4273 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4274 | |
6997 | 4275 2007-10-10 John W. Eaton <jwe@octave.org> |
4276 | |
4277 * general/num2str.m: Always allow for sign for automatically | |
4278 computed format widths. | |
4279 | |
6988 | 4280 2007-10-09 David Bateman <dbateman@free.fr> |
4281 | |
4282 * plot/patch.m: Accept a handle as the first argument. | |
4283 | |
6987 | 4284 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4285 | |
7010 | 4286 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4287 |
6985 | 4288 2007-10-09 John W. Eaton <jwe@octave.org> |
4289 | |
4290 * audio/wavwrite.m: Accept arguments in compatible order. | |
4291 | |
6979 | 4292 2007-10-08 David Bateman <dbateman@free.fr> |
4293 | |
4294 * general/interp2.m: Relax test for values outside the grid to | |
4295 allow monotonically decreasing abscissa as well. | |
4296 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4297 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4298 |
4299 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4300 as output parameter. | |
4301 | |
6977 | 4302 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4303 | |
4304 * plot/__go_draw_axes__.m, plot/legend.m: | |
4305 Handle compatible position specifiers as strings. | |
4306 | |
6975 | 4307 2007-10-08 John Swensen <jpswensen@comcast.net> |
4308 | |
4309 * general/num2str.m: Eliminate extra whitespace in output. | |
4310 * strings/strtrim.m: New function. | |
4311 * strings/Makefile.in (SOURCES): Add it to the list. | |
4312 | |
6968 | 4313 2007-10-06 John W. Eaton <jwe@octave.org> |
4314 | |
4315 * polynomial/residue.m: New test from test/test_poly.m. | |
4316 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4317 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4318 |
4319 * image/saveimage.m: Handle saving color images without a colormap. | |
4320 * image/__img_via_file__.m: Add missing semicolon. | |
4321 | |
4322 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4323 | |
7010 | 4324 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4325 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4326 | |
6965 | 4327 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4328 | |
4329 * plot/print.m: Handle svg output type. Accept new -S option to | |
4330 specify size for PNG and SVG output types. | |
4331 | |
4332 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4333 |
4334 * polynomial/mpoles.m: New function. | |
4335 * polynomial/residue.m: Modified to behave in reciprocal | |
4336 manner. No longer compute 4th output, "e". No longer accept | |
4337 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4338 Respect maximum relative difference in poles when determining | |
4339 their multiplicity. Use mpoles to determine the multiplicity of | |
4340 poles. | |
4341 | |
6963 | 4342 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4343 | |
4344 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4345 for surface plots. | |
4346 | |
6962 | 4347 2007-10-05 John W. Eaton <jwe@octave.org> |
4348 | |
4349 * plot/__next_line_color__.m: Get color_rotation from axes | |
4350 colororder property. | |
4351 | |
6953 | 4352 2007-10-03 John W. Eaton <jwe@octave.org> |
4353 | |
6955 | 4354 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4355 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4356 | |
6953 | 4357 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4358 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4359 special for __vnorm__. | |
4360 | |
6951 | 4361 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4362 | |
6952 | 4363 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4364 |
6950 | 4365 2007-10-03 David Bateman <dbateman@free.fr> |
4366 | |
4367 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4368 if a file is architecture dependent based on a list of file | |
4369 extensions. | |
4370 (configure_make): Simplify the search for architecture dependent | |
4371 files based on this function. | |
4372 (load_pakages_and_dependencies): Also look for bin directory in | |
4373 the architecture dependent directory. | |
4374 | |
6947 | 4375 2007-10-03 John W. Eaton <jwe@octave.org> |
4376 | |
4377 * miscellaneous/dir.m: Create empty struct with field names. | |
4378 Include datenum in struct. | |
4379 | |
6943 | 4380 2007-10-02 David Bateman <dbateman@free.fr> |
4381 | |
4382 * miscellaneous/ls.m: If nargout return string array of files | |
4383 returned by ls. | |
4384 | |
6942 | 4385 2007-10-01 John W. Eaton <jwe@octave.org> |
4386 | |
4387 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4388 range values. | |
4389 | |
6937 | 4390 2007-10-01 David Bateman <dbateman@free.fr> |
4391 | |
7010 | 4392 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4393 speed with small vectors. |
6937 | 4394 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4395 rather than OCTAVE_HOME(). | |
4396 | |
6935 | 4397 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4398 | |
4399 * plot/findobj.m: New function. | |
4400 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4401 | |
6925 | 4402 2007-09-26 David Bateman <dbateman@free.fr> |
4403 | |
4404 * pkg/pkg.m: Add second argument to setting for prefix for | |
4405 architecture dependent files. Use throughout. | |
4406 (pkg:issuperuser): New function, use through to check for | |
4407 root user. | |
4408 (pkg:getarchprefix): function to give the archiecture dependent | |
4409 prefix for a package. | |
4410 (pkg:getarchdir): New function giving location of architetcure | |
4411 dependent directory. Use through out. | |
4412 (pkg:install): Treat architecture dependent directory separately | |
4413 as in might not be a sub-directory of the package directory. | |
4414 (pkg:uninstall): ditto. | |
4415 (pkg:create_pkgadddel): Check for global or local install for | |
4416 architecture dependent directory. | |
4417 (pkg:finish_installation): ditto. | |
4418 (pkg:write_INDEX): ditto. | |
4419 (pkg:load_packages_and_dependencies): ditto. | |
4420 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4421 files to a new location if user is root. | |
4422 (pkg:rm_rf): Check if file or directory exists before removing. | |
4423 (pkg:dirempty): Check if directory exists before checking. | |
4424 | |
4425 * plot/___patch__.m: Allow face colors to be passed as strings | |
4426 | |
4427 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4428 needed for calls to "hold" without an argument. | |
4429 | |
6920 | 4430 2007-09-21 John W. Eaton <jwe@octave.org> |
4431 | |
6921 | 4432 * optimization/sqp.m: Fix typo. |
4433 | |
6920 | 4434 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4435 | |
6919 | 4436 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4437 | |
4438 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4439 | |
6918 | 4440 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4441 | |
4442 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4443 unidpdf.m and unidinv.m | |
4444 | |
6914 | 4445 2007-09-18 John W. Eaton <jwe@octave.org> |
4446 | |
4447 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4448 (do_tics_1): Set numeric axes formats to "%.15g". | |
4449 | |
6912 | 4450 2007-09-18 David Bateman <dbateman@free.fr> |
4451 | |
4452 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4453 of %g when writing data. | |
4454 | |
6908 | 4455 2007-09-17 John W. Eaton <jwe@octave.org> |
4456 | |
4457 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4458 | |
6903 | 4459 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4460 | |
4461 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4462 noninteger N with N-K < 1. | |
4463 | |
6901 | 4464 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4465 | |
4466 * strings/index.m: Correct for strings differing after the third | |
4467 position (bug reported by Maude Martin). | |
4468 | |
6895 | 4469 2007-09-13 John W. Eaton <jwe@octave.org> |
4470 | |
4471 * plot/__default_colormap__.m: Delete. | |
4472 * plot/Makefile (SOURCES): Remove from the list. | |
4473 | |
6898 | 4474 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4475 | |
4476 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4477 | |
6885 | 4478 2007-09-10 David Bateman <dbateman@free.fr> |
4479 | |
4480 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4481 limit the selection of colors in the same way as for lines. | |
4482 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4483 column. | |
4484 * plot/__bar__.m: Adapt to use "patch". | |
4485 | |
6870 | 4486 2007-09-06 John W. Eaton <jwe@octave.org> |
4487 | |
4488 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4489 (init_plot_stream): Split from open_plot_stream. | |
4490 * plot/print.m: Accept -debug=FILE argument. | |
4491 | |
6868 | 4492 2007-09-06 David Bateman <dbateman@free.fr> |
4493 | |
7010 | 4494 * general/celldisp.m: New function. |
4495 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4496 * miscellaneous/swapbytes.m: New function. | |
4497 * miscellaneous/gzip.m: New function. | |
4498 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4499 |
6863 | 4500 2007-09-05 David Bateman <dbateman@free.fr> |
4501 | |
7010 | 4502 * general/structfun.m: New function. |
4503 * general/Makefile.in (SOURCES): Add it to sources. | |
4504 * miscellaneous/run.m: New function. | |
4505 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4506 * statistics/base/mode.m: New function. | |
4507 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4508 |
6862 | 4509 2007-09-05 John W. Eaton <jwe@octave.org> |
4510 | |
4511 * miscellaneous/orderfields.m: Use numel instead of length. | |
4512 | |
4513 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4514 | |
4515 * miscellaneous/orderfields.m: Handle empty structs. | |
4516 | |
6861 | 4517 2007-09-05 John W. Eaton <jwe@octave.org> |
4518 | |
4519 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4520 DATA_IDX. | |
4521 | |
4522 2007-09-04 David Bateman <dbateman@free.fr> | |
4523 | |
4524 * general/isdir.m: Return a logical value. | |
4525 | |
6859 | 4526 2007-09-04 David Bateman <dbateman@free.fr> |
4527 | |
4528 * statistics/distributions/chi2pdf.m, | |
4529 statistics/distributions/chi2cdf.m, | |
4530 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4531 distribution functions to account for inverse of scale factor in | |
4532 gamma functions. | |
4533 | |
6857 | 4534 2007-09-01 John W. Eaton <jwe@octave.org> |
4535 | |
4536 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4537 | |
6853 | 4538 2007-09-01 David Bateman <dbateman@free.fr> |
4539 | |
4540 * polynomial/polyint.m: New function like polyinteg but with | |
4541 explicit integration constant. | |
4542 * polynomial/polyinteg.m: Remove. | |
4543 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4544 polyinteg.m. | |
4545 * deprecated/polyinteg.m: Move version here. | |
4546 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4547 | |
6852 | 4548 * geometry/voronoi.m: Add large box around data to get a good |
4549 approximation of the rays to infinity. | |
4550 | |
6851 | 4551 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4552 | |
4553 * plot/axes.m: Allow parent to be specified when creating axes | |
4554 objects. Support non-figure parents. | |
4555 | |
4556 2007-08-31 John W. Eaton <jwe@octave.org> | |
4557 | |
4558 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4559 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4560 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4561 |
7010 | 4562 * polynomial/polygcd.m: Better layout of example. |
4563 * polynomial/compan.m: Remove unnecessary check. | |
4564 * polynomial/roots.m: Added example to help text. | |
4565 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4566 * polynomial/poly.m: Added example to help text. | |
6850 | 4567 |
6848 | 4568 2007-08-30 John W. Eaton <jwe@octave.org> |
4569 | |
4570 * optimization/qp.m: Increase maxit to 200. | |
4571 | |
6847 | 4572 2007-08-30 David Bateman <dbateman@free.fr> |
4573 | |
4574 * geometry/inpolygon.m: New file. | |
4575 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4576 | |
6843 | 4577 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4578 | |
4579 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4580 | |
6829 | 4581 2007-08-24 David Bateman <dbateman@free.fr> |
4582 | |
4583 * plot/__go_draw_axes__.m: Treat text color property. | |
4584 | |
6828 | 4585 2007-08-24 John W. Eaton <jwe@octave.org> |
4586 | |
4587 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4588 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4589 | |
4590 * miscellaneous/movefile.m: Separate second and third args and | |
4591 use p1 and p2, not f1 and f2 when constructing arguments for | |
4592 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4593 | |
6825 | 4594 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4595 | |
4596 * set/intersect.m: Make it work with cell arrays of strings. | |
4597 | |
6823 | 4598 2007-08-24 David Bateman <dbateman@free.fr> |
4599 | |
7010 | 4600 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4601 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4602 functions ported from octave-forge. | |
7010 | 4603 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4604 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4605 geometry/triplot.m, geometry/tsearchn.m: | |
4606 New functions. | |
7010 | 4607 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4608 * geometry/Makefile.in (SOURCES): Add functions above. | |
4609 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4610 |
6820 | 4611 2007-08-23 John W. Eaton <jwe@octave.org> |
4612 | |
4613 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4614 variable name. | |
4615 | |
4616 2007-08-23 David Bateman <dbateman@free.fr> | |
4617 | |
4618 * plot/plot.m: Allow first arg to be axes handle. | |
4619 | |
6818 | 4620 2007-08-22 David Bateman <dbateman@free.fr> |
4621 | |
4622 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4623 outputs are returned only if requested. | |
4624 | |
4625 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4626 | |
4627 * control/base/nichols.m: Fix typo. | |
4628 | |
6813 | 4629 2007-08-13 John W. Eaton <jwe@octave.org> |
4630 | |
4631 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4632 | |
6809 | 4633 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4634 | |
4635 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4636 use axes position in each appropriate gnuplot set statement. | |
4637 | |
6808 | 4638 2007-08-10 John W. Eaton <jwe@octave.org> |
4639 | |
4640 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4641 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4642 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4643 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4644 | |
6807 | 4645 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4646 | |
4647 * plot/patch.m, plot/__patch__.m: New files. | |
4648 * plot/Makefile.in (SOURCES): Add them to the list. | |
4649 | |
4650 2007-08-07 John W. Eaton <jwe@octave.org> | |
4651 | |
4652 * path/savepath.m: Use single quotes for argument to PATH command | |
4653 that is inserted in file. | |
4654 | |
6805 | 4655 2007-07-27 John W. Eaton <jwe@octave.org> |
4656 | |
4657 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4658 not set in the environment. | |
4659 | |
6796 | 4660 2007-07-25 David Bateman <dbateman@free.fr> |
4661 | |
4662 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4663 control/base/Makefile.in, control/hinf/Makefile.in, | |
4664 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4665 control/util/Makefile.in, deprecated/Makefile.in, | |
4666 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4667 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4668 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4669 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4670 polynomial/Makefile.in, quaternion/Makefile.in, | |
4671 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4672 specfun/Makefile.in, special-matrix/Makefile.in, | |
4673 startup/Makefile.in, statistics/Makefile.in, | |
4674 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4675 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4676 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4677 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4678 | |
6795 | 4679 2007-07-25 John W. Eaton <jwe@octave.org> |
4680 | |
4681 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4682 | |
6793 | 4683 2007-07-24 David Bateman <dbateman@free.fr> |
4684 | |
4685 * image/flag.m: New colormap function. | |
4686 * images/Makefile.in: Include it in SOURCES. | |
4687 | |
4688 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4689 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4690 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4691 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4692 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4693 number of colormap elements as the other colormap functions. | |
4694 | |
6790 | 4695 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4696 | |
4697 * plot/__go_draw_axes__.m: Handle patch. | |
4698 | |
6788 | 4699 2007-07-23 David Bateman <dbateman@free.fr> |
4700 | |
4701 * general/rat.m: New function for ration approximation imported | |
4702 from octave-forge. | |
4703 * general/del2.m: New function for discrete laplacian operator. | |
4704 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4705 | |
4706 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4707 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4708 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4709 image/winter.m, image/brighten.m: Port image functions from | |
4710 octave-forge. | |
4711 * image/Makefile.in: Add ported functions to SOURCES. | |
4712 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4713 compatibility with matlab. | |
4714 | |
4715 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4716 octave-forge | |
4717 * plot/Makefile.in: Add ported functions to SOURCES. | |
4718 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4719 using gnuplot 4.2 or greater. | |
4720 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4721 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4722 |
4723 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4724 | |
6781 | 4725 2007-07-19 David Bateman <dbateman@free.fr> |
4726 | |
4727 * plot/fplot.m: More compatible version. | |
4728 | |
6780 | 4729 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4730 | |
4731 * plot/clf.m: Check for valid handle before deleting. | |
4732 | |
4733 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4734 __go_figure__ instead of using regular "set" call. | |
4735 | |
6779 | 4736 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4737 | |
4738 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4739 type for gnuplot. | |
4740 | |
6778 | 4741 2007-07-18 John W. Eaton <jwe@octave.org> |
4742 | |
4743 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4744 gnuplot for each set of axes. | |
4745 | |
6777 | 4746 2007-07-18 David Bateman <dbateman@free.fr> |
4747 | |
6778 | 4748 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4749 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4750 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4751 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4752 Use standard scale factor rather than one on the scale factor for | |
4753 compatibility. | |
4754 | |
4755 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4756 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4757 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4758 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4759 Preserve backward compatibility. | |
6777 | 4760 |
6776 | 4761 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4762 | |
4763 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4764 to avoid issues with regexp special characters in the path strings. | |
4765 | |
6770 | 4766 2007-07-06 David Bateman <dbateman@free.fr> |
4767 | |
6778 | 4768 * general/accumarray.m: New function to create an array by |
4769 accumulating the elements. | |
6770 | 4770 |
6768 | 4771 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4772 | |
4773 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4774 (fdjac): Set nx outside of if block. | |
4775 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4776 | |
6765 | 4777 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4778 | |
4779 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4780 | |
4781 * plot/axis.m: Also set "visible" property when setting axes to | |
4782 on/off. | |
4783 | |
6762 | 4784 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4785 | |
4786 * image/colormap.m: Only return colormap if nargout > 0. | |
4787 Mark as command. | |
4788 | |
6758 | 4789 2007-06-25 John W. Eaton <jwe@octave.org> |
4790 | |
4791 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4792 strcmp for selected property comparisons. | |
4793 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4794 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 4795 |
6778 | 4796 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4797 |
6754 | 4798 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4799 | |
4800 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4801 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4802 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4803 |
6778 | 4804 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4805 argument, and note that the data should be sorted for the |
4806 definition of the median to be correct. | |
4807 | |
6778 | 4808 * statistics/base/std.m: Add missing square to definition of |
6754 | 4809 standard deviation. |
4810 | |
6778 | 4811 * statistics/base/cov.m: Add definition of covariance to the help text. |
4812 | |
4813 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4814 statistics/base/std.m: |
4815 Note that \bar{x} is the mean value of x in the help text. | |
4816 | |
6778 | 4817 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4818 coefficient to the help text. |
4819 | |
6778 | 4820 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4821 | |
4822 * statistics/base/var.m: Put N in @math in help text. | |
4823 | |
4824 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4825 statistics/tests/kolmogorov_smirnov_test.m: |
4826 Write about possible values of 'dist' in help text. | |
4827 | |
6778 | 4828 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4829 Add definition of correlation to the help text. |
4830 | |
6778 | 4831 * statistics/base/logit.m, statistics/base/kendall.m, |
4832 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4833 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4834 TeXification of help text. | |
4835 | |
4836 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4837 | |
4838 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4839 Add missing @var's to help text. | |
4840 | |
4841 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4842 | |
4843 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4844 of help text. | |
4845 | |
4846 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4847 help text. | |
4848 | |
4849 * statistics/distributions/unidpdf.m, | |
4850 statistics/distributions/discrete_pdf.m: | |
4851 Replace 'pDF' with 'PDF' in help text. | |
4852 | |
6753 | 4853 2007-06-25 John W. Eaton <jwe@octave.org> |
4854 | |
4855 * strings/substr.m: Use offset consistently in code and doc string. | |
4856 From Rafael Laboissiere <rafael@debian.org>. | |
4857 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4858 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4859 |
6778 | 4860 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4861 |
6751 | 4862 2007-06-25 John W. Eaton <jwe@octave.org> |
4863 | |
4864 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4865 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4866 <juhani@cs.joensuu.fi>. | |
4867 | |
6748 | 4868 2007-06-20 John W. Eaton <jwe@octave.org> |
4869 | |
6749 | 4870 * strings/index.m: Allow strings to be empty. |
4871 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4872 | |
6748 | 4873 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4874 | |
6747 | 4875 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4876 | |
4877 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4878 separate matrices. | |
4879 | |
6746 | 4880 2007-06-19 David Bateman <dbateman@free.fr> |
4881 | |
4882 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4883 only ";;" legend syntax. | |
4884 * polynomial/mkpp.m: ditto. | |
4885 * polynomial/pchip.m: ditto. | |
4886 * signal/freqz_plot.m: ditto. | |
4887 * sparse/gplot.m: ditto. | |
4888 * sparse/treeplot.m: ditto. | |
4889 | |
6745 | 4890 2007-06-19 John W. Eaton <jwe@octave.org> |
4891 | |
4892 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4893 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4894 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4895 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 4896 |
6778 | 4897 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4898 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4899 to check for NA. | |
4900 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4901 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 4902 |
6778 | 4903 * optimization/glpk.m: TeXified the help text. |
4904 * optimization/qp.m: TeXified the help text. | |
4905 * optimization/sqp.m: TeXified the help text. | |
6741 | 4906 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4907 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 4908 |
6778 | 4909 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4910 |
6738 | 4911 2007-06-15 John W. Eaton <jwe@octave.org> |
4912 | |
4913 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4914 have_newer_gnuplot is true. | |
4915 | |
6736 | 4916 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4917 | |
6778 | 4918 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4919 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4920 to 90, all others 0. |
4921 | |
6778 | 4922 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4923 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4924 get_data_limits. |
6778 | 4925 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4926 called by __errplot__. |
4927 | |
6730 | 4928 2007-06-15 John W. Eaton <jwe@octave.org> |
4929 | |
4930 * testfun/test.m: Also return number of expected failures. | |
4931 | |
6724 | 4932 2007-06-14 John W. Eaton <jwe@octave.org> |
4933 | |
6730 | 4934 * set/ismember.m: Mark two tests known to fail with xtest. |
4935 | |
6724 | 4936 * plot/__go_draw_axes__.m: Handle text rotation property. |
4937 | |
6728 | 4938 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4939 | |
4940 * testfun/test.m: Add xtest support for tests known to fail. | |
4941 | |
6727 | 4942 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4943 | |
4944 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4945 epslatexstandalone terminals. | |
4946 | |
6721 | 4947 2007-06-14 David Bateman <dbateman@free.fr> |
4948 | |
4949 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4950 as permutation of results was incorrect. | |
4951 * general/interp1.m: Add demo on second derivative | |
4952 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4953 call. Add 3D demo. Fix typos |
4954 * general/interp3.m: Fix typos. Correct permutation for use of | |
4955 interpn. | |
6721 | 4956 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4957 | |
6717 | 4958 2007-06-13 John W. Eaton <jwe@octave.org> |
4959 | |
4960 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4961 |
6706 | 4962 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4963 | |
4964 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4965 | |
6704 | 4966 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4967 | |
4968 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4969 Set have_linestyle to true if two character linestyle is found. | |
4970 | |
6702 | 4971 2007-06-12 David Bateman <dbateman@free.fr> |
4972 | |
6717 | 4973 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4974 and interpn.m. | |
4975 | |
4976 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4977 structure before using it. | |
4978 | |
4979 2007-06-12 David Bateman <dbateman@free.fr> | |
4980 | |
6704 | 4981 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4982 * general/__splinen__.m: New support function for N-dimensional |
4983 spline interpolation. | |
4984 * general/bicubic.m: Allow definition of extrapolation | |
4985 value. Adapt tests to use new graphics interface | |
4986 * general/interp2.m: Call __splinen__ for 2-D spline | |
4987 interpolation. Make the lookup table code only be called for | |
4988 linear and nearest methods. | |
4989 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4990 and spline interpolation. | |
4991 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4992 and spline interpolation. | |
6704 | 4993 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4994 |
6701 | 4995 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4996 | |
4997 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4998 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4999 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5000 |
5001 * plot/fplot.m: If function is inline, vectorize it. | |
5002 | |
6698 | 5003 2007-06-10 David Bateman <dbateman@free.fr> |
5004 | |
5005 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5006 directory if need to, so that it fits on a line. | |
5007 | |
6695 | 5008 2007-06-07 David Bateman <dbateman@free.fr> |
5009 | |
5010 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5011 saved file so that dependent packages are loaded first, and if | |
5012 nargout==0 don't return any arguments. | |
5013 (pkg:install): Only load packages that are marked autoload after | |
5014 install. Various fixes. Save in order. | |
5015 (pkg:uninstall): Save in order | |
5016 (pkg:load_packages): Use load_package_and_dependencies to load | |
5017 packages. | |
5018 (pkg:save_order): New function to sort package list with dependent | |
5019 packages first. | |
5020 (pkg:load_packages_and_dependencies): New function to load both a | |
5021 list of packages and their dependencies. | |
5022 (pkg:load_package_dirs): New function that returns a vector of the | |
5023 indexes into the installed package list indicating the packages to | |
5024 load and the order to load them in to respect the dependencies. | |
5025 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5026 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5027 |
5028 * plot/axes.m: Eliminate redundant else clause. | |
5029 | |
6686 | 5030 2007-06-03 David Bateman <dbateman@free.fr> |
5031 | |
5032 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5033 * pkg/pkg.m: Protect against multiple actions being define. |
5034 | |
6683 | 5035 2007-06-01 David Bateman <dbateman@free.fr> |
5036 | |
5037 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5038 incorporate into main pkg function. | |
5039 (pkg:install): Check for existence of files to install before | |
5040 globbing and warn the user if they don't exist. | |
5041 | |
6675 | 5042 2007-05-31 David Bateman <dbateman@free.fr> |
5043 | |
6679 | 5044 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5045 directory over several copy command to limit the line length. | |
5046 * miscellaneous/movefile.m: Ditto. | |
5047 | |
6675 | 5048 * pkg.m: Add build option to allow binary Octave packages to be |
5049 built from source packages. Probe absolute path of prefix, global | |
5050 and local lists. Use strcat, rather that [] for strings. | |
5051 (pkg:build): New function to binary binary package. | |
5052 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5053 (pkg:repackage): Package binary Octave package from installation. | |
5054 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5055 from m-files into main installation directory. | |
5056 (pkg:shell): Suppress verbose messages from shell and only display | |
5057 them with the verbose flag. | |
5058 (pkg:installed_packages): Also include the loaded flag in the | |
5059 local and global packages. | |
5060 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5061 flagged as loaded. | |
5062 | |
5063 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5064 | |
5065 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5066 with and without architecture dependent directories. | |
5067 (pkg:installed_packages): Probe the global_list file even if it is | |
5068 the same as the local_list. | |
5069 | |
6669 | 5070 2007-05-29 John W. Eaton <jwe@octave.org> |
5071 | |
5072 * sparse/spy.m: Set axis to "ij" mode. | |
5073 | |
6664 | 5074 2007-05-24 John W. Eaton <jwe@octave.org> |
5075 | |
5076 * set/ismember.m: Quote first arg of "fail" tests. | |
5077 | |
6663 | 5078 2007-05-24 David Bateman <dbateman@free.fr> |
5079 | |
6778 | 5080 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5081 |
6655 | 5082 2007-05-22 David Bateman <dbateman@free.fr> |
5083 | |
5084 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5085 error(lasterr()(8:end)). | |
5086 (pkg:install): Warning for empty packages being removed. Suppress | |
5087 spurious output. Warning rather than error for uninstalling a | |
5088 package that is not installed to avoid RPM issue. | |
5089 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5090 inst or architecture dependent directory if it exists. | |
5091 | |
6653 | 5092 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5093 | |
5094 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5095 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5096 signal/freqz.m: Fix typos. | |
5097 | |
6645 | 5098 2007-05-21 David Bateman <dbateman@free.fr> |
5099 | |
5100 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5101 force installation location. | |
5102 (rebuild): New subfunction to rebuild package database from | |
5103 installed packages. Also allows changing of autoload status | |
5104 (install): Warn use if attempting to install from non existent | |
5105 file. | |
5106 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5107 "USER", "root"))' for root test. | |
5108 | |
5109 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5110 | |
5111 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5112 and replace "\" characters with "/". | |
5113 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5114 characters with "/" throughout. | |
5115 (shell): New subfunction that wraps system and is careful with the | |
5116 shell on windows platforms. | |
5117 (configure_make): Explictly pass complier etc to configure | |
5118 process. | |
5119 (issuperuser): Force default to global install for Windows machines. | |
5120 | |
6636 | 5121 2007-05-19 Kristan Onu |
5122 | |
5123 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5124 | |
6634 | 5125 2007-05-18 David Bateman <dbateman@free.fr> |
5126 | |
5127 * pkg/pkg.m (install): More verbosity. | |
5128 (configure_make): Ditto. | |
5129 (create_pkgadddel): Install in architecture dependent directory if | |
5130 it exists to address issues with autoload/mfilename. | |
5131 (write_INDEX): Check in archiecture dependent directories as well. | |
5132 | |
6633 | 5133 2007-05-17 David Bateman <dbateman@free.fr> |
5134 | |
5135 * plot/hbar.m: Remove. | |
5136 * plot/barh.m: and move it here. | |
5137 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5138 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5139 |
5140 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5141 | |
6629 | 5142 2007-05-16 John W. Eaton <jwe@octave.org> |
5143 | |
5144 * general/logspace.m: Return second arg if fewer than two values | |
5145 are requested. | |
5146 | |
6619 | 5147 2007-05-14 John W. Eaton <jwe@octave.org> |
5148 | |
5149 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5150 on a new line. | |
5151 | |
6617 | 5152 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5153 | |
5154 * statistics/distributions/norminv.m, | |
5155 statistics/distributions/norminv.m, | |
5156 statistics/distributions/normpdf.m, | |
5157 statistics/distributions/normrnd.m: | |
5158 Use standard deviation, not variance. | |
5159 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5160 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5161 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5162 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5163 backward compatibility. | |
5164 | |
6616 | 5165 2007-05-14 David Bateman <dbateman@free.fr> |
5166 | |
5167 * pkg/pkg.m: Mark loaded packages with "*". | |
5168 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5169 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5170 |
5171 * miscellaneous/single.m: Doc fix. | |
5172 Convert to double instead of returning argument unchanged. | |
5173 | |
5174 * miscellaneous/doc.m: Doc fix. | |
5175 | |
5176 * miscellaneous/ver.m: Doc fix. | |
5177 Don't display information about Octave Forge. | |
5178 | |
6614 | 5179 2007-05-12 David Bateman <dbateman@free.fr> |
5180 | |
5181 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5182 install to be printed. An error in the on_uninstall script causes | |
5183 a failure to uninstall. Place oct- and mex-files in an | |
5184 architecture dependent directory. | |
5185 | |
6611 | 5186 2007-05-09 John W. Eaton <jwe@octave.org> |
5187 | |
5188 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5189 | |
6609 | 5190 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5191 | |
5192 * statistics/distributions/normcdf.m: Use standard deviation | |
5193 instead of variance for compatibility. | |
5194 | |
5195 2007-05-08 John W. Eaton <jwe@octave.org> | |
5196 | |
5197 | |
5198 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5199 | |
5200 * set/ismember.m: Always return logical values. | |
5201 | |
5202 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5203 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5204 |
5205 * general/__isequal__.m: Allow numeric values of different classes | |
5206 to compare equal. | |
5207 | |
6606 | 5208 2007-05-07 David Bateman <dbateman@free.fr> |
5209 | |
6607 | 5210 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5211 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5212 |
6605 | 5213 2007-05-02 John W. Eaton <jwe@octave.org> |
5214 | |
5215 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5216 | |
6604 | 5217 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5218 | |
5219 * contour.m: Rewrite help string. | |
5220 | |
6599 | 5221 2007-04-28 John W. Eaton <jwe@octave.org> |
5222 | |
5223 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5224 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5225 Special case nargout == 0. | |
5226 | |
6597 | 5227 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5228 | |
5229 * general/sub2ind.m: Handle empty input, add tests. | |
5230 | |
6590 | 5231 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5232 | |
5233 * plot/contourc.m: Doc fix. | |
5234 | |
6586 | 5235 2007-04-26 David Bateman <dbateman@free.fr> |
5236 | |
5237 * plot/hist.m: Partially remove previous patch. | |
5238 | |
6582 | 5239 2007-04-26 David Bateman <dbateman@free.fr> |
5240 | |
5241 * plot/hist.m: Support returning of handle | |
5242 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5243 cells. | |
5244 | |
6575 | 5245 2007-04-25 John W. Eaton <jwe@octave.org> |
5246 | |
6579 | 5247 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5248 "title \"\"", not "". | |
5249 | |
6575 | 5250 * plot/legend.m: Initialize WARNED to false. |
5251 | |
6567 | 5252 2007-04-24 John W. Eaton <jwe@octave.org> |
5253 | |
5254 * 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
|
5255 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5256 |
5257 2007-04-23 John W. Eaton <jwe@octave.org> | |
5258 | |
5259 * plot/box.m: Delete extra endfunction keyword. | |
5260 | |
6560 | 5261 2007-04-23 David Bateman <dbateman@free.fr> |
5262 | |
5263 * plot/plot3.m: Call newplot. | |
5264 | |
6553 | 5265 2007-04-20 John W. Eaton <jwe@octave.org> |
5266 | |
5267 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5268 | |
6546 | 5269 2007-04-19 John W. Eaton <jwe@octave.org> |
5270 | |
5271 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5272 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5273 | |
6544 | 5274 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5275 | |
5276 * control/util/axis2dlim.m: Delete extraneous line. | |
5277 | |
6542 | 5278 2007-04-18 John W. Eaton <jwe@octave.org> |
5279 | |
5280 * specfun/factorial.m: Increase tolerance in large value test. | |
5281 | |
6540 | 5282 2007-04-18 David Bateman <dbateman@free.fr> |
5283 | |
5284 * __bar__.m: New support function for bar/hbar to support graphic | |
5285 handles, and additional arguments. | |
5286 * bar.m: Convert to use __bar__. | |
5287 * hbar.m: New function | |
5288 * hist.m: Explicitly set the width of the bar plot. | |
5289 | |
6533 | 5290 2007-04-17 John W. Eaton <jwe@octave.org> |
5291 | |
6534 | 5292 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5293 | |
6533 | 5294 * set/ismember.m: New tests. |
5295 From David Grohmann <grohmann@arlut.utexas.edu> | |
5296 | |
6532 | 5297 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5298 | |
5299 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5300 Add tests. | |
5301 | |
6527 | 5302 2007-04-16 John W. Eaton <jwe@octave.org> |
5303 | |
6528 | 5304 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5305 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
|
5306 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5307 |
6527 | 5308 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5309 | |
6526 | 5310 2007-04-13 John W. Eaton <jwe@octave.org> |
5311 | |
6527 | 5312 * optimization/sqp.m: Initialize info to 0. |
5313 | |
6526 | 5314 * optimization/qp.m: Undo previous change. |
5315 | |
6524 | 5316 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5317 | |
5318 * spdiags.m: Fixed the four-argument case to work for columns of | |
5319 length one. | |
5320 | |
6523 | 5321 2007-04-12 John W. Eaton <jwe@octave.org> |
5322 | |
5323 * optimization/qp.m: Avoid Octave indexing bug. | |
5324 | |
6521 | 5325 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5326 | |
6522 | 5327 * miscellaneous/menu.m, control/base/bddemo.m, |
5328 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5329 control/system/sysrepdemo.m: | |
5330 Adapt to page_screen_output as a function. | |
6521 | 5331 |
6518 | 5332 2007-04-11 John W. Eaton <jwe@octave.org> |
5333 | |
5334 * miscellaneous/not.m: Delete. | |
5335 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5336 | |
5337 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5338 | |
5339 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5340 that are close but not exactly equal. | |
5341 | |
6515 | 5342 2007-04-11 David Bateman <dbateman@free.fr> |
5343 | |
5344 * general/bitcmp.m: Make it work again. | |
5345 | |
6512 | 5346 2007-04-10 John W. Eaton <jwe@octave.org> |
5347 | |
5348 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5349 that are close but not exactly equal. | |
5350 | |
6511 | 5351 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5352 | |
5353 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5354 in response to a change in x limits for now. | |
5355 | |
6510 | 5356 2007-04-09 John W. Eaton <jwe@octave.org> |
5357 | |
5358 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5359 (__go_draw_axes__): Use it to write data to plot stream. | |
5360 | |
6509 | 5361 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5362 | |
5363 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5364 zeros. Set markerfacecolor property in call to plot. | |
5365 | |
6508 | 5366 2007-04-06 John W. Eaton <jwe@octave.org> |
5367 | |
5368 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5369 | |
5370 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5371 | |
5372 * plot/stem.m: Use plot instead of a series of calls to line. | |
5373 | |
6494 | 5374 2007-04-05 John W. Eaton <jwe@octave.org> |
5375 | |
6499 | 5376 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5377 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5378 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5379 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5380 | |
6496 | 5381 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5382 Use strcmpi instead of strcmp+tolower. |
6496 | 5383 Style fixes. |
5384 | |
6494 | 5385 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5386 Plotting fixes. Style fixes. | |
5387 | |
5388 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5389 Style fixes. | |
5390 | |
5391 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5392 Style fixes. | |
5393 | |
5394 * testfun/demo.m, testfun/example.m: Style fixes. | |
5395 Use "strcat (...)" instead of "[...]". | |
5396 Use format specifiers in calls to warning. | |
5397 | |
5398 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5399 Use "strcat (...)" instead of "[...]". | |
5400 Use "x(end)" instead of "x(length (x))". | |
5401 Check NA before NaN. | |
5402 Style fixes. | |
5403 | |
6473 | 5404 2007-03-29 John W. Eaton <jwe@octave.org> |
5405 | |
6474 | 5406 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5407 |
6467 | 5408 2007-03-27 John W. Eaton <jwe@octave.org> |
5409 | |
5410 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5411 control/base/Makefile.in, control/hinf/Makefile.in, | |
5412 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5413 control/util/Makefile.in, deprecated/Makefile.in, | |
5414 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5415 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5416 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5417 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5418 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5419 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5420 special-matrix/Makefile.in, startup/Makefile.in, | |
5421 statistics/Makefile.in, statistics/base/Makefile.in, | |
5422 statistics/distributions/Makefile.in, | |
5423 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5424 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5425 Use ln instead of $(LN_S) in dist target. | |
5426 | |
6465 | 5427 2007-03-27 David Bateman <dbateman@free.fr> |
5428 | |
5429 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5430 gnuplot 4.0. | |
5431 | |
6464 | 5432 2007-03-26 John W. Eaton <jwe@octave.org> |
5433 | |
5434 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5435 | |
6461 | 5436 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5437 | |
5438 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5439 plot stream and using binary data. | |
5440 | |
6459 | 5441 2007-03-26 John W. Eaton <jwe@octave.org> |
5442 | |
5443 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5444 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5445 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5446 | |
5447 2007-03-26 David Bateman <dbateman@free.fr> | |
5448 | |
6461 | 5449 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5450 | |
6459 | 5451 * plot/plot3.m: Handle line properties. |
5452 * plot/plot.m: Update docstring. | |
5453 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5454 * plot/__plt__.m: Also gather properties. | |
5455 | |
6455 | 5456 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5457 | |
5458 * testfun/assert.m: Delete special check for empty objects. | |
5459 Add test. | |
5460 | |
6453 | 5461 2007-03-26 John W. Eaton <jwe@octave.org> |
5462 | |
6454 | 5463 * plot/drawnow.m: Exit early if call is recursive. |
5464 | |
6453 | 5465 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5466 Check for Inf too. | |
5467 (__go_draw_axes__): Use get_data_limits. | |
5468 | |
6450 | 5469 2007-03-24 John W. Eaton <jwe@octave.org> |
5470 | |
6451 | 5471 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5472 send terminal setting command with title option to plot stream. | |
5473 | |
6450 | 5474 * plot/legend.m: Correctly increment index into list of children.. |
5475 | |
6434 | 5476 2007-03-23 John W. Eaton <jwe@octave.org> |
5477 | |
6448 | 5478 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5479 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5480 control/base/nyquist.m, control/base/nichols.m, | |
5481 control/base/frdemo.m, signal/freqz_plot.m, | |
5482 control/base/__stepimp__.m, control/base/bode.m, | |
5483 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5484 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5485 Update plotting code. |
5486 | |
5487 * control/base/bode.m: Unwrap phase angle. | |
5488 | |
5489 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5490 | |
5491 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5492 | |
5493 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5494 commands. | |
6446 | 5495 |
6442 | 5496 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5497 Handle numeric color specs. |
6442 | 5498 * plot/plot.m: Remove "-@" and "@" from docstring. |
5499 | |
6441 | 5500 * plot/orient.m: Fix tests to avoid creating a plot window. |
5501 | |
6440 | 5502 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5503 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5504 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5505 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5506 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5507 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5508 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5509 | |
6438 | 5510 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5511 plot, not just multiplots. | |
5512 | |
6436 | 5513 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5514 | |
6434 | 5515 * plot/contour.m: Don't call drawnow. |
5516 | |
6431 | 5517 2007-03-22 John W. Eaton <jwe@octave.org> |
5518 | |
6432 | 5519 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5520 property of each figure. | |
5521 | |
6431 | 5522 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5523 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5524 | |
5525 2007-03-21 John W. Eaton <jwe@octave.org> | |
5526 | |
5527 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5528 less than eps to 0. | |
5529 | |
6429 | 5530 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5531 |
5532 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5533 * testfun/speed.m: Documentation and example fix. |
5534 | |
6424 | 5535 2007-03-21 John W. Eaton <jwe@octave.org> |
5536 | |
5537 * plot/subplot.m: If we find an existing subplot region, set | |
5538 it to be the "currentaxes" property for the current figure. | |
6425 | 5539 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5540 |
6422 | 5541 2007-03-20 David Bateman <dbateman@free.fr> |
5542 | |
5543 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5544 | |
5545 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5546 | |
5547 * general/arrayfun.m: New function. | |
5548 | |
6418 | 5549 2007-03-20 John W. Eaton <jwe@octave.org> |
5550 | |
6419 | 5551 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5552 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5553 | |
5554 * plot/clf.m: Don't call drawnow. | |
5555 | |
6431 | 5556 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5557 |
6420 | 5558 * image/__img__.m: Maybe set yaxis to reverse for images. |
5559 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5560 images. | |
5561 | |
6418 | 5562 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5563 instead of global. Only register __go_close_all__ with atexit if |
5564 the plot stream is successfully opened. | |
6418 | 5565 |
6413 | 5566 2007-03-15 John W. Eaton <jwe@octave.org> |
5567 | |
6418 | 5568 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5569 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5570 | |
5571 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5572 | |
5573 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5574 Use numeric line types. |
6413 | 5575 |
5576 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5577 lines and larger markers. Remove key titles from line type |
5578 properties. | |
6413 | 5579 |
6405 | 5580 2007-03-14 John W. Eaton <jwe@octave.org> |
5581 | |
6412 | 5582 * plot/__axis_label__.m: Accept additional property-value pairs |
5583 and pass them to __go_text__. Simply return the handle obtained | |
5584 from __go_text__ instead of calling get on the current axis. | |
5585 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5586 Allow for extra property value pairs to be passed along. | |
5587 * plot/title.m: Implement with __axis_label__ since it does all | |
5588 that title needs to do. | |
5589 | |
6410 | 5590 * plot/clf.m: Set currentaxes property for current figure to []. |
5591 | |
6405 | 5592 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5593 | |
5594 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5595 and __plt2__, not just the last. | |
5596 | |
5597 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5598 (SOURCES_IN, GEN_M): Delete. | |
5599 (FCN_FILES): Don't include $(GEN_M). | |
5600 (all): Don't depend on $(GEN_M). | |
5601 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5602 | |
5603 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5604 | |
5605 * plot/newplot.m: Call __go_axes_init__ instead of | |
5606 __uiobject_axes_init__. | |
5607 | |
5608 * plot/mesh.m: Use __go_surface__ instead of | |
5609 __uiobject_surface_ctor__. Don't access object fields directly. | |
5610 | |
5611 * plot/line.m: Use __line__ to do actual work. | |
5612 * plot/__line__.m: New function. | |
5613 | |
5614 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5615 Use get and set instead of accessing object fields directly. | |
5616 | |
5617 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5618 handle. | |
5619 | |
5620 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5621 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5622 __uiobject_draw_figure__. | |
5623 | |
5624 * plot/clf.m: Use get instead of accessing object fields | |
5625 directly. Simply delete children. Don't set currentaxes. | |
5626 | |
5627 * plot/close.m (close_all_figures): New subfunction. | |
5628 Use it instead of getting list of figures to close from | |
5629 __uiobject_figures__. | |
5630 | |
5631 * plot/closereq.m: Simply delete the current figure. Don't set | |
5632 currentfigure. | |
5633 | |
5634 * plot/__errplot__.m: Call __line__ instead of | |
5635 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5636 directly. Don't call __uiobject_adopt__. | |
5637 | |
5638 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5639 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5640 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5641 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5642 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5643 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5644 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5645 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5646 plot/__uiobject_init_root_figure__.in, | |
5647 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5648 plot/__uiobject_root_figure_ctor__.m, | |
5649 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5650 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5651 plot/set.in: Delete. | |
6408 | 5652 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5653 |
5654 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5655 Pass "hidden" as second arg to close. | |
5656 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5657 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5658 * plot/Makefile.in (SOURCES_M): Rename in list. |
5659 | |
6405 | 5660 * image/__img__.m: Use __go_image__ to create image graphics |
5661 handle. | |
5662 | |
5663 * miscellaneous/delete.m: Call __go_delete__, not | |
5664 __uiobject_delete__. Check that arg is a graphics handle before | |
5665 calling __go_delete__. | |
5666 | |
6403 | 5667 2007-03-13 John W. Eaton <jwe@octave.org> |
5668 | |
5669 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5670 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
|
5671 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5672 |
5673 2007-03-12 John W. Eaton <jwe@octave.org> | |
5674 | |
5675 * miscellaneous/cast.m: New function. | |
5676 | |
5677 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5678 | |
6398 | 5679 2007-03-08 John W. Eaton <jwe@octave.org> |
5680 | |
5681 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5682 tilde expansion on target filename before passing it to the shell. | |
5683 | |
5684 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5685 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5686 | |
6396 | 5687 2007-03-08 David Bateman <dbateman@free.fr> |
5688 | |
5689 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5690 replacing slower version based on dicrete_rnd. | |
5691 | |
6392 | 5692 2007-03-07 John W. Eaton <jwe@octave.org> |
5693 | |
6395 | 5694 * control/base/rlocus.m: Update for current plotting functions. |
5695 | |
5696 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5697 | |
5698 * control/base/rlocus.m: Improve display. | |
5699 | |
5700 2007-03-07 John W. Eaton <jwe@octave.org> | |
5701 | |
5702 * plot/legend.m: Only handle positions -1:4. | |
5703 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5704 found in option string | |
5705 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5706 | |
6394 | 5707 * plot/newplot.m: Always reset next line color. |
5708 | |
6392 | 5709 * testfun/assert.m: Check that number of dimensions match before |
5710 checking dimensions. | |
5711 | |
6391 | 5712 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5713 | |
5714 * specfun/perms.m, specfun/factorial.m: Check args. | |
5715 | |
6387 | 5716 2007-03-07 John W. Eaton <jwe@octave.org> |
5717 | |
6390 | 5718 * plot/mesh.m: Call newplot before doing anything. |
5719 | |
5720 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5721 just "e". Only flush plot stream once. | |
5722 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5723 | |
6387 | 5724 * strings/blanks.m: Omit first index in assignment. |
5725 | |
6386 | 5726 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5727 | |
5728 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5729 | |
6385 | 5730 2007-03-06 David Bateman <dbateman@free.fr> |
5731 John W. Eaton <jwe@octave.org> | |
5732 | |
5733 * set/setdiff.m: Ignore "rows" for cell array args. | |
5734 Handle cellstr args. | |
5735 | |
6382 | 5736 2007-03-05 John W. Eaton <jwe@octave.org> |
5737 | |
5738 * optimization/sqp.m: Defer first call to obj_hess until after | |
5739 calling obj_fun. | |
5740 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5741 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5742 |
5743 * specfun/nchoosek.m: Fix nargin check. | |
5744 | |
6376 | 5745 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5746 | |
5747 * image/__img__.m: Don't set xlim and ylim properties. | |
5748 | |
6374 | 5749 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5750 | |
5751 * general/interp1.m: Fix *style cases for decreasing x. | |
5752 | |
6372 | 5753 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5754 | |
5755 * polynomial/roots.m: Check nargin before accessing arg. | |
5756 | |
6369 | 5757 2007-02-28 John W. Eaton <jwe@octave.org> |
5758 | |
5759 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5760 increment data_idx unless using gnuplot for display. | |
5761 | |
6368 | 5762 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5763 | |
5764 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5765 plots with images. | |
5766 * image/image.m, image/imagesc.m, image/imshow.m: | |
5767 Deprecate zoom argument. | |
5768 | |
6366 | 5769 2007-02-28 John W. Eaton <jwe@octave.org> |
5770 | |
5771 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5772 temporary file names. Keep image and colormap file ids separate. | |
5773 | |
5774 * general/interp1.m: Correctly compute min and max values when | |
5775 values are decreasing and not evenly spaced. | |
5776 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5777 | |
6365 | 5778 2007-02-27 John W. Eaton <jwe@octave.org> |
5779 | |
5780 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5781 returning an empty cell array. | |
5782 | |
6546 | 5783 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5784 |
5785 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5786 | |
6546 | 5787 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5788 |
5789 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5790 control/base/Makefile.in, control/hinf/Makefile.in, | |
5791 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5792 control/util/Makefile.in, deprecated/Makefile.in, | |
5793 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5794 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5795 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5796 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5797 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5798 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5799 special-matrix/Makefile.in, startup/Makefile.in, | |
5800 statistics/Makefile.in, statistics/base/Makefile.in, | |
5801 statistics/distributions/Makefile.in, | |
5802 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5803 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5804 Use $(LN_S) instead of ln or ln -s. | |
5805 | |
6356 | 5806 2007-02-24 David Bateman <dbateman@free.fr> |
5807 | |
5808 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5809 '\n' in FILES file. | |
6357 | 5810 (configure_make): Also install any mex files. |
6356 | 5811 |
6353 | 5812 2007-02-24 David Bateman <dbateman@free.fr> |
5813 | |
5814 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5815 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5816 | |
6351 | 5817 2007-02-23 John W. Eaton <jwe@octave.org> |
5818 | |
5819 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5820 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5821 | |
5822 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5823 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5824 | |
6349 | 5825 2007-02-23 David Bateman <dbateman@free.fr> |
5826 | |
5827 * statistics/distributions/discrete_rnd.m, | |
5828 statistics/distributions/geornd.m, | |
5829 statistics/distributions/lognnd.m, | |
5830 statistics/distributions/nbinrnd.m, | |
5831 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5832 | |
5833 * statistics/distributions/unidcdf.m, | |
5834 statistics/distributions/unidinv.m, | |
5835 statistics/distributions/unidpdf.m, | |
5836 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5837 discrete_cdf, etc. |
6349 | 5838 |
5839 * statistics/distributions/pascal_cdf.m, | |
5840 statistics/distributions/pascal_inv.m, | |
5841 statistics/distributions/pascal_pdf.m, | |
5842 statistics/distributions/pascal_rnd.m: Remove. | |
5843 * statistics/distributions/nbincdf.m, | |
5844 statistics/distributions/nbininv.m, | |
5845 statistics/distributions/nbinpdf.m, | |
5846 statistics/distributions/nbinrnd.m: Replace with matlab | |
5847 compatible functions. | |
5848 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5849 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5850 nbincdf, etc functions to implement these. | |
5851 | |
6344 | 5852 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5853 | |
5854 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5855 command and data. | |
5856 | |
5857 2007-02-22 John W. Eaton <jwe@octave.org> | |
5858 | |
5859 * miscellaneous/doc.m: If index search fails, try again without | |
5860 the index search option. | |
5861 | |
6339 | 5862 2007-02-22 David Bateman <dbateman@free.fr> |
5863 | |
6341 | 5864 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5865 | |
6340 | 5866 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5867 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5868 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5869 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5870 and randp to accelerate. | |
5871 | |
6339 | 5872 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5873 | |
6338 | 5874 2007-02-22 John W. Eaton <jwe@octave.org> |
5875 | |
5876 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5877 cache data and display after xlim and ylim have been determined. | |
5878 | |
6337 | 5879 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5880 | |
5881 * plot/__uiobject_draw_axes__.m: | |
5882 Allow multiple images to be displayed with gnuplot. | |
5883 | |
6333 | 5884 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5885 | |
5886 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5887 for versions of GLPK 4.15 and later. | |
5888 | |
6328 | 5889 2007-02-19 John W. Eaton <jwe@octave.org> |
5890 | |
5891 * plot/__uiobject_alloc__.in: If next available element in | |
5892 __uiobject_list__ is 0, grow list before doing anything else. | |
5893 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5894 first call when size of __uiobject_list__ is 0. | |
5895 | |
6323 | 5896 2007-02-16 John W. Eaton <jwe@octave.org> |
5897 | |
5898 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5899 | |
6321 | 5900 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5901 | |
5902 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5903 | |
6316 | 5904 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5905 | |
5906 * specfun/nchoosek.m: Check nargin. | |
5907 | |
6314 | 5908 2007-02-15 John W. Eaton <jwe@octave.org> |
5909 | |
6315 | 5910 * path/addpath.m, path/rmpath.m: Delete |
5911 * path/Makefile.in (SOURCES): Remove them from the list. | |
5912 | |
6314 | 5913 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5914 Delete title, xlabel, ylabel, and zlabel properties before | |
5915 reassigning. | |
5916 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5917 Don't init outerposition if "mode" is "replace". | |
5918 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5919 If axes nextplot property is replace, pass "replace" as mode arg | |
5920 to __uiobject_axes_init__. | |
5921 | |
6308 | 5922 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5923 | |
6310 | 5924 * image/imshow.m: Don't restore old colormap. |
5925 | |
6309 | 5926 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5927 * image/__img__.m: New file containing common parts of image.m and | |
5928 imshow.m. | |
6312 | 5929 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5930 * image/image.m, image/imshow.m: Call __img__. |
5931 * plot/__uiobject_draw_axes__.m: | |
5932 Handle rgb imaged data stored in 3-d arrays. | |
5933 | |
6308 | 5934 * plot/figure.m: Doc fix. |
5935 | |
6304 | 5936 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5937 | |
5938 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5939 for reading and writing data. New tests. Improve rounding. | |
5940 | |
6302 | 5941 2007-02-13 John W. Eaton <jwe@octave.org> |
5942 | |
6303 | 5943 * plot/stem.m: New file, adapted from OctPlot. |
5944 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5945 | |
6302 | 5946 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5947 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5948 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5949 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5950 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5951 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5952 plot/semilogyerr.m: Return handles to line objects. | |
5953 | |
6301 | 5954 2007-02-11 John W. Eaton <jwe@octave.org> |
5955 | |
5956 * plot/__uiobject_close_all.m: New file. | |
5957 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5958 | |
6298 | 5959 2007-02-10 John W. Eaton <jwe@octave.org> |
5960 | |
5961 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5962 * plot/__uiobject_globals__.m: Don't call mlock. | |
5963 | |
5964 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5965 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5966 before calling pclose. | |
5967 | |
6291 | 5968 2007-02-09 John W. Eaton <jwe@octave.org> |
5969 | |
6295 | 5970 * plot/subplot.m: Delete spurious call to axes. |
5971 | |
6293 | 5972 * plot/figure.m: Call drawnow for current figure before creating |
5973 or switching to a new figure. | |
5974 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5975 nargin == 0 case. | |
5976 | |
6291 | 5977 * testfun/assert.m: Try to avoid problems when comparisons involve |
5978 strange values like Inf+NaNi. | |
5979 | |
6283 | 5980 2007-02-08 John W. Eaton <jwe@octave.org> |
5981 | |
6286 | 5982 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5983 and check gnuplot_use_title_option instead of just assuming -title | |
5984 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5985 | |
6285 | 5986 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5987 | |
6284 | 5988 * audio/Makefile.in, control/base/Makefile.in, |
5989 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5990 control/system/Makefile.in, control/util/Makefile.in, | |
5991 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5992 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5993 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5994 optimization/Makefile.in, plot/Makefile.in, | |
5995 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5996 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5997 special-matrix/Makefile.in, startup/Makefile.in, | |
5998 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5999 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6000 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6001 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6002 | |
6283 | 6003 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6004 only given property list. | |
6005 | |
6278 | 6006 2007-02-07 John W. Eaton <jwe@octave.org> |
6007 | |
6280 | 6008 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6009 properties. | |
6010 | |
6278 | 6011 * plot/sombrero.m: Call box ("off") after mesh. |
6012 | |
6013 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6014 line default" commands with older versions of gnuplot. | |
6015 | |
6016 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6017 | |
6273 | 6018 2007-02-06 John W. Eaton <jwe@octave.org> |
6019 | |
6020 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6021 * sparse/gplot.m: Use line style - instead of 1. | |
6022 | |
6272 | 6023 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6024 | |
6025 * plot/print.m: Avoid error message from cellidx. | |
6026 | |
6027 2007-02-05 John W. Eaton <jwe@octave.org> | |
6028 | |
6029 * plot/legend.m: Fix check for data. | |
6030 | |
6270 | 6031 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6032 | |
6033 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6034 Always set lt and pt. | |
6035 | |
6269 | 6036 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6037 | |
6038 * plot/contourc.m: Correctly compute X and Y. | |
6039 | |
6268 | 6040 2007-02-05 John W. Eaton <jwe@octave.org> |
6041 | |
6042 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6043 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6044 | |
6264 | 6045 2007-02-01 John W. Eaton <jwe@octave.org> |
6046 | |
6266 | 6047 * plot/__uiobject_draw_axes__.m: |
6048 Don't try to set axis limits unless we have data. | |
6049 | |
6264 | 6050 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6051 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6052 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6053 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6054 instead of of key and fmt strings. | |
6055 | |
6056 * plot/__pltopt1__.m: Greatly simplify. | |
6057 | |
6058 * plot/__next_line_color__.m: New file. | |
6059 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6060 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6061 | |
6062 * plot/__default_plot_options__.m: New file. | |
6063 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6064 | |
6065 * plot/__plt3__.m: Delete. | |
6066 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6067 | |
6259 | 6068 2007-01-31 John W. Eaton <jwe@octave.org> |
6069 | |
6263 | 6070 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6071 linestyle, linewidth, marker, and markersize properties. | |
6072 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6073 colors and widths, and line styles. | |
6074 | |
6075 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6076 |
6261 | 6077 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6078 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6079 | |
6080 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6081 __gnuplot_save_data__. | |
6082 | |
6259 | 6083 * image/image.m: Accept 2 args, but ignore the second for now. |
6084 | |
6258 | 6085 2007-01-30 David Bateman <dbateman@free.fr> |
6086 | |
6087 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6088 to flag a package as to be autoloaded. Add install flags -noauto, | |
6089 -auto to force autoload behavior. | |
6090 (installed_packages): Make list of installed packages unique. | |
6091 | |
6259 | 6092 2007-01-30 John W. Eaton <jwe@octave.org> |
6093 | |
6094 * Merge of changes from graphics-branch: | |
6095 | |
6096 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6097 |
6098 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6099 | |
6100 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6101 property if it exists. | |
6102 | |
6259 | 6103 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6104 |
6105 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6106 min values outside of loop over child objects. | |
6107 | |
6108 * plot/contour.m, plot/contourc.m: New files. | |
6109 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6110 | |
6111 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6112 find a gnuplot version newer than 4.0. | |
6113 * image/__img_gnuplot__.m: Delete. | |
6114 * image/image.m: Create image graphics object. | |
6115 Call newplot to setup and drawnow to finish. | |
6116 Eliminate ZOOM arg. | |
6117 | |
6118 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6119 | |
6120 * plot/legend.m: Eliminate useless variable "warned". | |
6121 | |
6122 * plot/__uiobject_image_ctor__.m: New file. | |
6123 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6124 | |
6125 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6126 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6127 | |
6128 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6129 | |
6130 * plot/__default_colormap__.m: New file. | |
6131 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6132 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6133 property. | |
6134 * image/colormap.m: Use colormap property of current figure | |
6135 to store colormap instead of using persistent variable. | |
6136 Call __default_colormap__ to get default map value. | |
6137 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6138 | |
6139 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6140 Handle some tick mark options. | |
6141 | |
6142 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6143 set corresponding *mode to "manual". If we set dataaspectratio, | |
6144 set dataaspectratiomode to "manual". | |
6145 | |
6146 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6147 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6148 | |
6149 * plot/axis.m: New file. | |
6150 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6151 | |
6152 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6153 set corresponding *limmode to "manual". | |
6154 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6155 Use it to compute autosclaled limits. | |
6156 Arg is now handle, not object. Change all callers. | |
6157 Compute data limits. | |
6158 | |
6259 | 6159 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6160 |
6161 * plot/drawnow: Fix visibility check for zero args. | |
6162 | |
6163 * plot/text.m: New file. | |
6164 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6165 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6166 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6167 horizontalalignment properties. | |
6168 | |
6169 * plot/figure.m: Set options for f we just constructed or were | |
6170 given as an argument, not gcf. Only return handle if nargout > 0. | |
6171 | |
6172 * plot/drawnow.m: Handle visible field for figure here. | |
6173 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6174 | |
6175 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6176 title and axis labels. | |
6177 | |
6178 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6179 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6180 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6181 * plot/view.m: New file. | |
6182 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6183 | |
6184 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6185 Call __request_drawnow__. | |
6186 | |
6187 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6188 | |
6189 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6190 Call set to set properties. Return handle instead of structure. | |
6191 Change all callers. | |
6192 | |
6193 * plot/__uiobject_axes_setr__.m: New file. | |
6194 * plot/set.in: Check for __setter__ field. | |
6195 | |
6196 * plot/__uiobject_axes_init__.in: | |
6197 Rename from plot/__uiobject_axes_init__.m. | |
6198 Include __uiobject_globals__. | |
6199 Accept handle as arg instead of structure | |
6200 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6201 from the list. | |
6202 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6203 | |
6259 | 6204 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6205 |
6206 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6207 | |
6208 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6209 initializing each global variable. | |
6210 | |
6259 | 6211 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6212 |
6213 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6214 __uiobject_figure_handles_free_list__): New global variables. | |
6215 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6216 Place unused handles on the free list. | |
6217 | |
6218 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6219 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6220 | |
6221 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6222 handles here. Return figure handle. | |
6223 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6224 | |
6259 | 6225 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6226 |
6227 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6228 data for gnuplot. | |
6229 | |
6230 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6231 files. | |
6232 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6233 (DISTFILES): Include include-globals.awk in the list. | |
6234 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6235 ($(GEN_M) : %.m : %.in): New rule. | |
6236 | |
6237 * include-globals.awk: New file. | |
6238 | |
6239 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6240 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6241 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6242 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6243 plot/__uiobject_init_root_figure__.in, | |
6244 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6245 Rename from corresponding .m files. | |
6246 | |
6247 * move-if-change: New file. | |
6248 | |
6249 * plot/__uiobject_delete__.m: New file. | |
6250 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6251 plot/__uiobject_delete_child__.m: Delete. | |
6252 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6253 not a character string. | |
6254 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6255 Fix assignment to tmp key value in loop. | |
6256 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6257 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6258 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6259 Inline code to delete children. | |
6260 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6261 __uiobject_list__. | |
6262 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6263 and free child. | |
6264 | |
6259 | 6265 2006-12-08 John W. Eaton <jwe@octave.org> |
6266 | |
6267 * plot/gcf.m: Check if the root figure object's currentfigure | |
6268 handle is empty, not 0. | |
6269 * plot/__uiobject_root_figure_ctor__.m: | |
6270 Set currentfigure to [], not 0. | |
6271 | |
6272 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6273 | |
6274 2006-12-07 John W. Eaton <jwe@octave.org> | |
6275 | |
6276 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6277 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6278 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6279 plot/__uiobject_delete_children__.m, | |
6280 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6281 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6282 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6283 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6284 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6285 plot/__uiobject_init_figure__.m, | |
6286 plot/__uiobject_init_root_figure__.m, | |
6287 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6288 plot/__uiobject_remove_child__.m, | |
6289 plot/__uiobject_root_figure_ctor__.m, | |
6290 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6291 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6292 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6293 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6294 plot/set.m: New files. | |
6295 | |
6296 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6297 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6298 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6299 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6300 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6301 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6302 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6303 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6304 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6305 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6306 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6307 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6308 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6309 plot/semilogyerr.m, plot/replot.m: | |
6310 Adapt to new graphics data structure. | |
6311 | |
6312 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6313 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6314 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6315 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6316 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6317 plot/plot_border.m, plot/subwindow.m: Delete. | |
6318 | |
6319 2007-01-24 David Bateman <dbateman@free.fr> | |
6320 | |
6321 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6322 Delete bare newline in string passed to write_INDEX. | |
6323 | |
6324 * sparse/sprandsym.m: Make work for even values of N. | |
6325 | |
6326 2007-01-24 John W. Eaton <jwe@octave.org> | |
6327 | |
6328 * miscellaneous/news.m: New file. | |
6329 | |
6330 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6331 | |
6332 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6333 | |
6334 * strings/strncmp.m: Delete (we now have a built-in version). | |
6335 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6336 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6337 |
6338 * testfun/test.m: Check for all files in path, use first found. | |
6339 | |
6340 2007-01-22 David Bateman <dbateman@free.fr> | |
6341 | |
6342 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6343 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6344 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6345 |
6346 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6347 file name. | |
6348 | |
6349 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6350 nargout is 1. Handle colormaps that have too few colors. | |
6351 | |
6352 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6353 (configure_make): Use fullfile instead of concatenating with "/". | |
6354 | |
6258 | 6355 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6356 | |
6357 * set/ismember.m: Handle N-d arrays. | |
6358 | |
6359 2007-01-10 David Bateman <dbateman@free.fr> | |
6360 | |
6361 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6362 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6363 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6364 New files. | |
6365 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6366 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6367 |
6778 | 6368 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6369 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6370 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6371 |
6372 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6373 instead of concatenating with "/". Use mlock to ensure that | |
6374 persistent variables are not clobbered if user types clear all. | |
6375 | |
6376 2007-01-08 John W. Eaton <jwe@octave.org> | |
6377 | |
6378 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6379 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
|
6380 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6381 |
6382 2007-01-05 John W. Eaton <jwe@octave.org> | |
6383 | |
6384 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6385 New files. | |
6386 | |
6387 2006-12-30 John W. Eaton <jwe@octave.org> | |
6388 | |
6389 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6390 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6391 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6392 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6393 |
6394 * image/imshow.m: Strip NaNs from image. | |
6395 | |
6396 2006-12-08 David Bateman <dbateman@free.fr> | |
6397 | |
6398 * sparse/normest.m: New file. | |
6399 | |
6286 | 6400 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6401 |
6210 | 6402 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6403 Work on Windows systems without cp or mv. | |
6404 | |
6209 | 6405 * startup/inputrc: Include sequences for Windows. |
6406 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6407 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6408 |
6409 * pkg/pkg.m (unload_packages): New function. | |
6410 (pkg): Handle unload action. | |
6411 | |
6412 * __errplot__.m: Add missing semicolon. | |
6413 | |
6193 | 6414 2006-11-30 John W. Eaton <jwe@octave.org> |
6415 | |
6416 * miscellaneous/mexext.m: New file. | |
6417 | |
6189 | 6418 2006-11-29 David Bateman <dbateman@free.fr> |
6419 | |
6420 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6421 location of package lists to be probed and set. | |
6422 | |
6179 | 6423 2006-11-17 John W. Eaton <jwe@octave.org> |
6424 | |
6181 | 6425 * plot/__render_plot1__.m: Reverse y axis for images. |
6426 | |
6179 | 6427 * plot/__render_plot__.m: New args, terminal and output. |
6428 * plot/print.m: Don't set output and term here. Instead, call | |
6429 __render_plot__ with terminal and output. | |
6430 | |
6178 | 6431 2006-11-16 John W. Eaton <jwe@octave.org> |
6432 | |
6433 * plot/__render_plot1__.m: New file. | |
6434 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6435 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6436 gnuplot. Let __render_plot__ do that. | |
6437 | |
6177 | 6438 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6439 | |
6440 * plot/plot.m: Fix doc string. | |
6441 | |
6173 | 6442 2006-11-16 John W. Eaton <jwe@octave.org> |
6443 | |
6444 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6445 before sending anything to the plotter. | |
6446 | |
6172 | 6447 2006-11-15 John W. Eaton <jwe@octave.org> |
6448 | |
6449 * image/__img_gnuplot__.m: Store more info in global plot | |
6450 structures and use __render_plot__ to build plot command to | |
6451 display image. | |
6452 | |
6453 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6454 | |
6455 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6456 __plot_command_sep__): Delete. | |
6457 (__plot_data_type__, __plot_data_parametric__, | |
6458 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6459 __plot_usingstr__, __plot_withstr__): New variables. | |
6460 * plot/__init_plot_vars__.m: Initialize them. | |
6461 | |
6462 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6463 Don't handle sep or cmd. | |
6464 | |
6465 * plot/__render_plot__.m: New function. | |
6466 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6467 Store more info in global plot structures and use __render_plot__ | |
6468 to build plot command. | |
6469 * plot/replot.m: Simply call __render_plot__. | |
6470 | |
6471 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6472 Set __plot_data_parametric__ here. | |
6473 | |
6164 | 6474 2006-11-14 John W. Eaton <jwe@octave.org> |
6475 | |
6166 | 6476 * plot/bottom_title.m, plot/top_title.m: Delete. |
6477 | |
6164 | 6478 * image/image_viewer.m: Set default values here. |
6479 * image/image.m: Not here. | |
6480 | |
6481 * image/image_viewer.m: Always return old values. Check arguments. | |
6482 * image/__img_gnuplot__.m: Rename from __img__m. | |
6483 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6484 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6485 |
6486 * image/image_viewer.m: New function. | |
6487 * image/__img_via_file__.m: New function. | |
6488 * image/image.m: Use image_viewer to determine which program to | |
6489 use for image viewing. | |
6754 | 6490 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6491 |
6163 | 6492 2006-11-14 John W. Eaton <jwe@octave.org> |
6493 | |
6494 * plot/__do_legend__.m, plot/__errplot__.m, | |
6495 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6496 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6497 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6498 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6499 Use __plot_globals__ for multiplot variables. Keep track of | |
6500 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6501 | |
6157 | 6502 2006-11-13 John W. Eaton <jwe@octave.org> |
6503 | |
6158 | 6504 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6505 | |
6157 | 6506 * miscellaneous/substruct.m: New function. |
6507 | |
6508 * testfun/assert.m: Force orientation to match when comparing | |
6509 struct elements. | |
6510 | |
6511 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6512 when comparing structs. | |
6513 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6514 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6515 |
6754 | 6516 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6517 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6518 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6519 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6520 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6521 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6522 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6523 |
6156 | 6524 2006-11-13 John W. Eaton <jwe@octave.org> |
6525 | |
6526 * plot/mesh.m: Use size_equal to compare dimensions. | |
6527 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6528 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6529 |
6530 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6531 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6532 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6533 |
6534 * miscellaneous/copyfile.m: Fix docs to match function. | |
6535 | |
6145 | 6536 2006-11-08 John W. Eaton <jwe@octave.org> |
6537 | |
6146 | 6538 * plot/legend.m: New function, adapted from Octave Forge. |
6539 | |
6540 * plot/__do_legend__.m: New function. | |
6541 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6542 plot/replot.m: Call it before plotting. | |
6543 | |
6544 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6545 noparametric" to gnuplot.. | |
6546 | |
6547 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6548 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6549 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6550 and return key title separate from line format. Accept format and | |
6551 key as cellstr. Always return data as cell array. Return format | |
6552 and key title as cellstr. | |
6553 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6554 Handle line format and key titles separately. | |
6555 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6556 | |
6557 * plot/__plot_globals__.m (__plot_line_offset__, | |
6558 __plot_key_labels__, __plot_key_properties__): New global | |
6559 variables. Initialize them. | |
6560 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6561 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6562 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6563 (__plot_line_offset__, __plot_key_labels__, | |
6564 __plot_key_properties__): Store information about plot key titles. | |
6565 | |
6566 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6567 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6568 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6569 respectively. | |
6570 | |
6571 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6572 | |
6145 | 6573 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6574 whle concatenating args. | |
6575 | |
6144 | 6576 2006-11-07 John W. Eaton <jwe@octave.org> |
6577 | |
6578 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6579 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6580 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6581 |
6143 | 6582 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6583 option to regexp. | |
6584 | |
6142 | 6585 * image/__img__.m: Send "set size ratio -1" before plotting. |
6586 | |
6138 | 6587 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6588 | |
6139 | 6589 * strings/index.m: New arg, direction. Simplify and speed up. |
6590 * strings/rindex.m: Implement using index (..., "last"); | |
6591 | |
6754 | 6592 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6593 |
6130 | 6594 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6595 | |
6596 * general/__isequal__.m: Test size and class more consistently. | |
6597 | |
6116 | 6598 2006-10-27 John W. Eaton <jwe@octave.org> |
6599 | |
6117 | 6600 * miscellaneous/ls_command.m: Use /D instead of /w. |
6601 From Michael Goffioul <michael.goffioul@swing.be>. | |
6602 | |
6116 | 6603 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6604 * miscellaneous/dir.m: Mark as a command. | |
6605 | |
6112 | 6606 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6607 | |
6608 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6609 | |
6088 | 6610 2006-10-25 John W. Eaton <jwe@octave.org> |
6611 | |
6612 * image/image.m: Set x = y = [] when nargin == 0; | |
6613 | |
6614 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6615 | |
6616 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6617 * image/__img__.m: New file, originally from | |
6618 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6619 | |
6087 | 6620 2006-10-25 John W. Eaton <jwe@octave.org> |
6621 | |
6622 * plot/__gnuplot_version__.m: New function, originally from | |
6623 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6624 Quentin Spencer <qspencer@ieee.org>. | |
6625 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6626 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6627 |
6628 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6629 | |
6081 | 6630 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6631 | |
6632 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6633 miscellaneous/gunzip.m: New files. | |
6634 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6635 Call unpack to do the real work. | |
6636 | |
6075 | 6637 2006-10-24 John W. Eaton <jwe@octave.org> |
6638 | |
6078 | 6639 * plot/plot3.m: If we have a format string, then also pass using |
6640 string to __plt3__. | |
6641 | |
6077 | 6642 * plot/sombrero.m: Don't return anything if nargout == 0. |
6643 | |
6075 | 6644 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6645 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6646 |
6069 | 6647 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6648 | |
6649 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6650 Quote filenames in shell commands. | |
6651 | |
6055 | 6652 2006-10-17 David Bateman <dbateman@free.fr> |
6653 | |
6654 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6655 the package directory is missing. | |
6656 | |
6052 | 6657 2006-10-13 John W. Eaton <jwe@octave.org> |
6658 | |
6659 * plot/box.m: New function. | |
6660 | |
6050 | 6661 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6662 | |
6663 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6664 | |
6049 | 6665 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6666 | |
6667 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6668 | |
6047 | 6669 2006-10-10 John W. Eaton <jwe@octave.org> |
6670 | |
6671 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6672 | |
6046 | 6673 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6674 | |
6675 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6676 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6677 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6678 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6679 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6680 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6681 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6682 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6683 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6684 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6685 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6686 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6687 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6688 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6689 control/system/buildssic.m, control/system/c2d.m, | |
6690 control/system/cellidx.m, control/system/d2c.m, | |
6691 control/system/dmr2d.m, control/system/fir2sys.m, | |
6692 control/system/is_abcd.m, control/system/is_controllable.m, | |
6693 control/system/is_detectable.m, control/system/is_digital.m, | |
6694 control/system/is_observable.m, control/system/is_siso.m, | |
6695 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6696 control/system/jet707.m, control/system/listidx.m, | |
6697 control/system/ord2.m, control/system/parallel.m, | |
6698 control/system/ss.m, control/system/ss2zp.m, | |
6699 control/system/starp.m, control/system/sys2ss.m, | |
6700 control/system/sys2tf.m, control/system/sys2zp.m, | |
6701 control/system/sysadd.m, control/system/sysappend.m, | |
6702 control/system/syschtsam.m, control/system/sysconnect.m, | |
6703 control/system/syscont.m, control/system/sysdimensions.m, | |
6704 control/system/sysdisc.m, control/system/sysdup.m, | |
6705 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6706 control/system/sysgroup.m, control/system/sysidx.m, | |
6707 control/system/sysmin.m, control/system/sysmult.m, | |
6708 control/system/sysout.m, control/system/sysprune.m, | |
6709 control/system/sysscale.m, control/system/syssetsignals.m, | |
6710 control/system/syssub.m, control/system/sysupdate.m, | |
6711 control/system/tf.m, control/system/tfout.m, | |
6712 control/system/ugain.m, control/system/zp.m, | |
6713 control/system/zpout.m, control/util/__outlist__.m, | |
6714 control/util/__zgpbal__.m, control/util/prompt.m, | |
6715 control/util/sortcom.m, control/util/strappend.m, | |
6716 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6717 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6718 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6719 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6720 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6721 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6722 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6723 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6724 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6725 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6726 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6727 general/ind2sub.m, general/int2str.m, | |
6728 general/is_duplicate_entry.m, general/isdefinite.m, | |
6729 general/isequal.m, general/isequalwithequalnans.m, | |
6730 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6731 general/isvector.m, general/logical.m, general/logspace.m, | |
6732 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6733 general/perror.m, general/postpad.m, general/prepad.m, | |
6734 general/randperm.m, general/rem.m, general/repmat.m, | |
6735 general/rot90.m, general/rotdim.m, general/shift.m, | |
6736 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6737 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6738 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6739 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6740 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6741 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6742 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6743 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6744 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6745 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6746 linear-algebra/logm.m, linear-algebra/norm.m, | |
6747 linear-algebra/null.m, linear-algebra/orth.m, | |
6748 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6749 linear-algebra/trace.m, linear-algebra/vec.m, | |
6750 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6751 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6752 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6753 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6754 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6755 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6756 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6757 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6758 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6759 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6760 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6761 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6762 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6763 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6764 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6765 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6766 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6767 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6768 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6769 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6770 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6771 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6772 polynomial/polyder.m, polynomial/polyderiv.m, | |
6773 polynomial/polyfit.m, polynomial/polygcd.m, | |
6774 polynomial/polyinteg.m, polynomial/polyout.m, | |
6775 polynomial/polyreduce.m, polynomial/polyval.m, | |
6776 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6777 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6778 set/complement.m, set/create_set.m, set/intersect.m, | |
6779 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6780 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6781 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6782 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6783 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6784 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6785 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6786 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6787 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6788 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6789 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6790 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6791 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6792 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6793 special-matrix/hankel.m, special-matrix/hilb.m, | |
6794 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6795 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6796 statistics/base/center.m, statistics/base/cloglog.m, | |
6797 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6798 statistics/base/cov.m, statistics/base/cut.m, | |
6799 statistics/base/gls.m, statistics/base/iqr.m, | |
6800 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6801 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6802 statistics/base/mean.m, statistics/base/meansq.m, | |
6803 statistics/base/median.m, statistics/base/moment.m, | |
6804 statistics/base/ols.m, statistics/base/ppplot.m, | |
6805 statistics/base/probit.m, statistics/base/qqplot.m, | |
6806 statistics/base/range.m, statistics/base/ranks.m, | |
6807 statistics/base/run_count.m, statistics/base/skewness.m, | |
6808 statistics/base/spearman.m, statistics/base/statistics.m, | |
6809 statistics/base/std.m, statistics/base/studentize.m, | |
6810 statistics/base/table.m, statistics/base/values.m, | |
6811 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6812 statistics/distributions/betainv.m, | |
6813 statistics/distributions/betapdf.m, | |
6814 statistics/distributions/betarnd.m, | |
6815 statistics/distributions/binocdf.m, | |
6816 statistics/distributions/binoinv.m, | |
6817 statistics/distributions/binopdf.m, | |
6818 statistics/distributions/binornd.m, | |
6819 statistics/distributions/cauchy_cdf.m, | |
6820 statistics/distributions/cauchy_inv.m, | |
6821 statistics/distributions/cauchy_pdf.m, | |
6822 statistics/distributions/cauchy_rnd.m, | |
6823 statistics/distributions/chi2cdf.m, | |
6824 statistics/distributions/chi2inv.m, | |
6825 statistics/distributions/chi2pdf.m, | |
6826 statistics/distributions/chi2rnd.m, | |
6827 statistics/distributions/discrete_cdf.m, | |
6828 statistics/distributions/discrete_inv.m, | |
6829 statistics/distributions/discrete_pdf.m, | |
6830 statistics/distributions/discrete_rnd.m, | |
6831 statistics/distributions/empirical_rnd.m, | |
6832 statistics/distributions/expcdf.m, | |
6833 statistics/distributions/expinv.m, | |
6834 statistics/distributions/exppdf.m, | |
6835 statistics/distributions/exprnd.m, | |
6836 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6837 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6838 statistics/distributions/gamcdf.m, | |
6839 statistics/distributions/gaminv.m, | |
6840 statistics/distributions/gampdf.m, | |
6841 statistics/distributions/gamrnd.m, | |
6842 statistics/distributions/geocdf.m, | |
6843 statistics/distributions/geoinv.m, | |
6844 statistics/distributions/geopdf.m, | |
6845 statistics/distributions/geornd.m, | |
6846 statistics/distributions/hygecdf.m, | |
6847 statistics/distributions/hygeinv.m, | |
6848 statistics/distributions/hygepdf.m, | |
6849 statistics/distributions/hygernd.m, | |
6850 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6851 statistics/distributions/laplace_cdf.m, | |
6852 statistics/distributions/laplace_inv.m, | |
6853 statistics/distributions/laplace_pdf.m, | |
6854 statistics/distributions/laplace_rnd.m, | |
6855 statistics/distributions/logistic_cdf.m, | |
6856 statistics/distributions/logistic_inv.m, | |
6857 statistics/distributions/logistic_pdf.m, | |
6858 statistics/distributions/logistic_rnd.m, | |
6859 statistics/distributions/logncdf.m, | |
6860 statistics/distributions/logninv.m, | |
6861 statistics/distributions/lognpdf.m, | |
6862 statistics/distributions/lognrnd.m, | |
6863 statistics/distributions/normcdf.m, | |
6864 statistics/distributions/norminv.m, | |
6865 statistics/distributions/normpdf.m, | |
6866 statistics/distributions/normrnd.m, | |
6867 statistics/distributions/pascal_cdf.m, | |
6868 statistics/distributions/pascal_inv.m, | |
6869 statistics/distributions/pascal_pdf.m, | |
6870 statistics/distributions/pascal_rnd.m, | |
6871 statistics/distributions/poisscdf.m, | |
6872 statistics/distributions/poissinv.m, | |
6873 statistics/distributions/poisspdf.m, | |
6874 statistics/distributions/poissrnd.m, | |
6875 statistics/distributions/stdnormal_cdf.m, | |
6876 statistics/distributions/stdnormal_inv.m, | |
6877 statistics/distributions/stdnormal_pdf.m, | |
6878 statistics/distributions/stdnormal_rnd.m, | |
6879 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6880 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6881 statistics/distributions/unifcdf.m, | |
6882 statistics/distributions/unifinv.m, | |
6883 statistics/distributions/unifpdf.m, | |
6884 statistics/distributions/unifrnd.m, | |
6885 statistics/distributions/wblcdf.m, | |
6886 statistics/distributions/wblinv.m, | |
6887 statistics/distributions/wblpdf.m, | |
6888 statistics/distributions/wblrnd.m, | |
6889 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6890 statistics/tests/bartlett_test.m, | |
6891 statistics/tests/chisquare_test_homogeneity.m, | |
6892 statistics/tests/chisquare_test_independence.m, | |
6893 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6894 statistics/tests/hotelling_test.m, | |
6895 statistics/tests/hotelling_test_2.m, | |
6896 statistics/tests/kolmogorov_smirnov_test.m, | |
6897 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6898 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6899 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6900 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6901 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6902 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6903 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6904 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6905 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6906 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6907 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6908 strings/index.m, strings/isletter.m, strings/lower.m, | |
6909 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6910 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6911 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6912 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6913 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6914 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6915 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6916 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6917 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6918 time/etime.m, time/is_leap_year.m: | |
6919 Use print_usage instead of usage. | |
6920 | |
6044 | 6921 2006-10-09 David Bateman <dbateman@free.fr> |
6922 | |
6923 * time/datevec.m: Add additional compatible default parsing strings. | |
6924 | |
6395 | 6925 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6926 |
6042 | 6927 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6928 Remove compare_versions subfunction. | |
6929 | |
6930 * miscellaneous/compare_versions.m: New function to compare | |
6931 version numbers as strings with any boolean operators. | |
6932 | |
6041 | 6933 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6934 file exists. | |
6935 | |
6036 | 6936 2006-10-04 John W. Eaton <jwe@octave.org> |
6937 | |
6938 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6939 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6940 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 6941 |
6037 | 6942 * pkg/pkg.m: Update docs. Handle prefix option. |
6943 Handle dependencies for load option. | |
6032 | 6944 |
6029 | 6945 2006-10-04 John W. Eaton <jwe@octave.org> |
6946 | |
6030 | 6947 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6948 | |
6949 * plot/clg.m: Delete. | |
6950 * plot/__init_plot_vars__.m: New function. | |
6951 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6952 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6953 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 6954 |
6955 * pkg/pkg.m: Avoid calling addpath with no args. | |
6956 | |
6024 | 6957 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6958 | |
6959 * audio/loadaudio.m, control/base/nyquist.m, | |
6960 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6961 linear-algebra/krylov.m, statistics/base/center.m, | |
6962 statistics/base/median.m, statistics/base/std.m, | |
6963 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6964 find first or last element matching a condition. | |
6965 | |
6023 | 6966 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6967 | |
6968 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6969 general/__isequal__.m: Minimize looping using cellfun. | |
6970 | |
6020 | 6971 2006-10-02 David Bateman <dbateman@free.fr> |
6972 | |
6973 * pkg/pkg.m (copy_files): always create installation directory. | |
6974 | |
6016 | 6975 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6976 | |
6977 * miscellaneous/doc.m: Swap file and directory args to info. | |
6978 | |
6979 2006-10-01 Arno Onken <whyly@gmx.net> | |
6980 | |
6981 * statistics/distributions/exprnd.m: Fix typo. | |
6982 | |
6014 | 6983 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6984 | |
6985 * polynomial/ppval.m: Use .' instead of '. | |
6986 * polynomial/spline.m: Likewise. New tests. | |
6987 | |
6004 | 6988 2006-09-26 David Bateman <dbateman@free.fr> |
6989 | |
6990 * __plt3__.m: Using global variables __plot_data__, | |
6991 __plot_data_offset__ and __plot_command__ to store plots and | |
6992 correctly handle multiplots, and hold state. Only accept a single | |
6993 data parameter plus, using, format and with strings. Remove | |
6994 setting of gnuplot parameters. | |
6995 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6996 * __setup_plot__.m: Convert to a function and pass the plotting | |
6997 command to use. | |
6998 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6999 * contour.m: Use unwind protect on the parametric state of plot | |
7000 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7001 * mesh.m: ditto. | |
7002 * plot3.m: Error checking, setting of parametric state and | |
7003 formation of matrix to plot moved from old __plt3__. | |
7004 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7005 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7006 |
5997 | 7007 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7008 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7009 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7010 |
7011 * signal/filter2.m: Correct texinfo doc. | |
7012 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7013 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7014 |
7015 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7016 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7017 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7018 |
7019 * pkg/pkg.m (prepare_installation): Don't create package | |
7020 installation directory here. | |
7021 (copy_files): Create it here instead, to avoid issues with | |
7022 upgrades. Also install the COPYING file in packinfo. | |
7023 | |
5989 | 7024 2006-09-13 John W. Eaton <jwe@octave.org> |
7025 | |
7026 * general/blkdiag.m: Adjust to new cellfun rules. | |
7027 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7028 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7029 |
7030 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7031 error message for archive name not matching package name. | |
7032 (installed_packages): Size header of printed results to | |
7033 arguments. Sort the list of installed packages before printing | |
7034 them. | |
7035 | |
5986 | 7036 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7037 | |
7038 * signal/freqz.m: Update tests. | |
7039 | |
7040 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7041 | |
7042 * signal/freqz.m: Corretly postpad arrays. | |
7043 Don't call fliplr on a column vector. | |
7044 | |
5984 | 7045 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7046 | |
7047 * general/shiftdim.m: Use permute instead of reshape. | |
7048 | |
5981 | 7049 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7050 | |
7051 * miscellaneous/parseparams.m: New function. | |
7052 | |
5980 | 7053 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7054 | |
7055 * miscellaneous/doc.m: Swap order of --file and --directory | |
7056 options for info program invocation. | |
7057 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7058 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7059 |
5987 | 7060 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7061 previous change. |
7062 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7063 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7064 |
7065 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7066 absence of trailing "/" in OCTAVE_HOME. | |
7067 | |
5973 | 7068 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7069 | |
7070 * time/datenum.m: Allow arg to be character string. | |
7071 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7072 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7073 |
7074 * pkg/pkg.m (install): Verify that package name correponds to the | |
7075 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7076 they are empty. If package directory is empty, remove it to fail | |
7077 gracefully for system specific packages. | |
7078 (extract_pkgadd, create_pkgadd): delete. | |
7079 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7080 (copy_files): Install both bin/ and doc/ directories, adding the | |
7081 bin/ to the EXEC_PATH when the package is loaded. | |
7082 | |
5962 | 7083 2006-08-24 John W. Eaton <jwe@octave.org> |
7084 | |
7085 * image/saveimage.m: Use logical indexing instead of | |
7086 indices computed by calling find on the logical index. | |
7087 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7088 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7089 |
5967 | 7090 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7091 Use logical indexing instead of indices computed by calling find |
7092 on the logical index. | |
7093 | |
7094 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7095 |
5959 | 7096 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7097 | |
7098 * control/system/tf2zp.m: Simplify gain calculation. | |
7099 | |
5958 | 7100 2006-08-23 John W. Eaton <jwe@octave.org> |
7101 | |
7102 * plot/__plt__.m: Insert using clauses for all plots. | |
7103 | |
5957 | 7104 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7105 | |
7106 * control/system/sysscale.m: Call tf and zp with correct number of | |
7107 args. | |
7108 | |
5955 | 7109 2006-08-22 David Bateman <dbateman@free.fr> |
7110 | |
7111 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7112 Search inst/*.m and src/*.m files in the package for | |
7113 PKG_ADD directives and append user supplied PKG_ADD. | |
7114 (pkg): Call create_pkgadd after copying files. | |
7115 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7116 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7117 |
7118 * pkg/pkg.m: Handle multiple packages in a single file. | |
7119 Insert directory separator between OCTAVE_HOME and rest of package | |
7120 installation directory. | |
7121 | |
7122 2006-08-21 John W. Eaton <jwe@octave.org> | |
7123 | |
7124 * general/num2str.m: Early return if arg is empty. | |
7125 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7126 | |
5946 | 7127 2006-08-21 David Bateman <dbateman@free.fr> |
7128 | |
7129 * strings/mat2str.m: Compute NC before using. | |
7130 | |
5937 | 7131 2006-08-17 John W. Eaton <jwe@octave.org> |
7132 | |
7133 * audio/wavread.m: Fix calculation of sample count. | |
7134 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7135 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7136 |
7137 * image/imshow.m: New Matlab-compatible version. | |
7138 | |
5930 | 7139 2006-08-15 John W. Eaton <jwe@octave.org> |
7140 | |
7141 * deprecated/is_global.m: Delete. | |
7142 | |
5928 | 7143 2006-08-14 John W. Eaton <jwe@octave.org> |
7144 | |
7145 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7146 | |
5926 | 7147 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7148 | |
7149 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7150 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7151 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7152 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7153 |
6778 | 7154 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7155 Use addpath and rmpath instead of manipulating LOADPATH. |
7156 Handle changes to system function. | |
7157 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7158 recursive directory removal. | |
5922 | 7159 |
5924 | 7160 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7161 | |
6778 | 7162 * colormap.m: Change global variable to persistent. |
5923 | 7163 |
5922 | 7164 * rgb2ind.m: Handle single 3-d array as rgb image. |
7165 | |
5920 | 7166 2006-08-14 John W. Eaton <jwe@octave.org> |
7167 | |
7168 * strings/str2double.m: Fix missing semicolon. | |
7169 | |
5910 | 7170 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7171 | |
7172 * plot/plot3.m: Accept one complex or one real and one complex | |
7173 argument and plot real and imaginary components for y and z. | |
7174 | |
5908 | 7175 2006-07-27 John W. Eaton <jwe@octave.org> |
7176 | |
7177 * testfun/test.m: Call fflush after each block of calls to | |
7178 fprintf, fputs, or fdisp. | |
7179 | |
5904 | 7180 2006-07-26 John W. Eaton <jwe@octave.org> |
7181 | |
7182 * miscellaneous/mex.m: New function. | |
7183 | |
5901 | 7184 2006-07-22 John W. Eaton <jwe@octave.org> |
7185 | |
7186 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7187 | |
5881 | 7188 2006-07-07 John W. Eaton <jwe@octave.org> |
7189 | |
7190 * miscellaneous/orderfields.m: New file. | |
7191 | |
5873 | 7192 2006-06-30 John W. Eaton <jwe@octave.org> |
7193 | |
7194 * time/datevec.m: Make another attempt to account for precision of | |
7195 datenum format. | |
7196 | |
5868 | 7197 2006-06-29 John W. Eaton <jwe@octave.org> |
7198 | |
7199 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7200 Use feval instead of "type -q" to get values now that all the | |
7201 symbols are functions. | |
7202 | |
5860 | 7203 2006-06-16 John W. Eaton <jwe@octave.org> |
7204 | |
7205 * time/datevec.m: Avoid computing log of non-positive values. | |
7206 | |
5859 | 7207 2006-06-14 John W. Eaton <jwe@octave.org> |
7208 | |
7209 * time/datevec.m: Attempt to account for precision of datenum format. | |
7210 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7211 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7212 |
7213 * audio/wavread.m: Fix file range error and add read support for | |
7214 24-bit WAV files. | |
7215 | |
5837 | 7216 2006-06-01 David Bateman <dbateman@free.fr> |
7217 | |
7218 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7219 general/interp1.m, general/gradient.m, general/interp2.m, | |
7220 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7221 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7222 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7223 | |
5835 | 7224 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7225 | |
7226 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7227 * miscellaneous/texas_lotto.m: Fix warning message. | |
7228 | |
5830 | 7229 2006-05-26 John W. Eaton <jwe@octave.org> |
7230 | |
7231 * miscellaneous/doc.m: Also handle nargin == 0. | |
7232 | |
5829 | 7233 2006-05-23 John W. Eaton <jwe@octave.org> |
7234 | |
7235 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7236 really needed. | |
7237 | |
5827 | 7238 2006-05-22 John W. Eaton <jwe@octave.org> |
7239 | |
6754 | 7240 * general/lookup.m: New file from Octave Forge. |
5827 | 7241 |
7242 2006-05-22 David Bateman <dbateman@free.fr> | |
7243 | |
6754 | 7244 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7245 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7246 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7247 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7248 special-matrix/magic.m, special-matrix/hadamard.m, | |
7249 strings/strtok.m: New files from Octave Forge. | |
5827 | 7250 |
5824 | 7251 2006-05-19 David Bateman <dbateman@free.fr> |
7252 | |
7253 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7254 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7255 |
5821 | 7256 2006-05-17 John W. Eaton <jwe@octave.org> |
7257 | |
7258 * set/intersection.m: Delete | |
7259 * deprecated/intersection.m: New file. | |
7260 | |
5820 | 7261 2006-05-17 David Bateman <dbateman@free.fr> |
7262 | |
7263 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7264 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7265 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7266 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7267 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7268 Forge. | |
7269 | |
5809 | 7270 2006-05-11 John W. Eaton <jwe@octave.org> |
7271 | |
5815 | 7272 * path/path.m: Delete (now a built-in function). |
7273 | |
5811 | 7274 * pkg/Makefile.in: New file. |
7275 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7276 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7277 |
5808 | 7278 2006-05-10 John W. Eaton <jwe@octave.org> |
7279 | |
7280 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7281 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7282 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7283 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7284 |
7285 * tar.m, untar.m, unzip.m: New files. | |
7286 | |
5801 | 7287 2006-05-10 John W. Eaton <jwe@octave.org> |
7288 | |
5804 | 7289 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7290 * path/setpath.m: Delete. | |
7291 | |
5801 | 7292 * pkg/pkg.m: New file. |
7293 | |
5798 | 7294 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7295 | |
7296 * plot/plot.m: Doc string fix. | |
7297 | |
7298 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7299 | |
7300 * testfun/speeed.m: Use new interface to unique and assert. | |
7301 Improve documentation. Approximate time complexity from log-log | |
7302 plot. Return time complexity and raw times if requested. The | |
7303 mean ratio is no longer returned. Provide complete control over | |
7304 which n are computed. | |
7305 | |
7306 2006-05-09 John W. Eaton <jwe@octave.org> | |
7307 | |
7308 * path/path.m: Move here from miscellaneous. | |
7309 Adapt to new LOADPATH definition. | |
7310 | |
5789 | 7311 2006-05-03 David Bateman <dbateman@free.fr> |
7312 | |
7313 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7314 explicit uses of a path seperation character with pathsep(). | |
7315 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7316 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7317 |
6778 | 7318 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7319 |
5781 | 7320 2006-04-29 John W. Eaton <jwe@octave.org> |
7321 | |
7322 * startup/main-rcfile: Disable some warnings. | |
7323 | |
5762 | 7324 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7325 | |
7326 * strings/strcmpi.m: Return false instead of error if args are not | |
7327 char or cellstr. | |
7328 | |
5750 | 7329 2006-04-10 John W. Eaton <jwe@octave.org> |
7330 | |
7331 * miscellaneous/dir.m: Ensure that returned structure array is | |
7332 Nx1, not 1xN. | |
7333 | |
5746 | 7334 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7335 | |
7336 * plot/hist.m: Ignore NaN in inputs. | |
7337 | |
5745 | 7338 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7339 | |
7340 * miscellaneous/mkoctfile.m: Doc string fix. | |
7341 | |
5741 | 7342 2006-04-05 John W. Eaton <jwe@octave.org> |
7343 | |
7344 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7345 are both empty. | |
7346 * plot/__plt__.m: Ignore empty data and format strings returned | |
7347 from __plt1__ or __plt2__. | |
7348 | |
5737 | 7349 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7350 | |
6778 | 7351 * set/unique.m: Properly handle single column input when |
5737 | 7352 "rows" is specified. |
7353 | |
5732 | 7354 2006-04-04 John W. Eaton <jwe@octave.org> |
7355 | |
5736 | 7356 * path/setpath.m: New file. |
7357 * path/savepath.m: Use setpath to set path instead of assigning | |
7358 directly to LOADPATH. | |
7359 | |
5732 | 7360 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7361 New files, adapted from Octave Forge by Keith Goodman | |
7362 <kwgoodman@gmail.com>. | |
7363 * path: New directory. | |
7364 * Makefile.in (SUBDIRS): Add it to the list. | |
7365 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7366 | |
5731 | 7367 2006-04-02 David Bateman <dbateman@free.fr> |
7368 | |
7369 * general/tril.m, general.triu.m: | |
7370 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7371 to allow user types to work correctly. | |
7372 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7373 | |
5727 | 7374 2006-04-03 David Bateman <dbateman@free.fr> |
7375 | |
7376 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7377 Accept keyword "minor" for minor grid. | |
7378 | |
5721 | 7379 2006-03-28 John W. Eaton <jwe@octave.org> |
7380 | |
7381 * general/isscalar.m: Only require that all dimensions are 1 for | |
7382 compatiblity. | |
7383 | |
7384 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7385 | |
7386 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7387 compatibility. | |
7388 | |
5720 | 7389 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7390 | |
7391 * plot/__errplot__.m: Doc string fix. | |
7392 | |
7393 * miscellaneous/doc.m: Mark as command. | |
7394 | |
7395 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7396 general/isequalwithequalnans.m, general/blkdiag.m, | |
7397 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7398 | |
5717 | 7399 2006-03-27 Don Bindner <dbindner@truman.edu> |
7400 | |
7401 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7402 return 3d matrices. | |
7403 | |
7404 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7405 | |
7406 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7407 | |
5708 | 7408 2006-03-22 John W. Eaton <jwe@octave.org> |
7409 | |
7410 * plot/print.m: Don't replot after popping terminal setting. | |
7411 | |
5696 | 7412 2006-03-20 John W. Eaton <jwe@octave.org> |
7413 | |
7414 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7415 mkoctfile. Use fullfile to construct file name. | |
7416 | |
5695 | 7417 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7418 | |
7419 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7420 shell script from Octave prompt. | |
7421 | |
5690 | 7422 2006-03-17 John W. Eaton <jwe@octave.org> |
7423 | |
5693 | 7424 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7425 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7426 | |
7427 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7428 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7429 Call new wbl functions to do the real work. | |
7430 Swap args and provide default values as necessary to preserve | |
7431 compatibility with old version of Octave. | |
7432 | |
7433 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7434 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7435 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7436 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7437 Swap scale and shape args for compatibility. | |
7438 | |
5692 | 7439 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7440 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7441 Preserve compatibility with old versions of Octave given new | |
7442 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7443 |
5692 | 7444 * statistics/distributions/logncdf.m, |
7445 statistics/distributions/logninv.m, | |
7446 statistics/distributions/lognpdf.m, | |
7447 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7448 From Ben Barrowes <barrowes@alum.mit.edu> | |
7449 | |
5691 | 7450 * deprecated/hypergeometric_rnd.m: Update interface to match |
7451 current 2.1.x version. | |
7452 | |
7453 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7454 | |
5690 | 7455 * miscellaneous/dir.m: Use readdir instead of glob. |
7456 Special case for "." to avoid globbing. Use list_in_columns. | |
7457 Eliminate unused variables len and finfo. | |
7458 | |
5689 | 7459 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7460 | |
7461 * miscellaneous/dir.m: Improve compatibility. | |
7462 | |
5687 | 7463 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7464 | |
7465 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7466 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7467 | |
5686 | 7468 2006-03-16 John W. Eaton <jwe@octave.org> |
7469 | |
7470 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7471 of looking at sum of max dimensions. | |
7472 | |
5681 | 7473 2006-03-16 David Bateman <dbateman@free.fr> |
7474 | |
7475 * testfun/test.m: Clear last warning before warning test to avoid | |
7476 issues with previously set warnings. | |
7477 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7478 sparse matrices. Force matrix type from spqr solution to be | |
7479 singular to force QR solvers to be used for assert. | |
7480 | |
5678 | 7481 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7482 | |
7483 * strings/strfind.m: New file. | |
7484 | |
5677 | 7485 2006-03-16 John W. Eaton <jwe@octave.org> |
7486 | |
7487 * general/rows.m, general/columns.m: Delete. | |
7488 | |
5674 | 7489 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7490 | |
7491 * strings/strcmpi.m: Simplify. | |
7492 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7493 * strings/strtrunc.m: New file. |
5674 | 7494 |
5676 | 7495 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7496 | |
5672 | 7497 2006-03-15 John W. Eaton <jwe@octave.org> |
7498 | |
7499 * 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
|
7500 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7501 |
5671 | 7502 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7503 | |
7504 * miscellaneous/mkoctfile.m: New file. | |
7505 | |
5670 | 7506 2006-03-15 John W. Eaton <jwe@octave.org> |
7507 | |
7508 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7509 | |
5666 | 7510 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7511 | |
7512 * strings/bin2dec.m: Doc fix. | |
7513 | |
5661 | 7514 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7515 | |
7516 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7517 * time/datenum.m: New function to compute day number from time. | |
7518 | |
5659 | 7519 2006-03-09 John W. Eaton <jwe@octave.org> |
7520 | |
7521 * miscellaneous/unix.m, plot/print.m: | |
7522 Swap order of outputs from system. | |
7523 | |
5642 | 7524 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7525 | |
7526 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7527 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7528 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7529 control/base/__stepimp__.m, control/base/are.m, | |
7530 control/base/controldemo.m, control/base/damp.m, | |
7531 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7532 control/base/step.m, control/system/abcddim.m, | |
7533 control/system/is_abcd.m, control/system/is_controllable.m, | |
7534 control/system/is_detectable.m, control/system/is_observable.m, | |
7535 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7536 control/system/jet707.m, control/system/sys2fir.m, | |
7537 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7538 control/system/tfout.m, control/system/ugain.m, | |
7539 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7540 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7541 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7542 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7543 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7544 general/circshift.m, general/columns.m, general/flipdim.m, | |
7545 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7546 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7547 general/isequalwithequalnans.m, general/isscalar.m, | |
7548 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7549 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7550 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7551 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7552 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7553 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7554 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7555 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7556 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7557 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7558 miscellaneous/license.m, miscellaneous/menu.m, | |
7559 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7560 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7561 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7562 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7563 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7564 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7565 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7566 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7567 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7568 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7569 polynomial/polyinteg.m, polynomial/polyout.m, | |
7570 polynomial/polyreduce.m, polynomial/polyval.m, | |
7571 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7572 set/create_set.m, set/intersection.m, set/ismember.m, | |
7573 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7574 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7575 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7576 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7577 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7578 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7579 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7580 special-matrix/vander.m, statistics/base/median.m, | |
7581 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7582 statistics/distributions/gaminv.m, | |
7583 statistics/distributions/gampdf.m, | |
7584 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7585 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7586 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7587 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7588 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7589 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7590 | |
5633 | 7591 2006-02-27 John W. Eaton <jwe@octave.org> |
7592 | |
7593 * time/tic.m: Move here from miscellaneous/tic.m. | |
7594 * time/toc.m: Move here from miscellaneous/toc.m. | |
7595 | |
7596 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7597 | |
7598 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7599 does not assign output of toc to a variable. | |
7600 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7601 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7602 |
7603 * axis.m: Catch limits that are the same and return an error. | |
7604 | |
5625 | 7605 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7606 | |
7607 * plot/print.m: Accept emf device option to support Enhanced | |
7608 Metafile format. | |
7609 | |
7610 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7611 | |
7612 * control/base/lqe.m: Doc fix. | |
7613 | |
5623 | 7614 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7615 | |
7616 * statistics/distributions/gamcdf.m: Doc fix. | |
7617 * statistics/distributions/gaminv.m: Doc fix. | |
7618 * statistics/distributions/gampdf.m: Doc fix. | |
7619 * statistics/distributions/gamrnd.m: Doc fix. | |
7620 | |
5610 | 7621 2006-02-09 David Bateman <dbateman@free.fr> |
7622 | |
6778 | 7623 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7624 for arbitrary user type. | |
7625 * general/tril.m: ditto. | |
7626 * sparse/sprand.m: Doc fix. | |
7627 * sparse/sprandn.m: Ditto. | |
7628 * sparse/sprandsym.m: New function. | |
7629 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7630 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7631 Update for syntax error for latest texinfo.tex file. | |
5610 | 7632 |
5605 | 7633 2006-02-02 John W. Eaton <jwe@octave.org> |
7634 | |
7635 * plot/grid.m: Append ";\n" to "set grid" command. | |
7636 | |
7637 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7638 | |
7639 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7640 | |
5597 | 7641 2006-01-13 John W. Eaton <jwe@octave.org> |
7642 | |
7643 * audio/Makefile.in, control/base/Makefile.in, | |
7644 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7645 control/system/Makefile.in, control/util/Makefile.in, | |
7646 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7647 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7648 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7649 optimization/Makefile.in, plot/Makefile.in, | |
7650 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7651 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7652 special-matrix/Makefile.in, startup/Makefile.in, | |
7653 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7654 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7655 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7656 (all): Depend on PKG_ADD. | |
7657 (PKG_ADD): New target. | |
7658 | |
7659 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7660 | |
7661 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7662 | |
5596 | 7663 2006-01-13 John W. Eaton <jwe@octave.org> |
7664 | |
7665 * time/etime.m: Move here from miscellaneous/etime.m. | |
7666 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7667 | |
5595 | 7668 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7669 | |
6778 | 7670 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7671 * miscellaneous/fullfile.m: Likewise. |
7672 | |
5592 | 7673 2006-01-12 David Bateman <dbateman@free.fr> |
7674 | |
7675 * general/blkdiag.m: Compatible behavior for empty matrices | |
7676 * statistics/base/unidrnd.m: Documentation buglet. | |
7677 | |
5583 | 7678 2005-12-14 David Bateman <dbateman@free.fr> |
7679 | |
5589 | 7680 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7681 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7682 | |
7683 * Makefile.in (SUBDIRS): Include testfun. | |
7684 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7685 | |
5583 | 7686 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7687 | |
7688 * general/__isequal__.m: Remove reference to getfield. | |
7689 | |
7690 * plot/hist.m: Update test code for row/column discrepencies. | |
7691 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7692 Update the test code for this. | |
7693 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7694 | |
5579 | 7695 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7696 | |
7697 * cell/cell2mat.m: New file, from octave-forge. | |
7698 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7699 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7700 |
7701 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7702 New graph theory functions. | |
7703 | |
5574 | 7704 2005-12-13 John W. Eaton <jwe@octave.org> |
7705 | |
7706 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7707 | |
7708 * control/system/ss.m: Doc fix. | |
7709 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7710 | |
5572 | 7711 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7712 | |
7713 * audio/wavread.m, audio/wavwrite.m: | |
7714 Correct scaling for 8-bit linear pcm samples. | |
7715 Improve scaling for all other linear pcm resolutions. | |
7716 | |
5568 | 7717 2005-12-07 John W. Eaton <jwe@octave.org> |
7718 | |
7719 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7720 | |
7721 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7722 * strings/strjust.m: Likewise. | |
7723 | |
7724 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7725 * signal/arma_rnd.m: Likewise. | |
7726 * strings/strcat.m: Likewise. | |
7727 * control/base/__freqresp__.m: Likewise. | |
7728 * control/base/place.m: Likewise. | |
7729 * control/base/pzmap.m: Likewise. | |
7730 * control/base/pzmap.m: Likewise. | |
7731 * control/system/sysappend.m: Likewise. | |
7732 * control/system/syscont.m: Likewise. | |
7733 * control/system/sysdisc.m: Likewise. | |
7734 * control/system/sysgroup.m: Likewise. | |
7735 * control/system/tfout.m: Likewise. | |
7736 * control/system/zpout.m: Likewise. | |
7737 * control/util/__outlist__.m: Likewise. | |
7738 | |
5567 | 7739 2005-12-06 John W. Eaton <jwe@octave.org> |
7740 | |
7741 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7742 Avoid for loop in interleave/deinterleave steps. | |
7743 | |
5565 | 7744 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7745 | |
7746 * audio/wavread.m, audio/wavwrite.m: New files. | |
7747 | |
5563 | 7748 2005-12-06 John W. Eaton <jwe@octave.org> |
7749 | |
7750 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7751 | |
5560 | 7752 2005-12-05 John W. Eaton <jwe@octave.org> |
7753 | |
5561 | 7754 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7755 |
5558 | 7756 2005-12-02 John W. Eaton <jwe@octave.org> |
7757 | |
7758 * miscellaneous/fileattrib.m: New function. | |
7759 | |
5556 | 7760 2005-12-01 John W. Eaton <jwe@octave.org> |
7761 | |
7762 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7763 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7764 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7765 | |
5555 | 7766 2005-11-30 John W. Eaton <jwe@octave.org> |
7767 | |
7768 * linear-algebra/krylov.m: Format doc string. | |
7769 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7770 | |
5551 | 7771 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7772 | |
7773 * general/blkdiag.m: Import from octave-forge. | |
7774 Ignore empty matrices in the input. Add tests. | |
5549 | 7775 |
7776 * general/isequal.m, general/isequalwithequalnans.m: | |
7777 New wrapper scripts for general/__isequal__.m. | |
7778 * general/__isequal__.m: Rename from general/isequal.m. | |
7779 New arg, nans_compare_equal. | |
7780 | |
5548 | 7781 2005-11-29 John W. Eaton <jwe@octave.org> |
7782 | |
7783 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7784 calling system. Only append octave_forge_string if | |
7785 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7786 Call license instead of hard-coding license info here. | |
7787 | |
7788 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7789 __octave_licenses__. Use puts instead of disp. |
5548 | 7790 Use getuid and getpwuid instead of calling unix ("id -un"). |
7791 If nargout = 1, return license info instead of printing usage message. | |
7792 | |
5546 | 7793 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7794 | |
7795 * miscellaneous/ver.m: New file. | |
7796 * miscellaneous/license.m: New file. | |
7797 | |
5545 | 7798 2005-11-22 John W. Eaton <jwe@octave.org> |
7799 | |
7800 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7801 gnuplot set command. | |
7802 | |
5539 | 7803 2005-11-15 John W. Eaton <jwe@octave.org> |
7804 | |
7805 * general/shiftdim.m: Doc fix. | |
7806 | |
5532 | 7807 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7808 | |
7809 * set/unique.m: Doc string fix. | |
7810 | |
5527 | 7811 2005-11-01 John W. Eaton <jwe@octave.org> |
7812 | |
7813 * Makefile.in (distclean, maintainer-clean): | |
7814 Also remove autom4te.cache directory. | |
7815 From Quentin Spencer <qspencer@ieee.org>. | |
7816 | |
5518 | 7817 2005-10-28 John W. Eaton <jwe@octave.org> |
7818 | |
7819 * general/shiftdim.m: Compatibility fix for row vectors. | |
7820 Correct check for non-scalar non-integer shift. For positive | |
7821 N, shift is remainder of N and number of dims. Always return NS. | |
7822 Simplify. | |
7823 | |
5500 | 7824 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7825 | |
7826 * general/randperm.m: Improve compatibility by allowing input | |
7827 value of zero. | |
7828 | |
5493 | 7829 2005-10-13 John W. Eaton <jwe@octave.org> |
7830 | |
7831 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7832 If in multiplot mode, clear plot before issuing new plot command. | |
7833 | |
7834 * plot/__setup_plot__.m: New function. | |
7835 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7836 Handle multiplot data and offsets here. | |
7837 | |
7838 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7839 Move initialization to __setup_plot__.m. | |
7840 | |
7841 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7842 Don't reset gnuplot_command_replot. | |
7843 | |
7844 * plot/replot.m: Handle multiplot data and offsets here. | |
7845 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7846 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7847 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7848 | |
5489 | 7849 2005-10-12 John W. Eaton <jwe@octave.org> |
7850 | |
7851 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7852 | |
5482 | 7853 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7854 | |
7855 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7856 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7857 _inv functions. | |
7858 * chi2pdf.m: Fixed typos in the documentation. | |
7859 | |
5475 | 7860 2005-09-28 John W. Eaton <jwe@octave.org> |
7861 | |
5476 | 7862 * miscellaneous/single.m: New function. |
7863 | |
5475 | 7864 * statistics/base/unidrnd.m: New function. |
7865 | |
5474 | 7866 2005-09-27 John W. Eaton <jwe@octave.org> |
7867 | |
7868 * miscellaneous/dir.m: Filename never includes directory part. | |
7869 | |
5464 | 7870 2005-09-22 John W. Eaton <jwe@octave.org> |
7871 | |
7872 * polynomial/residue.m: Use logical indexing instead of find.. | |
7873 | |
7874 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7875 | |
7876 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7877 and zero poles. | |
7878 | |
5462 | 7879 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7880 | |
7881 * strings/deblank.m: Handle cell arrays. | |
7882 * strings/split.m: New argument, N, to limit number of splits. | |
7883 | |
7884 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7885 | |
7886 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7887 | |
5460 | 7888 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7889 | |
7890 * control/base/rlocus.m: Doc fix. | |
7891 | |
5459 | 7892 2005-09-20 John W. Eaton <jwe@octave.org> |
7893 | |
7894 * general/isvector.m: Improve compatibility. | |
7895 | |
7896 * general/postpad.m: Allow first argument to be a scalar. | |
7897 Allow padding to extend dimensionality. | |
7898 * general/prepad.m: Likewise. | |
7899 | |
5448 | 7900 2005-09-14 Daniel <durbano@shbano.com> |
7901 | |
7902 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7903 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7904 /control/base/dgram.m: Doc string fixes. | |
5448 | 7905 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7906 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7907 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7908 |
7909 * saveimage.m: Do not ignore most significant bit when writing | |
7910 black and white images to file. | |
7911 | |
5443 | 7912 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7913 | |
7914 * audio/playaudio.m, control/base/__bodquist__.m, | |
7915 control/base/lqg.m, control/obsolete/dezero.m, | |
7916 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7917 control/system/c2d.m, control/system/cellidx.m, | |
7918 control/system/d2c.m, control/system/dmr2d.m, | |
7919 control/system/is_signal_list.m, control/system/listidx.m, | |
7920 control/system/ss.m, control/system/sysappend.m, | |
7921 control/system/sysconnect.m, control/system/sysdup.m, | |
7922 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7923 control/system/sysprune.m, control/system/syssetsignals.m, | |
7924 control/system/tfout.m, control/system/zpout.m, | |
7925 control/util/prompt.m, control/util/sortcom.m, | |
7926 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7927 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7928 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7929 general/strerror.m, image/colormap.m, image/imshow.m, | |
7930 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7931 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7932 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7933 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7934 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7935 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7936 plot/print.m, plot/title.m, plot/top_title.m, | |
7937 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7938 statistics/base/mean.m, statistics/base/moment.m, | |
7939 statistics/tests/cor_test.m, | |
7940 statistics/tests/kolmogorov_smirnov_test.m, | |
7941 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7942 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7943 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7944 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7945 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7946 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7947 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7948 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7949 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7950 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7951 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7952 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7953 isvector instead of is_vector. Use isstruct instead of | |
7954 is_struct. Use char instead of setstr. | |
7955 | |
5435 | 7956 2005-08-31 Daniel <durbano@shbano.com> |
7957 | |
7958 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7959 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7960 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7961 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7962 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7963 |
7964 * image/saveimage.m: Open output file in binary mode. | |
7965 | |
7966 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7967 | |
5427 | 7968 2005-08-16 John W. Eaton <jwe@octave.org> |
7969 | |
7970 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7971 outputs. | |
7972 | |
5426 | 7973 2005-08-15 John W. Eaton <jwe@octave.org> |
7974 | |
7975 * strings/strcat.m: Allow single argument. | |
7976 | |
5416 | 7977 2005-07-18 John W. Eaton <jwe@octave.org> |
7978 | |
7979 * strings/strcmp.m: Delete. | |
7980 | |
5413 | 7981 2005-07-13 John W. Eaton <jwe@octave.org> |
7982 | |
7983 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7984 versions of Octave. | |
7985 | |
7986 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7987 | |
7988 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7989 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7990 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7991 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7992 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7993 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7994 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7995 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7996 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7997 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7998 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7999 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8000 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8001 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8002 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8003 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8004 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8005 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8006 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8007 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8008 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8009 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8010 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8011 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8012 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8013 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8014 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8015 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8016 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8017 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8018 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8019 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8020 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8021 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8022 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8023 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8024 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8025 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8026 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8027 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8028 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8029 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8030 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8031 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8032 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8033 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8034 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8035 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8036 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8037 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8038 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8039 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8040 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8041 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8042 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8043 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8044 | |
8045 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8046 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8047 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8048 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8049 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8050 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8051 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8052 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8053 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8054 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8055 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8056 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8057 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8058 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8059 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8060 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8061 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8062 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8063 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8064 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8065 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8066 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8067 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8068 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8069 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8070 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8071 deprecated/wiener_rnd.m: New files. | |
8072 | |
5408 | 8073 2005-07-08 John W. Eaton <jwe@octave.org> |
8074 | |
8075 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8076 * deprecated/weibull_rnd.m: New file. | |
8077 | |
5407 | 8078 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8079 | |
8080 * strings/dec2base.m: Allow matrix arguments. | |
8081 | |
5406 | 8082 2005-07-08 John W. Eaton <jwe@octave.org> |
8083 | |
8084 * plot/__errplot__.m: Use __plot_globals__. | |
8085 * plot/__plt__.m: Likewise. | |
8086 * plot/figure.m: Likewise. | |
8087 | |
8088 * plot/hold.m: New file. | |
8089 * plot/ishold.m: New file. | |
8090 * plot/__plot_globals__.m: New file. | |
8091 | |
5400 | 8092 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8093 | |
8094 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8095 | |
8096 2005-07-05 John W. Eaton <jwe@octave.org> | |
8097 | |
8098 * strings/findstr.m: Return [] for no matches. | |
8099 | |
5399 | 8100 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8101 | |
8102 * miscellaneous/tic.m: Fix doc string. | |
8103 | |
5395 | 8104 2005-06-15 John W. Eaton <jwe@octave.org> |
8105 | |
8106 * polynomial/polyfit.m: Force return value to be a row vector. | |
8107 | |
5393 | 8108 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8109 | |
8110 * general/isequal.m: Correct nargin check. | |
8111 | |
5388 | 8112 2005-06-14 John W. Eaton <jwe@octave.org> |
8113 | |
8114 * general/isvector.m: Handle N-d arrays. | |
8115 From Bill Denney <denney@seas.upenn.edu>. | |
8116 | |
5381 | 8117 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8118 | |
8119 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8120 |
5377 | 8121 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8122 | |
8123 * signal/freqz.m: Use correct calculations when given a vector of | |
8124 frequencies. Improve accuracy of returned frequency vector. | |
8125 Improve speed for medium length filters (at a slight cost for slow | |
8126 filters). Add test cases. | |
8127 | |
5373 | 8128 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8129 | |
8130 * plot/loglog.m: Fix set commands. | |
8131 | |
5381 | 8132 2005-05-25 John W. Eaton <jwe@octave.org> |
8133 | |
8134 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8135 | |
5371 | 8136 2005-05-24 John W. Eaton <jwe@octave.org> |
8137 | |
5373 | 8138 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8139 | |
5372 | 8140 * strings/strncmp.m: New file, from Tom Holroyd |
8141 <tomh@kurage.nimh.nih.gov>. | |
8142 | |
5371 | 8143 * strings/strcmp.m: Return logical values in all cases. |
8144 | |
5366 | 8145 2005-05-23 John W. Eaton <jwe@octave.org> |
8146 | |
8147 * plot/orient.m: New file. Adapt to Octave coding style. | |
8148 Texinfoize doc string. | |
8149 | |
8150 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8151 PKG_ADD command. Use set terminal consistently throughout. Use | |
8152 set terminal push/pop and unconditionally set output to screen | |
8153 when done to avoid requiring gget. Use a cell array for dev_list | |
8154 and cellidx to search for items in the list. Delete local | |
8155 variable endl. Don't set and restore automatic_replot. Use {} | |
8156 instead of nth to index varargin. Delete local variable | |
8157 va_arg_cnt. | |
8158 | |
5355 | 8159 2005-05-18 John W. Eaton <jwe@octave.org> |
8160 | |
8161 * general/num2str.m: Return early if X is a character string. | |
8162 | |
5347 | 8163 2005-05-11 John W. Eaton <jwe@octave.org> |
8164 | |
5348 | 8165 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8166 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8167 | |
5347 | 8168 * plot/polar.m: Don't call __pltopt__ here. |
8169 | |
5333 | 8170 2005-05-02 John W. Eaton <jwe@octave.org> |
8171 | |
8172 * mkdoc: Print header message. | |
8173 | |
5319 | 8174 2005-04-28 John W. Eaton <jwe@octave.org> |
8175 | |
8176 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8177 startup/octaverc. | |
8178 | |
5318 | 8179 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8180 | |
8181 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8182 (__im_numeric_limits__): New internal function. | |
8183 | |
5317 | 8184 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8185 | |
8186 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8187 data, not mean of group_mean. | |
8188 | |
8189 2005-04-28 John W. Eaton <jwe@octave.org> | |
8190 | |
8191 * startup/local-rcfile: New file. | |
8192 * startup/main-rcfile: Rename from startup/octaverc. | |
8193 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8194 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8195 Install local-rcfile in $(localfcnfiledir)/startup. | |
8196 | |
8197 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8198 | |
8199 * startup/inputrc: New file. | |
8200 * startup/octaverc: Configure readline using inputrc from | |
8201 startupfiledir. | |
8202 * startup/Makefile.in (install, install-strip): Install octaverc | |
8203 in $(fcnfiledir)/startup. | |
8204 | |
5310 | 8205 2005-04-27 John W. Eaton <jwe@octave.org> |
8206 | |
8207 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8208 | |
5289 | 8209 2005-04-21 John W. Eaton <jwe@octave.org> |
8210 | |
8211 * optimization/glpk.m: Handle SENSE argument. | |
8212 | |
8213 * optimization/qp.m, optimization/sqp.m: New files. | |
8214 | |
5276 | 8215 2005-04-08 John W. Eaton <jwe@octave.org> |
8216 | |
8217 * Makefile.in (clean, distclean, maintainer-clean): | |
8218 Avoid duplication in rules. | |
8219 | |
5252 | 8220 2005-03-28 John W. Eaton <jwe@octave.org> |
8221 | |
8222 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8223 setting {no,}parametric. | |
8224 * plot/figure.m: Likewise, for setting terminal type. | |
8225 | |
8226 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8227 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8228 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8229 plot/title.m, plot/top_title.m: Avoid eval. | |
8230 | |
5251 | 8231 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8232 | |
5253 | 8233 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8234 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8235 Use __gnuplot_replot__ instead of replot. | |
8236 | |
5252 | 8237 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8238 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8239 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8240 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8241 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8242 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8243 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8244 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8245 |
5251 | 8246 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8247 | |
5244 | 8248 2005-03-24 John W. Eaton <jwe@octave.org> |
8249 | |
8250 * optimization/glpkmex.m: Texinfoize Doc string. | |
8251 * optimization/glpk.m: Likewise. | |
8252 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8253 (row vectors are orginary character strings). | |
8254 * optimization/glpkparam.m: Delete. | |
8255 | |
5243 | 8256 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8257 | |
8258 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8259 of dimensions of X. | |
8260 | |
5237 | 8261 2005-03-23 John W. Eaton <jwe@octave.org> |
8262 | |
5239 | 8263 * general/tril.m, general/triu.m: Return value of same class as |
8264 argument. | |
8265 | |
5237 | 8266 * optimization/glpk.m: Simplify interface. By default, solve |
8267 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8268 * optimization/glpkmex.m: New file. | |
8269 | |
5232 | 8270 2005-03-22 John W. Eaton <jwe@octave.org> |
8271 | |
5237 | 8272 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8273 list. | |
8274 | |
5233 | 8275 * optimization/glpk.m: Adapt to Octave coding style. |
8276 No need for varargout or varargin. | |
8277 Print usage message if nargin > 11. | |
8278 Allow any value of nargout. | |
8279 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8280 Avoid looping when checking character classes. | |
8281 | |
5232 | 8282 * optimization: New directory. |
8283 * Makefile.in (SUBDIRS): Add it to the list. | |
8284 * optimization/Makefile.in: New file. | |
8285 * optimization/glpk.m, optimization/glpkparams.m, | |
8286 optimization/glpktest1, optimization/glpktest2: New files. | |
8287 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8288 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8289 |
8290 * strings/split.m: Quick return for empty second arg. | |
8291 Improve warning for multi-line strings. | |
8292 Speed up by avoiding sprintf in loop and eval. | |
8293 | |
5217 | 8294 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8295 | |
8296 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8297 * polynomial/polyder.m: Ditto. | |
6778 | 8298 * polynomial/polygcd.m: New function. |
5217 | 8299 |
5214 | 8300 2005-03-16 John W. Eaton <jwe@octave.org> |
8301 | |
5215 | 8302 * control/base/__stepimp__.m, control/base/bode.m, |
8303 control/base/frdemo.m, control/base/nichols.m, | |
8304 control/base/nyquist.m, control/base/pzmap.m, | |
8305 control/base/rldemo.m, control/base/rlocus.m, | |
8306 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8307 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8308 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8309 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8310 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8311 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8312 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8313 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8314 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8315 plot/xlabel.m, quaternion/demoquat.m, | |
8316 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8317 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8318 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8319 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8320 gsplot from @seealso docs. | |
5214 | 8321 |
8322 * plot/replot.m: New file. | |
8323 | |
5205 | 8324 2005-03-15 David Bateman <dbateman@free.fr> |
8325 | |
8326 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8327 | |
5196 | 8328 2005-03-09 John W. Eaton <jwe@octave.org> |
8329 | |
8330 * statistics/Makefile.in (bin-dist): Delete target. | |
8331 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8332 * control/Makefile.in: Likewise. |
5196 | 8333 |
5378 | 8334 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8335 (BINDISTFILES): Delete variable. |
5378 | 8336 * control/base/Makefile.in: Likewise. |
8337 * control/hinf/Makefile.in: Likewise. | |
8338 * control/obsolete/Makefile.in: Likewise. | |
8339 * control/system/Makefile.in: Likewise. | |
8340 * control/util/Makefile.in: Likewise. | |
8341 * deprecated/Makefile.in: Likewise. | |
8342 * elfun/Makefile.in: Likewise. | |
8343 * finance/Makefile.in: Likewise. | |
8344 * general/Makefile.in: Likewise. | |
8345 * image/Makefile.in: Likewise. | |
8346 * sparse/Makefile.in: Likewise. | |
8347 * io/Makefile.in: Likewise. | |
8348 * plot/Makefile.in: Likewise. | |
8349 * Makefile.in: Likewise. | |
8350 * miscellaneous/Makefile.in: Likewise. | |
8351 * linear-algebra/Makefile.in: Likewise. | |
8352 * polynomial/Makefile.in: Likewise. | |
8353 * quaternion/Makefile.in: Likewise. | |
8354 * set/Makefile.in: Likewise. | |
8355 * signal/Makefile.in: Likewise. | |
8356 * specfun/Makefile.in: Likewise. | |
8357 * special-matrix/Makefile.in: Likewise. | |
8358 * startup/Makefile.in: Likewise. | |
8359 * statistics/base/Makefile.in: Likewise. | |
8360 * statistics/distributions/Makefile.in: Likewise. | |
8361 * statistics/models/Makefile.in: Likewise. | |
8362 * statistics/tests/Makefile.in: Likewise. | |
8363 * strings/Makefile.in: Likewise. | |
8364 * time/Makefile.in: Likewise. | |
5196 | 8365 |
5195 | 8366 2005-03-08 John W. Eaton <jwe@octave.org> |
8367 | |
8368 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8369 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8370 | |
5192 | 8371 2005-03-04 John W. Eaton <jwe@octave.org> |
8372 | |
8373 * plot/clg.m: New file. | |
8374 | |
5193 | 8375 2005-03-03 John W. Eaton <jwe@octave.org> |
8376 | |
8377 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8378 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8379 strings/strcmpi.m: | |
8380 New files from Octave-forge. Adapt to Octave coding standards. | |
8381 | |
5181 | 8382 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8383 | |
8384 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8385 computation range. | |
8386 | |
5164 | 8387 2005-02-25 John W. Eaton <jwe@octave.org> |
8388 | |
8389 Sparse merge. | |
8390 | |
8391 2005-01-23 David Bateman <dbateman@free.fr> | |
8392 | |
8393 * sparse/randperm.m: Delete duplicate randperm.m. | |
8394 | |
8395 2005-01-10 John W. Eaton <jwe@octave.org> | |
8396 | |
8397 * sparse/Makefile.in: New file. | |
8398 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8399 | |
8400 2005-01-07 David Bateman <dbateman@free.fr> | |
8401 | |
8402 * set/unique.m: import file from octave-forge. | |
8403 | |
8404 2005-01-05 David Bateman <dbateman@free.fr> | |
8405 | |
8406 * Makefile.in: include sparse directory in SUBDIRS. | |
8407 | |
8408 2004-12-30 John W. Eaton <jwe@octave.org> | |
8409 | |
8410 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8411 src/DLD-FUNCTIONS/sparse.cc). | |
8412 | |
8413 2004-12-28 John W. Eaton <jwe@octave.org> | |
8414 | |
8415 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8416 Andy Adler <adler@site.uottawa.ca>. | |
8417 | |
8418 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8419 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8420 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8421 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8422 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8423 | |
8424 * sparse: New directory. | |
8425 | |
5158 | 8426 2005-02-22 John W. Eaton <jwe@octave.org> |
8427 | |
8428 * polynomial/residue.m: Force prepad to always create row vectors. | |
8429 | |
8430 * polynomial/poly.m: Quick return if m is 0. | |
8431 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8432 | |
5154 | 8433 2005-02-21 David Bateman <dbateman@free.fr> |
8434 | |
8435 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8436 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8437 Fix for row vectors with at least one element of lambda not in | |
8438 (0, Inf). | |
8439 | |
5152 | 8440 2005-02-21 John W. Eaton <jwe@octave.org> |
8441 | |
5153 | 8442 * statistics/base/qqplot.m: Use feval instead of eval. |
8443 | |
5152 | 8444 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8445 plot/__axis_label__.m: Issue replot command. | |
8446 | |
5135 | 8447 2005-02-09 John W. Eaton <jwe@octave.org> |
8448 | |
8449 * polynomial/polyderiv.m: Force P to be a row vector. | |
8450 | |
5133 | 8451 2005-02-08 John W. Eaton <jwe@octave.org> |
8452 | |
8453 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8454 provided and len <= computed max_len. | |
8455 | |
5125 | 8456 2005-01-27 David Bateman <dbateman@free.fr> |
8457 | |
8458 * strings/dec2base.m: Be even more careful about handling all digits. | |
8459 | |
8460 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8461 | |
8462 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8463 | |
5123 | 8464 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8465 | |
8466 * statistics/base/median.m: Make it work for the scalar case too. | |
8467 | |
6308 | 8468 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8469 |
8470 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8471 Simplify logic for decoding args. |
5117 | 8472 |
5115 | 8473 2005-01-24 John W. Eaton <jwe@octave.org> |
8474 | |
5116 | 8475 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8476 | |
8477 * plot/__plt__.m: No need to save and reset hold state now. | |
8478 (first_plot): Delete unused variable. | |
8479 | |
5115 | 8480 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8481 | |
8482 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8483 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8484 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8485 plot/__plt2vv__.m: | |
8486 Return data and gnuplot commands instead of evaluating them. | |
8487 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8488 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8489 | |
5108 | 8490 2005-01-18 John W. Eaton <jwe@octave.org> |
8491 | |
8492 * linear-algebra/cross.m: Allocate idx1 before use. | |
8493 | |
5096 | 8494 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8495 | |
8496 * statistics/base/range.m: Fix varargin usage. | |
8497 | |
5091 | 8498 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8499 | |
8500 * strings/deblank.m: Remove all trailing whitespace (check with | |
8501 isspace), not just SPC. | |
8502 | |
5090 | 8503 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8504 | |
8505 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8506 | |
5073 | 8507 2004-11-09 John W. Eaton <jwe@octave.org> |
8508 | |
8509 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8510 From Julius Smith <jos@ccrma.stanford.edu>. | |
8511 | |
5072 | 8512 2004-11-08 John W. Eaton <jwe@octave.org> |
8513 | |
8514 * plot/__plt2vm__.m: Delete debugging statement. | |
8515 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8516 | |
5065 | 8517 2004-11-04 John W. Eaton <jwe@octave.org> |
8518 | |
8519 * plot/hist.m: Always return row vectors for vector args. | |
8520 | |
5031 | 8521 2004-09-23 John W. Eaton <jwe@octave.org> |
8522 | |
8523 * strings/strcmp.m: If args are not strings or cell arrays of | |
8524 strings, return zero instead of reporting an error. | |
8525 | |
5021 | 8526 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8527 | |
8528 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8529 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8530 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8531 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8532 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8533 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8534 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8535 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8536 control/system/is_detectable.m, control/system/is_sample.m, | |
8537 control/system/is_siso.m, control/system/is_stable.m, | |
8538 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8539 control/system/sys2tf.m, control/system/sys2zp.m, | |
8540 control/system/sysappend.m, control/system/sysconnect.m, | |
8541 control/system/sysdisc.m, control/system/sysdup.m, | |
8542 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8543 control/system/syssetsignals.m, control/system/syssub.m, | |
8544 control/system/tf2sys.m, control/system/ugain.m, | |
8545 control/system/zp2ss.m, control/system/zp2sys.m, | |
8546 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8547 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8548 | |
8549 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8550 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8551 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8552 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8553 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8554 control/system/sysappend.m, control/system/sysconnect.m, | |
8555 control/system/sysdup.m, control/system/sysgroup.m, | |
8556 control/system/sysprune.m, control/system/sysreorder.m, | |
8557 control/system/sysscale.m, control/system/syssub.m, | |
8558 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8559 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8560 polynomial/polyout.m, specfun/log2.m: | |
8561 Add output arguments in doc strings. | |
8562 | |
8563 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8564 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8565 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8566 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8567 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8568 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8569 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8570 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8571 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8572 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8573 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8574 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8575 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8576 control/system/c2d.m, control/system/is_abcd.m, | |
8577 control/system/is_controllable.m, control/system/is_detectable.m, | |
8578 control/system/is_observable.m, control/system/is_stable.m, | |
8579 control/system/jet707.m, control/system/ord2.m, | |
8580 control/system/starp.m, control/system/sys2fir.m, | |
8581 control/system/sys2ss.m, control/system/sys2tf.m, | |
8582 control/system/sys2zp.m, control/system/syscont.m, | |
8583 control/system/sysdisc.m, control/system/sysdup.m, | |
8584 control/system/sysgettype.m, control/system/sysgroup.m, | |
8585 control/system/sysmult.m, control/system/sysprune.m, | |
8586 control/system/sysreorder.m, control/system/sysscale.m, | |
8587 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8588 control/system/tf2ss.m, control/system/tf2sys.m, | |
8589 control/system/zp2ss.m, control/system/zp2sys.m, | |
8590 control/util/axis2dlim.m, control/util/prompt.m, | |
8591 control/util/zgfmul.m, control/util/zginit.m, | |
8592 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8593 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8594 in doc strings. | |
8595 | |
8596 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8597 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8598 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8599 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8600 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8601 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8602 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8603 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8604 control/system/c2d.m, control/system/fir2sys.m, | |
8605 control/system/is_stabilizable.m, control/system/jet707.m, | |
8606 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8607 control/util/zgshsr.m, polynomial/polyout.m: | |
8608 New @tex section(s) in doc strings for better formating of printed | |
8609 output. | |
8610 | |
8611 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8612 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8613 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8614 Use proper double quote marks for TeX. | |
8615 | |
8616 * control/base/DEMOcontrol.m: Add missing ; | |
8617 | |
8618 * control/base/nichols.m, control/base/rlocus.m, | |
8619 control/obsolete/minfo.m, control/system/is_digital.m, | |
8620 control/system/ss2zp.m, control/system/sysmin.m, | |
8621 control/system/tf2zp.m, control/util/sortcom.m: | |
8622 Convert documentation to use or more completely use Texinfo. | |
8623 | |
8624 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8625 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8626 control/system/parallel.m, control/system/ss2tf.m, | |
8627 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8628 art splitting over a page boundary. | |
8629 | |
8630 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8631 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8632 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8633 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8634 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8635 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8636 the TeX documentation. | |
8637 | |
8638 * control/system/is_stabilizable.m: | |
8639 Add Copyright so that help is displayed correctly. | |
8640 | |
8641 * special-matrix/vander.m: Octave indexes start at 1. | |
8642 | |
5011 | 8643 2004-09-21 David Bateman <dbateman@free.fr> |
8644 | |
8645 * general/rotdim.m: New function for rotation of an N-d array in an | |
8646 arbitrary plane. | |
8647 | |
8648 * general/flipdim.m: New function to flip an N-d array about an | |
8649 arbitrary axis. | |
8650 | |
5003 | 8651 2004-09-15 David Bateman <dbateman@free.fr> |
8652 | |
8653 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8654 | |
4992 | 8655 2004-09-15 John W. Eaton <jwe@octave.org> |
8656 | |
8657 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8658 Use iscellstr to check for cells rather than iscell. |
8659 Improve diagnostics for invalid args. | |
4992 | 8660 |
4983 | 8661 2004-09-10 David Bateman <dbateman@free.fr> |
8662 | |
8663 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8664 and p with n > 1, and fix for matrix n and p with n == 1. | |
8665 | |
8666 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8667 due to row vs. column vector operations. | |
8668 | |
4964 | 8669 2004-09-03 David Bateman <dbateman@free.fr> |
8670 | |
8671 * general/repmat.m: Fix to allow logical classes. | |
8672 | |
4950 | 8673 2004-08-31 John W. Eaton <jwe@octave.org> |
8674 | |
8675 * general/isa.m: New function, from Octave-forge. | |
8676 | |
8677 2004-08-31 David Bateman <dbateman@free.fr> | |
8678 | |
8679 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8680 limitation on the use of int64 and uint64 types, and the use | |
8681 of the eval. | |
8682 | |
8683 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8684 in .^ with integer types is fixed. | |
8685 | |
8686 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8687 |
8688 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8689 | |
8690 * plot/axis.m: Don't reset axes when querying them. | |
8691 | |
4942 | 8692 2004-08-27 David Bateman <dbateman@free.fr> |
8693 | |
8694 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8695 Eliminate loop. | |
8696 | |
4918 | 8697 2004-07-27 David Bateman <dbateman@free.fr> |
8698 | |
8699 * general/num2str.m: Also insert spaces in output when precision | |
8700 argument is supplied. | |
8701 | |
4915 | 8702 2004-07-23 David Bateman <dbateman@free.fr> |
8703 | |
8704 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8705 | |
4911 | 8706 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8707 | |
8708 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8709 | |
8710 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8711 | |
8712 * miscellaneous/unix.m: Fix doc string. | |
8713 | |
8714 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8715 | |
8716 * plot/figure.m: Clarification of documentation. | |
8717 | |
8718 * image/imshow.m: Warn for complex images. | |
8719 Only estimate colourmap for images in [0, 65536]. | |
8720 | |
8721 2004-07-22 David Bateman <dbateman@free.fr> | |
8722 | |
8723 * general/num2str.m: Fix the case of an all zero input. | |
8724 | |
4906 | 8725 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8726 | |
8727 * general/ind2sub.m: Doc fix. | |
8728 | |
4900 | 8729 2004-06-08 John W. Eaton <jwe@octave.org> |
8730 | |
8731 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8732 convert function handle to string for eval. | |
8733 | |
4898 | 8734 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8735 | |
8736 * plot/errorbar.m: Remove debugging output. | |
8737 | |
8738 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8739 | |
8740 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8741 | |
4897 | 8742 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8743 | |
4898 | 8744 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8745 | |
8746 * polynomial/polyout.m: Use parenthesis if necessary around | |
8747 complex polynomial coefficient. | |
8748 | |
4897 | 8749 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8750 the bug which causes __errplot__ to ignore the last argument. | |
8751 | |
4894 | 8752 2004-06-03 David Bateman <dbateman@free.fr> |
8753 | |
8754 * general/shiftdim.m: New function based on JWE code snippet. | |
8755 | |
8756 * general/circdim.m: New function. | |
8757 | |
4890 | 8758 2004-05-06 David Bateman <dbateman@free.fr> |
8759 | |
8760 * general/issquare.m: Fail if ndim(x) > 2. | |
8761 | |
8762 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8763 | |
8764 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8765 N-d array arguments. Add optional dim argument to define | |
8766 dimension along which to operate. | |
8767 | |
8768 * linear-algebra/dmult.m: Allow N-d arrays. | |
8769 | |
8770 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8771 | |
4885 | 8772 2004-04-29 David Bateman <dbateman@free.fr> |
8773 | |
8774 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8775 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8776 statistics/base/statistics.m, statistics/base/skewness.m | |
8777 statistics/base/iqr.m: | |
8778 Make N-d array aware. Allow optional argument to define the | |
8779 dimension along which to operate. Update the documentation. | |
8780 | |
8781 * statistics/base/ranks.m: Change algorithm to use sort, | |
8782 and adjust for the ties after. | |
8783 | |
8784 * statistics/base/run_counts.m: Change algorithm to use | |
8785 the a combination of diff and find, rather than a for-loop. | |
8786 | |
4881 | 8787 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8788 | |
8789 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8790 | |
4878 | 8791 2004-04-23 David Bateman <dbateman@free.fr> |
8792 | |
8793 * general/int2str.m: Treat only real part of argument, and treat | |
8794 NDArrays by stacking the slices through the matrix vertically. | |
8795 | |
8796 * general/num2str.m: Improve format of integer matrices, and the | |
8797 conversion of complex matrices added. Treat NDArrays by stacking | |
8798 the slices through the matrix vertically. | |
8799 | |
8800 * deprecated/com2str.m: Moved here from general subdirectory. | |
8801 | |
4877 | 8802 2004-04-22 John W. Eaton <jwe@octave.org> |
8803 | |
8804 * quaternion/qtransvmat.m: Use continuation characters to make | |
8805 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8806 | |
4869 | 8807 2004-04-21 David Bateman <dbateman@free.fr> |
8808 | |
5378 | 8809 * elfun/lcm.m: Make N-d aware. |
4870 | 8810 |
4869 | 8811 * general/diff.m: Make the code N-d array aware. Allow an |
8812 optional argument to define the dimension along which to perform | |
8813 the differences and allow the order of the differences to be larger | |
8814 than the dimension itself. | |
8815 | |
8816 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8817 use of these functions to 1- and 2-d arrays. | |
8818 | |
4863 | 8819 2004-04-16 John W. Eaton <jwe@octave.org> |
8820 | |
8821 * elfun/gcd.m: Delete. | |
8822 | |
4862 | 8823 2004-04-15 David Bateman <dbateman@free.fr> |
8824 | |
8825 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8826 | |
8827 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8828 array aware and and optional argument for the dimension along | |
8829 which to operate. | |
8830 | |
5378 | 8831 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8832 argument for the dimension to be consistent with other N-d array |
8833 functions. | |
8834 | |
4860 | 8835 2004-04-08 David Bateman <dbateman@free.fr> |
8836 | |
8837 * statistics/distributions/discrete_cdf.m, | |
8838 statistics/distributions/discrete_inv.m, | |
8839 statistics/distributions/discrete_pdf.m, | |
8840 statistics/distributions/discrete_rnd.m, | |
8841 statistics/distributions/exponential_cdf.m, | |
8842 statistics/distributions/exponential_inv.m, | |
8843 statistics/distributions/exponential_pdf.m, | |
8844 statistics/distributions/exponential_rnd.m, | |
8845 statistics/distributions/f_cdf.m, | |
8846 statistics/distributions/f_inv.m, | |
8847 statistics/distributions/f_pdf.m, | |
8848 statistics/distributions/f_rnd.m, | |
8849 statistics/distributions/geometric_cdf.m, | |
8850 statistics/distributions/geometric_inv.m, | |
8851 statistics/distributions/geometric_pdf.m, | |
8852 statistics/distributions/geometric_rnd.m, | |
8853 statistics/distributions/hypergeometric_rnd.m, | |
8854 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8855 statistics/distributions/laplace_cdf.m, | |
8856 statistics/distributions/laplace_inv.m, | |
8857 statistics/distributions/laplace_pdf.m, | |
8858 statistics/distributions/laplace_rnd.m, | |
8859 statistics/distributions/logistic_inv.m, | |
8860 statistics/distributions/logistic_rnd.m, | |
8861 statistics/distributions/lognormal_cdf.m, | |
8862 statistics/distributions/lognormal_inv.m, | |
8863 statistics/distributions/lognormal_pdf.m, | |
8864 statistics/distributions/lognormal_rnd.m, | |
8865 statistics/distributions/pascal_cdf.m, | |
8866 statistics/distributions/pascal_inv.m, | |
8867 statistics/distributions/pascal_pdf.m, | |
8868 statistics/distributions/pascal_rnd.m, | |
8869 statistics/distributions/poisson_cdf.m, | |
8870 statistics/distributions/poisson_inv.m, | |
8871 statistics/distributions/poisson_pdf.m, | |
8872 statistics/distributions/poisson_rnd.m, | |
8873 statistics/distributions/t_cdf.m, | |
8874 statistics/distributions/t_inv.m, | |
8875 statistics/distributions/t_pdf.m, | |
8876 statistics/distributions/t_rnd.m, | |
8877 statistics/distributions/weibull_cdf.m, | |
8878 statistics/distributions/weibull_inv.m, | |
8879 statistics/distributions/weibull_pdf.m, | |
8880 statistics/distributions/weibull_rnd.m: | |
8881 Allow N-d arrays. | |
8882 | |
8883 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8884 that results in NaN in places where it should not have had. | |
8885 | |
8886 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8887 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8888 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8889 |
8890 * statistics/distributions/empirical_rnd.m: New argument formats | |
8891 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8892 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8893 format. Allow N-d arrays. |
8894 | |
8895 * statistics/distributions/hypergeometric_cdf.m, | |
8896 statistics/distributions/hypergeometric_inv.m, | |
8897 statistics/distributions/hypergeometric_pdf.m, | |
8898 statistics/distributions/wiener_rnd.m: | |
8899 Error for non-scalar arguments. | |
8900 | |
8901 * statistics/distributions/pascal_rnd.m: | |
8902 Correct for n = 1 bug, where all elements were equal. | |
8903 | |
4849 | 8904 2004-04-06 David Bateman <dbateman@free.fr> |
8905 | |
4854 | 8906 * general/common_size.m, miscellaneous/bincoeff.m, |
8907 statistics/distributions/beta_cdf.m, | |
8908 statistics/distributions/beta_inv.m, | |
8909 statistics/distributions/beta_pdf.m, | |
8910 statistics/distributions/beta_rnd.m, | |
8911 statistics/distributions/binomial_cdf.m, | |
8912 statistics/distributions/binomial_inv.m, | |
8913 statistics/distributions/binomial_pdf.m, | |
8914 statistics/distributions/binomial_rnd.m, | |
8915 statistics/distributions/cauchy_cdf.m, | |
8916 statistics/distributions/cauchy_inv.m, | |
8917 statistics/distributions/cauchy_pdf.m, | |
8918 statistics/distributions/cauchy_rnd.m, | |
8919 statistics/distributions/chisquare_cdf.m, | |
8920 statistics/distributions/chisquare_inv.m, | |
8921 statistics/distributions/chisquare_pdf.m, | |
8922 statistics/distributions/chisquare_rnd.m, | |
8923 statistics/distributions/gamma_cdf.m, | |
8924 statistics/distributions/gamma_inv.m, | |
8925 statistics/distributions/gamma_pdf.m, | |
8926 statistics/distributions/gamma_rnd.m, | |
8927 statistics/distributions/normal_cdf.m, | |
8928 statistics/distributions/normal_inv.m, | |
8929 statistics/distributions/normal_pdf.m, | |
8930 statistics/distributions/normal_rnd.m, | |
8931 statistics/distributions/stdnormal_cdf.m, | |
8932 statistics/distributions/stdnormal_pdf.m, | |
8933 statistics/distributions/stdnormal_rnd.m, | |
8934 statistics/distributions/uniform_cdf.m, | |
8935 statistics/distributions/uniform_inv.m, | |
8936 statistics/distributions/uniform_pdf.m, | |
8937 statistics/distributions/uniform_rnd.m: | |
8938 Allow the inputs to be N-d arrays. | |
8939 | |
4852 | 8940 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8941 * statistics/base/median.m: Likewise. | |
4849 | 8942 |
4844 | 8943 2004-04-02 David Bateman <dbateman@free.fr> |
8944 | |
8945 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8946 * statistics/base/center.m, statistics/base/meansq.m, |
8947 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8948 Update for N-d arrays. |
4844 | 8949 * signal/fftshift.m: Fix dimensioning error. |
8950 | |
8951 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8952 N-d arrays. |
4844 | 8953 |
4852 | 8954 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8955 | |
8956 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8957 |
4852 | 8958 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8959 |
8960 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8961 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8962 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8963 | |
8964 * control/system/sysidx.m: Use cellidx and not listidx. | |
8965 | |
4841 | 8966 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8967 | |
8968 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8969 default of "" (so it is off unless explicitly set by the user). | |
8970 | |
4836 | 8971 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8972 | |
8973 * image/imshow.m: Accept "truesize" argument. | |
8974 Ignore current colormap. New tests and demos. | |
8975 | |
4834 | 8976 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8977 | |
8978 * signal/sinewave.m: Allow N to default to M. | |
8979 | |
4826 | 8980 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8981 | |
8982 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8983 | |
4818 | 8984 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8985 | |
8986 * general/deal.m: New function. | |
4819 | 8987 Add tests from Paul Kienzle. |
4818 | 8988 |
4811 | 8989 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8990 | |
8991 * plot/hist.m: Compute histogram correctly for n>=30. | |
8992 | |
5095 | 8993 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8994 |
8995 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8996 | |
4806 | 8997 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8998 | |
8999 * miscellaneous/horzcat.m: Delete. | |
9000 * miscellaneous/vertcat.m: Delete. | |
9001 | |
4790 | 9002 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9003 | |
9004 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9005 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9006 | |
4789 | 9007 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9008 | |
9009 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9010 doing multiple plots in the same gnuplot frame. | |
9011 | |
4780 | 9012 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9013 | |
9014 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9015 control/system/cellidx.m, control/system/ss.m, | |
9016 control/system/tf.m, control/system/zp.m: New functions. | |
9017 | |
4778 | 9018 2004-02-16 Glenn Golden <gdg@zplane.com> |
9019 | |
9020 * statistics/distributions/discrete_inv.m: | |
9021 Reduce memory requirements. | |
9022 | |
4772 | 9023 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9024 | |
9025 * plot/__errcomm__.m: Fix thinko in previous change. | |
9026 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9027 | |
4771 | 9028 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9029 | |
9030 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9031 control/base/analdemo.m, control/base/bddemo.m, | |
9032 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9033 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9034 control/base/rldemo.m, control/base/rlocus.m, | |
9035 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9036 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9037 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9038 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9039 control/obsolete/packsys.m, control/obsolete/series.m, | |
9040 control/system/__sysdefioname__.m, | |
9041 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9042 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9043 control/system/c2d.m, control/system/d2c.m, | |
9044 control/system/dmr2d.m, control/system/fir2sys.m, | |
9045 control/system/is_signal_list.m, control/system/is_siso.m, | |
9046 control/system/jet707.m, control/system/listidx.m, | |
9047 control/system/moddemo.m, control/system/ord2.m, | |
9048 control/system/packedform.m, control/system/parallel.m, | |
9049 control/system/ss2sys.m, control/system/sys2tf.m, | |
9050 control/system/sys2zp.m, control/system/sysadd.m, | |
9051 control/system/sysappend.m, control/system/sysconnect.m, | |
9052 control/system/syscont.m, control/system/sysdimensions.m, | |
9053 control/system/sysdisc.m, control/system/sysdup.m, | |
9054 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9055 control/system/sysgroup.m, control/system/sysmin.m, | |
9056 control/system/sysmult.m, control/system/sysprune.m, | |
9057 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9058 control/system/syssetsignals.m, control/system/syssub.m, | |
9059 control/system/sysupdate.m, control/system/tf2sys.m, | |
9060 control/system/ugain.m, control/system/zp2ss.m, | |
9061 control/system/zp2sys.m, control/util/__outlist__.m, | |
9062 control/util/__zgpbal__.m, control/util/strappend.m: | |
9063 Use cell arrays instead of lists. | |
9064 | |
4723 | 9065 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9066 | |
9067 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9068 so that bar (1, 1) will work. | |
9069 | |
4710 | 9070 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9071 | |
4717 | 9072 * plot/__errcomm__.m: Cope with nargin now being a function. |
9073 * plot/__errplot__.m: Likewise. | |
9074 * plot/__plt__.m: Likewise. | |
9075 * plot/plot_border.m: Likewise. | |
9076 | |
4710 | 9077 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9078 not $(DOCSTRINGS). | |
9079 | |
4706 | 9080 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9081 | |
9082 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9083 rank ([], tol). | |
9084 | |
4691 | 9085 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9086 | |
4692 | 9087 * elfun/acot.m: Return atan (1./z). |
9088 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9089 | |
4691 | 9090 * miscellaneous/dir.m: New file. |
9091 | |
9092 * general/num2str.m: Use "%d" as format if values are ints with | |
9093 magnitude less than 1e10. | |
9094 | |
9095 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9096 | |
9097 * general/num2str.m: If single arg is string, return it. | |
9098 | |
9099 * miscellaneous/not.m: New file. | |
9100 | |
9101 * miscellaneous/unix.m: New file. | |
9102 | |
9103 * miscellaneous/isunix.m: New file. | |
9104 * miscellaneous/ispc.m: New file. | |
9105 | |
9106 * miscellaneous/computer.m: New file. | |
9107 | |
9108 * miscellaneous/delete.m: New file. | |
9109 | |
4689 | 9110 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9111 | |
9112 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9113 | |
9114 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9115 | |
9116 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9117 Always return substituted version of LOADPATH if nargout != 0. | |
9118 | |
4685 | 9119 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9120 | |
9121 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9122 before continuing. | |
9123 | |
9124 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9125 | |
4677 | 9126 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9127 | |
9128 * general/ind2sub.m: New file. | |
9129 * general/sub2ind.m: New file. | |
9130 | |
4675 | 9131 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9132 | |
9133 * control/system/zp2ss.m: Don't save and restore | |
9134 warn_empty_list_elements. | |
9135 | |
9136 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9137 | |
6778 | 9138 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9139 |
4673 | 9140 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9141 | |
9142 * statistics/base/mean.m: Remove special case for row vectors. | |
9143 | |
4637 | 9144 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9145 | |
9146 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9147 | |
4631 | 9148 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9149 | |
9150 * statistics/base/iqr.m: Handle matrices. | |
9151 | |
4630 | 9152 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9153 | |
9154 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9155 | |
4629 | 9156 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9157 | |
9158 * miscellaneous/path.m: Fix thinko in previous change. | |
9159 | |
4609 | 9160 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9161 | |
4629 | 9162 * control/base/dare.m: Check positive (semi)definiteness and |
9163 dimensions of r (and q). | |
9164 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9165 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9166 near unit circle. | |
4611 | 9167 |
9168 * control/system/is_detectable.m: Use Hautus Lemma. | |
9169 Correct the behavior for discrete-time systems. | |
9170 * control/system/is_stabilizable.m: Likewise. | |
9171 | |
4609 | 9172 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9173 | |
9174 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9175 | |
4610 | 9176 * general/isdefinite.m: New function. |
9177 | |
4567 | 9178 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9179 | |
9180 * general/reshape: Delete. | |
9181 | |
4559 | 9182 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9183 | |
9184 * general/numel.m: Delete. | |
9185 | |
4535 | 9186 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9187 | |
4536 | 9188 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9189 | |
9190 * deprecated/isstr.m: New file. | |
4535 | 9191 |
4529 | 9192 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9193 | |
9194 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9195 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9196 | |
4525 | 9197 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9198 | |
9199 * statistics/base/mean.m: Fix missing semicolon problem. | |
9200 | |
4503 | 9201 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9202 | |
9203 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9204 | |
4492 | 9205 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9206 | |
9207 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9208 Allow optional length argument. | |
9209 | |
4491 | 9210 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9211 | |
9212 * polynomial/polyfit.m: Avoid calling flipud. | |
9213 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9214 Return structure as second output value for improved Matlab | |
9215 compatibility. | |
9216 | |
4476 | 9217 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9218 | |
4478 | 9219 * linear-algebra/cond.m: Behave as though old built-in variable |
9220 propagate_empty_matrices is always 1. Also handle empty matrices | |
9221 with one non-zero dimension. | |
9222 | |
4476 | 9223 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9224 warn_single_quote_string to the list. | |
4478 | 9225 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9226 from the list. | |
4476 | 9227 |
5095 | 9228 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9229 |
9230 * signal/autocov.m: Transpose result of conj because diag returns | |
9231 a column vector, not a row vector. | |
9232 | |
9233 * audio/playaudio.m, audio/record.m, image/image.m, | |
9234 miscellaneous/bug_report.m: Protect spaces in filenames | |
9235 with quotes. | |
9236 | |
4466 | 9237 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9238 | |
4468 | 9239 * io/printf.m, io/puts.m: Delete. |
9240 | |
4466 | 9241 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9242 default_return_value from the list. | |
9243 Add warn_undefined_return_values to the list. | |
9244 | |
9245 | |
4464 | 9246 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9247 | |
9248 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9249 and initialize_global_variables from the list. | |
9250 | |
4460 | 9251 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9252 | |
4463 | 9253 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9254 | |
9255 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9256 | |
9257 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9258 * control/system/sys2fir.m: Likewise. | |
9259 | |
9260 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9261 * control/system/__tf2sysl__.m: Likewise. | |
9262 | |
9263 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9264 | |
9265 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9266 and [] concatenation. | |
9267 * control/system/sys2fir.m: Likewise. | |
9268 | |
9269 * control/base/dgram.m, control/base/freqchkw.m, | |
9270 control/base/gram.m, control/system/__abcddims__.m, | |
9271 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9272 control/system/is_sample.m, control/system/is_signal_list.m, | |
9273 control/system/is_siso.m, control/system/sys2fir.m, | |
9274 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9275 control/system/sysgettype.m, control/system/tf2zp.m, | |
9276 control/system/ugain.m, control/util/prompt.m, | |
9277 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9278 control/util/zgshsr.m: | |
9279 Improve conformance to Octave coding style. | |
9280 | |
4461 | 9281 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9282 the list. | |
9283 Delete resize_on_range_error from the list. | |
9284 | |
4460 | 9285 * control/base/pzmap.m, control/base/place.m, |
9286 control/base/__freqresp__.m, control/system/sysappend.m, | |
9287 control/system/syscont.m, control/system/sysdisc.m, | |
9288 control/system/sysgroup.m, control/system/tfout.m, | |
9289 control/system/zp2ss.m, control/system/zpout.m, | |
9290 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9291 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9292 empty_list_elements_ok. | |
9293 | |
9294 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9295 Delete empty_list_elements_ok from the list. | |
9296 | |
4457 | 9297 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9298 | |
9299 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9300 list. | |
9301 Delete treat_neg_dim_as_zero from the list. | |
9302 | |
9303 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9304 | |
4451 | 9305 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9306 | |
4455 | 9307 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9308 was not used in the code in any case). | |
9309 | |
9310 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9311 do_fortran_indexing. | |
9312 | |
4452 | 9313 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9314 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9315 | |
4451 | 9316 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9317 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9318 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9319 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9320 warn_fortran_indexing in the list. | |
9321 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9322 implicit_str_to_num_ok, do_fortran_indexing, and | |
9323 prefer_column_vectors from list. | |
4451 | 9324 |
4440 | 9325 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9326 | |
9327 * Makefile.in (distclean, maintainer-clean): Also remove | |
9328 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9329 directory. | |
9330 | |
5095 | 9331 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9332 |
9333 * plot/hist.m: Don't forget to define n if x is a vector. | |
9334 | |
5095 | 9335 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9336 |
9337 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9338 return "." with extension. | |
9339 | |
4422 | 9340 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9341 | |
9342 * control/base/__stepimp__.m, control/base/nichols.m, | |
9343 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9344 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9345 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9346 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9347 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9348 | |
4413 | 9349 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9350 | |
9351 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9352 | |
5095 | 9353 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9354 |
9355 * plot/hist.m: Improve performance by using different algorithms | |
9356 depending on number of bins. | |
9357 | |
4404 | 9358 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9359 | |
9360 * control/system/sysadd.m: If systems are not "tf", convert before | |
9361 adding. | |
9362 | |
5095 | 9363 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9364 |
9365 * image/imagesc.m: Accept data limits parameter for colormap. | |
9366 | |
5095 | 9367 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9368 |
9369 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9370 the impulse by t_step. | |
9371 | |
4373 | 9372 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9373 | |
9374 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9375 column vectors. | |
9376 | |
5095 | 9377 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9378 |
9379 * linear-algebra/null.m: Handle empty matrix arg. | |
9380 | |
4369 | 9381 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9382 | |
9383 * general/shift.m: Force empty_list_elements_ok to 1. | |
9384 | |
4358 | 9385 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9386 | |
9387 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9388 New files. | |
9389 | |
4348 | 9390 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9391 | |
9392 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9393 function handle to pass to feval. | |
9394 * statistics/base/qqplot.m: Likewise. | |
9395 * statistics/base/ppplot.m: Likewise. | |
9396 * signal/spectral_xdf.m: Likewise. | |
9397 * signal/spectral_adf.m: Likewise. | |
9398 | |
4340 | 9399 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9400 | |
9401 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9402 | |
4334 | 9403 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9404 | |
9405 * linear-algebra/logm.m: New file. | |
9406 | |
5095 | 9407 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9408 |
9409 * mkpkgadd: Scan C++ files as well | |
9410 | |
5095 | 9411 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9412 |
9413 * strings/findstr.m: Return empty set for zero-length target. | |
9414 | |
5095 | 9415 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9416 |
9417 * set/union.m: Preserve the orientation of inputs. | |
9418 | |
4305 | 9419 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9420 | |
9421 * general/int2str.m: Eliminate leading spaces. | |
9422 | |
4303 | 9423 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9424 | |
9425 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9426 | |
5095 | 9427 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9428 |
9429 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9430 $(BUILD_LDFLAGS) to compiler. | |
9431 | |
4295 | 9432 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9433 | |
9434 * general/num2str.m: Don't specify field width for scalars. | |
9435 | |
4292 | 9436 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9437 | |
9438 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9439 | |
4265 | 9440 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9441 | |
4279 | 9442 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9443 | |
4266 | 9444 * miscellaneous/tempname.m: New file. |
9445 | |
9446 * miscellaneous/tempdir.m: New file. | |
9447 | |
4265 | 9448 * miscellaneous/fullfile.m: New file. |
9449 | |
4259 | 9450 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9451 | |
4264 | 9452 * miscellaneous/fileparts.m: New file. |
9453 | |
9454 * io/beep.m: New file. | |
9455 | |
4260 | 9456 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9457 format only. | |
4259 | 9458 |
4257 | 9459 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9460 | |
9461 * strings/strcmp.m: Handle cell arrays of strings. | |
9462 | |
4229 | 9463 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9464 | |
9465 * general/int2str.m: Handle matrices. | |
9466 * general/num2str.m: Likewise. | |
9467 Also handle optional precision, and format args. | |
9468 | |
4225 | 9469 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9470 | |
9471 * audio/Makefile.in, control/base/Makefile.in, | |
9472 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9473 control/system/Makefile.in, elfun/Makefile.in, | |
9474 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9475 io/Makefile.in, linear-algebra/Makefile.in, | |
9476 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9477 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9478 specfun/Makefile.in, special-matrix/Makefile.in, | |
9479 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9480 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9481 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9482 deprecated/Makefile.in: Use new do-script-install and | |
9483 do-script-uninstall macros. | |
9484 | |
9485 * mkpkgadd: New script. | |
9486 | |
9487 * plot/close.m: New file. | |
9488 | |
4184 | 9489 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9490 | |
9491 * image/image.m: Use -raw option for xv. | |
9492 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9493 | |
4172 | 9494 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9495 | |
4174 | 9496 * control/base/lsim.m: Use approximate test for step size change. |
9497 | |
4172 | 9498 * signal/bartlett.m: Avoid row/column mismatch error. |
9499 | |
5095 | 9500 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9501 |
9502 * statistics/base/var.m: Use better formula for improved accuracy. | |
9503 | |
5095 | 9504 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9505 |
9506 * control/base/lsim.m: Correct doc string. | |
9507 | |
5095 | 9508 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9509 |
9510 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9511 | |
4148 | 9512 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9513 | |
9514 * plot/contour.m: Handle x and y as matrices too. | |
9515 | |
5095 | 9516 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9517 |
9518 * plot/contour.m: Fix error and usage messages. | |
9519 | |
4146 | 9520 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9521 | |
9522 * plot/contour.m: Correct orientation of plot. | |
9523 | |
4139 | 9524 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9525 | |
9526 * control/base/analdemo.m: Fix typo. | |
9527 | |
5095 | 9528 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9529 |
9530 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9531 | |
4098 | 9532 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9533 | |
9534 * mkdoc: Exit immediately on errors. | |
9535 Exit with error if gethelp does not exist. | |
9536 | |
9537 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9538 | |
4093 | 9539 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9540 | |
9541 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9542 | |
5095 | 9543 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9544 |
9545 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9546 * statistics/distributions/normal_pdf.m: Likewise. | |
9547 * statistics/distributions/normal_inv.m: Likewise. | |
9548 | |
5095 | 9549 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9550 |
9551 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9552 | |
5095 | 9553 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9554 |
9555 * statistics/base/var.m: Handle complex values. | |
9556 | |
4031 | 9557 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9558 | |
9559 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9560 list. | |
9561 * deprecated/Makefile.in: New file. | |
9562 | |
5095 | 9563 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9564 |
9565 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9566 * statistics/distributions/binomial_cdf.m: Likewise. | |
9567 * statistics/distributions/f_cdf.m: Likewise. | |
9568 * statistics/distributions/t_cdf.m: Likewise. | |
9569 | |
9570 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9571 * specfun/beta.m: Likewise. | |
9572 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9573 * statistics/distributions/gamma_pdf.m: Likewise. | |
9574 * statistics/distributions/poisson_pdf.m: Likewise. | |
9575 | |
9576 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9577 * statistics/distributions/poisson_cdf.m: Likewise. | |
9578 | |
4026 | 9579 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9580 | |
4028 | 9581 * deprecated/is_bool.m: New file. |
9582 * deprecated/is_complex.m: New file. | |
9583 * deprecated/is_global.m: New file. | |
9584 * deprecated/is_list.m: New file. | |
9585 * deprecated/is_matrix.m: New file. | |
9586 * deprecated/is_scalar.m: New file. | |
9587 * deprecated/is_square.m: New file. | |
9588 * deprecated/is_stream.m: New file. | |
9589 * deprecated/is_struct.m: New file. | |
9590 * deprecated/is_symmetric.m: New file. | |
9591 * deprecated/is_vector.m: New file. | |
4030 | 9592 * Change all callers of these functions to use the new names. |
4028 | 9593 |
4029 | 9594 * deprecated: New directory. |
9595 * Makefile.in (SUBDIRS): Add it to the list. | |
9596 | |
4026 | 9597 * general/isscalar.m: Rename from is_scalar.m. |
9598 * general/issquare.m: Rename from is_square.m. | |
9599 * general/issymmetric.m: Rename from is_symmetric.m. | |
9600 * general/isvector.m: Rename from is_vector.m. | |
9601 | |
4022 | 9602 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9603 | |
9604 * statistics/base/mean.m: Allow empty matrices. | |
9605 Handle DIM arg. | |
9606 | |
5095 | 9607 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9608 |
9609 * plot/__errcomm__.m: If format is not specified, default to error | |
9610 bar format. | |
9611 | |
4011 | 9612 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9613 | |
9614 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9615 __F_SETFL__ and __O_NONBLOCK__. | |
9616 | |
9617 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9618 * miscellaneous/bug_report.m: Likewise. | |
9619 | |
4007 | 9620 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9621 | |
4008 | 9622 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9623 * general/rem.m: Likewise. | |
9624 | |
9625 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9626 * plot/semilogxerr.m: Likewise. | |
4007 | 9627 * plot/semilogyerr.m: Likewise. |
9628 | |
5095 | 9629 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9630 |
9631 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9632 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9633 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9634 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9635 | |
9636 * plot/errorbar.m: Use __errcomm__.m. | |
9637 * plot/__errplot__.m: Minor cleanups. | |
9638 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9639 * plot/__pltopt1__.m: Likewise. | |
9640 | |
3980 | 9641 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9642 | |
3981 | 9643 * general/rem.m: Delete redundant call to usage. |
9644 | |
3980 | 9645 * general/mod.m: Additional error checks, Texinfoize doc string. |
9646 | |
5095 | 9647 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9648 |
9649 * general/mod.m: New function. | |
9650 | |
3979 | 9651 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9652 | |
9653 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9654 * control/system/sysadd.m: Likewise. | |
9655 * control/system/sysgroup.m: Likewise. | |
9656 * control/system/syssub.m: Likewise. | |
9657 * elfun/gcd.m: Likewise. | |
9658 * elfun/lcm.m: Likewise. | |
9659 * general/common_size.m: Likewise. | |
9660 * io/printf.m: Likewise. | |
9661 * miscellaneous/menu.m: Likewise. | |
9662 * miscellaneous/path.m: Likewise. | |
9663 * plot/__errplot__.m: Likewise. | |
9664 * plot/__plt__.m: Likewise. | |
9665 * plot/axis.m: Likewise. | |
9666 * plot/errorbar.m: Likewise. | |
9667 * plot/mplot.m: Likewise. | |
9668 * plot/loglog.m: Likewise. | |
9669 * plot/plot.m: Likewise. | |
9670 * plot/plot_border.m: Likewise. | |
9671 * plot/semilogx.m: Likewise. | |
9672 * plot/semilogy.m: Likewise. | |
9673 * plot/xlabel.m: Likewise. | |
9674 * plot/ylabel.m: Likewise. | |
9675 * plot/zlabel.m: Likewise. | |
9676 * statistics/base/ppplot.m: Likewise. | |
9677 * statistics/base/qqplot.m: Likewise. | |
9678 * statistics/tests/bartlett_test.m: Likewise. | |
9679 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9680 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9681 * strings/str2mat.m: Likewise. | |
9682 * strings/strcat.m: Likewise. | |
9683 | |
5095 | 9684 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9685 |
9686 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9687 | |
3924 | 9688 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9689 | |
9690 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9691 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9692 |
5095 | 9693 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9694 |
9695 * general/repmat.m: New function. | |
9696 | |
5095 | 9697 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9698 |
9699 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9700 Use optional parameter to specify the number of bits in the input. | |
9701 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9702 floats in the range [-1,1], 2x speedup. | |
9703 | |
9704 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9705 | |
3910 | 9706 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9707 | |
9708 * linear-algebra/kron.m: Delete. | |
9709 | |
5095 | 9710 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9711 |
9712 * signal/freqz.m: If nargout is zero, plot results instead of | |
9713 returning them. | |
9714 * signal/freqz_plot.m: New file. | |
9715 | |
5095 | 9716 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9717 |
5378 | 9718 * signal/unwrap.m: New file. |
3906 | 9719 |
5095 | 9720 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9721 |
9722 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9723 divide by zero warning. | |
9724 | |
5095 | 9725 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9726 |
3894 | 9727 * strings/deblank.m: Trim \0 as well as blank. |
9728 | |
5378 | 9729 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9730 expressed in radians or Hz relative to a supplied sample rate. |
9731 | |
5095 | 9732 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9733 |
9734 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9735 | |
3891 | 9736 * strings/findstr.m: Vectorize as much as possible. |
9737 | |
5095 | 9738 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9739 |
9740 * special-matrix/invhilb.m: New version that is faster and more | |
9741 accurate. | |
9742 | |
5095 | 9743 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9744 |
9745 * configure.in: Update for autoconf 2.5x. | |
9746 | |
5095 | 9747 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9748 |
9749 * special-matrix/vander.m: Code tidy and vectorize. | |
9750 | |
5095 | 9751 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9752 |
3883 | 9753 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9754 to vectors. Issue a warning in the case x matches y' but return a | |
9755 column vector as Octave currently does. | |
9756 | |
3882 | 9757 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9758 | |
9759 * control/system/starp.m: Leave more of the documentation | |
9760 processing to texinfo and less to the @format block. | |
9761 | |
9762 * image/imagesc.m: Only display image if no output is requested. | |
9763 Code tidying. | |
9764 | |
3876 | 9765 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9766 | |
9767 * statistics/base/center.m: Accept and return empty matrix. | |
9768 | |
3872 | 9769 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9770 | |
9771 * specfun/erfinv.m: Fix usage message. | |
9772 | |
3869 | 9773 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9774 | |
9775 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9776 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9777 | |
3837 | 9778 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9779 | |
9780 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9781 capitalized variable names. | |
9782 | |
3836 | 9783 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9784 | |
9785 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9786 | |
5095 | 9787 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9788 |
9789 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9790 | |
3803 | 9791 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9792 | |
3833 | 9793 * general/cart2pol.m: New file. |
9794 * general/pol2cart.m: New file. | |
9795 * general/cart2sph.m: New file. | |
9796 * general/sph2cart.m: New file. | |
9797 * image/rgb2hsv.m: New file. | |
9798 * image/hsv2rgb.m: New file. | |
3803 | 9799 |
9800 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9801 | |
9802 * plot/meshgrid.m: Avoid for loops. | |
9803 * plot/meshdom.m: Likewise. | |
9804 | |
3801 | 9805 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9806 | |
9807 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9808 | |
9809 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9810 | |
9811 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9812 norm. | |
9813 | |
3792 | 9814 2001-02-09 David Livings <david.livings@asa.co.uk> |
9815 | |
9816 * statistics/tests/welch_test.m: Fix typo. | |
9817 | |
9818 * statistics/distributions/chisquare_cdf.m: | |
9819 Don't restrict inputs to be only positive integers. | |
9820 * statistics/distributions/chisquare_inv.m: Likewise. | |
9821 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9822 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9823 * statistics/distributions/f_cdf.m: Likewise. | |
9824 * statistics/distributions/f_inv.m: Likewise. | |
9825 * statistics/distributions/f_pdf.m: Likewise. | |
9826 * statistics/distributions/f_rnd.m: Likewise. | |
9827 * statistics/distributions/t_cdf.m: Likewise. | |
9828 * statistics/distributions/t_inv.m: Likewise. | |
9829 * statistics/distributions/t_pdf.m: Likewise. | |
9830 * statistics/distributions/t_rnd.m: Likewise. | |
9831 | |
3790 | 9832 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9833 | |
9834 * strings/dec2base.m: New file. | |
9835 * strings/base2dec.m: New file. | |
9836 * strings/strjust.m: New file. | |
9837 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9838 * strings/dec2bin.m: Likewise. | |
9839 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9840 * strings/bin2dec.m: Likewise. | |
9841 | |
5095 | 9842 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9843 |
9844 * statistics/base/ppplot.m: Use gset, not set. | |
9845 * statistics/base/qqplot.m: Likewise. | |
9846 | |
5095 | 9847 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9848 |
9849 * control/system/c2d.m: Add missing endif. | |
9850 | |
3759 | 9851 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9852 | |
9853 * strings/index.m: Return 0 if either string is empty. | |
9854 | |
9855 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9856 | |
9857 * control/system/c2d.m: Allow option of matched pole/zero | |
9858 equivalent for conversion. | |
9859 | |
9860 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9861 | |
9862 * strings/findstr.m: Return empty matrix if search string is empty. | |
9863 | |
3757 | 9864 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9865 | |
9866 * saveimage.m: Do create rawbit image for black and white images, | |
9867 but do it correctly. | |
9868 | |
3754 | 9869 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9870 | |
6778 | 9871 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9872 result polynomials. | |
3754 | 9873 |
3748 | 9874 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9875 | |
9876 * image/saveimage.m: Don't try to create rawbit image. | |
9877 | |
3740 | 9878 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9879 | |
9880 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9881 | |
5095 | 9882 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9883 |
9884 * plot/contour.m: Reorder args for Matlab compatibility. | |
9885 | |
3727 | 9886 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9887 | |
9888 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9889 | |
3717 | 9890 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9891 | |
3718 | 9892 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9893 | |
3717 | 9894 * plot/mesh.m: Also set nologscale before plotting. |
9895 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9896 xyerrorbars instead of just errorbars. | |
9897 | |
3714 | 9898 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9899 | |
9900 * image/image.m: Try display (from ImageMagick) first. | |
9901 | |
3709 | 9902 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9903 | |
9904 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9905 conjugate transpose. | |
9906 | |
3705 | 9907 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9908 | |
9909 * strings/str2mat.m: Apply setstr to each argument. | |
9910 | |
3696 | 9911 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9912 | |
9913 * control/base/dkalman.m: New file. | |
9914 * control/base/dlqe.m: Handle singular A matrix. | |
9915 * control/base/dlqr.m: Likewise. | |
9916 | |
3695 | 9917 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9918 | |
9919 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9920 dimensions don't match. | |
9921 | |
3690 | 9922 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9923 | |
9924 * plot/hist.m: Allow 3 argument form to work. | |
9925 | |
5095 | 9926 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9927 |
9928 * plot/plot.m: Add examples in doc string. | |
9929 | |
5095 | 9930 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9931 |
9932 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9933 Do the right thing even if automatic_replot is not zero. | |
9934 Avoid failure if system has pure imaginary poles. | |
9935 | |
3674 | 9936 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9937 | |
9938 * general/logical.m: Return arg if it is empty. Better error | |
9939 message for non-numeric types. | |
9940 | |
5095 | 9941 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9942 |
9943 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9944 about difference with Matlab dlqe function. | |
9945 | |
9946 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9947 | |
5095 | 9948 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9949 |
9950 * strings/strrep.m: Fix typo. | |
9951 | |
3666 | 9952 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9953 | |
9954 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9955 | |
5095 | 9956 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9957 |
9958 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9959 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9960 |
5095 | 9961 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9962 |
9963 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9964 guess for iteration. | |
9965 | |
3651 | 9966 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9967 | |
9968 * image/image.m: Allow image (A) or image (x, y, A). | |
9969 * image/imagesc.m: Likewise. | |
9970 | |
9971 * image/image.m: If zoom is not supplied, or if it is an empty | |
9972 matrix, autoscale the image. | |
9973 | |
3618 | 9974 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9975 | |
3619 | 9976 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9977 Undo string escapes in text twice(!) before sending to gnuplot. | |
9978 | |
3618 | 9979 * image/saveimage.m: Add comment to file saying who created it and |
9980 when it was created. Suggested by Stephen Eglen | |
9981 <stephen@cogsci.ed.ac.uk>. | |
9982 | |
5095 | 9983 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9984 |
9985 * polynomial/polyreduce.m: Simplify by looking for the first | |
9986 non-zero element rather than the last of the first set of zero | |
9987 elements. | |
9988 | |
9989 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9990 | |
5095 | 9991 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9992 |
9993 * image/saveimage.m: Swap black and white colormaps so zero is | |
9994 displayed as black and 1 is displayed as white. | |
9995 Fix indexing bug in ppm case. | |
9996 | |
3604 | 9997 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9998 | |
9999 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10000 between the two distributions (took same approach as ks.test() in R.) | |
10001 | |
3603 | 10002 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10003 | |
10004 * control/base/bode.m: Temporarily disable automatic_replot. | |
10005 | |
3599 | 10006 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10007 | |
3601 | 10008 * Makefile.in (clean): Also remove gethelp. |
10009 | |
3599 | 10010 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10011 | |
5095 | 10012 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10013 |
10014 * set/create_set.m: Use find to avoid while loop. | |
10015 | |
5095 | 10016 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10017 |
10018 * plot/hist.m: New optional third argument. | |
10019 | |
10020 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10021 | |
10022 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10023 number appended. | |
10024 | |
3575 | 10025 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10026 | |
10027 * gethelp.cc: Sprinkle with std:: qualifier. | |
10028 | |
3498 | 10029 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10030 | |
10031 * image/saveimage.m: Delete some debugging code. | |
10032 | |
3486 | 10033 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10034 | |
10035 * signal/sinc.m: Avoid reshaping. | |
10036 | |
10037 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10038 * image/ind2rgb.m: Ditto. | |
10039 * image/ind2gray.m: Ditto. | |
10040 * general/reshape.m: Ditto. Also no longer needs to reset | |
10041 implicit_str_to_num_ok. | |
10042 | |
3483 | 10043 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10044 | |
10045 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10046 a list of file structures, not a vector of numeric file ids. | |
10047 | |
3474 | 10048 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10049 | |
3476 | 10050 * plot/__axis_label__.m: New function. |
10051 Undo string escapes in text twice(!) before sending to gnuplot. | |
10052 * plot/xlabel.m: Use it. | |
10053 * plot/ylabel.m: Ditto. | |
10054 * plot/zlabel.m: Ditto. | |
10055 | |
3474 | 10056 * plot/mesh.m: Fix error message to reflect reality. |
10057 | |
5095 | 10058 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10059 |
10060 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10061 | |
5095 | 10062 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10063 |
10064 * audio/saveaudio.m: Also accept files with .ul extension. | |
10065 * audio/loadaudio.m: Ditto. | |
10066 * audio/playaudio.m: Ditto. | |
10067 | |
3456 | 10068 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10069 | |
10070 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10071 * statistics/distributions/beta_inv.m: Ditto. | |
10072 * statistics/distributions/beta_pdf.m: Ditto. | |
10073 * statistics/distributions/beta_rnd.m: Ditto. | |
10074 * statistics/distributions/binomial_cdf.m: Ditto. | |
10075 * statistics/distributions/binomial_inv.m: Ditto. | |
10076 * statistics/distributions/binomial_pdf.m: Ditto. | |
10077 * statistics/distributions/binomial_rnd.m: Ditto. | |
10078 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10079 * statistics/distributions/cauchy_inv.m: Ditto. | |
10080 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10081 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10082 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10083 * statistics/distributions/chisquare_inv.m: Ditto. | |
10084 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10085 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10086 * statistics/distributions/discrete_cdf.m: Ditto. | |
10087 * statistics/distributions/discrete_inv.m: Ditto. | |
10088 * statistics/distributions/discrete_pdf.m: Ditto. | |
10089 * statistics/distributions/discrete_rnd.m: Ditto. | |
10090 * statistics/distributions/empirical_cdf.m: Ditto. | |
10091 * statistics/distributions/empirical_inv.m: Ditto. | |
10092 * statistics/distributions/empirical_pdf.m: Ditto. | |
10093 * statistics/distributions/empirical_rnd.m: Ditto. | |
10094 * statistics/distributions/exponential_cdf.m: Ditto. | |
10095 * statistics/distributions/exponential_inv.m: Ditto. | |
10096 * statistics/distributions/exponential_pdf.m: Ditto. | |
10097 * statistics/distributions/exponential_rnd.m: Ditto. | |
10098 * statistics/distributions/f_cdf.m: Ditto. | |
10099 * statistics/distributions/f_inv.m: Ditto. | |
10100 * statistics/distributions/f_pdf.m: Ditto. | |
10101 * statistics/distributions/f_rnd.m: Ditto. | |
10102 * statistics/distributions/gamma_cdf.m: Ditto. | |
10103 * statistics/distributions/gamma_inv.m: Ditto. | |
10104 * statistics/distributions/gamma_pdf.m: Ditto. | |
10105 * statistics/distributions/gamma_rnd.m: Ditto. | |
10106 * statistics/distributions/geometric_cdf.m: Ditto. | |
10107 * statistics/distributions/geometric_inv.m: Ditto. | |
10108 * statistics/distributions/geometric_pdf.m: Ditto. | |
10109 * statistics/distributions/geometric_rnd.m: Ditto. | |
10110 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10111 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10112 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10113 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10114 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10115 * statistics/distributions/laplace_cdf.m: Ditto. | |
10116 * statistics/distributions/laplace_inv.m: Ditto. | |
10117 * statistics/distributions/laplace_pdf.m: Ditto. | |
10118 * statistics/distributions/laplace_rnd.m: Ditto. | |
10119 * statistics/distributions/logistic_cdf.m: Ditto. | |
10120 * statistics/distributions/logistic_inv.m: Ditto. | |
10121 * statistics/distributions/logistic_pdf.m: Ditto. | |
10122 * statistics/distributions/logistic_rnd.m: Ditto. | |
10123 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10124 * statistics/distributions/lognormal_inv.m: Ditto. | |
10125 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10126 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10127 * statistics/distributions/normal_cdf.m: Ditto. | |
10128 * statistics/distributions/normal_inv.m: Ditto. | |
10129 * statistics/distributions/normal_pdf.m: Ditto. | |
10130 * statistics/distributions/normal_rnd.m: Ditto. | |
10131 * statistics/distributions/pascal_cdf.m: Ditto. | |
10132 * statistics/distributions/pascal_inv.m: Ditto. | |
10133 * statistics/distributions/pascal_pdf.m: Ditto. | |
10134 * statistics/distributions/pascal_rnd.m: Ditto. | |
10135 * statistics/distributions/poisson_cdf.m: Ditto. | |
10136 * statistics/distributions/poisson_inv.m: Ditto. | |
10137 * statistics/distributions/poisson_pdf.m: Ditto. | |
10138 * statistics/distributions/poisson_rnd.m: Ditto. | |
10139 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10140 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10141 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10142 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10143 * statistics/distributions/t_cdf.m: Ditto. | |
10144 * statistics/distributions/t_inv.m: Ditto. | |
10145 * statistics/distributions/t_pdf.m: Ditto. | |
10146 * statistics/distributions/t_rnd.m: Ditto. | |
10147 * statistics/distributions/uniform_cdf.m: Ditto. | |
10148 * statistics/distributions/uniform_inv.m: Ditto. | |
10149 * statistics/distributions/uniform_pdf.m: Ditto. | |
10150 * statistics/distributions/uniform_rnd.m: Ditto. | |
10151 * statistics/distributions/weibull_cdf.m: Ditto. | |
10152 * statistics/distributions/weibull_inv.m: Ditto. | |
10153 * statistics/distributions/weibull_pdf.m: Ditto. | |
10154 * statistics/distributions/weibull_rnd.m: Ditto. | |
10155 * statistics/distributions/wiener_rnd.m: Ditto. | |
10156 | |
3453 | 10157 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10158 | |
10159 * statistics/base/values.m: Texinfoize doc string. | |
10160 * statistics/base/var.m: Ditto. | |
10161 * statistics/base/table.m: Ditto. | |
10162 * statistics/base/studentize.m: Ditto. | |
10163 * statistics/base/statistics.m: Ditto. | |
10164 * statistics/base/spearman.m: Ditto. | |
10165 * statistics/base/run_count.m: Ditto. | |
10166 * statistics/base/ranks.m: Ditto. | |
10167 * statistics/base/range.m: Ditto. | |
10168 * statistics/base/qqplot.m: Ditto. | |
10169 * statistics/base/probit.m: Ditto. | |
10170 * statistics/base/ppplot.m: Ditto. | |
10171 * statistics/base/moment.m: Ditto. | |
10172 * statistics/base/meansq.m: Ditto. | |
10173 * statistics/base/logit.m: Ditto. | |
10174 * statistics/base/kendall.m: Ditto. | |
10175 * statistics/base/iqr.m: Ditto. | |
10176 * statistics/base/cut.m: Ditto. | |
10177 * statistics/base/cor.m: Ditto. | |
10178 * statistics/base/cloglog.m: Ditto. | |
10179 * statistics/base/center.m: Ditto. | |
3454 | 10180 * statistics/models/logistic_regression.m: Ditto. |
10181 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10182 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10183 * statistics/tests/anova.m: Ditto. | |
10184 * statistics/tests/bartlett_test.m: Ditto. | |
10185 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10186 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10187 * statistics/tests/cor_test.m: Ditto. | |
10188 * statistics/tests/f_test_regression.m: Ditto. | |
10189 * statistics/tests/hotelling_test.m: Ditto. | |
10190 * statistics/tests/hotelling_test_2.m: Ditto. | |
10191 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10192 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10193 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10194 * statistics/tests/manova.m: Ditto. | |
10195 * statistics/tests/mcnemar_test.m: Ditto. | |
10196 * statistics/tests/prop_test_2.m: Ditto. | |
10197 * statistics/tests/run_test.m: Ditto. | |
10198 * statistics/tests/sign_test.m: Ditto. | |
10199 * statistics/tests/t_test.m: Ditto. | |
10200 * statistics/tests/t_test_2.m: Ditto. | |
10201 * statistics/tests/t_test_regression.m: Ditto. | |
10202 * statistics/tests/u_test.m: Ditto. | |
10203 * statistics/tests/var_test.m: Ditto. | |
10204 * statistics/tests/welch_test.m: Ditto. | |
10205 * statistics/tests/wilcoxon_test.m: Ditto. | |
10206 * statistics/tests/z_test.m: Ditto. | |
10207 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10208 |
3446 | 10209 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10210 | |
10211 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10212 * plot/__plr1__.m: Ditto. |
10213 * plot/__pltopt__.m: Ditto. | |
10214 * plot/__plt__.m: Ditto. | |
10215 * plot/__plt2vv__.m: Ditto. | |
10216 * plot/__plr2__.m: Ditto. | |
10217 * plot/__plr__.m: Ditto. | |
10218 * plot/__plt1__.m: Ditto. | |
10219 * plot/__plt2__.m: Ditto. | |
10220 * plot/__plt2mm__.m: Ditto. | |
10221 * plot/__plt2mv__.m: Ditto. | |
10222 * plot/__plt2ss__.m: Ditto. | |
10223 * miscellaneous/paren.m: Ditto. | |
10224 * miscellaneous/comma.m: Ditto. | |
10225 * miscellaneous/semicolon.m: Ditto. | |
10226 * miscellaneous/path.m: Ditto. | |
10227 * miscellaneous/list_primes.m: Ditto. | |
10228 * miscellaneous/flops.m: Ditto. | |
10229 * miscellaneous/dump_prefs.m: Ditto. | |
10230 * miscellaneous/bug_report.m: Ditto. | |
10231 * linear-algebra/dot.m: Ditto | |
10232 * linear-algebra/dmult.m: Ditto. | |
10233 * general/randperm.m: Ditto. | |
10234 * general/logical.m: Ditto. | |
10235 * general/is_duplicate_entry.m: Ditto. | |
10236 * signal/arch_fit.m: Ditto. | |
10237 * signal/arch_rnd.m: Ditto. | |
10238 * signal/arch_test.m: Ditto. | |
10239 * signal/arma_rnd.m: Ditto. | |
10240 * signal/autocor.m: Ditto. | |
10241 * signal/autocov.m: Ditto. | |
10242 * signal/autoreg_matrix.m: Ditto. | |
10243 * signal/bartlett.m: Ditto. | |
10244 * signal/blackman.m: Ditto. | |
10245 * signal/detrend.m: Ditto. | |
10246 * signal/diffpara.m: Ditto. | |
10247 * signal/durbinlevinson.m: Ditto. | |
10248 * signal/fftconv.m: Ditto. | |
10249 * signal/fftfilt.m: Ditto. | |
10250 * signal/fftshift.m: Ditto. | |
10251 * signal/fractdiff.m: Ditto. | |
10252 * signal/freqz.m: Ditto. | |
10253 * signal/hamming.m: Ditto. | |
10254 * signal/hanning.m: Ditto. | |
10255 * signal/hurst.m: Ditto. | |
10256 * signal/periodogram.m: Ditto. | |
10257 * signal/rectangle_lw.m: Ditto. | |
10258 * signal/rectangle_sw.m: Ditto. | |
10259 * signal/sinc.m: Ditto. | |
10260 * signal/sinetone.m: Ditto. | |
10261 * signal/sinewave.m: Ditto. | |
10262 * signal/spectral_adf.m: Ditto. | |
10263 * signal/spectral_xdf.m: Ditto. | |
10264 * signal/spencer.m: Ditto. | |
10265 * signal/stft.m: Ditto. | |
10266 * signal/synthesis.m: Ditto. | |
10267 * signal/triangle_lw.m: Ditto. | |
10268 * signal/triangle_sw.m: Ditto. | |
10269 * signal/yulewalker.m: Ditto. | |
3450 | 10270 * control/util/strappend.m: Ditto. |
3451 | 10271 * control/base/nichols.m: Ditto. |
3452 | 10272 * control/system/is_signal_list.m: Ditto. |
10273 * control/system/listidx.m: Ditto. | |
10274 * control/system/sysgettsam.m: Ditto. | |
10275 * control/system/sysidx.m: Ditto. | |
3446 | 10276 |
3438 | 10277 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10278 | |
10279 * control/system/__abcddims__.m: Rename from | |
10280 control/system/abcddims.m, change all callers. | |
10281 * control/base/__bodquist__.m: Likewise. | |
10282 * control/base/__freqresp__.m: Likewise. | |
10283 * control/util/__outlist__.m: Likewise. | |
10284 * control/base/__stepimp__.m: Likewise. | |
10285 * control/system/__syschnamesl__.m: Likewise. | |
10286 * control/system/__syscont_disc__.m: Likewise. | |
10287 * control/system/__sysdefioname__.m: Likewise. | |
10288 * control/system/__sysdefstname__.m: Likewise. | |
10289 * control/system/__sysgroupn__.m: Likewise. | |
10290 * control/system/__tf2sysl__.m: Likewise. | |
10291 * control/util/__zgpbal__.m: Likewise. | |
10292 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10293 |
10294 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10295 * quaternion/qconj.m: Ditto. |
10296 * quaternion/qcoordinate_plot.m: Ditto. | |
10297 * quaternion/qderiv.m: Ditto. | |
10298 * quaternion/qderivmat.m: Ditto. | |
10299 * quaternion/qinv.m: Ditto. | |
10300 * quaternion/qmult.m: Ditto. | |
10301 * quaternion/qtrans.m: Ditto. | |
10302 * quaternion/qtransv.m: Ditto. | |
10303 * quaternion/qtransvmat.m: Ditto. | |
10304 * quaternion/quaternion.m: Ditto. | |
3438 | 10305 |
3436 | 10306 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10307 | |
10308 * control/base/Makefile.in: Ditto. | |
10309 * control/hinf/Makefile.in: New file. | |
10310 * control/marsyas/Makefile.in: Ditto. | |
10311 * control/obsolete/Makefile.in: Ditto. | |
10312 * control/system/Makefile.in: Ditto. | |
10313 * control/util/Makefile.in: Ditto. | |
10314 | |
10315 * strings/com2str.m: Move here from control directory. | |
10316 | |
10317 * control/base: New directory. | |
10318 * control/base/DEMOcontrol.m: Move here from control directory. | |
10319 * control/base/analdemo.m: Ditto. | |
10320 * control/base/are.m: Ditto. | |
10321 * control/base/bddemo.m: Ditto. | |
10322 * control/base/bode.m: Ditto. | |
10323 * control/base/bode_bounds.m: Ditto. | |
10324 * control/base/bodquist.m: Ditto. | |
10325 * control/base/controldemo.m: Ditto. | |
10326 * control/base/ctrb.m: Ditto. | |
10327 * control/base/damp.m: Ditto. | |
10328 * control/base/dare.m: Ditto. | |
10329 * control/base/dcgain.m: Ditto. | |
10330 * control/base/dgram.m: Ditto. | |
10331 * control/base/dlqe.m: Ditto. | |
10332 * control/base/dlqr.m: Ditto. | |
10333 * control/base/dlyap.m: Ditto. | |
10334 * control/base/dre.m: Ditto. | |
10335 * control/base/frdemo.m: Ditto. | |
10336 * control/base/freqchkw.m: Ditto. | |
10337 * control/base/freqresp.m: Ditto. | |
10338 * control/base/gram.m: Ditto. | |
10339 * control/base/impulse.m: Ditto. | |
10340 * control/base/lqe.m: Ditto. | |
10341 * control/base/lqg.m: Ditto. | |
10342 * control/base/lqr.m: Ditto. | |
10343 * control/base/lsim.m: Ditto. | |
10344 * control/base/ltifr.m: Ditto. | |
10345 * control/base/lyap.m: Ditto. | |
10346 * control/base/nichols.m: Ditto. | |
10347 * control/base/nyquist.m: Ditto. | |
10348 * control/base/obsv.m: Ditto. | |
10349 * control/base/place.m: Ditto. | |
10350 * control/base/pzmap.m: Ditto. | |
10351 * control/base/rldemo.m: Ditto. | |
10352 * control/base/rlocus.m: Ditto. | |
10353 * control/base/step.m: Ditto. | |
10354 * control/base/stepimp.m: Ditto. | |
10355 * control/base/tzero.m: Ditto. | |
10356 * control/base/tzero2.m: Ditto. | |
10357 | |
10358 * control/hinf: New directory. | |
10359 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10360 * control/hinf/h2norm.m: Ditto. | |
10361 * control/hinf/h2syn.m: Ditto. | |
10362 * control/hinf/hinf_ctr.m: Ditto. | |
10363 * control/hinf/hinfdemo.m: Ditto. | |
10364 * control/hinf/hinfnorm.m: Ditto. | |
10365 * control/hinf/hinfsyn.m: Ditto. | |
10366 * control/hinf/hinfsyn_chk.m: Ditto. | |
10367 * control/hinf/hinfsyn_ric.m: Ditto. | |
10368 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10369 * control/hinf/dgkfdemo.m: Ditto. |
10370 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10371 |
10372 * control/marsyas: New directory. | |
10373 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10374 * control/marsyas/susball.m: Ditto. | |
10375 | |
10376 * control/obsolete/dezero.m: Move here from control directory. | |
10377 * control/obsolete/rotg.m: Ditto. | |
10378 | |
10379 * control/system: New directory. | |
10380 * control/system/abcddim.m: Move here from control directory. | |
10381 * control/system/abcddims.m: Ditto. | |
10382 * control/system/buildssic.m: Ditto. | |
10383 * control/system/c2d.m: Ditto. | |
10384 * control/system/d2c.m: Ditto. | |
10385 * control/system/dmr2d.m: Ditto. | |
10386 * control/system/fir2sys.m: Ditto. | |
10387 * control/system/is_abcd.m: Ditto. | |
10388 * control/system/is_digital.m: Ditto. | |
10389 * control/system/is_sample.m: Ditto. | |
10390 * control/system/is_signal_list.m: Ditto. | |
10391 * control/system/is_siso.m: Ditto. | |
3441 | 10392 * control/system/is_controllable.m: Ditto. |
10393 * control/system/is_detectable.m: Ditto. | |
10394 * control/system/is_observable.m: Ditto. | |
10395 * control/system/is_stabilizable.m: Ditto. | |
10396 * control/system/is_stable.m: Ditto. | |
3436 | 10397 * control/system/jet707.m: Ditto. |
10398 * control/system/listidx.m: Ditto. | |
10399 * control/system/moddemo.m: Ditto. | |
10400 * control/system/ord2.m: Ditto. | |
10401 * control/system/packedform.m: Ditto. | |
10402 * control/system/parallel.m: Ditto. | |
10403 * control/system/ss2sys.m: Ditto. | |
10404 * control/system/ss2tf.m: Ditto. | |
10405 * control/system/ss2zp.m: Ditto. | |
10406 * control/system/starp.m: Ditto. | |
10407 * control/system/sys2fir.m: Ditto. | |
10408 * control/system/sys2ss.m: Ditto. | |
10409 * control/system/sys2tf.m: Ditto. | |
10410 * control/system/sys2zp.m: Ditto. | |
10411 * control/system/sysadd.m: Ditto. | |
10412 * control/system/sysappend.m: Ditto. | |
10413 * control/system/syschnamesl.m: Ditto. | |
10414 * control/system/syschtsam.m: Ditto. | |
10415 * control/system/sysconnect.m: Ditto. | |
10416 * control/system/syscont.m: Ditto. | |
10417 * control/system/syscont_disc.m: Ditto. | |
10418 * control/system/sysdefioname.m: Ditto. | |
10419 * control/system/sysdefstname.m: Ditto. | |
10420 * control/system/sysdimensions.m: Ditto. | |
10421 * control/system/sysdisc.m: Ditto. | |
10422 * control/system/sysdup.m: Ditto. | |
10423 * control/system/sysgetsignals.m: Ditto. | |
10424 * control/system/sysgettsam.m: Ditto. | |
10425 * control/system/sysgettype.m: Ditto. | |
10426 * control/system/sysgroup.m: Ditto. | |
10427 * control/system/sysgroupn.m: Ditto. | |
10428 * control/system/sysidx.m: Ditto. | |
10429 * control/system/sysmin.m: Ditto. | |
10430 * control/system/sysmult.m: Ditto. | |
10431 * control/system/sysout.m: Ditto. | |
10432 * control/system/sysprune.m: Ditto. | |
10433 * control/system/sysreorder.m: Ditto. | |
10434 * control/system/sysrepdemo.m: Ditto. | |
10435 * control/system/sysscale.m: Ditto. | |
10436 * control/system/syssetsignals.m: Ditto. | |
10437 * control/system/syssub.m: Ditto. | |
10438 * control/system/sysupdate.m: Ditto. | |
10439 * control/system/tf2ss.m: Ditto. | |
10440 * control/system/tf2sys.m: Ditto. | |
10441 * control/system/tf2sysl.m: Ditto. | |
10442 * control/system/tf2zp.m: Ditto. | |
10443 * control/system/tfout.m: Ditto. | |
10444 * control/system/ugain.m: Ditto. | |
10445 * control/system/zp2ss.m: Ditto. | |
10446 * control/system/zp2ssg2.m: Ditto. | |
10447 * control/system/zp2sys.m: Ditto. | |
10448 * control/system/zp2tf.m: Ditto. | |
10449 * control/system/zpout.m: Ditto. | |
10450 | |
10451 * control/util: New directory. | |
10452 * control/util/axis2dlim.m: Move here from control directory. | |
10453 * control/util/outlist.m: Ditto. | |
10454 * control/util/prompt.m: Ditto. | |
10455 * control/util/run_cmd.m: Ditto. | |
10456 * control/util/sortcom.m: Ditto. | |
10457 * control/util/strappend.m: Ditto. | |
10458 * control/util/swap.m: Ditto. | |
10459 * control/util/zgfmul.m: Ditto. | |
10460 * control/util/zgfslv.m: Ditto. | |
10461 * control/util/zginit.m: Ditto. | |
10462 * control/util/zgpbal.m: Ditto. | |
10463 * control/util/zgreduce.m: Ditto. | |
10464 * control/util/zgrownorm.m: Ditto. | |
10465 * control/util/zgscal.m: Ditto. | |
10466 * control/util/zgsgiv.m: Ditto. | |
10467 * control/util/zgshsr.m: Ditto. | |
10468 | |
3427 | 10469 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10470 | |
10471 * gethelp.cc (extract_help_text): Discard first space character | |
10472 after consecutive comment characters. | |
10473 | |
3422 | 10474 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10475 | |
10476 * control/obsolete: New directory | |
10477 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10478 * control/obsolete/swapcols.m: Ditto. |
10479 * control/obsolete/dlqg.m: Ditto. | |
10480 * control/obsolete/minfo.m: Ditto. | |
10481 * control/obsolete/packsys.m: Ditto. | |
10482 * control/obsolete/qzval.m: Ditto. | |
10483 * control/obsolete/unpacksys.m: Ditto. | |
10484 * control/obsolete/series.m: Ditto. | |
10485 * control/obsolete/syschnames.m: Ditto. | |
10486 * polynomial/polyout.m: Ditto. | |
3422 | 10487 |
3420 | 10488 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10489 | |
10490 * general/fliplr.m: Eliminate useless copy of arg. | |
10491 * general/flipud.m: Ditto. | |
10492 | |
3418 | 10493 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * linear-algebra/cross.m: Only return a row vector if both args | |
10496 are row vectors. | |
10497 * polynomial/polyfit.m: Likewise. | |
10498 | |
10499 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10500 | |
10501 * statistics/distributions/discrete_rnd.m: | |
10502 Always generate a row vector. | |
10503 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10504 | |
5095 | 10505 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10506 |
10507 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10508 | |
10509 * audio/setaudio.m: Texinfoize doc string. | |
10510 * control/com2str.m: Likewise. | |
10511 * control/controldemo.m: Likewise. | |
10512 * control/DEMOcontrol.m: Likewise. | |
10513 * control/dezero.m: Likewise. | |
10514 * control/dre.m: Likewise. | |
10515 * control/hinfsyn_ric.m: Likewise. | |
10516 | |
5095 | 10517 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10518 |
10519 * io/printf.m: Add @seealso{...} to doc string. | |
10520 * io/puts.m: Likewise. | |
10521 * plot/semilogx.m: Likewise. | |
10522 * plot/semilogy.m: Likewise. | |
10523 * plot/__pltopt__.m: Likewise. | |
10524 * plot/bar.m: Likewise. | |
10525 * plot/xlabel.m: Likewise. | |
10526 * plot/grid.m: Likewise. | |
10527 * plot/shg.m: Likewise. | |
10528 * plot/title.m: Likewise. | |
10529 * plot/mesh.m: Likewise. | |
10530 * plot/__pltopt1__.m: Likewise. | |
10531 * plot/contour.m: Likewise. | |
10532 * plot/hist.m: Likewise. | |
10533 * plot/stairs.m: Likewise. | |
10534 * plot/meshgrid.m: Likewise. | |
10535 * plot/polar.m: Likewise. | |
10536 * plot/loglog.m: Likewise. | |
10537 * plot/plot.m: Likewise. | |
10538 * miscellaneous/semicolon.m: Likewise. | |
10539 * miscellaneous/menu.m: Likewise. | |
10540 * miscellaneous/etime.m: Likewise. | |
10541 * miscellaneous/texas_lotto.m: Likewise. | |
10542 * miscellaneous/comma.m: Likewise. | |
10543 * audio/lin2mu.m: Likewise. | |
10544 * audio/playaudio.m: Likewise. | |
10545 * audio/loadaudio.m: Likewise. | |
10546 * audio/saveaudio.m: Likewise. | |
10547 * audio/mu2lin.m: Likewise. | |
10548 * audio/record.m: Likewise. | |
10549 * strings/isletter.m: Likewise. | |
10550 * strings/lower.m: Likewise. | |
10551 * strings/lower.m: Likewise. | |
10552 * strings/upper.m: Likewise. | |
10553 * specfun/erfinv.m: Likewise. | |
10554 * specfun/gammai.m: Likewise. | |
10555 * specfun/log2.m: Likewise. | |
10556 * specfun/pow2.m: Likewise. | |
10557 * elfun/gcd.m: Likewise. | |
10558 * elfun/lcm.m: Likewise. | |
10559 * special-matrix/vander.m: Likewise. | |
10560 * special-matrix/sylvester_matrix.m: Likewise. | |
10561 * special-matrix/hilb.m: Likewise. | |
10562 * special-matrix/hankel.m: Likewise. | |
10563 * special-matrix/toeplitz.m: Likewise. | |
10564 * special-matrix/invhilb.m: Likewise. | |
10565 * statistics/base/std.m: Likewise. | |
10566 * statistics/base/median.m: Likewise. | |
10567 * linear-algebra/cond.m: Likewise. | |
10568 * linear-algebra/norm.m: Likewise. | |
10569 * finance/nper.m: Likewise. | |
10570 * finance/pmt.m: Likewise. | |
10571 * finance/pv.m: Likewise. | |
10572 * finance/rate.m: Likewise. | |
10573 * finance/npv.m: Likewise. | |
10574 * general/fliplr.m: Likewise. | |
10575 * general/flipud.m: Likewise. | |
10576 * general/is_scalar.m: Likewise. | |
10577 * general/rem.m: Likewise. | |
10578 * general/perror.m: Likewise. | |
10579 * general/tril.m: Likewise. | |
10580 * general/rot90.m: Likewise. | |
10581 * general/num2str.m: Likewise. | |
10582 * general/int2str.m: Likewise. | |
10583 * general/reshape.m: Likewise. | |
10584 * general/logspace.m: Likewise. | |
10585 * general/is_symmetric.m: Likewise. | |
10586 * general/is_vector.m: Likewise. | |
10587 * general/nextpow2.m: Likewise. | |
10588 * general/columns.m: Likewise. | |
10589 * general/is_square.m: Likewise. | |
10590 * general/rows.m: Likewise. | |
10591 * control/ugain.m: Likewise. | |
10592 * control/damp.m: Likewise. | |
10593 * control/dare.m: Likewise. | |
10594 * control/are.m: Likewise. | |
10595 * control/sys2fir.m: Likewise. | |
10596 * control/abcddim.m: Likewise. | |
10597 * control/is_abcd.m: Likewise. | |
10598 * control/step.m: Likewise. | |
10599 * control/is_observable.m: Likewise. | |
10600 * control/is_controllable.m: Likewise. | |
10601 * control/jet707.m: Likewise. | |
10602 * control/polyout.m: Likewise. | |
10603 * control/impulse.m: Likewise. | |
10604 * control/lqg.m: Likewise. | |
10605 * control/is_detectable.m: Likewise. | |
10606 * control/sysdimensions.m: Likewise. | |
10607 * control/sysupdate.m: Likewise. | |
10608 * control/stepimp.m: Likewise. | |
10609 * control/is_stable.m: Likewise. | |
10610 * control/tfout.m: Likewise. | |
10611 * control/zpout.m: Likewise. | |
10612 | |
3405 | 10613 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10614 | |
10615 * set/complement.m: Add @seealso{} stuff. | |
10616 * set/create_set.m: Likewise. | |
10617 * set/intersection.m: Likewise. | |
10618 * set/union.m: Likewise. | |
10619 | |
3399 | 10620 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10621 | |
3400 | 10622 * control/d2c.m: Use double quotes instead of single quotes for |
10623 string constants. | |
10624 * control/dgkfdemo.m: Likewise. | |
10625 * control/fir2sys.m: Likewise. | |
10626 * control/frdemo.m: Likewise. | |
10627 * control/moddemo.m: Likewise. | |
10628 * control/minfo.m: Likewise. | |
10629 * control/is_stabilizable.m: Likewise. | |
10630 * control/is_dgkf.m: Likewise. | |
10631 * control/polyout.m: Likewise. | |
10632 * control/sysconnect.m: Likewise. | |
10633 * control/sysrepdemo.m: Likewise. | |
10634 * control/tf2sys.m: Likewise. | |
10635 * control/tfout.m: Likewise. | |
10636 * control/zp2sys.m: Likewise. | |
10637 * control/zpout.m: Likewise. | |
10638 * control/tzero.m: Likewise. | |
10639 | |
10640 * control/DEMOcontrol.m: Handle moddemo case too. | |
10641 | |
10642 * image/loadimage.m: Use double quotes instead of single quotes | |
10643 for string constants. Use sprintf instead of square brackets to | |
10644 construct string. | |
10645 | |
3399 | 10646 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10647 * control/fir2sys.m: Likewise. |
3399 | 10648 |
3390 | 10649 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10650 | |
10651 * mkdoc: Only delete spaces before @ characters at the beginning | |
10652 of a line. | |
10653 | |
3383 | 10654 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10655 | |
3388 | 10656 * control/bddemo.m: Make it more likely to work with any value of |
10657 whitespace_in_literal_matrix. | |
3386 | 10658 * control/analdemo.m: Ditto. |
10659 * control/dgkfdemo.m: Ditto. | |
10660 * control/frdemo.m: Ditto. | |
10661 * control/sysrepdemo.m: Ditto. | |
10662 * control/moddemo.m: Ditto. | |
3388 | 10663 * control/zp2ss.m: Ditto. |
3387 | 10664 * control/zp2tf.m: Ditto. |
3388 | 10665 * control/syssub.m: Ditto. |
10666 * finance/npv.m: Ditto. | |
10667 * statistics/base/studentize.m: Ditto. | |
10668 * statistics/base/values.m: Ditto. | |
10669 * statistics/distributions/exponential_cdf.m: Ditto. | |
10670 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10671 |
3384 | 10672 * control/dezero.m: Use toascii to convert string to ASCII value |
10673 instead of multiplying it by 1. | |
10674 | |
3383 | 10675 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10676 * control/zpout.m: Ditto. | |
10677 * control/tfout.m: Ditto. | |
10678 * control/tf2sys.m: Ditto. | |
10679 * control/syssub.m: Ditto. | |
10680 * control/syssetsignals.m: Ditto. | |
10681 * control/sysout.m: Ditto. | |
10682 * control/sysmult.m: Ditto. | |
10683 * control/sysgroup.m: Ditto. | |
10684 * control/sysdup.m: Ditto. | |
10685 * control/sysdisc.m: Ditto. | |
10686 * control/syscont.m: Ditto. | |
10687 * control/sysconnect.m: Ditto. | |
10688 * control/sysappend.m: Ditto. | |
10689 * control/sysadd.m: Ditto. | |
10690 * control/ss2sys.m: Ditto. | |
10691 * control/nyquist.m: Ditto. | |
10692 * control/lqg.m: Ditto. | |
10693 * control/fir2sys.m: Ditto. | |
10694 * control/dmr2d.m: Ditto. | |
10695 * control/dezero.m: Ditto. | |
10696 * control/d2c.m: Ditto. | |
10697 * control/c2d.m: Ditto. | |
10698 * control/bddemo.m: Ditto. | |
10699 * control/pzmap.m: Ditto. | |
10700 | |
5095 | 10701 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10702 |
10703 * signal/spectral_adf.m: Fix typo. | |
10704 | |
3372 | 10705 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10706 | |
10707 * linear-algebra/cond.m: Texinfoize doc string. | |
10708 * linear-algebra/kron.m: Ditto. | |
10709 * linear-algebra/norm.m: Ditto. | |
10710 * linear-algebra/null.m: Ditto. | |
10711 * linear-algebra/orth.m: Ditto. | |
10712 * linear-algebra/rank.m: Ditto. | |
10713 * linear-algebra/trace.m: Ditto. | |
10714 * linear-algebra/qzhess.m: Ditto. | |
10715 * miscellaneous/menu.m: Ditto. | |
3373 | 10716 * general/perror.m: Ditto. |
10717 * general/strerror.m: Ditto. | |
10718 * general/columns.m: Ditto. | |
10719 * general/rows.m: Ditto. | |
10720 * image/colormap.m: Ditto. | |
10721 * image/gray.m: Ditto. | |
10722 * image/gray2ind.m: Ditto. | |
10723 * image/image.m: Ditto. | |
10724 * image/imagesc.m: Ditto. | |
10725 * image/imshow.m: Ditto. | |
10726 * image/ind2gray.m: Ditto. | |
10727 * image/ind2rgb.m: Ditto. | |
10728 * image/loadimage.m: Ditto. | |
10729 * image/rgb2ntsc.m: Ditto. | |
10730 * image/ntsc2rgb.m: Ditto. | |
10731 * image/ocean.m: Ditto. | |
10732 * image/rgb2ind.m: Ditto. | |
10733 * image/saveimage.m: Ditto. | |
3372 | 10734 * io/printf.m: Ditto. |
10735 * io/puts.m: Ditto. | |
10736 | |
3369 | 10737 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10738 | |
10739 * special-matrix/hankel.m: Texinfoize doc string. | |
10740 * special-matrix/hilb.m: Ditto. | |
10741 * special-matrix/invhilb.m: Ditto. | |
10742 * special-matrix/sylvester_matrix.m: Ditto. | |
10743 * special-matrix/toeplitz.m: Ditto. | |
10744 * special-matrix/vander.m: Ditto. | |
10745 * linear-algebra/vec.m: Ditto. | |
10746 * linear-algebra/vech.m: Ditto. | |
10747 * general/common_size.m: Ditto. | |
10748 * general/diff.m: Ditto. | |
10749 * general/fliplr.m: Ditto. | |
10750 * general/flipud.m: Ditto. | |
10751 * general/rot90.m: Ditto. | |
10752 * general/reshape.m: Ditto. | |
10753 * general/shift.m: Ditto. | |
10754 * general/tril.m: Ditto. | |
10755 * general/triu.m: Ditto. | |
10756 * general/logspace.m: Ditto. | |
3371 | 10757 * general/nargchk.m: Ditto. |
3369 | 10758 |
3367 | 10759 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10760 | |
10761 * statistics/base/mean: Texinfoize doc string. | |
10762 * statistics/base/median: Ditto. | |
10763 * statistics/base/std: Ditto. | |
10764 * statistics/base/cov: Ditto. | |
10765 * statistics/base/corrcoef: Ditto. | |
10766 * statistics/base/kurtosis: Ditto. | |
10767 * statistics/base/mahalanobis: Ditto. | |
10768 * statistics/base/skewness: Ditto. | |
3368 | 10769 * statistics/base/gls.m: Ditto. |
10770 * statistics/base/ols.m: Ditto. | |
3367 | 10771 * signal/detrend.m: Ditto. |
10772 * signal/freqz.m: Ditto. | |
10773 * signal/sinc.m: Ditto. | |
10774 * signal/fftconv.m: Ditto. | |
10775 * signal/fftfilt.m: Ditto. | |
3368 | 10776 * set/create_set.m: Ditto. |
10777 * set/union.m: Ditto. | |
10778 * set/intersection.m: Ditto. | |
10779 * set/complement.m: Ditto. | |
10780 * poly/compan.m: Ditto. | |
10781 * poly/conv: Ditto. | |
10782 * poly/deconv: Ditto. | |
10783 * poly/poly: Ditto. | |
10784 * poly/polyderiv: Ditto. | |
10785 * poly/polyfit: Ditto. | |
10786 * poly/polyinteg: Ditto. | |
10787 * poly/polyreduce: Ditto. | |
10788 * poly/polyval: Ditto. | |
10789 * poly/polyvalm: Ditto. | |
10790 * poly/residue: Ditto. | |
10791 * poly/roots: Ditto. | |
10792 * plot/top_title.m: Ditto | |
10793 * plot/subwindow.m: Ditto | |
10794 * plot/subplot.m: Ditto | |
10795 * plot/plot_border.m: Ditto | |
10796 * plot/oneplot.m: Ditto | |
10797 * plot/multiplot.m: Ditto | |
10798 * plot/mplot.m: Ditto | |
10799 * plot/xlabel.m: Ditto | |
10800 * plot/figure.m: Ditto | |
10801 * plot/meshdom.m: Ditto | |
10802 * plot/mesh.m: Ditto | |
10803 * plot/stairs.m: Ditto | |
10804 * plot/polar.m: Ditto | |
10805 * plot/loglog.m: Ditto | |
10806 * plot/hist.m: Ditto | |
10807 * plot/contour.m: Ditto | |
10808 * plot/bar.m: Ditto | |
10809 * plot/axis.m: Ditto | |
10810 * plot/plot.m: Ditto. | |
3367 | 10811 |
3361 | 10812 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10813 | |
3365 | 10814 * control/pinv.m: Delete. |
10815 | |
3364 | 10816 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10817 | |
3361 | 10818 * strings/blanks.m: Texinfoize doc string. |
10819 * strings/strcat.m: Ditto. | |
10820 * strings/str2mat.m: Ditto. | |
10821 * strings/deblank.m: Ditto. | |
10822 * strings/findstr.m: Ditto. | |
10823 * strings/index.m: Ditto. | |
10824 * strings/rindex.m: Ditto. | |
10825 * strings/split.m: Ditto. | |
10826 * strings/strcmp.m: Ditto. | |
10827 * strings/strrep.m: Ditto. | |
10828 * strings/substr.m: Ditto. | |
10829 * general/int2str.m: Ditto. | |
10830 * general/num2str.m: Ditto. | |
10831 * strings/dec2bin.m: Ditto. | |
10832 * strings/bin2dec: Ditto. | |
10833 * strings/dec2bin: Ditto. | |
10834 * strings/dec2hex: Ditto. | |
10835 * strings/hex2dec: Ditto. | |
10836 * strings/str2num: Ditto. | |
10837 | |
3347 | 10838 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10839 | |
10840 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10841 | |
5095 | 10842 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10843 |
10844 * control/DEMOcontrol.m: Texinfoize doc string. | |
10845 * control/abcddim.m: Ditto. | |
10846 * control/abcddims.m: Ditto. | |
10847 * control/analdemo.m: Ditto. | |
10848 * control/are.m: Ditto. | |
10849 * control/axis2dlim.m: Ditto. | |
10850 * control/bddemo.m: Ditto. | |
10851 * control/bode.m: Ditto. | |
10852 * control/bode_bounds.m: Ditto. | |
10853 * control/bodquist.m: Ditto. | |
10854 * control/buildssic.m: Ditto. | |
10855 * control/c2d.m: Ditto. | |
10856 * control/ctrb.m: Ditto. | |
10857 * control/d2c.m: Ditto. | |
10858 * control/damp.m: Ditto. | |
10859 * control/dare.m: Ditto. | |
10860 * control/dcgain.m: Ditto. | |
10861 * control/dgkfdemo.m: Ditto. | |
10862 * control/dgram.m: Ditto. | |
10863 * control/dlqe.m: Ditto. | |
10864 * control/dlqr.m: Ditto. | |
10865 * control/dlyap.m: Ditto. | |
10866 * control/dmr2d.m: Ditto. | |
10867 * control/fir2sys.m: Ditto. | |
10868 * control/frdemo.m: Ditto. | |
10869 * control/freqchkw.m: Ditto. | |
10870 * control/freqresp.m: Ditto. | |
10871 * control/gram.m: Ditto. | |
10872 * control/h2norm.m: Ditto. | |
10873 * control/h2syn.m: Ditto. | |
10874 * control/hinf_ctr.m: Ditto. | |
10875 * control/hinfdemo.m: Ditto. | |
10876 * control/hinfnorm.m: Ditto. | |
10877 * control/hinfsyn.m: Ditto. | |
10878 * control/hinfsyn_chk.m: Ditto. | |
10879 * control/impulse.m: Ditto. | |
10880 * control/is_abcd.m: Ditto. | |
10881 * control/is_controllable.m: Ditto. | |
10882 * control/is_detectable.m: Ditto. | |
10883 * control/is_dgkf.m: Ditto. | |
10884 * control/is_digital.m: Ditto. | |
10885 * control/is_observable.m: Ditto. | |
10886 * control/is_sample.m: Ditto. | |
10887 * control/is_signal_list.m: Ditto. | |
10888 * control/is_siso.m: Ditto. | |
10889 * control/is_stabilizable.m: Ditto. | |
10890 * control/is_stable.m: Ditto. | |
10891 * control/jet707.m: Ditto. | |
10892 * control/lqe.m: Ditto. | |
10893 * control/lqg.m: Ditto. | |
10894 * control/lqr.m: Ditto. | |
10895 * control/lsim.m: Ditto. | |
10896 * control/ltifr.m: Ditto. | |
10897 * control/lyap.m: Ditto. | |
10898 * control/moddemo.m: Ditto. | |
10899 * control/nyquist.m: Ditto. | |
10900 * control/obsv.m: Ditto. | |
10901 * control/ord2.m: Ditto. | |
10902 * control/outlist.m: Ditto. | |
10903 * control/pinv.m: Ditto. | |
10904 * control/place.m: Ditto. | |
10905 * control/polyout.m: Ditto. | |
10906 * control/prompt.m: Ditto. | |
10907 * control/pzmap.m: Ditto. | |
10908 * control/qzval.m: Ditto. | |
10909 * control/rldemo.m: Ditto. | |
10910 * control/rlocus.m: Ditto. | |
10911 * control/sortcom.m: Ditto. | |
10912 * control/ss2sys.m: Ditto. | |
10913 * control/ss2tf.m: Ditto. | |
10914 * control/ss2zp.m: Ditto. | |
10915 * control/starp.m: Ditto. | |
10916 * control/step.m: Ditto. | |
10917 * control/stepimp.m: Ditto. | |
10918 * control/susball.m: Ditto. | |
10919 * control/sys2fir.m: Ditto. | |
10920 * control/sys2ss.m: Ditto. | |
10921 * control/sys2tf.m: Ditto. | |
10922 * control/sys2zp.m: Ditto. | |
10923 * control/sysadd.m: Ditto. | |
10924 * control/sysappend.m: Ditto. | |
10925 * control/syschnames.m: Ditto. | |
10926 * control/syschnamesl.m: Ditto. | |
10927 * control/syschtsam.m: Ditto. | |
10928 * control/sysconnect.m: Ditto. | |
10929 * control/syscont.m: Ditto. | |
10930 * control/syscont_disc.m: Ditto. | |
10931 * control/sysdefioname.m: Ditto. | |
10932 * control/sysdefstname.m: Ditto. | |
10933 * control/sysdimensions.m: Ditto. | |
10934 * control/sysdisc.m: Ditto. | |
10935 * control/sysdup.m: Ditto. | |
10936 * control/sysgetsignals.m: Ditto. | |
10937 * control/sysgettype.m: Ditto. | |
10938 * control/sysgroup.m: Ditto. | |
10939 * control/sysgroupn.m: Ditto. | |
10940 * control/sysmult.m: Ditto. | |
10941 * control/sysout.m: Ditto. | |
10942 * control/sysprune.m: Ditto. | |
10943 * control/sysreorder.m: Ditto. | |
10944 * control/sysrepdemo.m: Ditto. | |
10945 * control/sysscale.m: Ditto. | |
10946 * control/syssetsignals.m: Ditto. | |
10947 * control/syssub.m: Ditto. | |
10948 * control/sysupdate.m: Ditto. | |
10949 * control/tf2ss.m: Ditto. | |
10950 * control/tf2sys.m: Ditto. | |
10951 * control/tf2sysl.m: Ditto. | |
10952 * control/tf2zp.m: Ditto. | |
10953 * control/tfout.m: Ditto. | |
10954 * control/tzero.m: Ditto. | |
10955 * control/tzero2.m: Ditto. | |
10956 * control/ugain.m: Ditto. | |
10957 * control/wgt1o.m: Ditto. | |
10958 * control/zgfmul.m: Ditto. | |
10959 * control/zgfslv.m: Ditto. | |
10960 * control/zginit.m: Ditto. | |
10961 * control/zgpbal.m: Ditto. | |
10962 * control/zgreduce.m: Ditto. | |
10963 * control/zgrownorm.m: Ditto. | |
10964 * control/zgscal.m: Ditto. | |
10965 * control/zgsgiv.m: Ditto. | |
10966 * control/zgshsr.m: Ditto. | |
10967 * control/zp2ss.m: Ditto. | |
10968 * control/zp2ssg2.m: Ditto. | |
10969 * control/zp2sys.m: Ditto. | |
10970 * control/zp2tf.m: Ditto. | |
10971 * control/zpout.m: Ditto. | |
10972 | |
5095 | 10973 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10974 |
5378 | 10975 * audio/lin2mu.m: Texinfoize doc string. |
10976 * audio/loadaudio.m: Ditto. | |
10977 * audio/mu2lin.m: Ditto. | |
10978 * audio/playaudio.m: Ditto. | |
10979 * audio/record.m: Ditto. | |
10980 * audio/saveaudio.m: Ditto. | |
3332 | 10981 |
5095 | 10982 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10983 |
10984 * elfun/acot.m: Texinfoize doc string. | |
10985 * elfun/acsc.m: Ditto. | |
10986 * elfun/acsch.m: Ditto. | |
10987 * elfun/asec.m: Ditto. | |
10988 * elfun/asech.m: Ditto. | |
10989 * elfun/cot.m: Ditto. | |
10990 * elfun/coth.m: Ditto. | |
10991 * elfun/csc.m: Ditto. | |
10992 * elfun/csch.m: Ditto. | |
10993 * elfun/gcd.m: Ditto. | |
10994 * elfun/lcm.m: Ditto. | |
10995 * elfun/sec.m: Ditto. | |
10996 * elfun/sech.m: Ditto. | |
10997 * general/nextpow2.m: Ditto. | |
10998 * general/rem.m: Ditto. | |
10999 * linear-algebra/commutation_matrix.m: Ditto. | |
11000 * linear-algebra/cross.m: Ditto. | |
11001 * linear-algebra/duplication_matrix.m: Ditto. | |
11002 * miscellaneous/bincoeff.m: Ditto. | |
11003 * miscellaneous/xor.m: Ditto. | |
11004 * specfun/bessel.m: Ditto. | |
11005 * specfun/beta.m: Ditto. | |
11006 * specfun/betai.m: Ditto. | |
11007 * specfun/erfinv.m: Ditto. | |
11008 * specfun/gammai.m: Ditto. | |
11009 * specfun/log2.m: Ditto. | |
11010 * specfun/pow2.m: Ditto. | |
11011 | |
5095 | 11012 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11013 |
11014 * general/is_scalar.m: Texinfoize help text. | |
11015 * general/is_square.m: Ditto. | |
11016 * general/is_symmetric.m: Ditto. | |
11017 | |
3320 | 11018 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11019 | |
11020 * strings/split.m: If the string to be split is empty, just return | |
11021 an empty string. | |
11022 | |
3319 | 11023 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11024 | |
11025 * Makefile.in (ALL_M_FILES): New macro. | |
11026 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11027 | |
3306 | 11028 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11029 | |
11030 * control/bode.m: Don't return anything if nargout == 0. | |
11031 | |
11032 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11033 | |
11034 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11035 | |
3305 | 11036 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11037 | |
11038 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11039 gethelp.cc to the list. | |
11040 | |
3296 | 11041 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11042 | |
3301 | 11043 * time/asctime.m: Texinfoize help text. |
11044 * time/clock.m: Ditto. | |
11045 * time/date.m: Ditto. | |
11046 * miscellaneous/cputime.m: Ditto. | |
11047 * miscellaneous/etime.m: Ditto. | |
11048 * miscellaneous/is_leap_year.m: Ditto. | |
11049 * miscellaneous/popen2.m: Ditto. | |
11050 * miscellaneous/version.m: Ditto. | |
11051 * miscellaneous/tic.m: Ditto. | |
11052 * miscellaneous/toc.m: Just refer to tic.m. | |
11053 | |
3297 | 11054 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11055 `cd dir; $(MAKE); cd ..'. | |
11056 ($(SUBDIRS)): Likewise. | |
11057 | |
11058 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11059 | |
11060 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11061 of `cd dir; $(MAKE)'. | |
11062 | |
3296 | 11063 * gethelp.cc, mkdoc: New files. |
11064 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11065 sources. | |
11066 | |
3291 | 11067 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11068 | |
11069 * linear-algebra/kron.m: Fix typo in previous change | |
11070 | |
3282 | 11071 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11072 | |
11073 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11074 | |
5095 | 11075 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11076 |
11077 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11078 rank when V has more columns than rows. | |
11079 | |
11080 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11081 | |
11082 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11083 | |
11084 * statistics/tests/manova.m: Avoid problems if | |
11085 whitespace_in_literal_matrix is set to "traditional". | |
11086 * statistics/tests/t_test_regression.m: Likewise. | |
11087 * statistics/tests/u_test.m: Likewise. | |
11088 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11089 * statistics/tests/anova.m: Likewise. | |
11090 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11091 * statistics/base/statistics.m: Likewise. | |
11092 * image/saveimage.m: Likewise. | |
11093 * signal/arch_fit.m: Likewise. | |
11094 * signal/autoreg_matrix.m: Likewise. | |
11095 * signal/triangle_lw.m: Likewise. | |
11096 * strings/dec2hex.m: Likewise. | |
11097 | |
3268 | 11098 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11099 | |
11100 * image/saveimage.m: Initialize scale. | |
11101 | |
11102 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11103 | |
11104 * general/reshape.m: Allow reshape (a, size (b)). | |
11105 | |
3266 | 11106 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11107 | |
11108 * specfun/erfinv.m: Improve stopping criterion. | |
11109 Add iteration count as second return value. | |
11110 | |
3265 | 11111 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11112 | |
11113 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11114 | |
3263 | 11115 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11116 | |
11117 * miscellaneous/pack.m: New function. | |
11118 | |
11119 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11120 | |
11121 * plot/figure.m: Always return figure number. With no args, | |
11122 figure now creates a new figure window and returns its number. | |
11123 Accept figure (property, value) syntax, but do nothing. | |
11124 | |
5095 | 11125 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11126 |
11127 * general/shift.m: Avoid printing temporary value for backward shift. | |
11128 | |
3260 | 11129 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11130 | |
11131 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11132 evenly spaced. | |
11133 | |
3250 | 11134 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11135 | |
11136 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11137 contain only zeros. | |
11138 | |
5095 | 11139 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11140 |
11141 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11142 instead of appending them. | |
11143 | |
11144 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11145 | |
11146 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11147 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11148 Update from A. S. Hodel. | |
11149 | |
3246 | 11150 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11151 | |
11152 * polynomial/polyfit.m: Correct previous change. | |
11153 | |
3243 | 11154 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11155 | |
11156 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11157 | |
5095 | 11158 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11159 |
11160 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11161 version of krylov and krylovb. | |
11162 | |
11163 * control/outlist.m, control/sysout.m: Fix typos. | |
11164 | |
11165 * control/sysdimensions.m: Add option for total number of states. | |
11166 | |
11167 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11168 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11169 arguments. | |
11170 | |
11171 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11172 | |
11173 * strings/index.m: Fail with meaningful error message if either | |
11174 arg is a string array. | |
11175 | |
3238 | 11176 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11177 | |
11178 * linear-algebra/norm.m: Do the right thing for 1- and | |
11179 infinity-norms of complex matrices. From Sven Khatri | |
11180 <khatri@saturn.vocalpoint.com>. | |
11181 | |
5095 | 11182 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11183 |
11184 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11185 | |
11186 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11187 | |
11188 * strings/split.m: Avoid problems when splitting strings that have | |
11189 \ in them. | |
11190 | |
5095 | 11191 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11192 |
11193 * image/colormap.m: Do better arg checking, handle string args | |
11194 that name the colormap function to call (e.g., colormap ("ocean")). | |
11195 | |
5095 | 11196 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11197 |
11198 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11199 * linear-algebra/dot.m: Likewise. | |
11200 * linear-algebra/cross.m: Likewise. | |
11201 * general/rot90.m: Likewise. | |
11202 | |
5095 | 11203 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11204 |
11205 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11206 that the leading column is not all zeros. | |
11207 | |
11208 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11209 | |
11210 * general/shift.m: Fix potential problems with | |
11211 whitespace_in_literal_matrix. | |
11212 * signal/arch_rnd.m: Ditto. | |
11213 * signal/autocov.m: Ditto. | |
11214 * signal/diffpara.m: Ditto. | |
11215 * signal/hurst.m: Ditto. | |
11216 * signal/periodogram.m: Ditto. | |
11217 * signal/spectral_adf.m: Ditto. | |
11218 * signal/spectral_xdf.m: Ditto. | |
11219 * signal/spencer.m: Ditto. | |
11220 * signal/synthesis.m: Ditto. | |
11221 * statistics/distributions/wiener_rnd.m: Ditto. | |
11222 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11223 * statistics/models/logistic_regression.m: Ditto. | |
11224 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11225 * statistics/tests/run_test.m: Ditto. | |
11226 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11227 | |
5095 | 11228 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11229 |
11230 * plot/__plr2__.m: Fix typo. | |
11231 | |
3233 | 11232 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11233 | |
11234 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11235 | |
5095 | 11236 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11237 |
11238 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11239 function. | |
11240 | |
5095 | 11241 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11242 |
11243 * control/ss2sys.m: Fix typo. | |
11244 | |
11245 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11246 | |
11247 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11248 | |
11249 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11250 signal names as lists of strings instead of string arrays. | |
11251 | |
3225 | 11252 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11253 | |
3233 | 11254 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11255 <a.s.hodel@eng.auburn.edu>. |
11256 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11257 * quaternion/Makefile.in: New file. |
11258 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11259 |
11260 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11261 | |
11262 * image/saveimage.m: Make it work again for black and white colormaps. | |
11263 | |
11264 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11265 since there can be fewer rows than columns. Round values to | |
11266 nearest position in colormap instead of truncating. Correct usage | |
11267 message. | |
11268 | |
5095 | 11269 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11270 |
11271 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11272 zero rows of [A,v] as householder pivots; this avoids spurious | |
11273 non-zero entries in returned orthogonal matrix U, but destroys the | |
11274 Householder matrix structure of H. | |
11275 | |
11276 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11277 | |
11278 * general/logical.m: Just copy input to output if argument is | |
11279 already a logical object. | |
11280 | |
3215 | 11281 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11282 | |
11283 * New files from OCST, in control subdiretory: | |
11284 | |
11285 DEMOcontrol.m is_siso.m syschnames.m | |
11286 abcddim.m is_stabilizable.m syschnamesl.m | |
11287 abcddims.m is_stable.m syschtsam.m | |
11288 analdemo.m jet707.m sysconnect.m | |
11289 are.m lqe.m syscont.m | |
11290 axis2dlim.m lqg.m syscont_disc.m | |
11291 bddemo.m lqr.m sysdefioname.m | |
11292 bode.m lsim.m sysdefstname.m | |
11293 bode_bounds.m ltifr.m sysdimensions.m | |
11294 bodquist.m lyap.m sysdisc.m | |
11295 buildssic.m mb.m sysdup.m | |
11296 c2d.m minfo.m sysgetsignals.m | |
6302 | 11297 com2str.m moddemo.m sysgettsam.m |
3215 | 11298 controldemo.m nichols.m sysgettype.m |
11299 ctrb.m nyquist.m sysgroup.m | |
11300 d2c.m obsv.m sysgroupn.m | |
11301 damp.m ord2.m sysmult.m | |
11302 dare.m outlist.m sysout.m | |
11303 dcgain.m packedform.m sysprune.m | |
11304 demomarsyas.m packsys.m sysreorder.m | |
11305 dezero.m; parallel.m sysrepdemo.m | |
11306 dgkfdemo.m place.m sysscale.m | |
11307 dgram.m polyout.m syssub.m | |
11308 dhinfdemo.m prompt.m sysupdate.m | |
11309 dlqe.m pzmap.m tf2ss.m | |
11310 dlqg.m qzval.m tf2sys.m | |
11311 dlqr.m rldemo.m tf2sysl.m | |
11312 dlyap.m rlocus.m tf2zp.m | |
11313 dmr2d.m rotg.m tfout.m | |
11314 fir2sys.m run_cmd.m; tzero.m | |
11315 frdemo.m series.m tzero2.m | |
11316 freqchkw.m sortcom.m ugain.m | |
11317 freqresp.m ss2sys.m unpacksys.m | |
11318 gram.m ss2tf.m wgt1o.m | |
11319 h2norm.m ss2zp.m zgfmul.m | |
11320 h2syn.m starp.m zgfslv.m | |
11321 hinf_ctr.m step.m zginit.m | |
11322 hinfdemo.m stepimp.m zgpbal.m | |
11323 hinfnorm.m strappend.m; zgreduce.m | |
11324 hinfsyn.m susball.m zgrownorm.m | |
11325 hinfsyn_chk.m swap.m zgscal.m | |
11326 impulse.m swapcols.m zgsgiv.m | |
11327 is_abcd.m swaprows.m zgshsr.m | |
11328 is_controllable.m sys2fir.m zp2ss.m | |
11329 is_detectable.m sys2ss.m zp2ssg2.m | |
11330 is_dgkf.m sys2tf.m zp2sys.m | |
11331 is_digital.m sys2zp.m zp2tf.m | |
11332 is_observable.m sysadd.m zpout.m | |
11333 is_sample.m sysappend.m | |
11334 | |
11335 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11336 | |
11337 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11338 | |
11339 * strings/deblank.m: Make it work for string arrays too. | |
11340 | |
3211 | 11341 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11342 | |
11343 * linear-algebra/housh.m: New file from the OCST. | |
11344 * linear-algebra/krygetq.m: Ditto. | |
11345 * linear-algebra/krylov.m: Ditto. | |
11346 * linear-algebra/krylovb.m: Ditto. | |
11347 * linear-algebra/qrhouse.m: Ditto. | |
11348 * general/is_duplicate_entry.m: Ditto. | |
11349 | |
11350 * general/is_symmetric.m: Call is_square instead of doing that | |
11351 check in line. | |
11352 | |
3196 | 11353 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11354 | |
3202 | 11355 * general/is_square.m: |
11356 | |
11357 * general/isempty.m, general/is_matrix.m: Delete. | |
11358 | |
11359 * general/is_symmetric: Delete special case for strings. Whether | |
11360 the conversion is valid should depend on implicit_str_to_num_ok. | |
11361 | |
11362 * general/is_square.m: If arg is not a matrix, don't check size, | |
11363 just return 0. | |
11364 * general/is_symmetric: Likewise. | |
11365 * general/is_vector.m: Likewise. | |
11366 * general/is_scalar.m: Likewise. | |
11367 | |
3196 | 11368 * general/length.m: Delete. |
11369 | |
3191 | 11370 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11371 | |
11372 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11373 statistics/distributions/Makefile, statistics/models/Makefile, | |
11374 and statistics/tests/Makefile to the list of files to create. | |
11375 | |
11376 * finance/Makefile.in, statistics/base/Makefile.in, | |
11377 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11378 statistics/tests/Makefile.in: New files. | |
11379 * statistics/Makefile.in: Delete file lists. Now only handle | |
11380 subdirectories. | |
11381 * Makefile.in (SUBDIRS): Add finance. | |
11382 | |
11383 * Move the following files from statistics to statistics/base: | |
11384 | |
11385 corrcoef.m | |
11386 kurtosis.m | |
11387 mahalanobis.m | |
11388 median.m | |
11389 ols.m | |
11390 skewness.m | |
11391 std.m | |
11392 | |
11393 New files, from Kurt Hornik's octave-ci package: | |
11394 | |
11395 * finance (new directory): | |
11396 | |
11397 fv.m | |
11398 fvl.m | |
11399 irr.m | |
11400 nper.m | |
11401 npv.m | |
11402 pmt.m | |
11403 pv.m | |
11404 pvl.m | |
11405 rate.m | |
11406 vol.m | |
11407 | |
11408 * linear-algebra/dmult.m | |
11409 | |
11410 * signal: | |
11411 | |
11412 arch_fit.m | |
11413 arch_rnd.m | |
11414 arch_test.m | |
11415 arma_rnd.m | |
11416 autocor.m | |
11417 autocov.m | |
11418 autoreg_matrix.m | |
11419 bartlett.m | |
11420 blackman.m | |
11421 diffpara.m | |
11422 durbinlevinson.m | |
11423 fractdiff.m | |
11424 hamming.m | |
11425 hanning.m | |
11426 hurst.m | |
11427 periodogram.m | |
11428 rectangle_lw.m | |
11429 rectangle_sw.m | |
11430 sinetone.m | |
11431 sinewave.m | |
11432 spectral_adf.m | |
11433 spectral_xdf.m | |
11434 spencer.m | |
11435 stft.m | |
11436 synthesis.m | |
11437 triangle_lw.m | |
11438 triangle_sw.m | |
11439 yulewalker.m | |
11440 | |
11441 * statistics/base (new directory): | |
11442 | |
11443 center.m | |
11444 cloglog.m | |
11445 cor.m | |
11446 cov.m | |
11447 cut.m | |
11448 iqr.m | |
11449 kendall.m | |
11450 logit.m | |
11451 mean.m | |
11452 meansq.m | |
11453 moment.m | |
11454 ppplot.m | |
11455 probit.m | |
11456 qqplot.m | |
11457 range.m | |
11458 ranks.m | |
11459 run_count.m | |
11460 spearman.m | |
11461 statistics.m | |
11462 studentize.m | |
11463 table.m | |
11464 values.m | |
11465 var.m | |
11466 | |
11467 (Replaces cov.m and mean.m with new versions.) | |
11468 | |
11469 * statistics/distributions (new directory): | |
11470 | |
11471 beta_cdf.m | |
11472 beta_inv.m | |
11473 beta_pdf.m | |
11474 beta_rnd.m | |
11475 binomial_cdf.m | |
11476 binomial_inv.m | |
11477 binomial_pdf.m | |
11478 binomial_rnd.m | |
11479 cauchy_cdf.m | |
11480 cauchy_inv.m | |
11481 cauchy_pdf.m | |
11482 cauchy_rnd.m | |
11483 chisquare_cdf.m | |
11484 chisquare_inv.m | |
11485 chisquare_pdf.m | |
11486 chisquare_rnd.m | |
11487 discrete_cdf.m | |
11488 discrete_inv.m | |
11489 discrete_pdf.m | |
11490 discrete_rnd.m | |
11491 empirical_cdf.m | |
11492 empirical_inv.m | |
11493 empirical_pdf.m | |
11494 empirical_rnd.m | |
11495 exponential_cdf.m | |
11496 exponential_inv.m | |
11497 exponential_pdf.m | |
11498 exponential_rnd.m | |
11499 f_cdf.m | |
11500 f_inv.m | |
11501 f_pdf.m | |
11502 f_rnd.m | |
11503 gamma_cdf.m | |
11504 gamma_inv.m | |
11505 gamma_pdf.m | |
11506 gamma_rnd.m | |
11507 geometric_cdf.m | |
11508 geometric_inv.m | |
11509 geometric_pdf.m | |
11510 geometric_rnd.m | |
11511 hypergeometric_cdf.m | |
11512 hypergeometric_inv.m | |
11513 hypergeometric_pdf.m | |
11514 hypergeometric_rnd.m | |
11515 kolmogorov_smirnov_cdf.m | |
11516 laplace_cdf.m | |
11517 laplace_inv.m | |
11518 laplace_pdf.m | |
11519 laplace_rnd.m | |
11520 logistic_cdf.m | |
11521 logistic_inv.m | |
11522 logistic_pdf.m | |
11523 logistic_rnd.m | |
11524 lognormal_cdf.m | |
11525 lognormal_inv.m | |
11526 lognormal_pdf.m | |
11527 lognormal_rnd.m | |
11528 normal_cdf.m | |
11529 normal_inv.m | |
11530 normal_pdf.m | |
11531 normal_rnd.m | |
11532 pascal_cdf.m | |
11533 pascal_inv.m | |
11534 pascal_pdf.m | |
11535 pascal_rnd.m | |
11536 poisson_cdf.m | |
11537 poisson_inv.m | |
11538 poisson_pdf.m | |
11539 poisson_rnd.m | |
11540 stdnormal_cdf.m | |
11541 stdnormal_inv.m | |
11542 stdnormal_pdf.m | |
11543 stdnormal_rnd.m | |
11544 t_cdf.m | |
11545 t_inv.m | |
11546 t_pdf.m | |
11547 t_rnd.m | |
11548 uniform_cdf.m | |
11549 uniform_inv.m | |
11550 uniform_pdf.m | |
11551 uniform_rnd.m | |
11552 weibull_cdf.m | |
11553 weibull_inv.m | |
11554 weibull_pdf.m | |
11555 weibull_rnd.m | |
11556 wiener_rnd.m | |
11557 | |
11558 * statistics/models (new directory): | |
11559 | |
11560 logistic_regression.m | |
11561 logistic_regression_derivatives.m | |
11562 logistic_regression_likelihood.m | |
11563 | |
11564 * statistics/tests (new directory): | |
11565 | |
11566 anova.m | |
11567 bartlett_test.m | |
11568 chisquare_test_homogeneity.m | |
11569 chisquare_test_independence.m | |
11570 cor_test.m | |
11571 f_test_regression.m | |
11572 hotelling_test.m | |
11573 hotelling_test_2.m | |
11574 kolmogorov_smirnov_test.m | |
11575 kolmogorov_smirnov_test_2.m | |
11576 kruskal_wallis_test.m | |
11577 manova.m | |
11578 mcnemar_test.m | |
11579 prop_test_2.m | |
11580 run_test.m | |
11581 sign_test.m | |
11582 t_test.m | |
11583 t_test_2.m | |
11584 t_test_regression.m | |
11585 u_test.m | |
11586 var_test.m | |
11587 welch_test.m | |
11588 wilcoxon_test.m | |
11589 z_test.m | |
11590 z_test_2.m | |
11591 | |
11592 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11593 | |
11594 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11595 compatibility and to avoid Y2K problems. | |
11596 | |
3190 | 11597 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11598 | |
11599 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11600 least-squares solution. | |
11601 | |
3180 | 11602 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11603 | |
11604 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11605 | |
11606 * strings/strrep.m: Don't convert args to numeric values. | |
11607 Prevent warnings for empty string args. | |
11608 From Georg Thimm <thimm@idiap.ch>. | |
11609 | |
11610 * strings/strcat.m: Prevent warnings for empty string args. | |
11611 | |
11612 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11613 | |
11614 * miscellaneous/menu.m: Remove special case for empty string | |
11615 returned from input(). Add second arg to eval() to catch errors. | |
11616 | |
3178 | 11617 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11618 | |
11619 * plot/__plt__.m: Don't call usleep. | |
11620 | |
3175 | 11621 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11622 | |
11623 * linear-algebra/dot.m: New function. | |
11624 | |
11625 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11626 compatibility. | |
11627 | |
11628 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11629 | |
11630 * plot/hist.m: Also allow just one output argument. | |
11631 | |
11632 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11633 | |
11634 * strings/deblank.m: Make it work if the string is only blanks. | |
11635 | |
11636 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11637 | |
11638 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11639 | |
11640 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11641 | |
11642 * plot/oneplot.m: Fix typo. | |
11643 | |
3174 | 11644 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11645 | |
11646 * miscellaneous/flops.m: Allow a single argument too. | |
11647 | |
11648 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11649 | |
11650 * strings/str2mat.m: Also handle case when there are no empty | |
11651 strings correctly. | |
11652 | |
11653 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11654 | |
11655 * strings/isletter.m: New function, for Matlab compatibility. | |
11656 | |
3168 | 11657 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11658 | |
11659 * strings/str2mat.m: Handle string matrices too. | |
11660 | |
3167 | 11661 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11662 | |
11663 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11664 linear encoding. | |
11665 | |
11666 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11667 audio/record.m: Open files in binary mode. | |
11668 | |
3164 | 11669 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11670 | |
11671 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11672 Move functionality of dump_1_pref here, but use built-in function | |
11673 type to extract value, and put it inside try/catch block. | |
11674 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11675 | |
3162 | 11676 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11677 | |
11678 * plot/__pltopt1.m__: New file. | |
11679 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11680 __pltopt1__ multiple times and returning a string array with rows | |
11681 corresponding to the rows of opt. | |
11682 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11683 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11684 array. | |
11685 | |
11686 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11687 | |
11688 * plot/mplot.m: Fix misspellings of global variables. | |
11689 Don't call clearplot. | |
11690 | |
11691 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11692 | |
11693 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11694 "cle;rep" when going in ot multiplot mode. | |
11695 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11696 switching out of multiplot mode. | |
11697 | |
3156 | 11698 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11699 |
3156 | 11700 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11701 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11702 |
3141 | 11703 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11704 | |
11705 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11706 | |
11707 * miscellaneous/bug_report.m: Don't try to get smart with | |
11708 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11709 | |
11710 * Makefile.in (install): Create separate ls-R files for | |
11711 $(datadir) and $(libexecdir). | |
11712 (uninstall): Remove both ls-R files. | |
11713 | |
3136 | 11714 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11715 | |
11716 * signal/fftshift.m: New file. | |
11717 | |
11718 * plot/contour.m: Fix for non-square case. | |
11719 | |
11720 * general/randperm.m: New file. | |
11721 | |
11722 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11723 | |
11724 * specfun/betai.m: Restore file for compatibility with previous | |
11725 versions. Call betainc with reordered args. | |
11726 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11727 | |
3131 | 11728 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11729 | |
11730 * plot/contour.m: Handle discrete contour levels. | |
11731 | |
11732 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11733 | |
11734 * control/lyap.m: For compatibility with Matlab, solve | |
11735 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11736 | |
3124 | 11737 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11738 | |
11739 * specfun/bessel.m: New file. | |
11740 | |
11741 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11742 specfun/gammainc.m: Delete. | |
11743 | |
3106 | 11744 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11745 | |
11746 * image/colormap.m: Initialize __current_color_map__ in global | |
11747 statement. | |
11748 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11749 statement. | |
11750 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11751 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11752 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11753 | |
3103 | 11754 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11755 | |
11756 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11757 * time/toc.m: Likewise. | |
11758 | |
11759 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11760 | |
11761 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11762 anything special for automatic_replot when in multiplot mode -- | |
11763 recent 3.6beta releases handle this correctly. | |
11764 | |
11765 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11766 setting the terminal type. | |
11767 | |
11768 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11769 plot/subwindow.m: Use leading and trailing underscores for | |
11770 `private' globals. | |
11771 | |
11772 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11773 | |
3101 | 11774 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11775 | |
11776 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11777 | |
3091 | 11778 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11779 | |
3092 | 11780 * specfun/gammai.m: Avoid problems with whitespace when |
11781 constructing matrices. | |
11782 | |
3091 | 11783 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11784 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11785 original y vector. | |
11786 | |
3085 | 11787 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11788 | |
11789 * linear-algebra/cross.m: Use direct formula instead of calling | |
11790 det three times in a loop. If both args are column (row) vectors, | |
11791 return a column (row) vector. If they don't match, pay attention | |
11792 to the value of prefer_column_vectors. | |
11793 | |
5095 | 11794 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11795 |
11796 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11797 nonsymmetric matrices. | |
11798 | |
11799 * general/tril.m: Fix usage message. | |
11800 | |
11801 * polynomial/polyvalm.m: Fix error messages. | |
11802 * polynomial/polyderiv.m: Likewise. | |
11803 * polynomial/polyval.m: Likewise. | |
11804 | |
3081 | 11805 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11806 | |
11807 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11808 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11809 | |
3063 | 11810 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11811 | |
11812 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11813 | |
5095 | 11814 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11815 |
11816 * plot/__pltopt__.m: Handle key/legend names. | |
11817 Correctly set colors, line styles, and point styles. | |
11818 | |
3061 | 11819 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11820 | |
11821 * polynomial/polyfit.m: Return fit y values as second output. | |
11822 Don't use QR factorization to solve least squares problem. | |
11823 | |
11824 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11825 | |
11826 * control/dlqr.m: Use ao, not a, to compute k. | |
11827 | |
3024 | 11828 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11829 | |
11830 * miscellaneous/path.m: New file. | |
11831 | |
2993 | 11832 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11833 | |
11834 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11835 name. | |
11836 | |
2968 | 11837 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11838 | |
11839 * specfun/erfinv.m: Add missing semicolon. | |
11840 | |
2870 | 11841 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11842 | |
11843 * miscellaneous/xor.m: Make type of return value logical. | |
11844 | |
2853 | 11845 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11846 | |
11847 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11848 warn_comma_in_global_decl. | |
11849 | |
2831 | 11850 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11851 | |
11852 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11853 octave-bug script. | |
11854 | |
2823 | 11855 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11856 | |
2824 | 11857 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11858 prefer_zero_one_indexing. | |
11859 | |
2823 | 11860 * general/logical.m: New file. |
11861 | |
2816 | 11862 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11863 | |
11864 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11865 and is_vector(). | |
11866 | |
5095 | 11867 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11868 |
11869 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11870 Use tolerance of 2 * eps. | |
11871 | |
2811 | 11872 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11873 | |
11874 * Makefile.in (install-strip): New target. | |
11875 * audio/Makefile.in: Ditto. | |
11876 * control/Makefile.in: Ditto. | |
11877 * elfun/Makefile.in: Ditto. | |
11878 * general/Makefile.in: Ditto. | |
11879 * image/Makefile.in: Ditto. | |
11880 * io/Makefile.in: Ditto. | |
11881 * linear-algebra/Makefile.in: Ditto. | |
11882 * miscellaneous/Makefile.in: Ditto. | |
11883 * plot/Makefile.in: Ditto. | |
11884 * polynomial/Makefile.in: Ditto. | |
11885 * set/Makefile.in: Ditto. | |
11886 * signal/Makefile.in: Ditto. | |
11887 * specfun/Makefile.in: Ditto. | |
11888 * special-matrix/Makefile.in: Ditto. | |
11889 * startup/Makefile.in: Ditto. | |
11890 * statistics/Makefile.in: Ditto. | |
11891 * strings/Makefile.in: Ditto. | |
11892 | |
2809 | 11893 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11894 | |
11895 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11896 | |
2798 | 11897 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11898 | |
11899 * statistics/corrcoef.m: Make it actually work. | |
11900 | |
2795 | 11901 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11902 | |
2798 | 11903 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11904 |
2779 | 11905 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11906 |
11907 * Version 2.0.5 released. | |
11908 | |
2745 | 11909 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11910 | |
2749 | 11911 * Makefile.in (maintainer-clean): Also remove configure. |
11912 | |
2746 | 11913 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11914 | |
2745 | 11915 * general/is_matrix.m: Return zero for empty matrices. |
11916 | |
11917 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11918 | |
11919 * linear-algebra/vech.m: Size result just once. | |
11920 | |
2726 | 11921 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11922 | |
11923 * general/is_square.m: Handle empty matrices correctly. | |
11924 * general/is_symmetric.m: Handle empty matrices and strings. | |
11925 | |
2716 | 11926 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11927 | |
11928 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11929 * polynomial/deconv.m: Likewise. | |
11930 * polynomial/polyderiv.m: Likewise. | |
11931 * polynomial/polyinteg.m: Likewise. | |
11932 * polynomial/polyreduce.m: Likewise. | |
11933 * polynomial/polyval.m: Likewise. | |
11934 * polynomial/polyvalm.m: Likewise. | |
11935 * general/postpad.m: Likewise. | |
11936 * general/prepad.m: Likewise. | |
11937 | |
11938 * polynomial/compan.m: Check input with is_vector(), not | |
11939 is_matrix(). Handle scalar case. | |
11940 | |
2711 | 11941 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11942 | |
2715 | 11943 * plot/contour.m: Order data so that it is consistent with |
11944 meshgrid and mesh. | |
11945 | |
2711 | 11946 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11947 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11948 | |
2709 | 11949 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11950 |
11951 * Version 2.0.4 released. | |
11952 | |
2706 | 11953 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11954 | |
2702 | 11955 * miscellaneous/paren.m: New file. |
11956 | |
2693 | 11957 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11958 |
11959 * Version 2.0.3 released. | |
11960 | |
2676 | 11961 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11962 | |
11963 * image/saveimage.m: Only clip image data that is actually out of | |
11964 range. | |
11965 | |
2667 | 11966 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11967 | |
11968 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11969 also be considered to be matrices. | |
11970 | |
11971 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11972 | |
11973 * general/isempty.m: Use size(), not rows() and columns(). | |
11974 | |
11975 * plot/contour.m: Convert set to gset. | |
11976 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11977 | |
2663 | 11978 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11979 | |
11980 * specfun/erfinv.m: Fix typo in last change. | |
11981 | |
2650 | 11982 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11983 | |
11984 * image/loadimage.m: Make it possible to load files with image | |
11985 data named X or img. | |
11986 | |
11987 * image/default.img: Change name of image from X to img to match | |
11988 what saveimage does now. | |
11989 | |
11990 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11991 does now. | |
11992 | |
2632 | 11993 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11994 | |
2634 | 11995 * Version 2.0.2 released. |
11996 | |
2632 | 11997 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11998 weird missing-lines bug without creating extra plots unecessarily. | |
11999 | |
2624 | 12000 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12001 | |
12002 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12003 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12004 io/Makefile.in, linear-algebra/Makefile.in, | |
12005 miscellaneous/Makefile.in, plot/Makefile.in, | |
12006 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12007 specfun/Makefile.in, special-matrix/Makefile.in, | |
12008 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12009 time/Makefile.in (bin-dist): New target. | |
12010 | |
2621 | 12011 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12012 | |
12013 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12014 | |
12015 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12016 | |
12017 * miscellaneous/xor.m: Make it work. | |
12018 | |
2613 | 12019 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12020 | |
12021 * plot/sombrero.m: Doc fix. | |
12022 | |
2602 | 12023 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12024 | |
12025 * Version 2.0.1 released. | |
12026 | |
2601 | 12027 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12028 | |
12029 * elfun/lcm.m: Replace missing if statement. | |
12030 | |
12031 * elfun/gcd.m: Report error if no input args. | |
12032 * elfun/lcm.m: Likewise. | |
12033 | |
2597 | 12034 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12035 | |
12036 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12037 Also list contents of $libexecdir/octave in ls-R database. | |
12038 | |
2583 | 12039 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12040 | |
12041 * Version 2.0 released. | |
12042 | |
2575 | 12043 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12044 | |
12045 * Version 1.94. | |
12046 | |
2558 | 12047 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12048 | |
12049 * strings/str2num.m: New file. | |
12050 | |
2554 | 12051 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12052 | |
12053 * Version 1.93. | |
12054 | |
2540 | 12055 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12056 | |
12057 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12058 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12059 linear-algebra/vech.m: New files from Kurt Hornik. | |
12060 | |
12061 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12062 general/common_size.m: New files from Kurt Hornik. | |
12063 | |
12064 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12065 New files from Kurt Hornik. | |
12066 | |
12067 * signal/detrend.m: New file from Kurt Hornik. | |
12068 | |
12069 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12070 specfun/pow2.m, specfun/log2.m: | |
12071 New files and updates from Kurt Hornik. | |
12072 | |
2523 | 12073 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12074 | |
12075 * plot/__plt__.m: Add explicit replot after last command is | |
12076 issued, to force all lines to be displayed. Hmm. | |
12077 | |
2512 | 12078 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12079 | |
2520 | 12080 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12081 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12082 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12083 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12084 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12085 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12086 Uset gset, not set. | |
12087 | |
2512 | 12088 * Version 1.92. |
12089 | |
2482 | 12090 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12091 | |
2486 | 12092 * image/saveimage.m: When writing PostScript, name Octave as the |
12093 almighty Creator. Use single call to fprintf instead of looping. | |
12094 | |
12095 * image/Makefile.in: Delete references to octtopnm. | |
12096 | |
12097 * general/logspace.m: Doc fix. | |
12098 | |
2482 | 12099 * Version 1.91. |
12100 | |
2458 | 12101 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12102 | |
12103 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12104 | |
12105 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12106 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12107 deleted. | |
12108 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12109 of a system() command to delete the tmp file. | |
12110 | |
2452 | 12111 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12112 | |
12113 * Version 1.90. | |
12114 | |
12115 * Makefile.in (DISTFILES): Add ChangeLog. | |
12116 | |
2360 | 12117 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12118 | |
12119 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12120 Don't check for string value of automatic_replot. | |
12121 | |
12122 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12123 Temporarily set do_fortran_indexing to 1, not "true". | |
12124 | |
12125 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12126 not "false". | |
12127 | |
12128 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12129 "false". | |
12130 | |
2355 | 12131 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12132 | |
12133 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12134 | |
2330 | 12135 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12136 | |
12137 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12138 system command. | |
12139 | |
12140 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12141 | |
12142 * __plr1__.m: Renamed from polar_int_1.m. | |
12143 * __plr2__.m: Renamed from polar_int_2.m. | |
12144 * __plr__.m: Renamed from polar_int.m. | |
12145 * __plt1__.m: Renamed from plot_int_1.m. | |
12146 * __plt2__.m: Renamed from plot_int_2.m. | |
12147 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12148 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12149 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12150 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12151 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12152 * __plt__.m: Renamed from plot_int.m. | |
12153 * __pltopt__.m: Renamed from plot_opt.m. | |
12154 Change all callers. | |
12155 | |
12156 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12157 | |
12158 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12159 comments like those found in Emacs lisp files. | |
12160 | |
12161 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12162 | |
12163 * All .m files: Change comment style. | |
12164 | |
12165 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12166 | |
12167 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12168 subplot.m, subwindow.m, top_title.m: | |
12169 Print error message if gnuplot_has_multiplot is not true. | |
12170 | |
12171 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12172 | |
12173 * plot/figure.m: New function. | |
12174 | |
12175 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12176 | |
12177 * strings/strrep.m: New function. | |
12178 | |
12179 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12180 | |
12181 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12182 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12183 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12184 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12185 New functions from Kurt Hornik, heavily modified by jwe. | |
12186 | |
12187 * general/reshape.m: Allow strings to be reshaped too. | |
12188 | |
12189 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12190 Always return a scalar. | |
12191 | |
12192 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12193 | |
12194 * polynomial/polyfit.m: Make orientation of result compatible with | |
12195 Matlab. | |
12196 | |
12197 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12198 | |
12199 * polynomial/polyfit.m: Add missing close paren. | |
12200 | |
12201 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12202 | |
12203 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12204 | |
12205 * io/scanf.m: Delete. | |
12206 | |
12207 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12208 | |
12209 * statistics/median.m: Fix typo in usage message. | |
12210 | |
12211 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12212 | |
12213 * miscellaneous/popen2.m: New file. | |
12214 | |
12215 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12216 | |
12217 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12218 | |
12219 * io: New directory. | |
12220 * Makefile.in (SUBDIRS): Add it to the list. | |
12221 | |
12222 * miscellaneous/flops.m: New file. | |
12223 | |
12224 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12225 | |
12226 * miscellaneous/cputime.m: Return three arguments instead of a | |
12227 vector, for compatibility with previous versions and with Matlab | |
12228 (which only returns one scalar value). | |
12229 | |
12230 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12231 | |
12232 * general/triu.m: Compute lower bound on loop index correctly. | |
12233 * general/tril.m: Likewise, for upper bound. | |
12234 | |
12235 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12236 | |
12237 * image/saveimage.m: For color images, make sure indices into | |
12238 temporary colormap and result matrix have proper orientation. | |
12239 Set grey flag correctly. | |
12240 | |
12241 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12242 | |
12243 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12244 jrv@vanzandt.mv.com). | |
12245 | |
12246 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12247 | |
12248 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12249 * mesh.m: Transpose Z if only one arg. | |
12250 Handle case of all three args being matrices (from Jim Van Zandt | |
12251 jrv@vanzandt.mv.com). | |
12252 * meshdom.m: Undo previous change. | |
12253 | |
12254 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12255 | |
12256 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12257 | |
12258 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12259 | |
12260 * audio: New directory of files from Kurt Hornik and Andreas | |
12261 Weingessel. | |
12262 * audio/Makefile.in: New file. | |
12263 * Makefile.in (SUBDIRS): Add audio to the list. | |
12264 | |
12265 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12266 | |
12267 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12268 | |
12269 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12270 | |
12271 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12272 columns (z), not the other way around. | |
12273 * plot/meshdom.m: Don't reverse order of elements in y. | |
12274 | |
12275 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12276 | |
12277 * plot/axis.m: Return current axis if nargin == 0. | |
12278 | |
12279 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12280 | |
12281 * polynomial/roots.m: Updates from Kurt Hornik. | |
12282 | |
12283 * polynomial/polyder.m: New file. | |
12284 | |
12285 * polynomial/polyderiv.m: Give return value and arg different names. | |
12286 | |
12287 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12288 | |
12289 * specfun/betainc.m: New file. | |
12290 * specfun/gammainc.m: New file. | |
12291 | |
12292 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12293 | |
12294 * general/strerror.m: New file. | |
12295 * general/perror.m: Implement using strerror(). | |
12296 | |
12297 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12298 | |
12299 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12300 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12301 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12302 | |
12303 * image/saveimage.m: Round img values first. | |
12304 | |
12305 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12306 | |
12307 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12308 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12309 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12310 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12311 special-matrix/hankel.m special-matrix/toeplitz.m | |
12312 tuwien/strfun/split.m: Add missing semicolons. | |
12313 | |
12314 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12315 | |
12316 * image/Makefile.in: Don't build or install octtoppm. | |
12317 | |
12318 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12319 routines so that people who don't have the pbm stuff installed |
2330 | 12320 can still use this function. |
12321 | |
12322 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12323 | |
12324 * image/saveimage.m: Better error checking, clean up a bit. | |
12325 | |
12326 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12327 | |
12328 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12329 avoid conflict with new built-in text-style function more. | |
12330 | |
12331 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12332 | |
12333 * startup/Makefile.in (install): Also install octaverc in | |
12334 $localfcnfiledir/startup/octavrc. | |
12335 | |
12336 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12337 | |
12338 * mkinstalldirs: New file. | |
12339 * Makefile.in (DISTFILES): Add it to the list. | |
12340 | |
12341 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12342 | |
12343 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12344 | |
12345 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12346 r(1) != c(nr), not if r(1) != c(1). | |
12347 | |
12348 * signal/filter.m: Doc fix. | |
12349 | |
12350 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12351 | |
12352 * miscellaneous/cputime.m: Use new resource structure names (no | |
12353 ru_ or tv_ prefixes). | |
12354 | |
12355 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12356 | |
12357 * time/ctime.m: Fix doc string and usage message. | |
12358 | |
12359 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12360 | |
12361 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12362 | |
12363 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12364 | |
12365 * control/c2d.m: Make function work for any value of | |
12366 whitespace_in_literal_matrix. | |
12367 * control/dare.m: Likewise. | |
12368 * control/tzero.m: Likewise. | |
12369 * elfun/gcd.m: Likewise. | |
12370 * elfun/lcm.m: Likewise. | |
12371 * general/postpad.m: Likewise. | |
12372 * general/prepad.m: Likewise. | |
12373 * linear-algebra/kron.m: Likewise. | |
12374 * miscellaneous/etime.m: Likewise. | |
12375 * polynomial/conv.m: Likewise. | |
12376 * polynomial/deconv.m: Likewise. | |
12377 * polynomial/poly.m: Likewise. | |
12378 * polynomial/roots.m: Likewise. | |
12379 * signal/filter.m: Likewise. | |
12380 * signal/freqz.m: Likewise. | |
12381 * signal/fftfilt.m: Likewise. | |
12382 | |
12383 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12384 | |
12385 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12386 | |
12387 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12388 | |
12389 * plot/polar_int_2.m: Add missing semicolons. | |
12390 Set theta = theta', not rho'. | |
12391 | |
12392 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12393 | |
12394 * polynomial/roots.m: Make it work for any value of | |
12395 whitespace_in_literal_matrix. | |
12396 | |
12397 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12398 | |
12399 * configure.in: New file. | |
12400 | |
12401 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12402 | |
12403 * control/lyap.m: Add missing semicolon. | |
12404 | |
12405 * miscellaneous/cputime.m: New function file. | |
12406 | |
12407 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12408 | |
12409 * time: New directory. | |
12410 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12411 New function files. | |
12412 * time/Makefile.in: New file. | |
12413 * Makefile.in (SUBDIRS): Add time. | |
12414 | |
12415 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12416 | |
12417 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12418 | |
12419 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12420 | |
12421 * plot/plot_int_1.m: Transpose data with .', not '. | |
12422 | |
12423 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12424 | |
12425 * Makefile.in (install uninstall clean mostlyclean distclean | |
12426 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12427 | |
12428 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12429 | |
12430 * Makefile.in (install): Create ls-R database file. | |
12431 (uninstall): Delete it. | |
12432 | |
12433 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12434 | |
5378 | 12435 * image/saveimage.m: Fix typo. |
2330 | 12436 |
12437 See ChangeLog.1 in the top level directory for earlier changes. |