Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9353:335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 15 Jun 2009 11:21:53 -0400 |
parents | 93664cbb732c |
children | 52bde0edd23a |
rev | line source |
---|---|
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
1 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
|
2 |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
3 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
4 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
5 |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
6 2009-06-14 Ben Abbott <bpabbott@mac.com> |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
7 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
8 * 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
|
9 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
10 |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
11 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
|
12 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
13 * 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
|
14 |
9345 | 15 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
16 | |
17 * set/ismember.m: Reimplement using lookup & unique. | |
18 | |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
19 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
|
20 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
21 * 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
|
22 * 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
|
23 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
24 * 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
|
25 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
|
26 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
|
27 |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
28 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
|
29 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
30 * 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
|
31 * 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
|
32 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
33 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
34 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
35 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
|
36 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
37 * 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
|
38 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
39 |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
40 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
|
41 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
42 * 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
|
43 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
44 |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
45 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
|
46 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
47 * 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
|
48 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
49 |
9313 | 50 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
51 | |
52 * testfun/assert.m: Fix texinfo bug. | |
53 | |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
54 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
|
55 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
56 * 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
|
57 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
|
58 * 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
|
59 |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
60 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
|
61 |
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
|
62 * 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
|
63 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
|
64 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
|
65 * 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
|
66 "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
|
67 * 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
|
68 __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
|
69 * 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
|
70 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
71 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
72 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
73 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
74 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
75 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
|
76 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
77 * 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
|
78 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
79 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
80 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
|
81 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
82 * 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
|
83 |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
84 2009-05-28 Ben Abbott <bpabbott@mac.com> |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
85 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
86 * 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
|
87 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
88 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
89 * 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
|
90 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
91 |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
92 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
|
93 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
94 * 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
|
95 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
96 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
|
97 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
98 * 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
|
99 * 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
|
100 |
9278 | 101 2009-05-28 Radek Salac <salac.r@gmail.com> |
102 | |
103 * sparse/bicgstab.m: New output when calling without arguments. | |
104 Time optimization - remove certain checks linked to preconditioner which | |
105 are unacceptably slow. | |
106 * sparse/cgs.m: New output when calling without arguments. | |
107 Time optimization - remove certain checks linked to preconditioner which | |
108 are unacceptably slow. Rename internal variable to match bicgstab. | |
109 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
110 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
|
111 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
112 * 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
|
113 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
114 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
|
115 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
116 * 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
|
117 |
9273 | 118 2009-05-27 John W. Eaton <jwe@octave.org> |
119 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
120 * 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
|
121 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
122 |
9273 | 123 * image/imshow.m: In demo, convert image to rgb before scaling |
124 components. Use imread instead of loadimage. | |
125 | |
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
|
126 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
|
127 |
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
|
128 * 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
|
129 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
|
130 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
131 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
|
132 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
133 * 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
|
134 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
135 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
136 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
137 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
138 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
139 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
|
140 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
141 * 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
|
142 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
143 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
144 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
145 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
146 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
147 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
|
148 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
149 * 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
|
150 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
151 |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
152 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
|
153 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
154 * 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
|
155 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
156 |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
157 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
|
158 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
159 * 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
|
160 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
161 * 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
|
162 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
163 |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
164 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
165 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
166 * 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
|
167 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
168 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
169 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
|
170 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
171 * 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
|
172 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
|
173 |
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
|
174 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
|
175 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
176 * 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
|
177 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
|
178 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
179 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
|
180 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
181 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
182 * 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
|
183 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
184 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
185 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
186 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
|
187 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
188 * *.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
|
189 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
190 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
191 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
|
192 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
193 * 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
|
194 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
195 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
196 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
|
197 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
198 * 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
|
199 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
|
200 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
|
201 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
202 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
|
203 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
204 * 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
|
205 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
206 |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
207 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
|
208 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
209 * 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
|
210 * 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
|
211 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
212 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
|
213 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
214 * 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
|
215 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
|
216 |
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
|
217 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
|
218 |
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
|
219 * 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
|
220 "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
|
221 |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
222 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
|
223 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
224 * 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
|
225 |
9160 | 226 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
227 | |
228 * statistics/base/range.m: Fix behavior when dim is specified. | |
229 | |
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
|
230 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
|
231 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
232 * 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
|
233 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
|
234 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
|
235 |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
236 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
|
237 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
238 * 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
|
239 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
|
240 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
|
241 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
|
242 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
243 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
244 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
245 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
246 |
9140 | 247 2009-04-20 John W. Eaton <jwe@octave.org> |
248 | |
249 * special-matrix/vander.m: Update tests. | |
250 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
251 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
|
252 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
253 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
254 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
255 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
256 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
|
257 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
258 * 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
|
259 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
260 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
261 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
262 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
263 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
264 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
|
265 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
266 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
267 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
268 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
269 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
|
270 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
271 * 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
|
272 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
273 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
|
274 * 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
|
275 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
276 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
|
277 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
278 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
279 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
280 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
281 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
282 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
|
283 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
284 * 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
|
285 * 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
|
286 * 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
|
287 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
288 |
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
|
289 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
|
290 |
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
|
291 * 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
|
292 * 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
|
293 * 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
|
294 * 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
|
295 * 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
|
296 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
|
297 * 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
|
298 |
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
|
299 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
|
300 |
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
|
301 * 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
|
302 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
|
303 * 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
|
304 |
9108 | 305 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
306 | |
307 * set/intersect.m: Add missing branch. | |
308 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
309 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
310 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
311 * 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
|
312 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
|
313 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
|
314 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
315 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
316 * 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
|
317 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
318 * 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
|
319 |
9104 | 320 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
321 | |
322 * special-matrix/vander.m: Optimize. | |
323 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
324 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
|
325 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
326 * 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
|
327 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
328 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
|
329 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
330 * 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
|
331 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
|
332 * 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
|
333 * 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
|
334 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
|
335 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
336 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
337 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
338 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
339 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
340 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
341 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
342 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
343 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
344 |
9093 | 345 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
346 | |
347 * linear-algebra/vech.m: Optimize. | |
348 | |
9092 | 349 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
350 | |
351 * special-matrix/toeplitz.m: Optimize. | |
352 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
353 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
354 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
355 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
356 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
357 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
|
358 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
359 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
360 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
361 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
362 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
363 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
|
364 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
365 * 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
|
366 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
367 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
368 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
|
369 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
370 * 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
|
371 |
9075 | 372 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
373 | |
374 * optimization/fsolve.m: Fix test. | |
375 | |
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
|
376 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
|
377 |
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
|
378 * 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
|
379 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
|
380 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
381 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
|
382 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
383 * 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
|
384 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
|
385 * 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
|
386 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
387 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
388 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
|
389 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
390 * 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
|
391 |
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
|
392 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
|
393 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
394 * 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
|
395 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
|
396 |
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
|
397 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
|
398 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
399 * 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
|
400 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
|
401 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
|
402 |
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
|
403 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
|
404 |
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
|
405 * 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
|
406 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
|
407 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
408 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
|
409 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
410 * 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
|
411 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
412 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
|
413 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
414 * 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
|
415 dimensions. Change interpretation of vector arguments from |
9016 | 416 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
|
417 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
418 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
|
419 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
420 * 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
|
421 * 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
|
422 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
|
423 |
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
|
424 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
|
425 |
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
|
426 * 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
|
427 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
|
428 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
429 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
|
430 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
431 * 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
|
432 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
433 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
|
434 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
435 * 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
|
436 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
437 * 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
|
438 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
439 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
|
440 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
441 * 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
|
442 * 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
|
443 * 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
|
444 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
445 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
446 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
447 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
448 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
449 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
450 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
451 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
452 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
453 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
454 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
|
455 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
456 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
457 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
458 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
459 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
460 |
8980 | 461 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
462 | |
463 * statistics/base/var.m: a -> x. | |
464 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
465 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
466 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
467 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
468 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
469 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
470 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
471 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
472 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
473 |
8970 | 474 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
475 | |
476 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
477 products. | |
478 | |
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
|
479 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
|
480 |
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
|
481 * 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
|
482 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
|
483 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
|
484 |
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
|
485 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
|
486 |
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
|
487 * 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
|
488 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
|
489 "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
|
490 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
491 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
|
492 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
493 * 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
|
494 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
495 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
496 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
|
497 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
498 * 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
|
499 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
500 * 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
|
501 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
|
502 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
503 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
504 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
505 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
506 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
507 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
508 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
509 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
510 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
511 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
512 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
513 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
|
514 |
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
|
515 * 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
|
516 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
|
517 * 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
|
518 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
|
519 |
8912 | 520 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
521 | |
522 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
523 for tests. | |
524 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
525 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
|
526 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
527 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
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-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
|
530 |
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
|
531 * 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
|
532 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
|
533 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
534 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
535 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
536 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
537 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
538 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
|
539 |
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
|
540 * 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
|
541 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
|
542 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
543 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
544 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
545 * 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
|
546 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
547 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
|
548 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
549 * 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
|
550 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
551 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
552 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
|
553 |
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
|
554 * 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
|
555 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
|
556 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
|
557 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
558 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
|
559 |
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
|
560 * 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
|
561 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
|
562 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
563 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
|
564 |
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
|
565 * 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
|
566 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
|
567 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
|
568 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
569 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
|
570 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
571 * 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
|
572 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
573 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
574 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
|
575 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
576 * 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
|
577 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
|
578 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
579 * 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
|
580 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
581 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
582 * 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
|
583 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
|
584 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
|
585 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
586 * 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
|
587 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
|
588 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
|
589 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
|
590 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
|
591 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
|
592 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
|
593 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
594 * 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
|
595 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
|
596 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
597 * 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
|
598 "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
|
599 * 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
|
600 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
|
601 * 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
|
602 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
603 * 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
|
604 * 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
|
605 * 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
|
606 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
607 * 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
|
608 |
8884 | 609 2009-02-27 John W. Eaton <jwe@octave.org> |
610 | |
8887 | 611 * set/complement.m: Call unique, not create_set. |
612 * set/unique.m: Style fix for docstring. | |
613 * deprecated/create_set.m: Move here from set/create_set.m. | |
614 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
|
615 |
8887 | 616 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
617 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
618 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
619 * 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
|
620 |
8884 | 621 * strings/strsplit.m: Style fixes. |
622 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
623 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
624 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
625 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
626 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
627 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
|
628 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
629 * 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
|
630 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
631 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
632 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
633 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
634 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
635 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
636 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
637 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
638 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
639 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
640 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
641 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
642 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
643 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
644 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
645 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
646 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
647 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
648 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
649 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
650 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
651 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
|
652 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
653 * 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
|
654 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
655 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
656 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
657 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
658 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
659 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
660 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
661 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
662 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
663 * 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
|
664 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
|
665 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
666 * 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
|
667 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
668 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
669 |
8861 | 670 2009-02-24 John W. Eaton <jwe@octave.org> |
671 | |
672 * 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
|
673 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
|
674 |
8861 | 675 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
676 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
677 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
|
678 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
679 * 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
|
680 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
681 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
682 * 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
|
683 |
8857 | 684 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
685 | |
686 * optimization/fsolve.m: Update niter after each iteration, not just | |
687 a succesful one. | |
688 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
689 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
|
690 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
691 * 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
|
692 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
693 * 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
|
694 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
695 |
8847 | 696 2009-02-23 John W. Eaton <jwe@octave.org> |
697 | |
698 * plot/fplot.m: Fix nargin check. | |
699 From Joel Parker <Joel.Parker@radiancetech.com>. | |
700 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
701 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
|
702 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
703 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
704 |
8826 | 705 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
706 | |
707 * linear-algebra/dmult.m: Remove. | |
708 * linear-algebra/Makefile.in: Update. | |
709 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
710 * deprecated/Makefile.in: Update. | |
711 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
712 by diagonal matrices. | |
713 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
714 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
|
715 |
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
|
716 * 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
|
717 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
|
718 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
|
719 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
720 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
|
721 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
722 * 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
|
723 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
|
724 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
|
725 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
|
726 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
|
727 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
|
728 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
|
729 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
|
730 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
|
731 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
|
732 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
|
733 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
|
734 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
|
735 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
|
736 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
|
737 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
|
738 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
|
739 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
|
740 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
|
741 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
|
742 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
743 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
744 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
745 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
746 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
747 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
748 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
|
749 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
750 * 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
|
751 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
752 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
|
753 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
754 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
755 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
756 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
|
757 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
758 * 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
|
759 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
760 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
761 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
|
762 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
763 * 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
|
764 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
|
765 |
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
|
766 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
|
767 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
768 * 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
|
769 * 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
|
770 * 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
|
771 * 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
|
772 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
|
773 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
|
774 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
775 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
|
776 |
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
|
777 * 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
|
778 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
|
779 (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
|
780 (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
|
781 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
782 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
|
783 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
784 * 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
|
785 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
786 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
|
787 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
788 * 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
|
789 * 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
|
790 * 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
|
791 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
|
792 * 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
|
793 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
794 |
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
|
795 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
|
796 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
797 * 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
|
798 * 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
|
799 |
8757 | 800 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
801 | |
802 * 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
|
803 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
804 * optimization/fsolve.m: Update comments. |
8757 | 805 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
806 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
|
807 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
808 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
809 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
810 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
|
811 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
812 * 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
|
813 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
|
814 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
815 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
816 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
817 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
|
818 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
|
819 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
|
820 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
|
821 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
|
822 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
|
823 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
824 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
825 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
826 * 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
|
827 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
828 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
829 * 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
|
830 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
831 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
832 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
833 * 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
|
834 |
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
|
835 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
|
836 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
837 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
838 |
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
|
839 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
840 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
841 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
842 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
843 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
|
844 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
845 * 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
|
846 |
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
|
847 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
|
848 |
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
|
849 * 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
|
850 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
|
851 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
852 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
|
853 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
854 * 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
|
855 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
856 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
857 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
858 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
859 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
860 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
861 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
|
862 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
863 * 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
|
864 |
8714 | 865 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
866 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
867 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
868 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
|
869 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
870 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
871 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
|
872 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
873 * 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
|
874 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
875 * 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
|
876 |
8698 | 877 2009-02-08 John W. Eaton <jwe@octave.org> |
878 | |
879 * Makefile.in (install install-strip): Don't install ls-R file. | |
880 (uninstall): Don't uninstall ls-R file. | |
881 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
882 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
883 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
884 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
885 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
886 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
887 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
|
888 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
889 * 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
|
890 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
891 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
|
892 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
893 * 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
|
894 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
895 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
896 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
|
897 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
898 * 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
|
899 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
900 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
|
901 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
902 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
903 * 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
|
904 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
905 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
|
906 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
907 * 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
|
908 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
909 |
8666 | 910 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
911 | |
912 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
913 instead of "interpolate 4, 4". | |
914 | |
8664 | 915 2009-02-04 John W. Eaton <jwe@octave.org> |
916 | |
917 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
918 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
919 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
920 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
921 geometry/voronoi.m, geometry/voronoin.m, | |
922 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
923 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
924 linear-algebra/dmult.m, linear-algebra/dot.m, | |
925 linear-algebra/expm.m, linear-algebra/housh.m, | |
926 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
927 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
928 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
929 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
930 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
931 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
932 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
933 statistics/tests/cor_test.m, | |
934 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
935 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
936 time/addtodate.m: Style fixes. | |
937 | |
8661 | 938 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
939 | |
940 * optimization/fsolve.m: remove redundant line. | |
941 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
942 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
943 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
944 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
945 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
946 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
947 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
948 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
949 |
8652 | 950 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
951 | |
952 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
953 mlock to avoid unloading. | |
954 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
955 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
|
956 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
957 * 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
|
958 * 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
|
959 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
|
960 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
961 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
962 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
963 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
964 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
965 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
966 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
967 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
968 |
8645 | 969 2009-01-30 Kai Habel <kai.habel@gmx.de> |
970 | |
971 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
972 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
973 Require gnuplot 4.3 for transparent patches and surfaces. | |
974 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
975 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
|
976 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
977 * 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
|
978 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
|
979 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
980 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
|
981 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
982 * 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
|
983 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
984 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
985 * 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
|
986 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
987 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
|
988 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
989 * 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
|
990 |
8633 | 991 2009-01-29 Kai Habel <kai.habel@gmx.de> |
992 | |
993 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
994 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
995 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 996 |
997 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
998 print sensible error message when function is found but not documented. | |
999 | |
1000 * help/help.m: Allow displaying 'Contents.m' files. | |
1001 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1002 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
|
1003 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1004 * 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
|
1005 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1006 |
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
|
1007 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1008 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1009 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1010 |
1011 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1012 feature. | |
1013 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1014 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
|
1015 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1016 * 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
|
1017 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1018 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1019 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
|
1020 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1021 * 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
|
1022 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
|
1023 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
|
1024 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1025 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1026 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1027 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1028 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1029 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1030 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1031 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
|
1032 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1033 * 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
|
1034 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
|
1035 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
|
1036 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1037 * 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
|
1038 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1039 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1040 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1041 * 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
|
1042 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1043 |
8602 | 1044 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1045 | |
1046 * polynomial/spline.m: Doc fix. | |
1047 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1048 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
|
1049 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1050 * 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
|
1051 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1052 |
8600 | 1053 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1054 | |
1055 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1056 square and overdetermined systems. | |
1057 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1058 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
|
1059 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1060 * 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
|
1061 Adjust some defaults. |
8628 | 1062 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1063 * 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
|
1064 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1065 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
|
1066 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1067 * 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
|
1068 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1069 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1070 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1071 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1072 |
8591 | 1073 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1074 | |
1075 * optimization/__fsolve_defopts__.m: Remove. | |
1076 * optimization/Makefile.in: Reflect change. | |
1077 | |
8590 | 1078 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1079 | |
1080 * optimization/__fdjac__.m: Fix setting up h. | |
1081 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1082 large enough square and overdetermined systems, with pivoting in the | |
1083 first step. Simplify options. Adjust defaults - make TR radius | |
1084 tolerance less stringent. Support DisplayFcn. | |
1085 | |
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
|
1086 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
|
1087 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1088 * 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
|
1089 |
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
|
1090 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
|
1091 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1092 * 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
|
1093 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1094 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1095 |
1096 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1097 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1098 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
|
1099 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1100 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1101 * 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
|
1102 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1103 * 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
|
1104 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1105 * 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
|
1106 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1107 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1108 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
|
1109 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1110 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1111 * 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
|
1112 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1113 * 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
|
1114 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
|
1115 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
|
1116 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1117 * 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
|
1118 * 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
|
1119 * 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
|
1120 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1121 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1122 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
|
1123 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1124 * 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
|
1125 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1126 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
|
1127 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1128 * 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
|
1129 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1130 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
|
1131 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1132 * 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
|
1133 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
|
1134 * 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
|
1135 * 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
|
1136 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1137 * 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
|
1138 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
|
1139 * 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
|
1140 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1141 * 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
|
1142 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1143 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1144 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1145 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1146 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1147 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1148 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1149 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1150 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1151 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1152 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1153 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
|
1154 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1155 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1156 * general/prepad.m: Doc fix. |
8544 | 1157 * image/pink.m: Spelling fix. |
1158 * image/hsv.m: Doc fix. | |
1159 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1160 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1161 * 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
|
1162 |
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
|
1163 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1164 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1165 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1166 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1167 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1168 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
|
1169 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1170 * 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
|
1171 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1172 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
|
1173 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1174 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1175 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1176 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
|
1177 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1178 * 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
|
1179 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
|
1180 |
8528 | 1181 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1182 | |
1183 * plot/grid.m: Document handle argument. | |
1184 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1185 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
|
1186 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1187 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1188 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1189 |
8521 | 1190 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1191 | |
1192 * gethelp.cc: Include <cstdio>. | |
1193 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1194 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
|
1195 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1196 * 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
|
1197 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
|
1198 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1199 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
|
1200 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1201 * 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
|
1202 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1203 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
|
1204 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
|
1205 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
|
1206 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
|
1207 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
|
1208 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
|
1209 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
|
1210 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
|
1211 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
|
1212 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
|
1213 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
|
1214 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
|
1215 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
|
1216 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1217 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1218 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
|
1219 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1220 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1221 |
8513 | 1222 * optimization/fsolve.m: Doc fix. |
1223 | |
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
|
1224 * 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
|
1225 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1226 * 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
|
1227 |
8506 | 1228 2009-01-13 John W. Eaton <jwe@octave.org> |
1229 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1230 * 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
|
1231 |
8507 | 1232 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1233 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1234 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1235 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1236 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1237 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1238 image/imwrite.m, linear-algebra/dmult.m, | |
1239 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1240 miscellaneous/setfield.m, miscellaneous/what.m, | |
1241 optimization/fsolve.m, optimization/fzero.m, | |
1242 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1243 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1244 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1245 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1246 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1247 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1248 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1249 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1250 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1251 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1252 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1253 statistics/base/center.m, statistics/base/quantile.m, | |
1254 statistics/base/ranks.m, statistics/base/std.m, | |
1255 statistics/distributions/hygepdf.m, | |
1256 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1257 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1258 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1259 testfun/speed.m, testfun/test.m: Style fixes. | |
1260 | |
8506 | 1261 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1262 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1263 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1264 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1265 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1266 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1267 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1268 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1269 statistics/base/quantile.m, statistics/base/values.m, | |
1270 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1271 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1272 time/datestr.m, time/datevec.m: Comment style fixes. | |
1273 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1274 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
|
1275 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1276 * 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
|
1277 |
8466 | 1278 2009-01-12 John W. Eaton <jwe@octave.org> |
1279 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1280 * 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
|
1281 Use strcmpi to compare options. |
8466 | 1282 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1283 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
|
1284 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1285 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1286 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1287 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1288 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
|
1289 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1290 * 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
|
1291 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1292 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1293 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1294 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1295 * miscellaneous/orderfields.m: Ditto. |
1296 * miscellaneous/what.m: Ditto. | |
1297 * pkg/pkg.m: Ditto. | |
1298 * plot/ndgrid.m: Ditto. | |
1299 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1300 |
8451 | 1301 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1302 | |
1303 * plot/surfl.m: New function | |
8628 | 1304 * plot/diffuse.m: Ditto. |
1305 * plot/specular.m: Ditto. | |
8451 | 1306 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1307 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
|
1308 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1309 * 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
|
1310 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1311 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
|
1312 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1313 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1314 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1315 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
|
1316 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1317 * 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
|
1318 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
|
1319 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
|
1320 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
|
1321 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
|
1322 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
|
1323 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
|
1324 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
|
1325 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
|
1326 * 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
|
1327 * 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
|
1328 * 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
|
1329 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1330 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
|
1331 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1332 * 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
|
1333 |
8438 | 1334 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1335 | |
1336 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1337 operation fails. | |
1338 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1339 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
|
1340 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1341 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1342 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1343 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1344 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1345 * 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
|
1346 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1347 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1348 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1349 * 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
|
1350 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1351 |
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
|
1352 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
|
1353 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1354 * 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
|
1355 |
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
|
1356 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
|
1357 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1358 * 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
|
1359 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1360 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1361 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1362 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1363 |
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
|
1364 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
|
1365 |
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
|
1366 * 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
|
1367 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
|
1368 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1369 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1370 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1371 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1372 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1373 |
8416 | 1374 2008-11-21 Radek Salac <salac.r@gmail.com> |
1375 | |
1376 * sparse/bicgstab.m: New function. | |
1377 * sparse/Makefile.in (SOURCES): Add it here. | |
1378 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1379 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
|
1380 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1381 * 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
|
1382 (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
|
1383 * 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
|
1384 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1385 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1386 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1387 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1388 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1389 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1390 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1391 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
|
1392 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1393 * 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
|
1394 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
|
1395 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1396 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1397 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1398 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1399 |
8393 | 1400 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1401 | |
8394 | 1402 * linear-algebra/expm.m: New source. |
8393 | 1403 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1404 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1405 |
8394 | 1406 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1407 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1408 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1409 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1410 * 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
|
1411 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1412 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
|
1413 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1414 * 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
|
1415 * 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
|
1416 * 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
|
1417 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1418 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
|
1419 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1420 * 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
|
1421 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
|
1422 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
|
1423 * 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
|
1424 * 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
|
1425 * 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
|
1426 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1427 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1428 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1429 * 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
|
1430 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1431 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
|
1432 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1433 * 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
|
1434 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1435 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
|
1436 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1437 * 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
|
1438 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1439 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
|
1440 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1441 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
|
1442 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1443 |
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
|
1444 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
|
1445 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1446 * 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
|
1447 |
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
|
1448 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
|
1449 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1450 * 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
|
1451 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1452 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
|
1453 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1454 * 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
|
1455 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1456 |
8324 | 1457 2008-11-14 David Bateman <dbateman@free.fr> |
1458 | |
1459 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1460 of the axis object. | |
1461 | |
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
|
1462 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
|
1463 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1464 * 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
|
1465 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1466 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
|
1467 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1468 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1469 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1470 |
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
|
1471 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
|
1472 |
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
|
1473 * 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
|
1474 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
|
1475 * 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
|
1476 |
8316 | 1477 2008-11-10 John W. Eaton <jwe@octave.org> |
1478 | |
1479 * 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
|
1480 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1481 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1482 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
|
1483 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1484 * 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
|
1485 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1486 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1487 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
|
1488 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1489 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1490 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1491 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
|
1492 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1493 * 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
|
1494 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1495 |
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
|
1496 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
|
1497 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1498 * 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
|
1499 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1500 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1501 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1502 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1503 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1504 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1505 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1506 |
8305 | 1507 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1508 | |
1509 * optimization/fzero.m: Replace tabs by spaces. | |
1510 | |
1511 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1512 | |
1513 * optimization/fzero.m: Simplify exception handling. | |
1514 | |
1515 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1516 | |
1517 * optimization/fzero.m: New function file. | |
1518 * optimization/Makefile.in: Add it. | |
1519 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1520 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1521 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1522 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1523 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1524 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1525 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1526 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1527 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1528 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1529 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1530 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1531 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1532 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1533 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1534 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1535 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1536 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1537 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1538 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
|
1539 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1540 * 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
|
1541 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1542 * 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
|
1543 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
|
1544 * 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
|
1545 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1546 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
|
1547 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1548 * 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
|
1549 * 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
|
1550 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
|
1551 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1552 * 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
|
1553 * 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
|
1554 * 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
|
1555 * 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
|
1556 * 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
|
1557 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1558 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1559 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
|
1560 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1561 * 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
|
1562 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
|
1563 * 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
|
1564 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
|
1565 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
|
1566 * 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
|
1567 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1568 * 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
|
1569 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
|
1570 * 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
|
1571 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
|
1572 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1573 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1574 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
|
1575 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1576 * 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
|
1577 |
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
|
1578 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
|
1579 |
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
|
1580 * 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
|
1581 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
|
1582 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1583 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
|
1584 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1585 * 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
|
1586 |
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
|
1587 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
|
1588 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1589 * 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
|
1590 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1591 * 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
|
1592 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1593 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
|
1594 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1595 * 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
|
1596 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1597 |
8257 | 1598 2008-10-22 David Bateman <dbateman@free.fr> |
1599 | |
8260 | 1600 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1601 "caller" workspace. | |
1602 | |
8258 | 1603 * plot/__errplot__.m: Add errorbar series objects. |
1604 * plot/errbar.m: Add some demos. | |
1605 | |
8257 | 1606 * plot/__add_line_series__.m: Remove |
1607 * plot/Makefile.in (SOURCES): Remove it here too. | |
1608 * plot/__add_datasource__.m: Allow for more than one character in | |
1609 source name. | |
1610 * plot/refreshdata.m: Ditto. | |
1611 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1612 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1613 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1614 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1615 * plot/legend.m: Update type in loop and remove debugging messages. | |
1616 | |
8251 | 1617 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1618 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1619 * 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
|
1620 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1621 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1622 |
8249 | 1623 2008-10-21 John W. Eaton <jwe@octave.org> |
1624 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1625 * 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
|
1626 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1627 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1628 |
8249 | 1629 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1630 struct. Use get instead of examining struct fields directly. | |
1631 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1632 object struct. Use get instead of examining struct elements | |
1633 directly. Use allhild instead of looking at children field of | |
1634 figure object struct. | |
1635 | |
8251 | 1636 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1637 |
1638 * plot/orient.m: Fix syntax error. | |
1639 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1640 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1641 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1642 * 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
|
1643 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1644 * 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
|
1645 * 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
|
1646 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1647 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
|
1648 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1649 * 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
|
1650 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
|
1651 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1652 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1653 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
|
1654 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1655 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1656 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1657 * 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
|
1658 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1659 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1660 * 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
|
1661 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1662 * 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
|
1663 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1664 * 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
|
1665 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1666 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
|
1667 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1668 * 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
|
1669 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
|
1670 |
8236 | 1671 2008-10-17 David Bateman <dbateman@free.fr> |
1672 | |
1673 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1674 from potential axis handles. | |
1675 * plot/colorbar.m: Remove debug output. | |
1676 * plot/comet.m: Close plot before demo | |
1677 * plot/contourc.m: No output if nargout == 0. | |
1678 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1679 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
|
1680 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1681 * 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
|
1682 |
8229 | 1683 2008-10-16 John W. Eaton <jwe@octave.org> |
1684 | |
1685 * testfun/rundemos.m: New function. | |
1686 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1687 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
|
1688 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1689 * 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
|
1690 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1691 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
|
1692 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1693 * 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
|
1694 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
|
1695 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1696 * 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
|
1697 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
|
1698 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
|
1699 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1700 * 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
|
1701 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
|
1702 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1703 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1704 * 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
|
1705 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
|
1706 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1707 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
|
1708 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1709 * 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
|
1710 (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
|
1711 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1712 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
|
1713 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1714 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1715 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1716 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1717 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
|
1718 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1719 * 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
|
1720 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
|
1721 (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
|
1722 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1723 * 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
|
1724 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1725 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1726 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1727 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
|
1728 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1729 * 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
|
1730 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1731 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1732 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
|
1733 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1734 * 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
|
1735 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1736 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
|
1737 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1738 * 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
|
1739 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1740 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1741 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1742 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1743 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1744 |
8208 | 1745 2008-10-10 David Bateman <dbateman@free.fr> |
1746 | |
1747 * image/__img__.m: Manually set the limits of th eimage | |
1748 * plot/__go_draw_axes__.m: Base window position in the axis | |
1749 position property and not the outerposition property. Remove | |
1750 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1751 vector to support image based colorbars. Also check labelmode for | |
1752 manual tics. | |
1753 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1754 colorbar code. | |
1755 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1756 it to the principal axis. | |
1757 * plot/legend.m: Support an axis handle as the first | |
1758 argument. Support hggroups. | |
1759 * plot/pareto.m: Don't support an axis handle as the first | |
1760 argument as the plotyy command in fact needs two axis handles. | |
1761 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1762 synchronize the two axes. | |
1763 * plot/subplot.m: Also skip axes that are tagged as being a | |
1764 colorbar. Don't break in search of overlapping axes to delete. Set | |
1765 both the position and the outerposition. | |
1766 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1767 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
|
1768 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1769 * 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
|
1770 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1771 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
|
1772 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1773 * 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
|
1774 * 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
|
1775 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1776 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
|
1777 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1778 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1779 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1780 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1781 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1782 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1783 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1784 * 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
|
1785 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1786 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
|
1787 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1788 * 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
|
1789 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1790 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
|
1791 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1792 * 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
|
1793 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
|
1794 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
|
1795 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
|
1796 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
|
1797 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
|
1798 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
|
1799 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
|
1800 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
|
1801 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
|
1802 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1803 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
|
1804 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1805 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1806 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1807 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1808 * 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
|
1809 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1810 * 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
|
1811 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1812 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
|
1813 |
8182 | 1814 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1815 | |
1816 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
|
1817 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1818 * 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
|
1819 |
8182 | 1820 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1821 | |
1822 * 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
|
1823 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1824 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1825 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1826 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1827 |
8182 | 1828 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
|
1829 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1830 * 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
|
1831 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1832 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1833 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1834 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
|
1835 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1836 * 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
|
1837 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1838 * 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
|
1839 |
8182 | 1840 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
|
1841 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1842 * 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
|
1843 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1844 * 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
|
1845 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1846 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
|
1847 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1848 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1849 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1850 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1851 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1852 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1853 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
|
1854 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1855 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1856 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
|
1857 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1858 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1859 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1860 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 1861 |
1862 * image/imread.m, image/imwrite.m: Doc fix. | |
1863 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1864 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
|
1865 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1866 * 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
|
1867 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1868 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
|
1869 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1870 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1871 * 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
|
1872 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1873 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
|
1874 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1875 * 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
|
1876 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1877 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1878 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1879 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1880 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1881 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1882 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1883 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1884 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1885 |
8182 | 1886 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1887 |
1888 * plot/comet.m: New file. | |
1889 * plot/Makefile.in (SOURCES): Add it here. | |
1890 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1891 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
|
1892 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1893 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1894 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1895 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1896 * 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
|
1897 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
|
1898 |
8182 | 1899 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
|
1900 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1901 * 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
|
1902 |
8116 | 1903 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1904 | |
8117 | 1905 * image/imshow.m: Fix for display_range. |
1906 | |
8116 | 1907 * general/interpn.m: Fixe for extrapval and documentation of |
1908 extrapval. | |
1909 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1910 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
|
1911 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1912 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1913 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1914 * 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
|
1915 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1916 * 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
|
1917 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1918 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1919 * 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
|
1920 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
|
1921 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1922 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1923 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1924 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1925 |
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
|
1926 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
|
1927 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1928 * 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
|
1929 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
|
1930 |
8088 | 1931 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1932 | |
1933 * plot/plot.m: Doc fix. | |
1934 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1935 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
|
1936 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1937 * 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
|
1938 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1939 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1940 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
|
1941 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1942 * 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
|
1943 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1944 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1945 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1946 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1947 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1948 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1949 * 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
|
1950 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1951 |
8076 | 1952 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1953 | |
1954 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1955 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1956 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1957 | |
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
|
1958 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
|
1959 |
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
|
1960 * 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
|
1961 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
|
1962 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
|
1963 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
|
1964 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
|
1965 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
|
1966 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
|
1967 '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
|
1968 * 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
|
1969 |
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
|
1970 * 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
|
1971 * 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
|
1972 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1973 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1974 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1975 * 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
|
1976 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1977 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1978 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1979 * 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
|
1980 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
|
1981 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1982 * 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
|
1983 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
|
1984 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
|
1985 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1986 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1987 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1988 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1989 |
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
|
1990 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
|
1991 |
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
|
1992 * 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
|
1993 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
|
1994 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1995 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
|
1996 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1997 * 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
|
1998 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1999 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2000 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
|
2001 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2002 * 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
|
2003 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
|
2004 * 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
|
2005 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
|
2006 * 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
|
2007 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2008 * 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
|
2009 * 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
|
2010 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
|
2011 * 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
|
2012 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
|
2013 * 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
|
2014 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
|
2015 * 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
|
2016 * 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
|
2017 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
|
2018 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2019 |
8054 | 2020 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2021 | |
2022 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2023 Handle parameter-value options. Untabify. | |
2024 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2025 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
|
2026 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2027 * 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
|
2028 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2029 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2030 * 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
|
2031 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
|
2032 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2033 * 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
|
2034 * 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
|
2035 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2036 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2037 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
|
2038 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2039 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2040 |
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
|
2041 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
|
2042 |
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
|
2043 * 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
|
2044 (__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
|
2045 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
|
2046 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2047 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2048 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2049 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2050 |
8046 | 2051 2008-08-21 David Bateman <dbateman@free.fr> |
2052 | |
2053 * plot/ezplot.m : New function. | |
2054 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2055 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2056 | |
8182 | 2057 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
|
2058 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2059 * 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
|
2060 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2061 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2062 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
|
2063 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2064 * 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
|
2065 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
|
2066 |
8040 | 2067 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
|
2068 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2069 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2070 |
8035 | 2071 2008-08-19 David Bateman <dbateman@free.fr> |
2072 | |
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
|
2073 * 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
|
2074 * 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
|
2075 |
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
|
2076 * statistics/base/ranks.m: Doc fix. |
8035 | 2077 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2078 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
|
2079 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2080 * 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
|
2081 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2082 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
|
2083 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2084 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2085 |
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
|
2086 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
|
2087 |
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
|
2088 * 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
|
2089 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
|
2090 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2091 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
|
2092 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2093 * 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
|
2094 |
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
|
2095 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
|
2096 |
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
|
2097 * 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
|
2098 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
|
2099 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2100 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
|
2101 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2102 * 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
|
2103 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2104 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2105 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2106 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2107 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2108 * 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
|
2109 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2110 * 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
|
2111 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2112 |
8182 | 2113 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
|
2114 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2115 * plot/hold.m: Clarify help text. |
7986 | 2116 |
2117 * specfun/reallog.m: Fix help string. | |
2118 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2119 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2120 |
2121 * strings/regexptranslate.m: Add real documentation. | |
2122 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2123 * 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
|
2124 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2125 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2126 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2127 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2128 |
7974 | 2129 2008-07-28 John W. Eaton <jwe@octave.org> |
2130 | |
2131 * image/imwrite.m: New function. | |
2132 * image/Makefile.in (SOURCES): Add it to the list. | |
2133 | |
7969 | 2134 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2135 | |
2136 * time/datestr.m: New xtest. | |
2137 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2138 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
|
2139 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2140 * 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
|
2141 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2142 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2143 |
7940 | 2144 2008-07-17 John W. Eaton <jwe@octave.org> |
2145 | |
2146 * general/fliplr.m: Fix usage test. | |
2147 * testfun/test.m: Fix usage tests. | |
2148 | |
8040 | 2149 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2150 |
2151 * statistics/base/cov.m: Fix test that should no longer work. | |
2152 | |
7935 | 2153 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2154 | |
2155 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2156 * plot/Makefile.in (SOURCES): Add them to the list. | |
2157 | |
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
|
2158 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
|
2159 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2160 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2161 * 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
|
2162 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2163 * 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
|
2164 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2165 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2166 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2167 |
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
|
2168 * 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
|
2169 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2170 * 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
|
2171 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2172 * 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
|
2173 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2174 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
|
2175 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2176 * 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
|
2177 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2178 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
|
2179 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2180 * 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
|
2181 |
8040 | 2182 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
|
2183 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2184 * 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
|
2185 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2186 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2187 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2188 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2189 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
|
2190 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2191 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
|
2192 |
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
|
2193 * 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
|
2194 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2195 * 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
|
2196 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
|
2197 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2198 |
8040 | 2199 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
|
2200 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2201 * 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
|
2202 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2203 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2204 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2205 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2206 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2207 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2208 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2209 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
|
2210 |
7817 | 2211 * miscellaneous/debug.m: New file.. |
2212 * Makefile.in (SOURCES): Add it to the list. | |
2213 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2214 * 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
|
2215 []. 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
|
2216 |
8040 | 2217 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2218 |
2219 * strings/strcat.m: Add tests. | |
2220 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2221 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
|
2222 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2223 * 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
|
2224 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2225 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2226 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2227 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2228 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2229 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2230 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2231 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2232 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2233 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2234 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2235 |
7783 | 2236 2008-05-20 Bill Denney <bill@denney.ws> |
2237 | |
2238 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2239 New tests. | |
2240 | |
7777 | 2241 2008-05-19 John W. Eaton <jwe@octave.org> |
2242 | |
2243 * general/isa.m: Fix tests. | |
2244 | |
7773 | 2245 2008-05-13 Bill Denney <bill@denney.ws> |
2246 | |
2247 * general/isa.m: Use persistent cell arrays to hold class names | |
2248 instead of multiple strcmp calls. | |
2249 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2250 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2251 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2252 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2253 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
|
2254 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2255 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2256 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
|
2257 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
|
2258 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2259 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2260 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2261 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2262 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2263 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2264 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
|
2265 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2266 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2267 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2268 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2269 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
|
2270 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2271 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2272 * 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
|
2273 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2274 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2275 * 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
|
2276 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2277 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2278 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2279 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2280 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2281 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
|
2282 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2283 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2284 |
7765 | 2285 2008-05-06 David Bateman <dbateman@free.fr> |
2286 | |
2287 * miscellaneous/symvar.m: New function. | |
2288 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2289 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2290 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
|
2291 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2292 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2293 * 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
|
2294 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2295 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2296 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2297 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2298 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
|
2299 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
|
2300 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2301 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2302 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2303 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2304 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2305 * 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
|
2306 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2307 |
7747 | 2308 2008-04-30 John W. Eaton <jwe@octave.org> |
2309 | |
2310 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2311 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2312 | |
8040 | 2313 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2314 |
2315 * specfun/log2.m: Delete. | |
2316 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2317 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2318 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
|
2319 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2320 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
|
2321 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2322 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2323 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2324 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2325 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2326 |
7736 | 2327 2008-04-25 John W. Eaton <jwe@octave.org> |
2328 | |
2329 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2330 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2331 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2332 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
|
2333 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2334 * 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
|
2335 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
|
2336 * 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
|
2337 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2338 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
|
2339 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2340 * 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
|
2341 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2342 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
|
2343 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2344 * 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
|
2345 |
7713 | 2346 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
|
2347 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2348 * 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
|
2349 |
7710 | 2350 2008-04-14 David Bateman <dbateman@free.fr> |
2351 | |
2352 * plot/rose.m: Add missing comment mark that causes issues with | |
2353 octave-forge function referencing. | |
2354 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2355 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2356 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
|
2357 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2358 * 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
|
2359 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
|
2360 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
|
2361 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
|
2362 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
|
2363 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
|
2364 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
|
2365 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
|
2366 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
|
2367 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
|
2368 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
|
2369 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
|
2370 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
|
2371 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
|
2372 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
|
2373 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
|
2374 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
|
2375 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
|
2376 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
|
2377 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
|
2378 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
|
2379 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
|
2380 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
|
2381 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
|
2382 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
|
2383 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
|
2384 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
|
2385 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
|
2386 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
|
2387 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
|
2388 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
|
2389 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
|
2390 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
|
2391 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
|
2392 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
|
2393 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
|
2394 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
|
2395 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
|
2396 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
|
2397 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
|
2398 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
|
2399 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
|
2400 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
|
2401 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
|
2402 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
|
2403 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
|
2404 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
|
2405 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
|
2406 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2407 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
|
2408 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2409 * 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
|
2410 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2411 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
|
2412 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2413 * 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
|
2414 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2415 * 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
|
2416 * 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
|
2417 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2418 * 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
|
2419 * 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
|
2420 * 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
|
2421 * 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
|
2422 * 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
|
2423 * 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
|
2424 * 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
|
2425 * 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
|
2426 * 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
|
2427 * 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
|
2428 * 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
|
2429 * 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
|
2430 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2431 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2432 * 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
|
2433 * 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
|
2434 * 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
|
2435 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2436 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
|
2437 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2438 * 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
|
2439 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
|
2440 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2441 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
|
2442 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2443 * 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
|
2444 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
|
2445 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
|
2446 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
|
2447 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
|
2448 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
|
2449 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
|
2450 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
|
2451 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
|
2452 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
|
2453 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
|
2454 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
|
2455 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
|
2456 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
|
2457 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
|
2458 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
|
2459 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2460 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
|
2461 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
|
2462 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
|
2463 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
|
2464 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
|
2465 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
|
2466 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2467 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
|
2468 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
|
2469 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
|
2470 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
|
2471 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
|
2472 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
|
2473 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2474 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
|
2475 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
|
2476 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
|
2477 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
|
2478 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
|
2479 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
|
2480 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
|
2481 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
|
2482 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
|
2483 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2484 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
|
2485 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2486 * 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
|
2487 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
|
2488 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
|
2489 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
|
2490 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
|
2491 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
|
2492 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
|
2493 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
|
2494 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
|
2495 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
|
2496 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
|
2497 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
|
2498 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
|
2499 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
|
2500 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
|
2501 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
|
2502 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2503 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
|
2504 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
|
2505 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
|
2506 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
|
2507 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
|
2508 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2509 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
|
2510 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
|
2511 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2512 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
|
2513 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
|
2514 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
|
2515 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
|
2516 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
|
2517 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2518 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
|
2519 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2520 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
|
2521 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
|
2522 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
|
2523 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
|
2524 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
|
2525 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
|
2526 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
|
2527 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
|
2528 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
|
2529 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2530 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
|
2531 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
|
2532 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
|
2533 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2534 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2535 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2536 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2537 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2538 * 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
|
2539 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2540 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2541 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2542 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2543 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2544 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2545 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2546 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2547 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2548 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2549 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2550 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2551 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2552 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2553 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2554 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
|
2555 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2556 * 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
|
2557 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2558 * 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
|
2559 |
7682 | 2560 2008-04-02 Bill Denney <bill@denney.ws> |
2561 | |
2562 * optimization/lsqnonneg.m: New function. | |
2563 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2564 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2565 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2566 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2567 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2568 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2569 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2570 * 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
|
2571 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
|
2572 * 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
|
2573 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2574 |
7678 | 2575 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2576 | |
2577 * general/sortrows.m: Handle negative column arguments. | |
2578 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2579 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2580 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2581 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2582 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2583 |
7673 | 2584 2008-03-31 David Bateman <dbateman@free.fr> |
2585 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2586 * 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
|
2587 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
|
2588 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2589 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2590 * 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
|
2591 * 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
|
2592 * 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
|
2593 * 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
|
2594 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2595 * 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
|
2596 |
7673 | 2597 * plot/ginput.m: New function. |
2598 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2599 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2600 * plot/Makefile.in (SOURCES): Add them to the list. | |
2601 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2602 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
|
2603 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2604 * 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
|
2605 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2606 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2607 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2608 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2609 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2610 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2611 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2612 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2613 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2614 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
|
2615 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2616 * 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
|
2617 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2618 |
7669 | 2619 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2620 | |
2621 * general/del2.m: Missing semicolon. | |
2622 | |
7668 | 2623 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2624 | |
2625 * miscellaneous/info.m: New function. | |
2626 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2627 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2628 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
|
2629 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2630 * 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
|
2631 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2632 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2633 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
|
2634 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2635 * 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
|
2636 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
|
2637 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2638 * 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
|
2639 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
|
2640 |
7655 | 2641 2008-03-27 Bill Denney <bill@denney.ws> |
2642 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2643 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2644 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2645 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2646 * 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
|
2647 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2648 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2649 * 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
|
2650 |
7657 | 2651 * general/genvarname.m: New function. |
2652 * general/Makefile.in (SOURCES): Add it to the list. | |
2653 | |
7656 | 2654 * time/addtodate.m: New function. |
7657 | 2655 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2656 |
7655 | 2657 * geometry/rectint.m: Vectorize and add more tests. |
2658 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2659 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
|
2660 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2661 * 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
|
2662 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2663 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2664 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2665 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2666 |
7650 | 2667 2008-03-26 John W. Eaton <jwe@octave.org> |
2668 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2669 * 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
|
2670 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2671 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2672 * 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
|
2673 |
7650 | 2674 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2675 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2676 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2677 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2678 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2679 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2680 Texinfo fixes. | |
2681 | |
8040 | 2682 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
|
2683 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2684 * 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
|
2685 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2686 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
|
2687 |
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
|
2688 * 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
|
2689 |
8182 | 2690 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
|
2691 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2692 * 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
|
2693 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
|
2694 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2695 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2696 * 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
|
2697 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2698 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2699 |
2700 * polynomial/convn.m: New function. | |
2701 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2702 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2703 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2704 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2705 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2706 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2707 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2708 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
|
2709 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2710 * 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
|
2711 |
7627 | 2712 2008-03-24 David Bateman <dbateman@free.fr> |
2713 | |
2714 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2715 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2716 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2717 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2718 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2719 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2720 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2721 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2722 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2723 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
|
2724 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2725 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2726 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2727 * 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
|
2728 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2729 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
|
2730 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2731 * 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
|
2732 |
7617 | 2733 * miscellaneous/cast.m: Also allow cast to "char". |
2734 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2735 * 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
|
2736 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2737 * 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
|
2738 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2739 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2740 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2741 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2742 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2743 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2744 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2745 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2746 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2747 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2748 |
7610 | 2749 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2750 | |
2751 * signal/sinetone.m: Ensure integral number of samples. | |
2752 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2753 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
|
2754 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2755 * 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
|
2756 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2757 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
|
2758 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2759 * 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
|
2760 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2761 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
|
2762 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2763 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2764 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2765 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2766 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2767 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2768 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2769 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2770 * 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
|
2771 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2772 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2773 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2774 * 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
|
2775 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2776 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2777 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2778 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
|
2779 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2780 * 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
|
2781 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2782 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
|
2783 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2784 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2785 |
7592 | 2786 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2787 | |
2788 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2789 style to default to avoid wrong mesh color in some cases. | |
2790 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2791 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2792 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2793 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2794 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
|
2795 |
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
|
2796 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
|
2797 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2798 * 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
|
2799 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
|
2800 |
7592 | 2801 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2802 | |
7582 | 2803 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2804 | |
2805 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2806 Allow plotting of uniform colored mesh plots with and | |
2807 w/o hidden line removal. | |
2808 | |
2809 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
|
2810 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2811 * 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
|
2812 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2813 * 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
|
2814 |
7569 | 2815 2008-03-07 John W. Eaton <jwe@octave.org> |
2816 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2817 * 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
|
2818 |
7569 | 2819 * plot/__go_draw_axes__.m: Handle tickdir property. |
2820 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2821 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2822 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2823 * 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
|
2824 Allow matrix arguments when number of bins > 30. |
7568 | 2825 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
|
2826 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2827 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2828 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2829 * 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
|
2830 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2831 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2832 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2833 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
|
2834 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2835 * 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
|
2836 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2837 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
|
2838 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2839 * 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
|
2840 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2841 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2842 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
|
2843 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2844 * 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
|
2845 |
7551 | 2846 2008-03-04 Bill Denney <bill@denney.ws> |
2847 | |
7557 | 2848 * plot/allchild.m, plot/findall.m: New functions. |
2849 * plot/Makefile.in (SOURCES): Add them to the list. | |
2850 | |
7551 | 2851 * geometry/rectint.m: New function. |
7557 | 2852 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2853 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2854 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
|
2855 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2856 * 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
|
2857 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
|
2858 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2859 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2860 |
2861 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2862 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2863 * 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
|
2864 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2865 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
|
2866 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2867 * 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
|
2868 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2869 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
|
2870 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2871 * 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
|
2872 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
|
2873 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2874 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
|
2875 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2876 * 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
|
2877 "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
|
2878 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2879 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
|
2880 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2881 * 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
|
2882 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
|
2883 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
|
2884 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
|
2885 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
|
2886 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
|
2887 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
|
2888 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
|
2889 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
|
2890 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
|
2891 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
|
2892 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
|
2893 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
|
2894 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2895 * 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
|
2896 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2897 * 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
|
2898 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2899 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
|
2900 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2901 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2902 |
7525 | 2903 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2904 | |
2905 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2906 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2907 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
|
2908 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2909 * 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
|
2910 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2911 |
7518 | 2912 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2913 | |
2914 * specfun/legendre.m: Doc fix. | |
2915 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2916 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
|
2917 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2918 * 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
|
2919 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2920 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2921 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
|
2922 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2923 * 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
|
2924 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2925 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2926 * 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
|
2927 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2928 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
|
2929 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2930 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2931 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2932 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2933 * 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
|
2934 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2935 * 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
|
2936 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2937 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2938 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
|
2939 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2940 * 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
|
2941 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2942 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2943 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
|
2944 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2945 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2946 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2947 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
|
2948 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2949 * 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
|
2950 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
|
2951 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
|
2952 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
|
2953 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2954 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
|
2955 |
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
|
2956 * 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
|
2957 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
|
2958 |
7501 | 2959 * polynomial/polyfit.m: Use QR decomposition. Handle |
2960 normalization option. | |
2961 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2962 generate 50% prediction intervals. | |
2963 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2964 * 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
|
2965 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2966 |
7498 | 2967 2008-02-19 John W. Eaton <jwe@octave.org> |
2968 | |
2969 * pkg/pkg.m: Style fixes. | |
2970 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2971 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2972 |
2973 * pkg/pkg.m: Handle 'describe' command. | |
2974 (parse_pkg_idx, print_package_description): New subfunctions. | |
2975 | |
7493 | 2976 2008-02-19 Bill Denney <bill@denney.ws> |
2977 | |
2978 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2979 elements wide. | |
2980 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2981 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
|
2982 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2983 * 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
|
2984 |
7485 | 2985 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2986 | |
2987 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2988 * general/runlength.m: New function from Paul Kienzle. | |
2989 | |
7484 | 2990 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2991 | |
2992 * linear-algebra/cond.m: New optional second argument to | |
2993 specify 1-norm, inf-norm, or frobenius-norm. | |
2994 | |
7475 | 2995 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2996 | |
2997 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2998 body. Allow the linespec to specify the arrow color. | |
2999 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3000 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
|
3001 |
7474 | 3002 * miscellaneous/cast.m: Also treat the logical type. |
3003 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3004 * 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
|
3005 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3006 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3007 * 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
|
3008 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3009 * 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
|
3010 * 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
|
3011 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3012 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
|
3013 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3014 * 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
|
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-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3017 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3018 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3019 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3020 * 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
|
3021 |
7436 | 3022 2008-02-01 Dave Goel <deego3@gmail.com> |
3023 | |
3024 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3025 | |
7434 | 3026 2008-02-01 Bill Denney <bill@denney.ws> |
3027 | |
3028 * time/weekday.m: Allow vector inputs and speed up. | |
3029 * time/eomday.m: Return column vector for column vector inputs. | |
3030 | |
7429 | 3031 2008-01-30 John W. Eaton <jwe@octave.org> |
3032 | |
7434 | 3033 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3034 revision". | |
3035 | |
7431 | 3036 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3037 __plt2vs__.m in the list. | |
3038 | |
7430 | 3039 * miscellaneous/tempdir.m: Append filesep to name for |
3040 compatibility. Warn if not a directory or directory does not | |
3041 exist. | |
3042 | |
7429 | 3043 * strings/deblank.m: Improve compatibility. |
3044 | |
7428 | 3045 2008-01-29 John W. Eaton <jwe@octave.org> |
3046 | |
3047 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3048 | |
3049 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3050 |
3051 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3052 Return the label handle, not the current axis handle. | |
3053 | |
7421 | 3054 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3055 | |
3056 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3057 abscissa. | |
3058 | |
3059 2008-01-25 David Bateman <dbateman@free.fr> | |
3060 | |
7423 | 3061 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3062 * plot/__scatter__.m: Remove NaN values from data. |
3063 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3064 | |
7418 | 3065 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3066 | |
3067 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3068 | |
3069 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3070 | |
3071 * geometry/griddata3.m: Call griddata, not gridata. | |
3072 | |
7415 | 3073 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3074 | |
3075 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3076 | |
7411 | 3077 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3078 | |
3079 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3080 Move tests here from test/test_linalg.m. | |
3081 | |
3082 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3083 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3084 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3085 special-matrix/hankel.m, special-matrix/hilb.m, | |
3086 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3087 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3088 Move tests here from test/test_matrix.m. | |
3089 | |
3090 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3091 Move tests here from test/test_number.m. | |
3092 | |
3093 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3094 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3095 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3096 polynomial/polyvalm.m, polynomial/roots.m: | |
3097 Move tests here from test/test_poly.m. | |
3098 | |
3099 * signal/unwrap.m: | |
3100 Move tests here from test/test_signal.m. | |
3101 | |
3102 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3103 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3104 statistics/base/mean.m, statistics/base/median.m, | |
3105 statistics/base/skewness.m, statistics/base/std.m: | |
3106 Move tests here from test/test_stats.m. | |
3107 | |
3108 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3109 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3110 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3111 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3112 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3113 strings/substr.m: | |
3114 Move tests here from test/test_string.m. | |
3115 | |
3116 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3117 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3118 time/date.m, time/etime.m, time/is_leap_year.m: | |
3119 Move tests here from test/test_system.m. | |
3120 | |
7410 | 3121 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3122 | |
3123 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3124 Simplify initial checks on argument values. | |
3125 | |
7408 | 3126 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3127 | |
3128 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3129 implementation of the gnuplot-based graphics backend (derived from | |
3130 drawnow.m). | |
3131 * plot/drawnow.m: Deleted (converted to C++). | |
3132 | |
7401 | 3133 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3134 | |
3135 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3136 New tests. | |
3137 | |
7399 | 3138 2008-01-18 John W. Eaton <jwe@octave.org> |
3139 | |
3140 * optimization/sqp.m: End each function with endfunction. | |
3141 | |
7398 | 3142 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3143 | |
3144 * polynomial/residue.m: For each group of pole multiplicity, set | |
3145 the poles of the group to the value of the group's average. | |
3146 | |
7396 | 3147 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3148 | |
3149 * plot/print.m: Handle PDF output. | |
3150 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3151 | |
7392 | 3152 2008-01-17 John W. Eaton <jwe@octave.org> |
3153 | |
7393 | 3154 * path/savepath.m: Print newline before initial comment line. |
3155 Double up single quote characters. | |
3156 * path/__extractpath__.m: Return just the path as a string. | |
3157 Undo single quote character doubling. | |
3158 | |
3159 * path/pathdef.m: Avoid eval. Simplify. | |
3160 | |
7392 | 3161 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3162 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3163 avoid possible file descriptor leak. | |
3164 | |
3165 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3166 | |
3167 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3168 * startup/main-rcfile: Call atexit ("__finish__"). | |
3169 | |
7388 | 3170 2008-01-16 John W. Eaton <jwe@octave.org> |
3171 | |
7390 | 3172 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3173 Use it to disable enhanced mode for individual labels and titles. | |
3174 | |
7392 | 3175 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3176 (install install-strip, uninstall): Handle function files. |
3177 | |
3178 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3179 | |
7392 | 3180 * startup/__finish__.m: New file. |
3181 * path/__extractpath__.m, path/matlabroot.m, | |
3182 path/pathdef.m: New files. | |
7388 | 3183 * path/Makefile.in (SOURCES): Add them to the list. |
3184 | |
7385 | 3185 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3186 | |
7387 | 3187 * special-matrix/vander.m: Vectorize. New test. |
3188 | |
7385 | 3189 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3190 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3191 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3192 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3193 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3194 Move tests here from test/test_arith.m. | |
3195 | |
7382 | 3196 2008-01-15 John W. Eaton <jwe@octave.org> |
3197 | |
3198 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3199 | |
7379 | 3200 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3201 | |
3202 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3203 Call __get__ instead of get. | |
3204 | |
3205 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3206 | |
3207 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3208 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3209 hermitian operator. | |
3210 | |
7376 | 3211 2008-01-14 Bill Denney <bill@denney.ws> |
3212 | |
3213 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3214 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3215 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3216 |
3217 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3218 image/rgb2ntsc.m: Also accept images as input. | |
3219 | |
3220 * image/gray2ind.m: Handle image type other than double. | |
3221 Improve error checking and documentation. | |
3222 | |
7371 | 3223 2008-01-14 John W. Eaton <jwe@octave.org> |
3224 | |
7372 | 3225 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3226 instead of calling tolower on first arg. Default font name is | |
3227 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3228 (__maybe_munge_text__): Fix typo. | |
3229 | |
7371 | 3230 * optimization/sqp.m: Fix function definitions in test code. |
3231 | |
7361 | 3232 2008-01-12 John W. Eaton <jwe@octave.org> |
3233 | |
3234 * plot/gnuplot_binary.in: New file. | |
3235 * plot/gnuplot_binary.m: Delete. | |
3236 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3237 (SOURCES_IN, GEN_M): New macros. | |
3238 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3239 (FCN_FILES): Include $(GEN_M) in the list. | |
3240 (all): Depend on $(GEN_M). | |
3241 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3242 (distclean): Also remove $(GEN_M). |
7361 | 3243 |
3244 2008-01-11 John W. Eaton <jwe@octave.org> | |
3245 | |
3246 * optimization/sqp.m: New test from example in doc string. | |
3247 | |
7360 | 3248 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3249 | |
3250 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3251 to more than one multiplicity group. | |
3252 | |
7358 | 3253 2008-01-10 John W. Eaton <jwe@octave.org> |
3254 | |
3255 * plot/gnuplot_binary.m: New file. | |
3256 * plot/Makefile.in (SOURCES): Add it to the list. | |
3257 | |
7355 | 3258 2008-01-09 John W. Eaton <jwe@octave.org> |
3259 | |
3260 * plot/drawnow.m: Fail if filename includes a directory part that | |
3261 does not exist. | |
3262 | |
7352 | 3263 2008-01-07 John W. Eaton <jwe@octave.org> |
3264 | |
3265 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3266 Error if glob call fails to match any files. | |
3267 | |
7346 | 3268 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3269 | |
3270 * strings/strtrim.m: Doc fix. | |
3271 | |
7345 | 3272 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3273 | |
3274 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3275 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3276 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3277 |
3278 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3279 | |
7341 | 3280 2008-01-02 John W. Eaton <jwe@octave.org> |
3281 | |
3282 * plot/print.m: Correctly handle pbm terminal. | |
3283 | |
7340 | 3284 2007-12-28 John W. Eaton <jwe@octave.org> |
3285 | |
3286 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3287 extensions. | |
3288 | |
7337 | 3289 2007-12-28 David Bateman <dbateman@free.fr> |
3290 | |
3291 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3292 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3293 * Makefile.in (SOURCES): Add to the sources. | |
3294 | |
3295 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3296 | |
3297 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3298 Remove unnecessary call of size function. | |
3299 | |
7334 | 3300 2007-12-21 John W. Eaton <jwe@octave.org> |
3301 | |
3302 Version 3.0.0 released. | |
3303 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3304 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3305 |
3306 * image/imshow.m: Accept empty value for display_range. | |
3307 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3308 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3309 |
3310 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3311 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3312 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3313 |
3314 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3315 display ranges correctly. | |
3316 | |
7327 | 3317 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3318 Peter A. Gustafson <petegus@umich.edu> | |
3319 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3320 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3321 |
7325 | 3322 2007-12-19 John W. Eaton <jwe@octave.org> |
3323 | |
3324 * miscellaneous/edit.m: New function. | |
3325 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3326 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3327 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3328 |
3329 * plot/__bar__.m: Handle "basevalue" option. | |
3330 * plot/__bars__.m: New arg, base_value. | |
3331 | |
7321 | 3332 2007-12-17 David Bateman <dbateman@free.fr> |
3333 | |
3334 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3335 * plot/Makefiles (SOURCES): Add them to the sources | |
3336 * plot/polar.m: Set the x and y limits to the maximum polar | |
3337 radius. Set the axes to be square. | |
3338 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3339 and print axis at zero if this is used. | |
3340 | |
3341 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3342 contours can overlay pcolor plots. Priveldge no hidden line | |
3343 removal when there are multiple objects in the plot. | |
3344 | |
7320 | 3345 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3346 | |
3347 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3348 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3349 | |
7319 | 3350 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3351 | |
3352 * miscellaneous/run.m: Replace script with f when looking for | |
3353 file to run. | |
3354 | |
7316 | 3355 2007-12-14 David Bateman <dbateman@free.fr> |
3356 | |
7317 | 3357 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3358 * plot/contour.m: Doc fix. | |
3359 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3360 Include linetype in withclause. | |
3361 | |
7316 | 3362 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3363 Use it to determine dimensions. Consolidate all 3-d settings. | |
3364 | |
7315 | 3365 2007-12-13 John W. Eaton <jwe@octave.org> |
3366 | |
3367 * image/imshow.m: Turn axis visibility off. | |
3368 Don't scale true color images. | |
3369 * image/image.m: Set axis layer property to "top". | |
3370 | |
7307 | 3371 2007-12-12 John W. Eaton <jwe@octave.org> |
3372 | |
7313 | 3373 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3374 | |
3375 * plot/pie.m: Avoid calling "exist". | |
3376 | |
7309 | 3377 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3378 Condense argument processing logic. Allow 6 arguments. |
3379 Use issquare. Avoid calling "exist". | |
7309 | 3380 |
7307 | 3381 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3382 | |
7305 | 3383 2007-12-12 David Bateman <dbateman@free.fr> |
3384 | |
3385 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3386 * plot/Makefile.in (SOURCES): Add to the sources. | |
3387 | |
7290 | 3388 2007-12-11 John W. Eaton <jwe@octave.org> |
3389 | |
7298 | 3390 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3391 * plot/surface.m: Not here. | |
3392 | |
7297 | 3393 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3394 subsequent "unset grid" if there is no grid. | |
3395 | |
7296 | 3396 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3397 | |
7293 | 3398 * plot/surface.m: Don't set facecolor property in call to |
3399 __go_surface__. | |
3400 | |
7290 | 3401 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3402 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3403 | |
7292 | 3404 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3405 | |
7295 | 3406 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3407 color string is not taken as z value. | |
3408 | |
7292 | 3409 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3410 zgrid to "on" and box to "off" for used axes. | |
3411 | |
3412 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3413 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3414 | |
7286 | 3415 2007-12-11 David Bateman <dbateman@free.fr> |
3416 | |
7288 | 3417 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3418 | |
7287 | 3419 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3420 * statistics/base/mode.m: Ditto. | |
3421 | |
7286 | 3422 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3423 object handles are all now non integer. | |
3424 | |
7278 | 3425 2007-12-10 John W. Eaton <jwe@octave.org> |
3426 | |
7282 | 3427 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3428 | |
7281 | 3429 * general/issymmetric.m: Use ' instead of .' for compatibility |
3430 with previous versions of Octave. | |
3431 * general/ishermitian.m: Delete. | |
7285 | 3432 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3433 |
7280 | 3434 * plot/fplot.m: In N is not specified, increase initial number of |
3435 points from 3 and 5 to 5 and 8. | |
3436 | |
7279 | 3437 * signal/detrend.m: Move tests here from test/test_signal.m. |
3438 Loosen tolerance on first test from 10*eps to 20*eps. | |
3439 | |
7278 | 3440 * finance/rate.m: Don't request info from fsolve. |
3441 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3442 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3443 |
3444 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3445 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3446 | |
7276 | 3447 2007-12-10 David Bateman <dbateman@free.fr> |
3448 | |
3449 * image/image.m: Rewritten to allow trailing properties to be | |
3450 passed to underlying image object. | |
3451 * image/__img__.m: Pass additional arguments to __go_image__. | |
3452 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3453 | |
7274 | 3454 2007-12-10 John W. Eaton <jwe@octave.org> |
3455 | |
3456 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3457 front" to gnuplot. | |
3458 | |
7271 | 3459 2007-12-10 David Bateman <dbateman@free.fr> |
3460 | |
7274 | 3461 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3462 border front" from images. |
7274 | 3463 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3464 * plot/pcolor.m: Set axis "box" property. | |
3465 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3466 Mark as commands. | |
7271 | 3467 |
7269 | 3468 2007-12-07 David Bateman <dbateman@free.fr> |
3469 | |
3470 * plot/surf.m: Don't set facecolor property. | |
3471 | |
7265 | 3472 2007-12-06 John W. Eaton <jwe@octave.org> |
3473 | |
7269 | 3474 * plot/print.m: Pass mono to drawnow. |
3475 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3476 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3477 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3478 disable color specifications. | |
3479 | |
7265 | 3480 * general/issymmetric.m: Move tests here from test/test_number.m |
3481 | |
3482 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3483 | |
3484 * general/issymmetric.m: To keep its argument sparse and the | |
3485 function quick, use the infinity norm rather than the 2-norm. | |
3486 Also measure the symmetric part rather than the Hermitian part. | |
3487 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3488 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3489 | |
7248 | 3490 2007-12-04 John W. Eaton <jwe@octave.org> |
3491 | |
7257 | 3492 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3493 text and label commands if font is "*". | |
3494 | |
7248 | 3495 * linear-algebra/krylov.m: Doc fixes. |
3496 From Marco Caliari <caliari@sci.univr.it>. | |
3497 | |
7250 | 3498 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3499 | |
3500 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3501 Add "## PKG_ADD: mark_as_command axis" line. | |
3502 | |
7245 | 3503 2007-12-03 John W. Eaton <jwe@octave.org> |
3504 | |
3505 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3506 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3507 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3508 Generate demos from examples. | |
3509 | |
7240 | 3510 2007-12-03 David Bateman <dbateman@free.fr> |
3511 | |
7243 | 3512 * testfun/test.m: Disable "testif" test block to avoid spurious |
3513 skipped test for "make check". Avoid printing variables for | |
3514 skipped tests. | |
3515 | |
7242 | 3516 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3517 | |
7240 | 3518 * plot/plotyy.m: Use activepositionproperty property of axes |
3519 object. Set second axis color to "none". | |
3520 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3521 property of the axis objects. | |
3522 | |
7239 | 3523 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3524 | |
3525 * linear-algebra/condest.m: Loosen tolerance in test. | |
3526 | |
7236 | 3527 2007-12-02 John W. Eaton <jwe@octave.org> |
3528 | |
3529 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3530 get_data_limits. | |
3531 | |
7222 | 3532 2007-11-30 John W. Eaton <jwe@octave.org> |
3533 | |
3534 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3535 (get_data_limits, get_axis_limits): Delete. | |
3536 | |
7228 | 3537 2007-11-30 David Bateman <dbateman@free.fr> |
3538 | |
7235 | 3539 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3540 | |
7228 | 3541 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3542 tick labels rather than one by one on the labels themselves. | |
3543 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3544 95% crossing fixed. | |
3545 | |
7217 | 3546 2007-11-29 David Bateman <dbateman@free.fr> |
3547 | |
7220 | 3548 * plot/pareto.m: New file. |
3549 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3550 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3551 marks to avoid gnuplot error about formating. More colorspec to | |
3552 after the tics. | |
3553 * plot/plotyy.m: More generic check for appropriate axis color. | |
3554 | |
7217 | 3555 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3556 2- and 3-D. | |
3557 * plot/stem3.m: New function. | |
3558 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3559 * plot/stem.m: Adapt to use __stem__. | |
3560 | |
7216 | 3561 2007-11-29 John W. Eaton <jwe@octave.org> |
3562 | |
3563 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3564 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3565 requested. | |
3566 | |
3567 * plot/patch.m: Omit isnan check on handle returned from | |
3568 __plt_get_axis_arg__. | |
3569 | |
3570 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3571 but has no axes. | |
3572 | |
7215 | 3573 2007-11-28 David Bateman <dbateman@free.fr> |
3574 | |
3575 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3576 ancestor. If leading argument is logical set variable nogca to see | |
3577 if gca() should be called if there is no active handle found. | |
3578 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3579 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3580 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3581 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3582 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3583 __plt__get_axis_arg__ to find axis handle. | |
3584 * polar.m: Typo. | |
3585 | |
7213 | 3586 2007-11-28 John W. Eaton <jwe@octave.org> |
3587 | |
3588 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3589 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3590 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3591 |
3592 * plot/drawnow.m: Fix typo. | |
3593 | |
7206 | 3594 2007-11-27 David Bateman <dbateman@free.fr> |
3595 | |
7207 | 3596 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3597 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3598 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3599 | |
3600 * plot/meshz.m: New function. | |
3601 * plot/Makefile.in (SOURCES): Add it to the list. | |
3602 * plot/surface.m: Allow surface to accept an axis handle as the | |
3603 first argument. | |
3604 * plot/meshc.m: Extract z from the the surface object rather than | |
3605 varargin so that we can rely on code in surface to treat leading | |
3606 axis handles. | |
3607 | |
7206 | 3608 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3609 y2tics" in the case of a plotyy plot. | |
3610 * plot/plotyy.m: ensure the position property is set correct for | |
3611 the second axis, by setting it after the plot itself. In the case | |
3612 of a plot that returns multiple handles, base the color selection | |
3613 on the first. | |
3614 | |
7204 | 3615 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3616 | |
3617 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3618 z-value of vertex 'c3'. | |
3619 | |
7203 | 3620 2007-11-27 John W. Eaton <jwe@octave.org> |
3621 | |
3622 * image/image.m: Allow nargin == 0 case to work again. | |
3623 | |
7202 | 3624 2007-11-27 David Bateman <dbateman@free.fr> |
3625 | |
3626 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3627 colorbar, to ensure that the colorbar is on the canvas for png and | |
3628 postscipt outputs. | |
3629 | |
7189 | 3630 2007-11-26 David Bateman <dbateman@free.fr> |
3631 | |
7197 | 3632 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3633 return values. | |
3634 | |
7194 | 3635 * plot/plotyy.m: New function |
3636 * plot/Makefile.in (SOURCES): Add it here. | |
3637 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3638 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3639 {x|y}label to respect the axis position. | |
3640 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3641 handle as the first argument. | |
3642 | |
7192 | 3643 * pkg/pkg.m (pkg:install): When loading the installed packages |
3644 index into installed_pkgs_lst and not descriptions.. | |
3645 | |
7189 | 3646 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3647 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3648 * plot/quiver.m: Modify to use __quiver__.m. | |
3649 | |
3650 * plot/hist.m: Avoid saturation when the x values are in an | |
3651 inetger type. | |
3652 | |
3653 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3654 | |
3655 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3656 functions. | |
3657 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3658 | |
3659 2007-11-26 David Bateman <dbateman@free.fr> | |
3660 | |
3661 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3662 extent. | |
3663 | |
3664 * plot/colorbar.m: New function. | |
3665 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3666 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3667 precalculate the clim, set pm3d except for mesh. | |
3668 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3669 save the real values so that colorbar corresponds to the contour | |
3670 levels. | |
3671 | |
3672 * plot/stem.m: Set marker color the same as the line color. Draw | |
3673 a single discontinous line object for the stems. | |
3674 | |
3675 * plot/sphere.m: New function ported from JHandles. | |
3676 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3677 | |
3678 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3679 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3680 to get enhanced mode to work correctly for the X11 terminal. | |
3681 | |
3682 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3683 the reverse. Allow an axes handle to be passed and/or returned. | |
3684 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3685 | |
3686 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3687 sort surface patches by their depth and not the order they are | |
3688 rendered in. | |
3689 | |
3690 * plot/__patch__.m: Set clim correctly. | |
3691 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3692 the marker color is determined by the cmap. | |
3693 * plot/scatter.m: New function to 2D scatter plots. | |
3694 * plot/scatter3.m: New function to 3D scatter plots. | |
3695 * plot/__scatter__.m: Support function for scatter plots | |
3696 * Makefile.in (SOURCES): Ad dnew functions here. | |
3697 | |
3698 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3699 Return whether the terminal supports enhanced text or not. | |
3700 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3701 supports enhanced mode. | |
3702 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3703 __go_draw_axes__. | |
3704 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3705 needed to support the enhanced mode. | |
3706 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3707 drawnow.m. | |
3708 | |
3709 | |
3710 * plot/caxis.m: New function to control the color axis limits. | |
3711 * plot/Makefile.in (SOURCES): Include it. | |
3712 * plot/axis.m: Allow the first argument to be an axes handle. | |
3713 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3714 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3715 caxis limits. | |
3716 | |
3717 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3718 * image/Makefile.in (SOURCES): Include it. | |
3719 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3720 of the bars for the colormap. | |
3721 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3722 passed. | |
3723 * plot/__contour.m: Avoid possible divide by zero error. | |
3724 * plot/contour.m: Missing semicolon. | |
3725 * plot/surface.m: Don't attempt to set additional arguments if | |
3726 there are none. | |
3727 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3728 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3729 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3730 |
3731 * plot/__bar__.m: put bar creation code into separate function | |
3732 to allow easy hook up from other graphic backends | |
3733 | |
3734 * plot/__bars__.m: new function containing bar creation code | |
3735 | |
7186 | 3736 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3737 | |
3738 * general/accumarray.m: Correct dimension check. | |
3739 | |
7183 | 3740 2007-11-26 John W. Eaton <jwe@octave.org> |
3741 | |
3742 * polynomial/residue.m: Prepad along second dimension. | |
3743 From Doug Stewart <dastew@sympatico.ca>. | |
3744 | |
7181 | 3745 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3746 | |
7183 | 3747 * plot/cylinder.m, plot/slice.m: New functions. |
3748 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3749 |
7177 | 3750 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3751 | |
3752 * plot/patch.m: Handle arg may also be hggroup object. | |
3753 Use ancestor to find parent axes object. | |
3754 | |
7175 | 3755 2007-11-14 David Bateman <dbateman@free.fr> |
3756 | |
3757 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3758 flag to patch that it is not closed. Allow z to take string | |
3759 arguments and use it to flag that the contours are placed at the | |
3760 z level of the contour itself. | |
3761 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3762 objects as well. Let hidden removal take precedence in case of a | |
3763 conflict. | |
3764 * plot/surface.m: Allow surface to treat handles being passed or | |
3765 returned. Any additional arguments arr used to set the surface | |
3766 handle. | |
3767 * plot/contour3.m: New function | |
3768 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3769 | |
7173 | 3770 2007-11-14 John W. Eaton <jwe@octave.org> |
3771 | |
3772 * specfun/bessel.m: Update doc string from | |
3773 src/DLD-FUNCTIONS/besselj.cc. | |
3774 | |
7170 | 3775 2007-11-12 David Bateman <dbateman@free.fr> |
3776 | |
3777 * plot/contour.m: Allow handles to be passed and returned. Split | |
3778 the countour function itself into __contour__.m to be shared with | |
3779 surfc and meshc. | |
3780 * plot/__contour__.m: New file | |
3781 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3782 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3783 the face or edge if the facecolor or edge color are marked as | |
3784 "none". Allow the edgecolor to be determined by the cdata in the | |
3785 same manner as the facecolor. Fail if facecolor is not "none" and | |
3786 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3787 storage of 3D/4D data consistent between line, surface and patch | |
3788 objects. | |
3789 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3790 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3791 |
3792 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3793 Handle fontweight and fontangle properties. | |
3794 | |
7163 | 3795 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3796 | |
3797 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3798 * plot/Makefile.in (SOURCES): Add them to the list. | |
3799 | |
3800 2007-11-12 John W. Eaton <jwe@octave.org> | |
3801 | |
3802 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3803 Use it to avoid duplicated code. | |
3804 | |
7161 | 3805 2007-11-12 David Bateman <dbateman@free.fr> |
3806 | |
7162 | 3807 * plot/title.m: Fix return value for nargout > 0. |
3808 | |
3809 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3810 specified for the title, xlabel, ylabel and text objects. | |
3811 | |
7161 | 3812 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3813 4.0 and surface plots. | |
3814 | |
7160 | 3815 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3816 | |
3817 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3818 with X/Y/Z data. | |
3819 | |
7146 | 3820 2007-11-09 John W. Eaton <jwe@octave.org> |
3821 | |
7152 | 3822 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3823 Correct logic in setting palette data. |
7152 | 3824 |
7151 | 3825 * audio/wavread.m, control/base/__bodquist__.m, |
3826 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3827 control/system/c2d.m, control/system/is_detectable.m, | |
3828 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3829 control/system/tfout.m, general/isdefinite.m, | |
3830 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3831 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3832 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3833 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3834 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3835 testfun/test.m: Use specific end keywords. | |
3836 | |
7146 | 3837 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3838 | |
3839 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3840 | |
3841 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3842 Don't change view if hold is on. | |
3843 | |
7142 | 3844 2007-11-09 David Bateman <dbateman@free.fr> |
3845 | |
7149 | 3846 * plot/hidden.m: New function. |
3847 * plot/Makefile.in (SOURCES): Add it here. | |
3848 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3849 line removal. | |
3850 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3851 removal and if it is "none" don't do hidden line removal. | |
3852 | |
7148 | 3853 * plot/legend.m: Also allow labels for surface and patch types. |
3854 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3855 setting of the legend. | |
3856 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3857 objects as well. | |
3858 | |
7146 | 3859 * plot/area.m, plot/__area__.m: New functions |
3860 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3861 | |
7142 | 3862 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3863 | |
7144 | 3864 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3865 | |
3866 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3867 | |
7131 | 3868 2007-11-08 John W. Eaton <jwe@octave.org> |
3869 | |
7133 | 3870 * control/base/dcgain.m, control/base/dre.m, |
3871 control/base/impulse.m, control/base/step.m, | |
3872 control/system/dmr2d.m, control/system/ord2.m, | |
3873 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3874 control/system/sysgetsignals.m, control/system/sysout.m, | |
3875 control/system/tfout.m, control/system/ugain.m, | |
3876 control/system/zpout.m, control/util/strappend.m: | |
3877 Don't fail with usage message if nargout is too large. | |
3878 | |
7131 | 3879 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3880 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3881 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3882 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3883 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3884 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3885 control/obsolete/rotg.m, control/obsolete/series.m, | |
3886 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3887 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3888 control/system/__syschnamesl__.m, |
3889 control/system/__syscont_disc__.m, | |
3890 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3891 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3892 control/system/abcddim.m, control/system/buildssic.m, | |
3893 control/system/c2d.m, control/system/cellidx.m, | |
3894 control/system/d2c.m, control/system/dmr2d.m, | |
3895 control/system/fir2sys.m, control/system/is_abcd.m, | |
3896 control/system/is_controllable.m, control/system/is_detectable.m, | |
3897 control/system/is_digital.m, control/system/is_observable.m, | |
3898 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3899 control/system/jet707.m, control/system/listidx.m, | |
3900 control/system/parallel.m, control/system/ss.m, | |
3901 control/system/ss2sys.m, control/system/ss2zp.m, | |
3902 control/system/starp.m, control/system/sys2ss.m, | |
3903 control/system/sys2tf.m, control/system/sys2zp.m, | |
3904 control/system/sysadd.m, control/system/sysappend.m, | |
3905 control/system/sysconnect.m, control/system/syscont.m, | |
3906 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3907 control/system/sysdup.m, control/system/sysgetsignals.m, |
3908 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3909 control/system/sysmult.m, control/system/sysout.m, |
3910 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3911 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3912 control/system/syssub.m, control/system/sysupdate.m, |
3913 control/system/tf.m, control/system/tf2ss.m, | |
3914 control/system/tf2sys.m, control/system/tfout.m, | |
3915 control/system/zp.m, control/system/zp2ss.m, | |
3916 control/system/zp2sys.m, control/system/zp2tf.m, | |
3917 control/system/zpout.m, control/util/__outlist__.m, | |
3918 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3919 control/util/prompt.m, control/util/sortcom.m, | |
3920 control/util/zgfmul.m, control/util/zgfslv.m, | |
3921 control/util/zginit.m, control/util/zgreduce.m, | |
3922 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3923 |
7130 | 3924 2007-11-08 David Bateman <dbateman@free.fr> |
3925 | |
3926 * plot/quiver.m: Fix arrowheads. | |
3927 | |
7128 | 3928 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3929 | |
3930 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3931 Handle "rows" argument. New tests. |
7128 | 3932 (cell_ismember): New function. |
3933 | |
7127 | 3934 2007-11-07 John W. Eaton <jwe@octave.org> |
3935 | |
3936 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3937 control/base/__stepimp__.m, control/base/are.m, | |
3938 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3939 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3940 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3941 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3942 control/base/ltifr.m, control/base/nichols.m, | |
3943 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3944 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3945 Style fixes. | |
3946 | |
7125 | 3947 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3948 | |
3949 * control/base/bode_bounds.m, control/base/dgram.m, | |
3950 control/base/dlyap.m, control/base/freqchkw.m, | |
3951 control/base/gram.m, control/base/place.m, | |
3952 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3953 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3954 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3955 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3956 control/system/sysgettype.m, control/system/sysreorder.m, | |
3957 control/system/tf2sys.m, control/system/zp2tf.m, | |
3958 control/util/axis2dlim.m, control/util/swap.m, | |
3959 control/util/zgfmul.m, control/util/zgfslv.m, | |
3960 control/util/zginit.m, control/util/zgreduce.m, | |
3961 control/util/zgrownorm.m, control/util/zgscal.m, | |
3962 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3963 geometry/inpolygon.m, linear-algebra/housh.m, | |
3964 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3965 miscellaneous/run.m, quaternion/qconj.m, | |
3966 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3967 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3968 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3969 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3970 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3971 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3972 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3973 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3974 statistics/distributions/empirical_cdf.m, | |
3975 statistics/distributions/empirical_inv.m, | |
3976 statistics/distributions/empirical_pdf.m, | |
3977 statistics/models/logistic_regression_derivatives.m, | |
3978 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3979 | |
7118 | 3980 2007-11-07 David Bateman <dbateman@free.fr> |
3981 | |
7120 | 3982 * general/gradient.m: Correctly convert deltax and deltay scalar |
3983 values are scalars to vectors. | |
3984 | |
7119 | 3985 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3986 the meshc.m function. | |
3987 * plot/meshc.m: Also use the surface function. | |
3988 | |
7120 | 3989 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3990 * plot/Makefile.in (SOURCES): Add them to the list. |
3991 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3992 | |
7117 | 3993 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3994 | |
3995 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3996 | |
7115 | 3997 2007-11-07 John W. Eaton <jwe@octave.org> |
3998 | |
3999 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4000 the data limits are infinite. | |
4001 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4002 (get_axis_limits): Don't do anything if min_val or max_val are | |
4003 infinite. | |
4004 | |
7112 | 4005 2007-11-06 David Bateman <dbateman@free.fr> |
4006 | |
4007 * plot/hist.m: Pass any additional arguments to bar for | |
4008 treatment. Create a default x value that is always a vector. | |
4009 | |
7111 | 4010 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4011 | |
4012 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4013 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4014 |
4015 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4016 | |
4017 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4018 New files. | |
4019 * plot/mesh.m: Call surface to do the real work. | |
4020 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4021 properties. | |
4022 | |
4023 * image/colormap.m: Also return current colormap if nargout and | |
4024 nargin are both 0. | |
4025 | |
7106 | 4026 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4027 | |
4028 * startup/inputrc: Delete key bindings starting with \340 code. | |
4029 | |
7112 | 4030 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4031 |
4032 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4033 to avoid issues of over- and underflow. From Rolf Fabian | |
4034 <Rolf.Fabian@gmx.de>. | |
4035 | |
7097 | 4036 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4037 | |
4038 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4039 help texts. | |
4040 | |
7096 | 4041 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4042 | |
4043 * plot/bar.m, plot/barh.m: Doc fix. | |
4044 | |
7094 | 4045 2007-10-31 John W. Eaton <jwe@octave.org> |
4046 | |
4047 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4048 | |
7086 | 4049 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4050 | |
4051 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4052 objects and legend objects are implemented with a separate axes | |
4053 object. | |
4054 | |
7078 | 4055 2007-10-30 David Bateman <dbateman@free.fr> |
4056 | |
7081 | 4057 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4058 | |
7078 | 4059 * plot/__go_draw_axes__.m (do_linestyle_command): |
4060 Use point type 0 for ".". | |
4061 | |
7073 | 4062 2007-10-26 John W. Eaton <jwe@octave.org> |
4063 | |
7074 | 4064 * image/imshow.m: Improve compatibility. |
4065 * image/image.m: Return handle if nargou > 0. | |
4066 | |
7073 | 4067 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4068 | |
7069 | 4069 2007-10-25 John W. Eaton <jwe@octave.org> |
4070 | |
4071 * miscellaneous/compare_versions.m: Style fixes. | |
4072 | |
7060 | 4073 2007-10-24 John W. Eaton <jwe@octave.org> |
4074 | |
7061 | 4075 * image/saveimage.m: Use functional form of save instead of eval. |
4076 Use -text instead of -ascii. | |
4077 | |
7060 | 4078 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4079 | |
7054 | 4080 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4081 | |
4082 * plot/legend.m: Also extract location string from varargin (lost | |
4083 when 2007-10-08 patch was applied). | |
4084 | |
7049 | 4085 2007-10-23 David Bateman <dbateman@free.fr> |
4086 | |
4087 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4088 miscellaneous/what.m: New functions | |
4089 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4090 functions. | |
4091 | |
7045 | 4092 2007-10-22 David Bateman <dbateman@free.fr> |
4093 | |
4094 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4095 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4096 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4097 | |
7042 | 4098 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4099 | |
4100 * plot/contourf.m: New function. | |
4101 * plot/Makefile.in (SOURCES): Add it to the list. | |
4102 | |
7040 | 4103 2007-10-19 John W. Eaton <jwe@octave.org> |
4104 | |
4105 * plot/subplot.m: Doc fix. | |
4106 | |
7039 | 4107 2007-10-19 David Bateman <dbateman@free.fr> |
4108 | |
7041 | 4109 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4110 |
7037 | 4111 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4112 | |
4113 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4114 output. | |
4115 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4116 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4117 |
4118 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4119 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4120 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4121 control/system/syssetsignals.m, control/base/lqg.m, | |
4122 strings/str2double.m, control/system/sysscale.m, | |
4123 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4124 Make help text fit on pages when using smallbook. | |
4125 | |
7028 | 4126 2007-10-15 David Bateman <dbateman@free.fr> |
4127 | |
7032 | 4128 * plot/print.m: Call drawnow before printing to ensure the plot is |
4129 on the screen. | |
4130 | |
7028 | 4131 * testfun/test.m: In error/warning blocks test for an error before |
4132 a warning to avoid unexpected failures. | |
4133 | |
7027 | 4134 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4135 | |
4136 * testfun/assert.m: Correct documentation of absolution versus | |
4137 relative error tolerance and add tests. | |
4138 | |
7024 | 4139 2007-10-14 David Bateman <dbateman@free.fr> |
4140 | |
4141 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4142 src directory. | |
4143 * plot/Makefile.in (SOURCES): Add fill.m. | |
4144 | |
7020 | 4145 2007-10-13 David Bateman <dbateman@free.fr> |
4146 | |
4147 * plot/__patch__.m: Allow multiple patches to be defined and | |
4148 return a single patch object. Allow Faces/Vertices form of | |
4149 patch. Flag failure so the patch can call print_usage. | |
4150 * plot/patch.m: Update help string for Faces/Vertices | |
4151 call. Respect the fail flag returned by __patch__. Add demo code | |
4152 that tests the functionality of patch. | |
4153 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4154 patch object. | |
4155 * plot/fill.m: New function. | |
4156 | |
7016 | 4157 2007-10-12 John W. Eaton <jwe@octave.org> |
4158 | |
4159 * Change copyright notices in all files that are part of Octave to | |
4160 GPLv3 or any later version. | |
4161 | |
7012 | 4162 2007-10-11 John W. Eaton <jwe@octave.org> |
4163 | |
4164 * plot/__go_draw_axes__.m (get_axis_limits): | |
4165 Return lim = [] if logscale and no positive values. | |
4166 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4167 Set initial min and min positive values to Inf, max values to -Inf. | |
4168 (get_data_limits): Correctly handle xminp when no positive values | |
4169 are found. | |
4170 | |
7011 | 4171 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4172 | |
4173 * polynomial/residue.m: New optional input for pole multiplicity. | |
4174 Doc fix. Fix tests. | |
4175 | |
7010 | 4176 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4177 | |
4178 * toplev.cc (Foctave_config_info): Add field "mac". | |
4179 | |
4180 * miscellaneous/ismac.m: New function. | |
4181 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4182 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4183 | |
7009 | 4184 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4185 | |
4186 * statistics/distributions/hygernd.m: Allow size to be specified | |
4187 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4188 scalars or matrices of a common size. | |
4189 | |
7007 | 4190 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4191 | |
4192 * control/csrefcard.lt, control/system/is_detectable.m, | |
4193 control/system/sysgroup.m, geometry/voronoin.m, | |
4194 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4195 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4196 statistics/distributions/binornd.m, | |
4197 statistics/distributions/cauchy_rnd.m, | |
4198 statistics/distributions/chi2rnd.m, | |
4199 statistics/distributions/discrete_rnd.m, | |
4200 statistics/distributions/exprnd.m, | |
4201 statistics/distributions/frnd.m, | |
4202 statistics/distributions/gamrnd.m, | |
4203 statistics/distributions/geornd.m, | |
4204 statistics/distributions/laplace_rnd.m, | |
4205 statistics/distributions/logistic_rnd.m, | |
4206 statistics/distributions/lognrnd.m, | |
4207 statistics/distributions/nbinrnd.m, | |
4208 statistics/distributions/normrnd.m, | |
4209 statistics/distributions/poissrnd.m, | |
4210 statistics/distributions/stdnormal_rnd.m, | |
4211 statistics/distributions/trnd.m, | |
4212 statistics/distributions/unifrnd.m, | |
4213 statistics/distributions/wblrnd.m: Spelling fixes. | |
4214 | |
7005 | 4215 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4216 | |
4217 * time/tic.m: New optional output value. | |
4218 | |
4219 * general/int2str.m: Doc fix. | |
4220 | |
7002 | 4221 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4222 | |
4223 * statistics/distributions/hygecdf.m, | |
4224 statistics/distributions/hygeinv.m, | |
4225 statistics/distributions/hygepdf.m, | |
4226 statistics/distributions/hygernd.m: | |
4227 Swap order of T and M args for compatibility. | |
4228 | |
7001 | 4229 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4230 | |
4231 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4232 control/system/buildssic.m, control/system/c2d.m, | |
4233 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4234 control/system/ss2sys.m, control/system/ss2tf.m, | |
4235 control/system/syscont.m, control/system/sysdimensions.m, | |
4236 control/system/sysdisc.m, control/system/sysmult.m, | |
4237 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4238 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4239 general/interp1.m, general/interp2.m, general/interp3.m, | |
4240 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4241 general/rat.m, general/structfun.m, general/trapz.m, | |
4242 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4243 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4244 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4245 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4246 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4247 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4248 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4249 statistics/base/meansq.m, statistics/base/var.m, | |
4250 statistics/tests/chisquare_test_independence.m, | |
4251 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4252 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4253 testfun/test.m: Spelling fixes. | |
4254 | |
6998 | 4255 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4256 | |
4257 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4258 | |
6997 | 4259 2007-10-10 John W. Eaton <jwe@octave.org> |
4260 | |
4261 * general/num2str.m: Always allow for sign for automatically | |
4262 computed format widths. | |
4263 | |
6988 | 4264 2007-10-09 David Bateman <dbateman@free.fr> |
4265 | |
4266 * plot/patch.m: Accept a handle as the first argument. | |
4267 | |
6987 | 4268 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4269 | |
7010 | 4270 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4271 |
6985 | 4272 2007-10-09 John W. Eaton <jwe@octave.org> |
4273 | |
4274 * audio/wavwrite.m: Accept arguments in compatible order. | |
4275 | |
6979 | 4276 2007-10-08 David Bateman <dbateman@free.fr> |
4277 | |
4278 * general/interp2.m: Relax test for values outside the grid to | |
4279 allow monotonically decreasing abscissa as well. | |
4280 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4281 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4282 |
4283 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4284 as output parameter. | |
4285 | |
6977 | 4286 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4287 | |
4288 * plot/__go_draw_axes__.m, plot/legend.m: | |
4289 Handle compatible position specifiers as strings. | |
4290 | |
6975 | 4291 2007-10-08 John Swensen <jpswensen@comcast.net> |
4292 | |
4293 * general/num2str.m: Eliminate extra whitespace in output. | |
4294 * strings/strtrim.m: New function. | |
4295 * strings/Makefile.in (SOURCES): Add it to the list. | |
4296 | |
6968 | 4297 2007-10-06 John W. Eaton <jwe@octave.org> |
4298 | |
4299 * polynomial/residue.m: New test from test/test_poly.m. | |
4300 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4301 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4302 |
4303 * image/saveimage.m: Handle saving color images without a colormap. | |
4304 * image/__img_via_file__.m: Add missing semicolon. | |
4305 | |
4306 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4307 | |
7010 | 4308 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4309 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4310 | |
6965 | 4311 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4312 | |
4313 * plot/print.m: Handle svg output type. Accept new -S option to | |
4314 specify size for PNG and SVG output types. | |
4315 | |
4316 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4317 |
4318 * polynomial/mpoles.m: New function. | |
4319 * polynomial/residue.m: Modified to behave in reciprocal | |
4320 manner. No longer compute 4th output, "e". No longer accept | |
4321 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4322 Respect maximum relative difference in poles when determining | |
4323 their multiplicity. Use mpoles to determine the multiplicity of | |
4324 poles. | |
4325 | |
6963 | 4326 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4327 | |
4328 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4329 for surface plots. | |
4330 | |
6962 | 4331 2007-10-05 John W. Eaton <jwe@octave.org> |
4332 | |
4333 * plot/__next_line_color__.m: Get color_rotation from axes | |
4334 colororder property. | |
4335 | |
6953 | 4336 2007-10-03 John W. Eaton <jwe@octave.org> |
4337 | |
6955 | 4338 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4339 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4340 | |
6953 | 4341 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4342 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4343 special for __vnorm__. | |
4344 | |
6951 | 4345 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4346 | |
6952 | 4347 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4348 |
6950 | 4349 2007-10-03 David Bateman <dbateman@free.fr> |
4350 | |
4351 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4352 if a file is architecture dependent based on a list of file | |
4353 extensions. | |
4354 (configure_make): Simplify the search for architecture dependent | |
4355 files based on this function. | |
4356 (load_pakages_and_dependencies): Also look for bin directory in | |
4357 the architecture dependent directory. | |
4358 | |
6947 | 4359 2007-10-03 John W. Eaton <jwe@octave.org> |
4360 | |
4361 * miscellaneous/dir.m: Create empty struct with field names. | |
4362 Include datenum in struct. | |
4363 | |
6943 | 4364 2007-10-02 David Bateman <dbateman@free.fr> |
4365 | |
4366 * miscellaneous/ls.m: If nargout return string array of files | |
4367 returned by ls. | |
4368 | |
6942 | 4369 2007-10-01 John W. Eaton <jwe@octave.org> |
4370 | |
4371 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4372 range values. | |
4373 | |
6937 | 4374 2007-10-01 David Bateman <dbateman@free.fr> |
4375 | |
7010 | 4376 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4377 speed with small vectors. |
6937 | 4378 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4379 rather than OCTAVE_HOME(). | |
4380 | |
6935 | 4381 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4382 | |
4383 * plot/findobj.m: New function. | |
4384 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4385 | |
6925 | 4386 2007-09-26 David Bateman <dbateman@free.fr> |
4387 | |
4388 * pkg/pkg.m: Add second argument to setting for prefix for | |
4389 architecture dependent files. Use throughout. | |
4390 (pkg:issuperuser): New function, use through to check for | |
4391 root user. | |
4392 (pkg:getarchprefix): function to give the archiecture dependent | |
4393 prefix for a package. | |
4394 (pkg:getarchdir): New function giving location of architetcure | |
4395 dependent directory. Use through out. | |
4396 (pkg:install): Treat architecture dependent directory separately | |
4397 as in might not be a sub-directory of the package directory. | |
4398 (pkg:uninstall): ditto. | |
4399 (pkg:create_pkgadddel): Check for global or local install for | |
4400 architecture dependent directory. | |
4401 (pkg:finish_installation): ditto. | |
4402 (pkg:write_INDEX): ditto. | |
4403 (pkg:load_packages_and_dependencies): ditto. | |
4404 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4405 files to a new location if user is root. | |
4406 (pkg:rm_rf): Check if file or directory exists before removing. | |
4407 (pkg:dirempty): Check if directory exists before checking. | |
4408 | |
4409 * plot/___patch__.m: Allow face colors to be passed as strings | |
4410 | |
4411 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4412 needed for calls to "hold" without an argument. | |
4413 | |
6920 | 4414 2007-09-21 John W. Eaton <jwe@octave.org> |
4415 | |
6921 | 4416 * optimization/sqp.m: Fix typo. |
4417 | |
6920 | 4418 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4419 | |
6919 | 4420 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4421 | |
4422 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4423 | |
6918 | 4424 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4425 | |
4426 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4427 unidpdf.m and unidinv.m | |
4428 | |
6914 | 4429 2007-09-18 John W. Eaton <jwe@octave.org> |
4430 | |
4431 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4432 (do_tics_1): Set numeric axes formats to "%.15g". | |
4433 | |
6912 | 4434 2007-09-18 David Bateman <dbateman@free.fr> |
4435 | |
4436 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4437 of %g when writing data. | |
4438 | |
6908 | 4439 2007-09-17 John W. Eaton <jwe@octave.org> |
4440 | |
4441 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4442 | |
6903 | 4443 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4444 | |
4445 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4446 noninteger N with N-K < 1. | |
4447 | |
6901 | 4448 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4449 | |
4450 * strings/index.m: Correct for strings differing after the third | |
4451 position (bug reported by Maude Martin). | |
4452 | |
6895 | 4453 2007-09-13 John W. Eaton <jwe@octave.org> |
4454 | |
4455 * plot/__default_colormap__.m: Delete. | |
4456 * plot/Makefile (SOURCES): Remove from the list. | |
4457 | |
6898 | 4458 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4459 | |
4460 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4461 | |
6885 | 4462 2007-09-10 David Bateman <dbateman@free.fr> |
4463 | |
4464 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4465 limit the selection of colors in the same way as for lines. | |
4466 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4467 column. | |
4468 * plot/__bar__.m: Adapt to use "patch". | |
4469 | |
6870 | 4470 2007-09-06 John W. Eaton <jwe@octave.org> |
4471 | |
4472 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4473 (init_plot_stream): Split from open_plot_stream. | |
4474 * plot/print.m: Accept -debug=FILE argument. | |
4475 | |
6868 | 4476 2007-09-06 David Bateman <dbateman@free.fr> |
4477 | |
7010 | 4478 * general/celldisp.m: New function. |
4479 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4480 * miscellaneous/swapbytes.m: New function. | |
4481 * miscellaneous/gzip.m: New function. | |
4482 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4483 |
6863 | 4484 2007-09-05 David Bateman <dbateman@free.fr> |
4485 | |
7010 | 4486 * general/structfun.m: New function. |
4487 * general/Makefile.in (SOURCES): Add it to sources. | |
4488 * miscellaneous/run.m: New function. | |
4489 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4490 * statistics/base/mode.m: New function. | |
4491 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4492 |
6862 | 4493 2007-09-05 John W. Eaton <jwe@octave.org> |
4494 | |
4495 * miscellaneous/orderfields.m: Use numel instead of length. | |
4496 | |
4497 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4498 | |
4499 * miscellaneous/orderfields.m: Handle empty structs. | |
4500 | |
6861 | 4501 2007-09-05 John W. Eaton <jwe@octave.org> |
4502 | |
4503 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4504 DATA_IDX. | |
4505 | |
4506 2007-09-04 David Bateman <dbateman@free.fr> | |
4507 | |
4508 * general/isdir.m: Return a logical value. | |
4509 | |
6859 | 4510 2007-09-04 David Bateman <dbateman@free.fr> |
4511 | |
4512 * statistics/distributions/chi2pdf.m, | |
4513 statistics/distributions/chi2cdf.m, | |
4514 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4515 distribution functions to account for inverse of scale factor in | |
4516 gamma functions. | |
4517 | |
6857 | 4518 2007-09-01 John W. Eaton <jwe@octave.org> |
4519 | |
4520 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4521 | |
6853 | 4522 2007-09-01 David Bateman <dbateman@free.fr> |
4523 | |
4524 * polynomial/polyint.m: New function like polyinteg but with | |
4525 explicit integration constant. | |
4526 * polynomial/polyinteg.m: Remove. | |
4527 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4528 polyinteg.m. | |
4529 * deprecated/polyinteg.m: Move version here. | |
4530 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4531 | |
6852 | 4532 * geometry/voronoi.m: Add large box around data to get a good |
4533 approximation of the rays to infinity. | |
4534 | |
6851 | 4535 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4536 | |
4537 * plot/axes.m: Allow parent to be specified when creating axes | |
4538 objects. Support non-figure parents. | |
4539 | |
4540 2007-08-31 John W. Eaton <jwe@octave.org> | |
4541 | |
4542 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4543 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4544 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4545 |
7010 | 4546 * polynomial/polygcd.m: Better layout of example. |
4547 * polynomial/compan.m: Remove unnecessary check. | |
4548 * polynomial/roots.m: Added example to help text. | |
4549 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4550 * polynomial/poly.m: Added example to help text. | |
6850 | 4551 |
6848 | 4552 2007-08-30 John W. Eaton <jwe@octave.org> |
4553 | |
4554 * optimization/qp.m: Increase maxit to 200. | |
4555 | |
6847 | 4556 2007-08-30 David Bateman <dbateman@free.fr> |
4557 | |
4558 * geometry/inpolygon.m: New file. | |
4559 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4560 | |
6843 | 4561 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4562 | |
4563 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4564 | |
6829 | 4565 2007-08-24 David Bateman <dbateman@free.fr> |
4566 | |
4567 * plot/__go_draw_axes__.m: Treat text color property. | |
4568 | |
6828 | 4569 2007-08-24 John W. Eaton <jwe@octave.org> |
4570 | |
4571 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4572 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4573 | |
4574 * miscellaneous/movefile.m: Separate second and third args and | |
4575 use p1 and p2, not f1 and f2 when constructing arguments for | |
4576 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4577 | |
6825 | 4578 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4579 | |
4580 * set/intersect.m: Make it work with cell arrays of strings. | |
4581 | |
6823 | 4582 2007-08-24 David Bateman <dbateman@free.fr> |
4583 | |
7010 | 4584 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4585 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4586 functions ported from octave-forge. | |
7010 | 4587 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4588 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4589 geometry/triplot.m, geometry/tsearchn.m: | |
4590 New functions. | |
7010 | 4591 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4592 * geometry/Makefile.in (SOURCES): Add functions above. | |
4593 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4594 |
6820 | 4595 2007-08-23 John W. Eaton <jwe@octave.org> |
4596 | |
4597 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4598 variable name. | |
4599 | |
4600 2007-08-23 David Bateman <dbateman@free.fr> | |
4601 | |
4602 * plot/plot.m: Allow first arg to be axes handle. | |
4603 | |
6818 | 4604 2007-08-22 David Bateman <dbateman@free.fr> |
4605 | |
4606 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4607 outputs are returned only if requested. | |
4608 | |
4609 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4610 | |
4611 * control/base/nichols.m: Fix typo. | |
4612 | |
6813 | 4613 2007-08-13 John W. Eaton <jwe@octave.org> |
4614 | |
4615 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4616 | |
6809 | 4617 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4618 | |
4619 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4620 use axes position in each appropriate gnuplot set statement. | |
4621 | |
6808 | 4622 2007-08-10 John W. Eaton <jwe@octave.org> |
4623 | |
4624 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4625 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4626 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4627 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4628 | |
6807 | 4629 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4630 | |
4631 * plot/patch.m, plot/__patch__.m: New files. | |
4632 * plot/Makefile.in (SOURCES): Add them to the list. | |
4633 | |
4634 2007-08-07 John W. Eaton <jwe@octave.org> | |
4635 | |
4636 * path/savepath.m: Use single quotes for argument to PATH command | |
4637 that is inserted in file. | |
4638 | |
6805 | 4639 2007-07-27 John W. Eaton <jwe@octave.org> |
4640 | |
4641 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4642 not set in the environment. | |
4643 | |
6796 | 4644 2007-07-25 David Bateman <dbateman@free.fr> |
4645 | |
4646 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4647 control/base/Makefile.in, control/hinf/Makefile.in, | |
4648 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4649 control/util/Makefile.in, deprecated/Makefile.in, | |
4650 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4651 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4652 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4653 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4654 polynomial/Makefile.in, quaternion/Makefile.in, | |
4655 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4656 specfun/Makefile.in, special-matrix/Makefile.in, | |
4657 startup/Makefile.in, statistics/Makefile.in, | |
4658 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4659 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4660 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4661 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4662 | |
6795 | 4663 2007-07-25 John W. Eaton <jwe@octave.org> |
4664 | |
4665 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4666 | |
6793 | 4667 2007-07-24 David Bateman <dbateman@free.fr> |
4668 | |
4669 * image/flag.m: New colormap function. | |
4670 * images/Makefile.in: Include it in SOURCES. | |
4671 | |
4672 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4673 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4674 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4675 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4676 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4677 number of colormap elements as the other colormap functions. | |
4678 | |
6790 | 4679 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4680 | |
4681 * plot/__go_draw_axes__.m: Handle patch. | |
4682 | |
6788 | 4683 2007-07-23 David Bateman <dbateman@free.fr> |
4684 | |
4685 * general/rat.m: New function for ration approximation imported | |
4686 from octave-forge. | |
4687 * general/del2.m: New function for discrete laplacian operator. | |
4688 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4689 | |
4690 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4691 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4692 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4693 image/winter.m, image/brighten.m: Port image functions from | |
4694 octave-forge. | |
4695 * image/Makefile.in: Add ported functions to SOURCES. | |
4696 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4697 compatibility with matlab. | |
4698 | |
4699 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4700 octave-forge | |
4701 * plot/Makefile.in: Add ported functions to SOURCES. | |
4702 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4703 using gnuplot 4.2 or greater. | |
4704 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4705 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4706 |
4707 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4708 | |
6781 | 4709 2007-07-19 David Bateman <dbateman@free.fr> |
4710 | |
4711 * plot/fplot.m: More compatible version. | |
4712 | |
6780 | 4713 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4714 | |
4715 * plot/clf.m: Check for valid handle before deleting. | |
4716 | |
4717 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4718 __go_figure__ instead of using regular "set" call. | |
4719 | |
6779 | 4720 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4721 | |
4722 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4723 type for gnuplot. | |
4724 | |
6778 | 4725 2007-07-18 John W. Eaton <jwe@octave.org> |
4726 | |
4727 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4728 gnuplot for each set of axes. | |
4729 | |
6777 | 4730 2007-07-18 David Bateman <dbateman@free.fr> |
4731 | |
6778 | 4732 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4733 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4734 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4735 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4736 Use standard scale factor rather than one on the scale factor for | |
4737 compatibility. | |
4738 | |
4739 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4740 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4741 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4742 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4743 Preserve backward compatibility. | |
6777 | 4744 |
6776 | 4745 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4746 | |
4747 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4748 to avoid issues with regexp special characters in the path strings. | |
4749 | |
6770 | 4750 2007-07-06 David Bateman <dbateman@free.fr> |
4751 | |
6778 | 4752 * general/accumarray.m: New function to create an array by |
4753 accumulating the elements. | |
6770 | 4754 |
6768 | 4755 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4756 | |
4757 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4758 (fdjac): Set nx outside of if block. | |
4759 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4760 | |
6765 | 4761 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4762 | |
4763 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4764 | |
4765 * plot/axis.m: Also set "visible" property when setting axes to | |
4766 on/off. | |
4767 | |
6762 | 4768 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4769 | |
4770 * image/colormap.m: Only return colormap if nargout > 0. | |
4771 Mark as command. | |
4772 | |
6758 | 4773 2007-06-25 John W. Eaton <jwe@octave.org> |
4774 | |
4775 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4776 strcmp for selected property comparisons. | |
4777 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4778 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 4779 |
6778 | 4780 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4781 |
6754 | 4782 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4783 | |
4784 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4785 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4786 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4787 |
6778 | 4788 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4789 argument, and note that the data should be sorted for the |
4790 definition of the median to be correct. | |
4791 | |
6778 | 4792 * statistics/base/std.m: Add missing square to definition of |
6754 | 4793 standard deviation. |
4794 | |
6778 | 4795 * statistics/base/cov.m: Add definition of covariance to the help text. |
4796 | |
4797 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4798 statistics/base/std.m: |
4799 Note that \bar{x} is the mean value of x in the help text. | |
4800 | |
6778 | 4801 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4802 coefficient to the help text. |
4803 | |
6778 | 4804 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4805 | |
4806 * statistics/base/var.m: Put N in @math in help text. | |
4807 | |
4808 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4809 statistics/tests/kolmogorov_smirnov_test.m: |
4810 Write about possible values of 'dist' in help text. | |
4811 | |
6778 | 4812 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4813 Add definition of correlation to the help text. |
4814 | |
6778 | 4815 * statistics/base/logit.m, statistics/base/kendall.m, |
4816 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4817 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4818 TeXification of help text. | |
4819 | |
4820 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4821 | |
4822 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4823 Add missing @var's to help text. | |
4824 | |
4825 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4826 | |
4827 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4828 of help text. | |
4829 | |
4830 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4831 help text. | |
4832 | |
4833 * statistics/distributions/unidpdf.m, | |
4834 statistics/distributions/discrete_pdf.m: | |
4835 Replace 'pDF' with 'PDF' in help text. | |
4836 | |
6753 | 4837 2007-06-25 John W. Eaton <jwe@octave.org> |
4838 | |
4839 * strings/substr.m: Use offset consistently in code and doc string. | |
4840 From Rafael Laboissiere <rafael@debian.org>. | |
4841 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4842 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4843 |
6778 | 4844 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4845 |
6751 | 4846 2007-06-25 John W. Eaton <jwe@octave.org> |
4847 | |
4848 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4849 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4850 <juhani@cs.joensuu.fi>. | |
4851 | |
6748 | 4852 2007-06-20 John W. Eaton <jwe@octave.org> |
4853 | |
6749 | 4854 * strings/index.m: Allow strings to be empty. |
4855 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4856 | |
6748 | 4857 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4858 | |
6747 | 4859 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4860 | |
4861 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4862 separate matrices. | |
4863 | |
6746 | 4864 2007-06-19 David Bateman <dbateman@free.fr> |
4865 | |
4866 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4867 only ";;" legend syntax. | |
4868 * polynomial/mkpp.m: ditto. | |
4869 * polynomial/pchip.m: ditto. | |
4870 * signal/freqz_plot.m: ditto. | |
4871 * sparse/gplot.m: ditto. | |
4872 * sparse/treeplot.m: ditto. | |
4873 | |
6745 | 4874 2007-06-19 John W. Eaton <jwe@octave.org> |
4875 | |
4876 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4877 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4878 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4879 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 4880 |
6778 | 4881 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4882 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4883 to check for NA. | |
4884 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4885 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 4886 |
6778 | 4887 * optimization/glpk.m: TeXified the help text. |
4888 * optimization/qp.m: TeXified the help text. | |
4889 * optimization/sqp.m: TeXified the help text. | |
6741 | 4890 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4891 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 4892 |
6778 | 4893 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4894 |
6738 | 4895 2007-06-15 John W. Eaton <jwe@octave.org> |
4896 | |
4897 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4898 have_newer_gnuplot is true. | |
4899 | |
6736 | 4900 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4901 | |
6778 | 4902 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4903 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4904 to 90, all others 0. |
4905 | |
6778 | 4906 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4907 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4908 get_data_limits. |
6778 | 4909 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4910 called by __errplot__. |
4911 | |
6730 | 4912 2007-06-15 John W. Eaton <jwe@octave.org> |
4913 | |
4914 * testfun/test.m: Also return number of expected failures. | |
4915 | |
6724 | 4916 2007-06-14 John W. Eaton <jwe@octave.org> |
4917 | |
6730 | 4918 * set/ismember.m: Mark two tests known to fail with xtest. |
4919 | |
6724 | 4920 * plot/__go_draw_axes__.m: Handle text rotation property. |
4921 | |
6728 | 4922 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4923 | |
4924 * testfun/test.m: Add xtest support for tests known to fail. | |
4925 | |
6727 | 4926 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4927 | |
4928 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4929 epslatexstandalone terminals. | |
4930 | |
6721 | 4931 2007-06-14 David Bateman <dbateman@free.fr> |
4932 | |
4933 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4934 as permutation of results was incorrect. | |
4935 * general/interp1.m: Add demo on second derivative | |
4936 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4937 call. Add 3D demo. Fix typos |
4938 * general/interp3.m: Fix typos. Correct permutation for use of | |
4939 interpn. | |
6721 | 4940 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4941 | |
6717 | 4942 2007-06-13 John W. Eaton <jwe@octave.org> |
4943 | |
4944 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4945 |
6706 | 4946 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4947 | |
4948 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4949 | |
6704 | 4950 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4951 | |
4952 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4953 Set have_linestyle to true if two character linestyle is found. | |
4954 | |
6702 | 4955 2007-06-12 David Bateman <dbateman@free.fr> |
4956 | |
6717 | 4957 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4958 and interpn.m. | |
4959 | |
4960 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4961 structure before using it. | |
4962 | |
4963 2007-06-12 David Bateman <dbateman@free.fr> | |
4964 | |
6704 | 4965 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4966 * general/__splinen__.m: New support function for N-dimensional |
4967 spline interpolation. | |
4968 * general/bicubic.m: Allow definition of extrapolation | |
4969 value. Adapt tests to use new graphics interface | |
4970 * general/interp2.m: Call __splinen__ for 2-D spline | |
4971 interpolation. Make the lookup table code only be called for | |
4972 linear and nearest methods. | |
4973 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4974 and spline interpolation. | |
4975 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4976 and spline interpolation. | |
6704 | 4977 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4978 |
6701 | 4979 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4980 | |
4981 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4982 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4983 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 4984 |
4985 * plot/fplot.m: If function is inline, vectorize it. | |
4986 | |
6698 | 4987 2007-06-10 David Bateman <dbateman@free.fr> |
4988 | |
4989 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4990 directory if need to, so that it fits on a line. | |
4991 | |
6695 | 4992 2007-06-07 David Bateman <dbateman@free.fr> |
4993 | |
4994 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4995 saved file so that dependent packages are loaded first, and if | |
4996 nargout==0 don't return any arguments. | |
4997 (pkg:install): Only load packages that are marked autoload after | |
4998 install. Various fixes. Save in order. | |
4999 (pkg:uninstall): Save in order | |
5000 (pkg:load_packages): Use load_package_and_dependencies to load | |
5001 packages. | |
5002 (pkg:save_order): New function to sort package list with dependent | |
5003 packages first. | |
5004 (pkg:load_packages_and_dependencies): New function to load both a | |
5005 list of packages and their dependencies. | |
5006 (pkg:load_package_dirs): New function that returns a vector of the | |
5007 indexes into the installed package list indicating the packages to | |
5008 load and the order to load them in to respect the dependencies. | |
5009 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5010 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5011 |
5012 * plot/axes.m: Eliminate redundant else clause. | |
5013 | |
6686 | 5014 2007-06-03 David Bateman <dbateman@free.fr> |
5015 | |
5016 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5017 * pkg/pkg.m: Protect against multiple actions being define. |
5018 | |
6683 | 5019 2007-06-01 David Bateman <dbateman@free.fr> |
5020 | |
5021 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5022 incorporate into main pkg function. | |
5023 (pkg:install): Check for existence of files to install before | |
5024 globbing and warn the user if they don't exist. | |
5025 | |
6675 | 5026 2007-05-31 David Bateman <dbateman@free.fr> |
5027 | |
6679 | 5028 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5029 directory over several copy command to limit the line length. | |
5030 * miscellaneous/movefile.m: Ditto. | |
5031 | |
6675 | 5032 * pkg.m: Add build option to allow binary Octave packages to be |
5033 built from source packages. Probe absolute path of prefix, global | |
5034 and local lists. Use strcat, rather that [] for strings. | |
5035 (pkg:build): New function to binary binary package. | |
5036 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5037 (pkg:repackage): Package binary Octave package from installation. | |
5038 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5039 from m-files into main installation directory. | |
5040 (pkg:shell): Suppress verbose messages from shell and only display | |
5041 them with the verbose flag. | |
5042 (pkg:installed_packages): Also include the loaded flag in the | |
5043 local and global packages. | |
5044 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5045 flagged as loaded. | |
5046 | |
5047 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5048 | |
5049 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5050 with and without architecture dependent directories. | |
5051 (pkg:installed_packages): Probe the global_list file even if it is | |
5052 the same as the local_list. | |
5053 | |
6669 | 5054 2007-05-29 John W. Eaton <jwe@octave.org> |
5055 | |
5056 * sparse/spy.m: Set axis to "ij" mode. | |
5057 | |
6664 | 5058 2007-05-24 John W. Eaton <jwe@octave.org> |
5059 | |
5060 * set/ismember.m: Quote first arg of "fail" tests. | |
5061 | |
6663 | 5062 2007-05-24 David Bateman <dbateman@free.fr> |
5063 | |
6778 | 5064 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5065 |
6655 | 5066 2007-05-22 David Bateman <dbateman@free.fr> |
5067 | |
5068 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5069 error(lasterr()(8:end)). | |
5070 (pkg:install): Warning for empty packages being removed. Suppress | |
5071 spurious output. Warning rather than error for uninstalling a | |
5072 package that is not installed to avoid RPM issue. | |
5073 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5074 inst or architecture dependent directory if it exists. | |
5075 | |
6653 | 5076 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5077 | |
5078 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5079 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5080 signal/freqz.m: Fix typos. | |
5081 | |
6645 | 5082 2007-05-21 David Bateman <dbateman@free.fr> |
5083 | |
5084 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5085 force installation location. | |
5086 (rebuild): New subfunction to rebuild package database from | |
5087 installed packages. Also allows changing of autoload status | |
5088 (install): Warn use if attempting to install from non existent | |
5089 file. | |
5090 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5091 "USER", "root"))' for root test. | |
5092 | |
5093 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5094 | |
5095 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5096 and replace "\" characters with "/". | |
5097 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5098 characters with "/" throughout. | |
5099 (shell): New subfunction that wraps system and is careful with the | |
5100 shell on windows platforms. | |
5101 (configure_make): Explictly pass complier etc to configure | |
5102 process. | |
5103 (issuperuser): Force default to global install for Windows machines. | |
5104 | |
6636 | 5105 2007-05-19 Kristan Onu |
5106 | |
5107 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5108 | |
6634 | 5109 2007-05-18 David Bateman <dbateman@free.fr> |
5110 | |
5111 * pkg/pkg.m (install): More verbosity. | |
5112 (configure_make): Ditto. | |
5113 (create_pkgadddel): Install in architecture dependent directory if | |
5114 it exists to address issues with autoload/mfilename. | |
5115 (write_INDEX): Check in archiecture dependent directories as well. | |
5116 | |
6633 | 5117 2007-05-17 David Bateman <dbateman@free.fr> |
5118 | |
5119 * plot/hbar.m: Remove. | |
5120 * plot/barh.m: and move it here. | |
5121 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5122 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5123 |
5124 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5125 | |
6629 | 5126 2007-05-16 John W. Eaton <jwe@octave.org> |
5127 | |
5128 * general/logspace.m: Return second arg if fewer than two values | |
5129 are requested. | |
5130 | |
6619 | 5131 2007-05-14 John W. Eaton <jwe@octave.org> |
5132 | |
5133 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5134 on a new line. | |
5135 | |
6617 | 5136 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5137 | |
5138 * statistics/distributions/norminv.m, | |
5139 statistics/distributions/norminv.m, | |
5140 statistics/distributions/normpdf.m, | |
5141 statistics/distributions/normrnd.m: | |
5142 Use standard deviation, not variance. | |
5143 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5144 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5145 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5146 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5147 backward compatibility. | |
5148 | |
6616 | 5149 2007-05-14 David Bateman <dbateman@free.fr> |
5150 | |
5151 * pkg/pkg.m: Mark loaded packages with "*". | |
5152 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5153 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5154 |
5155 * miscellaneous/single.m: Doc fix. | |
5156 Convert to double instead of returning argument unchanged. | |
5157 | |
5158 * miscellaneous/doc.m: Doc fix. | |
5159 | |
5160 * miscellaneous/ver.m: Doc fix. | |
5161 Don't display information about Octave Forge. | |
5162 | |
6614 | 5163 2007-05-12 David Bateman <dbateman@free.fr> |
5164 | |
5165 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5166 install to be printed. An error in the on_uninstall script causes | |
5167 a failure to uninstall. Place oct- and mex-files in an | |
5168 architecture dependent directory. | |
5169 | |
6611 | 5170 2007-05-09 John W. Eaton <jwe@octave.org> |
5171 | |
5172 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5173 | |
6609 | 5174 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5175 | |
5176 * statistics/distributions/normcdf.m: Use standard deviation | |
5177 instead of variance for compatibility. | |
5178 | |
5179 2007-05-08 John W. Eaton <jwe@octave.org> | |
5180 | |
5181 | |
5182 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5183 | |
5184 * set/ismember.m: Always return logical values. | |
5185 | |
5186 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5187 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5188 |
5189 * general/__isequal__.m: Allow numeric values of different classes | |
5190 to compare equal. | |
5191 | |
6606 | 5192 2007-05-07 David Bateman <dbateman@free.fr> |
5193 | |
6607 | 5194 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5195 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5196 |
6605 | 5197 2007-05-02 John W. Eaton <jwe@octave.org> |
5198 | |
5199 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5200 | |
6604 | 5201 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5202 | |
5203 * contour.m: Rewrite help string. | |
5204 | |
6599 | 5205 2007-04-28 John W. Eaton <jwe@octave.org> |
5206 | |
5207 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5208 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5209 Special case nargout == 0. | |
5210 | |
6597 | 5211 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5212 | |
5213 * general/sub2ind.m: Handle empty input, add tests. | |
5214 | |
6590 | 5215 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5216 | |
5217 * plot/contourc.m: Doc fix. | |
5218 | |
6586 | 5219 2007-04-26 David Bateman <dbateman@free.fr> |
5220 | |
5221 * plot/hist.m: Partially remove previous patch. | |
5222 | |
6582 | 5223 2007-04-26 David Bateman <dbateman@free.fr> |
5224 | |
5225 * plot/hist.m: Support returning of handle | |
5226 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5227 cells. | |
5228 | |
6575 | 5229 2007-04-25 John W. Eaton <jwe@octave.org> |
5230 | |
6579 | 5231 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5232 "title \"\"", not "". | |
5233 | |
6575 | 5234 * plot/legend.m: Initialize WARNED to false. |
5235 | |
6567 | 5236 2007-04-24 John W. Eaton <jwe@octave.org> |
5237 | |
5238 * 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
|
5239 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5240 |
5241 2007-04-23 John W. Eaton <jwe@octave.org> | |
5242 | |
5243 * plot/box.m: Delete extra endfunction keyword. | |
5244 | |
6560 | 5245 2007-04-23 David Bateman <dbateman@free.fr> |
5246 | |
5247 * plot/plot3.m: Call newplot. | |
5248 | |
6553 | 5249 2007-04-20 John W. Eaton <jwe@octave.org> |
5250 | |
5251 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5252 | |
6546 | 5253 2007-04-19 John W. Eaton <jwe@octave.org> |
5254 | |
5255 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5256 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5257 | |
6544 | 5258 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5259 | |
5260 * control/util/axis2dlim.m: Delete extraneous line. | |
5261 | |
6542 | 5262 2007-04-18 John W. Eaton <jwe@octave.org> |
5263 | |
5264 * specfun/factorial.m: Increase tolerance in large value test. | |
5265 | |
6540 | 5266 2007-04-18 David Bateman <dbateman@free.fr> |
5267 | |
5268 * __bar__.m: New support function for bar/hbar to support graphic | |
5269 handles, and additional arguments. | |
5270 * bar.m: Convert to use __bar__. | |
5271 * hbar.m: New function | |
5272 * hist.m: Explicitly set the width of the bar plot. | |
5273 | |
6533 | 5274 2007-04-17 John W. Eaton <jwe@octave.org> |
5275 | |
6534 | 5276 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5277 | |
6533 | 5278 * set/ismember.m: New tests. |
5279 From David Grohmann <grohmann@arlut.utexas.edu> | |
5280 | |
6532 | 5281 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5282 | |
5283 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5284 Add tests. | |
5285 | |
6527 | 5286 2007-04-16 John W. Eaton <jwe@octave.org> |
5287 | |
6528 | 5288 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5289 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
|
5290 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5291 |
6527 | 5292 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5293 | |
6526 | 5294 2007-04-13 John W. Eaton <jwe@octave.org> |
5295 | |
6527 | 5296 * optimization/sqp.m: Initialize info to 0. |
5297 | |
6526 | 5298 * optimization/qp.m: Undo previous change. |
5299 | |
6524 | 5300 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5301 | |
5302 * spdiags.m: Fixed the four-argument case to work for columns of | |
5303 length one. | |
5304 | |
6523 | 5305 2007-04-12 John W. Eaton <jwe@octave.org> |
5306 | |
5307 * optimization/qp.m: Avoid Octave indexing bug. | |
5308 | |
6521 | 5309 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5310 | |
6522 | 5311 * miscellaneous/menu.m, control/base/bddemo.m, |
5312 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5313 control/system/sysrepdemo.m: | |
5314 Adapt to page_screen_output as a function. | |
6521 | 5315 |
6518 | 5316 2007-04-11 John W. Eaton <jwe@octave.org> |
5317 | |
5318 * miscellaneous/not.m: Delete. | |
5319 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5320 | |
5321 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5322 | |
5323 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5324 that are close but not exactly equal. | |
5325 | |
6515 | 5326 2007-04-11 David Bateman <dbateman@free.fr> |
5327 | |
5328 * general/bitcmp.m: Make it work again. | |
5329 | |
6512 | 5330 2007-04-10 John W. Eaton <jwe@octave.org> |
5331 | |
5332 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5333 that are close but not exactly equal. | |
5334 | |
6511 | 5335 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5336 | |
5337 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5338 in response to a change in x limits for now. | |
5339 | |
6510 | 5340 2007-04-09 John W. Eaton <jwe@octave.org> |
5341 | |
5342 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5343 (__go_draw_axes__): Use it to write data to plot stream. | |
5344 | |
6509 | 5345 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5346 | |
5347 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5348 zeros. Set markerfacecolor property in call to plot. | |
5349 | |
6508 | 5350 2007-04-06 John W. Eaton <jwe@octave.org> |
5351 | |
5352 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5353 | |
5354 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5355 | |
5356 * plot/stem.m: Use plot instead of a series of calls to line. | |
5357 | |
6494 | 5358 2007-04-05 John W. Eaton <jwe@octave.org> |
5359 | |
6499 | 5360 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5361 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5362 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5363 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5364 | |
6496 | 5365 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5366 Use strcmpi instead of strcmp+tolower. |
6496 | 5367 Style fixes. |
5368 | |
6494 | 5369 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5370 Plotting fixes. Style fixes. | |
5371 | |
5372 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5373 Style fixes. | |
5374 | |
5375 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5376 Style fixes. | |
5377 | |
5378 * testfun/demo.m, testfun/example.m: Style fixes. | |
5379 Use "strcat (...)" instead of "[...]". | |
5380 Use format specifiers in calls to warning. | |
5381 | |
5382 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5383 Use "strcat (...)" instead of "[...]". | |
5384 Use "x(end)" instead of "x(length (x))". | |
5385 Check NA before NaN. | |
5386 Style fixes. | |
5387 | |
6473 | 5388 2007-03-29 John W. Eaton <jwe@octave.org> |
5389 | |
6474 | 5390 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5391 |
6467 | 5392 2007-03-27 John W. Eaton <jwe@octave.org> |
5393 | |
5394 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5395 control/base/Makefile.in, control/hinf/Makefile.in, | |
5396 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5397 control/util/Makefile.in, deprecated/Makefile.in, | |
5398 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5399 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5400 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5401 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5402 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5403 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5404 special-matrix/Makefile.in, startup/Makefile.in, | |
5405 statistics/Makefile.in, statistics/base/Makefile.in, | |
5406 statistics/distributions/Makefile.in, | |
5407 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5408 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5409 Use ln instead of $(LN_S) in dist target. | |
5410 | |
6465 | 5411 2007-03-27 David Bateman <dbateman@free.fr> |
5412 | |
5413 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5414 gnuplot 4.0. | |
5415 | |
6464 | 5416 2007-03-26 John W. Eaton <jwe@octave.org> |
5417 | |
5418 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5419 | |
6461 | 5420 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5421 | |
5422 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5423 plot stream and using binary data. | |
5424 | |
6459 | 5425 2007-03-26 John W. Eaton <jwe@octave.org> |
5426 | |
5427 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5428 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5429 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5430 | |
5431 2007-03-26 David Bateman <dbateman@free.fr> | |
5432 | |
6461 | 5433 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5434 | |
6459 | 5435 * plot/plot3.m: Handle line properties. |
5436 * plot/plot.m: Update docstring. | |
5437 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5438 * plot/__plt__.m: Also gather properties. | |
5439 | |
6455 | 5440 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5441 | |
5442 * testfun/assert.m: Delete special check for empty objects. | |
5443 Add test. | |
5444 | |
6453 | 5445 2007-03-26 John W. Eaton <jwe@octave.org> |
5446 | |
6454 | 5447 * plot/drawnow.m: Exit early if call is recursive. |
5448 | |
6453 | 5449 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5450 Check for Inf too. | |
5451 (__go_draw_axes__): Use get_data_limits. | |
5452 | |
6450 | 5453 2007-03-24 John W. Eaton <jwe@octave.org> |
5454 | |
6451 | 5455 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5456 send terminal setting command with title option to plot stream. | |
5457 | |
6450 | 5458 * plot/legend.m: Correctly increment index into list of children.. |
5459 | |
6434 | 5460 2007-03-23 John W. Eaton <jwe@octave.org> |
5461 | |
6448 | 5462 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5463 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5464 control/base/nyquist.m, control/base/nichols.m, | |
5465 control/base/frdemo.m, signal/freqz_plot.m, | |
5466 control/base/__stepimp__.m, control/base/bode.m, | |
5467 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5468 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5469 Update plotting code. |
5470 | |
5471 * control/base/bode.m: Unwrap phase angle. | |
5472 | |
5473 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5474 | |
5475 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5476 | |
5477 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5478 commands. | |
6446 | 5479 |
6442 | 5480 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5481 Handle numeric color specs. |
6442 | 5482 * plot/plot.m: Remove "-@" and "@" from docstring. |
5483 | |
6441 | 5484 * plot/orient.m: Fix tests to avoid creating a plot window. |
5485 | |
6440 | 5486 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5487 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5488 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5489 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5490 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5491 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5492 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5493 | |
6438 | 5494 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5495 plot, not just multiplots. | |
5496 | |
6436 | 5497 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5498 | |
6434 | 5499 * plot/contour.m: Don't call drawnow. |
5500 | |
6431 | 5501 2007-03-22 John W. Eaton <jwe@octave.org> |
5502 | |
6432 | 5503 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5504 property of each figure. | |
5505 | |
6431 | 5506 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5507 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5508 | |
5509 2007-03-21 John W. Eaton <jwe@octave.org> | |
5510 | |
5511 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5512 less than eps to 0. | |
5513 | |
6429 | 5514 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5515 |
5516 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5517 * testfun/speed.m: Documentation and example fix. |
5518 | |
6424 | 5519 2007-03-21 John W. Eaton <jwe@octave.org> |
5520 | |
5521 * plot/subplot.m: If we find an existing subplot region, set | |
5522 it to be the "currentaxes" property for the current figure. | |
6425 | 5523 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5524 |
6422 | 5525 2007-03-20 David Bateman <dbateman@free.fr> |
5526 | |
5527 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5528 | |
5529 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5530 | |
5531 * general/arrayfun.m: New function. | |
5532 | |
6418 | 5533 2007-03-20 John W. Eaton <jwe@octave.org> |
5534 | |
6419 | 5535 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5536 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5537 | |
5538 * plot/clf.m: Don't call drawnow. | |
5539 | |
6431 | 5540 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5541 |
6420 | 5542 * image/__img__.m: Maybe set yaxis to reverse for images. |
5543 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5544 images. | |
5545 | |
6418 | 5546 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5547 instead of global. Only register __go_close_all__ with atexit if |
5548 the plot stream is successfully opened. | |
6418 | 5549 |
6413 | 5550 2007-03-15 John W. Eaton <jwe@octave.org> |
5551 | |
6418 | 5552 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5553 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5554 | |
5555 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5556 | |
5557 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5558 Use numeric line types. |
6413 | 5559 |
5560 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5561 lines and larger markers. Remove key titles from line type |
5562 properties. | |
6413 | 5563 |
6405 | 5564 2007-03-14 John W. Eaton <jwe@octave.org> |
5565 | |
6412 | 5566 * plot/__axis_label__.m: Accept additional property-value pairs |
5567 and pass them to __go_text__. Simply return the handle obtained | |
5568 from __go_text__ instead of calling get on the current axis. | |
5569 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5570 Allow for extra property value pairs to be passed along. | |
5571 * plot/title.m: Implement with __axis_label__ since it does all | |
5572 that title needs to do. | |
5573 | |
6410 | 5574 * plot/clf.m: Set currentaxes property for current figure to []. |
5575 | |
6405 | 5576 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5577 | |
5578 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5579 and __plt2__, not just the last. | |
5580 | |
5581 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5582 (SOURCES_IN, GEN_M): Delete. | |
5583 (FCN_FILES): Don't include $(GEN_M). | |
5584 (all): Don't depend on $(GEN_M). | |
5585 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5586 | |
5587 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5588 | |
5589 * plot/newplot.m: Call __go_axes_init__ instead of | |
5590 __uiobject_axes_init__. | |
5591 | |
5592 * plot/mesh.m: Use __go_surface__ instead of | |
5593 __uiobject_surface_ctor__. Don't access object fields directly. | |
5594 | |
5595 * plot/line.m: Use __line__ to do actual work. | |
5596 * plot/__line__.m: New function. | |
5597 | |
5598 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5599 Use get and set instead of accessing object fields directly. | |
5600 | |
5601 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5602 handle. | |
5603 | |
5604 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5605 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5606 __uiobject_draw_figure__. | |
5607 | |
5608 * plot/clf.m: Use get instead of accessing object fields | |
5609 directly. Simply delete children. Don't set currentaxes. | |
5610 | |
5611 * plot/close.m (close_all_figures): New subfunction. | |
5612 Use it instead of getting list of figures to close from | |
5613 __uiobject_figures__. | |
5614 | |
5615 * plot/closereq.m: Simply delete the current figure. Don't set | |
5616 currentfigure. | |
5617 | |
5618 * plot/__errplot__.m: Call __line__ instead of | |
5619 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5620 directly. Don't call __uiobject_adopt__. | |
5621 | |
5622 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5623 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5624 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5625 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5626 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5627 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5628 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5629 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5630 plot/__uiobject_init_root_figure__.in, | |
5631 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5632 plot/__uiobject_root_figure_ctor__.m, | |
5633 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5634 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5635 plot/set.in: Delete. | |
6408 | 5636 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5637 |
5638 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5639 Pass "hidden" as second arg to close. | |
5640 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5641 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5642 * plot/Makefile.in (SOURCES_M): Rename in list. |
5643 | |
6405 | 5644 * image/__img__.m: Use __go_image__ to create image graphics |
5645 handle. | |
5646 | |
5647 * miscellaneous/delete.m: Call __go_delete__, not | |
5648 __uiobject_delete__. Check that arg is a graphics handle before | |
5649 calling __go_delete__. | |
5650 | |
6403 | 5651 2007-03-13 John W. Eaton <jwe@octave.org> |
5652 | |
5653 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5654 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
|
5655 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5656 |
5657 2007-03-12 John W. Eaton <jwe@octave.org> | |
5658 | |
5659 * miscellaneous/cast.m: New function. | |
5660 | |
5661 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5662 | |
6398 | 5663 2007-03-08 John W. Eaton <jwe@octave.org> |
5664 | |
5665 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5666 tilde expansion on target filename before passing it to the shell. | |
5667 | |
5668 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5669 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5670 | |
6396 | 5671 2007-03-08 David Bateman <dbateman@free.fr> |
5672 | |
5673 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5674 replacing slower version based on dicrete_rnd. | |
5675 | |
6392 | 5676 2007-03-07 John W. Eaton <jwe@octave.org> |
5677 | |
6395 | 5678 * control/base/rlocus.m: Update for current plotting functions. |
5679 | |
5680 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5681 | |
5682 * control/base/rlocus.m: Improve display. | |
5683 | |
5684 2007-03-07 John W. Eaton <jwe@octave.org> | |
5685 | |
5686 * plot/legend.m: Only handle positions -1:4. | |
5687 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5688 found in option string | |
5689 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5690 | |
6394 | 5691 * plot/newplot.m: Always reset next line color. |
5692 | |
6392 | 5693 * testfun/assert.m: Check that number of dimensions match before |
5694 checking dimensions. | |
5695 | |
6391 | 5696 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5697 | |
5698 * specfun/perms.m, specfun/factorial.m: Check args. | |
5699 | |
6387 | 5700 2007-03-07 John W. Eaton <jwe@octave.org> |
5701 | |
6390 | 5702 * plot/mesh.m: Call newplot before doing anything. |
5703 | |
5704 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5705 just "e". Only flush plot stream once. | |
5706 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5707 | |
6387 | 5708 * strings/blanks.m: Omit first index in assignment. |
5709 | |
6386 | 5710 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5711 | |
5712 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5713 | |
6385 | 5714 2007-03-06 David Bateman <dbateman@free.fr> |
5715 John W. Eaton <jwe@octave.org> | |
5716 | |
5717 * set/setdiff.m: Ignore "rows" for cell array args. | |
5718 Handle cellstr args. | |
5719 | |
6382 | 5720 2007-03-05 John W. Eaton <jwe@octave.org> |
5721 | |
5722 * optimization/sqp.m: Defer first call to obj_hess until after | |
5723 calling obj_fun. | |
5724 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5725 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5726 |
5727 * specfun/nchoosek.m: Fix nargin check. | |
5728 | |
6376 | 5729 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5730 | |
5731 * image/__img__.m: Don't set xlim and ylim properties. | |
5732 | |
6374 | 5733 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5734 | |
5735 * general/interp1.m: Fix *style cases for decreasing x. | |
5736 | |
6372 | 5737 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5738 | |
5739 * polynomial/roots.m: Check nargin before accessing arg. | |
5740 | |
6369 | 5741 2007-02-28 John W. Eaton <jwe@octave.org> |
5742 | |
5743 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5744 increment data_idx unless using gnuplot for display. | |
5745 | |
6368 | 5746 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5747 | |
5748 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5749 plots with images. | |
5750 * image/image.m, image/imagesc.m, image/imshow.m: | |
5751 Deprecate zoom argument. | |
5752 | |
6366 | 5753 2007-02-28 John W. Eaton <jwe@octave.org> |
5754 | |
5755 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5756 temporary file names. Keep image and colormap file ids separate. | |
5757 | |
5758 * general/interp1.m: Correctly compute min and max values when | |
5759 values are decreasing and not evenly spaced. | |
5760 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5761 | |
6365 | 5762 2007-02-27 John W. Eaton <jwe@octave.org> |
5763 | |
5764 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5765 returning an empty cell array. | |
5766 | |
6546 | 5767 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5768 |
5769 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5770 | |
6546 | 5771 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5772 |
5773 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5774 control/base/Makefile.in, control/hinf/Makefile.in, | |
5775 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5776 control/util/Makefile.in, deprecated/Makefile.in, | |
5777 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5778 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5779 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5780 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5781 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5782 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5783 special-matrix/Makefile.in, startup/Makefile.in, | |
5784 statistics/Makefile.in, statistics/base/Makefile.in, | |
5785 statistics/distributions/Makefile.in, | |
5786 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5787 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5788 Use $(LN_S) instead of ln or ln -s. | |
5789 | |
6356 | 5790 2007-02-24 David Bateman <dbateman@free.fr> |
5791 | |
5792 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5793 '\n' in FILES file. | |
6357 | 5794 (configure_make): Also install any mex files. |
6356 | 5795 |
6353 | 5796 2007-02-24 David Bateman <dbateman@free.fr> |
5797 | |
5798 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5799 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5800 | |
6351 | 5801 2007-02-23 John W. Eaton <jwe@octave.org> |
5802 | |
5803 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5804 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5805 | |
5806 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5807 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5808 | |
6349 | 5809 2007-02-23 David Bateman <dbateman@free.fr> |
5810 | |
5811 * statistics/distributions/discrete_rnd.m, | |
5812 statistics/distributions/geornd.m, | |
5813 statistics/distributions/lognnd.m, | |
5814 statistics/distributions/nbinrnd.m, | |
5815 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5816 | |
5817 * statistics/distributions/unidcdf.m, | |
5818 statistics/distributions/unidinv.m, | |
5819 statistics/distributions/unidpdf.m, | |
5820 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5821 discrete_cdf, etc. |
6349 | 5822 |
5823 * statistics/distributions/pascal_cdf.m, | |
5824 statistics/distributions/pascal_inv.m, | |
5825 statistics/distributions/pascal_pdf.m, | |
5826 statistics/distributions/pascal_rnd.m: Remove. | |
5827 * statistics/distributions/nbincdf.m, | |
5828 statistics/distributions/nbininv.m, | |
5829 statistics/distributions/nbinpdf.m, | |
5830 statistics/distributions/nbinrnd.m: Replace with matlab | |
5831 compatible functions. | |
5832 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5833 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5834 nbincdf, etc functions to implement these. | |
5835 | |
6344 | 5836 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5837 | |
5838 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5839 command and data. | |
5840 | |
5841 2007-02-22 John W. Eaton <jwe@octave.org> | |
5842 | |
5843 * miscellaneous/doc.m: If index search fails, try again without | |
5844 the index search option. | |
5845 | |
6339 | 5846 2007-02-22 David Bateman <dbateman@free.fr> |
5847 | |
6341 | 5848 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5849 | |
6340 | 5850 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5851 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5852 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5853 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5854 and randp to accelerate. | |
5855 | |
6339 | 5856 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5857 | |
6338 | 5858 2007-02-22 John W. Eaton <jwe@octave.org> |
5859 | |
5860 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5861 cache data and display after xlim and ylim have been determined. | |
5862 | |
6337 | 5863 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5864 | |
5865 * plot/__uiobject_draw_axes__.m: | |
5866 Allow multiple images to be displayed with gnuplot. | |
5867 | |
6333 | 5868 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5869 | |
5870 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5871 for versions of GLPK 4.15 and later. | |
5872 | |
6328 | 5873 2007-02-19 John W. Eaton <jwe@octave.org> |
5874 | |
5875 * plot/__uiobject_alloc__.in: If next available element in | |
5876 __uiobject_list__ is 0, grow list before doing anything else. | |
5877 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5878 first call when size of __uiobject_list__ is 0. | |
5879 | |
6323 | 5880 2007-02-16 John W. Eaton <jwe@octave.org> |
5881 | |
5882 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5883 | |
6321 | 5884 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5885 | |
5886 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5887 | |
6316 | 5888 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5889 | |
5890 * specfun/nchoosek.m: Check nargin. | |
5891 | |
6314 | 5892 2007-02-15 John W. Eaton <jwe@octave.org> |
5893 | |
6315 | 5894 * path/addpath.m, path/rmpath.m: Delete |
5895 * path/Makefile.in (SOURCES): Remove them from the list. | |
5896 | |
6314 | 5897 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5898 Delete title, xlabel, ylabel, and zlabel properties before | |
5899 reassigning. | |
5900 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5901 Don't init outerposition if "mode" is "replace". | |
5902 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5903 If axes nextplot property is replace, pass "replace" as mode arg | |
5904 to __uiobject_axes_init__. | |
5905 | |
6308 | 5906 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5907 | |
6310 | 5908 * image/imshow.m: Don't restore old colormap. |
5909 | |
6309 | 5910 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5911 * image/__img__.m: New file containing common parts of image.m and | |
5912 imshow.m. | |
6312 | 5913 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5914 * image/image.m, image/imshow.m: Call __img__. |
5915 * plot/__uiobject_draw_axes__.m: | |
5916 Handle rgb imaged data stored in 3-d arrays. | |
5917 | |
6308 | 5918 * plot/figure.m: Doc fix. |
5919 | |
6304 | 5920 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5921 | |
5922 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5923 for reading and writing data. New tests. Improve rounding. | |
5924 | |
6302 | 5925 2007-02-13 John W. Eaton <jwe@octave.org> |
5926 | |
6303 | 5927 * plot/stem.m: New file, adapted from OctPlot. |
5928 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5929 | |
6302 | 5930 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5931 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5932 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5933 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5934 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5935 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5936 plot/semilogyerr.m: Return handles to line objects. | |
5937 | |
6301 | 5938 2007-02-11 John W. Eaton <jwe@octave.org> |
5939 | |
5940 * plot/__uiobject_close_all.m: New file. | |
5941 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5942 | |
6298 | 5943 2007-02-10 John W. Eaton <jwe@octave.org> |
5944 | |
5945 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5946 * plot/__uiobject_globals__.m: Don't call mlock. | |
5947 | |
5948 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5949 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5950 before calling pclose. | |
5951 | |
6291 | 5952 2007-02-09 John W. Eaton <jwe@octave.org> |
5953 | |
6295 | 5954 * plot/subplot.m: Delete spurious call to axes. |
5955 | |
6293 | 5956 * plot/figure.m: Call drawnow for current figure before creating |
5957 or switching to a new figure. | |
5958 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5959 nargin == 0 case. | |
5960 | |
6291 | 5961 * testfun/assert.m: Try to avoid problems when comparisons involve |
5962 strange values like Inf+NaNi. | |
5963 | |
6283 | 5964 2007-02-08 John W. Eaton <jwe@octave.org> |
5965 | |
6286 | 5966 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5967 and check gnuplot_use_title_option instead of just assuming -title | |
5968 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5969 | |
6285 | 5970 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5971 | |
6284 | 5972 * audio/Makefile.in, control/base/Makefile.in, |
5973 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5974 control/system/Makefile.in, control/util/Makefile.in, | |
5975 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5976 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5977 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5978 optimization/Makefile.in, plot/Makefile.in, | |
5979 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5980 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5981 special-matrix/Makefile.in, startup/Makefile.in, | |
5982 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5983 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5984 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5985 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5986 | |
6283 | 5987 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5988 only given property list. | |
5989 | |
6278 | 5990 2007-02-07 John W. Eaton <jwe@octave.org> |
5991 | |
6280 | 5992 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5993 properties. | |
5994 | |
6278 | 5995 * plot/sombrero.m: Call box ("off") after mesh. |
5996 | |
5997 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5998 line default" commands with older versions of gnuplot. | |
5999 | |
6000 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6001 | |
6273 | 6002 2007-02-06 John W. Eaton <jwe@octave.org> |
6003 | |
6004 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6005 * sparse/gplot.m: Use line style - instead of 1. | |
6006 | |
6272 | 6007 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6008 | |
6009 * plot/print.m: Avoid error message from cellidx. | |
6010 | |
6011 2007-02-05 John W. Eaton <jwe@octave.org> | |
6012 | |
6013 * plot/legend.m: Fix check for data. | |
6014 | |
6270 | 6015 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6016 | |
6017 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6018 Always set lt and pt. | |
6019 | |
6269 | 6020 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6021 | |
6022 * plot/contourc.m: Correctly compute X and Y. | |
6023 | |
6268 | 6024 2007-02-05 John W. Eaton <jwe@octave.org> |
6025 | |
6026 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6027 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6028 | |
6264 | 6029 2007-02-01 John W. Eaton <jwe@octave.org> |
6030 | |
6266 | 6031 * plot/__uiobject_draw_axes__.m: |
6032 Don't try to set axis limits unless we have data. | |
6033 | |
6264 | 6034 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6035 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6036 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6037 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6038 instead of of key and fmt strings. | |
6039 | |
6040 * plot/__pltopt1__.m: Greatly simplify. | |
6041 | |
6042 * plot/__next_line_color__.m: New file. | |
6043 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6044 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6045 | |
6046 * plot/__default_plot_options__.m: New file. | |
6047 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6048 | |
6049 * plot/__plt3__.m: Delete. | |
6050 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6051 | |
6259 | 6052 2007-01-31 John W. Eaton <jwe@octave.org> |
6053 | |
6263 | 6054 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6055 linestyle, linewidth, marker, and markersize properties. | |
6056 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6057 colors and widths, and line styles. | |
6058 | |
6059 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6060 |
6261 | 6061 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6062 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6063 | |
6064 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6065 __gnuplot_save_data__. | |
6066 | |
6259 | 6067 * image/image.m: Accept 2 args, but ignore the second for now. |
6068 | |
6258 | 6069 2007-01-30 David Bateman <dbateman@free.fr> |
6070 | |
6071 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6072 to flag a package as to be autoloaded. Add install flags -noauto, | |
6073 -auto to force autoload behavior. | |
6074 (installed_packages): Make list of installed packages unique. | |
6075 | |
6259 | 6076 2007-01-30 John W. Eaton <jwe@octave.org> |
6077 | |
6078 * Merge of changes from graphics-branch: | |
6079 | |
6080 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6081 |
6082 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6083 | |
6084 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6085 property if it exists. | |
6086 | |
6259 | 6087 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6088 |
6089 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6090 min values outside of loop over child objects. | |
6091 | |
6092 * plot/contour.m, plot/contourc.m: New files. | |
6093 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6094 | |
6095 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6096 find a gnuplot version newer than 4.0. | |
6097 * image/__img_gnuplot__.m: Delete. | |
6098 * image/image.m: Create image graphics object. | |
6099 Call newplot to setup and drawnow to finish. | |
6100 Eliminate ZOOM arg. | |
6101 | |
6102 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6103 | |
6104 * plot/legend.m: Eliminate useless variable "warned". | |
6105 | |
6106 * plot/__uiobject_image_ctor__.m: New file. | |
6107 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6108 | |
6109 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6110 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6111 | |
6112 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6113 | |
6114 * plot/__default_colormap__.m: New file. | |
6115 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6116 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6117 property. | |
6118 * image/colormap.m: Use colormap property of current figure | |
6119 to store colormap instead of using persistent variable. | |
6120 Call __default_colormap__ to get default map value. | |
6121 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6122 | |
6123 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6124 Handle some tick mark options. | |
6125 | |
6126 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6127 set corresponding *mode to "manual". If we set dataaspectratio, | |
6128 set dataaspectratiomode to "manual". | |
6129 | |
6130 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6131 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6132 | |
6133 * plot/axis.m: New file. | |
6134 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6135 | |
6136 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6137 set corresponding *limmode to "manual". | |
6138 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6139 Use it to compute autosclaled limits. | |
6140 Arg is now handle, not object. Change all callers. | |
6141 Compute data limits. | |
6142 | |
6259 | 6143 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6144 |
6145 * plot/drawnow: Fix visibility check for zero args. | |
6146 | |
6147 * plot/text.m: New file. | |
6148 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6149 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6150 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6151 horizontalalignment properties. | |
6152 | |
6153 * plot/figure.m: Set options for f we just constructed or were | |
6154 given as an argument, not gcf. Only return handle if nargout > 0. | |
6155 | |
6156 * plot/drawnow.m: Handle visible field for figure here. | |
6157 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6158 | |
6159 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6160 title and axis labels. | |
6161 | |
6162 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6163 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6164 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6165 * plot/view.m: New file. | |
6166 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6167 | |
6168 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6169 Call __request_drawnow__. | |
6170 | |
6171 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6172 | |
6173 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6174 Call set to set properties. Return handle instead of structure. | |
6175 Change all callers. | |
6176 | |
6177 * plot/__uiobject_axes_setr__.m: New file. | |
6178 * plot/set.in: Check for __setter__ field. | |
6179 | |
6180 * plot/__uiobject_axes_init__.in: | |
6181 Rename from plot/__uiobject_axes_init__.m. | |
6182 Include __uiobject_globals__. | |
6183 Accept handle as arg instead of structure | |
6184 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6185 from the list. | |
6186 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6187 | |
6259 | 6188 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6189 |
6190 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6191 | |
6192 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6193 initializing each global variable. | |
6194 | |
6259 | 6195 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6196 |
6197 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6198 __uiobject_figure_handles_free_list__): New global variables. | |
6199 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6200 Place unused handles on the free list. | |
6201 | |
6202 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6203 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6204 | |
6205 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6206 handles here. Return figure handle. | |
6207 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6208 | |
6259 | 6209 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6210 |
6211 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6212 data for gnuplot. | |
6213 | |
6214 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6215 files. | |
6216 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6217 (DISTFILES): Include include-globals.awk in the list. | |
6218 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6219 ($(GEN_M) : %.m : %.in): New rule. | |
6220 | |
6221 * include-globals.awk: New file. | |
6222 | |
6223 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6224 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6225 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6226 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6227 plot/__uiobject_init_root_figure__.in, | |
6228 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6229 Rename from corresponding .m files. | |
6230 | |
6231 * move-if-change: New file. | |
6232 | |
6233 * plot/__uiobject_delete__.m: New file. | |
6234 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6235 plot/__uiobject_delete_child__.m: Delete. | |
6236 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6237 not a character string. | |
6238 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6239 Fix assignment to tmp key value in loop. | |
6240 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6241 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6242 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6243 Inline code to delete children. | |
6244 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6245 __uiobject_list__. | |
6246 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6247 and free child. | |
6248 | |
6259 | 6249 2006-12-08 John W. Eaton <jwe@octave.org> |
6250 | |
6251 * plot/gcf.m: Check if the root figure object's currentfigure | |
6252 handle is empty, not 0. | |
6253 * plot/__uiobject_root_figure_ctor__.m: | |
6254 Set currentfigure to [], not 0. | |
6255 | |
6256 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6257 | |
6258 2006-12-07 John W. Eaton <jwe@octave.org> | |
6259 | |
6260 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6261 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6262 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6263 plot/__uiobject_delete_children__.m, | |
6264 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6265 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6266 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6267 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6268 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6269 plot/__uiobject_init_figure__.m, | |
6270 plot/__uiobject_init_root_figure__.m, | |
6271 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6272 plot/__uiobject_remove_child__.m, | |
6273 plot/__uiobject_root_figure_ctor__.m, | |
6274 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6275 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6276 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6277 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6278 plot/set.m: New files. | |
6279 | |
6280 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6281 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6282 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6283 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6284 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6285 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6286 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6287 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6288 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6289 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6290 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6291 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6292 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6293 plot/semilogyerr.m, plot/replot.m: | |
6294 Adapt to new graphics data structure. | |
6295 | |
6296 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6297 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6298 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6299 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6300 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6301 plot/plot_border.m, plot/subwindow.m: Delete. | |
6302 | |
6303 2007-01-24 David Bateman <dbateman@free.fr> | |
6304 | |
6305 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6306 Delete bare newline in string passed to write_INDEX. | |
6307 | |
6308 * sparse/sprandsym.m: Make work for even values of N. | |
6309 | |
6310 2007-01-24 John W. Eaton <jwe@octave.org> | |
6311 | |
6312 * miscellaneous/news.m: New file. | |
6313 | |
6314 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6315 | |
6316 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6317 | |
6318 * strings/strncmp.m: Delete (we now have a built-in version). | |
6319 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6320 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6321 |
6322 * testfun/test.m: Check for all files in path, use first found. | |
6323 | |
6324 2007-01-22 David Bateman <dbateman@free.fr> | |
6325 | |
6326 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6327 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6328 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6329 |
6330 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6331 file name. | |
6332 | |
6333 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6334 nargout is 1. Handle colormaps that have too few colors. | |
6335 | |
6336 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6337 (configure_make): Use fullfile instead of concatenating with "/". | |
6338 | |
6258 | 6339 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6340 | |
6341 * set/ismember.m: Handle N-d arrays. | |
6342 | |
6343 2007-01-10 David Bateman <dbateman@free.fr> | |
6344 | |
6345 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6346 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6347 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6348 New files. | |
6349 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6350 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6351 |
6778 | 6352 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6353 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6354 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6355 |
6356 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6357 instead of concatenating with "/". Use mlock to ensure that | |
6358 persistent variables are not clobbered if user types clear all. | |
6359 | |
6360 2007-01-08 John W. Eaton <jwe@octave.org> | |
6361 | |
6362 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6363 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
|
6364 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6365 |
6366 2007-01-05 John W. Eaton <jwe@octave.org> | |
6367 | |
6368 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6369 New files. | |
6370 | |
6371 2006-12-30 John W. Eaton <jwe@octave.org> | |
6372 | |
6373 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6374 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6375 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6376 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6377 |
6378 * image/imshow.m: Strip NaNs from image. | |
6379 | |
6380 2006-12-08 David Bateman <dbateman@free.fr> | |
6381 | |
6382 * sparse/normest.m: New file. | |
6383 | |
6286 | 6384 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6385 |
6210 | 6386 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6387 Work on Windows systems without cp or mv. | |
6388 | |
6209 | 6389 * startup/inputrc: Include sequences for Windows. |
6390 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6391 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6392 |
6393 * pkg/pkg.m (unload_packages): New function. | |
6394 (pkg): Handle unload action. | |
6395 | |
6396 * __errplot__.m: Add missing semicolon. | |
6397 | |
6193 | 6398 2006-11-30 John W. Eaton <jwe@octave.org> |
6399 | |
6400 * miscellaneous/mexext.m: New file. | |
6401 | |
6189 | 6402 2006-11-29 David Bateman <dbateman@free.fr> |
6403 | |
6404 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6405 location of package lists to be probed and set. | |
6406 | |
6179 | 6407 2006-11-17 John W. Eaton <jwe@octave.org> |
6408 | |
6181 | 6409 * plot/__render_plot1__.m: Reverse y axis for images. |
6410 | |
6179 | 6411 * plot/__render_plot__.m: New args, terminal and output. |
6412 * plot/print.m: Don't set output and term here. Instead, call | |
6413 __render_plot__ with terminal and output. | |
6414 | |
6178 | 6415 2006-11-16 John W. Eaton <jwe@octave.org> |
6416 | |
6417 * plot/__render_plot1__.m: New file. | |
6418 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6419 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6420 gnuplot. Let __render_plot__ do that. | |
6421 | |
6177 | 6422 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6423 | |
6424 * plot/plot.m: Fix doc string. | |
6425 | |
6173 | 6426 2006-11-16 John W. Eaton <jwe@octave.org> |
6427 | |
6428 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6429 before sending anything to the plotter. | |
6430 | |
6172 | 6431 2006-11-15 John W. Eaton <jwe@octave.org> |
6432 | |
6433 * image/__img_gnuplot__.m: Store more info in global plot | |
6434 structures and use __render_plot__ to build plot command to | |
6435 display image. | |
6436 | |
6437 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6438 | |
6439 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6440 __plot_command_sep__): Delete. | |
6441 (__plot_data_type__, __plot_data_parametric__, | |
6442 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6443 __plot_usingstr__, __plot_withstr__): New variables. | |
6444 * plot/__init_plot_vars__.m: Initialize them. | |
6445 | |
6446 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6447 Don't handle sep or cmd. | |
6448 | |
6449 * plot/__render_plot__.m: New function. | |
6450 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6451 Store more info in global plot structures and use __render_plot__ | |
6452 to build plot command. | |
6453 * plot/replot.m: Simply call __render_plot__. | |
6454 | |
6455 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6456 Set __plot_data_parametric__ here. | |
6457 | |
6164 | 6458 2006-11-14 John W. Eaton <jwe@octave.org> |
6459 | |
6166 | 6460 * plot/bottom_title.m, plot/top_title.m: Delete. |
6461 | |
6164 | 6462 * image/image_viewer.m: Set default values here. |
6463 * image/image.m: Not here. | |
6464 | |
6465 * image/image_viewer.m: Always return old values. Check arguments. | |
6466 * image/__img_gnuplot__.m: Rename from __img__m. | |
6467 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6468 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6469 |
6470 * image/image_viewer.m: New function. | |
6471 * image/__img_via_file__.m: New function. | |
6472 * image/image.m: Use image_viewer to determine which program to | |
6473 use for image viewing. | |
6754 | 6474 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6475 |
6163 | 6476 2006-11-14 John W. Eaton <jwe@octave.org> |
6477 | |
6478 * plot/__do_legend__.m, plot/__errplot__.m, | |
6479 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6480 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6481 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6482 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6483 Use __plot_globals__ for multiplot variables. Keep track of | |
6484 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6485 | |
6157 | 6486 2006-11-13 John W. Eaton <jwe@octave.org> |
6487 | |
6158 | 6488 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6489 | |
6157 | 6490 * miscellaneous/substruct.m: New function. |
6491 | |
6492 * testfun/assert.m: Force orientation to match when comparing | |
6493 struct elements. | |
6494 | |
6495 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6496 when comparing structs. | |
6497 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6498 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6499 |
6754 | 6500 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6501 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6502 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6503 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6504 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6505 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6506 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6507 |
6156 | 6508 2006-11-13 John W. Eaton <jwe@octave.org> |
6509 | |
6510 * plot/mesh.m: Use size_equal to compare dimensions. | |
6511 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6512 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6513 |
6514 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6515 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6516 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6517 |
6518 * miscellaneous/copyfile.m: Fix docs to match function. | |
6519 | |
6145 | 6520 2006-11-08 John W. Eaton <jwe@octave.org> |
6521 | |
6146 | 6522 * plot/legend.m: New function, adapted from Octave Forge. |
6523 | |
6524 * plot/__do_legend__.m: New function. | |
6525 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6526 plot/replot.m: Call it before plotting. | |
6527 | |
6528 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6529 noparametric" to gnuplot.. | |
6530 | |
6531 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6532 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6533 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6534 and return key title separate from line format. Accept format and | |
6535 key as cellstr. Always return data as cell array. Return format | |
6536 and key title as cellstr. | |
6537 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6538 Handle line format and key titles separately. | |
6539 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6540 | |
6541 * plot/__plot_globals__.m (__plot_line_offset__, | |
6542 __plot_key_labels__, __plot_key_properties__): New global | |
6543 variables. Initialize them. | |
6544 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6545 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6546 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6547 (__plot_line_offset__, __plot_key_labels__, | |
6548 __plot_key_properties__): Store information about plot key titles. | |
6549 | |
6550 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6551 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6552 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6553 respectively. | |
6554 | |
6555 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6556 | |
6145 | 6557 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6558 whle concatenating args. | |
6559 | |
6144 | 6560 2006-11-07 John W. Eaton <jwe@octave.org> |
6561 | |
6562 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6563 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6564 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6565 |
6143 | 6566 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6567 option to regexp. | |
6568 | |
6142 | 6569 * image/__img__.m: Send "set size ratio -1" before plotting. |
6570 | |
6138 | 6571 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6572 | |
6139 | 6573 * strings/index.m: New arg, direction. Simplify and speed up. |
6574 * strings/rindex.m: Implement using index (..., "last"); | |
6575 | |
6754 | 6576 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6577 |
6130 | 6578 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6579 | |
6580 * general/__isequal__.m: Test size and class more consistently. | |
6581 | |
6116 | 6582 2006-10-27 John W. Eaton <jwe@octave.org> |
6583 | |
6117 | 6584 * miscellaneous/ls_command.m: Use /D instead of /w. |
6585 From Michael Goffioul <michael.goffioul@swing.be>. | |
6586 | |
6116 | 6587 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6588 * miscellaneous/dir.m: Mark as a command. | |
6589 | |
6112 | 6590 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6591 | |
6592 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6593 | |
6088 | 6594 2006-10-25 John W. Eaton <jwe@octave.org> |
6595 | |
6596 * image/image.m: Set x = y = [] when nargin == 0; | |
6597 | |
6598 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6599 | |
6600 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6601 * image/__img__.m: New file, originally from | |
6602 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6603 | |
6087 | 6604 2006-10-25 John W. Eaton <jwe@octave.org> |
6605 | |
6606 * plot/__gnuplot_version__.m: New function, originally from | |
6607 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6608 Quentin Spencer <qspencer@ieee.org>. | |
6609 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6610 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6611 |
6612 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6613 | |
6081 | 6614 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6615 | |
6616 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6617 miscellaneous/gunzip.m: New files. | |
6618 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6619 Call unpack to do the real work. | |
6620 | |
6075 | 6621 2006-10-24 John W. Eaton <jwe@octave.org> |
6622 | |
6078 | 6623 * plot/plot3.m: If we have a format string, then also pass using |
6624 string to __plt3__. | |
6625 | |
6077 | 6626 * plot/sombrero.m: Don't return anything if nargout == 0. |
6627 | |
6075 | 6628 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6629 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6630 |
6069 | 6631 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6632 | |
6633 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6634 Quote filenames in shell commands. | |
6635 | |
6055 | 6636 2006-10-17 David Bateman <dbateman@free.fr> |
6637 | |
6638 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6639 the package directory is missing. | |
6640 | |
6052 | 6641 2006-10-13 John W. Eaton <jwe@octave.org> |
6642 | |
6643 * plot/box.m: New function. | |
6644 | |
6050 | 6645 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6646 | |
6647 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6648 | |
6049 | 6649 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6650 | |
6651 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6652 | |
6047 | 6653 2006-10-10 John W. Eaton <jwe@octave.org> |
6654 | |
6655 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6656 | |
6046 | 6657 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6658 | |
6659 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6660 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6661 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6662 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6663 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6664 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6665 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6666 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6667 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6668 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6669 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6670 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6671 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6672 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6673 control/system/buildssic.m, control/system/c2d.m, | |
6674 control/system/cellidx.m, control/system/d2c.m, | |
6675 control/system/dmr2d.m, control/system/fir2sys.m, | |
6676 control/system/is_abcd.m, control/system/is_controllable.m, | |
6677 control/system/is_detectable.m, control/system/is_digital.m, | |
6678 control/system/is_observable.m, control/system/is_siso.m, | |
6679 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6680 control/system/jet707.m, control/system/listidx.m, | |
6681 control/system/ord2.m, control/system/parallel.m, | |
6682 control/system/ss.m, control/system/ss2zp.m, | |
6683 control/system/starp.m, control/system/sys2ss.m, | |
6684 control/system/sys2tf.m, control/system/sys2zp.m, | |
6685 control/system/sysadd.m, control/system/sysappend.m, | |
6686 control/system/syschtsam.m, control/system/sysconnect.m, | |
6687 control/system/syscont.m, control/system/sysdimensions.m, | |
6688 control/system/sysdisc.m, control/system/sysdup.m, | |
6689 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6690 control/system/sysgroup.m, control/system/sysidx.m, | |
6691 control/system/sysmin.m, control/system/sysmult.m, | |
6692 control/system/sysout.m, control/system/sysprune.m, | |
6693 control/system/sysscale.m, control/system/syssetsignals.m, | |
6694 control/system/syssub.m, control/system/sysupdate.m, | |
6695 control/system/tf.m, control/system/tfout.m, | |
6696 control/system/ugain.m, control/system/zp.m, | |
6697 control/system/zpout.m, control/util/__outlist__.m, | |
6698 control/util/__zgpbal__.m, control/util/prompt.m, | |
6699 control/util/sortcom.m, control/util/strappend.m, | |
6700 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6701 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6702 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6703 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6704 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6705 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6706 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6707 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6708 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6709 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6710 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6711 general/ind2sub.m, general/int2str.m, | |
6712 general/is_duplicate_entry.m, general/isdefinite.m, | |
6713 general/isequal.m, general/isequalwithequalnans.m, | |
6714 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6715 general/isvector.m, general/logical.m, general/logspace.m, | |
6716 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6717 general/perror.m, general/postpad.m, general/prepad.m, | |
6718 general/randperm.m, general/rem.m, general/repmat.m, | |
6719 general/rot90.m, general/rotdim.m, general/shift.m, | |
6720 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6721 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6722 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6723 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6724 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6725 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6726 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6727 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6728 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6729 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6730 linear-algebra/logm.m, linear-algebra/norm.m, | |
6731 linear-algebra/null.m, linear-algebra/orth.m, | |
6732 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6733 linear-algebra/trace.m, linear-algebra/vec.m, | |
6734 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6735 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6736 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6737 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6738 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6739 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6740 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6741 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6742 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6743 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6744 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6745 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6746 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6747 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6748 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6749 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6750 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6751 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6752 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6753 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6754 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6755 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6756 polynomial/polyder.m, polynomial/polyderiv.m, | |
6757 polynomial/polyfit.m, polynomial/polygcd.m, | |
6758 polynomial/polyinteg.m, polynomial/polyout.m, | |
6759 polynomial/polyreduce.m, polynomial/polyval.m, | |
6760 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6761 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6762 set/complement.m, set/create_set.m, set/intersect.m, | |
6763 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6764 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6765 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6766 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6767 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6768 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6769 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6770 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6771 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6772 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6773 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6774 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6775 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6776 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6777 special-matrix/hankel.m, special-matrix/hilb.m, | |
6778 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6779 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6780 statistics/base/center.m, statistics/base/cloglog.m, | |
6781 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6782 statistics/base/cov.m, statistics/base/cut.m, | |
6783 statistics/base/gls.m, statistics/base/iqr.m, | |
6784 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6785 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6786 statistics/base/mean.m, statistics/base/meansq.m, | |
6787 statistics/base/median.m, statistics/base/moment.m, | |
6788 statistics/base/ols.m, statistics/base/ppplot.m, | |
6789 statistics/base/probit.m, statistics/base/qqplot.m, | |
6790 statistics/base/range.m, statistics/base/ranks.m, | |
6791 statistics/base/run_count.m, statistics/base/skewness.m, | |
6792 statistics/base/spearman.m, statistics/base/statistics.m, | |
6793 statistics/base/std.m, statistics/base/studentize.m, | |
6794 statistics/base/table.m, statistics/base/values.m, | |
6795 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6796 statistics/distributions/betainv.m, | |
6797 statistics/distributions/betapdf.m, | |
6798 statistics/distributions/betarnd.m, | |
6799 statistics/distributions/binocdf.m, | |
6800 statistics/distributions/binoinv.m, | |
6801 statistics/distributions/binopdf.m, | |
6802 statistics/distributions/binornd.m, | |
6803 statistics/distributions/cauchy_cdf.m, | |
6804 statistics/distributions/cauchy_inv.m, | |
6805 statistics/distributions/cauchy_pdf.m, | |
6806 statistics/distributions/cauchy_rnd.m, | |
6807 statistics/distributions/chi2cdf.m, | |
6808 statistics/distributions/chi2inv.m, | |
6809 statistics/distributions/chi2pdf.m, | |
6810 statistics/distributions/chi2rnd.m, | |
6811 statistics/distributions/discrete_cdf.m, | |
6812 statistics/distributions/discrete_inv.m, | |
6813 statistics/distributions/discrete_pdf.m, | |
6814 statistics/distributions/discrete_rnd.m, | |
6815 statistics/distributions/empirical_rnd.m, | |
6816 statistics/distributions/expcdf.m, | |
6817 statistics/distributions/expinv.m, | |
6818 statistics/distributions/exppdf.m, | |
6819 statistics/distributions/exprnd.m, | |
6820 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6821 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6822 statistics/distributions/gamcdf.m, | |
6823 statistics/distributions/gaminv.m, | |
6824 statistics/distributions/gampdf.m, | |
6825 statistics/distributions/gamrnd.m, | |
6826 statistics/distributions/geocdf.m, | |
6827 statistics/distributions/geoinv.m, | |
6828 statistics/distributions/geopdf.m, | |
6829 statistics/distributions/geornd.m, | |
6830 statistics/distributions/hygecdf.m, | |
6831 statistics/distributions/hygeinv.m, | |
6832 statistics/distributions/hygepdf.m, | |
6833 statistics/distributions/hygernd.m, | |
6834 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6835 statistics/distributions/laplace_cdf.m, | |
6836 statistics/distributions/laplace_inv.m, | |
6837 statistics/distributions/laplace_pdf.m, | |
6838 statistics/distributions/laplace_rnd.m, | |
6839 statistics/distributions/logistic_cdf.m, | |
6840 statistics/distributions/logistic_inv.m, | |
6841 statistics/distributions/logistic_pdf.m, | |
6842 statistics/distributions/logistic_rnd.m, | |
6843 statistics/distributions/logncdf.m, | |
6844 statistics/distributions/logninv.m, | |
6845 statistics/distributions/lognpdf.m, | |
6846 statistics/distributions/lognrnd.m, | |
6847 statistics/distributions/normcdf.m, | |
6848 statistics/distributions/norminv.m, | |
6849 statistics/distributions/normpdf.m, | |
6850 statistics/distributions/normrnd.m, | |
6851 statistics/distributions/pascal_cdf.m, | |
6852 statistics/distributions/pascal_inv.m, | |
6853 statistics/distributions/pascal_pdf.m, | |
6854 statistics/distributions/pascal_rnd.m, | |
6855 statistics/distributions/poisscdf.m, | |
6856 statistics/distributions/poissinv.m, | |
6857 statistics/distributions/poisspdf.m, | |
6858 statistics/distributions/poissrnd.m, | |
6859 statistics/distributions/stdnormal_cdf.m, | |
6860 statistics/distributions/stdnormal_inv.m, | |
6861 statistics/distributions/stdnormal_pdf.m, | |
6862 statistics/distributions/stdnormal_rnd.m, | |
6863 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6864 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6865 statistics/distributions/unifcdf.m, | |
6866 statistics/distributions/unifinv.m, | |
6867 statistics/distributions/unifpdf.m, | |
6868 statistics/distributions/unifrnd.m, | |
6869 statistics/distributions/wblcdf.m, | |
6870 statistics/distributions/wblinv.m, | |
6871 statistics/distributions/wblpdf.m, | |
6872 statistics/distributions/wblrnd.m, | |
6873 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6874 statistics/tests/bartlett_test.m, | |
6875 statistics/tests/chisquare_test_homogeneity.m, | |
6876 statistics/tests/chisquare_test_independence.m, | |
6877 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6878 statistics/tests/hotelling_test.m, | |
6879 statistics/tests/hotelling_test_2.m, | |
6880 statistics/tests/kolmogorov_smirnov_test.m, | |
6881 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6882 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6883 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6884 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6885 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6886 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6887 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6888 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6889 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6890 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6891 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6892 strings/index.m, strings/isletter.m, strings/lower.m, | |
6893 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6894 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6895 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6896 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6897 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6898 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6899 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6900 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6901 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6902 time/etime.m, time/is_leap_year.m: | |
6903 Use print_usage instead of usage. | |
6904 | |
6044 | 6905 2006-10-09 David Bateman <dbateman@free.fr> |
6906 | |
6907 * time/datevec.m: Add additional compatible default parsing strings. | |
6908 | |
6395 | 6909 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6910 |
6042 | 6911 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6912 Remove compare_versions subfunction. | |
6913 | |
6914 * miscellaneous/compare_versions.m: New function to compare | |
6915 version numbers as strings with any boolean operators. | |
6916 | |
6041 | 6917 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6918 file exists. | |
6919 | |
6036 | 6920 2006-10-04 John W. Eaton <jwe@octave.org> |
6921 | |
6922 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6923 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6924 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 6925 |
6037 | 6926 * pkg/pkg.m: Update docs. Handle prefix option. |
6927 Handle dependencies for load option. | |
6032 | 6928 |
6029 | 6929 2006-10-04 John W. Eaton <jwe@octave.org> |
6930 | |
6030 | 6931 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6932 | |
6933 * plot/clg.m: Delete. | |
6934 * plot/__init_plot_vars__.m: New function. | |
6935 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6936 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6937 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 6938 |
6939 * pkg/pkg.m: Avoid calling addpath with no args. | |
6940 | |
6024 | 6941 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6942 | |
6943 * audio/loadaudio.m, control/base/nyquist.m, | |
6944 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6945 linear-algebra/krylov.m, statistics/base/center.m, | |
6946 statistics/base/median.m, statistics/base/std.m, | |
6947 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6948 find first or last element matching a condition. | |
6949 | |
6023 | 6950 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6951 | |
6952 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6953 general/__isequal__.m: Minimize looping using cellfun. | |
6954 | |
6020 | 6955 2006-10-02 David Bateman <dbateman@free.fr> |
6956 | |
6957 * pkg/pkg.m (copy_files): always create installation directory. | |
6958 | |
6016 | 6959 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6960 | |
6961 * miscellaneous/doc.m: Swap file and directory args to info. | |
6962 | |
6963 2006-10-01 Arno Onken <whyly@gmx.net> | |
6964 | |
6965 * statistics/distributions/exprnd.m: Fix typo. | |
6966 | |
6014 | 6967 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6968 | |
6969 * polynomial/ppval.m: Use .' instead of '. | |
6970 * polynomial/spline.m: Likewise. New tests. | |
6971 | |
6004 | 6972 2006-09-26 David Bateman <dbateman@free.fr> |
6973 | |
6974 * __plt3__.m: Using global variables __plot_data__, | |
6975 __plot_data_offset__ and __plot_command__ to store plots and | |
6976 correctly handle multiplots, and hold state. Only accept a single | |
6977 data parameter plus, using, format and with strings. Remove | |
6978 setting of gnuplot parameters. | |
6979 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6980 * __setup_plot__.m: Convert to a function and pass the plotting | |
6981 command to use. | |
6982 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6983 * contour.m: Use unwind protect on the parametric state of plot | |
6984 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6985 * mesh.m: ditto. | |
6986 * plot3.m: Error checking, setting of parametric state and | |
6987 formation of matrix to plot moved from old __plt3__. | |
6988 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6989 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6990 |
5997 | 6991 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6992 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6993 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 6994 |
6995 * signal/filter2.m: Correct texinfo doc. | |
6996 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6997 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6998 |
6999 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7000 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7001 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7002 |
7003 * pkg/pkg.m (prepare_installation): Don't create package | |
7004 installation directory here. | |
7005 (copy_files): Create it here instead, to avoid issues with | |
7006 upgrades. Also install the COPYING file in packinfo. | |
7007 | |
5989 | 7008 2006-09-13 John W. Eaton <jwe@octave.org> |
7009 | |
7010 * general/blkdiag.m: Adjust to new cellfun rules. | |
7011 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7012 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7013 |
7014 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7015 error message for archive name not matching package name. | |
7016 (installed_packages): Size header of printed results to | |
7017 arguments. Sort the list of installed packages before printing | |
7018 them. | |
7019 | |
5986 | 7020 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7021 | |
7022 * signal/freqz.m: Update tests. | |
7023 | |
7024 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7025 | |
7026 * signal/freqz.m: Corretly postpad arrays. | |
7027 Don't call fliplr on a column vector. | |
7028 | |
5984 | 7029 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7030 | |
7031 * general/shiftdim.m: Use permute instead of reshape. | |
7032 | |
5981 | 7033 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7034 | |
7035 * miscellaneous/parseparams.m: New function. | |
7036 | |
5980 | 7037 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7038 | |
7039 * miscellaneous/doc.m: Swap order of --file and --directory | |
7040 options for info program invocation. | |
7041 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7042 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7043 |
5987 | 7044 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7045 previous change. |
7046 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7047 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7048 |
7049 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7050 absence of trailing "/" in OCTAVE_HOME. | |
7051 | |
5973 | 7052 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7053 | |
7054 * time/datenum.m: Allow arg to be character string. | |
7055 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7056 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7057 |
7058 * pkg/pkg.m (install): Verify that package name correponds to the | |
7059 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7060 they are empty. If package directory is empty, remove it to fail | |
7061 gracefully for system specific packages. | |
7062 (extract_pkgadd, create_pkgadd): delete. | |
7063 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7064 (copy_files): Install both bin/ and doc/ directories, adding the | |
7065 bin/ to the EXEC_PATH when the package is loaded. | |
7066 | |
5962 | 7067 2006-08-24 John W. Eaton <jwe@octave.org> |
7068 | |
7069 * image/saveimage.m: Use logical indexing instead of | |
7070 indices computed by calling find on the logical index. | |
7071 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7072 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7073 |
5967 | 7074 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7075 Use logical indexing instead of indices computed by calling find |
7076 on the logical index. | |
7077 | |
7078 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7079 |
5959 | 7080 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7081 | |
7082 * control/system/tf2zp.m: Simplify gain calculation. | |
7083 | |
5958 | 7084 2006-08-23 John W. Eaton <jwe@octave.org> |
7085 | |
7086 * plot/__plt__.m: Insert using clauses for all plots. | |
7087 | |
5957 | 7088 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7089 | |
7090 * control/system/sysscale.m: Call tf and zp with correct number of | |
7091 args. | |
7092 | |
5955 | 7093 2006-08-22 David Bateman <dbateman@free.fr> |
7094 | |
7095 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7096 Search inst/*.m and src/*.m files in the package for | |
7097 PKG_ADD directives and append user supplied PKG_ADD. | |
7098 (pkg): Call create_pkgadd after copying files. | |
7099 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7100 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7101 |
7102 * pkg/pkg.m: Handle multiple packages in a single file. | |
7103 Insert directory separator between OCTAVE_HOME and rest of package | |
7104 installation directory. | |
7105 | |
7106 2006-08-21 John W. Eaton <jwe@octave.org> | |
7107 | |
7108 * general/num2str.m: Early return if arg is empty. | |
7109 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7110 | |
5946 | 7111 2006-08-21 David Bateman <dbateman@free.fr> |
7112 | |
7113 * strings/mat2str.m: Compute NC before using. | |
7114 | |
5937 | 7115 2006-08-17 John W. Eaton <jwe@octave.org> |
7116 | |
7117 * audio/wavread.m: Fix calculation of sample count. | |
7118 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7119 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7120 |
7121 * image/imshow.m: New Matlab-compatible version. | |
7122 | |
5930 | 7123 2006-08-15 John W. Eaton <jwe@octave.org> |
7124 | |
7125 * deprecated/is_global.m: Delete. | |
7126 | |
5928 | 7127 2006-08-14 John W. Eaton <jwe@octave.org> |
7128 | |
7129 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7130 | |
5926 | 7131 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7132 | |
7133 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7134 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7135 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7136 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7137 |
6778 | 7138 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7139 Use addpath and rmpath instead of manipulating LOADPATH. |
7140 Handle changes to system function. | |
7141 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7142 recursive directory removal. | |
5922 | 7143 |
5924 | 7144 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7145 | |
6778 | 7146 * colormap.m: Change global variable to persistent. |
5923 | 7147 |
5922 | 7148 * rgb2ind.m: Handle single 3-d array as rgb image. |
7149 | |
5920 | 7150 2006-08-14 John W. Eaton <jwe@octave.org> |
7151 | |
7152 * strings/str2double.m: Fix missing semicolon. | |
7153 | |
5910 | 7154 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7155 | |
7156 * plot/plot3.m: Accept one complex or one real and one complex | |
7157 argument and plot real and imaginary components for y and z. | |
7158 | |
5908 | 7159 2006-07-27 John W. Eaton <jwe@octave.org> |
7160 | |
7161 * testfun/test.m: Call fflush after each block of calls to | |
7162 fprintf, fputs, or fdisp. | |
7163 | |
5904 | 7164 2006-07-26 John W. Eaton <jwe@octave.org> |
7165 | |
7166 * miscellaneous/mex.m: New function. | |
7167 | |
5901 | 7168 2006-07-22 John W. Eaton <jwe@octave.org> |
7169 | |
7170 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7171 | |
5881 | 7172 2006-07-07 John W. Eaton <jwe@octave.org> |
7173 | |
7174 * miscellaneous/orderfields.m: New file. | |
7175 | |
5873 | 7176 2006-06-30 John W. Eaton <jwe@octave.org> |
7177 | |
7178 * time/datevec.m: Make another attempt to account for precision of | |
7179 datenum format. | |
7180 | |
5868 | 7181 2006-06-29 John W. Eaton <jwe@octave.org> |
7182 | |
7183 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7184 Use feval instead of "type -q" to get values now that all the | |
7185 symbols are functions. | |
7186 | |
5860 | 7187 2006-06-16 John W. Eaton <jwe@octave.org> |
7188 | |
7189 * time/datevec.m: Avoid computing log of non-positive values. | |
7190 | |
5859 | 7191 2006-06-14 John W. Eaton <jwe@octave.org> |
7192 | |
7193 * time/datevec.m: Attempt to account for precision of datenum format. | |
7194 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7195 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7196 |
7197 * audio/wavread.m: Fix file range error and add read support for | |
7198 24-bit WAV files. | |
7199 | |
5837 | 7200 2006-06-01 David Bateman <dbateman@free.fr> |
7201 | |
7202 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7203 general/interp1.m, general/gradient.m, general/interp2.m, | |
7204 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7205 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7206 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7207 | |
5835 | 7208 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7209 | |
7210 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7211 * miscellaneous/texas_lotto.m: Fix warning message. | |
7212 | |
5830 | 7213 2006-05-26 John W. Eaton <jwe@octave.org> |
7214 | |
7215 * miscellaneous/doc.m: Also handle nargin == 0. | |
7216 | |
5829 | 7217 2006-05-23 John W. Eaton <jwe@octave.org> |
7218 | |
7219 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7220 really needed. | |
7221 | |
5827 | 7222 2006-05-22 John W. Eaton <jwe@octave.org> |
7223 | |
6754 | 7224 * general/lookup.m: New file from Octave Forge. |
5827 | 7225 |
7226 2006-05-22 David Bateman <dbateman@free.fr> | |
7227 | |
6754 | 7228 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7229 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7230 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7231 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7232 special-matrix/magic.m, special-matrix/hadamard.m, | |
7233 strings/strtok.m: New files from Octave Forge. | |
5827 | 7234 |
5824 | 7235 2006-05-19 David Bateman <dbateman@free.fr> |
7236 | |
7237 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7238 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7239 |
5821 | 7240 2006-05-17 John W. Eaton <jwe@octave.org> |
7241 | |
7242 * set/intersection.m: Delete | |
7243 * deprecated/intersection.m: New file. | |
7244 | |
5820 | 7245 2006-05-17 David Bateman <dbateman@free.fr> |
7246 | |
7247 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7248 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7249 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7250 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7251 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7252 Forge. | |
7253 | |
5809 | 7254 2006-05-11 John W. Eaton <jwe@octave.org> |
7255 | |
5815 | 7256 * path/path.m: Delete (now a built-in function). |
7257 | |
5811 | 7258 * pkg/Makefile.in: New file. |
7259 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7260 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7261 |
5808 | 7262 2006-05-10 John W. Eaton <jwe@octave.org> |
7263 | |
7264 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7265 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7266 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7267 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7268 |
7269 * tar.m, untar.m, unzip.m: New files. | |
7270 | |
5801 | 7271 2006-05-10 John W. Eaton <jwe@octave.org> |
7272 | |
5804 | 7273 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7274 * path/setpath.m: Delete. | |
7275 | |
5801 | 7276 * pkg/pkg.m: New file. |
7277 | |
5798 | 7278 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7279 | |
7280 * plot/plot.m: Doc string fix. | |
7281 | |
7282 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7283 | |
7284 * testfun/speeed.m: Use new interface to unique and assert. | |
7285 Improve documentation. Approximate time complexity from log-log | |
7286 plot. Return time complexity and raw times if requested. The | |
7287 mean ratio is no longer returned. Provide complete control over | |
7288 which n are computed. | |
7289 | |
7290 2006-05-09 John W. Eaton <jwe@octave.org> | |
7291 | |
7292 * path/path.m: Move here from miscellaneous. | |
7293 Adapt to new LOADPATH definition. | |
7294 | |
5789 | 7295 2006-05-03 David Bateman <dbateman@free.fr> |
7296 | |
7297 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7298 explicit uses of a path seperation character with pathsep(). | |
7299 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7300 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7301 |
6778 | 7302 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7303 |
5781 | 7304 2006-04-29 John W. Eaton <jwe@octave.org> |
7305 | |
7306 * startup/main-rcfile: Disable some warnings. | |
7307 | |
5762 | 7308 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7309 | |
7310 * strings/strcmpi.m: Return false instead of error if args are not | |
7311 char or cellstr. | |
7312 | |
5750 | 7313 2006-04-10 John W. Eaton <jwe@octave.org> |
7314 | |
7315 * miscellaneous/dir.m: Ensure that returned structure array is | |
7316 Nx1, not 1xN. | |
7317 | |
5746 | 7318 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7319 | |
7320 * plot/hist.m: Ignore NaN in inputs. | |
7321 | |
5745 | 7322 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7323 | |
7324 * miscellaneous/mkoctfile.m: Doc string fix. | |
7325 | |
5741 | 7326 2006-04-05 John W. Eaton <jwe@octave.org> |
7327 | |
7328 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7329 are both empty. | |
7330 * plot/__plt__.m: Ignore empty data and format strings returned | |
7331 from __plt1__ or __plt2__. | |
7332 | |
5737 | 7333 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7334 | |
6778 | 7335 * set/unique.m: Properly handle single column input when |
5737 | 7336 "rows" is specified. |
7337 | |
5732 | 7338 2006-04-04 John W. Eaton <jwe@octave.org> |
7339 | |
5736 | 7340 * path/setpath.m: New file. |
7341 * path/savepath.m: Use setpath to set path instead of assigning | |
7342 directly to LOADPATH. | |
7343 | |
5732 | 7344 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7345 New files, adapted from Octave Forge by Keith Goodman | |
7346 <kwgoodman@gmail.com>. | |
7347 * path: New directory. | |
7348 * Makefile.in (SUBDIRS): Add it to the list. | |
7349 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7350 | |
5731 | 7351 2006-04-02 David Bateman <dbateman@free.fr> |
7352 | |
7353 * general/tril.m, general.triu.m: | |
7354 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7355 to allow user types to work correctly. | |
7356 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7357 | |
5727 | 7358 2006-04-03 David Bateman <dbateman@free.fr> |
7359 | |
7360 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7361 Accept keyword "minor" for minor grid. | |
7362 | |
5721 | 7363 2006-03-28 John W. Eaton <jwe@octave.org> |
7364 | |
7365 * general/isscalar.m: Only require that all dimensions are 1 for | |
7366 compatiblity. | |
7367 | |
7368 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7369 | |
7370 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7371 compatibility. | |
7372 | |
5720 | 7373 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7374 | |
7375 * plot/__errplot__.m: Doc string fix. | |
7376 | |
7377 * miscellaneous/doc.m: Mark as command. | |
7378 | |
7379 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7380 general/isequalwithequalnans.m, general/blkdiag.m, | |
7381 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7382 | |
5717 | 7383 2006-03-27 Don Bindner <dbindner@truman.edu> |
7384 | |
7385 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7386 return 3d matrices. | |
7387 | |
7388 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7389 | |
7390 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7391 | |
5708 | 7392 2006-03-22 John W. Eaton <jwe@octave.org> |
7393 | |
7394 * plot/print.m: Don't replot after popping terminal setting. | |
7395 | |
5696 | 7396 2006-03-20 John W. Eaton <jwe@octave.org> |
7397 | |
7398 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7399 mkoctfile. Use fullfile to construct file name. | |
7400 | |
5695 | 7401 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7402 | |
7403 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7404 shell script from Octave prompt. | |
7405 | |
5690 | 7406 2006-03-17 John W. Eaton <jwe@octave.org> |
7407 | |
5693 | 7408 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7409 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7410 | |
7411 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7412 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7413 Call new wbl functions to do the real work. | |
7414 Swap args and provide default values as necessary to preserve | |
7415 compatibility with old version of Octave. | |
7416 | |
7417 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7418 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7419 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7420 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7421 Swap scale and shape args for compatibility. | |
7422 | |
5692 | 7423 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7424 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7425 Preserve compatibility with old versions of Octave given new | |
7426 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7427 |
5692 | 7428 * statistics/distributions/logncdf.m, |
7429 statistics/distributions/logninv.m, | |
7430 statistics/distributions/lognpdf.m, | |
7431 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7432 From Ben Barrowes <barrowes@alum.mit.edu> | |
7433 | |
5691 | 7434 * deprecated/hypergeometric_rnd.m: Update interface to match |
7435 current 2.1.x version. | |
7436 | |
7437 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7438 | |
5690 | 7439 * miscellaneous/dir.m: Use readdir instead of glob. |
7440 Special case for "." to avoid globbing. Use list_in_columns. | |
7441 Eliminate unused variables len and finfo. | |
7442 | |
5689 | 7443 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7444 | |
7445 * miscellaneous/dir.m: Improve compatibility. | |
7446 | |
5687 | 7447 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7448 | |
7449 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7450 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7451 | |
5686 | 7452 2006-03-16 John W. Eaton <jwe@octave.org> |
7453 | |
7454 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7455 of looking at sum of max dimensions. | |
7456 | |
5681 | 7457 2006-03-16 David Bateman <dbateman@free.fr> |
7458 | |
7459 * testfun/test.m: Clear last warning before warning test to avoid | |
7460 issues with previously set warnings. | |
7461 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7462 sparse matrices. Force matrix type from spqr solution to be | |
7463 singular to force QR solvers to be used for assert. | |
7464 | |
5678 | 7465 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7466 | |
7467 * strings/strfind.m: New file. | |
7468 | |
5677 | 7469 2006-03-16 John W. Eaton <jwe@octave.org> |
7470 | |
7471 * general/rows.m, general/columns.m: Delete. | |
7472 | |
5674 | 7473 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7474 | |
7475 * strings/strcmpi.m: Simplify. | |
7476 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7477 * strings/strtrunc.m: New file. |
5674 | 7478 |
5676 | 7479 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7480 | |
5672 | 7481 2006-03-15 John W. Eaton <jwe@octave.org> |
7482 | |
7483 * 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
|
7484 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7485 |
5671 | 7486 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7487 | |
7488 * miscellaneous/mkoctfile.m: New file. | |
7489 | |
5670 | 7490 2006-03-15 John W. Eaton <jwe@octave.org> |
7491 | |
7492 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7493 | |
5666 | 7494 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7495 | |
7496 * strings/bin2dec.m: Doc fix. | |
7497 | |
5661 | 7498 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7499 | |
7500 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7501 * time/datenum.m: New function to compute day number from time. | |
7502 | |
5659 | 7503 2006-03-09 John W. Eaton <jwe@octave.org> |
7504 | |
7505 * miscellaneous/unix.m, plot/print.m: | |
7506 Swap order of outputs from system. | |
7507 | |
5642 | 7508 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7509 | |
7510 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7511 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7512 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7513 control/base/__stepimp__.m, control/base/are.m, | |
7514 control/base/controldemo.m, control/base/damp.m, | |
7515 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7516 control/base/step.m, control/system/abcddim.m, | |
7517 control/system/is_abcd.m, control/system/is_controllable.m, | |
7518 control/system/is_detectable.m, control/system/is_observable.m, | |
7519 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7520 control/system/jet707.m, control/system/sys2fir.m, | |
7521 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7522 control/system/tfout.m, control/system/ugain.m, | |
7523 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7524 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7525 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7526 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7527 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7528 general/circshift.m, general/columns.m, general/flipdim.m, | |
7529 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7530 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7531 general/isequalwithequalnans.m, general/isscalar.m, | |
7532 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7533 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7534 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7535 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7536 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7537 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7538 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7539 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7540 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7541 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7542 miscellaneous/license.m, miscellaneous/menu.m, | |
7543 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7544 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7545 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7546 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7547 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7548 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7549 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7550 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7551 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7552 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7553 polynomial/polyinteg.m, polynomial/polyout.m, | |
7554 polynomial/polyreduce.m, polynomial/polyval.m, | |
7555 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7556 set/create_set.m, set/intersection.m, set/ismember.m, | |
7557 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7558 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7559 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7560 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7561 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7562 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7563 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7564 special-matrix/vander.m, statistics/base/median.m, | |
7565 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7566 statistics/distributions/gaminv.m, | |
7567 statistics/distributions/gampdf.m, | |
7568 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7569 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7570 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7571 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7572 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7573 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7574 | |
5633 | 7575 2006-02-27 John W. Eaton <jwe@octave.org> |
7576 | |
7577 * time/tic.m: Move here from miscellaneous/tic.m. | |
7578 * time/toc.m: Move here from miscellaneous/toc.m. | |
7579 | |
7580 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7581 | |
7582 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7583 does not assign output of toc to a variable. | |
7584 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7585 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7586 |
7587 * axis.m: Catch limits that are the same and return an error. | |
7588 | |
5625 | 7589 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7590 | |
7591 * plot/print.m: Accept emf device option to support Enhanced | |
7592 Metafile format. | |
7593 | |
7594 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7595 | |
7596 * control/base/lqe.m: Doc fix. | |
7597 | |
5623 | 7598 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7599 | |
7600 * statistics/distributions/gamcdf.m: Doc fix. | |
7601 * statistics/distributions/gaminv.m: Doc fix. | |
7602 * statistics/distributions/gampdf.m: Doc fix. | |
7603 * statistics/distributions/gamrnd.m: Doc fix. | |
7604 | |
5610 | 7605 2006-02-09 David Bateman <dbateman@free.fr> |
7606 | |
6778 | 7607 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7608 for arbitrary user type. | |
7609 * general/tril.m: ditto. | |
7610 * sparse/sprand.m: Doc fix. | |
7611 * sparse/sprandn.m: Ditto. | |
7612 * sparse/sprandsym.m: New function. | |
7613 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7614 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7615 Update for syntax error for latest texinfo.tex file. | |
5610 | 7616 |
5605 | 7617 2006-02-02 John W. Eaton <jwe@octave.org> |
7618 | |
7619 * plot/grid.m: Append ";\n" to "set grid" command. | |
7620 | |
7621 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7622 | |
7623 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7624 | |
5597 | 7625 2006-01-13 John W. Eaton <jwe@octave.org> |
7626 | |
7627 * audio/Makefile.in, control/base/Makefile.in, | |
7628 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7629 control/system/Makefile.in, control/util/Makefile.in, | |
7630 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7631 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7632 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7633 optimization/Makefile.in, plot/Makefile.in, | |
7634 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7635 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7636 special-matrix/Makefile.in, startup/Makefile.in, | |
7637 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7638 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7639 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7640 (all): Depend on PKG_ADD. | |
7641 (PKG_ADD): New target. | |
7642 | |
7643 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7644 | |
7645 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7646 | |
5596 | 7647 2006-01-13 John W. Eaton <jwe@octave.org> |
7648 | |
7649 * time/etime.m: Move here from miscellaneous/etime.m. | |
7650 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7651 | |
5595 | 7652 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7653 | |
6778 | 7654 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7655 * miscellaneous/fullfile.m: Likewise. |
7656 | |
5592 | 7657 2006-01-12 David Bateman <dbateman@free.fr> |
7658 | |
7659 * general/blkdiag.m: Compatible behavior for empty matrices | |
7660 * statistics/base/unidrnd.m: Documentation buglet. | |
7661 | |
5583 | 7662 2005-12-14 David Bateman <dbateman@free.fr> |
7663 | |
5589 | 7664 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7665 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7666 | |
7667 * Makefile.in (SUBDIRS): Include testfun. | |
7668 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7669 | |
5583 | 7670 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7671 | |
7672 * general/__isequal__.m: Remove reference to getfield. | |
7673 | |
7674 * plot/hist.m: Update test code for row/column discrepencies. | |
7675 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7676 Update the test code for this. | |
7677 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7678 | |
5579 | 7679 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7680 | |
7681 * cell/cell2mat.m: New file, from octave-forge. | |
7682 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7683 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7684 |
7685 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7686 New graph theory functions. | |
7687 | |
5574 | 7688 2005-12-13 John W. Eaton <jwe@octave.org> |
7689 | |
7690 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7691 | |
7692 * control/system/ss.m: Doc fix. | |
7693 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7694 | |
5572 | 7695 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7696 | |
7697 * audio/wavread.m, audio/wavwrite.m: | |
7698 Correct scaling for 8-bit linear pcm samples. | |
7699 Improve scaling for all other linear pcm resolutions. | |
7700 | |
5568 | 7701 2005-12-07 John W. Eaton <jwe@octave.org> |
7702 | |
7703 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7704 | |
7705 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7706 * strings/strjust.m: Likewise. | |
7707 | |
7708 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7709 * signal/arma_rnd.m: Likewise. | |
7710 * strings/strcat.m: Likewise. | |
7711 * control/base/__freqresp__.m: Likewise. | |
7712 * control/base/place.m: Likewise. | |
7713 * control/base/pzmap.m: Likewise. | |
7714 * control/base/pzmap.m: Likewise. | |
7715 * control/system/sysappend.m: Likewise. | |
7716 * control/system/syscont.m: Likewise. | |
7717 * control/system/sysdisc.m: Likewise. | |
7718 * control/system/sysgroup.m: Likewise. | |
7719 * control/system/tfout.m: Likewise. | |
7720 * control/system/zpout.m: Likewise. | |
7721 * control/util/__outlist__.m: Likewise. | |
7722 | |
5567 | 7723 2005-12-06 John W. Eaton <jwe@octave.org> |
7724 | |
7725 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7726 Avoid for loop in interleave/deinterleave steps. | |
7727 | |
5565 | 7728 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7729 | |
7730 * audio/wavread.m, audio/wavwrite.m: New files. | |
7731 | |
5563 | 7732 2005-12-06 John W. Eaton <jwe@octave.org> |
7733 | |
7734 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7735 | |
5560 | 7736 2005-12-05 John W. Eaton <jwe@octave.org> |
7737 | |
5561 | 7738 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7739 |
5558 | 7740 2005-12-02 John W. Eaton <jwe@octave.org> |
7741 | |
7742 * miscellaneous/fileattrib.m: New function. | |
7743 | |
5556 | 7744 2005-12-01 John W. Eaton <jwe@octave.org> |
7745 | |
7746 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7747 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7748 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7749 | |
5555 | 7750 2005-11-30 John W. Eaton <jwe@octave.org> |
7751 | |
7752 * linear-algebra/krylov.m: Format doc string. | |
7753 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7754 | |
5551 | 7755 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7756 | |
7757 * general/blkdiag.m: Import from octave-forge. | |
7758 Ignore empty matrices in the input. Add tests. | |
5549 | 7759 |
7760 * general/isequal.m, general/isequalwithequalnans.m: | |
7761 New wrapper scripts for general/__isequal__.m. | |
7762 * general/__isequal__.m: Rename from general/isequal.m. | |
7763 New arg, nans_compare_equal. | |
7764 | |
5548 | 7765 2005-11-29 John W. Eaton <jwe@octave.org> |
7766 | |
7767 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7768 calling system. Only append octave_forge_string if | |
7769 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7770 Call license instead of hard-coding license info here. | |
7771 | |
7772 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7773 __octave_licenses__. Use puts instead of disp. |
5548 | 7774 Use getuid and getpwuid instead of calling unix ("id -un"). |
7775 If nargout = 1, return license info instead of printing usage message. | |
7776 | |
5546 | 7777 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7778 | |
7779 * miscellaneous/ver.m: New file. | |
7780 * miscellaneous/license.m: New file. | |
7781 | |
5545 | 7782 2005-11-22 John W. Eaton <jwe@octave.org> |
7783 | |
7784 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7785 gnuplot set command. | |
7786 | |
5539 | 7787 2005-11-15 John W. Eaton <jwe@octave.org> |
7788 | |
7789 * general/shiftdim.m: Doc fix. | |
7790 | |
5532 | 7791 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7792 | |
7793 * set/unique.m: Doc string fix. | |
7794 | |
5527 | 7795 2005-11-01 John W. Eaton <jwe@octave.org> |
7796 | |
7797 * Makefile.in (distclean, maintainer-clean): | |
7798 Also remove autom4te.cache directory. | |
7799 From Quentin Spencer <qspencer@ieee.org>. | |
7800 | |
5518 | 7801 2005-10-28 John W. Eaton <jwe@octave.org> |
7802 | |
7803 * general/shiftdim.m: Compatibility fix for row vectors. | |
7804 Correct check for non-scalar non-integer shift. For positive | |
7805 N, shift is remainder of N and number of dims. Always return NS. | |
7806 Simplify. | |
7807 | |
5500 | 7808 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7809 | |
7810 * general/randperm.m: Improve compatibility by allowing input | |
7811 value of zero. | |
7812 | |
5493 | 7813 2005-10-13 John W. Eaton <jwe@octave.org> |
7814 | |
7815 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7816 If in multiplot mode, clear plot before issuing new plot command. | |
7817 | |
7818 * plot/__setup_plot__.m: New function. | |
7819 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7820 Handle multiplot data and offsets here. | |
7821 | |
7822 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7823 Move initialization to __setup_plot__.m. | |
7824 | |
7825 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7826 Don't reset gnuplot_command_replot. | |
7827 | |
7828 * plot/replot.m: Handle multiplot data and offsets here. | |
7829 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7830 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7831 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7832 | |
5489 | 7833 2005-10-12 John W. Eaton <jwe@octave.org> |
7834 | |
7835 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7836 | |
5482 | 7837 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7838 | |
7839 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7840 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7841 _inv functions. | |
7842 * chi2pdf.m: Fixed typos in the documentation. | |
7843 | |
5475 | 7844 2005-09-28 John W. Eaton <jwe@octave.org> |
7845 | |
5476 | 7846 * miscellaneous/single.m: New function. |
7847 | |
5475 | 7848 * statistics/base/unidrnd.m: New function. |
7849 | |
5474 | 7850 2005-09-27 John W. Eaton <jwe@octave.org> |
7851 | |
7852 * miscellaneous/dir.m: Filename never includes directory part. | |
7853 | |
5464 | 7854 2005-09-22 John W. Eaton <jwe@octave.org> |
7855 | |
7856 * polynomial/residue.m: Use logical indexing instead of find.. | |
7857 | |
7858 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7859 | |
7860 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7861 and zero poles. | |
7862 | |
5462 | 7863 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7864 | |
7865 * strings/deblank.m: Handle cell arrays. | |
7866 * strings/split.m: New argument, N, to limit number of splits. | |
7867 | |
7868 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7869 | |
7870 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7871 | |
5460 | 7872 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7873 | |
7874 * control/base/rlocus.m: Doc fix. | |
7875 | |
5459 | 7876 2005-09-20 John W. Eaton <jwe@octave.org> |
7877 | |
7878 * general/isvector.m: Improve compatibility. | |
7879 | |
7880 * general/postpad.m: Allow first argument to be a scalar. | |
7881 Allow padding to extend dimensionality. | |
7882 * general/prepad.m: Likewise. | |
7883 | |
5448 | 7884 2005-09-14 Daniel <durbano@shbano.com> |
7885 | |
7886 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7887 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7888 /control/base/dgram.m: Doc string fixes. | |
5448 | 7889 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7890 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7891 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7892 |
7893 * saveimage.m: Do not ignore most significant bit when writing | |
7894 black and white images to file. | |
7895 | |
5443 | 7896 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7897 | |
7898 * audio/playaudio.m, control/base/__bodquist__.m, | |
7899 control/base/lqg.m, control/obsolete/dezero.m, | |
7900 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7901 control/system/c2d.m, control/system/cellidx.m, | |
7902 control/system/d2c.m, control/system/dmr2d.m, | |
7903 control/system/is_signal_list.m, control/system/listidx.m, | |
7904 control/system/ss.m, control/system/sysappend.m, | |
7905 control/system/sysconnect.m, control/system/sysdup.m, | |
7906 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7907 control/system/sysprune.m, control/system/syssetsignals.m, | |
7908 control/system/tfout.m, control/system/zpout.m, | |
7909 control/util/prompt.m, control/util/sortcom.m, | |
7910 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7911 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7912 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7913 general/strerror.m, image/colormap.m, image/imshow.m, | |
7914 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7915 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7916 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7917 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7918 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7919 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7920 plot/print.m, plot/title.m, plot/top_title.m, | |
7921 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7922 statistics/base/mean.m, statistics/base/moment.m, | |
7923 statistics/tests/cor_test.m, | |
7924 statistics/tests/kolmogorov_smirnov_test.m, | |
7925 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7926 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7927 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7928 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7929 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7930 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7931 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7932 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7933 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7934 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7935 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7936 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7937 isvector instead of is_vector. Use isstruct instead of | |
7938 is_struct. Use char instead of setstr. | |
7939 | |
5435 | 7940 2005-08-31 Daniel <durbano@shbano.com> |
7941 | |
7942 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7943 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7944 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7945 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7946 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7947 |
7948 * image/saveimage.m: Open output file in binary mode. | |
7949 | |
7950 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7951 | |
5427 | 7952 2005-08-16 John W. Eaton <jwe@octave.org> |
7953 | |
7954 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7955 outputs. | |
7956 | |
5426 | 7957 2005-08-15 John W. Eaton <jwe@octave.org> |
7958 | |
7959 * strings/strcat.m: Allow single argument. | |
7960 | |
5416 | 7961 2005-07-18 John W. Eaton <jwe@octave.org> |
7962 | |
7963 * strings/strcmp.m: Delete. | |
7964 | |
5413 | 7965 2005-07-13 John W. Eaton <jwe@octave.org> |
7966 | |
7967 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7968 versions of Octave. | |
7969 | |
7970 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7971 | |
7972 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7973 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7974 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7975 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7976 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7977 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7978 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7979 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7980 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7981 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7982 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7983 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7984 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7985 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7986 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7987 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7988 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7989 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7990 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7991 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7992 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7993 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7994 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7995 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7996 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7997 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7998 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7999 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8000 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8001 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8002 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8003 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8004 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8005 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8006 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8007 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8008 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8009 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8010 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8011 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8012 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8013 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8014 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8015 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8016 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8017 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8018 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8019 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8020 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8021 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8022 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8023 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8024 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8025 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8026 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8027 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8028 | |
8029 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8030 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8031 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8032 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8033 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8034 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8035 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8036 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8037 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8038 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8039 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8040 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8041 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8042 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8043 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8044 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8045 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8046 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8047 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8048 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8049 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8050 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8051 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8052 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8053 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8054 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8055 deprecated/wiener_rnd.m: New files. | |
8056 | |
5408 | 8057 2005-07-08 John W. Eaton <jwe@octave.org> |
8058 | |
8059 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8060 * deprecated/weibull_rnd.m: New file. | |
8061 | |
5407 | 8062 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8063 | |
8064 * strings/dec2base.m: Allow matrix arguments. | |
8065 | |
5406 | 8066 2005-07-08 John W. Eaton <jwe@octave.org> |
8067 | |
8068 * plot/__errplot__.m: Use __plot_globals__. | |
8069 * plot/__plt__.m: Likewise. | |
8070 * plot/figure.m: Likewise. | |
8071 | |
8072 * plot/hold.m: New file. | |
8073 * plot/ishold.m: New file. | |
8074 * plot/__plot_globals__.m: New file. | |
8075 | |
5400 | 8076 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8077 | |
8078 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8079 | |
8080 2005-07-05 John W. Eaton <jwe@octave.org> | |
8081 | |
8082 * strings/findstr.m: Return [] for no matches. | |
8083 | |
5399 | 8084 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8085 | |
8086 * miscellaneous/tic.m: Fix doc string. | |
8087 | |
5395 | 8088 2005-06-15 John W. Eaton <jwe@octave.org> |
8089 | |
8090 * polynomial/polyfit.m: Force return value to be a row vector. | |
8091 | |
5393 | 8092 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8093 | |
8094 * general/isequal.m: Correct nargin check. | |
8095 | |
5388 | 8096 2005-06-14 John W. Eaton <jwe@octave.org> |
8097 | |
8098 * general/isvector.m: Handle N-d arrays. | |
8099 From Bill Denney <denney@seas.upenn.edu>. | |
8100 | |
5381 | 8101 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8102 | |
8103 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8104 |
5377 | 8105 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8106 | |
8107 * signal/freqz.m: Use correct calculations when given a vector of | |
8108 frequencies. Improve accuracy of returned frequency vector. | |
8109 Improve speed for medium length filters (at a slight cost for slow | |
8110 filters). Add test cases. | |
8111 | |
5373 | 8112 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8113 | |
8114 * plot/loglog.m: Fix set commands. | |
8115 | |
5381 | 8116 2005-05-25 John W. Eaton <jwe@octave.org> |
8117 | |
8118 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8119 | |
5371 | 8120 2005-05-24 John W. Eaton <jwe@octave.org> |
8121 | |
5373 | 8122 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8123 | |
5372 | 8124 * strings/strncmp.m: New file, from Tom Holroyd |
8125 <tomh@kurage.nimh.nih.gov>. | |
8126 | |
5371 | 8127 * strings/strcmp.m: Return logical values in all cases. |
8128 | |
5366 | 8129 2005-05-23 John W. Eaton <jwe@octave.org> |
8130 | |
8131 * plot/orient.m: New file. Adapt to Octave coding style. | |
8132 Texinfoize doc string. | |
8133 | |
8134 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8135 PKG_ADD command. Use set terminal consistently throughout. Use | |
8136 set terminal push/pop and unconditionally set output to screen | |
8137 when done to avoid requiring gget. Use a cell array for dev_list | |
8138 and cellidx to search for items in the list. Delete local | |
8139 variable endl. Don't set and restore automatic_replot. Use {} | |
8140 instead of nth to index varargin. Delete local variable | |
8141 va_arg_cnt. | |
8142 | |
5355 | 8143 2005-05-18 John W. Eaton <jwe@octave.org> |
8144 | |
8145 * general/num2str.m: Return early if X is a character string. | |
8146 | |
5347 | 8147 2005-05-11 John W. Eaton <jwe@octave.org> |
8148 | |
5348 | 8149 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8150 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8151 | |
5347 | 8152 * plot/polar.m: Don't call __pltopt__ here. |
8153 | |
5333 | 8154 2005-05-02 John W. Eaton <jwe@octave.org> |
8155 | |
8156 * mkdoc: Print header message. | |
8157 | |
5319 | 8158 2005-04-28 John W. Eaton <jwe@octave.org> |
8159 | |
8160 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8161 startup/octaverc. | |
8162 | |
5318 | 8163 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8164 | |
8165 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8166 (__im_numeric_limits__): New internal function. | |
8167 | |
5317 | 8168 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8169 | |
8170 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8171 data, not mean of group_mean. | |
8172 | |
8173 2005-04-28 John W. Eaton <jwe@octave.org> | |
8174 | |
8175 * startup/local-rcfile: New file. | |
8176 * startup/main-rcfile: Rename from startup/octaverc. | |
8177 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8178 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8179 Install local-rcfile in $(localfcnfiledir)/startup. | |
8180 | |
8181 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8182 | |
8183 * startup/inputrc: New file. | |
8184 * startup/octaverc: Configure readline using inputrc from | |
8185 startupfiledir. | |
8186 * startup/Makefile.in (install, install-strip): Install octaverc | |
8187 in $(fcnfiledir)/startup. | |
8188 | |
5310 | 8189 2005-04-27 John W. Eaton <jwe@octave.org> |
8190 | |
8191 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8192 | |
5289 | 8193 2005-04-21 John W. Eaton <jwe@octave.org> |
8194 | |
8195 * optimization/glpk.m: Handle SENSE argument. | |
8196 | |
8197 * optimization/qp.m, optimization/sqp.m: New files. | |
8198 | |
5276 | 8199 2005-04-08 John W. Eaton <jwe@octave.org> |
8200 | |
8201 * Makefile.in (clean, distclean, maintainer-clean): | |
8202 Avoid duplication in rules. | |
8203 | |
5252 | 8204 2005-03-28 John W. Eaton <jwe@octave.org> |
8205 | |
8206 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8207 setting {no,}parametric. | |
8208 * plot/figure.m: Likewise, for setting terminal type. | |
8209 | |
8210 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8211 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8212 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8213 plot/title.m, plot/top_title.m: Avoid eval. | |
8214 | |
5251 | 8215 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8216 | |
5253 | 8217 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8218 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8219 Use __gnuplot_replot__ instead of replot. | |
8220 | |
5252 | 8221 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8222 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8223 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8224 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8225 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8226 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8227 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8228 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8229 |
5251 | 8230 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8231 | |
5244 | 8232 2005-03-24 John W. Eaton <jwe@octave.org> |
8233 | |
8234 * optimization/glpkmex.m: Texinfoize Doc string. | |
8235 * optimization/glpk.m: Likewise. | |
8236 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8237 (row vectors are orginary character strings). | |
8238 * optimization/glpkparam.m: Delete. | |
8239 | |
5243 | 8240 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8241 | |
8242 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8243 of dimensions of X. | |
8244 | |
5237 | 8245 2005-03-23 John W. Eaton <jwe@octave.org> |
8246 | |
5239 | 8247 * general/tril.m, general/triu.m: Return value of same class as |
8248 argument. | |
8249 | |
5237 | 8250 * optimization/glpk.m: Simplify interface. By default, solve |
8251 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8252 * optimization/glpkmex.m: New file. | |
8253 | |
5232 | 8254 2005-03-22 John W. Eaton <jwe@octave.org> |
8255 | |
5237 | 8256 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8257 list. | |
8258 | |
5233 | 8259 * optimization/glpk.m: Adapt to Octave coding style. |
8260 No need for varargout or varargin. | |
8261 Print usage message if nargin > 11. | |
8262 Allow any value of nargout. | |
8263 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8264 Avoid looping when checking character classes. | |
8265 | |
5232 | 8266 * optimization: New directory. |
8267 * Makefile.in (SUBDIRS): Add it to the list. | |
8268 * optimization/Makefile.in: New file. | |
8269 * optimization/glpk.m, optimization/glpkparams.m, | |
8270 optimization/glpktest1, optimization/glpktest2: New files. | |
8271 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8272 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8273 |
8274 * strings/split.m: Quick return for empty second arg. | |
8275 Improve warning for multi-line strings. | |
8276 Speed up by avoiding sprintf in loop and eval. | |
8277 | |
5217 | 8278 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8279 | |
8280 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8281 * polynomial/polyder.m: Ditto. | |
6778 | 8282 * polynomial/polygcd.m: New function. |
5217 | 8283 |
5214 | 8284 2005-03-16 John W. Eaton <jwe@octave.org> |
8285 | |
5215 | 8286 * control/base/__stepimp__.m, control/base/bode.m, |
8287 control/base/frdemo.m, control/base/nichols.m, | |
8288 control/base/nyquist.m, control/base/pzmap.m, | |
8289 control/base/rldemo.m, control/base/rlocus.m, | |
8290 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8291 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8292 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8293 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8294 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8295 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8296 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8297 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8298 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8299 plot/xlabel.m, quaternion/demoquat.m, | |
8300 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8301 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8302 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8303 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8304 gsplot from @seealso docs. | |
5214 | 8305 |
8306 * plot/replot.m: New file. | |
8307 | |
5205 | 8308 2005-03-15 David Bateman <dbateman@free.fr> |
8309 | |
8310 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8311 | |
5196 | 8312 2005-03-09 John W. Eaton <jwe@octave.org> |
8313 | |
8314 * statistics/Makefile.in (bin-dist): Delete target. | |
8315 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8316 * control/Makefile.in: Likewise. |
5196 | 8317 |
5378 | 8318 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8319 (BINDISTFILES): Delete variable. |
5378 | 8320 * control/base/Makefile.in: Likewise. |
8321 * control/hinf/Makefile.in: Likewise. | |
8322 * control/obsolete/Makefile.in: Likewise. | |
8323 * control/system/Makefile.in: Likewise. | |
8324 * control/util/Makefile.in: Likewise. | |
8325 * deprecated/Makefile.in: Likewise. | |
8326 * elfun/Makefile.in: Likewise. | |
8327 * finance/Makefile.in: Likewise. | |
8328 * general/Makefile.in: Likewise. | |
8329 * image/Makefile.in: Likewise. | |
8330 * sparse/Makefile.in: Likewise. | |
8331 * io/Makefile.in: Likewise. | |
8332 * plot/Makefile.in: Likewise. | |
8333 * Makefile.in: Likewise. | |
8334 * miscellaneous/Makefile.in: Likewise. | |
8335 * linear-algebra/Makefile.in: Likewise. | |
8336 * polynomial/Makefile.in: Likewise. | |
8337 * quaternion/Makefile.in: Likewise. | |
8338 * set/Makefile.in: Likewise. | |
8339 * signal/Makefile.in: Likewise. | |
8340 * specfun/Makefile.in: Likewise. | |
8341 * special-matrix/Makefile.in: Likewise. | |
8342 * startup/Makefile.in: Likewise. | |
8343 * statistics/base/Makefile.in: Likewise. | |
8344 * statistics/distributions/Makefile.in: Likewise. | |
8345 * statistics/models/Makefile.in: Likewise. | |
8346 * statistics/tests/Makefile.in: Likewise. | |
8347 * strings/Makefile.in: Likewise. | |
8348 * time/Makefile.in: Likewise. | |
5196 | 8349 |
5195 | 8350 2005-03-08 John W. Eaton <jwe@octave.org> |
8351 | |
8352 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8353 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8354 | |
5192 | 8355 2005-03-04 John W. Eaton <jwe@octave.org> |
8356 | |
8357 * plot/clg.m: New file. | |
8358 | |
5193 | 8359 2005-03-03 John W. Eaton <jwe@octave.org> |
8360 | |
8361 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8362 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8363 strings/strcmpi.m: | |
8364 New files from Octave-forge. Adapt to Octave coding standards. | |
8365 | |
5181 | 8366 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8367 | |
8368 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8369 computation range. | |
8370 | |
5164 | 8371 2005-02-25 John W. Eaton <jwe@octave.org> |
8372 | |
8373 Sparse merge. | |
8374 | |
8375 2005-01-23 David Bateman <dbateman@free.fr> | |
8376 | |
8377 * sparse/randperm.m: Delete duplicate randperm.m. | |
8378 | |
8379 2005-01-10 John W. Eaton <jwe@octave.org> | |
8380 | |
8381 * sparse/Makefile.in: New file. | |
8382 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8383 | |
8384 2005-01-07 David Bateman <dbateman@free.fr> | |
8385 | |
8386 * set/unique.m: import file from octave-forge. | |
8387 | |
8388 2005-01-05 David Bateman <dbateman@free.fr> | |
8389 | |
8390 * Makefile.in: include sparse directory in SUBDIRS. | |
8391 | |
8392 2004-12-30 John W. Eaton <jwe@octave.org> | |
8393 | |
8394 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8395 src/DLD-FUNCTIONS/sparse.cc). | |
8396 | |
8397 2004-12-28 John W. Eaton <jwe@octave.org> | |
8398 | |
8399 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8400 Andy Adler <adler@site.uottawa.ca>. | |
8401 | |
8402 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8403 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8404 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8405 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8406 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8407 | |
8408 * sparse: New directory. | |
8409 | |
5158 | 8410 2005-02-22 John W. Eaton <jwe@octave.org> |
8411 | |
8412 * polynomial/residue.m: Force prepad to always create row vectors. | |
8413 | |
8414 * polynomial/poly.m: Quick return if m is 0. | |
8415 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8416 | |
5154 | 8417 2005-02-21 David Bateman <dbateman@free.fr> |
8418 | |
8419 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8420 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8421 Fix for row vectors with at least one element of lambda not in | |
8422 (0, Inf). | |
8423 | |
5152 | 8424 2005-02-21 John W. Eaton <jwe@octave.org> |
8425 | |
5153 | 8426 * statistics/base/qqplot.m: Use feval instead of eval. |
8427 | |
5152 | 8428 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8429 plot/__axis_label__.m: Issue replot command. | |
8430 | |
5135 | 8431 2005-02-09 John W. Eaton <jwe@octave.org> |
8432 | |
8433 * polynomial/polyderiv.m: Force P to be a row vector. | |
8434 | |
5133 | 8435 2005-02-08 John W. Eaton <jwe@octave.org> |
8436 | |
8437 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8438 provided and len <= computed max_len. | |
8439 | |
5125 | 8440 2005-01-27 David Bateman <dbateman@free.fr> |
8441 | |
8442 * strings/dec2base.m: Be even more careful about handling all digits. | |
8443 | |
8444 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8445 | |
8446 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8447 | |
5123 | 8448 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8449 | |
8450 * statistics/base/median.m: Make it work for the scalar case too. | |
8451 | |
6308 | 8452 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8453 |
8454 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8455 Simplify logic for decoding args. |
5117 | 8456 |
5115 | 8457 2005-01-24 John W. Eaton <jwe@octave.org> |
8458 | |
5116 | 8459 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8460 | |
8461 * plot/__plt__.m: No need to save and reset hold state now. | |
8462 (first_plot): Delete unused variable. | |
8463 | |
5115 | 8464 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8465 | |
8466 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8467 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8468 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8469 plot/__plt2vv__.m: | |
8470 Return data and gnuplot commands instead of evaluating them. | |
8471 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8472 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8473 | |
5108 | 8474 2005-01-18 John W. Eaton <jwe@octave.org> |
8475 | |
8476 * linear-algebra/cross.m: Allocate idx1 before use. | |
8477 | |
5096 | 8478 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8479 | |
8480 * statistics/base/range.m: Fix varargin usage. | |
8481 | |
5091 | 8482 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8483 | |
8484 * strings/deblank.m: Remove all trailing whitespace (check with | |
8485 isspace), not just SPC. | |
8486 | |
5090 | 8487 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8488 | |
8489 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8490 | |
5073 | 8491 2004-11-09 John W. Eaton <jwe@octave.org> |
8492 | |
8493 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8494 From Julius Smith <jos@ccrma.stanford.edu>. | |
8495 | |
5072 | 8496 2004-11-08 John W. Eaton <jwe@octave.org> |
8497 | |
8498 * plot/__plt2vm__.m: Delete debugging statement. | |
8499 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8500 | |
5065 | 8501 2004-11-04 John W. Eaton <jwe@octave.org> |
8502 | |
8503 * plot/hist.m: Always return row vectors for vector args. | |
8504 | |
5031 | 8505 2004-09-23 John W. Eaton <jwe@octave.org> |
8506 | |
8507 * strings/strcmp.m: If args are not strings or cell arrays of | |
8508 strings, return zero instead of reporting an error. | |
8509 | |
5021 | 8510 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8511 | |
8512 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8513 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8514 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8515 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8516 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8517 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8518 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8519 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8520 control/system/is_detectable.m, control/system/is_sample.m, | |
8521 control/system/is_siso.m, control/system/is_stable.m, | |
8522 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8523 control/system/sys2tf.m, control/system/sys2zp.m, | |
8524 control/system/sysappend.m, control/system/sysconnect.m, | |
8525 control/system/sysdisc.m, control/system/sysdup.m, | |
8526 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8527 control/system/syssetsignals.m, control/system/syssub.m, | |
8528 control/system/tf2sys.m, control/system/ugain.m, | |
8529 control/system/zp2ss.m, control/system/zp2sys.m, | |
8530 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8531 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8532 | |
8533 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8534 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8535 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8536 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8537 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8538 control/system/sysappend.m, control/system/sysconnect.m, | |
8539 control/system/sysdup.m, control/system/sysgroup.m, | |
8540 control/system/sysprune.m, control/system/sysreorder.m, | |
8541 control/system/sysscale.m, control/system/syssub.m, | |
8542 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8543 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8544 polynomial/polyout.m, specfun/log2.m: | |
8545 Add output arguments in doc strings. | |
8546 | |
8547 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8548 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8549 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8550 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8551 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8552 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8553 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8554 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8555 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8556 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8557 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8558 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8559 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8560 control/system/c2d.m, control/system/is_abcd.m, | |
8561 control/system/is_controllable.m, control/system/is_detectable.m, | |
8562 control/system/is_observable.m, control/system/is_stable.m, | |
8563 control/system/jet707.m, control/system/ord2.m, | |
8564 control/system/starp.m, control/system/sys2fir.m, | |
8565 control/system/sys2ss.m, control/system/sys2tf.m, | |
8566 control/system/sys2zp.m, control/system/syscont.m, | |
8567 control/system/sysdisc.m, control/system/sysdup.m, | |
8568 control/system/sysgettype.m, control/system/sysgroup.m, | |
8569 control/system/sysmult.m, control/system/sysprune.m, | |
8570 control/system/sysreorder.m, control/system/sysscale.m, | |
8571 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8572 control/system/tf2ss.m, control/system/tf2sys.m, | |
8573 control/system/zp2ss.m, control/system/zp2sys.m, | |
8574 control/util/axis2dlim.m, control/util/prompt.m, | |
8575 control/util/zgfmul.m, control/util/zginit.m, | |
8576 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8577 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8578 in doc strings. | |
8579 | |
8580 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8581 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8582 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8583 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8584 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8585 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8586 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8587 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8588 control/system/c2d.m, control/system/fir2sys.m, | |
8589 control/system/is_stabilizable.m, control/system/jet707.m, | |
8590 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8591 control/util/zgshsr.m, polynomial/polyout.m: | |
8592 New @tex section(s) in doc strings for better formating of printed | |
8593 output. | |
8594 | |
8595 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8596 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8597 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8598 Use proper double quote marks for TeX. | |
8599 | |
8600 * control/base/DEMOcontrol.m: Add missing ; | |
8601 | |
8602 * control/base/nichols.m, control/base/rlocus.m, | |
8603 control/obsolete/minfo.m, control/system/is_digital.m, | |
8604 control/system/ss2zp.m, control/system/sysmin.m, | |
8605 control/system/tf2zp.m, control/util/sortcom.m: | |
8606 Convert documentation to use or more completely use Texinfo. | |
8607 | |
8608 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8609 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8610 control/system/parallel.m, control/system/ss2tf.m, | |
8611 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8612 art splitting over a page boundary. | |
8613 | |
8614 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8615 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8616 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8617 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8618 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8619 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8620 the TeX documentation. | |
8621 | |
8622 * control/system/is_stabilizable.m: | |
8623 Add Copyright so that help is displayed correctly. | |
8624 | |
8625 * special-matrix/vander.m: Octave indexes start at 1. | |
8626 | |
5011 | 8627 2004-09-21 David Bateman <dbateman@free.fr> |
8628 | |
8629 * general/rotdim.m: New function for rotation of an N-d array in an | |
8630 arbitrary plane. | |
8631 | |
8632 * general/flipdim.m: New function to flip an N-d array about an | |
8633 arbitrary axis. | |
8634 | |
5003 | 8635 2004-09-15 David Bateman <dbateman@free.fr> |
8636 | |
8637 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8638 | |
4992 | 8639 2004-09-15 John W. Eaton <jwe@octave.org> |
8640 | |
8641 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8642 Use iscellstr to check for cells rather than iscell. |
8643 Improve diagnostics for invalid args. | |
4992 | 8644 |
4983 | 8645 2004-09-10 David Bateman <dbateman@free.fr> |
8646 | |
8647 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8648 and p with n > 1, and fix for matrix n and p with n == 1. | |
8649 | |
8650 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8651 due to row vs. column vector operations. | |
8652 | |
4964 | 8653 2004-09-03 David Bateman <dbateman@free.fr> |
8654 | |
8655 * general/repmat.m: Fix to allow logical classes. | |
8656 | |
4950 | 8657 2004-08-31 John W. Eaton <jwe@octave.org> |
8658 | |
8659 * general/isa.m: New function, from Octave-forge. | |
8660 | |
8661 2004-08-31 David Bateman <dbateman@free.fr> | |
8662 | |
8663 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8664 limitation on the use of int64 and uint64 types, and the use | |
8665 of the eval. | |
8666 | |
8667 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8668 in .^ with integer types is fixed. | |
8669 | |
8670 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8671 |
8672 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8673 | |
8674 * plot/axis.m: Don't reset axes when querying them. | |
8675 | |
4942 | 8676 2004-08-27 David Bateman <dbateman@free.fr> |
8677 | |
8678 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8679 Eliminate loop. | |
8680 | |
4918 | 8681 2004-07-27 David Bateman <dbateman@free.fr> |
8682 | |
8683 * general/num2str.m: Also insert spaces in output when precision | |
8684 argument is supplied. | |
8685 | |
4915 | 8686 2004-07-23 David Bateman <dbateman@free.fr> |
8687 | |
8688 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8689 | |
4911 | 8690 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8691 | |
8692 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8693 | |
8694 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8695 | |
8696 * miscellaneous/unix.m: Fix doc string. | |
8697 | |
8698 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8699 | |
8700 * plot/figure.m: Clarification of documentation. | |
8701 | |
8702 * image/imshow.m: Warn for complex images. | |
8703 Only estimate colourmap for images in [0, 65536]. | |
8704 | |
8705 2004-07-22 David Bateman <dbateman@free.fr> | |
8706 | |
8707 * general/num2str.m: Fix the case of an all zero input. | |
8708 | |
4906 | 8709 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8710 | |
8711 * general/ind2sub.m: Doc fix. | |
8712 | |
4900 | 8713 2004-06-08 John W. Eaton <jwe@octave.org> |
8714 | |
8715 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8716 convert function handle to string for eval. | |
8717 | |
4898 | 8718 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8719 | |
8720 * plot/errorbar.m: Remove debugging output. | |
8721 | |
8722 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8723 | |
8724 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8725 | |
4897 | 8726 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8727 | |
4898 | 8728 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8729 | |
8730 * polynomial/polyout.m: Use parenthesis if necessary around | |
8731 complex polynomial coefficient. | |
8732 | |
4897 | 8733 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8734 the bug which causes __errplot__ to ignore the last argument. | |
8735 | |
4894 | 8736 2004-06-03 David Bateman <dbateman@free.fr> |
8737 | |
8738 * general/shiftdim.m: New function based on JWE code snippet. | |
8739 | |
8740 * general/circdim.m: New function. | |
8741 | |
4890 | 8742 2004-05-06 David Bateman <dbateman@free.fr> |
8743 | |
8744 * general/issquare.m: Fail if ndim(x) > 2. | |
8745 | |
8746 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8747 | |
8748 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8749 N-d array arguments. Add optional dim argument to define | |
8750 dimension along which to operate. | |
8751 | |
8752 * linear-algebra/dmult.m: Allow N-d arrays. | |
8753 | |
8754 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8755 | |
4885 | 8756 2004-04-29 David Bateman <dbateman@free.fr> |
8757 | |
8758 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8759 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8760 statistics/base/statistics.m, statistics/base/skewness.m | |
8761 statistics/base/iqr.m: | |
8762 Make N-d array aware. Allow optional argument to define the | |
8763 dimension along which to operate. Update the documentation. | |
8764 | |
8765 * statistics/base/ranks.m: Change algorithm to use sort, | |
8766 and adjust for the ties after. | |
8767 | |
8768 * statistics/base/run_counts.m: Change algorithm to use | |
8769 the a combination of diff and find, rather than a for-loop. | |
8770 | |
4881 | 8771 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8772 | |
8773 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8774 | |
4878 | 8775 2004-04-23 David Bateman <dbateman@free.fr> |
8776 | |
8777 * general/int2str.m: Treat only real part of argument, and treat | |
8778 NDArrays by stacking the slices through the matrix vertically. | |
8779 | |
8780 * general/num2str.m: Improve format of integer matrices, and the | |
8781 conversion of complex matrices added. Treat NDArrays by stacking | |
8782 the slices through the matrix vertically. | |
8783 | |
8784 * deprecated/com2str.m: Moved here from general subdirectory. | |
8785 | |
4877 | 8786 2004-04-22 John W. Eaton <jwe@octave.org> |
8787 | |
8788 * quaternion/qtransvmat.m: Use continuation characters to make | |
8789 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8790 | |
4869 | 8791 2004-04-21 David Bateman <dbateman@free.fr> |
8792 | |
5378 | 8793 * elfun/lcm.m: Make N-d aware. |
4870 | 8794 |
4869 | 8795 * general/diff.m: Make the code N-d array aware. Allow an |
8796 optional argument to define the dimension along which to perform | |
8797 the differences and allow the order of the differences to be larger | |
8798 than the dimension itself. | |
8799 | |
8800 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8801 use of these functions to 1- and 2-d arrays. | |
8802 | |
4863 | 8803 2004-04-16 John W. Eaton <jwe@octave.org> |
8804 | |
8805 * elfun/gcd.m: Delete. | |
8806 | |
4862 | 8807 2004-04-15 David Bateman <dbateman@free.fr> |
8808 | |
8809 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8810 | |
8811 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8812 array aware and and optional argument for the dimension along | |
8813 which to operate. | |
8814 | |
5378 | 8815 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8816 argument for the dimension to be consistent with other N-d array |
8817 functions. | |
8818 | |
4860 | 8819 2004-04-08 David Bateman <dbateman@free.fr> |
8820 | |
8821 * statistics/distributions/discrete_cdf.m, | |
8822 statistics/distributions/discrete_inv.m, | |
8823 statistics/distributions/discrete_pdf.m, | |
8824 statistics/distributions/discrete_rnd.m, | |
8825 statistics/distributions/exponential_cdf.m, | |
8826 statistics/distributions/exponential_inv.m, | |
8827 statistics/distributions/exponential_pdf.m, | |
8828 statistics/distributions/exponential_rnd.m, | |
8829 statistics/distributions/f_cdf.m, | |
8830 statistics/distributions/f_inv.m, | |
8831 statistics/distributions/f_pdf.m, | |
8832 statistics/distributions/f_rnd.m, | |
8833 statistics/distributions/geometric_cdf.m, | |
8834 statistics/distributions/geometric_inv.m, | |
8835 statistics/distributions/geometric_pdf.m, | |
8836 statistics/distributions/geometric_rnd.m, | |
8837 statistics/distributions/hypergeometric_rnd.m, | |
8838 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8839 statistics/distributions/laplace_cdf.m, | |
8840 statistics/distributions/laplace_inv.m, | |
8841 statistics/distributions/laplace_pdf.m, | |
8842 statistics/distributions/laplace_rnd.m, | |
8843 statistics/distributions/logistic_inv.m, | |
8844 statistics/distributions/logistic_rnd.m, | |
8845 statistics/distributions/lognormal_cdf.m, | |
8846 statistics/distributions/lognormal_inv.m, | |
8847 statistics/distributions/lognormal_pdf.m, | |
8848 statistics/distributions/lognormal_rnd.m, | |
8849 statistics/distributions/pascal_cdf.m, | |
8850 statistics/distributions/pascal_inv.m, | |
8851 statistics/distributions/pascal_pdf.m, | |
8852 statistics/distributions/pascal_rnd.m, | |
8853 statistics/distributions/poisson_cdf.m, | |
8854 statistics/distributions/poisson_inv.m, | |
8855 statistics/distributions/poisson_pdf.m, | |
8856 statistics/distributions/poisson_rnd.m, | |
8857 statistics/distributions/t_cdf.m, | |
8858 statistics/distributions/t_inv.m, | |
8859 statistics/distributions/t_pdf.m, | |
8860 statistics/distributions/t_rnd.m, | |
8861 statistics/distributions/weibull_cdf.m, | |
8862 statistics/distributions/weibull_inv.m, | |
8863 statistics/distributions/weibull_pdf.m, | |
8864 statistics/distributions/weibull_rnd.m: | |
8865 Allow N-d arrays. | |
8866 | |
8867 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8868 that results in NaN in places where it should not have had. | |
8869 | |
8870 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8871 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8872 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8873 |
8874 * statistics/distributions/empirical_rnd.m: New argument formats | |
8875 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8876 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8877 format. Allow N-d arrays. |
8878 | |
8879 * statistics/distributions/hypergeometric_cdf.m, | |
8880 statistics/distributions/hypergeometric_inv.m, | |
8881 statistics/distributions/hypergeometric_pdf.m, | |
8882 statistics/distributions/wiener_rnd.m: | |
8883 Error for non-scalar arguments. | |
8884 | |
8885 * statistics/distributions/pascal_rnd.m: | |
8886 Correct for n = 1 bug, where all elements were equal. | |
8887 | |
4849 | 8888 2004-04-06 David Bateman <dbateman@free.fr> |
8889 | |
4854 | 8890 * general/common_size.m, miscellaneous/bincoeff.m, |
8891 statistics/distributions/beta_cdf.m, | |
8892 statistics/distributions/beta_inv.m, | |
8893 statistics/distributions/beta_pdf.m, | |
8894 statistics/distributions/beta_rnd.m, | |
8895 statistics/distributions/binomial_cdf.m, | |
8896 statistics/distributions/binomial_inv.m, | |
8897 statistics/distributions/binomial_pdf.m, | |
8898 statistics/distributions/binomial_rnd.m, | |
8899 statistics/distributions/cauchy_cdf.m, | |
8900 statistics/distributions/cauchy_inv.m, | |
8901 statistics/distributions/cauchy_pdf.m, | |
8902 statistics/distributions/cauchy_rnd.m, | |
8903 statistics/distributions/chisquare_cdf.m, | |
8904 statistics/distributions/chisquare_inv.m, | |
8905 statistics/distributions/chisquare_pdf.m, | |
8906 statistics/distributions/chisquare_rnd.m, | |
8907 statistics/distributions/gamma_cdf.m, | |
8908 statistics/distributions/gamma_inv.m, | |
8909 statistics/distributions/gamma_pdf.m, | |
8910 statistics/distributions/gamma_rnd.m, | |
8911 statistics/distributions/normal_cdf.m, | |
8912 statistics/distributions/normal_inv.m, | |
8913 statistics/distributions/normal_pdf.m, | |
8914 statistics/distributions/normal_rnd.m, | |
8915 statistics/distributions/stdnormal_cdf.m, | |
8916 statistics/distributions/stdnormal_pdf.m, | |
8917 statistics/distributions/stdnormal_rnd.m, | |
8918 statistics/distributions/uniform_cdf.m, | |
8919 statistics/distributions/uniform_inv.m, | |
8920 statistics/distributions/uniform_pdf.m, | |
8921 statistics/distributions/uniform_rnd.m: | |
8922 Allow the inputs to be N-d arrays. | |
8923 | |
4852 | 8924 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8925 * statistics/base/median.m: Likewise. | |
4849 | 8926 |
4844 | 8927 2004-04-02 David Bateman <dbateman@free.fr> |
8928 | |
8929 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8930 * statistics/base/center.m, statistics/base/meansq.m, |
8931 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8932 Update for N-d arrays. |
4844 | 8933 * signal/fftshift.m: Fix dimensioning error. |
8934 | |
8935 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8936 N-d arrays. |
4844 | 8937 |
4852 | 8938 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8939 | |
8940 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8941 |
4852 | 8942 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8943 |
8944 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8945 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8946 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8947 | |
8948 * control/system/sysidx.m: Use cellidx and not listidx. | |
8949 | |
4841 | 8950 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8951 | |
8952 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8953 default of "" (so it is off unless explicitly set by the user). | |
8954 | |
4836 | 8955 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8956 | |
8957 * image/imshow.m: Accept "truesize" argument. | |
8958 Ignore current colormap. New tests and demos. | |
8959 | |
4834 | 8960 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8961 | |
8962 * signal/sinewave.m: Allow N to default to M. | |
8963 | |
4826 | 8964 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8965 | |
8966 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8967 | |
4818 | 8968 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8969 | |
8970 * general/deal.m: New function. | |
4819 | 8971 Add tests from Paul Kienzle. |
4818 | 8972 |
4811 | 8973 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8974 | |
8975 * plot/hist.m: Compute histogram correctly for n>=30. | |
8976 | |
5095 | 8977 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8978 |
8979 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8980 | |
4806 | 8981 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8982 | |
8983 * miscellaneous/horzcat.m: Delete. | |
8984 * miscellaneous/vertcat.m: Delete. | |
8985 | |
4790 | 8986 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8987 | |
8988 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8989 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8990 | |
4789 | 8991 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8992 | |
8993 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8994 doing multiple plots in the same gnuplot frame. | |
8995 | |
4780 | 8996 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8997 | |
8998 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8999 control/system/cellidx.m, control/system/ss.m, | |
9000 control/system/tf.m, control/system/zp.m: New functions. | |
9001 | |
4778 | 9002 2004-02-16 Glenn Golden <gdg@zplane.com> |
9003 | |
9004 * statistics/distributions/discrete_inv.m: | |
9005 Reduce memory requirements. | |
9006 | |
4772 | 9007 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9008 | |
9009 * plot/__errcomm__.m: Fix thinko in previous change. | |
9010 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9011 | |
4771 | 9012 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9013 | |
9014 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9015 control/base/analdemo.m, control/base/bddemo.m, | |
9016 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9017 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9018 control/base/rldemo.m, control/base/rlocus.m, | |
9019 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9020 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9021 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9022 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9023 control/obsolete/packsys.m, control/obsolete/series.m, | |
9024 control/system/__sysdefioname__.m, | |
9025 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9026 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9027 control/system/c2d.m, control/system/d2c.m, | |
9028 control/system/dmr2d.m, control/system/fir2sys.m, | |
9029 control/system/is_signal_list.m, control/system/is_siso.m, | |
9030 control/system/jet707.m, control/system/listidx.m, | |
9031 control/system/moddemo.m, control/system/ord2.m, | |
9032 control/system/packedform.m, control/system/parallel.m, | |
9033 control/system/ss2sys.m, control/system/sys2tf.m, | |
9034 control/system/sys2zp.m, control/system/sysadd.m, | |
9035 control/system/sysappend.m, control/system/sysconnect.m, | |
9036 control/system/syscont.m, control/system/sysdimensions.m, | |
9037 control/system/sysdisc.m, control/system/sysdup.m, | |
9038 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9039 control/system/sysgroup.m, control/system/sysmin.m, | |
9040 control/system/sysmult.m, control/system/sysprune.m, | |
9041 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9042 control/system/syssetsignals.m, control/system/syssub.m, | |
9043 control/system/sysupdate.m, control/system/tf2sys.m, | |
9044 control/system/ugain.m, control/system/zp2ss.m, | |
9045 control/system/zp2sys.m, control/util/__outlist__.m, | |
9046 control/util/__zgpbal__.m, control/util/strappend.m: | |
9047 Use cell arrays instead of lists. | |
9048 | |
4723 | 9049 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9050 | |
9051 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9052 so that bar (1, 1) will work. | |
9053 | |
4710 | 9054 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9055 | |
4717 | 9056 * plot/__errcomm__.m: Cope with nargin now being a function. |
9057 * plot/__errplot__.m: Likewise. | |
9058 * plot/__plt__.m: Likewise. | |
9059 * plot/plot_border.m: Likewise. | |
9060 | |
4710 | 9061 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9062 not $(DOCSTRINGS). | |
9063 | |
4706 | 9064 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9065 | |
9066 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9067 rank ([], tol). | |
9068 | |
4691 | 9069 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9070 | |
4692 | 9071 * elfun/acot.m: Return atan (1./z). |
9072 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9073 | |
4691 | 9074 * miscellaneous/dir.m: New file. |
9075 | |
9076 * general/num2str.m: Use "%d" as format if values are ints with | |
9077 magnitude less than 1e10. | |
9078 | |
9079 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9080 | |
9081 * general/num2str.m: If single arg is string, return it. | |
9082 | |
9083 * miscellaneous/not.m: New file. | |
9084 | |
9085 * miscellaneous/unix.m: New file. | |
9086 | |
9087 * miscellaneous/isunix.m: New file. | |
9088 * miscellaneous/ispc.m: New file. | |
9089 | |
9090 * miscellaneous/computer.m: New file. | |
9091 | |
9092 * miscellaneous/delete.m: New file. | |
9093 | |
4689 | 9094 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9095 | |
9096 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9097 | |
9098 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9099 | |
9100 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9101 Always return substituted version of LOADPATH if nargout != 0. | |
9102 | |
4685 | 9103 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9104 | |
9105 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9106 before continuing. | |
9107 | |
9108 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9109 | |
4677 | 9110 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9111 | |
9112 * general/ind2sub.m: New file. | |
9113 * general/sub2ind.m: New file. | |
9114 | |
4675 | 9115 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * control/system/zp2ss.m: Don't save and restore | |
9118 warn_empty_list_elements. | |
9119 | |
9120 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9121 | |
6778 | 9122 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9123 |
4673 | 9124 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9125 | |
9126 * statistics/base/mean.m: Remove special case for row vectors. | |
9127 | |
4637 | 9128 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9129 | |
9130 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9131 | |
4631 | 9132 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9133 | |
9134 * statistics/base/iqr.m: Handle matrices. | |
9135 | |
4630 | 9136 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9137 | |
9138 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9139 | |
4629 | 9140 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9141 | |
9142 * miscellaneous/path.m: Fix thinko in previous change. | |
9143 | |
4609 | 9144 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9145 | |
4629 | 9146 * control/base/dare.m: Check positive (semi)definiteness and |
9147 dimensions of r (and q). | |
9148 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9149 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9150 near unit circle. | |
4611 | 9151 |
9152 * control/system/is_detectable.m: Use Hautus Lemma. | |
9153 Correct the behavior for discrete-time systems. | |
9154 * control/system/is_stabilizable.m: Likewise. | |
9155 | |
4609 | 9156 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9157 | |
9158 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9159 | |
4610 | 9160 * general/isdefinite.m: New function. |
9161 | |
4567 | 9162 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9163 | |
9164 * general/reshape: Delete. | |
9165 | |
4559 | 9166 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9167 | |
9168 * general/numel.m: Delete. | |
9169 | |
4535 | 9170 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9171 | |
4536 | 9172 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9173 | |
9174 * deprecated/isstr.m: New file. | |
4535 | 9175 |
4529 | 9176 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9177 | |
9178 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9179 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9180 | |
4525 | 9181 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9182 | |
9183 * statistics/base/mean.m: Fix missing semicolon problem. | |
9184 | |
4503 | 9185 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9186 | |
9187 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9188 | |
4492 | 9189 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9190 | |
9191 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9192 Allow optional length argument. | |
9193 | |
4491 | 9194 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9195 | |
9196 * polynomial/polyfit.m: Avoid calling flipud. | |
9197 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9198 Return structure as second output value for improved Matlab | |
9199 compatibility. | |
9200 | |
4476 | 9201 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9202 | |
4478 | 9203 * linear-algebra/cond.m: Behave as though old built-in variable |
9204 propagate_empty_matrices is always 1. Also handle empty matrices | |
9205 with one non-zero dimension. | |
9206 | |
4476 | 9207 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9208 warn_single_quote_string to the list. | |
4478 | 9209 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9210 from the list. | |
4476 | 9211 |
5095 | 9212 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9213 |
9214 * signal/autocov.m: Transpose result of conj because diag returns | |
9215 a column vector, not a row vector. | |
9216 | |
9217 * audio/playaudio.m, audio/record.m, image/image.m, | |
9218 miscellaneous/bug_report.m: Protect spaces in filenames | |
9219 with quotes. | |
9220 | |
4466 | 9221 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9222 | |
4468 | 9223 * io/printf.m, io/puts.m: Delete. |
9224 | |
4466 | 9225 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9226 default_return_value from the list. | |
9227 Add warn_undefined_return_values to the list. | |
9228 | |
9229 | |
4464 | 9230 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9231 | |
9232 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9233 and initialize_global_variables from the list. | |
9234 | |
4460 | 9235 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9236 | |
4463 | 9237 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9238 | |
9239 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9240 | |
9241 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9242 * control/system/sys2fir.m: Likewise. | |
9243 | |
9244 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9245 * control/system/__tf2sysl__.m: Likewise. | |
9246 | |
9247 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9248 | |
9249 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9250 and [] concatenation. | |
9251 * control/system/sys2fir.m: Likewise. | |
9252 | |
9253 * control/base/dgram.m, control/base/freqchkw.m, | |
9254 control/base/gram.m, control/system/__abcddims__.m, | |
9255 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9256 control/system/is_sample.m, control/system/is_signal_list.m, | |
9257 control/system/is_siso.m, control/system/sys2fir.m, | |
9258 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9259 control/system/sysgettype.m, control/system/tf2zp.m, | |
9260 control/system/ugain.m, control/util/prompt.m, | |
9261 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9262 control/util/zgshsr.m: | |
9263 Improve conformance to Octave coding style. | |
9264 | |
4461 | 9265 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9266 the list. | |
9267 Delete resize_on_range_error from the list. | |
9268 | |
4460 | 9269 * control/base/pzmap.m, control/base/place.m, |
9270 control/base/__freqresp__.m, control/system/sysappend.m, | |
9271 control/system/syscont.m, control/system/sysdisc.m, | |
9272 control/system/sysgroup.m, control/system/tfout.m, | |
9273 control/system/zp2ss.m, control/system/zpout.m, | |
9274 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9275 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9276 empty_list_elements_ok. | |
9277 | |
9278 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9279 Delete empty_list_elements_ok from the list. | |
9280 | |
4457 | 9281 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9282 | |
9283 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9284 list. | |
9285 Delete treat_neg_dim_as_zero from the list. | |
9286 | |
9287 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9288 | |
4451 | 9289 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9290 | |
4455 | 9291 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9292 was not used in the code in any case). | |
9293 | |
9294 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9295 do_fortran_indexing. | |
9296 | |
4452 | 9297 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9298 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9299 | |
4451 | 9300 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9301 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9302 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9303 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9304 warn_fortran_indexing in the list. | |
9305 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9306 implicit_str_to_num_ok, do_fortran_indexing, and | |
9307 prefer_column_vectors from list. | |
4451 | 9308 |
4440 | 9309 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9310 | |
9311 * Makefile.in (distclean, maintainer-clean): Also remove | |
9312 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9313 directory. | |
9314 | |
5095 | 9315 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9316 |
9317 * plot/hist.m: Don't forget to define n if x is a vector. | |
9318 | |
5095 | 9319 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9320 |
9321 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9322 return "." with extension. | |
9323 | |
4422 | 9324 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9325 | |
9326 * control/base/__stepimp__.m, control/base/nichols.m, | |
9327 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9328 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9329 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9330 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9331 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9332 | |
4413 | 9333 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9334 | |
9335 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9336 | |
5095 | 9337 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9338 |
9339 * plot/hist.m: Improve performance by using different algorithms | |
9340 depending on number of bins. | |
9341 | |
4404 | 9342 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9343 | |
9344 * control/system/sysadd.m: If systems are not "tf", convert before | |
9345 adding. | |
9346 | |
5095 | 9347 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9348 |
9349 * image/imagesc.m: Accept data limits parameter for colormap. | |
9350 | |
5095 | 9351 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9352 |
9353 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9354 the impulse by t_step. | |
9355 | |
4373 | 9356 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9357 | |
9358 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9359 column vectors. | |
9360 | |
5095 | 9361 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9362 |
9363 * linear-algebra/null.m: Handle empty matrix arg. | |
9364 | |
4369 | 9365 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9366 | |
9367 * general/shift.m: Force empty_list_elements_ok to 1. | |
9368 | |
4358 | 9369 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9370 | |
9371 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9372 New files. | |
9373 | |
4348 | 9374 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9375 | |
9376 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9377 function handle to pass to feval. | |
9378 * statistics/base/qqplot.m: Likewise. | |
9379 * statistics/base/ppplot.m: Likewise. | |
9380 * signal/spectral_xdf.m: Likewise. | |
9381 * signal/spectral_adf.m: Likewise. | |
9382 | |
4340 | 9383 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9384 | |
9385 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9386 | |
4334 | 9387 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9388 | |
9389 * linear-algebra/logm.m: New file. | |
9390 | |
5095 | 9391 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9392 |
9393 * mkpkgadd: Scan C++ files as well | |
9394 | |
5095 | 9395 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9396 |
9397 * strings/findstr.m: Return empty set for zero-length target. | |
9398 | |
5095 | 9399 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9400 |
9401 * set/union.m: Preserve the orientation of inputs. | |
9402 | |
4305 | 9403 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9404 | |
9405 * general/int2str.m: Eliminate leading spaces. | |
9406 | |
4303 | 9407 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9408 | |
9409 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9410 | |
5095 | 9411 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9412 |
9413 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9414 $(BUILD_LDFLAGS) to compiler. | |
9415 | |
4295 | 9416 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9417 | |
9418 * general/num2str.m: Don't specify field width for scalars. | |
9419 | |
4292 | 9420 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9421 | |
9422 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9423 | |
4265 | 9424 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9425 | |
4279 | 9426 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9427 | |
4266 | 9428 * miscellaneous/tempname.m: New file. |
9429 | |
9430 * miscellaneous/tempdir.m: New file. | |
9431 | |
4265 | 9432 * miscellaneous/fullfile.m: New file. |
9433 | |
4259 | 9434 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9435 | |
4264 | 9436 * miscellaneous/fileparts.m: New file. |
9437 | |
9438 * io/beep.m: New file. | |
9439 | |
4260 | 9440 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9441 format only. | |
4259 | 9442 |
4257 | 9443 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9444 | |
9445 * strings/strcmp.m: Handle cell arrays of strings. | |
9446 | |
4229 | 9447 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9448 | |
9449 * general/int2str.m: Handle matrices. | |
9450 * general/num2str.m: Likewise. | |
9451 Also handle optional precision, and format args. | |
9452 | |
4225 | 9453 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9454 | |
9455 * audio/Makefile.in, control/base/Makefile.in, | |
9456 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9457 control/system/Makefile.in, elfun/Makefile.in, | |
9458 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9459 io/Makefile.in, linear-algebra/Makefile.in, | |
9460 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9461 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9462 specfun/Makefile.in, special-matrix/Makefile.in, | |
9463 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9464 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9465 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9466 deprecated/Makefile.in: Use new do-script-install and | |
9467 do-script-uninstall macros. | |
9468 | |
9469 * mkpkgadd: New script. | |
9470 | |
9471 * plot/close.m: New file. | |
9472 | |
4184 | 9473 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9474 | |
9475 * image/image.m: Use -raw option for xv. | |
9476 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9477 | |
4172 | 9478 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9479 | |
4174 | 9480 * control/base/lsim.m: Use approximate test for step size change. |
9481 | |
4172 | 9482 * signal/bartlett.m: Avoid row/column mismatch error. |
9483 | |
5095 | 9484 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9485 |
9486 * statistics/base/var.m: Use better formula for improved accuracy. | |
9487 | |
5095 | 9488 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9489 |
9490 * control/base/lsim.m: Correct doc string. | |
9491 | |
5095 | 9492 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9493 |
9494 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9495 | |
4148 | 9496 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9497 | |
9498 * plot/contour.m: Handle x and y as matrices too. | |
9499 | |
5095 | 9500 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9501 |
9502 * plot/contour.m: Fix error and usage messages. | |
9503 | |
4146 | 9504 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9505 | |
9506 * plot/contour.m: Correct orientation of plot. | |
9507 | |
4139 | 9508 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9509 | |
9510 * control/base/analdemo.m: Fix typo. | |
9511 | |
5095 | 9512 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9513 |
9514 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9515 | |
4098 | 9516 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9517 | |
9518 * mkdoc: Exit immediately on errors. | |
9519 Exit with error if gethelp does not exist. | |
9520 | |
9521 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9522 | |
4093 | 9523 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9524 | |
9525 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9526 | |
5095 | 9527 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9528 |
9529 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9530 * statistics/distributions/normal_pdf.m: Likewise. | |
9531 * statistics/distributions/normal_inv.m: Likewise. | |
9532 | |
5095 | 9533 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9534 |
9535 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9536 | |
5095 | 9537 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9538 |
9539 * statistics/base/var.m: Handle complex values. | |
9540 | |
4031 | 9541 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9542 | |
9543 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9544 list. | |
9545 * deprecated/Makefile.in: New file. | |
9546 | |
5095 | 9547 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9548 |
9549 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9550 * statistics/distributions/binomial_cdf.m: Likewise. | |
9551 * statistics/distributions/f_cdf.m: Likewise. | |
9552 * statistics/distributions/t_cdf.m: Likewise. | |
9553 | |
9554 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9555 * specfun/beta.m: Likewise. | |
9556 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9557 * statistics/distributions/gamma_pdf.m: Likewise. | |
9558 * statistics/distributions/poisson_pdf.m: Likewise. | |
9559 | |
9560 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9561 * statistics/distributions/poisson_cdf.m: Likewise. | |
9562 | |
4026 | 9563 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9564 | |
4028 | 9565 * deprecated/is_bool.m: New file. |
9566 * deprecated/is_complex.m: New file. | |
9567 * deprecated/is_global.m: New file. | |
9568 * deprecated/is_list.m: New file. | |
9569 * deprecated/is_matrix.m: New file. | |
9570 * deprecated/is_scalar.m: New file. | |
9571 * deprecated/is_square.m: New file. | |
9572 * deprecated/is_stream.m: New file. | |
9573 * deprecated/is_struct.m: New file. | |
9574 * deprecated/is_symmetric.m: New file. | |
9575 * deprecated/is_vector.m: New file. | |
4030 | 9576 * Change all callers of these functions to use the new names. |
4028 | 9577 |
4029 | 9578 * deprecated: New directory. |
9579 * Makefile.in (SUBDIRS): Add it to the list. | |
9580 | |
4026 | 9581 * general/isscalar.m: Rename from is_scalar.m. |
9582 * general/issquare.m: Rename from is_square.m. | |
9583 * general/issymmetric.m: Rename from is_symmetric.m. | |
9584 * general/isvector.m: Rename from is_vector.m. | |
9585 | |
4022 | 9586 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9587 | |
9588 * statistics/base/mean.m: Allow empty matrices. | |
9589 Handle DIM arg. | |
9590 | |
5095 | 9591 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9592 |
9593 * plot/__errcomm__.m: If format is not specified, default to error | |
9594 bar format. | |
9595 | |
4011 | 9596 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9597 | |
9598 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9599 __F_SETFL__ and __O_NONBLOCK__. | |
9600 | |
9601 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9602 * miscellaneous/bug_report.m: Likewise. | |
9603 | |
4007 | 9604 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9605 | |
4008 | 9606 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9607 * general/rem.m: Likewise. | |
9608 | |
9609 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9610 * plot/semilogxerr.m: Likewise. | |
4007 | 9611 * plot/semilogyerr.m: Likewise. |
9612 | |
5095 | 9613 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9614 |
9615 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9616 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9617 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9618 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9619 | |
9620 * plot/errorbar.m: Use __errcomm__.m. | |
9621 * plot/__errplot__.m: Minor cleanups. | |
9622 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9623 * plot/__pltopt1__.m: Likewise. | |
9624 | |
3980 | 9625 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9626 | |
3981 | 9627 * general/rem.m: Delete redundant call to usage. |
9628 | |
3980 | 9629 * general/mod.m: Additional error checks, Texinfoize doc string. |
9630 | |
5095 | 9631 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9632 |
9633 * general/mod.m: New function. | |
9634 | |
3979 | 9635 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9636 | |
9637 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9638 * control/system/sysadd.m: Likewise. | |
9639 * control/system/sysgroup.m: Likewise. | |
9640 * control/system/syssub.m: Likewise. | |
9641 * elfun/gcd.m: Likewise. | |
9642 * elfun/lcm.m: Likewise. | |
9643 * general/common_size.m: Likewise. | |
9644 * io/printf.m: Likewise. | |
9645 * miscellaneous/menu.m: Likewise. | |
9646 * miscellaneous/path.m: Likewise. | |
9647 * plot/__errplot__.m: Likewise. | |
9648 * plot/__plt__.m: Likewise. | |
9649 * plot/axis.m: Likewise. | |
9650 * plot/errorbar.m: Likewise. | |
9651 * plot/mplot.m: Likewise. | |
9652 * plot/loglog.m: Likewise. | |
9653 * plot/plot.m: Likewise. | |
9654 * plot/plot_border.m: Likewise. | |
9655 * plot/semilogx.m: Likewise. | |
9656 * plot/semilogy.m: Likewise. | |
9657 * plot/xlabel.m: Likewise. | |
9658 * plot/ylabel.m: Likewise. | |
9659 * plot/zlabel.m: Likewise. | |
9660 * statistics/base/ppplot.m: Likewise. | |
9661 * statistics/base/qqplot.m: Likewise. | |
9662 * statistics/tests/bartlett_test.m: Likewise. | |
9663 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9664 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9665 * strings/str2mat.m: Likewise. | |
9666 * strings/strcat.m: Likewise. | |
9667 | |
5095 | 9668 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9669 |
9670 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9671 | |
3924 | 9672 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9673 | |
9674 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9675 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9676 |
5095 | 9677 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9678 |
9679 * general/repmat.m: New function. | |
9680 | |
5095 | 9681 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9682 |
9683 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9684 Use optional parameter to specify the number of bits in the input. | |
9685 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9686 floats in the range [-1,1], 2x speedup. | |
9687 | |
9688 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9689 | |
3910 | 9690 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9691 | |
9692 * linear-algebra/kron.m: Delete. | |
9693 | |
5095 | 9694 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9695 |
9696 * signal/freqz.m: If nargout is zero, plot results instead of | |
9697 returning them. | |
9698 * signal/freqz_plot.m: New file. | |
9699 | |
5095 | 9700 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9701 |
5378 | 9702 * signal/unwrap.m: New file. |
3906 | 9703 |
5095 | 9704 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9705 |
9706 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9707 divide by zero warning. | |
9708 | |
5095 | 9709 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9710 |
3894 | 9711 * strings/deblank.m: Trim \0 as well as blank. |
9712 | |
5378 | 9713 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9714 expressed in radians or Hz relative to a supplied sample rate. |
9715 | |
5095 | 9716 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9717 |
9718 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9719 | |
3891 | 9720 * strings/findstr.m: Vectorize as much as possible. |
9721 | |
5095 | 9722 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9723 |
9724 * special-matrix/invhilb.m: New version that is faster and more | |
9725 accurate. | |
9726 | |
5095 | 9727 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9728 |
9729 * configure.in: Update for autoconf 2.5x. | |
9730 | |
5095 | 9731 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9732 |
9733 * special-matrix/vander.m: Code tidy and vectorize. | |
9734 | |
5095 | 9735 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9736 |
3883 | 9737 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9738 to vectors. Issue a warning in the case x matches y' but return a | |
9739 column vector as Octave currently does. | |
9740 | |
3882 | 9741 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9742 | |
9743 * control/system/starp.m: Leave more of the documentation | |
9744 processing to texinfo and less to the @format block. | |
9745 | |
9746 * image/imagesc.m: Only display image if no output is requested. | |
9747 Code tidying. | |
9748 | |
3876 | 9749 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9750 | |
9751 * statistics/base/center.m: Accept and return empty matrix. | |
9752 | |
3872 | 9753 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9754 | |
9755 * specfun/erfinv.m: Fix usage message. | |
9756 | |
3869 | 9757 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9758 | |
9759 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9760 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9761 | |
3837 | 9762 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9763 | |
9764 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9765 capitalized variable names. | |
9766 | |
3836 | 9767 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9768 | |
9769 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9770 | |
5095 | 9771 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9772 |
9773 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9774 | |
3803 | 9775 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9776 | |
3833 | 9777 * general/cart2pol.m: New file. |
9778 * general/pol2cart.m: New file. | |
9779 * general/cart2sph.m: New file. | |
9780 * general/sph2cart.m: New file. | |
9781 * image/rgb2hsv.m: New file. | |
9782 * image/hsv2rgb.m: New file. | |
3803 | 9783 |
9784 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9785 | |
9786 * plot/meshgrid.m: Avoid for loops. | |
9787 * plot/meshdom.m: Likewise. | |
9788 | |
3801 | 9789 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9790 | |
9791 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9792 | |
9793 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9794 | |
9795 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9796 norm. | |
9797 | |
3792 | 9798 2001-02-09 David Livings <david.livings@asa.co.uk> |
9799 | |
9800 * statistics/tests/welch_test.m: Fix typo. | |
9801 | |
9802 * statistics/distributions/chisquare_cdf.m: | |
9803 Don't restrict inputs to be only positive integers. | |
9804 * statistics/distributions/chisquare_inv.m: Likewise. | |
9805 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9806 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9807 * statistics/distributions/f_cdf.m: Likewise. | |
9808 * statistics/distributions/f_inv.m: Likewise. | |
9809 * statistics/distributions/f_pdf.m: Likewise. | |
9810 * statistics/distributions/f_rnd.m: Likewise. | |
9811 * statistics/distributions/t_cdf.m: Likewise. | |
9812 * statistics/distributions/t_inv.m: Likewise. | |
9813 * statistics/distributions/t_pdf.m: Likewise. | |
9814 * statistics/distributions/t_rnd.m: Likewise. | |
9815 | |
3790 | 9816 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9817 | |
9818 * strings/dec2base.m: New file. | |
9819 * strings/base2dec.m: New file. | |
9820 * strings/strjust.m: New file. | |
9821 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9822 * strings/dec2bin.m: Likewise. | |
9823 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9824 * strings/bin2dec.m: Likewise. | |
9825 | |
5095 | 9826 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9827 |
9828 * statistics/base/ppplot.m: Use gset, not set. | |
9829 * statistics/base/qqplot.m: Likewise. | |
9830 | |
5095 | 9831 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9832 |
9833 * control/system/c2d.m: Add missing endif. | |
9834 | |
3759 | 9835 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9836 | |
9837 * strings/index.m: Return 0 if either string is empty. | |
9838 | |
9839 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9840 | |
9841 * control/system/c2d.m: Allow option of matched pole/zero | |
9842 equivalent for conversion. | |
9843 | |
9844 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9845 | |
9846 * strings/findstr.m: Return empty matrix if search string is empty. | |
9847 | |
3757 | 9848 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9849 | |
9850 * saveimage.m: Do create rawbit image for black and white images, | |
9851 but do it correctly. | |
9852 | |
3754 | 9853 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9854 | |
6778 | 9855 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9856 result polynomials. | |
3754 | 9857 |
3748 | 9858 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9859 | |
9860 * image/saveimage.m: Don't try to create rawbit image. | |
9861 | |
3740 | 9862 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9863 | |
9864 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9865 | |
5095 | 9866 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9867 |
9868 * plot/contour.m: Reorder args for Matlab compatibility. | |
9869 | |
3727 | 9870 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9871 | |
9872 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9873 | |
3717 | 9874 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9875 | |
3718 | 9876 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9877 | |
3717 | 9878 * plot/mesh.m: Also set nologscale before plotting. |
9879 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9880 xyerrorbars instead of just errorbars. | |
9881 | |
3714 | 9882 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9883 | |
9884 * image/image.m: Try display (from ImageMagick) first. | |
9885 | |
3709 | 9886 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9887 | |
9888 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9889 conjugate transpose. | |
9890 | |
3705 | 9891 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9892 | |
9893 * strings/str2mat.m: Apply setstr to each argument. | |
9894 | |
3696 | 9895 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9896 | |
9897 * control/base/dkalman.m: New file. | |
9898 * control/base/dlqe.m: Handle singular A matrix. | |
9899 * control/base/dlqr.m: Likewise. | |
9900 | |
3695 | 9901 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9902 | |
9903 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9904 dimensions don't match. | |
9905 | |
3690 | 9906 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9907 | |
9908 * plot/hist.m: Allow 3 argument form to work. | |
9909 | |
5095 | 9910 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9911 |
9912 * plot/plot.m: Add examples in doc string. | |
9913 | |
5095 | 9914 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9915 |
9916 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9917 Do the right thing even if automatic_replot is not zero. | |
9918 Avoid failure if system has pure imaginary poles. | |
9919 | |
3674 | 9920 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9921 | |
9922 * general/logical.m: Return arg if it is empty. Better error | |
9923 message for non-numeric types. | |
9924 | |
5095 | 9925 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9926 |
9927 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9928 about difference with Matlab dlqe function. | |
9929 | |
9930 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9931 | |
5095 | 9932 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9933 |
9934 * strings/strrep.m: Fix typo. | |
9935 | |
3666 | 9936 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9937 | |
9938 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9939 | |
5095 | 9940 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9941 |
9942 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9943 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9944 |
5095 | 9945 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9946 |
9947 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9948 guess for iteration. | |
9949 | |
3651 | 9950 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9951 | |
9952 * image/image.m: Allow image (A) or image (x, y, A). | |
9953 * image/imagesc.m: Likewise. | |
9954 | |
9955 * image/image.m: If zoom is not supplied, or if it is an empty | |
9956 matrix, autoscale the image. | |
9957 | |
3618 | 9958 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9959 | |
3619 | 9960 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9961 Undo string escapes in text twice(!) before sending to gnuplot. | |
9962 | |
3618 | 9963 * image/saveimage.m: Add comment to file saying who created it and |
9964 when it was created. Suggested by Stephen Eglen | |
9965 <stephen@cogsci.ed.ac.uk>. | |
9966 | |
5095 | 9967 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9968 |
9969 * polynomial/polyreduce.m: Simplify by looking for the first | |
9970 non-zero element rather than the last of the first set of zero | |
9971 elements. | |
9972 | |
9973 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9974 | |
5095 | 9975 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9976 |
9977 * image/saveimage.m: Swap black and white colormaps so zero is | |
9978 displayed as black and 1 is displayed as white. | |
9979 Fix indexing bug in ppm case. | |
9980 | |
3604 | 9981 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9982 | |
9983 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9984 between the two distributions (took same approach as ks.test() in R.) | |
9985 | |
3603 | 9986 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9987 | |
9988 * control/base/bode.m: Temporarily disable automatic_replot. | |
9989 | |
3599 | 9990 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9991 | |
3601 | 9992 * Makefile.in (clean): Also remove gethelp. |
9993 | |
3599 | 9994 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9995 | |
5095 | 9996 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9997 |
9998 * set/create_set.m: Use find to avoid while loop. | |
9999 | |
5095 | 10000 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10001 |
10002 * plot/hist.m: New optional third argument. | |
10003 | |
10004 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10005 | |
10006 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10007 number appended. | |
10008 | |
3575 | 10009 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10010 | |
10011 * gethelp.cc: Sprinkle with std:: qualifier. | |
10012 | |
3498 | 10013 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10014 | |
10015 * image/saveimage.m: Delete some debugging code. | |
10016 | |
3486 | 10017 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10018 | |
10019 * signal/sinc.m: Avoid reshaping. | |
10020 | |
10021 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10022 * image/ind2rgb.m: Ditto. | |
10023 * image/ind2gray.m: Ditto. | |
10024 * general/reshape.m: Ditto. Also no longer needs to reset | |
10025 implicit_str_to_num_ok. | |
10026 | |
3483 | 10027 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10028 | |
10029 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10030 a list of file structures, not a vector of numeric file ids. | |
10031 | |
3474 | 10032 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10033 | |
3476 | 10034 * plot/__axis_label__.m: New function. |
10035 Undo string escapes in text twice(!) before sending to gnuplot. | |
10036 * plot/xlabel.m: Use it. | |
10037 * plot/ylabel.m: Ditto. | |
10038 * plot/zlabel.m: Ditto. | |
10039 | |
3474 | 10040 * plot/mesh.m: Fix error message to reflect reality. |
10041 | |
5095 | 10042 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10043 |
10044 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10045 | |
5095 | 10046 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10047 |
10048 * audio/saveaudio.m: Also accept files with .ul extension. | |
10049 * audio/loadaudio.m: Ditto. | |
10050 * audio/playaudio.m: Ditto. | |
10051 | |
3456 | 10052 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10053 | |
10054 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10055 * statistics/distributions/beta_inv.m: Ditto. | |
10056 * statistics/distributions/beta_pdf.m: Ditto. | |
10057 * statistics/distributions/beta_rnd.m: Ditto. | |
10058 * statistics/distributions/binomial_cdf.m: Ditto. | |
10059 * statistics/distributions/binomial_inv.m: Ditto. | |
10060 * statistics/distributions/binomial_pdf.m: Ditto. | |
10061 * statistics/distributions/binomial_rnd.m: Ditto. | |
10062 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10063 * statistics/distributions/cauchy_inv.m: Ditto. | |
10064 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10065 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10066 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10067 * statistics/distributions/chisquare_inv.m: Ditto. | |
10068 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10069 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10070 * statistics/distributions/discrete_cdf.m: Ditto. | |
10071 * statistics/distributions/discrete_inv.m: Ditto. | |
10072 * statistics/distributions/discrete_pdf.m: Ditto. | |
10073 * statistics/distributions/discrete_rnd.m: Ditto. | |
10074 * statistics/distributions/empirical_cdf.m: Ditto. | |
10075 * statistics/distributions/empirical_inv.m: Ditto. | |
10076 * statistics/distributions/empirical_pdf.m: Ditto. | |
10077 * statistics/distributions/empirical_rnd.m: Ditto. | |
10078 * statistics/distributions/exponential_cdf.m: Ditto. | |
10079 * statistics/distributions/exponential_inv.m: Ditto. | |
10080 * statistics/distributions/exponential_pdf.m: Ditto. | |
10081 * statistics/distributions/exponential_rnd.m: Ditto. | |
10082 * statistics/distributions/f_cdf.m: Ditto. | |
10083 * statistics/distributions/f_inv.m: Ditto. | |
10084 * statistics/distributions/f_pdf.m: Ditto. | |
10085 * statistics/distributions/f_rnd.m: Ditto. | |
10086 * statistics/distributions/gamma_cdf.m: Ditto. | |
10087 * statistics/distributions/gamma_inv.m: Ditto. | |
10088 * statistics/distributions/gamma_pdf.m: Ditto. | |
10089 * statistics/distributions/gamma_rnd.m: Ditto. | |
10090 * statistics/distributions/geometric_cdf.m: Ditto. | |
10091 * statistics/distributions/geometric_inv.m: Ditto. | |
10092 * statistics/distributions/geometric_pdf.m: Ditto. | |
10093 * statistics/distributions/geometric_rnd.m: Ditto. | |
10094 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10095 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10096 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10097 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10098 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10099 * statistics/distributions/laplace_cdf.m: Ditto. | |
10100 * statistics/distributions/laplace_inv.m: Ditto. | |
10101 * statistics/distributions/laplace_pdf.m: Ditto. | |
10102 * statistics/distributions/laplace_rnd.m: Ditto. | |
10103 * statistics/distributions/logistic_cdf.m: Ditto. | |
10104 * statistics/distributions/logistic_inv.m: Ditto. | |
10105 * statistics/distributions/logistic_pdf.m: Ditto. | |
10106 * statistics/distributions/logistic_rnd.m: Ditto. | |
10107 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10108 * statistics/distributions/lognormal_inv.m: Ditto. | |
10109 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10110 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10111 * statistics/distributions/normal_cdf.m: Ditto. | |
10112 * statistics/distributions/normal_inv.m: Ditto. | |
10113 * statistics/distributions/normal_pdf.m: Ditto. | |
10114 * statistics/distributions/normal_rnd.m: Ditto. | |
10115 * statistics/distributions/pascal_cdf.m: Ditto. | |
10116 * statistics/distributions/pascal_inv.m: Ditto. | |
10117 * statistics/distributions/pascal_pdf.m: Ditto. | |
10118 * statistics/distributions/pascal_rnd.m: Ditto. | |
10119 * statistics/distributions/poisson_cdf.m: Ditto. | |
10120 * statistics/distributions/poisson_inv.m: Ditto. | |
10121 * statistics/distributions/poisson_pdf.m: Ditto. | |
10122 * statistics/distributions/poisson_rnd.m: Ditto. | |
10123 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10124 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10125 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10126 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10127 * statistics/distributions/t_cdf.m: Ditto. | |
10128 * statistics/distributions/t_inv.m: Ditto. | |
10129 * statistics/distributions/t_pdf.m: Ditto. | |
10130 * statistics/distributions/t_rnd.m: Ditto. | |
10131 * statistics/distributions/uniform_cdf.m: Ditto. | |
10132 * statistics/distributions/uniform_inv.m: Ditto. | |
10133 * statistics/distributions/uniform_pdf.m: Ditto. | |
10134 * statistics/distributions/uniform_rnd.m: Ditto. | |
10135 * statistics/distributions/weibull_cdf.m: Ditto. | |
10136 * statistics/distributions/weibull_inv.m: Ditto. | |
10137 * statistics/distributions/weibull_pdf.m: Ditto. | |
10138 * statistics/distributions/weibull_rnd.m: Ditto. | |
10139 * statistics/distributions/wiener_rnd.m: Ditto. | |
10140 | |
3453 | 10141 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10142 | |
10143 * statistics/base/values.m: Texinfoize doc string. | |
10144 * statistics/base/var.m: Ditto. | |
10145 * statistics/base/table.m: Ditto. | |
10146 * statistics/base/studentize.m: Ditto. | |
10147 * statistics/base/statistics.m: Ditto. | |
10148 * statistics/base/spearman.m: Ditto. | |
10149 * statistics/base/run_count.m: Ditto. | |
10150 * statistics/base/ranks.m: Ditto. | |
10151 * statistics/base/range.m: Ditto. | |
10152 * statistics/base/qqplot.m: Ditto. | |
10153 * statistics/base/probit.m: Ditto. | |
10154 * statistics/base/ppplot.m: Ditto. | |
10155 * statistics/base/moment.m: Ditto. | |
10156 * statistics/base/meansq.m: Ditto. | |
10157 * statistics/base/logit.m: Ditto. | |
10158 * statistics/base/kendall.m: Ditto. | |
10159 * statistics/base/iqr.m: Ditto. | |
10160 * statistics/base/cut.m: Ditto. | |
10161 * statistics/base/cor.m: Ditto. | |
10162 * statistics/base/cloglog.m: Ditto. | |
10163 * statistics/base/center.m: Ditto. | |
3454 | 10164 * statistics/models/logistic_regression.m: Ditto. |
10165 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10166 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10167 * statistics/tests/anova.m: Ditto. | |
10168 * statistics/tests/bartlett_test.m: Ditto. | |
10169 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10170 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10171 * statistics/tests/cor_test.m: Ditto. | |
10172 * statistics/tests/f_test_regression.m: Ditto. | |
10173 * statistics/tests/hotelling_test.m: Ditto. | |
10174 * statistics/tests/hotelling_test_2.m: Ditto. | |
10175 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10176 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10177 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10178 * statistics/tests/manova.m: Ditto. | |
10179 * statistics/tests/mcnemar_test.m: Ditto. | |
10180 * statistics/tests/prop_test_2.m: Ditto. | |
10181 * statistics/tests/run_test.m: Ditto. | |
10182 * statistics/tests/sign_test.m: Ditto. | |
10183 * statistics/tests/t_test.m: Ditto. | |
10184 * statistics/tests/t_test_2.m: Ditto. | |
10185 * statistics/tests/t_test_regression.m: Ditto. | |
10186 * statistics/tests/u_test.m: Ditto. | |
10187 * statistics/tests/var_test.m: Ditto. | |
10188 * statistics/tests/welch_test.m: Ditto. | |
10189 * statistics/tests/wilcoxon_test.m: Ditto. | |
10190 * statistics/tests/z_test.m: Ditto. | |
10191 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10192 |
3446 | 10193 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10194 | |
10195 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10196 * plot/__plr1__.m: Ditto. |
10197 * plot/__pltopt__.m: Ditto. | |
10198 * plot/__plt__.m: Ditto. | |
10199 * plot/__plt2vv__.m: Ditto. | |
10200 * plot/__plr2__.m: Ditto. | |
10201 * plot/__plr__.m: Ditto. | |
10202 * plot/__plt1__.m: Ditto. | |
10203 * plot/__plt2__.m: Ditto. | |
10204 * plot/__plt2mm__.m: Ditto. | |
10205 * plot/__plt2mv__.m: Ditto. | |
10206 * plot/__plt2ss__.m: Ditto. | |
10207 * miscellaneous/paren.m: Ditto. | |
10208 * miscellaneous/comma.m: Ditto. | |
10209 * miscellaneous/semicolon.m: Ditto. | |
10210 * miscellaneous/path.m: Ditto. | |
10211 * miscellaneous/list_primes.m: Ditto. | |
10212 * miscellaneous/flops.m: Ditto. | |
10213 * miscellaneous/dump_prefs.m: Ditto. | |
10214 * miscellaneous/bug_report.m: Ditto. | |
10215 * linear-algebra/dot.m: Ditto | |
10216 * linear-algebra/dmult.m: Ditto. | |
10217 * general/randperm.m: Ditto. | |
10218 * general/logical.m: Ditto. | |
10219 * general/is_duplicate_entry.m: Ditto. | |
10220 * signal/arch_fit.m: Ditto. | |
10221 * signal/arch_rnd.m: Ditto. | |
10222 * signal/arch_test.m: Ditto. | |
10223 * signal/arma_rnd.m: Ditto. | |
10224 * signal/autocor.m: Ditto. | |
10225 * signal/autocov.m: Ditto. | |
10226 * signal/autoreg_matrix.m: Ditto. | |
10227 * signal/bartlett.m: Ditto. | |
10228 * signal/blackman.m: Ditto. | |
10229 * signal/detrend.m: Ditto. | |
10230 * signal/diffpara.m: Ditto. | |
10231 * signal/durbinlevinson.m: Ditto. | |
10232 * signal/fftconv.m: Ditto. | |
10233 * signal/fftfilt.m: Ditto. | |
10234 * signal/fftshift.m: Ditto. | |
10235 * signal/fractdiff.m: Ditto. | |
10236 * signal/freqz.m: Ditto. | |
10237 * signal/hamming.m: Ditto. | |
10238 * signal/hanning.m: Ditto. | |
10239 * signal/hurst.m: Ditto. | |
10240 * signal/periodogram.m: Ditto. | |
10241 * signal/rectangle_lw.m: Ditto. | |
10242 * signal/rectangle_sw.m: Ditto. | |
10243 * signal/sinc.m: Ditto. | |
10244 * signal/sinetone.m: Ditto. | |
10245 * signal/sinewave.m: Ditto. | |
10246 * signal/spectral_adf.m: Ditto. | |
10247 * signal/spectral_xdf.m: Ditto. | |
10248 * signal/spencer.m: Ditto. | |
10249 * signal/stft.m: Ditto. | |
10250 * signal/synthesis.m: Ditto. | |
10251 * signal/triangle_lw.m: Ditto. | |
10252 * signal/triangle_sw.m: Ditto. | |
10253 * signal/yulewalker.m: Ditto. | |
3450 | 10254 * control/util/strappend.m: Ditto. |
3451 | 10255 * control/base/nichols.m: Ditto. |
3452 | 10256 * control/system/is_signal_list.m: Ditto. |
10257 * control/system/listidx.m: Ditto. | |
10258 * control/system/sysgettsam.m: Ditto. | |
10259 * control/system/sysidx.m: Ditto. | |
3446 | 10260 |
3438 | 10261 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10262 | |
10263 * control/system/__abcddims__.m: Rename from | |
10264 control/system/abcddims.m, change all callers. | |
10265 * control/base/__bodquist__.m: Likewise. | |
10266 * control/base/__freqresp__.m: Likewise. | |
10267 * control/util/__outlist__.m: Likewise. | |
10268 * control/base/__stepimp__.m: Likewise. | |
10269 * control/system/__syschnamesl__.m: Likewise. | |
10270 * control/system/__syscont_disc__.m: Likewise. | |
10271 * control/system/__sysdefioname__.m: Likewise. | |
10272 * control/system/__sysdefstname__.m: Likewise. | |
10273 * control/system/__sysgroupn__.m: Likewise. | |
10274 * control/system/__tf2sysl__.m: Likewise. | |
10275 * control/util/__zgpbal__.m: Likewise. | |
10276 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10277 |
10278 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10279 * quaternion/qconj.m: Ditto. |
10280 * quaternion/qcoordinate_plot.m: Ditto. | |
10281 * quaternion/qderiv.m: Ditto. | |
10282 * quaternion/qderivmat.m: Ditto. | |
10283 * quaternion/qinv.m: Ditto. | |
10284 * quaternion/qmult.m: Ditto. | |
10285 * quaternion/qtrans.m: Ditto. | |
10286 * quaternion/qtransv.m: Ditto. | |
10287 * quaternion/qtransvmat.m: Ditto. | |
10288 * quaternion/quaternion.m: Ditto. | |
3438 | 10289 |
3436 | 10290 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10291 | |
10292 * control/base/Makefile.in: Ditto. | |
10293 * control/hinf/Makefile.in: New file. | |
10294 * control/marsyas/Makefile.in: Ditto. | |
10295 * control/obsolete/Makefile.in: Ditto. | |
10296 * control/system/Makefile.in: Ditto. | |
10297 * control/util/Makefile.in: Ditto. | |
10298 | |
10299 * strings/com2str.m: Move here from control directory. | |
10300 | |
10301 * control/base: New directory. | |
10302 * control/base/DEMOcontrol.m: Move here from control directory. | |
10303 * control/base/analdemo.m: Ditto. | |
10304 * control/base/are.m: Ditto. | |
10305 * control/base/bddemo.m: Ditto. | |
10306 * control/base/bode.m: Ditto. | |
10307 * control/base/bode_bounds.m: Ditto. | |
10308 * control/base/bodquist.m: Ditto. | |
10309 * control/base/controldemo.m: Ditto. | |
10310 * control/base/ctrb.m: Ditto. | |
10311 * control/base/damp.m: Ditto. | |
10312 * control/base/dare.m: Ditto. | |
10313 * control/base/dcgain.m: Ditto. | |
10314 * control/base/dgram.m: Ditto. | |
10315 * control/base/dlqe.m: Ditto. | |
10316 * control/base/dlqr.m: Ditto. | |
10317 * control/base/dlyap.m: Ditto. | |
10318 * control/base/dre.m: Ditto. | |
10319 * control/base/frdemo.m: Ditto. | |
10320 * control/base/freqchkw.m: Ditto. | |
10321 * control/base/freqresp.m: Ditto. | |
10322 * control/base/gram.m: Ditto. | |
10323 * control/base/impulse.m: Ditto. | |
10324 * control/base/lqe.m: Ditto. | |
10325 * control/base/lqg.m: Ditto. | |
10326 * control/base/lqr.m: Ditto. | |
10327 * control/base/lsim.m: Ditto. | |
10328 * control/base/ltifr.m: Ditto. | |
10329 * control/base/lyap.m: Ditto. | |
10330 * control/base/nichols.m: Ditto. | |
10331 * control/base/nyquist.m: Ditto. | |
10332 * control/base/obsv.m: Ditto. | |
10333 * control/base/place.m: Ditto. | |
10334 * control/base/pzmap.m: Ditto. | |
10335 * control/base/rldemo.m: Ditto. | |
10336 * control/base/rlocus.m: Ditto. | |
10337 * control/base/step.m: Ditto. | |
10338 * control/base/stepimp.m: Ditto. | |
10339 * control/base/tzero.m: Ditto. | |
10340 * control/base/tzero2.m: Ditto. | |
10341 | |
10342 * control/hinf: New directory. | |
10343 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10344 * control/hinf/h2norm.m: Ditto. | |
10345 * control/hinf/h2syn.m: Ditto. | |
10346 * control/hinf/hinf_ctr.m: Ditto. | |
10347 * control/hinf/hinfdemo.m: Ditto. | |
10348 * control/hinf/hinfnorm.m: Ditto. | |
10349 * control/hinf/hinfsyn.m: Ditto. | |
10350 * control/hinf/hinfsyn_chk.m: Ditto. | |
10351 * control/hinf/hinfsyn_ric.m: Ditto. | |
10352 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10353 * control/hinf/dgkfdemo.m: Ditto. |
10354 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10355 |
10356 * control/marsyas: New directory. | |
10357 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10358 * control/marsyas/susball.m: Ditto. | |
10359 | |
10360 * control/obsolete/dezero.m: Move here from control directory. | |
10361 * control/obsolete/rotg.m: Ditto. | |
10362 | |
10363 * control/system: New directory. | |
10364 * control/system/abcddim.m: Move here from control directory. | |
10365 * control/system/abcddims.m: Ditto. | |
10366 * control/system/buildssic.m: Ditto. | |
10367 * control/system/c2d.m: Ditto. | |
10368 * control/system/d2c.m: Ditto. | |
10369 * control/system/dmr2d.m: Ditto. | |
10370 * control/system/fir2sys.m: Ditto. | |
10371 * control/system/is_abcd.m: Ditto. | |
10372 * control/system/is_digital.m: Ditto. | |
10373 * control/system/is_sample.m: Ditto. | |
10374 * control/system/is_signal_list.m: Ditto. | |
10375 * control/system/is_siso.m: Ditto. | |
3441 | 10376 * control/system/is_controllable.m: Ditto. |
10377 * control/system/is_detectable.m: Ditto. | |
10378 * control/system/is_observable.m: Ditto. | |
10379 * control/system/is_stabilizable.m: Ditto. | |
10380 * control/system/is_stable.m: Ditto. | |
3436 | 10381 * control/system/jet707.m: Ditto. |
10382 * control/system/listidx.m: Ditto. | |
10383 * control/system/moddemo.m: Ditto. | |
10384 * control/system/ord2.m: Ditto. | |
10385 * control/system/packedform.m: Ditto. | |
10386 * control/system/parallel.m: Ditto. | |
10387 * control/system/ss2sys.m: Ditto. | |
10388 * control/system/ss2tf.m: Ditto. | |
10389 * control/system/ss2zp.m: Ditto. | |
10390 * control/system/starp.m: Ditto. | |
10391 * control/system/sys2fir.m: Ditto. | |
10392 * control/system/sys2ss.m: Ditto. | |
10393 * control/system/sys2tf.m: Ditto. | |
10394 * control/system/sys2zp.m: Ditto. | |
10395 * control/system/sysadd.m: Ditto. | |
10396 * control/system/sysappend.m: Ditto. | |
10397 * control/system/syschnamesl.m: Ditto. | |
10398 * control/system/syschtsam.m: Ditto. | |
10399 * control/system/sysconnect.m: Ditto. | |
10400 * control/system/syscont.m: Ditto. | |
10401 * control/system/syscont_disc.m: Ditto. | |
10402 * control/system/sysdefioname.m: Ditto. | |
10403 * control/system/sysdefstname.m: Ditto. | |
10404 * control/system/sysdimensions.m: Ditto. | |
10405 * control/system/sysdisc.m: Ditto. | |
10406 * control/system/sysdup.m: Ditto. | |
10407 * control/system/sysgetsignals.m: Ditto. | |
10408 * control/system/sysgettsam.m: Ditto. | |
10409 * control/system/sysgettype.m: Ditto. | |
10410 * control/system/sysgroup.m: Ditto. | |
10411 * control/system/sysgroupn.m: Ditto. | |
10412 * control/system/sysidx.m: Ditto. | |
10413 * control/system/sysmin.m: Ditto. | |
10414 * control/system/sysmult.m: Ditto. | |
10415 * control/system/sysout.m: Ditto. | |
10416 * control/system/sysprune.m: Ditto. | |
10417 * control/system/sysreorder.m: Ditto. | |
10418 * control/system/sysrepdemo.m: Ditto. | |
10419 * control/system/sysscale.m: Ditto. | |
10420 * control/system/syssetsignals.m: Ditto. | |
10421 * control/system/syssub.m: Ditto. | |
10422 * control/system/sysupdate.m: Ditto. | |
10423 * control/system/tf2ss.m: Ditto. | |
10424 * control/system/tf2sys.m: Ditto. | |
10425 * control/system/tf2sysl.m: Ditto. | |
10426 * control/system/tf2zp.m: Ditto. | |
10427 * control/system/tfout.m: Ditto. | |
10428 * control/system/ugain.m: Ditto. | |
10429 * control/system/zp2ss.m: Ditto. | |
10430 * control/system/zp2ssg2.m: Ditto. | |
10431 * control/system/zp2sys.m: Ditto. | |
10432 * control/system/zp2tf.m: Ditto. | |
10433 * control/system/zpout.m: Ditto. | |
10434 | |
10435 * control/util: New directory. | |
10436 * control/util/axis2dlim.m: Move here from control directory. | |
10437 * control/util/outlist.m: Ditto. | |
10438 * control/util/prompt.m: Ditto. | |
10439 * control/util/run_cmd.m: Ditto. | |
10440 * control/util/sortcom.m: Ditto. | |
10441 * control/util/strappend.m: Ditto. | |
10442 * control/util/swap.m: Ditto. | |
10443 * control/util/zgfmul.m: Ditto. | |
10444 * control/util/zgfslv.m: Ditto. | |
10445 * control/util/zginit.m: Ditto. | |
10446 * control/util/zgpbal.m: Ditto. | |
10447 * control/util/zgreduce.m: Ditto. | |
10448 * control/util/zgrownorm.m: Ditto. | |
10449 * control/util/zgscal.m: Ditto. | |
10450 * control/util/zgsgiv.m: Ditto. | |
10451 * control/util/zgshsr.m: Ditto. | |
10452 | |
3427 | 10453 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10454 | |
10455 * gethelp.cc (extract_help_text): Discard first space character | |
10456 after consecutive comment characters. | |
10457 | |
3422 | 10458 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10459 | |
10460 * control/obsolete: New directory | |
10461 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10462 * control/obsolete/swapcols.m: Ditto. |
10463 * control/obsolete/dlqg.m: Ditto. | |
10464 * control/obsolete/minfo.m: Ditto. | |
10465 * control/obsolete/packsys.m: Ditto. | |
10466 * control/obsolete/qzval.m: Ditto. | |
10467 * control/obsolete/unpacksys.m: Ditto. | |
10468 * control/obsolete/series.m: Ditto. | |
10469 * control/obsolete/syschnames.m: Ditto. | |
10470 * polynomial/polyout.m: Ditto. | |
3422 | 10471 |
3420 | 10472 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10473 | |
10474 * general/fliplr.m: Eliminate useless copy of arg. | |
10475 * general/flipud.m: Ditto. | |
10476 | |
3418 | 10477 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10478 | |
10479 * linear-algebra/cross.m: Only return a row vector if both args | |
10480 are row vectors. | |
10481 * polynomial/polyfit.m: Likewise. | |
10482 | |
10483 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10484 | |
10485 * statistics/distributions/discrete_rnd.m: | |
10486 Always generate a row vector. | |
10487 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10488 | |
5095 | 10489 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10490 |
10491 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10492 | |
10493 * audio/setaudio.m: Texinfoize doc string. | |
10494 * control/com2str.m: Likewise. | |
10495 * control/controldemo.m: Likewise. | |
10496 * control/DEMOcontrol.m: Likewise. | |
10497 * control/dezero.m: Likewise. | |
10498 * control/dre.m: Likewise. | |
10499 * control/hinfsyn_ric.m: Likewise. | |
10500 | |
5095 | 10501 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10502 |
10503 * io/printf.m: Add @seealso{...} to doc string. | |
10504 * io/puts.m: Likewise. | |
10505 * plot/semilogx.m: Likewise. | |
10506 * plot/semilogy.m: Likewise. | |
10507 * plot/__pltopt__.m: Likewise. | |
10508 * plot/bar.m: Likewise. | |
10509 * plot/xlabel.m: Likewise. | |
10510 * plot/grid.m: Likewise. | |
10511 * plot/shg.m: Likewise. | |
10512 * plot/title.m: Likewise. | |
10513 * plot/mesh.m: Likewise. | |
10514 * plot/__pltopt1__.m: Likewise. | |
10515 * plot/contour.m: Likewise. | |
10516 * plot/hist.m: Likewise. | |
10517 * plot/stairs.m: Likewise. | |
10518 * plot/meshgrid.m: Likewise. | |
10519 * plot/polar.m: Likewise. | |
10520 * plot/loglog.m: Likewise. | |
10521 * plot/plot.m: Likewise. | |
10522 * miscellaneous/semicolon.m: Likewise. | |
10523 * miscellaneous/menu.m: Likewise. | |
10524 * miscellaneous/etime.m: Likewise. | |
10525 * miscellaneous/texas_lotto.m: Likewise. | |
10526 * miscellaneous/comma.m: Likewise. | |
10527 * audio/lin2mu.m: Likewise. | |
10528 * audio/playaudio.m: Likewise. | |
10529 * audio/loadaudio.m: Likewise. | |
10530 * audio/saveaudio.m: Likewise. | |
10531 * audio/mu2lin.m: Likewise. | |
10532 * audio/record.m: Likewise. | |
10533 * strings/isletter.m: Likewise. | |
10534 * strings/lower.m: Likewise. | |
10535 * strings/lower.m: Likewise. | |
10536 * strings/upper.m: Likewise. | |
10537 * specfun/erfinv.m: Likewise. | |
10538 * specfun/gammai.m: Likewise. | |
10539 * specfun/log2.m: Likewise. | |
10540 * specfun/pow2.m: Likewise. | |
10541 * elfun/gcd.m: Likewise. | |
10542 * elfun/lcm.m: Likewise. | |
10543 * special-matrix/vander.m: Likewise. | |
10544 * special-matrix/sylvester_matrix.m: Likewise. | |
10545 * special-matrix/hilb.m: Likewise. | |
10546 * special-matrix/hankel.m: Likewise. | |
10547 * special-matrix/toeplitz.m: Likewise. | |
10548 * special-matrix/invhilb.m: Likewise. | |
10549 * statistics/base/std.m: Likewise. | |
10550 * statistics/base/median.m: Likewise. | |
10551 * linear-algebra/cond.m: Likewise. | |
10552 * linear-algebra/norm.m: Likewise. | |
10553 * finance/nper.m: Likewise. | |
10554 * finance/pmt.m: Likewise. | |
10555 * finance/pv.m: Likewise. | |
10556 * finance/rate.m: Likewise. | |
10557 * finance/npv.m: Likewise. | |
10558 * general/fliplr.m: Likewise. | |
10559 * general/flipud.m: Likewise. | |
10560 * general/is_scalar.m: Likewise. | |
10561 * general/rem.m: Likewise. | |
10562 * general/perror.m: Likewise. | |
10563 * general/tril.m: Likewise. | |
10564 * general/rot90.m: Likewise. | |
10565 * general/num2str.m: Likewise. | |
10566 * general/int2str.m: Likewise. | |
10567 * general/reshape.m: Likewise. | |
10568 * general/logspace.m: Likewise. | |
10569 * general/is_symmetric.m: Likewise. | |
10570 * general/is_vector.m: Likewise. | |
10571 * general/nextpow2.m: Likewise. | |
10572 * general/columns.m: Likewise. | |
10573 * general/is_square.m: Likewise. | |
10574 * general/rows.m: Likewise. | |
10575 * control/ugain.m: Likewise. | |
10576 * control/damp.m: Likewise. | |
10577 * control/dare.m: Likewise. | |
10578 * control/are.m: Likewise. | |
10579 * control/sys2fir.m: Likewise. | |
10580 * control/abcddim.m: Likewise. | |
10581 * control/is_abcd.m: Likewise. | |
10582 * control/step.m: Likewise. | |
10583 * control/is_observable.m: Likewise. | |
10584 * control/is_controllable.m: Likewise. | |
10585 * control/jet707.m: Likewise. | |
10586 * control/polyout.m: Likewise. | |
10587 * control/impulse.m: Likewise. | |
10588 * control/lqg.m: Likewise. | |
10589 * control/is_detectable.m: Likewise. | |
10590 * control/sysdimensions.m: Likewise. | |
10591 * control/sysupdate.m: Likewise. | |
10592 * control/stepimp.m: Likewise. | |
10593 * control/is_stable.m: Likewise. | |
10594 * control/tfout.m: Likewise. | |
10595 * control/zpout.m: Likewise. | |
10596 | |
3405 | 10597 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10598 | |
10599 * set/complement.m: Add @seealso{} stuff. | |
10600 * set/create_set.m: Likewise. | |
10601 * set/intersection.m: Likewise. | |
10602 * set/union.m: Likewise. | |
10603 | |
3399 | 10604 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10605 | |
3400 | 10606 * control/d2c.m: Use double quotes instead of single quotes for |
10607 string constants. | |
10608 * control/dgkfdemo.m: Likewise. | |
10609 * control/fir2sys.m: Likewise. | |
10610 * control/frdemo.m: Likewise. | |
10611 * control/moddemo.m: Likewise. | |
10612 * control/minfo.m: Likewise. | |
10613 * control/is_stabilizable.m: Likewise. | |
10614 * control/is_dgkf.m: Likewise. | |
10615 * control/polyout.m: Likewise. | |
10616 * control/sysconnect.m: Likewise. | |
10617 * control/sysrepdemo.m: Likewise. | |
10618 * control/tf2sys.m: Likewise. | |
10619 * control/tfout.m: Likewise. | |
10620 * control/zp2sys.m: Likewise. | |
10621 * control/zpout.m: Likewise. | |
10622 * control/tzero.m: Likewise. | |
10623 | |
10624 * control/DEMOcontrol.m: Handle moddemo case too. | |
10625 | |
10626 * image/loadimage.m: Use double quotes instead of single quotes | |
10627 for string constants. Use sprintf instead of square brackets to | |
10628 construct string. | |
10629 | |
3399 | 10630 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10631 * control/fir2sys.m: Likewise. |
3399 | 10632 |
3390 | 10633 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10634 | |
10635 * mkdoc: Only delete spaces before @ characters at the beginning | |
10636 of a line. | |
10637 | |
3383 | 10638 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10639 | |
3388 | 10640 * control/bddemo.m: Make it more likely to work with any value of |
10641 whitespace_in_literal_matrix. | |
3386 | 10642 * control/analdemo.m: Ditto. |
10643 * control/dgkfdemo.m: Ditto. | |
10644 * control/frdemo.m: Ditto. | |
10645 * control/sysrepdemo.m: Ditto. | |
10646 * control/moddemo.m: Ditto. | |
3388 | 10647 * control/zp2ss.m: Ditto. |
3387 | 10648 * control/zp2tf.m: Ditto. |
3388 | 10649 * control/syssub.m: Ditto. |
10650 * finance/npv.m: Ditto. | |
10651 * statistics/base/studentize.m: Ditto. | |
10652 * statistics/base/values.m: Ditto. | |
10653 * statistics/distributions/exponential_cdf.m: Ditto. | |
10654 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10655 |
3384 | 10656 * control/dezero.m: Use toascii to convert string to ASCII value |
10657 instead of multiplying it by 1. | |
10658 | |
3383 | 10659 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10660 * control/zpout.m: Ditto. | |
10661 * control/tfout.m: Ditto. | |
10662 * control/tf2sys.m: Ditto. | |
10663 * control/syssub.m: Ditto. | |
10664 * control/syssetsignals.m: Ditto. | |
10665 * control/sysout.m: Ditto. | |
10666 * control/sysmult.m: Ditto. | |
10667 * control/sysgroup.m: Ditto. | |
10668 * control/sysdup.m: Ditto. | |
10669 * control/sysdisc.m: Ditto. | |
10670 * control/syscont.m: Ditto. | |
10671 * control/sysconnect.m: Ditto. | |
10672 * control/sysappend.m: Ditto. | |
10673 * control/sysadd.m: Ditto. | |
10674 * control/ss2sys.m: Ditto. | |
10675 * control/nyquist.m: Ditto. | |
10676 * control/lqg.m: Ditto. | |
10677 * control/fir2sys.m: Ditto. | |
10678 * control/dmr2d.m: Ditto. | |
10679 * control/dezero.m: Ditto. | |
10680 * control/d2c.m: Ditto. | |
10681 * control/c2d.m: Ditto. | |
10682 * control/bddemo.m: Ditto. | |
10683 * control/pzmap.m: Ditto. | |
10684 | |
5095 | 10685 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10686 |
10687 * signal/spectral_adf.m: Fix typo. | |
10688 | |
3372 | 10689 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10690 | |
10691 * linear-algebra/cond.m: Texinfoize doc string. | |
10692 * linear-algebra/kron.m: Ditto. | |
10693 * linear-algebra/norm.m: Ditto. | |
10694 * linear-algebra/null.m: Ditto. | |
10695 * linear-algebra/orth.m: Ditto. | |
10696 * linear-algebra/rank.m: Ditto. | |
10697 * linear-algebra/trace.m: Ditto. | |
10698 * linear-algebra/qzhess.m: Ditto. | |
10699 * miscellaneous/menu.m: Ditto. | |
3373 | 10700 * general/perror.m: Ditto. |
10701 * general/strerror.m: Ditto. | |
10702 * general/columns.m: Ditto. | |
10703 * general/rows.m: Ditto. | |
10704 * image/colormap.m: Ditto. | |
10705 * image/gray.m: Ditto. | |
10706 * image/gray2ind.m: Ditto. | |
10707 * image/image.m: Ditto. | |
10708 * image/imagesc.m: Ditto. | |
10709 * image/imshow.m: Ditto. | |
10710 * image/ind2gray.m: Ditto. | |
10711 * image/ind2rgb.m: Ditto. | |
10712 * image/loadimage.m: Ditto. | |
10713 * image/rgb2ntsc.m: Ditto. | |
10714 * image/ntsc2rgb.m: Ditto. | |
10715 * image/ocean.m: Ditto. | |
10716 * image/rgb2ind.m: Ditto. | |
10717 * image/saveimage.m: Ditto. | |
3372 | 10718 * io/printf.m: Ditto. |
10719 * io/puts.m: Ditto. | |
10720 | |
3369 | 10721 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10722 | |
10723 * special-matrix/hankel.m: Texinfoize doc string. | |
10724 * special-matrix/hilb.m: Ditto. | |
10725 * special-matrix/invhilb.m: Ditto. | |
10726 * special-matrix/sylvester_matrix.m: Ditto. | |
10727 * special-matrix/toeplitz.m: Ditto. | |
10728 * special-matrix/vander.m: Ditto. | |
10729 * linear-algebra/vec.m: Ditto. | |
10730 * linear-algebra/vech.m: Ditto. | |
10731 * general/common_size.m: Ditto. | |
10732 * general/diff.m: Ditto. | |
10733 * general/fliplr.m: Ditto. | |
10734 * general/flipud.m: Ditto. | |
10735 * general/rot90.m: Ditto. | |
10736 * general/reshape.m: Ditto. | |
10737 * general/shift.m: Ditto. | |
10738 * general/tril.m: Ditto. | |
10739 * general/triu.m: Ditto. | |
10740 * general/logspace.m: Ditto. | |
3371 | 10741 * general/nargchk.m: Ditto. |
3369 | 10742 |
3367 | 10743 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10744 | |
10745 * statistics/base/mean: Texinfoize doc string. | |
10746 * statistics/base/median: Ditto. | |
10747 * statistics/base/std: Ditto. | |
10748 * statistics/base/cov: Ditto. | |
10749 * statistics/base/corrcoef: Ditto. | |
10750 * statistics/base/kurtosis: Ditto. | |
10751 * statistics/base/mahalanobis: Ditto. | |
10752 * statistics/base/skewness: Ditto. | |
3368 | 10753 * statistics/base/gls.m: Ditto. |
10754 * statistics/base/ols.m: Ditto. | |
3367 | 10755 * signal/detrend.m: Ditto. |
10756 * signal/freqz.m: Ditto. | |
10757 * signal/sinc.m: Ditto. | |
10758 * signal/fftconv.m: Ditto. | |
10759 * signal/fftfilt.m: Ditto. | |
3368 | 10760 * set/create_set.m: Ditto. |
10761 * set/union.m: Ditto. | |
10762 * set/intersection.m: Ditto. | |
10763 * set/complement.m: Ditto. | |
10764 * poly/compan.m: Ditto. | |
10765 * poly/conv: Ditto. | |
10766 * poly/deconv: Ditto. | |
10767 * poly/poly: Ditto. | |
10768 * poly/polyderiv: Ditto. | |
10769 * poly/polyfit: Ditto. | |
10770 * poly/polyinteg: Ditto. | |
10771 * poly/polyreduce: Ditto. | |
10772 * poly/polyval: Ditto. | |
10773 * poly/polyvalm: Ditto. | |
10774 * poly/residue: Ditto. | |
10775 * poly/roots: Ditto. | |
10776 * plot/top_title.m: Ditto | |
10777 * plot/subwindow.m: Ditto | |
10778 * plot/subplot.m: Ditto | |
10779 * plot/plot_border.m: Ditto | |
10780 * plot/oneplot.m: Ditto | |
10781 * plot/multiplot.m: Ditto | |
10782 * plot/mplot.m: Ditto | |
10783 * plot/xlabel.m: Ditto | |
10784 * plot/figure.m: Ditto | |
10785 * plot/meshdom.m: Ditto | |
10786 * plot/mesh.m: Ditto | |
10787 * plot/stairs.m: Ditto | |
10788 * plot/polar.m: Ditto | |
10789 * plot/loglog.m: Ditto | |
10790 * plot/hist.m: Ditto | |
10791 * plot/contour.m: Ditto | |
10792 * plot/bar.m: Ditto | |
10793 * plot/axis.m: Ditto | |
10794 * plot/plot.m: Ditto. | |
3367 | 10795 |
3361 | 10796 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10797 | |
3365 | 10798 * control/pinv.m: Delete. |
10799 | |
3364 | 10800 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10801 | |
3361 | 10802 * strings/blanks.m: Texinfoize doc string. |
10803 * strings/strcat.m: Ditto. | |
10804 * strings/str2mat.m: Ditto. | |
10805 * strings/deblank.m: Ditto. | |
10806 * strings/findstr.m: Ditto. | |
10807 * strings/index.m: Ditto. | |
10808 * strings/rindex.m: Ditto. | |
10809 * strings/split.m: Ditto. | |
10810 * strings/strcmp.m: Ditto. | |
10811 * strings/strrep.m: Ditto. | |
10812 * strings/substr.m: Ditto. | |
10813 * general/int2str.m: Ditto. | |
10814 * general/num2str.m: Ditto. | |
10815 * strings/dec2bin.m: Ditto. | |
10816 * strings/bin2dec: Ditto. | |
10817 * strings/dec2bin: Ditto. | |
10818 * strings/dec2hex: Ditto. | |
10819 * strings/hex2dec: Ditto. | |
10820 * strings/str2num: Ditto. | |
10821 | |
3347 | 10822 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10823 | |
10824 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10825 | |
5095 | 10826 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10827 |
10828 * control/DEMOcontrol.m: Texinfoize doc string. | |
10829 * control/abcddim.m: Ditto. | |
10830 * control/abcddims.m: Ditto. | |
10831 * control/analdemo.m: Ditto. | |
10832 * control/are.m: Ditto. | |
10833 * control/axis2dlim.m: Ditto. | |
10834 * control/bddemo.m: Ditto. | |
10835 * control/bode.m: Ditto. | |
10836 * control/bode_bounds.m: Ditto. | |
10837 * control/bodquist.m: Ditto. | |
10838 * control/buildssic.m: Ditto. | |
10839 * control/c2d.m: Ditto. | |
10840 * control/ctrb.m: Ditto. | |
10841 * control/d2c.m: Ditto. | |
10842 * control/damp.m: Ditto. | |
10843 * control/dare.m: Ditto. | |
10844 * control/dcgain.m: Ditto. | |
10845 * control/dgkfdemo.m: Ditto. | |
10846 * control/dgram.m: Ditto. | |
10847 * control/dlqe.m: Ditto. | |
10848 * control/dlqr.m: Ditto. | |
10849 * control/dlyap.m: Ditto. | |
10850 * control/dmr2d.m: Ditto. | |
10851 * control/fir2sys.m: Ditto. | |
10852 * control/frdemo.m: Ditto. | |
10853 * control/freqchkw.m: Ditto. | |
10854 * control/freqresp.m: Ditto. | |
10855 * control/gram.m: Ditto. | |
10856 * control/h2norm.m: Ditto. | |
10857 * control/h2syn.m: Ditto. | |
10858 * control/hinf_ctr.m: Ditto. | |
10859 * control/hinfdemo.m: Ditto. | |
10860 * control/hinfnorm.m: Ditto. | |
10861 * control/hinfsyn.m: Ditto. | |
10862 * control/hinfsyn_chk.m: Ditto. | |
10863 * control/impulse.m: Ditto. | |
10864 * control/is_abcd.m: Ditto. | |
10865 * control/is_controllable.m: Ditto. | |
10866 * control/is_detectable.m: Ditto. | |
10867 * control/is_dgkf.m: Ditto. | |
10868 * control/is_digital.m: Ditto. | |
10869 * control/is_observable.m: Ditto. | |
10870 * control/is_sample.m: Ditto. | |
10871 * control/is_signal_list.m: Ditto. | |
10872 * control/is_siso.m: Ditto. | |
10873 * control/is_stabilizable.m: Ditto. | |
10874 * control/is_stable.m: Ditto. | |
10875 * control/jet707.m: Ditto. | |
10876 * control/lqe.m: Ditto. | |
10877 * control/lqg.m: Ditto. | |
10878 * control/lqr.m: Ditto. | |
10879 * control/lsim.m: Ditto. | |
10880 * control/ltifr.m: Ditto. | |
10881 * control/lyap.m: Ditto. | |
10882 * control/moddemo.m: Ditto. | |
10883 * control/nyquist.m: Ditto. | |
10884 * control/obsv.m: Ditto. | |
10885 * control/ord2.m: Ditto. | |
10886 * control/outlist.m: Ditto. | |
10887 * control/pinv.m: Ditto. | |
10888 * control/place.m: Ditto. | |
10889 * control/polyout.m: Ditto. | |
10890 * control/prompt.m: Ditto. | |
10891 * control/pzmap.m: Ditto. | |
10892 * control/qzval.m: Ditto. | |
10893 * control/rldemo.m: Ditto. | |
10894 * control/rlocus.m: Ditto. | |
10895 * control/sortcom.m: Ditto. | |
10896 * control/ss2sys.m: Ditto. | |
10897 * control/ss2tf.m: Ditto. | |
10898 * control/ss2zp.m: Ditto. | |
10899 * control/starp.m: Ditto. | |
10900 * control/step.m: Ditto. | |
10901 * control/stepimp.m: Ditto. | |
10902 * control/susball.m: Ditto. | |
10903 * control/sys2fir.m: Ditto. | |
10904 * control/sys2ss.m: Ditto. | |
10905 * control/sys2tf.m: Ditto. | |
10906 * control/sys2zp.m: Ditto. | |
10907 * control/sysadd.m: Ditto. | |
10908 * control/sysappend.m: Ditto. | |
10909 * control/syschnames.m: Ditto. | |
10910 * control/syschnamesl.m: Ditto. | |
10911 * control/syschtsam.m: Ditto. | |
10912 * control/sysconnect.m: Ditto. | |
10913 * control/syscont.m: Ditto. | |
10914 * control/syscont_disc.m: Ditto. | |
10915 * control/sysdefioname.m: Ditto. | |
10916 * control/sysdefstname.m: Ditto. | |
10917 * control/sysdimensions.m: Ditto. | |
10918 * control/sysdisc.m: Ditto. | |
10919 * control/sysdup.m: Ditto. | |
10920 * control/sysgetsignals.m: Ditto. | |
10921 * control/sysgettype.m: Ditto. | |
10922 * control/sysgroup.m: Ditto. | |
10923 * control/sysgroupn.m: Ditto. | |
10924 * control/sysmult.m: Ditto. | |
10925 * control/sysout.m: Ditto. | |
10926 * control/sysprune.m: Ditto. | |
10927 * control/sysreorder.m: Ditto. | |
10928 * control/sysrepdemo.m: Ditto. | |
10929 * control/sysscale.m: Ditto. | |
10930 * control/syssetsignals.m: Ditto. | |
10931 * control/syssub.m: Ditto. | |
10932 * control/sysupdate.m: Ditto. | |
10933 * control/tf2ss.m: Ditto. | |
10934 * control/tf2sys.m: Ditto. | |
10935 * control/tf2sysl.m: Ditto. | |
10936 * control/tf2zp.m: Ditto. | |
10937 * control/tfout.m: Ditto. | |
10938 * control/tzero.m: Ditto. | |
10939 * control/tzero2.m: Ditto. | |
10940 * control/ugain.m: Ditto. | |
10941 * control/wgt1o.m: Ditto. | |
10942 * control/zgfmul.m: Ditto. | |
10943 * control/zgfslv.m: Ditto. | |
10944 * control/zginit.m: Ditto. | |
10945 * control/zgpbal.m: Ditto. | |
10946 * control/zgreduce.m: Ditto. | |
10947 * control/zgrownorm.m: Ditto. | |
10948 * control/zgscal.m: Ditto. | |
10949 * control/zgsgiv.m: Ditto. | |
10950 * control/zgshsr.m: Ditto. | |
10951 * control/zp2ss.m: Ditto. | |
10952 * control/zp2ssg2.m: Ditto. | |
10953 * control/zp2sys.m: Ditto. | |
10954 * control/zp2tf.m: Ditto. | |
10955 * control/zpout.m: Ditto. | |
10956 | |
5095 | 10957 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10958 |
5378 | 10959 * audio/lin2mu.m: Texinfoize doc string. |
10960 * audio/loadaudio.m: Ditto. | |
10961 * audio/mu2lin.m: Ditto. | |
10962 * audio/playaudio.m: Ditto. | |
10963 * audio/record.m: Ditto. | |
10964 * audio/saveaudio.m: Ditto. | |
3332 | 10965 |
5095 | 10966 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10967 |
10968 * elfun/acot.m: Texinfoize doc string. | |
10969 * elfun/acsc.m: Ditto. | |
10970 * elfun/acsch.m: Ditto. | |
10971 * elfun/asec.m: Ditto. | |
10972 * elfun/asech.m: Ditto. | |
10973 * elfun/cot.m: Ditto. | |
10974 * elfun/coth.m: Ditto. | |
10975 * elfun/csc.m: Ditto. | |
10976 * elfun/csch.m: Ditto. | |
10977 * elfun/gcd.m: Ditto. | |
10978 * elfun/lcm.m: Ditto. | |
10979 * elfun/sec.m: Ditto. | |
10980 * elfun/sech.m: Ditto. | |
10981 * general/nextpow2.m: Ditto. | |
10982 * general/rem.m: Ditto. | |
10983 * linear-algebra/commutation_matrix.m: Ditto. | |
10984 * linear-algebra/cross.m: Ditto. | |
10985 * linear-algebra/duplication_matrix.m: Ditto. | |
10986 * miscellaneous/bincoeff.m: Ditto. | |
10987 * miscellaneous/xor.m: Ditto. | |
10988 * specfun/bessel.m: Ditto. | |
10989 * specfun/beta.m: Ditto. | |
10990 * specfun/betai.m: Ditto. | |
10991 * specfun/erfinv.m: Ditto. | |
10992 * specfun/gammai.m: Ditto. | |
10993 * specfun/log2.m: Ditto. | |
10994 * specfun/pow2.m: Ditto. | |
10995 | |
5095 | 10996 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10997 |
10998 * general/is_scalar.m: Texinfoize help text. | |
10999 * general/is_square.m: Ditto. | |
11000 * general/is_symmetric.m: Ditto. | |
11001 | |
3320 | 11002 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11003 | |
11004 * strings/split.m: If the string to be split is empty, just return | |
11005 an empty string. | |
11006 | |
3319 | 11007 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11008 | |
11009 * Makefile.in (ALL_M_FILES): New macro. | |
11010 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11011 | |
3306 | 11012 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11013 | |
11014 * control/bode.m: Don't return anything if nargout == 0. | |
11015 | |
11016 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11017 | |
11018 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11019 | |
3305 | 11020 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11021 | |
11022 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11023 gethelp.cc to the list. | |
11024 | |
3296 | 11025 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11026 | |
3301 | 11027 * time/asctime.m: Texinfoize help text. |
11028 * time/clock.m: Ditto. | |
11029 * time/date.m: Ditto. | |
11030 * miscellaneous/cputime.m: Ditto. | |
11031 * miscellaneous/etime.m: Ditto. | |
11032 * miscellaneous/is_leap_year.m: Ditto. | |
11033 * miscellaneous/popen2.m: Ditto. | |
11034 * miscellaneous/version.m: Ditto. | |
11035 * miscellaneous/tic.m: Ditto. | |
11036 * miscellaneous/toc.m: Just refer to tic.m. | |
11037 | |
3297 | 11038 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11039 `cd dir; $(MAKE); cd ..'. | |
11040 ($(SUBDIRS)): Likewise. | |
11041 | |
11042 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11043 | |
11044 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11045 of `cd dir; $(MAKE)'. | |
11046 | |
3296 | 11047 * gethelp.cc, mkdoc: New files. |
11048 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11049 sources. | |
11050 | |
3291 | 11051 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11052 | |
11053 * linear-algebra/kron.m: Fix typo in previous change | |
11054 | |
3282 | 11055 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11056 | |
11057 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11058 | |
5095 | 11059 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11060 |
11061 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11062 rank when V has more columns than rows. | |
11063 | |
11064 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11065 | |
11066 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11067 | |
11068 * statistics/tests/manova.m: Avoid problems if | |
11069 whitespace_in_literal_matrix is set to "traditional". | |
11070 * statistics/tests/t_test_regression.m: Likewise. | |
11071 * statistics/tests/u_test.m: Likewise. | |
11072 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11073 * statistics/tests/anova.m: Likewise. | |
11074 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11075 * statistics/base/statistics.m: Likewise. | |
11076 * image/saveimage.m: Likewise. | |
11077 * signal/arch_fit.m: Likewise. | |
11078 * signal/autoreg_matrix.m: Likewise. | |
11079 * signal/triangle_lw.m: Likewise. | |
11080 * strings/dec2hex.m: Likewise. | |
11081 | |
3268 | 11082 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11083 | |
11084 * image/saveimage.m: Initialize scale. | |
11085 | |
11086 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11087 | |
11088 * general/reshape.m: Allow reshape (a, size (b)). | |
11089 | |
3266 | 11090 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11091 | |
11092 * specfun/erfinv.m: Improve stopping criterion. | |
11093 Add iteration count as second return value. | |
11094 | |
3265 | 11095 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11096 | |
11097 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11098 | |
3263 | 11099 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11100 | |
11101 * miscellaneous/pack.m: New function. | |
11102 | |
11103 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11104 | |
11105 * plot/figure.m: Always return figure number. With no args, | |
11106 figure now creates a new figure window and returns its number. | |
11107 Accept figure (property, value) syntax, but do nothing. | |
11108 | |
5095 | 11109 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11110 |
11111 * general/shift.m: Avoid printing temporary value for backward shift. | |
11112 | |
3260 | 11113 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11114 | |
11115 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11116 evenly spaced. | |
11117 | |
3250 | 11118 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11119 | |
11120 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11121 contain only zeros. | |
11122 | |
5095 | 11123 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11124 |
11125 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11126 instead of appending them. | |
11127 | |
11128 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11129 | |
11130 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11131 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11132 Update from A. S. Hodel. | |
11133 | |
3246 | 11134 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11135 | |
11136 * polynomial/polyfit.m: Correct previous change. | |
11137 | |
3243 | 11138 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11139 | |
11140 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11141 | |
5095 | 11142 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11143 |
11144 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11145 version of krylov and krylovb. | |
11146 | |
11147 * control/outlist.m, control/sysout.m: Fix typos. | |
11148 | |
11149 * control/sysdimensions.m: Add option for total number of states. | |
11150 | |
11151 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11152 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11153 arguments. | |
11154 | |
11155 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11156 | |
11157 * strings/index.m: Fail with meaningful error message if either | |
11158 arg is a string array. | |
11159 | |
3238 | 11160 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11161 | |
11162 * linear-algebra/norm.m: Do the right thing for 1- and | |
11163 infinity-norms of complex matrices. From Sven Khatri | |
11164 <khatri@saturn.vocalpoint.com>. | |
11165 | |
5095 | 11166 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11167 |
11168 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11169 | |
11170 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11171 | |
11172 * strings/split.m: Avoid problems when splitting strings that have | |
11173 \ in them. | |
11174 | |
5095 | 11175 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11176 |
11177 * image/colormap.m: Do better arg checking, handle string args | |
11178 that name the colormap function to call (e.g., colormap ("ocean")). | |
11179 | |
5095 | 11180 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11181 |
11182 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11183 * linear-algebra/dot.m: Likewise. | |
11184 * linear-algebra/cross.m: Likewise. | |
11185 * general/rot90.m: Likewise. | |
11186 | |
5095 | 11187 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11188 |
11189 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11190 that the leading column is not all zeros. | |
11191 | |
11192 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11193 | |
11194 * general/shift.m: Fix potential problems with | |
11195 whitespace_in_literal_matrix. | |
11196 * signal/arch_rnd.m: Ditto. | |
11197 * signal/autocov.m: Ditto. | |
11198 * signal/diffpara.m: Ditto. | |
11199 * signal/hurst.m: Ditto. | |
11200 * signal/periodogram.m: Ditto. | |
11201 * signal/spectral_adf.m: Ditto. | |
11202 * signal/spectral_xdf.m: Ditto. | |
11203 * signal/spencer.m: Ditto. | |
11204 * signal/synthesis.m: Ditto. | |
11205 * statistics/distributions/wiener_rnd.m: Ditto. | |
11206 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11207 * statistics/models/logistic_regression.m: Ditto. | |
11208 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11209 * statistics/tests/run_test.m: Ditto. | |
11210 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11211 | |
5095 | 11212 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11213 |
11214 * plot/__plr2__.m: Fix typo. | |
11215 | |
3233 | 11216 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11217 | |
11218 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11219 | |
5095 | 11220 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11221 |
11222 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11223 function. | |
11224 | |
5095 | 11225 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11226 |
11227 * control/ss2sys.m: Fix typo. | |
11228 | |
11229 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11230 | |
11231 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11232 | |
11233 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11234 signal names as lists of strings instead of string arrays. | |
11235 | |
3225 | 11236 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11237 | |
3233 | 11238 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11239 <a.s.hodel@eng.auburn.edu>. |
11240 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11241 * quaternion/Makefile.in: New file. |
11242 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11243 |
11244 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11245 | |
11246 * image/saveimage.m: Make it work again for black and white colormaps. | |
11247 | |
11248 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11249 since there can be fewer rows than columns. Round values to | |
11250 nearest position in colormap instead of truncating. Correct usage | |
11251 message. | |
11252 | |
5095 | 11253 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11254 |
11255 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11256 zero rows of [A,v] as householder pivots; this avoids spurious | |
11257 non-zero entries in returned orthogonal matrix U, but destroys the | |
11258 Householder matrix structure of H. | |
11259 | |
11260 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11261 | |
11262 * general/logical.m: Just copy input to output if argument is | |
11263 already a logical object. | |
11264 | |
3215 | 11265 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11266 | |
11267 * New files from OCST, in control subdiretory: | |
11268 | |
11269 DEMOcontrol.m is_siso.m syschnames.m | |
11270 abcddim.m is_stabilizable.m syschnamesl.m | |
11271 abcddims.m is_stable.m syschtsam.m | |
11272 analdemo.m jet707.m sysconnect.m | |
11273 are.m lqe.m syscont.m | |
11274 axis2dlim.m lqg.m syscont_disc.m | |
11275 bddemo.m lqr.m sysdefioname.m | |
11276 bode.m lsim.m sysdefstname.m | |
11277 bode_bounds.m ltifr.m sysdimensions.m | |
11278 bodquist.m lyap.m sysdisc.m | |
11279 buildssic.m mb.m sysdup.m | |
11280 c2d.m minfo.m sysgetsignals.m | |
6302 | 11281 com2str.m moddemo.m sysgettsam.m |
3215 | 11282 controldemo.m nichols.m sysgettype.m |
11283 ctrb.m nyquist.m sysgroup.m | |
11284 d2c.m obsv.m sysgroupn.m | |
11285 damp.m ord2.m sysmult.m | |
11286 dare.m outlist.m sysout.m | |
11287 dcgain.m packedform.m sysprune.m | |
11288 demomarsyas.m packsys.m sysreorder.m | |
11289 dezero.m; parallel.m sysrepdemo.m | |
11290 dgkfdemo.m place.m sysscale.m | |
11291 dgram.m polyout.m syssub.m | |
11292 dhinfdemo.m prompt.m sysupdate.m | |
11293 dlqe.m pzmap.m tf2ss.m | |
11294 dlqg.m qzval.m tf2sys.m | |
11295 dlqr.m rldemo.m tf2sysl.m | |
11296 dlyap.m rlocus.m tf2zp.m | |
11297 dmr2d.m rotg.m tfout.m | |
11298 fir2sys.m run_cmd.m; tzero.m | |
11299 frdemo.m series.m tzero2.m | |
11300 freqchkw.m sortcom.m ugain.m | |
11301 freqresp.m ss2sys.m unpacksys.m | |
11302 gram.m ss2tf.m wgt1o.m | |
11303 h2norm.m ss2zp.m zgfmul.m | |
11304 h2syn.m starp.m zgfslv.m | |
11305 hinf_ctr.m step.m zginit.m | |
11306 hinfdemo.m stepimp.m zgpbal.m | |
11307 hinfnorm.m strappend.m; zgreduce.m | |
11308 hinfsyn.m susball.m zgrownorm.m | |
11309 hinfsyn_chk.m swap.m zgscal.m | |
11310 impulse.m swapcols.m zgsgiv.m | |
11311 is_abcd.m swaprows.m zgshsr.m | |
11312 is_controllable.m sys2fir.m zp2ss.m | |
11313 is_detectable.m sys2ss.m zp2ssg2.m | |
11314 is_dgkf.m sys2tf.m zp2sys.m | |
11315 is_digital.m sys2zp.m zp2tf.m | |
11316 is_observable.m sysadd.m zpout.m | |
11317 is_sample.m sysappend.m | |
11318 | |
11319 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11320 | |
11321 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11322 | |
11323 * strings/deblank.m: Make it work for string arrays too. | |
11324 | |
3211 | 11325 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11326 | |
11327 * linear-algebra/housh.m: New file from the OCST. | |
11328 * linear-algebra/krygetq.m: Ditto. | |
11329 * linear-algebra/krylov.m: Ditto. | |
11330 * linear-algebra/krylovb.m: Ditto. | |
11331 * linear-algebra/qrhouse.m: Ditto. | |
11332 * general/is_duplicate_entry.m: Ditto. | |
11333 | |
11334 * general/is_symmetric.m: Call is_square instead of doing that | |
11335 check in line. | |
11336 | |
3196 | 11337 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11338 | |
3202 | 11339 * general/is_square.m: |
11340 | |
11341 * general/isempty.m, general/is_matrix.m: Delete. | |
11342 | |
11343 * general/is_symmetric: Delete special case for strings. Whether | |
11344 the conversion is valid should depend on implicit_str_to_num_ok. | |
11345 | |
11346 * general/is_square.m: If arg is not a matrix, don't check size, | |
11347 just return 0. | |
11348 * general/is_symmetric: Likewise. | |
11349 * general/is_vector.m: Likewise. | |
11350 * general/is_scalar.m: Likewise. | |
11351 | |
3196 | 11352 * general/length.m: Delete. |
11353 | |
3191 | 11354 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11355 | |
11356 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11357 statistics/distributions/Makefile, statistics/models/Makefile, | |
11358 and statistics/tests/Makefile to the list of files to create. | |
11359 | |
11360 * finance/Makefile.in, statistics/base/Makefile.in, | |
11361 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11362 statistics/tests/Makefile.in: New files. | |
11363 * statistics/Makefile.in: Delete file lists. Now only handle | |
11364 subdirectories. | |
11365 * Makefile.in (SUBDIRS): Add finance. | |
11366 | |
11367 * Move the following files from statistics to statistics/base: | |
11368 | |
11369 corrcoef.m | |
11370 kurtosis.m | |
11371 mahalanobis.m | |
11372 median.m | |
11373 ols.m | |
11374 skewness.m | |
11375 std.m | |
11376 | |
11377 New files, from Kurt Hornik's octave-ci package: | |
11378 | |
11379 * finance (new directory): | |
11380 | |
11381 fv.m | |
11382 fvl.m | |
11383 irr.m | |
11384 nper.m | |
11385 npv.m | |
11386 pmt.m | |
11387 pv.m | |
11388 pvl.m | |
11389 rate.m | |
11390 vol.m | |
11391 | |
11392 * linear-algebra/dmult.m | |
11393 | |
11394 * signal: | |
11395 | |
11396 arch_fit.m | |
11397 arch_rnd.m | |
11398 arch_test.m | |
11399 arma_rnd.m | |
11400 autocor.m | |
11401 autocov.m | |
11402 autoreg_matrix.m | |
11403 bartlett.m | |
11404 blackman.m | |
11405 diffpara.m | |
11406 durbinlevinson.m | |
11407 fractdiff.m | |
11408 hamming.m | |
11409 hanning.m | |
11410 hurst.m | |
11411 periodogram.m | |
11412 rectangle_lw.m | |
11413 rectangle_sw.m | |
11414 sinetone.m | |
11415 sinewave.m | |
11416 spectral_adf.m | |
11417 spectral_xdf.m | |
11418 spencer.m | |
11419 stft.m | |
11420 synthesis.m | |
11421 triangle_lw.m | |
11422 triangle_sw.m | |
11423 yulewalker.m | |
11424 | |
11425 * statistics/base (new directory): | |
11426 | |
11427 center.m | |
11428 cloglog.m | |
11429 cor.m | |
11430 cov.m | |
11431 cut.m | |
11432 iqr.m | |
11433 kendall.m | |
11434 logit.m | |
11435 mean.m | |
11436 meansq.m | |
11437 moment.m | |
11438 ppplot.m | |
11439 probit.m | |
11440 qqplot.m | |
11441 range.m | |
11442 ranks.m | |
11443 run_count.m | |
11444 spearman.m | |
11445 statistics.m | |
11446 studentize.m | |
11447 table.m | |
11448 values.m | |
11449 var.m | |
11450 | |
11451 (Replaces cov.m and mean.m with new versions.) | |
11452 | |
11453 * statistics/distributions (new directory): | |
11454 | |
11455 beta_cdf.m | |
11456 beta_inv.m | |
11457 beta_pdf.m | |
11458 beta_rnd.m | |
11459 binomial_cdf.m | |
11460 binomial_inv.m | |
11461 binomial_pdf.m | |
11462 binomial_rnd.m | |
11463 cauchy_cdf.m | |
11464 cauchy_inv.m | |
11465 cauchy_pdf.m | |
11466 cauchy_rnd.m | |
11467 chisquare_cdf.m | |
11468 chisquare_inv.m | |
11469 chisquare_pdf.m | |
11470 chisquare_rnd.m | |
11471 discrete_cdf.m | |
11472 discrete_inv.m | |
11473 discrete_pdf.m | |
11474 discrete_rnd.m | |
11475 empirical_cdf.m | |
11476 empirical_inv.m | |
11477 empirical_pdf.m | |
11478 empirical_rnd.m | |
11479 exponential_cdf.m | |
11480 exponential_inv.m | |
11481 exponential_pdf.m | |
11482 exponential_rnd.m | |
11483 f_cdf.m | |
11484 f_inv.m | |
11485 f_pdf.m | |
11486 f_rnd.m | |
11487 gamma_cdf.m | |
11488 gamma_inv.m | |
11489 gamma_pdf.m | |
11490 gamma_rnd.m | |
11491 geometric_cdf.m | |
11492 geometric_inv.m | |
11493 geometric_pdf.m | |
11494 geometric_rnd.m | |
11495 hypergeometric_cdf.m | |
11496 hypergeometric_inv.m | |
11497 hypergeometric_pdf.m | |
11498 hypergeometric_rnd.m | |
11499 kolmogorov_smirnov_cdf.m | |
11500 laplace_cdf.m | |
11501 laplace_inv.m | |
11502 laplace_pdf.m | |
11503 laplace_rnd.m | |
11504 logistic_cdf.m | |
11505 logistic_inv.m | |
11506 logistic_pdf.m | |
11507 logistic_rnd.m | |
11508 lognormal_cdf.m | |
11509 lognormal_inv.m | |
11510 lognormal_pdf.m | |
11511 lognormal_rnd.m | |
11512 normal_cdf.m | |
11513 normal_inv.m | |
11514 normal_pdf.m | |
11515 normal_rnd.m | |
11516 pascal_cdf.m | |
11517 pascal_inv.m | |
11518 pascal_pdf.m | |
11519 pascal_rnd.m | |
11520 poisson_cdf.m | |
11521 poisson_inv.m | |
11522 poisson_pdf.m | |
11523 poisson_rnd.m | |
11524 stdnormal_cdf.m | |
11525 stdnormal_inv.m | |
11526 stdnormal_pdf.m | |
11527 stdnormal_rnd.m | |
11528 t_cdf.m | |
11529 t_inv.m | |
11530 t_pdf.m | |
11531 t_rnd.m | |
11532 uniform_cdf.m | |
11533 uniform_inv.m | |
11534 uniform_pdf.m | |
11535 uniform_rnd.m | |
11536 weibull_cdf.m | |
11537 weibull_inv.m | |
11538 weibull_pdf.m | |
11539 weibull_rnd.m | |
11540 wiener_rnd.m | |
11541 | |
11542 * statistics/models (new directory): | |
11543 | |
11544 logistic_regression.m | |
11545 logistic_regression_derivatives.m | |
11546 logistic_regression_likelihood.m | |
11547 | |
11548 * statistics/tests (new directory): | |
11549 | |
11550 anova.m | |
11551 bartlett_test.m | |
11552 chisquare_test_homogeneity.m | |
11553 chisquare_test_independence.m | |
11554 cor_test.m | |
11555 f_test_regression.m | |
11556 hotelling_test.m | |
11557 hotelling_test_2.m | |
11558 kolmogorov_smirnov_test.m | |
11559 kolmogorov_smirnov_test_2.m | |
11560 kruskal_wallis_test.m | |
11561 manova.m | |
11562 mcnemar_test.m | |
11563 prop_test_2.m | |
11564 run_test.m | |
11565 sign_test.m | |
11566 t_test.m | |
11567 t_test_2.m | |
11568 t_test_regression.m | |
11569 u_test.m | |
11570 var_test.m | |
11571 welch_test.m | |
11572 wilcoxon_test.m | |
11573 z_test.m | |
11574 z_test_2.m | |
11575 | |
11576 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11577 | |
11578 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11579 compatibility and to avoid Y2K problems. | |
11580 | |
3190 | 11581 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11582 | |
11583 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11584 least-squares solution. | |
11585 | |
3180 | 11586 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11587 | |
11588 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11589 | |
11590 * strings/strrep.m: Don't convert args to numeric values. | |
11591 Prevent warnings for empty string args. | |
11592 From Georg Thimm <thimm@idiap.ch>. | |
11593 | |
11594 * strings/strcat.m: Prevent warnings for empty string args. | |
11595 | |
11596 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11597 | |
11598 * miscellaneous/menu.m: Remove special case for empty string | |
11599 returned from input(). Add second arg to eval() to catch errors. | |
11600 | |
3178 | 11601 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11602 | |
11603 * plot/__plt__.m: Don't call usleep. | |
11604 | |
3175 | 11605 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11606 | |
11607 * linear-algebra/dot.m: New function. | |
11608 | |
11609 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11610 compatibility. | |
11611 | |
11612 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11613 | |
11614 * plot/hist.m: Also allow just one output argument. | |
11615 | |
11616 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11617 | |
11618 * strings/deblank.m: Make it work if the string is only blanks. | |
11619 | |
11620 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11621 | |
11622 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11623 | |
11624 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11625 | |
11626 * plot/oneplot.m: Fix typo. | |
11627 | |
3174 | 11628 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11629 | |
11630 * miscellaneous/flops.m: Allow a single argument too. | |
11631 | |
11632 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11633 | |
11634 * strings/str2mat.m: Also handle case when there are no empty | |
11635 strings correctly. | |
11636 | |
11637 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11638 | |
11639 * strings/isletter.m: New function, for Matlab compatibility. | |
11640 | |
3168 | 11641 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11642 | |
11643 * strings/str2mat.m: Handle string matrices too. | |
11644 | |
3167 | 11645 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11646 | |
11647 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11648 linear encoding. | |
11649 | |
11650 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11651 audio/record.m: Open files in binary mode. | |
11652 | |
3164 | 11653 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11654 | |
11655 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11656 Move functionality of dump_1_pref here, but use built-in function | |
11657 type to extract value, and put it inside try/catch block. | |
11658 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11659 | |
3162 | 11660 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11661 | |
11662 * plot/__pltopt1.m__: New file. | |
11663 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11664 __pltopt1__ multiple times and returning a string array with rows | |
11665 corresponding to the rows of opt. | |
11666 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11667 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11668 array. | |
11669 | |
11670 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11671 | |
11672 * plot/mplot.m: Fix misspellings of global variables. | |
11673 Don't call clearplot. | |
11674 | |
11675 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11676 | |
11677 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11678 "cle;rep" when going in ot multiplot mode. | |
11679 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11680 switching out of multiplot mode. | |
11681 | |
3156 | 11682 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11683 |
3156 | 11684 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11685 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11686 |
3141 | 11687 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11688 | |
11689 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11690 | |
11691 * miscellaneous/bug_report.m: Don't try to get smart with | |
11692 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11693 | |
11694 * Makefile.in (install): Create separate ls-R files for | |
11695 $(datadir) and $(libexecdir). | |
11696 (uninstall): Remove both ls-R files. | |
11697 | |
3136 | 11698 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11699 | |
11700 * signal/fftshift.m: New file. | |
11701 | |
11702 * plot/contour.m: Fix for non-square case. | |
11703 | |
11704 * general/randperm.m: New file. | |
11705 | |
11706 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11707 | |
11708 * specfun/betai.m: Restore file for compatibility with previous | |
11709 versions. Call betainc with reordered args. | |
11710 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11711 | |
3131 | 11712 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11713 | |
11714 * plot/contour.m: Handle discrete contour levels. | |
11715 | |
11716 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11717 | |
11718 * control/lyap.m: For compatibility with Matlab, solve | |
11719 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11720 | |
3124 | 11721 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11722 | |
11723 * specfun/bessel.m: New file. | |
11724 | |
11725 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11726 specfun/gammainc.m: Delete. | |
11727 | |
3106 | 11728 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11729 | |
11730 * image/colormap.m: Initialize __current_color_map__ in global | |
11731 statement. | |
11732 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11733 statement. | |
11734 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11735 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11736 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11737 | |
3103 | 11738 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11739 | |
11740 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11741 * time/toc.m: Likewise. | |
11742 | |
11743 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11744 | |
11745 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11746 anything special for automatic_replot when in multiplot mode -- | |
11747 recent 3.6beta releases handle this correctly. | |
11748 | |
11749 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11750 setting the terminal type. | |
11751 | |
11752 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11753 plot/subwindow.m: Use leading and trailing underscores for | |
11754 `private' globals. | |
11755 | |
11756 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11757 | |
3101 | 11758 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11759 | |
11760 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11761 | |
3091 | 11762 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11763 | |
3092 | 11764 * specfun/gammai.m: Avoid problems with whitespace when |
11765 constructing matrices. | |
11766 | |
3091 | 11767 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11768 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11769 original y vector. | |
11770 | |
3085 | 11771 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11772 | |
11773 * linear-algebra/cross.m: Use direct formula instead of calling | |
11774 det three times in a loop. If both args are column (row) vectors, | |
11775 return a column (row) vector. If they don't match, pay attention | |
11776 to the value of prefer_column_vectors. | |
11777 | |
5095 | 11778 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11779 |
11780 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11781 nonsymmetric matrices. | |
11782 | |
11783 * general/tril.m: Fix usage message. | |
11784 | |
11785 * polynomial/polyvalm.m: Fix error messages. | |
11786 * polynomial/polyderiv.m: Likewise. | |
11787 * polynomial/polyval.m: Likewise. | |
11788 | |
3081 | 11789 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11790 | |
11791 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11792 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11793 | |
3063 | 11794 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11795 | |
11796 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11797 | |
5095 | 11798 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11799 |
11800 * plot/__pltopt__.m: Handle key/legend names. | |
11801 Correctly set colors, line styles, and point styles. | |
11802 | |
3061 | 11803 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11804 | |
11805 * polynomial/polyfit.m: Return fit y values as second output. | |
11806 Don't use QR factorization to solve least squares problem. | |
11807 | |
11808 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11809 | |
11810 * control/dlqr.m: Use ao, not a, to compute k. | |
11811 | |
3024 | 11812 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11813 | |
11814 * miscellaneous/path.m: New file. | |
11815 | |
2993 | 11816 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11817 | |
11818 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11819 name. | |
11820 | |
2968 | 11821 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11822 | |
11823 * specfun/erfinv.m: Add missing semicolon. | |
11824 | |
2870 | 11825 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11826 | |
11827 * miscellaneous/xor.m: Make type of return value logical. | |
11828 | |
2853 | 11829 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11830 | |
11831 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11832 warn_comma_in_global_decl. | |
11833 | |
2831 | 11834 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11835 | |
11836 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11837 octave-bug script. | |
11838 | |
2823 | 11839 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11840 | |
2824 | 11841 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11842 prefer_zero_one_indexing. | |
11843 | |
2823 | 11844 * general/logical.m: New file. |
11845 | |
2816 | 11846 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11847 | |
11848 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11849 and is_vector(). | |
11850 | |
5095 | 11851 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11852 |
11853 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11854 Use tolerance of 2 * eps. | |
11855 | |
2811 | 11856 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11857 | |
11858 * Makefile.in (install-strip): New target. | |
11859 * audio/Makefile.in: Ditto. | |
11860 * control/Makefile.in: Ditto. | |
11861 * elfun/Makefile.in: Ditto. | |
11862 * general/Makefile.in: Ditto. | |
11863 * image/Makefile.in: Ditto. | |
11864 * io/Makefile.in: Ditto. | |
11865 * linear-algebra/Makefile.in: Ditto. | |
11866 * miscellaneous/Makefile.in: Ditto. | |
11867 * plot/Makefile.in: Ditto. | |
11868 * polynomial/Makefile.in: Ditto. | |
11869 * set/Makefile.in: Ditto. | |
11870 * signal/Makefile.in: Ditto. | |
11871 * specfun/Makefile.in: Ditto. | |
11872 * special-matrix/Makefile.in: Ditto. | |
11873 * startup/Makefile.in: Ditto. | |
11874 * statistics/Makefile.in: Ditto. | |
11875 * strings/Makefile.in: Ditto. | |
11876 | |
2809 | 11877 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11878 | |
11879 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11880 | |
2798 | 11881 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11882 | |
11883 * statistics/corrcoef.m: Make it actually work. | |
11884 | |
2795 | 11885 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11886 | |
2798 | 11887 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11888 |
2779 | 11889 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11890 |
11891 * Version 2.0.5 released. | |
11892 | |
2745 | 11893 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11894 | |
2749 | 11895 * Makefile.in (maintainer-clean): Also remove configure. |
11896 | |
2746 | 11897 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11898 | |
2745 | 11899 * general/is_matrix.m: Return zero for empty matrices. |
11900 | |
11901 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11902 | |
11903 * linear-algebra/vech.m: Size result just once. | |
11904 | |
2726 | 11905 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11906 | |
11907 * general/is_square.m: Handle empty matrices correctly. | |
11908 * general/is_symmetric.m: Handle empty matrices and strings. | |
11909 | |
2716 | 11910 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11911 | |
11912 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11913 * polynomial/deconv.m: Likewise. | |
11914 * polynomial/polyderiv.m: Likewise. | |
11915 * polynomial/polyinteg.m: Likewise. | |
11916 * polynomial/polyreduce.m: Likewise. | |
11917 * polynomial/polyval.m: Likewise. | |
11918 * polynomial/polyvalm.m: Likewise. | |
11919 * general/postpad.m: Likewise. | |
11920 * general/prepad.m: Likewise. | |
11921 | |
11922 * polynomial/compan.m: Check input with is_vector(), not | |
11923 is_matrix(). Handle scalar case. | |
11924 | |
2711 | 11925 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11926 | |
2715 | 11927 * plot/contour.m: Order data so that it is consistent with |
11928 meshgrid and mesh. | |
11929 | |
2711 | 11930 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11931 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11932 | |
2709 | 11933 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11934 |
11935 * Version 2.0.4 released. | |
11936 | |
2706 | 11937 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11938 | |
2702 | 11939 * miscellaneous/paren.m: New file. |
11940 | |
2693 | 11941 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11942 |
11943 * Version 2.0.3 released. | |
11944 | |
2676 | 11945 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11946 | |
11947 * image/saveimage.m: Only clip image data that is actually out of | |
11948 range. | |
11949 | |
2667 | 11950 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11951 | |
11952 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11953 also be considered to be matrices. | |
11954 | |
11955 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11956 | |
11957 * general/isempty.m: Use size(), not rows() and columns(). | |
11958 | |
11959 * plot/contour.m: Convert set to gset. | |
11960 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11961 | |
2663 | 11962 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11963 | |
11964 * specfun/erfinv.m: Fix typo in last change. | |
11965 | |
2650 | 11966 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11967 | |
11968 * image/loadimage.m: Make it possible to load files with image | |
11969 data named X or img. | |
11970 | |
11971 * image/default.img: Change name of image from X to img to match | |
11972 what saveimage does now. | |
11973 | |
11974 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11975 does now. | |
11976 | |
2632 | 11977 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11978 | |
2634 | 11979 * Version 2.0.2 released. |
11980 | |
2632 | 11981 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11982 weird missing-lines bug without creating extra plots unecessarily. | |
11983 | |
2624 | 11984 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11985 | |
11986 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11987 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11988 io/Makefile.in, linear-algebra/Makefile.in, | |
11989 miscellaneous/Makefile.in, plot/Makefile.in, | |
11990 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11991 specfun/Makefile.in, special-matrix/Makefile.in, | |
11992 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11993 time/Makefile.in (bin-dist): New target. | |
11994 | |
2621 | 11995 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11996 | |
11997 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11998 | |
11999 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12000 | |
12001 * miscellaneous/xor.m: Make it work. | |
12002 | |
2613 | 12003 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12004 | |
12005 * plot/sombrero.m: Doc fix. | |
12006 | |
2602 | 12007 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12008 | |
12009 * Version 2.0.1 released. | |
12010 | |
2601 | 12011 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12012 | |
12013 * elfun/lcm.m: Replace missing if statement. | |
12014 | |
12015 * elfun/gcd.m: Report error if no input args. | |
12016 * elfun/lcm.m: Likewise. | |
12017 | |
2597 | 12018 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12019 | |
12020 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12021 Also list contents of $libexecdir/octave in ls-R database. | |
12022 | |
2583 | 12023 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12024 | |
12025 * Version 2.0 released. | |
12026 | |
2575 | 12027 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12028 | |
12029 * Version 1.94. | |
12030 | |
2558 | 12031 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12032 | |
12033 * strings/str2num.m: New file. | |
12034 | |
2554 | 12035 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12036 | |
12037 * Version 1.93. | |
12038 | |
2540 | 12039 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12040 | |
12041 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12042 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12043 linear-algebra/vech.m: New files from Kurt Hornik. | |
12044 | |
12045 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12046 general/common_size.m: New files from Kurt Hornik. | |
12047 | |
12048 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12049 New files from Kurt Hornik. | |
12050 | |
12051 * signal/detrend.m: New file from Kurt Hornik. | |
12052 | |
12053 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12054 specfun/pow2.m, specfun/log2.m: | |
12055 New files and updates from Kurt Hornik. | |
12056 | |
2523 | 12057 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12058 | |
12059 * plot/__plt__.m: Add explicit replot after last command is | |
12060 issued, to force all lines to be displayed. Hmm. | |
12061 | |
2512 | 12062 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12063 | |
2520 | 12064 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12065 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12066 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12067 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12068 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12069 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12070 Uset gset, not set. | |
12071 | |
2512 | 12072 * Version 1.92. |
12073 | |
2482 | 12074 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12075 | |
2486 | 12076 * image/saveimage.m: When writing PostScript, name Octave as the |
12077 almighty Creator. Use single call to fprintf instead of looping. | |
12078 | |
12079 * image/Makefile.in: Delete references to octtopnm. | |
12080 | |
12081 * general/logspace.m: Doc fix. | |
12082 | |
2482 | 12083 * Version 1.91. |
12084 | |
2458 | 12085 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12086 | |
12087 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12088 | |
12089 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12090 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12091 deleted. | |
12092 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12093 of a system() command to delete the tmp file. | |
12094 | |
2452 | 12095 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12096 | |
12097 * Version 1.90. | |
12098 | |
12099 * Makefile.in (DISTFILES): Add ChangeLog. | |
12100 | |
2360 | 12101 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12102 | |
12103 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12104 Don't check for string value of automatic_replot. | |
12105 | |
12106 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12107 Temporarily set do_fortran_indexing to 1, not "true". | |
12108 | |
12109 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12110 not "false". | |
12111 | |
12112 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12113 "false". | |
12114 | |
2355 | 12115 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12116 | |
12117 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12118 | |
2330 | 12119 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12120 | |
12121 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12122 system command. | |
12123 | |
12124 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12125 | |
12126 * __plr1__.m: Renamed from polar_int_1.m. | |
12127 * __plr2__.m: Renamed from polar_int_2.m. | |
12128 * __plr__.m: Renamed from polar_int.m. | |
12129 * __plt1__.m: Renamed from plot_int_1.m. | |
12130 * __plt2__.m: Renamed from plot_int_2.m. | |
12131 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12132 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12133 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12134 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12135 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12136 * __plt__.m: Renamed from plot_int.m. | |
12137 * __pltopt__.m: Renamed from plot_opt.m. | |
12138 Change all callers. | |
12139 | |
12140 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12141 | |
12142 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12143 comments like those found in Emacs lisp files. | |
12144 | |
12145 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12146 | |
12147 * All .m files: Change comment style. | |
12148 | |
12149 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12150 | |
12151 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12152 subplot.m, subwindow.m, top_title.m: | |
12153 Print error message if gnuplot_has_multiplot is not true. | |
12154 | |
12155 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12156 | |
12157 * plot/figure.m: New function. | |
12158 | |
12159 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12160 | |
12161 * strings/strrep.m: New function. | |
12162 | |
12163 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12164 | |
12165 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12166 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12167 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12168 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12169 New functions from Kurt Hornik, heavily modified by jwe. | |
12170 | |
12171 * general/reshape.m: Allow strings to be reshaped too. | |
12172 | |
12173 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12174 Always return a scalar. | |
12175 | |
12176 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12177 | |
12178 * polynomial/polyfit.m: Make orientation of result compatible with | |
12179 Matlab. | |
12180 | |
12181 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12182 | |
12183 * polynomial/polyfit.m: Add missing close paren. | |
12184 | |
12185 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12186 | |
12187 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12188 | |
12189 * io/scanf.m: Delete. | |
12190 | |
12191 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12192 | |
12193 * statistics/median.m: Fix typo in usage message. | |
12194 | |
12195 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12196 | |
12197 * miscellaneous/popen2.m: New file. | |
12198 | |
12199 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12200 | |
12201 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12202 | |
12203 * io: New directory. | |
12204 * Makefile.in (SUBDIRS): Add it to the list. | |
12205 | |
12206 * miscellaneous/flops.m: New file. | |
12207 | |
12208 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12209 | |
12210 * miscellaneous/cputime.m: Return three arguments instead of a | |
12211 vector, for compatibility with previous versions and with Matlab | |
12212 (which only returns one scalar value). | |
12213 | |
12214 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12215 | |
12216 * general/triu.m: Compute lower bound on loop index correctly. | |
12217 * general/tril.m: Likewise, for upper bound. | |
12218 | |
12219 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12220 | |
12221 * image/saveimage.m: For color images, make sure indices into | |
12222 temporary colormap and result matrix have proper orientation. | |
12223 Set grey flag correctly. | |
12224 | |
12225 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12226 | |
12227 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12228 jrv@vanzandt.mv.com). | |
12229 | |
12230 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12231 | |
12232 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12233 * mesh.m: Transpose Z if only one arg. | |
12234 Handle case of all three args being matrices (from Jim Van Zandt | |
12235 jrv@vanzandt.mv.com). | |
12236 * meshdom.m: Undo previous change. | |
12237 | |
12238 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12239 | |
12240 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12241 | |
12242 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12243 | |
12244 * audio: New directory of files from Kurt Hornik and Andreas | |
12245 Weingessel. | |
12246 * audio/Makefile.in: New file. | |
12247 * Makefile.in (SUBDIRS): Add audio to the list. | |
12248 | |
12249 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12250 | |
12251 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12252 | |
12253 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12254 | |
12255 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12256 columns (z), not the other way around. | |
12257 * plot/meshdom.m: Don't reverse order of elements in y. | |
12258 | |
12259 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12260 | |
12261 * plot/axis.m: Return current axis if nargin == 0. | |
12262 | |
12263 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12264 | |
12265 * polynomial/roots.m: Updates from Kurt Hornik. | |
12266 | |
12267 * polynomial/polyder.m: New file. | |
12268 | |
12269 * polynomial/polyderiv.m: Give return value and arg different names. | |
12270 | |
12271 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12272 | |
12273 * specfun/betainc.m: New file. | |
12274 * specfun/gammainc.m: New file. | |
12275 | |
12276 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12277 | |
12278 * general/strerror.m: New file. | |
12279 * general/perror.m: Implement using strerror(). | |
12280 | |
12281 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12282 | |
12283 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12284 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12285 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12286 | |
12287 * image/saveimage.m: Round img values first. | |
12288 | |
12289 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12290 | |
12291 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12292 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12293 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12294 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12295 special-matrix/hankel.m special-matrix/toeplitz.m | |
12296 tuwien/strfun/split.m: Add missing semicolons. | |
12297 | |
12298 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12299 | |
12300 * image/Makefile.in: Don't build or install octtoppm. | |
12301 | |
12302 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12303 routines so that people who don't have the pbm stuff installed |
2330 | 12304 can still use this function. |
12305 | |
12306 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12307 | |
12308 * image/saveimage.m: Better error checking, clean up a bit. | |
12309 | |
12310 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12311 | |
12312 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12313 avoid conflict with new built-in text-style function more. | |
12314 | |
12315 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12316 | |
12317 * startup/Makefile.in (install): Also install octaverc in | |
12318 $localfcnfiledir/startup/octavrc. | |
12319 | |
12320 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12321 | |
12322 * mkinstalldirs: New file. | |
12323 * Makefile.in (DISTFILES): Add it to the list. | |
12324 | |
12325 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12326 | |
12327 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12328 | |
12329 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12330 r(1) != c(nr), not if r(1) != c(1). | |
12331 | |
12332 * signal/filter.m: Doc fix. | |
12333 | |
12334 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12335 | |
12336 * miscellaneous/cputime.m: Use new resource structure names (no | |
12337 ru_ or tv_ prefixes). | |
12338 | |
12339 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12340 | |
12341 * time/ctime.m: Fix doc string and usage message. | |
12342 | |
12343 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12344 | |
12345 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12346 | |
12347 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12348 | |
12349 * control/c2d.m: Make function work for any value of | |
12350 whitespace_in_literal_matrix. | |
12351 * control/dare.m: Likewise. | |
12352 * control/tzero.m: Likewise. | |
12353 * elfun/gcd.m: Likewise. | |
12354 * elfun/lcm.m: Likewise. | |
12355 * general/postpad.m: Likewise. | |
12356 * general/prepad.m: Likewise. | |
12357 * linear-algebra/kron.m: Likewise. | |
12358 * miscellaneous/etime.m: Likewise. | |
12359 * polynomial/conv.m: Likewise. | |
12360 * polynomial/deconv.m: Likewise. | |
12361 * polynomial/poly.m: Likewise. | |
12362 * polynomial/roots.m: Likewise. | |
12363 * signal/filter.m: Likewise. | |
12364 * signal/freqz.m: Likewise. | |
12365 * signal/fftfilt.m: Likewise. | |
12366 | |
12367 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12368 | |
12369 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12370 | |
12371 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12372 | |
12373 * plot/polar_int_2.m: Add missing semicolons. | |
12374 Set theta = theta', not rho'. | |
12375 | |
12376 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12377 | |
12378 * polynomial/roots.m: Make it work for any value of | |
12379 whitespace_in_literal_matrix. | |
12380 | |
12381 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12382 | |
12383 * configure.in: New file. | |
12384 | |
12385 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12386 | |
12387 * control/lyap.m: Add missing semicolon. | |
12388 | |
12389 * miscellaneous/cputime.m: New function file. | |
12390 | |
12391 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12392 | |
12393 * time: New directory. | |
12394 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12395 New function files. | |
12396 * time/Makefile.in: New file. | |
12397 * Makefile.in (SUBDIRS): Add time. | |
12398 | |
12399 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12400 | |
12401 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12402 | |
12403 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12404 | |
12405 * plot/plot_int_1.m: Transpose data with .', not '. | |
12406 | |
12407 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12408 | |
12409 * Makefile.in (install uninstall clean mostlyclean distclean | |
12410 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12411 | |
12412 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12413 | |
12414 * Makefile.in (install): Create ls-R database file. | |
12415 (uninstall): Delete it. | |
12416 | |
12417 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12418 | |
5378 | 12419 * image/saveimage.m: Fix typo. |
2330 | 12420 |
12421 See ChangeLog.1 in the top level directory for earlier changes. |