Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9357:95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 17 Jun 2009 18:49:46 -0400 |
parents | 52bde0edd23a |
children | df42106beec8 |
rev | line source |
---|---|
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
1 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
2 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
3 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
4 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
5 |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
6 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
|
7 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
8 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
9 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
10 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
11 |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
12 2009-06-14 Ben Abbott <bpabbott@mac.com> |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
13 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
14 * 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
|
15 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
16 |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
17 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
|
18 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
19 * 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
|
20 |
9345 | 21 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
22 | |
23 * set/ismember.m: Reimplement using lookup & unique. | |
24 | |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
25 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
|
26 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
27 * 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
|
28 * 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
|
29 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
30 * 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
|
31 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
|
32 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
|
33 |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
34 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
|
35 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
36 * 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
|
37 * 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
|
38 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
39 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
40 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
41 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
|
42 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
43 * 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
|
44 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
45 |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
46 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
|
47 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
48 * 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
|
49 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
50 |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
51 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
|
52 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
53 * 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
|
54 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
55 |
9313 | 56 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
57 | |
58 * testfun/assert.m: Fix texinfo bug. | |
59 | |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
60 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
|
61 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
62 * 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
|
63 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
|
64 * 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
|
65 |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
66 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
|
67 |
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
|
68 * 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
|
69 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
|
70 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
|
71 * 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
|
72 "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
|
73 * 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
|
74 __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
|
75 * 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
|
76 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
77 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
78 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
79 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
80 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
81 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
|
82 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
83 * 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
|
84 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
85 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
86 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
|
87 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
88 * 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
|
89 |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
90 2009-05-28 Ben Abbott <bpabbott@mac.com> |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
91 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
92 * 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
|
93 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
94 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
95 * 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
|
96 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
97 |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
98 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
|
99 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
100 * 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
|
101 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
102 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
|
103 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
104 * 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
|
105 * 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
|
106 |
9278 | 107 2009-05-28 Radek Salac <salac.r@gmail.com> |
108 | |
109 * sparse/bicgstab.m: New output when calling without arguments. | |
110 Time optimization - remove certain checks linked to preconditioner which | |
111 are unacceptably slow. | |
112 * sparse/cgs.m: New output when calling without arguments. | |
113 Time optimization - remove certain checks linked to preconditioner which | |
114 are unacceptably slow. Rename internal variable to match bicgstab. | |
115 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
116 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
|
117 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
118 * 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
|
119 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
120 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
|
121 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
122 * 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
|
123 |
9273 | 124 2009-05-27 John W. Eaton <jwe@octave.org> |
125 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
126 * 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
|
127 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
128 |
9273 | 129 * image/imshow.m: In demo, convert image to rgb before scaling |
130 components. Use imread instead of loadimage. | |
131 | |
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
|
132 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
|
133 |
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
|
134 * 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
|
135 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
|
136 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
137 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
|
138 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
139 * 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
|
140 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
141 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
142 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
143 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
144 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
145 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
|
146 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
147 * 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
|
148 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
149 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
150 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
151 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
152 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
153 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
|
154 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
155 * 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
|
156 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
157 |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
158 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
|
159 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
160 * 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
|
161 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
162 |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
163 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
|
164 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
165 * 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
|
166 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
167 * 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
|
168 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
169 |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
170 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
171 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
172 * 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
|
173 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
174 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
175 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
|
176 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
177 * 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
|
178 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
|
179 |
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
|
180 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
|
181 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
182 * 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
|
183 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
|
184 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
185 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
|
186 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
187 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
188 * 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
|
189 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
190 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
191 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
192 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
|
193 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
194 * *.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
|
195 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
196 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
197 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
|
198 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
199 * 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
|
200 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
201 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
202 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
|
203 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
204 * 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
|
205 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
|
206 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
|
207 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
208 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
|
209 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
210 * 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
|
211 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
212 |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
213 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
|
214 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
215 * 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
|
216 * 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
|
217 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
218 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
|
219 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
220 * 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
|
221 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
|
222 |
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
|
223 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
|
224 |
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
|
225 * 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
|
226 "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
|
227 |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
228 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
|
229 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
230 * 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
|
231 |
9160 | 232 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
233 | |
234 * statistics/base/range.m: Fix behavior when dim is specified. | |
235 | |
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
|
236 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
|
237 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
238 * 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
|
239 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
|
240 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
|
241 |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
242 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
|
243 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
244 * 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
|
245 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
|
246 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
|
247 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
|
248 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
249 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
250 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
251 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
252 |
9140 | 253 2009-04-20 John W. Eaton <jwe@octave.org> |
254 | |
255 * special-matrix/vander.m: Update tests. | |
256 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
257 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
|
258 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
259 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
260 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
261 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
262 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
|
263 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
264 * 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
|
265 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
266 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
267 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
268 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
269 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
270 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
|
271 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
272 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
273 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
274 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
275 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
|
276 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
277 * 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
|
278 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
279 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
|
280 * 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
|
281 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
282 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
|
283 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
284 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
285 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
286 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
287 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
288 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
|
289 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
290 * 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
|
291 * 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
|
292 * 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
|
293 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
294 |
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
|
295 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
|
296 |
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 * 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
|
298 * 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
|
299 * 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
|
300 * 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
|
301 * 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
|
302 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
|
303 * 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
|
304 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
305 2009-04-11 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
|
306 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
307 * 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
|
308 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
|
309 * 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
|
310 |
9108 | 311 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
312 | |
313 * set/intersect.m: Add missing branch. | |
314 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
315 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
316 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
317 * 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
|
318 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
|
319 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
|
320 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
321 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
322 * 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
|
323 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
324 * 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
|
325 |
9104 | 326 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
327 | |
328 * special-matrix/vander.m: Optimize. | |
329 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
330 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
|
331 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
332 * 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
|
333 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
334 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
|
335 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
336 * 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
|
337 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
|
338 * 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
|
339 * 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
|
340 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
|
341 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
342 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
343 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
344 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
345 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
346 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
347 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
348 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
349 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
350 |
9093 | 351 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
352 | |
353 * linear-algebra/vech.m: Optimize. | |
354 | |
9092 | 355 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
356 | |
357 * special-matrix/toeplitz.m: Optimize. | |
358 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
359 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
360 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
361 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
362 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
363 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
|
364 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
365 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
366 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
367 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
368 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
369 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
|
370 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
371 * 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
|
372 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
373 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
374 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
|
375 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
376 * 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
|
377 |
9075 | 378 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
379 | |
380 * optimization/fsolve.m: Fix test. | |
381 | |
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
|
382 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
|
383 |
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
|
384 * 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
|
385 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
|
386 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
387 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
|
388 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
389 * 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
|
390 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
|
391 * 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
|
392 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
393 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
394 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
|
395 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
396 * 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
|
397 |
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
|
398 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
|
399 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
400 * 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
|
401 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
|
402 |
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
|
403 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
|
404 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
405 * 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
|
406 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
|
407 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
|
408 |
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
|
409 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
|
410 |
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
|
411 * 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
|
412 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
|
413 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
414 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
|
415 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
416 * 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
|
417 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
418 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
|
419 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
420 * 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
|
421 dimensions. Change interpretation of vector arguments from |
9016 | 422 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
|
423 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
424 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
|
425 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
426 * 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
|
427 * 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
|
428 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
|
429 |
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
|
430 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
|
431 |
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
|
432 * 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
|
433 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
|
434 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
435 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
|
436 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
437 * 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
|
438 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
439 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
|
440 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
441 * 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
|
442 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
443 * 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
|
444 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
445 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
|
446 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
447 * 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
|
448 * 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
|
449 * 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
|
450 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
451 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
452 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
453 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
454 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
455 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
456 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
457 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
458 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
459 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
460 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
|
461 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
462 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
463 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
464 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
465 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
466 |
8980 | 467 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
468 | |
469 * statistics/base/var.m: a -> x. | |
470 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
471 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
472 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
473 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
474 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
475 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
476 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
477 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
478 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
479 |
8970 | 480 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
481 | |
482 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
483 products. | |
484 | |
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
|
485 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
|
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/__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
|
488 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
|
489 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
|
490 |
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
|
491 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
|
492 |
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
|
493 * 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
|
494 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
|
495 "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
|
496 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
497 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
|
498 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
499 * 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
|
500 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
501 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
502 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
|
503 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
504 * 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
|
505 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
506 * 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
|
507 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
|
508 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
509 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
510 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
511 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
512 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
513 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
514 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
515 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
516 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
517 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
518 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
519 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
|
520 |
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
|
521 * 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
|
522 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
|
523 * 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
|
524 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
|
525 |
8912 | 526 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
527 | |
528 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
529 for tests. | |
530 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
531 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
|
532 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
533 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
534 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
535 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
|
536 |
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
|
537 * 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
|
538 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
|
539 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
540 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
541 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
542 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
543 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
544 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
|
545 |
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
|
546 * 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
|
547 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
|
548 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
549 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
550 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
551 * 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
|
552 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
553 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
|
554 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
555 * 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
|
556 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
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> |
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
|
559 |
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
|
560 * 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
|
561 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
|
562 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
|
563 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
564 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
|
565 |
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
|
566 * 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
|
567 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
|
568 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
569 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
|
570 |
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
|
571 * 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
|
572 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
|
573 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
|
574 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
575 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
|
576 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
577 * 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
|
578 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
579 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
580 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
|
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/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
|
583 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
|
584 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
585 * 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
|
586 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
587 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
588 * 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
|
589 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
|
590 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
|
591 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
592 * plot/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
|
593 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
|
594 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
|
595 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
|
596 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
|
597 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
|
598 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
|
599 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
600 * 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
|
601 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
|
602 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
603 * 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
|
604 "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
|
605 * 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
|
606 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
|
607 * 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
|
608 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
609 * 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
|
610 * 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
|
611 * 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
|
612 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
613 * 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
|
614 |
8884 | 615 2009-02-27 John W. Eaton <jwe@octave.org> |
616 | |
8887 | 617 * set/complement.m: Call unique, not create_set. |
618 * set/unique.m: Style fix for docstring. | |
619 * deprecated/create_set.m: Move here from set/create_set.m. | |
620 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
|
621 |
8887 | 622 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
623 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
624 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
625 * 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
|
626 |
8884 | 627 * strings/strsplit.m: Style fixes. |
628 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
629 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
630 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
631 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
632 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
633 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
|
634 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
635 * 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
|
636 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
637 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
638 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
639 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
640 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
641 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
642 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
643 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
644 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
645 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
646 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
647 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
648 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
649 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
650 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
651 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
652 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
653 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
654 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
655 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
656 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
657 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
|
658 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
659 * 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
|
660 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
661 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
662 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
663 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
664 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
665 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
666 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
667 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
668 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
669 * 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
|
670 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
|
671 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
672 * 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
|
673 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
674 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
675 |
8861 | 676 2009-02-24 John W. Eaton <jwe@octave.org> |
677 | |
678 * 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
|
679 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
|
680 |
8861 | 681 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
682 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
683 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
|
684 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
685 * 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
|
686 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
687 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
688 * 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
|
689 |
8857 | 690 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
691 | |
692 * optimization/fsolve.m: Update niter after each iteration, not just | |
693 a succesful one. | |
694 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
695 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
|
696 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
697 * 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
|
698 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
699 * 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
|
700 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
701 |
8847 | 702 2009-02-23 John W. Eaton <jwe@octave.org> |
703 | |
704 * plot/fplot.m: Fix nargin check. | |
705 From Joel Parker <Joel.Parker@radiancetech.com>. | |
706 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
707 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
|
708 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
709 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
710 |
8826 | 711 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
712 | |
713 * linear-algebra/dmult.m: Remove. | |
714 * linear-algebra/Makefile.in: Update. | |
715 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
716 * deprecated/Makefile.in: Update. | |
717 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
718 by diagonal matrices. | |
719 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
720 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
|
721 |
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
|
722 * 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
|
723 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
|
724 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
|
725 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
726 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
|
727 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
728 * 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
|
729 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
|
730 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
|
731 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
|
732 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
|
733 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
|
734 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
|
735 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
|
736 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
|
737 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
|
738 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
|
739 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
|
740 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
|
741 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
|
742 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
|
743 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
|
744 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
|
745 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
|
746 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
|
747 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
|
748 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
749 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
750 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
751 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
752 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
753 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
754 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
|
755 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
756 * 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
|
757 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
758 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
|
759 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
760 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
761 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
762 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
|
763 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
764 * 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
|
765 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
766 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
767 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
|
768 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
769 * 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
|
770 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
|
771 |
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
|
772 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
|
773 |
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 * 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
|
775 * 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
|
776 * 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
|
777 * 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
|
778 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
|
779 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
|
780 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
781 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
|
782 |
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
|
783 * 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
|
784 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
|
785 (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
|
786 (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
|
787 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
788 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
|
789 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
790 * 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
|
791 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
792 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
|
793 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
794 * 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
|
795 * 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
|
796 * 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
|
797 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
|
798 * 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
|
799 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
800 |
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
|
801 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
|
802 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
803 * 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
|
804 * 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
|
805 |
8757 | 806 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
807 | |
808 * 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
|
809 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
810 * optimization/fsolve.m: Update comments. |
8757 | 811 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
812 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
|
813 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
814 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
815 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
816 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
|
817 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
818 * 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
|
819 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
|
820 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
821 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
822 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
823 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
|
824 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
|
825 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
|
826 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
|
827 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
|
828 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
|
829 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
830 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
831 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
832 * 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
|
833 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
834 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
835 * 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
|
836 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
837 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
838 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
839 * 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
|
840 |
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
|
841 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
|
842 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
843 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
844 |
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
|
845 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
846 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
847 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
848 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
849 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
|
850 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
851 * 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
|
852 |
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
|
853 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
|
854 |
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
|
855 * 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
|
856 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
|
857 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
858 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
|
859 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
860 * 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
|
861 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
862 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
863 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
864 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
865 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
866 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
867 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
|
868 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
869 * 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
|
870 |
8714 | 871 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
872 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
873 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
874 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
|
875 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
876 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
877 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
|
878 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
879 * 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
|
880 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
881 * 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
|
882 |
8698 | 883 2009-02-08 John W. Eaton <jwe@octave.org> |
884 | |
885 * Makefile.in (install install-strip): Don't install ls-R file. | |
886 (uninstall): Don't uninstall ls-R file. | |
887 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
888 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
889 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
890 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
891 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
892 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
893 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
|
894 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
895 * 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
|
896 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
897 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
|
898 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
899 * 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
|
900 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
901 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
902 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
|
903 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
904 * 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
|
905 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
906 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
|
907 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
908 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
909 * 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
|
910 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
911 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
|
912 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
913 * 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
|
914 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
915 |
8666 | 916 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
917 | |
918 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
919 instead of "interpolate 4, 4". | |
920 | |
8664 | 921 2009-02-04 John W. Eaton <jwe@octave.org> |
922 | |
923 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
924 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
925 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
926 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
927 geometry/voronoi.m, geometry/voronoin.m, | |
928 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
929 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
930 linear-algebra/dmult.m, linear-algebra/dot.m, | |
931 linear-algebra/expm.m, linear-algebra/housh.m, | |
932 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
933 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
934 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
935 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
936 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
937 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
938 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
939 statistics/tests/cor_test.m, | |
940 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
941 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
942 time/addtodate.m: Style fixes. | |
943 | |
8661 | 944 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
945 | |
946 * optimization/fsolve.m: remove redundant line. | |
947 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
948 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
949 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
950 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
951 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
952 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
953 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
954 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
955 |
8652 | 956 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
957 | |
958 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
959 mlock to avoid unloading. | |
960 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
961 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
|
962 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
963 * 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
|
964 * 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
|
965 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
|
966 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
967 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
968 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
969 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
970 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
971 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
972 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
973 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
974 |
8645 | 975 2009-01-30 Kai Habel <kai.habel@gmx.de> |
976 | |
977 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
978 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
979 Require gnuplot 4.3 for transparent patches and surfaces. | |
980 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
981 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
|
982 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
983 * 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
|
984 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
|
985 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
986 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
|
987 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
988 * 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
|
989 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
990 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
991 * 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
|
992 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
993 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
|
994 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
995 * 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
|
996 |
8633 | 997 2009-01-29 Kai Habel <kai.habel@gmx.de> |
998 | |
999 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1000 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1001 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1002 |
1003 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1004 print sensible error message when function is found but not documented. | |
1005 | |
1006 * help/help.m: Allow displaying 'Contents.m' files. | |
1007 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1008 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
|
1009 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1010 * 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
|
1011 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1012 |
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
|
1013 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1014 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1015 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1016 |
1017 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1018 feature. | |
1019 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1020 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
|
1021 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1022 * 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
|
1023 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1024 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1025 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
|
1026 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1027 * 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
|
1028 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
|
1029 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
|
1030 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1031 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1032 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1033 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1034 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1035 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
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 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
|
1038 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1039 * 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
|
1040 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
|
1041 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
|
1042 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1043 * 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
|
1044 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1045 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1046 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1047 * 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
|
1048 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1049 |
8602 | 1050 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1051 | |
1052 * polynomial/spline.m: Doc fix. | |
1053 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1054 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
|
1055 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1056 * 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
|
1057 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1058 |
8600 | 1059 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1060 | |
1061 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1062 square and overdetermined systems. | |
1063 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1064 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
|
1065 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1066 * 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
|
1067 Adjust some defaults. |
8628 | 1068 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1069 * 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
|
1070 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1071 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
|
1072 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1073 * 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
|
1074 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1075 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1076 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1077 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1078 |
8591 | 1079 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1080 | |
1081 * optimization/__fsolve_defopts__.m: Remove. | |
1082 * optimization/Makefile.in: Reflect change. | |
1083 | |
8590 | 1084 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1085 | |
1086 * optimization/__fdjac__.m: Fix setting up h. | |
1087 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1088 large enough square and overdetermined systems, with pivoting in the | |
1089 first step. Simplify options. Adjust defaults - make TR radius | |
1090 tolerance less stringent. Support DisplayFcn. | |
1091 | |
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
|
1092 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
|
1093 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1094 * 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
|
1095 |
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
|
1096 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
|
1097 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1098 * 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
|
1099 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1100 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1101 |
1102 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1103 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1104 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
|
1105 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1106 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1107 * 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
|
1108 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1109 * 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
|
1110 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1111 * 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
|
1112 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1113 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1114 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
|
1115 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1116 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1117 * 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
|
1118 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1119 * 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
|
1120 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
|
1121 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
|
1122 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1123 * 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
|
1124 * 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
|
1125 * 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
|
1126 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1127 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1128 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
|
1129 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1130 * 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
|
1131 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1132 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
|
1133 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1134 * 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
|
1135 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1136 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
|
1137 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1138 * 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
|
1139 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
|
1140 * 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
|
1141 * 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
|
1142 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1143 * 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
|
1144 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
|
1145 * 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
|
1146 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1147 * 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
|
1148 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1149 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1150 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1151 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1152 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1153 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1154 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1155 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1156 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1157 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1158 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1159 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
|
1160 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1161 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1162 * general/prepad.m: Doc fix. |
8544 | 1163 * image/pink.m: Spelling fix. |
1164 * image/hsv.m: Doc fix. | |
1165 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1166 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1167 * 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
|
1168 |
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
|
1169 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1170 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1171 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1172 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1173 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1174 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
|
1175 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1176 * 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
|
1177 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1178 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
|
1179 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1180 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1181 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1182 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
|
1183 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1184 * 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
|
1185 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
|
1186 |
8528 | 1187 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1188 | |
1189 * plot/grid.m: Document handle argument. | |
1190 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1191 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
|
1192 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1193 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1194 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1195 |
8521 | 1196 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1197 | |
1198 * gethelp.cc: Include <cstdio>. | |
1199 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1200 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
|
1201 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1202 * 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
|
1203 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
|
1204 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1205 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
|
1206 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1207 * 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
|
1208 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1209 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
|
1210 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
|
1211 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
|
1212 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
|
1213 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
|
1214 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
|
1215 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
|
1216 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
|
1217 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
|
1218 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
|
1219 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
|
1220 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
|
1221 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
|
1222 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1223 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1224 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
|
1225 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1226 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1227 |
8513 | 1228 * optimization/fsolve.m: Doc fix. |
1229 | |
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
|
1230 * 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
|
1231 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1232 * 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
|
1233 |
8506 | 1234 2009-01-13 John W. Eaton <jwe@octave.org> |
1235 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1236 * 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
|
1237 |
8507 | 1238 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1239 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1240 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1241 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1242 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1243 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1244 image/imwrite.m, linear-algebra/dmult.m, | |
1245 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1246 miscellaneous/setfield.m, miscellaneous/what.m, | |
1247 optimization/fsolve.m, optimization/fzero.m, | |
1248 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1249 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1250 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1251 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1252 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1253 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1254 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1255 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1256 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1257 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1258 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1259 statistics/base/center.m, statistics/base/quantile.m, | |
1260 statistics/base/ranks.m, statistics/base/std.m, | |
1261 statistics/distributions/hygepdf.m, | |
1262 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1263 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1264 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1265 testfun/speed.m, testfun/test.m: Style fixes. | |
1266 | |
8506 | 1267 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1268 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1269 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1270 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1271 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1272 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1273 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1274 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1275 statistics/base/quantile.m, statistics/base/values.m, | |
1276 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1277 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1278 time/datestr.m, time/datevec.m: Comment style fixes. | |
1279 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1280 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
|
1281 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1282 * 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
|
1283 |
8466 | 1284 2009-01-12 John W. Eaton <jwe@octave.org> |
1285 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1286 * 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
|
1287 Use strcmpi to compare options. |
8466 | 1288 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1289 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
|
1290 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1291 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1292 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1293 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1294 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
|
1295 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1296 * 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
|
1297 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1298 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1299 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1300 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1301 * miscellaneous/orderfields.m: Ditto. |
1302 * miscellaneous/what.m: Ditto. | |
1303 * pkg/pkg.m: Ditto. | |
1304 * plot/ndgrid.m: Ditto. | |
1305 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1306 |
8451 | 1307 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1308 | |
1309 * plot/surfl.m: New function | |
8628 | 1310 * plot/diffuse.m: Ditto. |
1311 * plot/specular.m: Ditto. | |
8451 | 1312 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1313 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
|
1314 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1315 * 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
|
1316 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1317 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
|
1318 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1319 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1320 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1321 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
|
1322 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1323 * 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
|
1324 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
|
1325 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
|
1326 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
|
1327 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
|
1328 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
|
1329 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
|
1330 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
|
1331 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
|
1332 * 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
|
1333 * 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
|
1334 * 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
|
1335 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1336 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
|
1337 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1338 * 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
|
1339 |
8438 | 1340 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1341 | |
1342 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1343 operation fails. | |
1344 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1345 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
|
1346 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1347 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1348 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1349 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1350 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1351 * 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
|
1352 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1353 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1354 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1355 * 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
|
1356 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1357 |
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
|
1358 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
|
1359 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1360 * 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
|
1361 |
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
|
1362 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
|
1363 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1364 * 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
|
1365 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1366 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1367 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1368 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1369 |
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
|
1370 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
|
1371 |
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
|
1372 * 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
|
1373 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
|
1374 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1375 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1376 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1377 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1378 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1379 |
8416 | 1380 2008-11-21 Radek Salac <salac.r@gmail.com> |
1381 | |
1382 * sparse/bicgstab.m: New function. | |
1383 * sparse/Makefile.in (SOURCES): Add it here. | |
1384 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1385 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
|
1386 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1387 * 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
|
1388 (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
|
1389 * 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
|
1390 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1391 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1392 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1393 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1394 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1395 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1396 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1397 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
|
1398 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1399 * 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
|
1400 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
|
1401 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1402 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1403 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1404 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1405 |
8393 | 1406 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1407 | |
8394 | 1408 * linear-algebra/expm.m: New source. |
8393 | 1409 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1410 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1411 |
8394 | 1412 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1413 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1414 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1415 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1416 * 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
|
1417 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1418 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
|
1419 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1420 * 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
|
1421 * 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
|
1422 * 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
|
1423 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1424 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
|
1425 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1426 * 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
|
1427 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
|
1428 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
|
1429 * 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
|
1430 * 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
|
1431 * 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
|
1432 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1433 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1434 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1435 * 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
|
1436 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1437 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
|
1438 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1439 * 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
|
1440 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1441 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
|
1442 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1443 * 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
|
1444 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1445 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
|
1446 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1447 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
|
1448 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1449 |
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
|
1450 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
|
1451 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1452 * 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
|
1453 |
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
|
1454 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
|
1455 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1456 * 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
|
1457 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1458 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
|
1459 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1460 * 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
|
1461 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1462 |
8324 | 1463 2008-11-14 David Bateman <dbateman@free.fr> |
1464 | |
1465 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1466 of the axis object. | |
1467 | |
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
|
1468 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
|
1469 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1470 * 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
|
1471 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1472 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
|
1473 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1474 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1475 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1476 |
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
|
1477 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
|
1478 |
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
|
1479 * 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
|
1480 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
|
1481 * 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
|
1482 |
8316 | 1483 2008-11-10 John W. Eaton <jwe@octave.org> |
1484 | |
1485 * 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
|
1486 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1487 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1488 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
|
1489 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1490 * 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
|
1491 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1492 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1493 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
|
1494 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1495 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1496 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1497 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
|
1498 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1499 * 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
|
1500 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1501 |
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
|
1502 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
|
1503 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1504 * 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
|
1505 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1506 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1507 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1508 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1509 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1510 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1511 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1512 |
8305 | 1513 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1514 | |
1515 * optimization/fzero.m: Replace tabs by spaces. | |
1516 | |
1517 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1518 | |
1519 * optimization/fzero.m: Simplify exception handling. | |
1520 | |
1521 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1522 | |
1523 * optimization/fzero.m: New function file. | |
1524 * optimization/Makefile.in: Add it. | |
1525 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1526 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1527 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1528 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1529 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1530 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1531 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1532 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1533 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1534 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1535 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1536 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1537 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1538 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1539 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1540 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1541 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1542 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1543 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1544 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
|
1545 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1546 * 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
|
1547 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1548 * 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
|
1549 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
|
1550 * 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
|
1551 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1552 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
|
1553 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1554 * 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
|
1555 * 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
|
1556 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
|
1557 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1558 * 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
|
1559 * 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
|
1560 * 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
|
1561 * 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
|
1562 * 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
|
1563 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1564 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1565 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
|
1566 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1567 * 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
|
1568 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
|
1569 * 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
|
1570 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
|
1571 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
|
1572 * 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
|
1573 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1574 * 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
|
1575 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
|
1576 * 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
|
1577 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
|
1578 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1579 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1580 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
|
1581 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1582 * 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
|
1583 |
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
|
1584 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
|
1585 |
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
|
1586 * 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
|
1587 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
|
1588 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1589 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
|
1590 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1591 * 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
|
1592 |
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
|
1593 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
|
1594 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1595 * 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
|
1596 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1597 * 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
|
1598 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1599 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
|
1600 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1601 * 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
|
1602 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1603 |
8257 | 1604 2008-10-22 David Bateman <dbateman@free.fr> |
1605 | |
8260 | 1606 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1607 "caller" workspace. | |
1608 | |
8258 | 1609 * plot/__errplot__.m: Add errorbar series objects. |
1610 * plot/errbar.m: Add some demos. | |
1611 | |
8257 | 1612 * plot/__add_line_series__.m: Remove |
1613 * plot/Makefile.in (SOURCES): Remove it here too. | |
1614 * plot/__add_datasource__.m: Allow for more than one character in | |
1615 source name. | |
1616 * plot/refreshdata.m: Ditto. | |
1617 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1618 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1619 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1620 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1621 * plot/legend.m: Update type in loop and remove debugging messages. | |
1622 | |
8251 | 1623 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1624 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1625 * 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
|
1626 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1627 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1628 |
8249 | 1629 2008-10-21 John W. Eaton <jwe@octave.org> |
1630 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1631 * 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
|
1632 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1633 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1634 |
8249 | 1635 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1636 struct. Use get instead of examining struct fields directly. | |
1637 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1638 object struct. Use get instead of examining struct elements | |
1639 directly. Use allhild instead of looking at children field of | |
1640 figure object struct. | |
1641 | |
8251 | 1642 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1643 |
1644 * plot/orient.m: Fix syntax error. | |
1645 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1646 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1647 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1648 * 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
|
1649 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1650 * 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
|
1651 * 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
|
1652 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1653 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
|
1654 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1655 * 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
|
1656 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
|
1657 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1658 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1659 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
|
1660 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1661 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1662 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1663 * 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
|
1664 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1665 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1666 * 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
|
1667 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1668 * 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
|
1669 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1670 * 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
|
1671 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1672 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
|
1673 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1674 * 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
|
1675 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
|
1676 |
8236 | 1677 2008-10-17 David Bateman <dbateman@free.fr> |
1678 | |
1679 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1680 from potential axis handles. | |
1681 * plot/colorbar.m: Remove debug output. | |
1682 * plot/comet.m: Close plot before demo | |
1683 * plot/contourc.m: No output if nargout == 0. | |
1684 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1685 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
|
1686 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1687 * 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
|
1688 |
8229 | 1689 2008-10-16 John W. Eaton <jwe@octave.org> |
1690 | |
1691 * testfun/rundemos.m: New function. | |
1692 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1693 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
|
1694 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1695 * 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
|
1696 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1697 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
|
1698 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1699 * 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
|
1700 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
|
1701 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1702 * 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
|
1703 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
|
1704 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
|
1705 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1706 * 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
|
1707 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
|
1708 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1709 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1710 * 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
|
1711 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
|
1712 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1713 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
|
1714 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1715 * 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
|
1716 (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
|
1717 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1718 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
|
1719 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1720 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1721 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1722 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1723 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
|
1724 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1725 * 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
|
1726 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
|
1727 (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
|
1728 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1729 * 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
|
1730 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1731 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1732 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1733 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
|
1734 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1735 * 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
|
1736 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1737 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1738 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
|
1739 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1740 * 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
|
1741 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1742 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
|
1743 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1744 * 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
|
1745 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1746 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1747 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1748 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1749 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1750 |
8208 | 1751 2008-10-10 David Bateman <dbateman@free.fr> |
1752 | |
1753 * image/__img__.m: Manually set the limits of th eimage | |
1754 * plot/__go_draw_axes__.m: Base window position in the axis | |
1755 position property and not the outerposition property. Remove | |
1756 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1757 vector to support image based colorbars. Also check labelmode for | |
1758 manual tics. | |
1759 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1760 colorbar code. | |
1761 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1762 it to the principal axis. | |
1763 * plot/legend.m: Support an axis handle as the first | |
1764 argument. Support hggroups. | |
1765 * plot/pareto.m: Don't support an axis handle as the first | |
1766 argument as the plotyy command in fact needs two axis handles. | |
1767 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1768 synchronize the two axes. | |
1769 * plot/subplot.m: Also skip axes that are tagged as being a | |
1770 colorbar. Don't break in search of overlapping axes to delete. Set | |
1771 both the position and the outerposition. | |
1772 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1773 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
|
1774 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1775 * 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
|
1776 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1777 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
|
1778 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1779 * 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
|
1780 * 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
|
1781 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1782 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
|
1783 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1784 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1785 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1786 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1787 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1788 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1789 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1790 * 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
|
1791 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1792 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
|
1793 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1794 * 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
|
1795 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1796 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
|
1797 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1798 * 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
|
1799 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
|
1800 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
|
1801 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
|
1802 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
|
1803 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
|
1804 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
|
1805 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
|
1806 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
|
1807 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
|
1808 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1809 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
|
1810 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1811 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1812 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1813 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1814 * 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
|
1815 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1816 * 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
|
1817 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1818 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
|
1819 |
8182 | 1820 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1821 | |
1822 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
|
1823 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1824 * 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
|
1825 |
8182 | 1826 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1827 | |
1828 * 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
|
1829 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1830 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1831 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1832 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1833 |
8182 | 1834 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
|
1835 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1836 * 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
|
1837 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1838 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1839 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1840 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
|
1841 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1842 * 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
|
1843 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1844 * 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
|
1845 |
8182 | 1846 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
|
1847 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1848 * 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
|
1849 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1850 * 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
|
1851 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1852 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
|
1853 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1854 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1855 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1856 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1857 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1858 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1859 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
|
1860 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1861 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1862 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
|
1863 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1864 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1865 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1866 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 1867 |
1868 * image/imread.m, image/imwrite.m: Doc fix. | |
1869 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1870 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
|
1871 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1872 * 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
|
1873 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1874 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
|
1875 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1876 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1877 * 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
|
1878 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1879 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
|
1880 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1881 * 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
|
1882 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1883 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1884 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1885 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1886 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1887 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1888 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1889 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1890 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1891 |
8182 | 1892 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1893 |
1894 * plot/comet.m: New file. | |
1895 * plot/Makefile.in (SOURCES): Add it here. | |
1896 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1897 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
|
1898 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1899 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1900 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1901 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1902 * 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
|
1903 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
|
1904 |
8182 | 1905 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
|
1906 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1907 * 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
|
1908 |
8116 | 1909 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1910 | |
8117 | 1911 * image/imshow.m: Fix for display_range. |
1912 | |
8116 | 1913 * general/interpn.m: Fixe for extrapval and documentation of |
1914 extrapval. | |
1915 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1916 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
|
1917 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1918 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1919 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1920 * 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
|
1921 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1922 * 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
|
1923 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1924 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1925 * 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
|
1926 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
|
1927 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1928 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1929 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1930 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1931 |
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
|
1932 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
|
1933 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1934 * 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
|
1935 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
|
1936 |
8088 | 1937 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1938 | |
1939 * plot/plot.m: Doc fix. | |
1940 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1941 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
|
1942 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1943 * 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
|
1944 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1945 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1946 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
|
1947 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1948 * 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
|
1949 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1950 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1951 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1952 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1953 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1954 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1955 * 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
|
1956 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1957 |
8076 | 1958 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1959 | |
1960 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1961 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1962 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1963 | |
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
|
1964 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
|
1965 |
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 * 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
|
1967 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
|
1968 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
|
1969 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
|
1970 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
|
1971 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
|
1972 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
|
1973 '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
|
1974 * 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
|
1975 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1976 * plot/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
|
1977 * 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
|
1978 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1979 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1980 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1981 * 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
|
1982 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1983 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1984 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1985 * 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
|
1986 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
|
1987 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1988 * 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
|
1989 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
|
1990 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
|
1991 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1992 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1993 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1994 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1995 |
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
|
1996 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
|
1997 |
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
|
1998 * 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
|
1999 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
|
2000 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2001 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
|
2002 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2003 * 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
|
2004 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2005 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2006 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
|
2007 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2008 * 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
|
2009 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
|
2010 * 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
|
2011 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
|
2012 * 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
|
2013 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2014 * 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
|
2015 * 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
|
2016 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
|
2017 * 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
|
2018 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
|
2019 * 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
|
2020 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
|
2021 * 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
|
2022 * 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
|
2023 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
|
2024 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2025 |
8054 | 2026 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2027 | |
2028 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2029 Handle parameter-value options. Untabify. | |
2030 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2031 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
|
2032 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2033 * 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
|
2034 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2035 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2036 * 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
|
2037 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
|
2038 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2039 * 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
|
2040 * 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
|
2041 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2042 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2043 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
|
2044 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2045 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2046 |
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
|
2047 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
|
2048 |
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
|
2049 * 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
|
2050 (__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
|
2051 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
|
2052 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2053 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2054 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2055 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2056 |
8046 | 2057 2008-08-21 David Bateman <dbateman@free.fr> |
2058 | |
2059 * plot/ezplot.m : New function. | |
2060 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2061 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2062 | |
8182 | 2063 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
|
2064 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2065 * 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
|
2066 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2067 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2068 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
|
2069 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2070 * 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
|
2071 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
|
2072 |
8040 | 2073 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
|
2074 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2075 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2076 |
8035 | 2077 2008-08-19 David Bateman <dbateman@free.fr> |
2078 | |
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
|
2079 * 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
|
2080 * 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
|
2081 |
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
|
2082 * statistics/base/ranks.m: Doc fix. |
8035 | 2083 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2084 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
|
2085 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2086 * 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
|
2087 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2088 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
|
2089 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2090 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2091 |
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
|
2092 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
|
2093 |
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
|
2094 * 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
|
2095 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
|
2096 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2097 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
|
2098 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2099 * 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
|
2100 |
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
|
2101 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
|
2102 |
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
|
2103 * 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
|
2104 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
|
2105 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2106 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
|
2107 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2108 * 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
|
2109 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2110 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2111 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2112 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2113 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2114 * 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
|
2115 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2116 * 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
|
2117 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2118 |
8182 | 2119 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
|
2120 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2121 * plot/hold.m: Clarify help text. |
7986 | 2122 |
2123 * specfun/reallog.m: Fix help string. | |
2124 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2125 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2126 |
2127 * strings/regexptranslate.m: Add real documentation. | |
2128 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2129 * 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
|
2130 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2131 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2132 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2133 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2134 |
7974 | 2135 2008-07-28 John W. Eaton <jwe@octave.org> |
2136 | |
2137 * image/imwrite.m: New function. | |
2138 * image/Makefile.in (SOURCES): Add it to the list. | |
2139 | |
7969 | 2140 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2141 | |
2142 * time/datestr.m: New xtest. | |
2143 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2144 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
|
2145 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2146 * 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
|
2147 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2148 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2149 |
7940 | 2150 2008-07-17 John W. Eaton <jwe@octave.org> |
2151 | |
2152 * general/fliplr.m: Fix usage test. | |
2153 * testfun/test.m: Fix usage tests. | |
2154 | |
8040 | 2155 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2156 |
2157 * statistics/base/cov.m: Fix test that should no longer work. | |
2158 | |
7935 | 2159 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2160 | |
2161 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2162 * plot/Makefile.in (SOURCES): Add them to the list. | |
2163 | |
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
|
2164 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
|
2165 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2166 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2167 * 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
|
2168 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2169 * 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
|
2170 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2171 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2172 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2173 |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2174 * 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
|
2175 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2176 * 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
|
2177 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2178 * 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
|
2179 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2180 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
|
2181 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2182 * 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
|
2183 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2184 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
|
2185 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2186 * 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
|
2187 |
8040 | 2188 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
|
2189 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2190 * 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
|
2191 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2192 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2193 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2194 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2195 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
|
2196 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2197 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
|
2198 |
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
|
2199 * 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
|
2200 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2201 * 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
|
2202 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
|
2203 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2204 |
8040 | 2205 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
|
2206 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2207 * 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
|
2208 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2209 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2210 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2211 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2212 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2213 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2214 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2215 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
|
2216 |
7817 | 2217 * miscellaneous/debug.m: New file.. |
2218 * Makefile.in (SOURCES): Add it to the list. | |
2219 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2220 * 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
|
2221 []. 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
|
2222 |
8040 | 2223 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2224 |
2225 * strings/strcat.m: Add tests. | |
2226 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2227 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
|
2228 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2229 * 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
|
2230 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2231 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2232 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2233 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2234 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2235 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2236 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2237 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2238 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2239 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2240 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2241 |
7783 | 2242 2008-05-20 Bill Denney <bill@denney.ws> |
2243 | |
2244 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2245 New tests. | |
2246 | |
7777 | 2247 2008-05-19 John W. Eaton <jwe@octave.org> |
2248 | |
2249 * general/isa.m: Fix tests. | |
2250 | |
7773 | 2251 2008-05-13 Bill Denney <bill@denney.ws> |
2252 | |
2253 * general/isa.m: Use persistent cell arrays to hold class names | |
2254 instead of multiple strcmp calls. | |
2255 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2256 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2257 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2258 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2259 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
|
2260 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2261 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2262 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
|
2263 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
|
2264 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2265 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2266 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2267 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2268 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2269 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2270 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
|
2271 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2272 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2273 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2274 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2275 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
|
2276 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2277 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2278 * 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
|
2279 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2280 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2281 * 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
|
2282 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2283 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2284 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2285 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2286 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2287 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
|
2288 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2289 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2290 |
7765 | 2291 2008-05-06 David Bateman <dbateman@free.fr> |
2292 | |
2293 * miscellaneous/symvar.m: New function. | |
2294 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2295 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2296 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
|
2297 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2298 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2299 * 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
|
2300 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2301 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2302 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2303 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2304 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
|
2305 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
|
2306 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2307 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2308 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2309 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2310 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2311 * 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
|
2312 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2313 |
7747 | 2314 2008-04-30 John W. Eaton <jwe@octave.org> |
2315 | |
2316 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2317 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2318 | |
8040 | 2319 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2320 |
2321 * specfun/log2.m: Delete. | |
2322 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2323 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2324 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
|
2325 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2326 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
|
2327 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2328 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2329 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2330 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2331 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2332 |
7736 | 2333 2008-04-25 John W. Eaton <jwe@octave.org> |
2334 | |
2335 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2336 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2337 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2338 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
|
2339 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2340 * 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
|
2341 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
|
2342 * 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
|
2343 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2344 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
|
2345 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2346 * 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
|
2347 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2348 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
|
2349 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2350 * 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
|
2351 |
7713 | 2352 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
|
2353 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2354 * 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
|
2355 |
7710 | 2356 2008-04-14 David Bateman <dbateman@free.fr> |
2357 | |
2358 * plot/rose.m: Add missing comment mark that causes issues with | |
2359 octave-forge function referencing. | |
2360 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2361 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2362 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
|
2363 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2364 * 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
|
2365 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
|
2366 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
|
2367 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
|
2368 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
|
2369 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
|
2370 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
|
2371 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
|
2372 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
|
2373 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
|
2374 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
|
2375 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
|
2376 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
|
2377 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
|
2378 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
|
2379 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
|
2380 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
|
2381 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
|
2382 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
|
2383 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
|
2384 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
|
2385 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
|
2386 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
|
2387 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
|
2388 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
|
2389 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
|
2390 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
|
2391 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
|
2392 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
|
2393 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
|
2394 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
|
2395 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
|
2396 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
|
2397 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
|
2398 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
|
2399 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
|
2400 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
|
2401 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
|
2402 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
|
2403 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
|
2404 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
|
2405 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
|
2406 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
|
2407 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
|
2408 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
|
2409 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
|
2410 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
|
2411 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
|
2412 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2413 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
|
2414 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2415 * 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
|
2416 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2417 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
|
2418 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2419 * 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
|
2420 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2421 * 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
|
2422 * 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
|
2423 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2424 * 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
|
2425 * 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
|
2426 * 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
|
2427 * 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
|
2428 * 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
|
2429 * 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
|
2430 * 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
|
2431 * 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
|
2432 * 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
|
2433 * 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
|
2434 * 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
|
2435 * 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
|
2436 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2437 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2438 * 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
|
2439 * 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
|
2440 * 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
|
2441 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2442 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
|
2443 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2444 * 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
|
2445 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
|
2446 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2447 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
|
2448 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2449 * 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
|
2450 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
|
2451 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
|
2452 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
|
2453 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
|
2454 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
|
2455 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
|
2456 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
|
2457 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
|
2458 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
|
2459 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
|
2460 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
|
2461 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
|
2462 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
|
2463 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
|
2464 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
|
2465 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2466 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
|
2467 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
|
2468 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
|
2469 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
|
2470 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
|
2471 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
|
2472 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2473 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
|
2474 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
|
2475 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
|
2476 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
|
2477 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
|
2478 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
|
2479 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2480 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
|
2481 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
|
2482 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
|
2483 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
|
2484 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
|
2485 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
|
2486 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
|
2487 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
|
2488 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
|
2489 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2490 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
|
2491 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2492 * 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
|
2493 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
|
2494 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
|
2495 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
|
2496 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
|
2497 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
|
2498 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
|
2499 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
|
2500 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
|
2501 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
|
2502 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
|
2503 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
|
2504 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
|
2505 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
|
2506 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
|
2507 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
|
2508 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2509 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
|
2510 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
|
2511 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
|
2512 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
|
2513 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
|
2514 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2515 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
|
2516 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
|
2517 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2518 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
|
2519 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
|
2520 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
|
2521 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
|
2522 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
|
2523 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2524 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
|
2525 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2526 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
|
2527 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
|
2528 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
|
2529 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
|
2530 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
|
2531 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
|
2532 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
|
2533 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
|
2534 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
|
2535 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2536 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
|
2537 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
|
2538 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
|
2539 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2540 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2541 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2542 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2543 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2544 * 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
|
2545 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2546 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2547 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2548 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2549 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2550 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2551 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2552 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2553 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2554 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2555 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2556 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2557 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2558 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2559 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2560 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
|
2561 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2562 * 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
|
2563 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2564 * 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
|
2565 |
7682 | 2566 2008-04-02 Bill Denney <bill@denney.ws> |
2567 | |
2568 * optimization/lsqnonneg.m: New function. | |
2569 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2570 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2571 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2572 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2573 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2574 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2575 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2576 * 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
|
2577 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
|
2578 * 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
|
2579 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2580 |
7678 | 2581 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2582 | |
2583 * general/sortrows.m: Handle negative column arguments. | |
2584 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2585 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2586 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2587 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2588 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2589 |
7673 | 2590 2008-03-31 David Bateman <dbateman@free.fr> |
2591 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2592 * 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
|
2593 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
|
2594 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2595 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2596 * 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
|
2597 * 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
|
2598 * 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
|
2599 * 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
|
2600 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2601 * 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
|
2602 |
7673 | 2603 * plot/ginput.m: New function. |
2604 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2605 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2606 * plot/Makefile.in (SOURCES): Add them to the list. | |
2607 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2608 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
|
2609 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2610 * 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
|
2611 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2612 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2613 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2614 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2615 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2616 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2617 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2618 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2619 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2620 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
|
2621 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2622 * 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
|
2623 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2624 |
7669 | 2625 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2626 | |
2627 * general/del2.m: Missing semicolon. | |
2628 | |
7668 | 2629 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2630 | |
2631 * miscellaneous/info.m: New function. | |
2632 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2633 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2634 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
|
2635 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2636 * 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
|
2637 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2638 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2639 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
|
2640 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2641 * 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
|
2642 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
|
2643 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2644 * 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
|
2645 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
|
2646 |
7655 | 2647 2008-03-27 Bill Denney <bill@denney.ws> |
2648 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2649 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2650 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2651 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2652 * 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
|
2653 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2654 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2655 * 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
|
2656 |
7657 | 2657 * general/genvarname.m: New function. |
2658 * general/Makefile.in (SOURCES): Add it to the list. | |
2659 | |
7656 | 2660 * time/addtodate.m: New function. |
7657 | 2661 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2662 |
7655 | 2663 * geometry/rectint.m: Vectorize and add more tests. |
2664 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2665 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
|
2666 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2667 * 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
|
2668 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2669 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2670 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2671 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2672 |
7650 | 2673 2008-03-26 John W. Eaton <jwe@octave.org> |
2674 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2675 * 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
|
2676 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2677 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2678 * 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
|
2679 |
7650 | 2680 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2681 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2682 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2683 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2684 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2685 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2686 Texinfo fixes. | |
2687 | |
8040 | 2688 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
|
2689 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2690 * 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
|
2691 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2692 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
|
2693 |
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
|
2694 * 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
|
2695 |
8182 | 2696 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
|
2697 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2698 * 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
|
2699 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
|
2700 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2701 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2702 * 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
|
2703 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2704 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2705 |
2706 * polynomial/convn.m: New function. | |
2707 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2708 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2709 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2710 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2711 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2712 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2713 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2714 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
|
2715 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2716 * 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
|
2717 |
7627 | 2718 2008-03-24 David Bateman <dbateman@free.fr> |
2719 | |
2720 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2721 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2722 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2723 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2724 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2725 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2726 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2727 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2728 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2729 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
|
2730 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2731 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2732 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2733 * 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
|
2734 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2735 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
|
2736 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2737 * 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
|
2738 |
7617 | 2739 * miscellaneous/cast.m: Also allow cast to "char". |
2740 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2741 * 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
|
2742 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2743 * 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
|
2744 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2745 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2746 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2747 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2748 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2749 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2750 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2751 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2752 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2753 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2754 |
7610 | 2755 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2756 | |
2757 * signal/sinetone.m: Ensure integral number of samples. | |
2758 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2759 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
|
2760 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2761 * 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
|
2762 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2763 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
|
2764 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2765 * 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
|
2766 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2767 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
|
2768 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2769 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2770 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2771 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2772 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2773 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2774 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2775 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2776 * 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
|
2777 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2778 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2779 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2780 * 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
|
2781 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2782 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2783 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2784 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
|
2785 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2786 * 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
|
2787 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2788 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
|
2789 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2790 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2791 |
7592 | 2792 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2793 | |
2794 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2795 style to default to avoid wrong mesh color in some cases. | |
2796 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2797 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2798 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2799 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2800 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
|
2801 |
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
|
2802 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
|
2803 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2804 * 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
|
2805 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
|
2806 |
7592 | 2807 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2808 | |
7582 | 2809 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2810 | |
2811 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2812 Allow plotting of uniform colored mesh plots with and | |
2813 w/o hidden line removal. | |
2814 | |
2815 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
|
2816 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2817 * 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
|
2818 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2819 * 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
|
2820 |
7569 | 2821 2008-03-07 John W. Eaton <jwe@octave.org> |
2822 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2823 * 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
|
2824 |
7569 | 2825 * plot/__go_draw_axes__.m: Handle tickdir property. |
2826 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2827 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2828 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2829 * 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
|
2830 Allow matrix arguments when number of bins > 30. |
7568 | 2831 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
|
2832 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2833 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2834 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2835 * 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
|
2836 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2837 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2838 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2839 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
|
2840 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2841 * 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
|
2842 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2843 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
|
2844 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2845 * 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
|
2846 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2847 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2848 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
|
2849 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2850 * 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
|
2851 |
7551 | 2852 2008-03-04 Bill Denney <bill@denney.ws> |
2853 | |
7557 | 2854 * plot/allchild.m, plot/findall.m: New functions. |
2855 * plot/Makefile.in (SOURCES): Add them to the list. | |
2856 | |
7551 | 2857 * geometry/rectint.m: New function. |
7557 | 2858 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2859 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2860 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
|
2861 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2862 * 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
|
2863 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
|
2864 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2865 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2866 |
2867 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2868 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2869 * 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
|
2870 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2871 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
|
2872 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2873 * 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
|
2874 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2875 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
|
2876 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2877 * 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
|
2878 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
|
2879 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2880 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
|
2881 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2882 * 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
|
2883 "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
|
2884 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2885 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
|
2886 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2887 * 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
|
2888 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
|
2889 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
|
2890 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
|
2891 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
|
2892 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
|
2893 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
|
2894 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
|
2895 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
|
2896 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
|
2897 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
|
2898 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
|
2899 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
|
2900 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2901 * 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
|
2902 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2903 * 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
|
2904 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2905 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
|
2906 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2907 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2908 |
7525 | 2909 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2910 | |
2911 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2912 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2913 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
|
2914 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2915 * 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
|
2916 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2917 |
7518 | 2918 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2919 | |
2920 * specfun/legendre.m: Doc fix. | |
2921 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2922 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
|
2923 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2924 * 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
|
2925 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2926 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2927 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
|
2928 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2929 * 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
|
2930 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2931 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2932 * 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
|
2933 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2934 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
|
2935 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2936 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2937 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2938 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2939 * 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
|
2940 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2941 * 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
|
2942 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2943 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2944 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
|
2945 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2946 * 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
|
2947 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2948 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2949 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
|
2950 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2951 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2952 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2953 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
|
2954 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2955 * 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
|
2956 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
|
2957 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
|
2958 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
|
2959 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2960 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
|
2961 |
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
|
2962 * 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
|
2963 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
|
2964 |
7501 | 2965 * polynomial/polyfit.m: Use QR decomposition. Handle |
2966 normalization option. | |
2967 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2968 generate 50% prediction intervals. | |
2969 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2970 * 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
|
2971 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2972 |
7498 | 2973 2008-02-19 John W. Eaton <jwe@octave.org> |
2974 | |
2975 * pkg/pkg.m: Style fixes. | |
2976 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2977 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2978 |
2979 * pkg/pkg.m: Handle 'describe' command. | |
2980 (parse_pkg_idx, print_package_description): New subfunctions. | |
2981 | |
7493 | 2982 2008-02-19 Bill Denney <bill@denney.ws> |
2983 | |
2984 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2985 elements wide. | |
2986 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2987 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
|
2988 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2989 * 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
|
2990 |
7485 | 2991 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2992 | |
2993 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2994 * general/runlength.m: New function from Paul Kienzle. | |
2995 | |
7484 | 2996 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2997 | |
2998 * linear-algebra/cond.m: New optional second argument to | |
2999 specify 1-norm, inf-norm, or frobenius-norm. | |
3000 | |
7475 | 3001 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3002 | |
3003 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3004 body. Allow the linespec to specify the arrow color. | |
3005 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3006 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
|
3007 |
7474 | 3008 * miscellaneous/cast.m: Also treat the logical type. |
3009 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3010 * 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
|
3011 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3012 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3013 * 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
|
3014 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3015 * 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
|
3016 * 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
|
3017 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3018 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
|
3019 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3020 * 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
|
3021 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3022 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3023 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3024 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3025 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3026 * 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
|
3027 |
7436 | 3028 2008-02-01 Dave Goel <deego3@gmail.com> |
3029 | |
3030 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3031 | |
7434 | 3032 2008-02-01 Bill Denney <bill@denney.ws> |
3033 | |
3034 * time/weekday.m: Allow vector inputs and speed up. | |
3035 * time/eomday.m: Return column vector for column vector inputs. | |
3036 | |
7429 | 3037 2008-01-30 John W. Eaton <jwe@octave.org> |
3038 | |
7434 | 3039 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3040 revision". | |
3041 | |
7431 | 3042 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3043 __plt2vs__.m in the list. | |
3044 | |
7430 | 3045 * miscellaneous/tempdir.m: Append filesep to name for |
3046 compatibility. Warn if not a directory or directory does not | |
3047 exist. | |
3048 | |
7429 | 3049 * strings/deblank.m: Improve compatibility. |
3050 | |
7428 | 3051 2008-01-29 John W. Eaton <jwe@octave.org> |
3052 | |
3053 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3054 | |
3055 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3056 |
3057 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3058 Return the label handle, not the current axis handle. | |
3059 | |
7421 | 3060 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3061 | |
3062 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3063 abscissa. | |
3064 | |
3065 2008-01-25 David Bateman <dbateman@free.fr> | |
3066 | |
7423 | 3067 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3068 * plot/__scatter__.m: Remove NaN values from data. |
3069 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3070 | |
7418 | 3071 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3072 | |
3073 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3074 | |
3075 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3076 | |
3077 * geometry/griddata3.m: Call griddata, not gridata. | |
3078 | |
7415 | 3079 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3080 | |
3081 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3082 | |
7411 | 3083 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3084 | |
3085 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3086 Move tests here from test/test_linalg.m. | |
3087 | |
3088 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3089 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3090 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3091 special-matrix/hankel.m, special-matrix/hilb.m, | |
3092 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3093 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3094 Move tests here from test/test_matrix.m. | |
3095 | |
3096 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3097 Move tests here from test/test_number.m. | |
3098 | |
3099 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3100 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3101 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3102 polynomial/polyvalm.m, polynomial/roots.m: | |
3103 Move tests here from test/test_poly.m. | |
3104 | |
3105 * signal/unwrap.m: | |
3106 Move tests here from test/test_signal.m. | |
3107 | |
3108 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3109 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3110 statistics/base/mean.m, statistics/base/median.m, | |
3111 statistics/base/skewness.m, statistics/base/std.m: | |
3112 Move tests here from test/test_stats.m. | |
3113 | |
3114 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3115 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3116 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3117 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3118 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3119 strings/substr.m: | |
3120 Move tests here from test/test_string.m. | |
3121 | |
3122 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3123 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3124 time/date.m, time/etime.m, time/is_leap_year.m: | |
3125 Move tests here from test/test_system.m. | |
3126 | |
7410 | 3127 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3128 | |
3129 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3130 Simplify initial checks on argument values. | |
3131 | |
7408 | 3132 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3133 | |
3134 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3135 implementation of the gnuplot-based graphics backend (derived from | |
3136 drawnow.m). | |
3137 * plot/drawnow.m: Deleted (converted to C++). | |
3138 | |
7401 | 3139 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3140 | |
3141 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3142 New tests. | |
3143 | |
7399 | 3144 2008-01-18 John W. Eaton <jwe@octave.org> |
3145 | |
3146 * optimization/sqp.m: End each function with endfunction. | |
3147 | |
7398 | 3148 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3149 | |
3150 * polynomial/residue.m: For each group of pole multiplicity, set | |
3151 the poles of the group to the value of the group's average. | |
3152 | |
7396 | 3153 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3154 | |
3155 * plot/print.m: Handle PDF output. | |
3156 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3157 | |
7392 | 3158 2008-01-17 John W. Eaton <jwe@octave.org> |
3159 | |
7393 | 3160 * path/savepath.m: Print newline before initial comment line. |
3161 Double up single quote characters. | |
3162 * path/__extractpath__.m: Return just the path as a string. | |
3163 Undo single quote character doubling. | |
3164 | |
3165 * path/pathdef.m: Avoid eval. Simplify. | |
3166 | |
7392 | 3167 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3168 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3169 avoid possible file descriptor leak. | |
3170 | |
3171 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3172 | |
3173 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3174 * startup/main-rcfile: Call atexit ("__finish__"). | |
3175 | |
7388 | 3176 2008-01-16 John W. Eaton <jwe@octave.org> |
3177 | |
7390 | 3178 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3179 Use it to disable enhanced mode for individual labels and titles. | |
3180 | |
7392 | 3181 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3182 (install install-strip, uninstall): Handle function files. |
3183 | |
3184 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3185 | |
7392 | 3186 * startup/__finish__.m: New file. |
3187 * path/__extractpath__.m, path/matlabroot.m, | |
3188 path/pathdef.m: New files. | |
7388 | 3189 * path/Makefile.in (SOURCES): Add them to the list. |
3190 | |
7385 | 3191 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3192 | |
7387 | 3193 * special-matrix/vander.m: Vectorize. New test. |
3194 | |
7385 | 3195 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3196 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3197 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3198 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3199 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3200 Move tests here from test/test_arith.m. | |
3201 | |
7382 | 3202 2008-01-15 John W. Eaton <jwe@octave.org> |
3203 | |
3204 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3205 | |
7379 | 3206 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3207 | |
3208 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3209 Call __get__ instead of get. | |
3210 | |
3211 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3212 | |
3213 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3214 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3215 hermitian operator. | |
3216 | |
7376 | 3217 2008-01-14 Bill Denney <bill@denney.ws> |
3218 | |
3219 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3220 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3221 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3222 |
3223 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3224 image/rgb2ntsc.m: Also accept images as input. | |
3225 | |
3226 * image/gray2ind.m: Handle image type other than double. | |
3227 Improve error checking and documentation. | |
3228 | |
7371 | 3229 2008-01-14 John W. Eaton <jwe@octave.org> |
3230 | |
7372 | 3231 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3232 instead of calling tolower on first arg. Default font name is | |
3233 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3234 (__maybe_munge_text__): Fix typo. | |
3235 | |
7371 | 3236 * optimization/sqp.m: Fix function definitions in test code. |
3237 | |
7361 | 3238 2008-01-12 John W. Eaton <jwe@octave.org> |
3239 | |
3240 * plot/gnuplot_binary.in: New file. | |
3241 * plot/gnuplot_binary.m: Delete. | |
3242 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3243 (SOURCES_IN, GEN_M): New macros. | |
3244 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3245 (FCN_FILES): Include $(GEN_M) in the list. | |
3246 (all): Depend on $(GEN_M). | |
3247 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3248 (distclean): Also remove $(GEN_M). |
7361 | 3249 |
3250 2008-01-11 John W. Eaton <jwe@octave.org> | |
3251 | |
3252 * optimization/sqp.m: New test from example in doc string. | |
3253 | |
7360 | 3254 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3255 | |
3256 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3257 to more than one multiplicity group. | |
3258 | |
7358 | 3259 2008-01-10 John W. Eaton <jwe@octave.org> |
3260 | |
3261 * plot/gnuplot_binary.m: New file. | |
3262 * plot/Makefile.in (SOURCES): Add it to the list. | |
3263 | |
7355 | 3264 2008-01-09 John W. Eaton <jwe@octave.org> |
3265 | |
3266 * plot/drawnow.m: Fail if filename includes a directory part that | |
3267 does not exist. | |
3268 | |
7352 | 3269 2008-01-07 John W. Eaton <jwe@octave.org> |
3270 | |
3271 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3272 Error if glob call fails to match any files. | |
3273 | |
7346 | 3274 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3275 | |
3276 * strings/strtrim.m: Doc fix. | |
3277 | |
7345 | 3278 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3279 | |
3280 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3281 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3282 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3283 |
3284 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3285 | |
7341 | 3286 2008-01-02 John W. Eaton <jwe@octave.org> |
3287 | |
3288 * plot/print.m: Correctly handle pbm terminal. | |
3289 | |
7340 | 3290 2007-12-28 John W. Eaton <jwe@octave.org> |
3291 | |
3292 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3293 extensions. | |
3294 | |
7337 | 3295 2007-12-28 David Bateman <dbateman@free.fr> |
3296 | |
3297 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3298 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3299 * Makefile.in (SOURCES): Add to the sources. | |
3300 | |
3301 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3302 | |
3303 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3304 Remove unnecessary call of size function. | |
3305 | |
7334 | 3306 2007-12-21 John W. Eaton <jwe@octave.org> |
3307 | |
3308 Version 3.0.0 released. | |
3309 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3310 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3311 |
3312 * image/imshow.m: Accept empty value for display_range. | |
3313 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3314 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3315 |
3316 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3317 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3318 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3319 |
3320 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3321 display ranges correctly. | |
3322 | |
7327 | 3323 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3324 Peter A. Gustafson <petegus@umich.edu> | |
3325 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3326 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3327 |
7325 | 3328 2007-12-19 John W. Eaton <jwe@octave.org> |
3329 | |
3330 * miscellaneous/edit.m: New function. | |
3331 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3332 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3333 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3334 |
3335 * plot/__bar__.m: Handle "basevalue" option. | |
3336 * plot/__bars__.m: New arg, base_value. | |
3337 | |
7321 | 3338 2007-12-17 David Bateman <dbateman@free.fr> |
3339 | |
3340 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3341 * plot/Makefiles (SOURCES): Add them to the sources | |
3342 * plot/polar.m: Set the x and y limits to the maximum polar | |
3343 radius. Set the axes to be square. | |
3344 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3345 and print axis at zero if this is used. | |
3346 | |
3347 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3348 contours can overlay pcolor plots. Priveldge no hidden line | |
3349 removal when there are multiple objects in the plot. | |
3350 | |
7320 | 3351 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3352 | |
3353 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3354 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3355 | |
7319 | 3356 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3357 | |
3358 * miscellaneous/run.m: Replace script with f when looking for | |
3359 file to run. | |
3360 | |
7316 | 3361 2007-12-14 David Bateman <dbateman@free.fr> |
3362 | |
7317 | 3363 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3364 * plot/contour.m: Doc fix. | |
3365 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3366 Include linetype in withclause. | |
3367 | |
7316 | 3368 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3369 Use it to determine dimensions. Consolidate all 3-d settings. | |
3370 | |
7315 | 3371 2007-12-13 John W. Eaton <jwe@octave.org> |
3372 | |
3373 * image/imshow.m: Turn axis visibility off. | |
3374 Don't scale true color images. | |
3375 * image/image.m: Set axis layer property to "top". | |
3376 | |
7307 | 3377 2007-12-12 John W. Eaton <jwe@octave.org> |
3378 | |
7313 | 3379 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3380 | |
3381 * plot/pie.m: Avoid calling "exist". | |
3382 | |
7309 | 3383 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3384 Condense argument processing logic. Allow 6 arguments. |
3385 Use issquare. Avoid calling "exist". | |
7309 | 3386 |
7307 | 3387 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3388 | |
7305 | 3389 2007-12-12 David Bateman <dbateman@free.fr> |
3390 | |
3391 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3392 * plot/Makefile.in (SOURCES): Add to the sources. | |
3393 | |
7290 | 3394 2007-12-11 John W. Eaton <jwe@octave.org> |
3395 | |
7298 | 3396 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3397 * plot/surface.m: Not here. | |
3398 | |
7297 | 3399 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3400 subsequent "unset grid" if there is no grid. | |
3401 | |
7296 | 3402 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3403 | |
7293 | 3404 * plot/surface.m: Don't set facecolor property in call to |
3405 __go_surface__. | |
3406 | |
7290 | 3407 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3408 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3409 | |
7292 | 3410 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3411 | |
7295 | 3412 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3413 color string is not taken as z value. | |
3414 | |
7292 | 3415 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3416 zgrid to "on" and box to "off" for used axes. | |
3417 | |
3418 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3419 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3420 | |
7286 | 3421 2007-12-11 David Bateman <dbateman@free.fr> |
3422 | |
7288 | 3423 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3424 | |
7287 | 3425 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3426 * statistics/base/mode.m: Ditto. | |
3427 | |
7286 | 3428 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3429 object handles are all now non integer. | |
3430 | |
7278 | 3431 2007-12-10 John W. Eaton <jwe@octave.org> |
3432 | |
7282 | 3433 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3434 | |
7281 | 3435 * general/issymmetric.m: Use ' instead of .' for compatibility |
3436 with previous versions of Octave. | |
3437 * general/ishermitian.m: Delete. | |
7285 | 3438 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3439 |
7280 | 3440 * plot/fplot.m: In N is not specified, increase initial number of |
3441 points from 3 and 5 to 5 and 8. | |
3442 | |
7279 | 3443 * signal/detrend.m: Move tests here from test/test_signal.m. |
3444 Loosen tolerance on first test from 10*eps to 20*eps. | |
3445 | |
7278 | 3446 * finance/rate.m: Don't request info from fsolve. |
3447 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3448 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3449 |
3450 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3451 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3452 | |
7276 | 3453 2007-12-10 David Bateman <dbateman@free.fr> |
3454 | |
3455 * image/image.m: Rewritten to allow trailing properties to be | |
3456 passed to underlying image object. | |
3457 * image/__img__.m: Pass additional arguments to __go_image__. | |
3458 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3459 | |
7274 | 3460 2007-12-10 John W. Eaton <jwe@octave.org> |
3461 | |
3462 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3463 front" to gnuplot. | |
3464 | |
7271 | 3465 2007-12-10 David Bateman <dbateman@free.fr> |
3466 | |
7274 | 3467 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3468 border front" from images. |
7274 | 3469 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3470 * plot/pcolor.m: Set axis "box" property. | |
3471 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3472 Mark as commands. | |
7271 | 3473 |
7269 | 3474 2007-12-07 David Bateman <dbateman@free.fr> |
3475 | |
3476 * plot/surf.m: Don't set facecolor property. | |
3477 | |
7265 | 3478 2007-12-06 John W. Eaton <jwe@octave.org> |
3479 | |
7269 | 3480 * plot/print.m: Pass mono to drawnow. |
3481 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3482 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3483 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3484 disable color specifications. | |
3485 | |
7265 | 3486 * general/issymmetric.m: Move tests here from test/test_number.m |
3487 | |
3488 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3489 | |
3490 * general/issymmetric.m: To keep its argument sparse and the | |
3491 function quick, use the infinity norm rather than the 2-norm. | |
3492 Also measure the symmetric part rather than the Hermitian part. | |
3493 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3494 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3495 | |
7248 | 3496 2007-12-04 John W. Eaton <jwe@octave.org> |
3497 | |
7257 | 3498 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3499 text and label commands if font is "*". | |
3500 | |
7248 | 3501 * linear-algebra/krylov.m: Doc fixes. |
3502 From Marco Caliari <caliari@sci.univr.it>. | |
3503 | |
7250 | 3504 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3505 | |
3506 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3507 Add "## PKG_ADD: mark_as_command axis" line. | |
3508 | |
7245 | 3509 2007-12-03 John W. Eaton <jwe@octave.org> |
3510 | |
3511 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3512 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3513 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3514 Generate demos from examples. | |
3515 | |
7240 | 3516 2007-12-03 David Bateman <dbateman@free.fr> |
3517 | |
7243 | 3518 * testfun/test.m: Disable "testif" test block to avoid spurious |
3519 skipped test for "make check". Avoid printing variables for | |
3520 skipped tests. | |
3521 | |
7242 | 3522 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3523 | |
7240 | 3524 * plot/plotyy.m: Use activepositionproperty property of axes |
3525 object. Set second axis color to "none". | |
3526 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3527 property of the axis objects. | |
3528 | |
7239 | 3529 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3530 | |
3531 * linear-algebra/condest.m: Loosen tolerance in test. | |
3532 | |
7236 | 3533 2007-12-02 John W. Eaton <jwe@octave.org> |
3534 | |
3535 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3536 get_data_limits. | |
3537 | |
7222 | 3538 2007-11-30 John W. Eaton <jwe@octave.org> |
3539 | |
3540 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3541 (get_data_limits, get_axis_limits): Delete. | |
3542 | |
7228 | 3543 2007-11-30 David Bateman <dbateman@free.fr> |
3544 | |
7235 | 3545 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3546 | |
7228 | 3547 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3548 tick labels rather than one by one on the labels themselves. | |
3549 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3550 95% crossing fixed. | |
3551 | |
7217 | 3552 2007-11-29 David Bateman <dbateman@free.fr> |
3553 | |
7220 | 3554 * plot/pareto.m: New file. |
3555 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3556 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3557 marks to avoid gnuplot error about formating. More colorspec to | |
3558 after the tics. | |
3559 * plot/plotyy.m: More generic check for appropriate axis color. | |
3560 | |
7217 | 3561 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3562 2- and 3-D. | |
3563 * plot/stem3.m: New function. | |
3564 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3565 * plot/stem.m: Adapt to use __stem__. | |
3566 | |
7216 | 3567 2007-11-29 John W. Eaton <jwe@octave.org> |
3568 | |
3569 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3570 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3571 requested. | |
3572 | |
3573 * plot/patch.m: Omit isnan check on handle returned from | |
3574 __plt_get_axis_arg__. | |
3575 | |
3576 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3577 but has no axes. | |
3578 | |
7215 | 3579 2007-11-28 David Bateman <dbateman@free.fr> |
3580 | |
3581 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3582 ancestor. If leading argument is logical set variable nogca to see | |
3583 if gca() should be called if there is no active handle found. | |
3584 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3585 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3586 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3587 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3588 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3589 __plt__get_axis_arg__ to find axis handle. | |
3590 * polar.m: Typo. | |
3591 | |
7213 | 3592 2007-11-28 John W. Eaton <jwe@octave.org> |
3593 | |
3594 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3595 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3596 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3597 |
3598 * plot/drawnow.m: Fix typo. | |
3599 | |
7206 | 3600 2007-11-27 David Bateman <dbateman@free.fr> |
3601 | |
7207 | 3602 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3603 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3604 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3605 | |
3606 * plot/meshz.m: New function. | |
3607 * plot/Makefile.in (SOURCES): Add it to the list. | |
3608 * plot/surface.m: Allow surface to accept an axis handle as the | |
3609 first argument. | |
3610 * plot/meshc.m: Extract z from the the surface object rather than | |
3611 varargin so that we can rely on code in surface to treat leading | |
3612 axis handles. | |
3613 | |
7206 | 3614 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3615 y2tics" in the case of a plotyy plot. | |
3616 * plot/plotyy.m: ensure the position property is set correct for | |
3617 the second axis, by setting it after the plot itself. In the case | |
3618 of a plot that returns multiple handles, base the color selection | |
3619 on the first. | |
3620 | |
7204 | 3621 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3622 | |
3623 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3624 z-value of vertex 'c3'. | |
3625 | |
7203 | 3626 2007-11-27 John W. Eaton <jwe@octave.org> |
3627 | |
3628 * image/image.m: Allow nargin == 0 case to work again. | |
3629 | |
7202 | 3630 2007-11-27 David Bateman <dbateman@free.fr> |
3631 | |
3632 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3633 colorbar, to ensure that the colorbar is on the canvas for png and | |
3634 postscipt outputs. | |
3635 | |
7189 | 3636 2007-11-26 David Bateman <dbateman@free.fr> |
3637 | |
7197 | 3638 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3639 return values. | |
3640 | |
7194 | 3641 * plot/plotyy.m: New function |
3642 * plot/Makefile.in (SOURCES): Add it here. | |
3643 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3644 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3645 {x|y}label to respect the axis position. | |
3646 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3647 handle as the first argument. | |
3648 | |
7192 | 3649 * pkg/pkg.m (pkg:install): When loading the installed packages |
3650 index into installed_pkgs_lst and not descriptions.. | |
3651 | |
7189 | 3652 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3653 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3654 * plot/quiver.m: Modify to use __quiver__.m. | |
3655 | |
3656 * plot/hist.m: Avoid saturation when the x values are in an | |
3657 inetger type. | |
3658 | |
3659 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3660 | |
3661 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3662 functions. | |
3663 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3664 | |
3665 2007-11-26 David Bateman <dbateman@free.fr> | |
3666 | |
3667 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3668 extent. | |
3669 | |
3670 * plot/colorbar.m: New function. | |
3671 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3672 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3673 precalculate the clim, set pm3d except for mesh. | |
3674 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3675 save the real values so that colorbar corresponds to the contour | |
3676 levels. | |
3677 | |
3678 * plot/stem.m: Set marker color the same as the line color. Draw | |
3679 a single discontinous line object for the stems. | |
3680 | |
3681 * plot/sphere.m: New function ported from JHandles. | |
3682 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3683 | |
3684 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3685 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3686 to get enhanced mode to work correctly for the X11 terminal. | |
3687 | |
3688 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3689 the reverse. Allow an axes handle to be passed and/or returned. | |
3690 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3691 | |
3692 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3693 sort surface patches by their depth and not the order they are | |
3694 rendered in. | |
3695 | |
3696 * plot/__patch__.m: Set clim correctly. | |
3697 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3698 the marker color is determined by the cmap. | |
3699 * plot/scatter.m: New function to 2D scatter plots. | |
3700 * plot/scatter3.m: New function to 3D scatter plots. | |
3701 * plot/__scatter__.m: Support function for scatter plots | |
3702 * Makefile.in (SOURCES): Ad dnew functions here. | |
3703 | |
3704 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3705 Return whether the terminal supports enhanced text or not. | |
3706 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3707 supports enhanced mode. | |
3708 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3709 __go_draw_axes__. | |
3710 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3711 needed to support the enhanced mode. | |
3712 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3713 drawnow.m. | |
3714 | |
3715 | |
3716 * plot/caxis.m: New function to control the color axis limits. | |
3717 * plot/Makefile.in (SOURCES): Include it. | |
3718 * plot/axis.m: Allow the first argument to be an axes handle. | |
3719 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3720 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3721 caxis limits. | |
3722 | |
3723 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3724 * image/Makefile.in (SOURCES): Include it. | |
3725 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3726 of the bars for the colormap. | |
3727 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3728 passed. | |
3729 * plot/__contour.m: Avoid possible divide by zero error. | |
3730 * plot/contour.m: Missing semicolon. | |
3731 * plot/surface.m: Don't attempt to set additional arguments if | |
3732 there are none. | |
3733 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3734 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3735 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3736 |
3737 * plot/__bar__.m: put bar creation code into separate function | |
3738 to allow easy hook up from other graphic backends | |
3739 | |
3740 * plot/__bars__.m: new function containing bar creation code | |
3741 | |
7186 | 3742 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3743 | |
3744 * general/accumarray.m: Correct dimension check. | |
3745 | |
7183 | 3746 2007-11-26 John W. Eaton <jwe@octave.org> |
3747 | |
3748 * polynomial/residue.m: Prepad along second dimension. | |
3749 From Doug Stewart <dastew@sympatico.ca>. | |
3750 | |
7181 | 3751 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3752 | |
7183 | 3753 * plot/cylinder.m, plot/slice.m: New functions. |
3754 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3755 |
7177 | 3756 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3757 | |
3758 * plot/patch.m: Handle arg may also be hggroup object. | |
3759 Use ancestor to find parent axes object. | |
3760 | |
7175 | 3761 2007-11-14 David Bateman <dbateman@free.fr> |
3762 | |
3763 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3764 flag to patch that it is not closed. Allow z to take string | |
3765 arguments and use it to flag that the contours are placed at the | |
3766 z level of the contour itself. | |
3767 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3768 objects as well. Let hidden removal take precedence in case of a | |
3769 conflict. | |
3770 * plot/surface.m: Allow surface to treat handles being passed or | |
3771 returned. Any additional arguments arr used to set the surface | |
3772 handle. | |
3773 * plot/contour3.m: New function | |
3774 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3775 | |
7173 | 3776 2007-11-14 John W. Eaton <jwe@octave.org> |
3777 | |
3778 * specfun/bessel.m: Update doc string from | |
3779 src/DLD-FUNCTIONS/besselj.cc. | |
3780 | |
7170 | 3781 2007-11-12 David Bateman <dbateman@free.fr> |
3782 | |
3783 * plot/contour.m: Allow handles to be passed and returned. Split | |
3784 the countour function itself into __contour__.m to be shared with | |
3785 surfc and meshc. | |
3786 * plot/__contour__.m: New file | |
3787 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3788 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3789 the face or edge if the facecolor or edge color are marked as | |
3790 "none". Allow the edgecolor to be determined by the cdata in the | |
3791 same manner as the facecolor. Fail if facecolor is not "none" and | |
3792 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3793 storage of 3D/4D data consistent between line, surface and patch | |
3794 objects. | |
3795 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3796 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3797 |
3798 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3799 Handle fontweight and fontangle properties. | |
3800 | |
7163 | 3801 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3802 | |
3803 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3804 * plot/Makefile.in (SOURCES): Add them to the list. | |
3805 | |
3806 2007-11-12 John W. Eaton <jwe@octave.org> | |
3807 | |
3808 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3809 Use it to avoid duplicated code. | |
3810 | |
7161 | 3811 2007-11-12 David Bateman <dbateman@free.fr> |
3812 | |
7162 | 3813 * plot/title.m: Fix return value for nargout > 0. |
3814 | |
3815 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3816 specified for the title, xlabel, ylabel and text objects. | |
3817 | |
7161 | 3818 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3819 4.0 and surface plots. | |
3820 | |
7160 | 3821 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3822 | |
3823 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3824 with X/Y/Z data. | |
3825 | |
7146 | 3826 2007-11-09 John W. Eaton <jwe@octave.org> |
3827 | |
7152 | 3828 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3829 Correct logic in setting palette data. |
7152 | 3830 |
7151 | 3831 * audio/wavread.m, control/base/__bodquist__.m, |
3832 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3833 control/system/c2d.m, control/system/is_detectable.m, | |
3834 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3835 control/system/tfout.m, general/isdefinite.m, | |
3836 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3837 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3838 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3839 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3840 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3841 testfun/test.m: Use specific end keywords. | |
3842 | |
7146 | 3843 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3844 | |
3845 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3846 | |
3847 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3848 Don't change view if hold is on. | |
3849 | |
7142 | 3850 2007-11-09 David Bateman <dbateman@free.fr> |
3851 | |
7149 | 3852 * plot/hidden.m: New function. |
3853 * plot/Makefile.in (SOURCES): Add it here. | |
3854 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3855 line removal. | |
3856 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3857 removal and if it is "none" don't do hidden line removal. | |
3858 | |
7148 | 3859 * plot/legend.m: Also allow labels for surface and patch types. |
3860 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3861 setting of the legend. | |
3862 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3863 objects as well. | |
3864 | |
7146 | 3865 * plot/area.m, plot/__area__.m: New functions |
3866 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3867 | |
7142 | 3868 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3869 | |
7144 | 3870 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3871 | |
3872 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3873 | |
7131 | 3874 2007-11-08 John W. Eaton <jwe@octave.org> |
3875 | |
7133 | 3876 * control/base/dcgain.m, control/base/dre.m, |
3877 control/base/impulse.m, control/base/step.m, | |
3878 control/system/dmr2d.m, control/system/ord2.m, | |
3879 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3880 control/system/sysgetsignals.m, control/system/sysout.m, | |
3881 control/system/tfout.m, control/system/ugain.m, | |
3882 control/system/zpout.m, control/util/strappend.m: | |
3883 Don't fail with usage message if nargout is too large. | |
3884 | |
7131 | 3885 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3886 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3887 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3888 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3889 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3890 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3891 control/obsolete/rotg.m, control/obsolete/series.m, | |
3892 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3893 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3894 control/system/__syschnamesl__.m, |
3895 control/system/__syscont_disc__.m, | |
3896 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3897 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3898 control/system/abcddim.m, control/system/buildssic.m, | |
3899 control/system/c2d.m, control/system/cellidx.m, | |
3900 control/system/d2c.m, control/system/dmr2d.m, | |
3901 control/system/fir2sys.m, control/system/is_abcd.m, | |
3902 control/system/is_controllable.m, control/system/is_detectable.m, | |
3903 control/system/is_digital.m, control/system/is_observable.m, | |
3904 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3905 control/system/jet707.m, control/system/listidx.m, | |
3906 control/system/parallel.m, control/system/ss.m, | |
3907 control/system/ss2sys.m, control/system/ss2zp.m, | |
3908 control/system/starp.m, control/system/sys2ss.m, | |
3909 control/system/sys2tf.m, control/system/sys2zp.m, | |
3910 control/system/sysadd.m, control/system/sysappend.m, | |
3911 control/system/sysconnect.m, control/system/syscont.m, | |
3912 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3913 control/system/sysdup.m, control/system/sysgetsignals.m, |
3914 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3915 control/system/sysmult.m, control/system/sysout.m, |
3916 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3917 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3918 control/system/syssub.m, control/system/sysupdate.m, |
3919 control/system/tf.m, control/system/tf2ss.m, | |
3920 control/system/tf2sys.m, control/system/tfout.m, | |
3921 control/system/zp.m, control/system/zp2ss.m, | |
3922 control/system/zp2sys.m, control/system/zp2tf.m, | |
3923 control/system/zpout.m, control/util/__outlist__.m, | |
3924 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3925 control/util/prompt.m, control/util/sortcom.m, | |
3926 control/util/zgfmul.m, control/util/zgfslv.m, | |
3927 control/util/zginit.m, control/util/zgreduce.m, | |
3928 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3929 |
7130 | 3930 2007-11-08 David Bateman <dbateman@free.fr> |
3931 | |
3932 * plot/quiver.m: Fix arrowheads. | |
3933 | |
7128 | 3934 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3935 | |
3936 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3937 Handle "rows" argument. New tests. |
7128 | 3938 (cell_ismember): New function. |
3939 | |
7127 | 3940 2007-11-07 John W. Eaton <jwe@octave.org> |
3941 | |
3942 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3943 control/base/__stepimp__.m, control/base/are.m, | |
3944 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3945 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3946 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3947 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3948 control/base/ltifr.m, control/base/nichols.m, | |
3949 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3950 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3951 Style fixes. | |
3952 | |
7125 | 3953 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3954 | |
3955 * control/base/bode_bounds.m, control/base/dgram.m, | |
3956 control/base/dlyap.m, control/base/freqchkw.m, | |
3957 control/base/gram.m, control/base/place.m, | |
3958 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3959 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3960 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3961 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3962 control/system/sysgettype.m, control/system/sysreorder.m, | |
3963 control/system/tf2sys.m, control/system/zp2tf.m, | |
3964 control/util/axis2dlim.m, control/util/swap.m, | |
3965 control/util/zgfmul.m, control/util/zgfslv.m, | |
3966 control/util/zginit.m, control/util/zgreduce.m, | |
3967 control/util/zgrownorm.m, control/util/zgscal.m, | |
3968 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3969 geometry/inpolygon.m, linear-algebra/housh.m, | |
3970 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3971 miscellaneous/run.m, quaternion/qconj.m, | |
3972 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3973 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3974 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3975 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3976 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3977 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3978 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3979 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3980 statistics/distributions/empirical_cdf.m, | |
3981 statistics/distributions/empirical_inv.m, | |
3982 statistics/distributions/empirical_pdf.m, | |
3983 statistics/models/logistic_regression_derivatives.m, | |
3984 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3985 | |
7118 | 3986 2007-11-07 David Bateman <dbateman@free.fr> |
3987 | |
7120 | 3988 * general/gradient.m: Correctly convert deltax and deltay scalar |
3989 values are scalars to vectors. | |
3990 | |
7119 | 3991 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3992 the meshc.m function. | |
3993 * plot/meshc.m: Also use the surface function. | |
3994 | |
7120 | 3995 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3996 * plot/Makefile.in (SOURCES): Add them to the list. |
3997 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3998 | |
7117 | 3999 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4000 | |
4001 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4002 | |
7115 | 4003 2007-11-07 John W. Eaton <jwe@octave.org> |
4004 | |
4005 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4006 the data limits are infinite. | |
4007 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4008 (get_axis_limits): Don't do anything if min_val or max_val are | |
4009 infinite. | |
4010 | |
7112 | 4011 2007-11-06 David Bateman <dbateman@free.fr> |
4012 | |
4013 * plot/hist.m: Pass any additional arguments to bar for | |
4014 treatment. Create a default x value that is always a vector. | |
4015 | |
7111 | 4016 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4017 | |
4018 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4019 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4020 |
4021 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4022 | |
4023 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4024 New files. | |
4025 * plot/mesh.m: Call surface to do the real work. | |
4026 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4027 properties. | |
4028 | |
4029 * image/colormap.m: Also return current colormap if nargout and | |
4030 nargin are both 0. | |
4031 | |
7106 | 4032 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4033 | |
4034 * startup/inputrc: Delete key bindings starting with \340 code. | |
4035 | |
7112 | 4036 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4037 |
4038 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4039 to avoid issues of over- and underflow. From Rolf Fabian | |
4040 <Rolf.Fabian@gmx.de>. | |
4041 | |
7097 | 4042 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4043 | |
4044 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4045 help texts. | |
4046 | |
7096 | 4047 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4048 | |
4049 * plot/bar.m, plot/barh.m: Doc fix. | |
4050 | |
7094 | 4051 2007-10-31 John W. Eaton <jwe@octave.org> |
4052 | |
4053 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4054 | |
7086 | 4055 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4056 | |
4057 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4058 objects and legend objects are implemented with a separate axes | |
4059 object. | |
4060 | |
7078 | 4061 2007-10-30 David Bateman <dbateman@free.fr> |
4062 | |
7081 | 4063 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4064 | |
7078 | 4065 * plot/__go_draw_axes__.m (do_linestyle_command): |
4066 Use point type 0 for ".". | |
4067 | |
7073 | 4068 2007-10-26 John W. Eaton <jwe@octave.org> |
4069 | |
7074 | 4070 * image/imshow.m: Improve compatibility. |
4071 * image/image.m: Return handle if nargou > 0. | |
4072 | |
7073 | 4073 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4074 | |
7069 | 4075 2007-10-25 John W. Eaton <jwe@octave.org> |
4076 | |
4077 * miscellaneous/compare_versions.m: Style fixes. | |
4078 | |
7060 | 4079 2007-10-24 John W. Eaton <jwe@octave.org> |
4080 | |
7061 | 4081 * image/saveimage.m: Use functional form of save instead of eval. |
4082 Use -text instead of -ascii. | |
4083 | |
7060 | 4084 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4085 | |
7054 | 4086 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4087 | |
4088 * plot/legend.m: Also extract location string from varargin (lost | |
4089 when 2007-10-08 patch was applied). | |
4090 | |
7049 | 4091 2007-10-23 David Bateman <dbateman@free.fr> |
4092 | |
4093 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4094 miscellaneous/what.m: New functions | |
4095 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4096 functions. | |
4097 | |
7045 | 4098 2007-10-22 David Bateman <dbateman@free.fr> |
4099 | |
4100 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4101 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4102 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4103 | |
7042 | 4104 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4105 | |
4106 * plot/contourf.m: New function. | |
4107 * plot/Makefile.in (SOURCES): Add it to the list. | |
4108 | |
7040 | 4109 2007-10-19 John W. Eaton <jwe@octave.org> |
4110 | |
4111 * plot/subplot.m: Doc fix. | |
4112 | |
7039 | 4113 2007-10-19 David Bateman <dbateman@free.fr> |
4114 | |
7041 | 4115 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4116 |
7037 | 4117 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4118 | |
4119 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4120 output. | |
4121 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4122 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4123 |
4124 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4125 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4126 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4127 control/system/syssetsignals.m, control/base/lqg.m, | |
4128 strings/str2double.m, control/system/sysscale.m, | |
4129 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4130 Make help text fit on pages when using smallbook. | |
4131 | |
7028 | 4132 2007-10-15 David Bateman <dbateman@free.fr> |
4133 | |
7032 | 4134 * plot/print.m: Call drawnow before printing to ensure the plot is |
4135 on the screen. | |
4136 | |
7028 | 4137 * testfun/test.m: In error/warning blocks test for an error before |
4138 a warning to avoid unexpected failures. | |
4139 | |
7027 | 4140 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4141 | |
4142 * testfun/assert.m: Correct documentation of absolution versus | |
4143 relative error tolerance and add tests. | |
4144 | |
7024 | 4145 2007-10-14 David Bateman <dbateman@free.fr> |
4146 | |
4147 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4148 src directory. | |
4149 * plot/Makefile.in (SOURCES): Add fill.m. | |
4150 | |
7020 | 4151 2007-10-13 David Bateman <dbateman@free.fr> |
4152 | |
4153 * plot/__patch__.m: Allow multiple patches to be defined and | |
4154 return a single patch object. Allow Faces/Vertices form of | |
4155 patch. Flag failure so the patch can call print_usage. | |
4156 * plot/patch.m: Update help string for Faces/Vertices | |
4157 call. Respect the fail flag returned by __patch__. Add demo code | |
4158 that tests the functionality of patch. | |
4159 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4160 patch object. | |
4161 * plot/fill.m: New function. | |
4162 | |
7016 | 4163 2007-10-12 John W. Eaton <jwe@octave.org> |
4164 | |
4165 * Change copyright notices in all files that are part of Octave to | |
4166 GPLv3 or any later version. | |
4167 | |
7012 | 4168 2007-10-11 John W. Eaton <jwe@octave.org> |
4169 | |
4170 * plot/__go_draw_axes__.m (get_axis_limits): | |
4171 Return lim = [] if logscale and no positive values. | |
4172 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4173 Set initial min and min positive values to Inf, max values to -Inf. | |
4174 (get_data_limits): Correctly handle xminp when no positive values | |
4175 are found. | |
4176 | |
7011 | 4177 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4178 | |
4179 * polynomial/residue.m: New optional input for pole multiplicity. | |
4180 Doc fix. Fix tests. | |
4181 | |
7010 | 4182 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4183 | |
4184 * toplev.cc (Foctave_config_info): Add field "mac". | |
4185 | |
4186 * miscellaneous/ismac.m: New function. | |
4187 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4188 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4189 | |
7009 | 4190 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4191 | |
4192 * statistics/distributions/hygernd.m: Allow size to be specified | |
4193 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4194 scalars or matrices of a common size. | |
4195 | |
7007 | 4196 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4197 | |
4198 * control/csrefcard.lt, control/system/is_detectable.m, | |
4199 control/system/sysgroup.m, geometry/voronoin.m, | |
4200 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4201 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4202 statistics/distributions/binornd.m, | |
4203 statistics/distributions/cauchy_rnd.m, | |
4204 statistics/distributions/chi2rnd.m, | |
4205 statistics/distributions/discrete_rnd.m, | |
4206 statistics/distributions/exprnd.m, | |
4207 statistics/distributions/frnd.m, | |
4208 statistics/distributions/gamrnd.m, | |
4209 statistics/distributions/geornd.m, | |
4210 statistics/distributions/laplace_rnd.m, | |
4211 statistics/distributions/logistic_rnd.m, | |
4212 statistics/distributions/lognrnd.m, | |
4213 statistics/distributions/nbinrnd.m, | |
4214 statistics/distributions/normrnd.m, | |
4215 statistics/distributions/poissrnd.m, | |
4216 statistics/distributions/stdnormal_rnd.m, | |
4217 statistics/distributions/trnd.m, | |
4218 statistics/distributions/unifrnd.m, | |
4219 statistics/distributions/wblrnd.m: Spelling fixes. | |
4220 | |
7005 | 4221 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4222 | |
4223 * time/tic.m: New optional output value. | |
4224 | |
4225 * general/int2str.m: Doc fix. | |
4226 | |
7002 | 4227 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4228 | |
4229 * statistics/distributions/hygecdf.m, | |
4230 statistics/distributions/hygeinv.m, | |
4231 statistics/distributions/hygepdf.m, | |
4232 statistics/distributions/hygernd.m: | |
4233 Swap order of T and M args for compatibility. | |
4234 | |
7001 | 4235 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4236 | |
4237 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4238 control/system/buildssic.m, control/system/c2d.m, | |
4239 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4240 control/system/ss2sys.m, control/system/ss2tf.m, | |
4241 control/system/syscont.m, control/system/sysdimensions.m, | |
4242 control/system/sysdisc.m, control/system/sysmult.m, | |
4243 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4244 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4245 general/interp1.m, general/interp2.m, general/interp3.m, | |
4246 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4247 general/rat.m, general/structfun.m, general/trapz.m, | |
4248 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4249 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4250 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4251 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4252 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4253 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4254 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4255 statistics/base/meansq.m, statistics/base/var.m, | |
4256 statistics/tests/chisquare_test_independence.m, | |
4257 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4258 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4259 testfun/test.m: Spelling fixes. | |
4260 | |
6998 | 4261 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4262 | |
4263 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4264 | |
6997 | 4265 2007-10-10 John W. Eaton <jwe@octave.org> |
4266 | |
4267 * general/num2str.m: Always allow for sign for automatically | |
4268 computed format widths. | |
4269 | |
6988 | 4270 2007-10-09 David Bateman <dbateman@free.fr> |
4271 | |
4272 * plot/patch.m: Accept a handle as the first argument. | |
4273 | |
6987 | 4274 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4275 | |
7010 | 4276 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4277 |
6985 | 4278 2007-10-09 John W. Eaton <jwe@octave.org> |
4279 | |
4280 * audio/wavwrite.m: Accept arguments in compatible order. | |
4281 | |
6979 | 4282 2007-10-08 David Bateman <dbateman@free.fr> |
4283 | |
4284 * general/interp2.m: Relax test for values outside the grid to | |
4285 allow monotonically decreasing abscissa as well. | |
4286 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4287 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4288 |
4289 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4290 as output parameter. | |
4291 | |
6977 | 4292 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4293 | |
4294 * plot/__go_draw_axes__.m, plot/legend.m: | |
4295 Handle compatible position specifiers as strings. | |
4296 | |
6975 | 4297 2007-10-08 John Swensen <jpswensen@comcast.net> |
4298 | |
4299 * general/num2str.m: Eliminate extra whitespace in output. | |
4300 * strings/strtrim.m: New function. | |
4301 * strings/Makefile.in (SOURCES): Add it to the list. | |
4302 | |
6968 | 4303 2007-10-06 John W. Eaton <jwe@octave.org> |
4304 | |
4305 * polynomial/residue.m: New test from test/test_poly.m. | |
4306 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4307 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4308 |
4309 * image/saveimage.m: Handle saving color images without a colormap. | |
4310 * image/__img_via_file__.m: Add missing semicolon. | |
4311 | |
4312 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4313 | |
7010 | 4314 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4315 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4316 | |
6965 | 4317 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4318 | |
4319 * plot/print.m: Handle svg output type. Accept new -S option to | |
4320 specify size for PNG and SVG output types. | |
4321 | |
4322 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4323 |
4324 * polynomial/mpoles.m: New function. | |
4325 * polynomial/residue.m: Modified to behave in reciprocal | |
4326 manner. No longer compute 4th output, "e". No longer accept | |
4327 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4328 Respect maximum relative difference in poles when determining | |
4329 their multiplicity. Use mpoles to determine the multiplicity of | |
4330 poles. | |
4331 | |
6963 | 4332 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4333 | |
4334 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4335 for surface plots. | |
4336 | |
6962 | 4337 2007-10-05 John W. Eaton <jwe@octave.org> |
4338 | |
4339 * plot/__next_line_color__.m: Get color_rotation from axes | |
4340 colororder property. | |
4341 | |
6953 | 4342 2007-10-03 John W. Eaton <jwe@octave.org> |
4343 | |
6955 | 4344 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4345 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4346 | |
6953 | 4347 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4348 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4349 special for __vnorm__. | |
4350 | |
6951 | 4351 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4352 | |
6952 | 4353 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4354 |
6950 | 4355 2007-10-03 David Bateman <dbateman@free.fr> |
4356 | |
4357 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4358 if a file is architecture dependent based on a list of file | |
4359 extensions. | |
4360 (configure_make): Simplify the search for architecture dependent | |
4361 files based on this function. | |
4362 (load_pakages_and_dependencies): Also look for bin directory in | |
4363 the architecture dependent directory. | |
4364 | |
6947 | 4365 2007-10-03 John W. Eaton <jwe@octave.org> |
4366 | |
4367 * miscellaneous/dir.m: Create empty struct with field names. | |
4368 Include datenum in struct. | |
4369 | |
6943 | 4370 2007-10-02 David Bateman <dbateman@free.fr> |
4371 | |
4372 * miscellaneous/ls.m: If nargout return string array of files | |
4373 returned by ls. | |
4374 | |
6942 | 4375 2007-10-01 John W. Eaton <jwe@octave.org> |
4376 | |
4377 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4378 range values. | |
4379 | |
6937 | 4380 2007-10-01 David Bateman <dbateman@free.fr> |
4381 | |
7010 | 4382 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4383 speed with small vectors. |
6937 | 4384 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4385 rather than OCTAVE_HOME(). | |
4386 | |
6935 | 4387 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4388 | |
4389 * plot/findobj.m: New function. | |
4390 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4391 | |
6925 | 4392 2007-09-26 David Bateman <dbateman@free.fr> |
4393 | |
4394 * pkg/pkg.m: Add second argument to setting for prefix for | |
4395 architecture dependent files. Use throughout. | |
4396 (pkg:issuperuser): New function, use through to check for | |
4397 root user. | |
4398 (pkg:getarchprefix): function to give the archiecture dependent | |
4399 prefix for a package. | |
4400 (pkg:getarchdir): New function giving location of architetcure | |
4401 dependent directory. Use through out. | |
4402 (pkg:install): Treat architecture dependent directory separately | |
4403 as in might not be a sub-directory of the package directory. | |
4404 (pkg:uninstall): ditto. | |
4405 (pkg:create_pkgadddel): Check for global or local install for | |
4406 architecture dependent directory. | |
4407 (pkg:finish_installation): ditto. | |
4408 (pkg:write_INDEX): ditto. | |
4409 (pkg:load_packages_and_dependencies): ditto. | |
4410 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4411 files to a new location if user is root. | |
4412 (pkg:rm_rf): Check if file or directory exists before removing. | |
4413 (pkg:dirempty): Check if directory exists before checking. | |
4414 | |
4415 * plot/___patch__.m: Allow face colors to be passed as strings | |
4416 | |
4417 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4418 needed for calls to "hold" without an argument. | |
4419 | |
6920 | 4420 2007-09-21 John W. Eaton <jwe@octave.org> |
4421 | |
6921 | 4422 * optimization/sqp.m: Fix typo. |
4423 | |
6920 | 4424 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4425 | |
6919 | 4426 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4427 | |
4428 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4429 | |
6918 | 4430 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4431 | |
4432 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4433 unidpdf.m and unidinv.m | |
4434 | |
6914 | 4435 2007-09-18 John W. Eaton <jwe@octave.org> |
4436 | |
4437 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4438 (do_tics_1): Set numeric axes formats to "%.15g". | |
4439 | |
6912 | 4440 2007-09-18 David Bateman <dbateman@free.fr> |
4441 | |
4442 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4443 of %g when writing data. | |
4444 | |
6908 | 4445 2007-09-17 John W. Eaton <jwe@octave.org> |
4446 | |
4447 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4448 | |
6903 | 4449 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4450 | |
4451 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4452 noninteger N with N-K < 1. | |
4453 | |
6901 | 4454 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4455 | |
4456 * strings/index.m: Correct for strings differing after the third | |
4457 position (bug reported by Maude Martin). | |
4458 | |
6895 | 4459 2007-09-13 John W. Eaton <jwe@octave.org> |
4460 | |
4461 * plot/__default_colormap__.m: Delete. | |
4462 * plot/Makefile (SOURCES): Remove from the list. | |
4463 | |
6898 | 4464 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4465 | |
4466 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4467 | |
6885 | 4468 2007-09-10 David Bateman <dbateman@free.fr> |
4469 | |
4470 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4471 limit the selection of colors in the same way as for lines. | |
4472 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4473 column. | |
4474 * plot/__bar__.m: Adapt to use "patch". | |
4475 | |
6870 | 4476 2007-09-06 John W. Eaton <jwe@octave.org> |
4477 | |
4478 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4479 (init_plot_stream): Split from open_plot_stream. | |
4480 * plot/print.m: Accept -debug=FILE argument. | |
4481 | |
6868 | 4482 2007-09-06 David Bateman <dbateman@free.fr> |
4483 | |
7010 | 4484 * general/celldisp.m: New function. |
4485 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4486 * miscellaneous/swapbytes.m: New function. | |
4487 * miscellaneous/gzip.m: New function. | |
4488 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4489 |
6863 | 4490 2007-09-05 David Bateman <dbateman@free.fr> |
4491 | |
7010 | 4492 * general/structfun.m: New function. |
4493 * general/Makefile.in (SOURCES): Add it to sources. | |
4494 * miscellaneous/run.m: New function. | |
4495 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4496 * statistics/base/mode.m: New function. | |
4497 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4498 |
6862 | 4499 2007-09-05 John W. Eaton <jwe@octave.org> |
4500 | |
4501 * miscellaneous/orderfields.m: Use numel instead of length. | |
4502 | |
4503 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4504 | |
4505 * miscellaneous/orderfields.m: Handle empty structs. | |
4506 | |
6861 | 4507 2007-09-05 John W. Eaton <jwe@octave.org> |
4508 | |
4509 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4510 DATA_IDX. | |
4511 | |
4512 2007-09-04 David Bateman <dbateman@free.fr> | |
4513 | |
4514 * general/isdir.m: Return a logical value. | |
4515 | |
6859 | 4516 2007-09-04 David Bateman <dbateman@free.fr> |
4517 | |
4518 * statistics/distributions/chi2pdf.m, | |
4519 statistics/distributions/chi2cdf.m, | |
4520 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4521 distribution functions to account for inverse of scale factor in | |
4522 gamma functions. | |
4523 | |
6857 | 4524 2007-09-01 John W. Eaton <jwe@octave.org> |
4525 | |
4526 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4527 | |
6853 | 4528 2007-09-01 David Bateman <dbateman@free.fr> |
4529 | |
4530 * polynomial/polyint.m: New function like polyinteg but with | |
4531 explicit integration constant. | |
4532 * polynomial/polyinteg.m: Remove. | |
4533 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4534 polyinteg.m. | |
4535 * deprecated/polyinteg.m: Move version here. | |
4536 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4537 | |
6852 | 4538 * geometry/voronoi.m: Add large box around data to get a good |
4539 approximation of the rays to infinity. | |
4540 | |
6851 | 4541 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4542 | |
4543 * plot/axes.m: Allow parent to be specified when creating axes | |
4544 objects. Support non-figure parents. | |
4545 | |
4546 2007-08-31 John W. Eaton <jwe@octave.org> | |
4547 | |
4548 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4549 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4550 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4551 |
7010 | 4552 * polynomial/polygcd.m: Better layout of example. |
4553 * polynomial/compan.m: Remove unnecessary check. | |
4554 * polynomial/roots.m: Added example to help text. | |
4555 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4556 * polynomial/poly.m: Added example to help text. | |
6850 | 4557 |
6848 | 4558 2007-08-30 John W. Eaton <jwe@octave.org> |
4559 | |
4560 * optimization/qp.m: Increase maxit to 200. | |
4561 | |
6847 | 4562 2007-08-30 David Bateman <dbateman@free.fr> |
4563 | |
4564 * geometry/inpolygon.m: New file. | |
4565 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4566 | |
6843 | 4567 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4568 | |
4569 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4570 | |
6829 | 4571 2007-08-24 David Bateman <dbateman@free.fr> |
4572 | |
4573 * plot/__go_draw_axes__.m: Treat text color property. | |
4574 | |
6828 | 4575 2007-08-24 John W. Eaton <jwe@octave.org> |
4576 | |
4577 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4578 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4579 | |
4580 * miscellaneous/movefile.m: Separate second and third args and | |
4581 use p1 and p2, not f1 and f2 when constructing arguments for | |
4582 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4583 | |
6825 | 4584 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4585 | |
4586 * set/intersect.m: Make it work with cell arrays of strings. | |
4587 | |
6823 | 4588 2007-08-24 David Bateman <dbateman@free.fr> |
4589 | |
7010 | 4590 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4591 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4592 functions ported from octave-forge. | |
7010 | 4593 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4594 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4595 geometry/triplot.m, geometry/tsearchn.m: | |
4596 New functions. | |
7010 | 4597 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4598 * geometry/Makefile.in (SOURCES): Add functions above. | |
4599 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4600 |
6820 | 4601 2007-08-23 John W. Eaton <jwe@octave.org> |
4602 | |
4603 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4604 variable name. | |
4605 | |
4606 2007-08-23 David Bateman <dbateman@free.fr> | |
4607 | |
4608 * plot/plot.m: Allow first arg to be axes handle. | |
4609 | |
6818 | 4610 2007-08-22 David Bateman <dbateman@free.fr> |
4611 | |
4612 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4613 outputs are returned only if requested. | |
4614 | |
4615 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4616 | |
4617 * control/base/nichols.m: Fix typo. | |
4618 | |
6813 | 4619 2007-08-13 John W. Eaton <jwe@octave.org> |
4620 | |
4621 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4622 | |
6809 | 4623 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4624 | |
4625 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4626 use axes position in each appropriate gnuplot set statement. | |
4627 | |
6808 | 4628 2007-08-10 John W. Eaton <jwe@octave.org> |
4629 | |
4630 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4631 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4632 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4633 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4634 | |
6807 | 4635 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4636 | |
4637 * plot/patch.m, plot/__patch__.m: New files. | |
4638 * plot/Makefile.in (SOURCES): Add them to the list. | |
4639 | |
4640 2007-08-07 John W. Eaton <jwe@octave.org> | |
4641 | |
4642 * path/savepath.m: Use single quotes for argument to PATH command | |
4643 that is inserted in file. | |
4644 | |
6805 | 4645 2007-07-27 John W. Eaton <jwe@octave.org> |
4646 | |
4647 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4648 not set in the environment. | |
4649 | |
6796 | 4650 2007-07-25 David Bateman <dbateman@free.fr> |
4651 | |
4652 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4653 control/base/Makefile.in, control/hinf/Makefile.in, | |
4654 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4655 control/util/Makefile.in, deprecated/Makefile.in, | |
4656 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4657 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4658 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4659 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4660 polynomial/Makefile.in, quaternion/Makefile.in, | |
4661 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4662 specfun/Makefile.in, special-matrix/Makefile.in, | |
4663 startup/Makefile.in, statistics/Makefile.in, | |
4664 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4665 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4666 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4667 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4668 | |
6795 | 4669 2007-07-25 John W. Eaton <jwe@octave.org> |
4670 | |
4671 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4672 | |
6793 | 4673 2007-07-24 David Bateman <dbateman@free.fr> |
4674 | |
4675 * image/flag.m: New colormap function. | |
4676 * images/Makefile.in: Include it in SOURCES. | |
4677 | |
4678 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4679 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4680 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4681 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4682 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4683 number of colormap elements as the other colormap functions. | |
4684 | |
6790 | 4685 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4686 | |
4687 * plot/__go_draw_axes__.m: Handle patch. | |
4688 | |
6788 | 4689 2007-07-23 David Bateman <dbateman@free.fr> |
4690 | |
4691 * general/rat.m: New function for ration approximation imported | |
4692 from octave-forge. | |
4693 * general/del2.m: New function for discrete laplacian operator. | |
4694 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4695 | |
4696 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4697 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4698 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4699 image/winter.m, image/brighten.m: Port image functions from | |
4700 octave-forge. | |
4701 * image/Makefile.in: Add ported functions to SOURCES. | |
4702 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4703 compatibility with matlab. | |
4704 | |
4705 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4706 octave-forge | |
4707 * plot/Makefile.in: Add ported functions to SOURCES. | |
4708 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4709 using gnuplot 4.2 or greater. | |
4710 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4711 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4712 |
4713 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4714 | |
6781 | 4715 2007-07-19 David Bateman <dbateman@free.fr> |
4716 | |
4717 * plot/fplot.m: More compatible version. | |
4718 | |
6780 | 4719 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4720 | |
4721 * plot/clf.m: Check for valid handle before deleting. | |
4722 | |
4723 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4724 __go_figure__ instead of using regular "set" call. | |
4725 | |
6779 | 4726 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4727 | |
4728 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4729 type for gnuplot. | |
4730 | |
6778 | 4731 2007-07-18 John W. Eaton <jwe@octave.org> |
4732 | |
4733 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4734 gnuplot for each set of axes. | |
4735 | |
6777 | 4736 2007-07-18 David Bateman <dbateman@free.fr> |
4737 | |
6778 | 4738 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4739 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4740 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4741 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4742 Use standard scale factor rather than one on the scale factor for | |
4743 compatibility. | |
4744 | |
4745 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4746 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4747 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4748 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4749 Preserve backward compatibility. | |
6777 | 4750 |
6776 | 4751 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4752 | |
4753 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4754 to avoid issues with regexp special characters in the path strings. | |
4755 | |
6770 | 4756 2007-07-06 David Bateman <dbateman@free.fr> |
4757 | |
6778 | 4758 * general/accumarray.m: New function to create an array by |
4759 accumulating the elements. | |
6770 | 4760 |
6768 | 4761 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4762 | |
4763 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4764 (fdjac): Set nx outside of if block. | |
4765 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4766 | |
6765 | 4767 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4768 | |
4769 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4770 | |
4771 * plot/axis.m: Also set "visible" property when setting axes to | |
4772 on/off. | |
4773 | |
6762 | 4774 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4775 | |
4776 * image/colormap.m: Only return colormap if nargout > 0. | |
4777 Mark as command. | |
4778 | |
6758 | 4779 2007-06-25 John W. Eaton <jwe@octave.org> |
4780 | |
4781 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4782 strcmp for selected property comparisons. | |
4783 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4784 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 4785 |
6778 | 4786 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4787 |
6754 | 4788 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4789 | |
4790 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4791 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4792 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4793 |
6778 | 4794 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4795 argument, and note that the data should be sorted for the |
4796 definition of the median to be correct. | |
4797 | |
6778 | 4798 * statistics/base/std.m: Add missing square to definition of |
6754 | 4799 standard deviation. |
4800 | |
6778 | 4801 * statistics/base/cov.m: Add definition of covariance to the help text. |
4802 | |
4803 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4804 statistics/base/std.m: |
4805 Note that \bar{x} is the mean value of x in the help text. | |
4806 | |
6778 | 4807 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4808 coefficient to the help text. |
4809 | |
6778 | 4810 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4811 | |
4812 * statistics/base/var.m: Put N in @math in help text. | |
4813 | |
4814 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4815 statistics/tests/kolmogorov_smirnov_test.m: |
4816 Write about possible values of 'dist' in help text. | |
4817 | |
6778 | 4818 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4819 Add definition of correlation to the help text. |
4820 | |
6778 | 4821 * statistics/base/logit.m, statistics/base/kendall.m, |
4822 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4823 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4824 TeXification of help text. | |
4825 | |
4826 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4827 | |
4828 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4829 Add missing @var's to help text. | |
4830 | |
4831 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4832 | |
4833 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4834 of help text. | |
4835 | |
4836 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4837 help text. | |
4838 | |
4839 * statistics/distributions/unidpdf.m, | |
4840 statistics/distributions/discrete_pdf.m: | |
4841 Replace 'pDF' with 'PDF' in help text. | |
4842 | |
6753 | 4843 2007-06-25 John W. Eaton <jwe@octave.org> |
4844 | |
4845 * strings/substr.m: Use offset consistently in code and doc string. | |
4846 From Rafael Laboissiere <rafael@debian.org>. | |
4847 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4848 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4849 |
6778 | 4850 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4851 |
6751 | 4852 2007-06-25 John W. Eaton <jwe@octave.org> |
4853 | |
4854 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4855 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4856 <juhani@cs.joensuu.fi>. | |
4857 | |
6748 | 4858 2007-06-20 John W. Eaton <jwe@octave.org> |
4859 | |
6749 | 4860 * strings/index.m: Allow strings to be empty. |
4861 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4862 | |
6748 | 4863 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4864 | |
6747 | 4865 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4866 | |
4867 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4868 separate matrices. | |
4869 | |
6746 | 4870 2007-06-19 David Bateman <dbateman@free.fr> |
4871 | |
4872 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4873 only ";;" legend syntax. | |
4874 * polynomial/mkpp.m: ditto. | |
4875 * polynomial/pchip.m: ditto. | |
4876 * signal/freqz_plot.m: ditto. | |
4877 * sparse/gplot.m: ditto. | |
4878 * sparse/treeplot.m: ditto. | |
4879 | |
6745 | 4880 2007-06-19 John W. Eaton <jwe@octave.org> |
4881 | |
4882 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4883 (__go_draw_axes__): Call do_tics to handle tic marks. | |
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> |
6742 | 4886 |
6778 | 4887 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4888 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4889 to check for NA. | |
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-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 4892 |
6778 | 4893 * optimization/glpk.m: TeXified the help text. |
4894 * optimization/qp.m: TeXified the help text. | |
4895 * optimization/sqp.m: TeXified the help text. | |
6741 | 4896 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4897 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 4898 |
6778 | 4899 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4900 |
6738 | 4901 2007-06-15 John W. Eaton <jwe@octave.org> |
4902 | |
4903 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4904 have_newer_gnuplot is true. | |
4905 | |
6736 | 4906 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4907 | |
6778 | 4908 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4909 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4910 to 90, all others 0. |
4911 | |
6778 | 4912 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4913 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4914 get_data_limits. |
6778 | 4915 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4916 called by __errplot__. |
4917 | |
6730 | 4918 2007-06-15 John W. Eaton <jwe@octave.org> |
4919 | |
4920 * testfun/test.m: Also return number of expected failures. | |
4921 | |
6724 | 4922 2007-06-14 John W. Eaton <jwe@octave.org> |
4923 | |
6730 | 4924 * set/ismember.m: Mark two tests known to fail with xtest. |
4925 | |
6724 | 4926 * plot/__go_draw_axes__.m: Handle text rotation property. |
4927 | |
6728 | 4928 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4929 | |
4930 * testfun/test.m: Add xtest support for tests known to fail. | |
4931 | |
6727 | 4932 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4933 | |
4934 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4935 epslatexstandalone terminals. | |
4936 | |
6721 | 4937 2007-06-14 David Bateman <dbateman@free.fr> |
4938 | |
4939 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4940 as permutation of results was incorrect. | |
4941 * general/interp1.m: Add demo on second derivative | |
4942 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4943 call. Add 3D demo. Fix typos |
4944 * general/interp3.m: Fix typos. Correct permutation for use of | |
4945 interpn. | |
6721 | 4946 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4947 | |
6717 | 4948 2007-06-13 John W. Eaton <jwe@octave.org> |
4949 | |
4950 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4951 |
6706 | 4952 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4953 | |
4954 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4955 | |
6704 | 4956 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4957 | |
4958 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4959 Set have_linestyle to true if two character linestyle is found. | |
4960 | |
6702 | 4961 2007-06-12 David Bateman <dbateman@free.fr> |
4962 | |
6717 | 4963 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4964 and interpn.m. | |
4965 | |
4966 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4967 structure before using it. | |
4968 | |
4969 2007-06-12 David Bateman <dbateman@free.fr> | |
4970 | |
6704 | 4971 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4972 * general/__splinen__.m: New support function for N-dimensional |
4973 spline interpolation. | |
4974 * general/bicubic.m: Allow definition of extrapolation | |
4975 value. Adapt tests to use new graphics interface | |
4976 * general/interp2.m: Call __splinen__ for 2-D spline | |
4977 interpolation. Make the lookup table code only be called for | |
4978 linear and nearest methods. | |
4979 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4980 and spline interpolation. | |
4981 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4982 and spline interpolation. | |
6704 | 4983 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4984 |
6701 | 4985 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4986 | |
4987 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4988 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4989 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 4990 |
4991 * plot/fplot.m: If function is inline, vectorize it. | |
4992 | |
6698 | 4993 2007-06-10 David Bateman <dbateman@free.fr> |
4994 | |
4995 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4996 directory if need to, so that it fits on a line. | |
4997 | |
6695 | 4998 2007-06-07 David Bateman <dbateman@free.fr> |
4999 | |
5000 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5001 saved file so that dependent packages are loaded first, and if | |
5002 nargout==0 don't return any arguments. | |
5003 (pkg:install): Only load packages that are marked autoload after | |
5004 install. Various fixes. Save in order. | |
5005 (pkg:uninstall): Save in order | |
5006 (pkg:load_packages): Use load_package_and_dependencies to load | |
5007 packages. | |
5008 (pkg:save_order): New function to sort package list with dependent | |
5009 packages first. | |
5010 (pkg:load_packages_and_dependencies): New function to load both a | |
5011 list of packages and their dependencies. | |
5012 (pkg:load_package_dirs): New function that returns a vector of the | |
5013 indexes into the installed package list indicating the packages to | |
5014 load and the order to load them in to respect the dependencies. | |
5015 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5016 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5017 |
5018 * plot/axes.m: Eliminate redundant else clause. | |
5019 | |
6686 | 5020 2007-06-03 David Bateman <dbateman@free.fr> |
5021 | |
5022 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5023 * pkg/pkg.m: Protect against multiple actions being define. |
5024 | |
6683 | 5025 2007-06-01 David Bateman <dbateman@free.fr> |
5026 | |
5027 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5028 incorporate into main pkg function. | |
5029 (pkg:install): Check for existence of files to install before | |
5030 globbing and warn the user if they don't exist. | |
5031 | |
6675 | 5032 2007-05-31 David Bateman <dbateman@free.fr> |
5033 | |
6679 | 5034 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5035 directory over several copy command to limit the line length. | |
5036 * miscellaneous/movefile.m: Ditto. | |
5037 | |
6675 | 5038 * pkg.m: Add build option to allow binary Octave packages to be |
5039 built from source packages. Probe absolute path of prefix, global | |
5040 and local lists. Use strcat, rather that [] for strings. | |
5041 (pkg:build): New function to binary binary package. | |
5042 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5043 (pkg:repackage): Package binary Octave package from installation. | |
5044 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5045 from m-files into main installation directory. | |
5046 (pkg:shell): Suppress verbose messages from shell and only display | |
5047 them with the verbose flag. | |
5048 (pkg:installed_packages): Also include the loaded flag in the | |
5049 local and global packages. | |
5050 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5051 flagged as loaded. | |
5052 | |
5053 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5054 | |
5055 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5056 with and without architecture dependent directories. | |
5057 (pkg:installed_packages): Probe the global_list file even if it is | |
5058 the same as the local_list. | |
5059 | |
6669 | 5060 2007-05-29 John W. Eaton <jwe@octave.org> |
5061 | |
5062 * sparse/spy.m: Set axis to "ij" mode. | |
5063 | |
6664 | 5064 2007-05-24 John W. Eaton <jwe@octave.org> |
5065 | |
5066 * set/ismember.m: Quote first arg of "fail" tests. | |
5067 | |
6663 | 5068 2007-05-24 David Bateman <dbateman@free.fr> |
5069 | |
6778 | 5070 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5071 |
6655 | 5072 2007-05-22 David Bateman <dbateman@free.fr> |
5073 | |
5074 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5075 error(lasterr()(8:end)). | |
5076 (pkg:install): Warning for empty packages being removed. Suppress | |
5077 spurious output. Warning rather than error for uninstalling a | |
5078 package that is not installed to avoid RPM issue. | |
5079 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5080 inst or architecture dependent directory if it exists. | |
5081 | |
6653 | 5082 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5083 | |
5084 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5085 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5086 signal/freqz.m: Fix typos. | |
5087 | |
6645 | 5088 2007-05-21 David Bateman <dbateman@free.fr> |
5089 | |
5090 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5091 force installation location. | |
5092 (rebuild): New subfunction to rebuild package database from | |
5093 installed packages. Also allows changing of autoload status | |
5094 (install): Warn use if attempting to install from non existent | |
5095 file. | |
5096 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5097 "USER", "root"))' for root test. | |
5098 | |
5099 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5100 | |
5101 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5102 and replace "\" characters with "/". | |
5103 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5104 characters with "/" throughout. | |
5105 (shell): New subfunction that wraps system and is careful with the | |
5106 shell on windows platforms. | |
5107 (configure_make): Explictly pass complier etc to configure | |
5108 process. | |
5109 (issuperuser): Force default to global install for Windows machines. | |
5110 | |
6636 | 5111 2007-05-19 Kristan Onu |
5112 | |
5113 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5114 | |
6634 | 5115 2007-05-18 David Bateman <dbateman@free.fr> |
5116 | |
5117 * pkg/pkg.m (install): More verbosity. | |
5118 (configure_make): Ditto. | |
5119 (create_pkgadddel): Install in architecture dependent directory if | |
5120 it exists to address issues with autoload/mfilename. | |
5121 (write_INDEX): Check in archiecture dependent directories as well. | |
5122 | |
6633 | 5123 2007-05-17 David Bateman <dbateman@free.fr> |
5124 | |
5125 * plot/hbar.m: Remove. | |
5126 * plot/barh.m: and move it here. | |
5127 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5128 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5129 |
5130 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5131 | |
6629 | 5132 2007-05-16 John W. Eaton <jwe@octave.org> |
5133 | |
5134 * general/logspace.m: Return second arg if fewer than two values | |
5135 are requested. | |
5136 | |
6619 | 5137 2007-05-14 John W. Eaton <jwe@octave.org> |
5138 | |
5139 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5140 on a new line. | |
5141 | |
6617 | 5142 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5143 | |
5144 * statistics/distributions/norminv.m, | |
5145 statistics/distributions/norminv.m, | |
5146 statistics/distributions/normpdf.m, | |
5147 statistics/distributions/normrnd.m: | |
5148 Use standard deviation, not variance. | |
5149 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5150 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5151 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5152 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5153 backward compatibility. | |
5154 | |
6616 | 5155 2007-05-14 David Bateman <dbateman@free.fr> |
5156 | |
5157 * pkg/pkg.m: Mark loaded packages with "*". | |
5158 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5159 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5160 |
5161 * miscellaneous/single.m: Doc fix. | |
5162 Convert to double instead of returning argument unchanged. | |
5163 | |
5164 * miscellaneous/doc.m: Doc fix. | |
5165 | |
5166 * miscellaneous/ver.m: Doc fix. | |
5167 Don't display information about Octave Forge. | |
5168 | |
6614 | 5169 2007-05-12 David Bateman <dbateman@free.fr> |
5170 | |
5171 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5172 install to be printed. An error in the on_uninstall script causes | |
5173 a failure to uninstall. Place oct- and mex-files in an | |
5174 architecture dependent directory. | |
5175 | |
6611 | 5176 2007-05-09 John W. Eaton <jwe@octave.org> |
5177 | |
5178 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5179 | |
6609 | 5180 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5181 | |
5182 * statistics/distributions/normcdf.m: Use standard deviation | |
5183 instead of variance for compatibility. | |
5184 | |
5185 2007-05-08 John W. Eaton <jwe@octave.org> | |
5186 | |
5187 | |
5188 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5189 | |
5190 * set/ismember.m: Always return logical values. | |
5191 | |
5192 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5193 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5194 |
5195 * general/__isequal__.m: Allow numeric values of different classes | |
5196 to compare equal. | |
5197 | |
6606 | 5198 2007-05-07 David Bateman <dbateman@free.fr> |
5199 | |
6607 | 5200 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5201 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5202 |
6605 | 5203 2007-05-02 John W. Eaton <jwe@octave.org> |
5204 | |
5205 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5206 | |
6604 | 5207 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5208 | |
5209 * contour.m: Rewrite help string. | |
5210 | |
6599 | 5211 2007-04-28 John W. Eaton <jwe@octave.org> |
5212 | |
5213 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5214 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5215 Special case nargout == 0. | |
5216 | |
6597 | 5217 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5218 | |
5219 * general/sub2ind.m: Handle empty input, add tests. | |
5220 | |
6590 | 5221 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5222 | |
5223 * plot/contourc.m: Doc fix. | |
5224 | |
6586 | 5225 2007-04-26 David Bateman <dbateman@free.fr> |
5226 | |
5227 * plot/hist.m: Partially remove previous patch. | |
5228 | |
6582 | 5229 2007-04-26 David Bateman <dbateman@free.fr> |
5230 | |
5231 * plot/hist.m: Support returning of handle | |
5232 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5233 cells. | |
5234 | |
6575 | 5235 2007-04-25 John W. Eaton <jwe@octave.org> |
5236 | |
6579 | 5237 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5238 "title \"\"", not "". | |
5239 | |
6575 | 5240 * plot/legend.m: Initialize WARNED to false. |
5241 | |
6567 | 5242 2007-04-24 John W. Eaton <jwe@octave.org> |
5243 | |
5244 * 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
|
5245 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5246 |
5247 2007-04-23 John W. Eaton <jwe@octave.org> | |
5248 | |
5249 * plot/box.m: Delete extra endfunction keyword. | |
5250 | |
6560 | 5251 2007-04-23 David Bateman <dbateman@free.fr> |
5252 | |
5253 * plot/plot3.m: Call newplot. | |
5254 | |
6553 | 5255 2007-04-20 John W. Eaton <jwe@octave.org> |
5256 | |
5257 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5258 | |
6546 | 5259 2007-04-19 John W. Eaton <jwe@octave.org> |
5260 | |
5261 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5262 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5263 | |
6544 | 5264 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5265 | |
5266 * control/util/axis2dlim.m: Delete extraneous line. | |
5267 | |
6542 | 5268 2007-04-18 John W. Eaton <jwe@octave.org> |
5269 | |
5270 * specfun/factorial.m: Increase tolerance in large value test. | |
5271 | |
6540 | 5272 2007-04-18 David Bateman <dbateman@free.fr> |
5273 | |
5274 * __bar__.m: New support function for bar/hbar to support graphic | |
5275 handles, and additional arguments. | |
5276 * bar.m: Convert to use __bar__. | |
5277 * hbar.m: New function | |
5278 * hist.m: Explicitly set the width of the bar plot. | |
5279 | |
6533 | 5280 2007-04-17 John W. Eaton <jwe@octave.org> |
5281 | |
6534 | 5282 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5283 | |
6533 | 5284 * set/ismember.m: New tests. |
5285 From David Grohmann <grohmann@arlut.utexas.edu> | |
5286 | |
6532 | 5287 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5288 | |
5289 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5290 Add tests. | |
5291 | |
6527 | 5292 2007-04-16 John W. Eaton <jwe@octave.org> |
5293 | |
6528 | 5294 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5295 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
|
5296 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5297 |
6527 | 5298 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5299 | |
6526 | 5300 2007-04-13 John W. Eaton <jwe@octave.org> |
5301 | |
6527 | 5302 * optimization/sqp.m: Initialize info to 0. |
5303 | |
6526 | 5304 * optimization/qp.m: Undo previous change. |
5305 | |
6524 | 5306 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5307 | |
5308 * spdiags.m: Fixed the four-argument case to work for columns of | |
5309 length one. | |
5310 | |
6523 | 5311 2007-04-12 John W. Eaton <jwe@octave.org> |
5312 | |
5313 * optimization/qp.m: Avoid Octave indexing bug. | |
5314 | |
6521 | 5315 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5316 | |
6522 | 5317 * miscellaneous/menu.m, control/base/bddemo.m, |
5318 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5319 control/system/sysrepdemo.m: | |
5320 Adapt to page_screen_output as a function. | |
6521 | 5321 |
6518 | 5322 2007-04-11 John W. Eaton <jwe@octave.org> |
5323 | |
5324 * miscellaneous/not.m: Delete. | |
5325 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5326 | |
5327 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5328 | |
5329 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5330 that are close but not exactly equal. | |
5331 | |
6515 | 5332 2007-04-11 David Bateman <dbateman@free.fr> |
5333 | |
5334 * general/bitcmp.m: Make it work again. | |
5335 | |
6512 | 5336 2007-04-10 John W. Eaton <jwe@octave.org> |
5337 | |
5338 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5339 that are close but not exactly equal. | |
5340 | |
6511 | 5341 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5342 | |
5343 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5344 in response to a change in x limits for now. | |
5345 | |
6510 | 5346 2007-04-09 John W. Eaton <jwe@octave.org> |
5347 | |
5348 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5349 (__go_draw_axes__): Use it to write data to plot stream. | |
5350 | |
6509 | 5351 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5352 | |
5353 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5354 zeros. Set markerfacecolor property in call to plot. | |
5355 | |
6508 | 5356 2007-04-06 John W. Eaton <jwe@octave.org> |
5357 | |
5358 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5359 | |
5360 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5361 | |
5362 * plot/stem.m: Use plot instead of a series of calls to line. | |
5363 | |
6494 | 5364 2007-04-05 John W. Eaton <jwe@octave.org> |
5365 | |
6499 | 5366 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5367 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5368 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5369 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5370 | |
6496 | 5371 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5372 Use strcmpi instead of strcmp+tolower. |
6496 | 5373 Style fixes. |
5374 | |
6494 | 5375 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5376 Plotting fixes. Style fixes. | |
5377 | |
5378 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5379 Style fixes. | |
5380 | |
5381 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5382 Style fixes. | |
5383 | |
5384 * testfun/demo.m, testfun/example.m: Style fixes. | |
5385 Use "strcat (...)" instead of "[...]". | |
5386 Use format specifiers in calls to warning. | |
5387 | |
5388 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5389 Use "strcat (...)" instead of "[...]". | |
5390 Use "x(end)" instead of "x(length (x))". | |
5391 Check NA before NaN. | |
5392 Style fixes. | |
5393 | |
6473 | 5394 2007-03-29 John W. Eaton <jwe@octave.org> |
5395 | |
6474 | 5396 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5397 |
6467 | 5398 2007-03-27 John W. Eaton <jwe@octave.org> |
5399 | |
5400 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5401 control/base/Makefile.in, control/hinf/Makefile.in, | |
5402 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5403 control/util/Makefile.in, deprecated/Makefile.in, | |
5404 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5405 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5406 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5407 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5408 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5409 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5410 special-matrix/Makefile.in, startup/Makefile.in, | |
5411 statistics/Makefile.in, statistics/base/Makefile.in, | |
5412 statistics/distributions/Makefile.in, | |
5413 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5414 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5415 Use ln instead of $(LN_S) in dist target. | |
5416 | |
6465 | 5417 2007-03-27 David Bateman <dbateman@free.fr> |
5418 | |
5419 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5420 gnuplot 4.0. | |
5421 | |
6464 | 5422 2007-03-26 John W. Eaton <jwe@octave.org> |
5423 | |
5424 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5425 | |
6461 | 5426 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5427 | |
5428 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5429 plot stream and using binary data. | |
5430 | |
6459 | 5431 2007-03-26 John W. Eaton <jwe@octave.org> |
5432 | |
5433 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5434 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5435 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5436 | |
5437 2007-03-26 David Bateman <dbateman@free.fr> | |
5438 | |
6461 | 5439 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5440 | |
6459 | 5441 * plot/plot3.m: Handle line properties. |
5442 * plot/plot.m: Update docstring. | |
5443 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5444 * plot/__plt__.m: Also gather properties. | |
5445 | |
6455 | 5446 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5447 | |
5448 * testfun/assert.m: Delete special check for empty objects. | |
5449 Add test. | |
5450 | |
6453 | 5451 2007-03-26 John W. Eaton <jwe@octave.org> |
5452 | |
6454 | 5453 * plot/drawnow.m: Exit early if call is recursive. |
5454 | |
6453 | 5455 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5456 Check for Inf too. | |
5457 (__go_draw_axes__): Use get_data_limits. | |
5458 | |
6450 | 5459 2007-03-24 John W. Eaton <jwe@octave.org> |
5460 | |
6451 | 5461 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5462 send terminal setting command with title option to plot stream. | |
5463 | |
6450 | 5464 * plot/legend.m: Correctly increment index into list of children.. |
5465 | |
6434 | 5466 2007-03-23 John W. Eaton <jwe@octave.org> |
5467 | |
6448 | 5468 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5469 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5470 control/base/nyquist.m, control/base/nichols.m, | |
5471 control/base/frdemo.m, signal/freqz_plot.m, | |
5472 control/base/__stepimp__.m, control/base/bode.m, | |
5473 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5474 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5475 Update plotting code. |
5476 | |
5477 * control/base/bode.m: Unwrap phase angle. | |
5478 | |
5479 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5480 | |
5481 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5482 | |
5483 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5484 commands. | |
6446 | 5485 |
6442 | 5486 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5487 Handle numeric color specs. |
6442 | 5488 * plot/plot.m: Remove "-@" and "@" from docstring. |
5489 | |
6441 | 5490 * plot/orient.m: Fix tests to avoid creating a plot window. |
5491 | |
6440 | 5492 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5493 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5494 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5495 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5496 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5497 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5498 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5499 | |
6438 | 5500 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5501 plot, not just multiplots. | |
5502 | |
6436 | 5503 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5504 | |
6434 | 5505 * plot/contour.m: Don't call drawnow. |
5506 | |
6431 | 5507 2007-03-22 John W. Eaton <jwe@octave.org> |
5508 | |
6432 | 5509 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5510 property of each figure. | |
5511 | |
6431 | 5512 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5513 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5514 | |
5515 2007-03-21 John W. Eaton <jwe@octave.org> | |
5516 | |
5517 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5518 less than eps to 0. | |
5519 | |
6429 | 5520 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5521 |
5522 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5523 * testfun/speed.m: Documentation and example fix. |
5524 | |
6424 | 5525 2007-03-21 John W. Eaton <jwe@octave.org> |
5526 | |
5527 * plot/subplot.m: If we find an existing subplot region, set | |
5528 it to be the "currentaxes" property for the current figure. | |
6425 | 5529 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5530 |
6422 | 5531 2007-03-20 David Bateman <dbateman@free.fr> |
5532 | |
5533 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5534 | |
5535 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5536 | |
5537 * general/arrayfun.m: New function. | |
5538 | |
6418 | 5539 2007-03-20 John W. Eaton <jwe@octave.org> |
5540 | |
6419 | 5541 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5542 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5543 | |
5544 * plot/clf.m: Don't call drawnow. | |
5545 | |
6431 | 5546 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5547 |
6420 | 5548 * image/__img__.m: Maybe set yaxis to reverse for images. |
5549 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5550 images. | |
5551 | |
6418 | 5552 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5553 instead of global. Only register __go_close_all__ with atexit if |
5554 the plot stream is successfully opened. | |
6418 | 5555 |
6413 | 5556 2007-03-15 John W. Eaton <jwe@octave.org> |
5557 | |
6418 | 5558 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5559 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5560 | |
5561 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5562 | |
5563 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5564 Use numeric line types. |
6413 | 5565 |
5566 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5567 lines and larger markers. Remove key titles from line type |
5568 properties. | |
6413 | 5569 |
6405 | 5570 2007-03-14 John W. Eaton <jwe@octave.org> |
5571 | |
6412 | 5572 * plot/__axis_label__.m: Accept additional property-value pairs |
5573 and pass them to __go_text__. Simply return the handle obtained | |
5574 from __go_text__ instead of calling get on the current axis. | |
5575 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5576 Allow for extra property value pairs to be passed along. | |
5577 * plot/title.m: Implement with __axis_label__ since it does all | |
5578 that title needs to do. | |
5579 | |
6410 | 5580 * plot/clf.m: Set currentaxes property for current figure to []. |
5581 | |
6405 | 5582 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5583 | |
5584 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5585 and __plt2__, not just the last. | |
5586 | |
5587 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5588 (SOURCES_IN, GEN_M): Delete. | |
5589 (FCN_FILES): Don't include $(GEN_M). | |
5590 (all): Don't depend on $(GEN_M). | |
5591 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5592 | |
5593 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5594 | |
5595 * plot/newplot.m: Call __go_axes_init__ instead of | |
5596 __uiobject_axes_init__. | |
5597 | |
5598 * plot/mesh.m: Use __go_surface__ instead of | |
5599 __uiobject_surface_ctor__. Don't access object fields directly. | |
5600 | |
5601 * plot/line.m: Use __line__ to do actual work. | |
5602 * plot/__line__.m: New function. | |
5603 | |
5604 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5605 Use get and set instead of accessing object fields directly. | |
5606 | |
5607 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5608 handle. | |
5609 | |
5610 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5611 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5612 __uiobject_draw_figure__. | |
5613 | |
5614 * plot/clf.m: Use get instead of accessing object fields | |
5615 directly. Simply delete children. Don't set currentaxes. | |
5616 | |
5617 * plot/close.m (close_all_figures): New subfunction. | |
5618 Use it instead of getting list of figures to close from | |
5619 __uiobject_figures__. | |
5620 | |
5621 * plot/closereq.m: Simply delete the current figure. Don't set | |
5622 currentfigure. | |
5623 | |
5624 * plot/__errplot__.m: Call __line__ instead of | |
5625 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5626 directly. Don't call __uiobject_adopt__. | |
5627 | |
5628 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5629 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5630 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5631 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5632 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5633 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5634 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5635 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5636 plot/__uiobject_init_root_figure__.in, | |
5637 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5638 plot/__uiobject_root_figure_ctor__.m, | |
5639 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5640 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5641 plot/set.in: Delete. | |
6408 | 5642 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5643 |
5644 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5645 Pass "hidden" as second arg to close. | |
5646 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5647 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5648 * plot/Makefile.in (SOURCES_M): Rename in list. |
5649 | |
6405 | 5650 * image/__img__.m: Use __go_image__ to create image graphics |
5651 handle. | |
5652 | |
5653 * miscellaneous/delete.m: Call __go_delete__, not | |
5654 __uiobject_delete__. Check that arg is a graphics handle before | |
5655 calling __go_delete__. | |
5656 | |
6403 | 5657 2007-03-13 John W. Eaton <jwe@octave.org> |
5658 | |
5659 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5660 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
|
5661 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5662 |
5663 2007-03-12 John W. Eaton <jwe@octave.org> | |
5664 | |
5665 * miscellaneous/cast.m: New function. | |
5666 | |
5667 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5668 | |
6398 | 5669 2007-03-08 John W. Eaton <jwe@octave.org> |
5670 | |
5671 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5672 tilde expansion on target filename before passing it to the shell. | |
5673 | |
5674 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5675 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5676 | |
6396 | 5677 2007-03-08 David Bateman <dbateman@free.fr> |
5678 | |
5679 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5680 replacing slower version based on dicrete_rnd. | |
5681 | |
6392 | 5682 2007-03-07 John W. Eaton <jwe@octave.org> |
5683 | |
6395 | 5684 * control/base/rlocus.m: Update for current plotting functions. |
5685 | |
5686 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5687 | |
5688 * control/base/rlocus.m: Improve display. | |
5689 | |
5690 2007-03-07 John W. Eaton <jwe@octave.org> | |
5691 | |
5692 * plot/legend.m: Only handle positions -1:4. | |
5693 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5694 found in option string | |
5695 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5696 | |
6394 | 5697 * plot/newplot.m: Always reset next line color. |
5698 | |
6392 | 5699 * testfun/assert.m: Check that number of dimensions match before |
5700 checking dimensions. | |
5701 | |
6391 | 5702 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5703 | |
5704 * specfun/perms.m, specfun/factorial.m: Check args. | |
5705 | |
6387 | 5706 2007-03-07 John W. Eaton <jwe@octave.org> |
5707 | |
6390 | 5708 * plot/mesh.m: Call newplot before doing anything. |
5709 | |
5710 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5711 just "e". Only flush plot stream once. | |
5712 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5713 | |
6387 | 5714 * strings/blanks.m: Omit first index in assignment. |
5715 | |
6386 | 5716 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5717 | |
5718 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5719 | |
6385 | 5720 2007-03-06 David Bateman <dbateman@free.fr> |
5721 John W. Eaton <jwe@octave.org> | |
5722 | |
5723 * set/setdiff.m: Ignore "rows" for cell array args. | |
5724 Handle cellstr args. | |
5725 | |
6382 | 5726 2007-03-05 John W. Eaton <jwe@octave.org> |
5727 | |
5728 * optimization/sqp.m: Defer first call to obj_hess until after | |
5729 calling obj_fun. | |
5730 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5731 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5732 |
5733 * specfun/nchoosek.m: Fix nargin check. | |
5734 | |
6376 | 5735 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5736 | |
5737 * image/__img__.m: Don't set xlim and ylim properties. | |
5738 | |
6374 | 5739 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5740 | |
5741 * general/interp1.m: Fix *style cases for decreasing x. | |
5742 | |
6372 | 5743 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5744 | |
5745 * polynomial/roots.m: Check nargin before accessing arg. | |
5746 | |
6369 | 5747 2007-02-28 John W. Eaton <jwe@octave.org> |
5748 | |
5749 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5750 increment data_idx unless using gnuplot for display. | |
5751 | |
6368 | 5752 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5753 | |
5754 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5755 plots with images. | |
5756 * image/image.m, image/imagesc.m, image/imshow.m: | |
5757 Deprecate zoom argument. | |
5758 | |
6366 | 5759 2007-02-28 John W. Eaton <jwe@octave.org> |
5760 | |
5761 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5762 temporary file names. Keep image and colormap file ids separate. | |
5763 | |
5764 * general/interp1.m: Correctly compute min and max values when | |
5765 values are decreasing and not evenly spaced. | |
5766 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5767 | |
6365 | 5768 2007-02-27 John W. Eaton <jwe@octave.org> |
5769 | |
5770 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5771 returning an empty cell array. | |
5772 | |
6546 | 5773 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5774 |
5775 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5776 | |
6546 | 5777 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5778 |
5779 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5780 control/base/Makefile.in, control/hinf/Makefile.in, | |
5781 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5782 control/util/Makefile.in, deprecated/Makefile.in, | |
5783 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5784 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5785 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5786 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5787 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5788 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5789 special-matrix/Makefile.in, startup/Makefile.in, | |
5790 statistics/Makefile.in, statistics/base/Makefile.in, | |
5791 statistics/distributions/Makefile.in, | |
5792 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5793 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5794 Use $(LN_S) instead of ln or ln -s. | |
5795 | |
6356 | 5796 2007-02-24 David Bateman <dbateman@free.fr> |
5797 | |
5798 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5799 '\n' in FILES file. | |
6357 | 5800 (configure_make): Also install any mex files. |
6356 | 5801 |
6353 | 5802 2007-02-24 David Bateman <dbateman@free.fr> |
5803 | |
5804 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5805 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5806 | |
6351 | 5807 2007-02-23 John W. Eaton <jwe@octave.org> |
5808 | |
5809 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5810 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5811 | |
5812 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5813 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5814 | |
6349 | 5815 2007-02-23 David Bateman <dbateman@free.fr> |
5816 | |
5817 * statistics/distributions/discrete_rnd.m, | |
5818 statistics/distributions/geornd.m, | |
5819 statistics/distributions/lognnd.m, | |
5820 statistics/distributions/nbinrnd.m, | |
5821 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5822 | |
5823 * statistics/distributions/unidcdf.m, | |
5824 statistics/distributions/unidinv.m, | |
5825 statistics/distributions/unidpdf.m, | |
5826 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5827 discrete_cdf, etc. |
6349 | 5828 |
5829 * statistics/distributions/pascal_cdf.m, | |
5830 statistics/distributions/pascal_inv.m, | |
5831 statistics/distributions/pascal_pdf.m, | |
5832 statistics/distributions/pascal_rnd.m: Remove. | |
5833 * statistics/distributions/nbincdf.m, | |
5834 statistics/distributions/nbininv.m, | |
5835 statistics/distributions/nbinpdf.m, | |
5836 statistics/distributions/nbinrnd.m: Replace with matlab | |
5837 compatible functions. | |
5838 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5839 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5840 nbincdf, etc functions to implement these. | |
5841 | |
6344 | 5842 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5843 | |
5844 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5845 command and data. | |
5846 | |
5847 2007-02-22 John W. Eaton <jwe@octave.org> | |
5848 | |
5849 * miscellaneous/doc.m: If index search fails, try again without | |
5850 the index search option. | |
5851 | |
6339 | 5852 2007-02-22 David Bateman <dbateman@free.fr> |
5853 | |
6341 | 5854 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5855 | |
6340 | 5856 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5857 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5858 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5859 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5860 and randp to accelerate. | |
5861 | |
6339 | 5862 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5863 | |
6338 | 5864 2007-02-22 John W. Eaton <jwe@octave.org> |
5865 | |
5866 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5867 cache data and display after xlim and ylim have been determined. | |
5868 | |
6337 | 5869 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5870 | |
5871 * plot/__uiobject_draw_axes__.m: | |
5872 Allow multiple images to be displayed with gnuplot. | |
5873 | |
6333 | 5874 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5875 | |
5876 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5877 for versions of GLPK 4.15 and later. | |
5878 | |
6328 | 5879 2007-02-19 John W. Eaton <jwe@octave.org> |
5880 | |
5881 * plot/__uiobject_alloc__.in: If next available element in | |
5882 __uiobject_list__ is 0, grow list before doing anything else. | |
5883 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5884 first call when size of __uiobject_list__ is 0. | |
5885 | |
6323 | 5886 2007-02-16 John W. Eaton <jwe@octave.org> |
5887 | |
5888 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5889 | |
6321 | 5890 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5891 | |
5892 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5893 | |
6316 | 5894 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5895 | |
5896 * specfun/nchoosek.m: Check nargin. | |
5897 | |
6314 | 5898 2007-02-15 John W. Eaton <jwe@octave.org> |
5899 | |
6315 | 5900 * path/addpath.m, path/rmpath.m: Delete |
5901 * path/Makefile.in (SOURCES): Remove them from the list. | |
5902 | |
6314 | 5903 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5904 Delete title, xlabel, ylabel, and zlabel properties before | |
5905 reassigning. | |
5906 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5907 Don't init outerposition if "mode" is "replace". | |
5908 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5909 If axes nextplot property is replace, pass "replace" as mode arg | |
5910 to __uiobject_axes_init__. | |
5911 | |
6308 | 5912 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5913 | |
6310 | 5914 * image/imshow.m: Don't restore old colormap. |
5915 | |
6309 | 5916 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5917 * image/__img__.m: New file containing common parts of image.m and | |
5918 imshow.m. | |
6312 | 5919 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5920 * image/image.m, image/imshow.m: Call __img__. |
5921 * plot/__uiobject_draw_axes__.m: | |
5922 Handle rgb imaged data stored in 3-d arrays. | |
5923 | |
6308 | 5924 * plot/figure.m: Doc fix. |
5925 | |
6304 | 5926 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5927 | |
5928 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5929 for reading and writing data. New tests. Improve rounding. | |
5930 | |
6302 | 5931 2007-02-13 John W. Eaton <jwe@octave.org> |
5932 | |
6303 | 5933 * plot/stem.m: New file, adapted from OctPlot. |
5934 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5935 | |
6302 | 5936 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5937 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5938 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5939 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5940 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5941 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5942 plot/semilogyerr.m: Return handles to line objects. | |
5943 | |
6301 | 5944 2007-02-11 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * plot/__uiobject_close_all.m: New file. | |
5947 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5948 | |
6298 | 5949 2007-02-10 John W. Eaton <jwe@octave.org> |
5950 | |
5951 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5952 * plot/__uiobject_globals__.m: Don't call mlock. | |
5953 | |
5954 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5955 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5956 before calling pclose. | |
5957 | |
6291 | 5958 2007-02-09 John W. Eaton <jwe@octave.org> |
5959 | |
6295 | 5960 * plot/subplot.m: Delete spurious call to axes. |
5961 | |
6293 | 5962 * plot/figure.m: Call drawnow for current figure before creating |
5963 or switching to a new figure. | |
5964 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5965 nargin == 0 case. | |
5966 | |
6291 | 5967 * testfun/assert.m: Try to avoid problems when comparisons involve |
5968 strange values like Inf+NaNi. | |
5969 | |
6283 | 5970 2007-02-08 John W. Eaton <jwe@octave.org> |
5971 | |
6286 | 5972 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5973 and check gnuplot_use_title_option instead of just assuming -title | |
5974 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5975 | |
6285 | 5976 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5977 | |
6284 | 5978 * audio/Makefile.in, control/base/Makefile.in, |
5979 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5980 control/system/Makefile.in, control/util/Makefile.in, | |
5981 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5982 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5983 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5984 optimization/Makefile.in, plot/Makefile.in, | |
5985 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5986 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5987 special-matrix/Makefile.in, startup/Makefile.in, | |
5988 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5989 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5990 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5991 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5992 | |
6283 | 5993 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5994 only given property list. | |
5995 | |
6278 | 5996 2007-02-07 John W. Eaton <jwe@octave.org> |
5997 | |
6280 | 5998 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5999 properties. | |
6000 | |
6278 | 6001 * plot/sombrero.m: Call box ("off") after mesh. |
6002 | |
6003 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6004 line default" commands with older versions of gnuplot. | |
6005 | |
6006 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6007 | |
6273 | 6008 2007-02-06 John W. Eaton <jwe@octave.org> |
6009 | |
6010 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6011 * sparse/gplot.m: Use line style - instead of 1. | |
6012 | |
6272 | 6013 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6014 | |
6015 * plot/print.m: Avoid error message from cellidx. | |
6016 | |
6017 2007-02-05 John W. Eaton <jwe@octave.org> | |
6018 | |
6019 * plot/legend.m: Fix check for data. | |
6020 | |
6270 | 6021 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6022 | |
6023 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6024 Always set lt and pt. | |
6025 | |
6269 | 6026 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6027 | |
6028 * plot/contourc.m: Correctly compute X and Y. | |
6029 | |
6268 | 6030 2007-02-05 John W. Eaton <jwe@octave.org> |
6031 | |
6032 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6033 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6034 | |
6264 | 6035 2007-02-01 John W. Eaton <jwe@octave.org> |
6036 | |
6266 | 6037 * plot/__uiobject_draw_axes__.m: |
6038 Don't try to set axis limits unless we have data. | |
6039 | |
6264 | 6040 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6041 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6042 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6043 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6044 instead of of key and fmt strings. | |
6045 | |
6046 * plot/__pltopt1__.m: Greatly simplify. | |
6047 | |
6048 * plot/__next_line_color__.m: New file. | |
6049 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6050 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6051 | |
6052 * plot/__default_plot_options__.m: New file. | |
6053 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6054 | |
6055 * plot/__plt3__.m: Delete. | |
6056 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6057 | |
6259 | 6058 2007-01-31 John W. Eaton <jwe@octave.org> |
6059 | |
6263 | 6060 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6061 linestyle, linewidth, marker, and markersize properties. | |
6062 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6063 colors and widths, and line styles. | |
6064 | |
6065 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6066 |
6261 | 6067 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6068 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6069 | |
6070 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6071 __gnuplot_save_data__. | |
6072 | |
6259 | 6073 * image/image.m: Accept 2 args, but ignore the second for now. |
6074 | |
6258 | 6075 2007-01-30 David Bateman <dbateman@free.fr> |
6076 | |
6077 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6078 to flag a package as to be autoloaded. Add install flags -noauto, | |
6079 -auto to force autoload behavior. | |
6080 (installed_packages): Make list of installed packages unique. | |
6081 | |
6259 | 6082 2007-01-30 John W. Eaton <jwe@octave.org> |
6083 | |
6084 * Merge of changes from graphics-branch: | |
6085 | |
6086 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6087 |
6088 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6089 | |
6090 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6091 property if it exists. | |
6092 | |
6259 | 6093 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6094 |
6095 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6096 min values outside of loop over child objects. | |
6097 | |
6098 * plot/contour.m, plot/contourc.m: New files. | |
6099 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6100 | |
6101 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6102 find a gnuplot version newer than 4.0. | |
6103 * image/__img_gnuplot__.m: Delete. | |
6104 * image/image.m: Create image graphics object. | |
6105 Call newplot to setup and drawnow to finish. | |
6106 Eliminate ZOOM arg. | |
6107 | |
6108 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6109 | |
6110 * plot/legend.m: Eliminate useless variable "warned". | |
6111 | |
6112 * plot/__uiobject_image_ctor__.m: New file. | |
6113 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6114 | |
6115 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6116 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6117 | |
6118 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6119 | |
6120 * plot/__default_colormap__.m: New file. | |
6121 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6122 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6123 property. | |
6124 * image/colormap.m: Use colormap property of current figure | |
6125 to store colormap instead of using persistent variable. | |
6126 Call __default_colormap__ to get default map value. | |
6127 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6128 | |
6129 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6130 Handle some tick mark options. | |
6131 | |
6132 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6133 set corresponding *mode to "manual". If we set dataaspectratio, | |
6134 set dataaspectratiomode to "manual". | |
6135 | |
6136 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6137 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6138 | |
6139 * plot/axis.m: New file. | |
6140 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6141 | |
6142 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6143 set corresponding *limmode to "manual". | |
6144 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6145 Use it to compute autosclaled limits. | |
6146 Arg is now handle, not object. Change all callers. | |
6147 Compute data limits. | |
6148 | |
6259 | 6149 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6150 |
6151 * plot/drawnow: Fix visibility check for zero args. | |
6152 | |
6153 * plot/text.m: New file. | |
6154 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6155 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6156 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6157 horizontalalignment properties. | |
6158 | |
6159 * plot/figure.m: Set options for f we just constructed or were | |
6160 given as an argument, not gcf. Only return handle if nargout > 0. | |
6161 | |
6162 * plot/drawnow.m: Handle visible field for figure here. | |
6163 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6164 | |
6165 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6166 title and axis labels. | |
6167 | |
6168 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6169 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6170 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6171 * plot/view.m: New file. | |
6172 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6173 | |
6174 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6175 Call __request_drawnow__. | |
6176 | |
6177 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6178 | |
6179 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6180 Call set to set properties. Return handle instead of structure. | |
6181 Change all callers. | |
6182 | |
6183 * plot/__uiobject_axes_setr__.m: New file. | |
6184 * plot/set.in: Check for __setter__ field. | |
6185 | |
6186 * plot/__uiobject_axes_init__.in: | |
6187 Rename from plot/__uiobject_axes_init__.m. | |
6188 Include __uiobject_globals__. | |
6189 Accept handle as arg instead of structure | |
6190 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6191 from the list. | |
6192 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6193 | |
6259 | 6194 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6195 |
6196 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6197 | |
6198 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6199 initializing each global variable. | |
6200 | |
6259 | 6201 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6202 |
6203 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6204 __uiobject_figure_handles_free_list__): New global variables. | |
6205 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6206 Place unused handles on the free list. | |
6207 | |
6208 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6209 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6210 | |
6211 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6212 handles here. Return figure handle. | |
6213 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6214 | |
6259 | 6215 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6216 |
6217 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6218 data for gnuplot. | |
6219 | |
6220 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6221 files. | |
6222 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6223 (DISTFILES): Include include-globals.awk in the list. | |
6224 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6225 ($(GEN_M) : %.m : %.in): New rule. | |
6226 | |
6227 * include-globals.awk: New file. | |
6228 | |
6229 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6230 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6231 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6232 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6233 plot/__uiobject_init_root_figure__.in, | |
6234 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6235 Rename from corresponding .m files. | |
6236 | |
6237 * move-if-change: New file. | |
6238 | |
6239 * plot/__uiobject_delete__.m: New file. | |
6240 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6241 plot/__uiobject_delete_child__.m: Delete. | |
6242 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6243 not a character string. | |
6244 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6245 Fix assignment to tmp key value in loop. | |
6246 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6247 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6248 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6249 Inline code to delete children. | |
6250 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6251 __uiobject_list__. | |
6252 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6253 and free child. | |
6254 | |
6259 | 6255 2006-12-08 John W. Eaton <jwe@octave.org> |
6256 | |
6257 * plot/gcf.m: Check if the root figure object's currentfigure | |
6258 handle is empty, not 0. | |
6259 * plot/__uiobject_root_figure_ctor__.m: | |
6260 Set currentfigure to [], not 0. | |
6261 | |
6262 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6263 | |
6264 2006-12-07 John W. Eaton <jwe@octave.org> | |
6265 | |
6266 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6267 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6268 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6269 plot/__uiobject_delete_children__.m, | |
6270 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6271 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6272 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6273 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6274 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6275 plot/__uiobject_init_figure__.m, | |
6276 plot/__uiobject_init_root_figure__.m, | |
6277 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6278 plot/__uiobject_remove_child__.m, | |
6279 plot/__uiobject_root_figure_ctor__.m, | |
6280 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6281 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6282 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6283 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6284 plot/set.m: New files. | |
6285 | |
6286 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6287 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6288 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6289 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6290 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6291 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6292 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6293 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6294 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6295 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6296 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6297 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6298 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6299 plot/semilogyerr.m, plot/replot.m: | |
6300 Adapt to new graphics data structure. | |
6301 | |
6302 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6303 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6304 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6305 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6306 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6307 plot/plot_border.m, plot/subwindow.m: Delete. | |
6308 | |
6309 2007-01-24 David Bateman <dbateman@free.fr> | |
6310 | |
6311 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6312 Delete bare newline in string passed to write_INDEX. | |
6313 | |
6314 * sparse/sprandsym.m: Make work for even values of N. | |
6315 | |
6316 2007-01-24 John W. Eaton <jwe@octave.org> | |
6317 | |
6318 * miscellaneous/news.m: New file. | |
6319 | |
6320 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6321 | |
6322 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6323 | |
6324 * strings/strncmp.m: Delete (we now have a built-in version). | |
6325 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6326 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6327 |
6328 * testfun/test.m: Check for all files in path, use first found. | |
6329 | |
6330 2007-01-22 David Bateman <dbateman@free.fr> | |
6331 | |
6332 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6333 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6334 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6335 |
6336 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6337 file name. | |
6338 | |
6339 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6340 nargout is 1. Handle colormaps that have too few colors. | |
6341 | |
6342 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6343 (configure_make): Use fullfile instead of concatenating with "/". | |
6344 | |
6258 | 6345 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6346 | |
6347 * set/ismember.m: Handle N-d arrays. | |
6348 | |
6349 2007-01-10 David Bateman <dbateman@free.fr> | |
6350 | |
6351 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6352 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6353 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6354 New files. | |
6355 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6356 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6357 |
6778 | 6358 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6359 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6360 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6361 |
6362 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6363 instead of concatenating with "/". Use mlock to ensure that | |
6364 persistent variables are not clobbered if user types clear all. | |
6365 | |
6366 2007-01-08 John W. Eaton <jwe@octave.org> | |
6367 | |
6368 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6369 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
|
6370 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6371 |
6372 2007-01-05 John W. Eaton <jwe@octave.org> | |
6373 | |
6374 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6375 New files. | |
6376 | |
6377 2006-12-30 John W. Eaton <jwe@octave.org> | |
6378 | |
6379 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6380 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6381 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6382 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6383 |
6384 * image/imshow.m: Strip NaNs from image. | |
6385 | |
6386 2006-12-08 David Bateman <dbateman@free.fr> | |
6387 | |
6388 * sparse/normest.m: New file. | |
6389 | |
6286 | 6390 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6391 |
6210 | 6392 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6393 Work on Windows systems without cp or mv. | |
6394 | |
6209 | 6395 * startup/inputrc: Include sequences for Windows. |
6396 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6397 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6398 |
6399 * pkg/pkg.m (unload_packages): New function. | |
6400 (pkg): Handle unload action. | |
6401 | |
6402 * __errplot__.m: Add missing semicolon. | |
6403 | |
6193 | 6404 2006-11-30 John W. Eaton <jwe@octave.org> |
6405 | |
6406 * miscellaneous/mexext.m: New file. | |
6407 | |
6189 | 6408 2006-11-29 David Bateman <dbateman@free.fr> |
6409 | |
6410 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6411 location of package lists to be probed and set. | |
6412 | |
6179 | 6413 2006-11-17 John W. Eaton <jwe@octave.org> |
6414 | |
6181 | 6415 * plot/__render_plot1__.m: Reverse y axis for images. |
6416 | |
6179 | 6417 * plot/__render_plot__.m: New args, terminal and output. |
6418 * plot/print.m: Don't set output and term here. Instead, call | |
6419 __render_plot__ with terminal and output. | |
6420 | |
6178 | 6421 2006-11-16 John W. Eaton <jwe@octave.org> |
6422 | |
6423 * plot/__render_plot1__.m: New file. | |
6424 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6425 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6426 gnuplot. Let __render_plot__ do that. | |
6427 | |
6177 | 6428 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6429 | |
6430 * plot/plot.m: Fix doc string. | |
6431 | |
6173 | 6432 2006-11-16 John W. Eaton <jwe@octave.org> |
6433 | |
6434 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6435 before sending anything to the plotter. | |
6436 | |
6172 | 6437 2006-11-15 John W. Eaton <jwe@octave.org> |
6438 | |
6439 * image/__img_gnuplot__.m: Store more info in global plot | |
6440 structures and use __render_plot__ to build plot command to | |
6441 display image. | |
6442 | |
6443 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6444 | |
6445 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6446 __plot_command_sep__): Delete. | |
6447 (__plot_data_type__, __plot_data_parametric__, | |
6448 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6449 __plot_usingstr__, __plot_withstr__): New variables. | |
6450 * plot/__init_plot_vars__.m: Initialize them. | |
6451 | |
6452 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6453 Don't handle sep or cmd. | |
6454 | |
6455 * plot/__render_plot__.m: New function. | |
6456 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6457 Store more info in global plot structures and use __render_plot__ | |
6458 to build plot command. | |
6459 * plot/replot.m: Simply call __render_plot__. | |
6460 | |
6461 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6462 Set __plot_data_parametric__ here. | |
6463 | |
6164 | 6464 2006-11-14 John W. Eaton <jwe@octave.org> |
6465 | |
6166 | 6466 * plot/bottom_title.m, plot/top_title.m: Delete. |
6467 | |
6164 | 6468 * image/image_viewer.m: Set default values here. |
6469 * image/image.m: Not here. | |
6470 | |
6471 * image/image_viewer.m: Always return old values. Check arguments. | |
6472 * image/__img_gnuplot__.m: Rename from __img__m. | |
6473 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6474 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6475 |
6476 * image/image_viewer.m: New function. | |
6477 * image/__img_via_file__.m: New function. | |
6478 * image/image.m: Use image_viewer to determine which program to | |
6479 use for image viewing. | |
6754 | 6480 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6481 |
6163 | 6482 2006-11-14 John W. Eaton <jwe@octave.org> |
6483 | |
6484 * plot/__do_legend__.m, plot/__errplot__.m, | |
6485 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6486 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6487 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6488 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6489 Use __plot_globals__ for multiplot variables. Keep track of | |
6490 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6491 | |
6157 | 6492 2006-11-13 John W. Eaton <jwe@octave.org> |
6493 | |
6158 | 6494 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6495 | |
6157 | 6496 * miscellaneous/substruct.m: New function. |
6497 | |
6498 * testfun/assert.m: Force orientation to match when comparing | |
6499 struct elements. | |
6500 | |
6501 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6502 when comparing structs. | |
6503 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6504 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6505 |
6754 | 6506 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6507 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6508 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6509 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6510 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6511 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6512 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6513 |
6156 | 6514 2006-11-13 John W. Eaton <jwe@octave.org> |
6515 | |
6516 * plot/mesh.m: Use size_equal to compare dimensions. | |
6517 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6518 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6519 |
6520 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6521 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6522 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6523 |
6524 * miscellaneous/copyfile.m: Fix docs to match function. | |
6525 | |
6145 | 6526 2006-11-08 John W. Eaton <jwe@octave.org> |
6527 | |
6146 | 6528 * plot/legend.m: New function, adapted from Octave Forge. |
6529 | |
6530 * plot/__do_legend__.m: New function. | |
6531 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6532 plot/replot.m: Call it before plotting. | |
6533 | |
6534 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6535 noparametric" to gnuplot.. | |
6536 | |
6537 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6538 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6539 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6540 and return key title separate from line format. Accept format and | |
6541 key as cellstr. Always return data as cell array. Return format | |
6542 and key title as cellstr. | |
6543 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6544 Handle line format and key titles separately. | |
6545 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6546 | |
6547 * plot/__plot_globals__.m (__plot_line_offset__, | |
6548 __plot_key_labels__, __plot_key_properties__): New global | |
6549 variables. Initialize them. | |
6550 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6551 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6552 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6553 (__plot_line_offset__, __plot_key_labels__, | |
6554 __plot_key_properties__): Store information about plot key titles. | |
6555 | |
6556 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6557 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6558 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6559 respectively. | |
6560 | |
6561 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6562 | |
6145 | 6563 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6564 whle concatenating args. | |
6565 | |
6144 | 6566 2006-11-07 John W. Eaton <jwe@octave.org> |
6567 | |
6568 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6569 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6570 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6571 |
6143 | 6572 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6573 option to regexp. | |
6574 | |
6142 | 6575 * image/__img__.m: Send "set size ratio -1" before plotting. |
6576 | |
6138 | 6577 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6578 | |
6139 | 6579 * strings/index.m: New arg, direction. Simplify and speed up. |
6580 * strings/rindex.m: Implement using index (..., "last"); | |
6581 | |
6754 | 6582 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6583 |
6130 | 6584 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6585 | |
6586 * general/__isequal__.m: Test size and class more consistently. | |
6587 | |
6116 | 6588 2006-10-27 John W. Eaton <jwe@octave.org> |
6589 | |
6117 | 6590 * miscellaneous/ls_command.m: Use /D instead of /w. |
6591 From Michael Goffioul <michael.goffioul@swing.be>. | |
6592 | |
6116 | 6593 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6594 * miscellaneous/dir.m: Mark as a command. | |
6595 | |
6112 | 6596 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6597 | |
6598 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6599 | |
6088 | 6600 2006-10-25 John W. Eaton <jwe@octave.org> |
6601 | |
6602 * image/image.m: Set x = y = [] when nargin == 0; | |
6603 | |
6604 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6605 | |
6606 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6607 * image/__img__.m: New file, originally from | |
6608 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6609 | |
6087 | 6610 2006-10-25 John W. Eaton <jwe@octave.org> |
6611 | |
6612 * plot/__gnuplot_version__.m: New function, originally from | |
6613 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6614 Quentin Spencer <qspencer@ieee.org>. | |
6615 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6616 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6617 |
6618 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6619 | |
6081 | 6620 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6621 | |
6622 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6623 miscellaneous/gunzip.m: New files. | |
6624 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6625 Call unpack to do the real work. | |
6626 | |
6075 | 6627 2006-10-24 John W. Eaton <jwe@octave.org> |
6628 | |
6078 | 6629 * plot/plot3.m: If we have a format string, then also pass using |
6630 string to __plt3__. | |
6631 | |
6077 | 6632 * plot/sombrero.m: Don't return anything if nargout == 0. |
6633 | |
6075 | 6634 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6635 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6636 |
6069 | 6637 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6638 | |
6639 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6640 Quote filenames in shell commands. | |
6641 | |
6055 | 6642 2006-10-17 David Bateman <dbateman@free.fr> |
6643 | |
6644 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6645 the package directory is missing. | |
6646 | |
6052 | 6647 2006-10-13 John W. Eaton <jwe@octave.org> |
6648 | |
6649 * plot/box.m: New function. | |
6650 | |
6050 | 6651 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6652 | |
6653 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6654 | |
6049 | 6655 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6656 | |
6657 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6658 | |
6047 | 6659 2006-10-10 John W. Eaton <jwe@octave.org> |
6660 | |
6661 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6662 | |
6046 | 6663 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6664 | |
6665 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6666 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6667 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6668 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6669 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6670 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6671 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6672 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6673 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6674 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6675 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6676 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6677 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6678 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6679 control/system/buildssic.m, control/system/c2d.m, | |
6680 control/system/cellidx.m, control/system/d2c.m, | |
6681 control/system/dmr2d.m, control/system/fir2sys.m, | |
6682 control/system/is_abcd.m, control/system/is_controllable.m, | |
6683 control/system/is_detectable.m, control/system/is_digital.m, | |
6684 control/system/is_observable.m, control/system/is_siso.m, | |
6685 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6686 control/system/jet707.m, control/system/listidx.m, | |
6687 control/system/ord2.m, control/system/parallel.m, | |
6688 control/system/ss.m, control/system/ss2zp.m, | |
6689 control/system/starp.m, control/system/sys2ss.m, | |
6690 control/system/sys2tf.m, control/system/sys2zp.m, | |
6691 control/system/sysadd.m, control/system/sysappend.m, | |
6692 control/system/syschtsam.m, control/system/sysconnect.m, | |
6693 control/system/syscont.m, control/system/sysdimensions.m, | |
6694 control/system/sysdisc.m, control/system/sysdup.m, | |
6695 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6696 control/system/sysgroup.m, control/system/sysidx.m, | |
6697 control/system/sysmin.m, control/system/sysmult.m, | |
6698 control/system/sysout.m, control/system/sysprune.m, | |
6699 control/system/sysscale.m, control/system/syssetsignals.m, | |
6700 control/system/syssub.m, control/system/sysupdate.m, | |
6701 control/system/tf.m, control/system/tfout.m, | |
6702 control/system/ugain.m, control/system/zp.m, | |
6703 control/system/zpout.m, control/util/__outlist__.m, | |
6704 control/util/__zgpbal__.m, control/util/prompt.m, | |
6705 control/util/sortcom.m, control/util/strappend.m, | |
6706 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6707 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6708 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6709 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6710 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6711 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6712 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6713 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6714 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6715 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6716 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6717 general/ind2sub.m, general/int2str.m, | |
6718 general/is_duplicate_entry.m, general/isdefinite.m, | |
6719 general/isequal.m, general/isequalwithequalnans.m, | |
6720 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6721 general/isvector.m, general/logical.m, general/logspace.m, | |
6722 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6723 general/perror.m, general/postpad.m, general/prepad.m, | |
6724 general/randperm.m, general/rem.m, general/repmat.m, | |
6725 general/rot90.m, general/rotdim.m, general/shift.m, | |
6726 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6727 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6728 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6729 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6730 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6731 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6732 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6733 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6734 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6735 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6736 linear-algebra/logm.m, linear-algebra/norm.m, | |
6737 linear-algebra/null.m, linear-algebra/orth.m, | |
6738 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6739 linear-algebra/trace.m, linear-algebra/vec.m, | |
6740 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6741 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6742 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6743 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6744 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6745 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6746 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6747 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6748 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6749 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6750 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6751 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6752 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6753 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6754 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6755 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6756 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6757 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6758 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6759 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6760 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6761 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6762 polynomial/polyder.m, polynomial/polyderiv.m, | |
6763 polynomial/polyfit.m, polynomial/polygcd.m, | |
6764 polynomial/polyinteg.m, polynomial/polyout.m, | |
6765 polynomial/polyreduce.m, polynomial/polyval.m, | |
6766 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6767 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6768 set/complement.m, set/create_set.m, set/intersect.m, | |
6769 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6770 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6771 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6772 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6773 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6774 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6775 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6776 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6777 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6778 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6779 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6780 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6781 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6782 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6783 special-matrix/hankel.m, special-matrix/hilb.m, | |
6784 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6785 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6786 statistics/base/center.m, statistics/base/cloglog.m, | |
6787 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6788 statistics/base/cov.m, statistics/base/cut.m, | |
6789 statistics/base/gls.m, statistics/base/iqr.m, | |
6790 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6791 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6792 statistics/base/mean.m, statistics/base/meansq.m, | |
6793 statistics/base/median.m, statistics/base/moment.m, | |
6794 statistics/base/ols.m, statistics/base/ppplot.m, | |
6795 statistics/base/probit.m, statistics/base/qqplot.m, | |
6796 statistics/base/range.m, statistics/base/ranks.m, | |
6797 statistics/base/run_count.m, statistics/base/skewness.m, | |
6798 statistics/base/spearman.m, statistics/base/statistics.m, | |
6799 statistics/base/std.m, statistics/base/studentize.m, | |
6800 statistics/base/table.m, statistics/base/values.m, | |
6801 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6802 statistics/distributions/betainv.m, | |
6803 statistics/distributions/betapdf.m, | |
6804 statistics/distributions/betarnd.m, | |
6805 statistics/distributions/binocdf.m, | |
6806 statistics/distributions/binoinv.m, | |
6807 statistics/distributions/binopdf.m, | |
6808 statistics/distributions/binornd.m, | |
6809 statistics/distributions/cauchy_cdf.m, | |
6810 statistics/distributions/cauchy_inv.m, | |
6811 statistics/distributions/cauchy_pdf.m, | |
6812 statistics/distributions/cauchy_rnd.m, | |
6813 statistics/distributions/chi2cdf.m, | |
6814 statistics/distributions/chi2inv.m, | |
6815 statistics/distributions/chi2pdf.m, | |
6816 statistics/distributions/chi2rnd.m, | |
6817 statistics/distributions/discrete_cdf.m, | |
6818 statistics/distributions/discrete_inv.m, | |
6819 statistics/distributions/discrete_pdf.m, | |
6820 statistics/distributions/discrete_rnd.m, | |
6821 statistics/distributions/empirical_rnd.m, | |
6822 statistics/distributions/expcdf.m, | |
6823 statistics/distributions/expinv.m, | |
6824 statistics/distributions/exppdf.m, | |
6825 statistics/distributions/exprnd.m, | |
6826 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6827 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6828 statistics/distributions/gamcdf.m, | |
6829 statistics/distributions/gaminv.m, | |
6830 statistics/distributions/gampdf.m, | |
6831 statistics/distributions/gamrnd.m, | |
6832 statistics/distributions/geocdf.m, | |
6833 statistics/distributions/geoinv.m, | |
6834 statistics/distributions/geopdf.m, | |
6835 statistics/distributions/geornd.m, | |
6836 statistics/distributions/hygecdf.m, | |
6837 statistics/distributions/hygeinv.m, | |
6838 statistics/distributions/hygepdf.m, | |
6839 statistics/distributions/hygernd.m, | |
6840 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6841 statistics/distributions/laplace_cdf.m, | |
6842 statistics/distributions/laplace_inv.m, | |
6843 statistics/distributions/laplace_pdf.m, | |
6844 statistics/distributions/laplace_rnd.m, | |
6845 statistics/distributions/logistic_cdf.m, | |
6846 statistics/distributions/logistic_inv.m, | |
6847 statistics/distributions/logistic_pdf.m, | |
6848 statistics/distributions/logistic_rnd.m, | |
6849 statistics/distributions/logncdf.m, | |
6850 statistics/distributions/logninv.m, | |
6851 statistics/distributions/lognpdf.m, | |
6852 statistics/distributions/lognrnd.m, | |
6853 statistics/distributions/normcdf.m, | |
6854 statistics/distributions/norminv.m, | |
6855 statistics/distributions/normpdf.m, | |
6856 statistics/distributions/normrnd.m, | |
6857 statistics/distributions/pascal_cdf.m, | |
6858 statistics/distributions/pascal_inv.m, | |
6859 statistics/distributions/pascal_pdf.m, | |
6860 statistics/distributions/pascal_rnd.m, | |
6861 statistics/distributions/poisscdf.m, | |
6862 statistics/distributions/poissinv.m, | |
6863 statistics/distributions/poisspdf.m, | |
6864 statistics/distributions/poissrnd.m, | |
6865 statistics/distributions/stdnormal_cdf.m, | |
6866 statistics/distributions/stdnormal_inv.m, | |
6867 statistics/distributions/stdnormal_pdf.m, | |
6868 statistics/distributions/stdnormal_rnd.m, | |
6869 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6870 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6871 statistics/distributions/unifcdf.m, | |
6872 statistics/distributions/unifinv.m, | |
6873 statistics/distributions/unifpdf.m, | |
6874 statistics/distributions/unifrnd.m, | |
6875 statistics/distributions/wblcdf.m, | |
6876 statistics/distributions/wblinv.m, | |
6877 statistics/distributions/wblpdf.m, | |
6878 statistics/distributions/wblrnd.m, | |
6879 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6880 statistics/tests/bartlett_test.m, | |
6881 statistics/tests/chisquare_test_homogeneity.m, | |
6882 statistics/tests/chisquare_test_independence.m, | |
6883 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6884 statistics/tests/hotelling_test.m, | |
6885 statistics/tests/hotelling_test_2.m, | |
6886 statistics/tests/kolmogorov_smirnov_test.m, | |
6887 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6888 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6889 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6890 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6891 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6892 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6893 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6894 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6895 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6896 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6897 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6898 strings/index.m, strings/isletter.m, strings/lower.m, | |
6899 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6900 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6901 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6902 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6903 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6904 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6905 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6906 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6907 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6908 time/etime.m, time/is_leap_year.m: | |
6909 Use print_usage instead of usage. | |
6910 | |
6044 | 6911 2006-10-09 David Bateman <dbateman@free.fr> |
6912 | |
6913 * time/datevec.m: Add additional compatible default parsing strings. | |
6914 | |
6395 | 6915 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6916 |
6042 | 6917 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6918 Remove compare_versions subfunction. | |
6919 | |
6920 * miscellaneous/compare_versions.m: New function to compare | |
6921 version numbers as strings with any boolean operators. | |
6922 | |
6041 | 6923 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6924 file exists. | |
6925 | |
6036 | 6926 2006-10-04 John W. Eaton <jwe@octave.org> |
6927 | |
6928 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6929 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6930 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 6931 |
6037 | 6932 * pkg/pkg.m: Update docs. Handle prefix option. |
6933 Handle dependencies for load option. | |
6032 | 6934 |
6029 | 6935 2006-10-04 John W. Eaton <jwe@octave.org> |
6936 | |
6030 | 6937 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6938 | |
6939 * plot/clg.m: Delete. | |
6940 * plot/__init_plot_vars__.m: New function. | |
6941 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6942 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6943 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 6944 |
6945 * pkg/pkg.m: Avoid calling addpath with no args. | |
6946 | |
6024 | 6947 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6948 | |
6949 * audio/loadaudio.m, control/base/nyquist.m, | |
6950 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6951 linear-algebra/krylov.m, statistics/base/center.m, | |
6952 statistics/base/median.m, statistics/base/std.m, | |
6953 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6954 find first or last element matching a condition. | |
6955 | |
6023 | 6956 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6957 | |
6958 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6959 general/__isequal__.m: Minimize looping using cellfun. | |
6960 | |
6020 | 6961 2006-10-02 David Bateman <dbateman@free.fr> |
6962 | |
6963 * pkg/pkg.m (copy_files): always create installation directory. | |
6964 | |
6016 | 6965 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6966 | |
6967 * miscellaneous/doc.m: Swap file and directory args to info. | |
6968 | |
6969 2006-10-01 Arno Onken <whyly@gmx.net> | |
6970 | |
6971 * statistics/distributions/exprnd.m: Fix typo. | |
6972 | |
6014 | 6973 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6974 | |
6975 * polynomial/ppval.m: Use .' instead of '. | |
6976 * polynomial/spline.m: Likewise. New tests. | |
6977 | |
6004 | 6978 2006-09-26 David Bateman <dbateman@free.fr> |
6979 | |
6980 * __plt3__.m: Using global variables __plot_data__, | |
6981 __plot_data_offset__ and __plot_command__ to store plots and | |
6982 correctly handle multiplots, and hold state. Only accept a single | |
6983 data parameter plus, using, format and with strings. Remove | |
6984 setting of gnuplot parameters. | |
6985 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6986 * __setup_plot__.m: Convert to a function and pass the plotting | |
6987 command to use. | |
6988 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6989 * contour.m: Use unwind protect on the parametric state of plot | |
6990 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6991 * mesh.m: ditto. | |
6992 * plot3.m: Error checking, setting of parametric state and | |
6993 formation of matrix to plot moved from old __plt3__. | |
6994 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6995 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6996 |
5997 | 6997 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6998 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6999 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7000 |
7001 * signal/filter2.m: Correct texinfo doc. | |
7002 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7003 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7004 |
7005 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7006 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7007 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7008 |
7009 * pkg/pkg.m (prepare_installation): Don't create package | |
7010 installation directory here. | |
7011 (copy_files): Create it here instead, to avoid issues with | |
7012 upgrades. Also install the COPYING file in packinfo. | |
7013 | |
5989 | 7014 2006-09-13 John W. Eaton <jwe@octave.org> |
7015 | |
7016 * general/blkdiag.m: Adjust to new cellfun rules. | |
7017 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7018 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7019 |
7020 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7021 error message for archive name not matching package name. | |
7022 (installed_packages): Size header of printed results to | |
7023 arguments. Sort the list of installed packages before printing | |
7024 them. | |
7025 | |
5986 | 7026 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7027 | |
7028 * signal/freqz.m: Update tests. | |
7029 | |
7030 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7031 | |
7032 * signal/freqz.m: Corretly postpad arrays. | |
7033 Don't call fliplr on a column vector. | |
7034 | |
5984 | 7035 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7036 | |
7037 * general/shiftdim.m: Use permute instead of reshape. | |
7038 | |
5981 | 7039 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7040 | |
7041 * miscellaneous/parseparams.m: New function. | |
7042 | |
5980 | 7043 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7044 | |
7045 * miscellaneous/doc.m: Swap order of --file and --directory | |
7046 options for info program invocation. | |
7047 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7048 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7049 |
5987 | 7050 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7051 previous change. |
7052 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7053 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7054 |
7055 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7056 absence of trailing "/" in OCTAVE_HOME. | |
7057 | |
5973 | 7058 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7059 | |
7060 * time/datenum.m: Allow arg to be character string. | |
7061 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7062 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7063 |
7064 * pkg/pkg.m (install): Verify that package name correponds to the | |
7065 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7066 they are empty. If package directory is empty, remove it to fail | |
7067 gracefully for system specific packages. | |
7068 (extract_pkgadd, create_pkgadd): delete. | |
7069 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7070 (copy_files): Install both bin/ and doc/ directories, adding the | |
7071 bin/ to the EXEC_PATH when the package is loaded. | |
7072 | |
5962 | 7073 2006-08-24 John W. Eaton <jwe@octave.org> |
7074 | |
7075 * image/saveimage.m: Use logical indexing instead of | |
7076 indices computed by calling find on the logical index. | |
7077 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7078 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7079 |
5967 | 7080 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7081 Use logical indexing instead of indices computed by calling find |
7082 on the logical index. | |
7083 | |
7084 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7085 |
5959 | 7086 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7087 | |
7088 * control/system/tf2zp.m: Simplify gain calculation. | |
7089 | |
5958 | 7090 2006-08-23 John W. Eaton <jwe@octave.org> |
7091 | |
7092 * plot/__plt__.m: Insert using clauses for all plots. | |
7093 | |
5957 | 7094 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7095 | |
7096 * control/system/sysscale.m: Call tf and zp with correct number of | |
7097 args. | |
7098 | |
5955 | 7099 2006-08-22 David Bateman <dbateman@free.fr> |
7100 | |
7101 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7102 Search inst/*.m and src/*.m files in the package for | |
7103 PKG_ADD directives and append user supplied PKG_ADD. | |
7104 (pkg): Call create_pkgadd after copying files. | |
7105 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7106 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7107 |
7108 * pkg/pkg.m: Handle multiple packages in a single file. | |
7109 Insert directory separator between OCTAVE_HOME and rest of package | |
7110 installation directory. | |
7111 | |
7112 2006-08-21 John W. Eaton <jwe@octave.org> | |
7113 | |
7114 * general/num2str.m: Early return if arg is empty. | |
7115 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7116 | |
5946 | 7117 2006-08-21 David Bateman <dbateman@free.fr> |
7118 | |
7119 * strings/mat2str.m: Compute NC before using. | |
7120 | |
5937 | 7121 2006-08-17 John W. Eaton <jwe@octave.org> |
7122 | |
7123 * audio/wavread.m: Fix calculation of sample count. | |
7124 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7125 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7126 |
7127 * image/imshow.m: New Matlab-compatible version. | |
7128 | |
5930 | 7129 2006-08-15 John W. Eaton <jwe@octave.org> |
7130 | |
7131 * deprecated/is_global.m: Delete. | |
7132 | |
5928 | 7133 2006-08-14 John W. Eaton <jwe@octave.org> |
7134 | |
7135 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7136 | |
5926 | 7137 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7138 | |
7139 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7140 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7141 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7142 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7143 |
6778 | 7144 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7145 Use addpath and rmpath instead of manipulating LOADPATH. |
7146 Handle changes to system function. | |
7147 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7148 recursive directory removal. | |
5922 | 7149 |
5924 | 7150 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7151 | |
6778 | 7152 * colormap.m: Change global variable to persistent. |
5923 | 7153 |
5922 | 7154 * rgb2ind.m: Handle single 3-d array as rgb image. |
7155 | |
5920 | 7156 2006-08-14 John W. Eaton <jwe@octave.org> |
7157 | |
7158 * strings/str2double.m: Fix missing semicolon. | |
7159 | |
5910 | 7160 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7161 | |
7162 * plot/plot3.m: Accept one complex or one real and one complex | |
7163 argument and plot real and imaginary components for y and z. | |
7164 | |
5908 | 7165 2006-07-27 John W. Eaton <jwe@octave.org> |
7166 | |
7167 * testfun/test.m: Call fflush after each block of calls to | |
7168 fprintf, fputs, or fdisp. | |
7169 | |
5904 | 7170 2006-07-26 John W. Eaton <jwe@octave.org> |
7171 | |
7172 * miscellaneous/mex.m: New function. | |
7173 | |
5901 | 7174 2006-07-22 John W. Eaton <jwe@octave.org> |
7175 | |
7176 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7177 | |
5881 | 7178 2006-07-07 John W. Eaton <jwe@octave.org> |
7179 | |
7180 * miscellaneous/orderfields.m: New file. | |
7181 | |
5873 | 7182 2006-06-30 John W. Eaton <jwe@octave.org> |
7183 | |
7184 * time/datevec.m: Make another attempt to account for precision of | |
7185 datenum format. | |
7186 | |
5868 | 7187 2006-06-29 John W. Eaton <jwe@octave.org> |
7188 | |
7189 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7190 Use feval instead of "type -q" to get values now that all the | |
7191 symbols are functions. | |
7192 | |
5860 | 7193 2006-06-16 John W. Eaton <jwe@octave.org> |
7194 | |
7195 * time/datevec.m: Avoid computing log of non-positive values. | |
7196 | |
5859 | 7197 2006-06-14 John W. Eaton <jwe@octave.org> |
7198 | |
7199 * time/datevec.m: Attempt to account for precision of datenum format. | |
7200 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7201 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7202 |
7203 * audio/wavread.m: Fix file range error and add read support for | |
7204 24-bit WAV files. | |
7205 | |
5837 | 7206 2006-06-01 David Bateman <dbateman@free.fr> |
7207 | |
7208 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7209 general/interp1.m, general/gradient.m, general/interp2.m, | |
7210 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7211 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7212 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7213 | |
5835 | 7214 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7215 | |
7216 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7217 * miscellaneous/texas_lotto.m: Fix warning message. | |
7218 | |
5830 | 7219 2006-05-26 John W. Eaton <jwe@octave.org> |
7220 | |
7221 * miscellaneous/doc.m: Also handle nargin == 0. | |
7222 | |
5829 | 7223 2006-05-23 John W. Eaton <jwe@octave.org> |
7224 | |
7225 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7226 really needed. | |
7227 | |
5827 | 7228 2006-05-22 John W. Eaton <jwe@octave.org> |
7229 | |
6754 | 7230 * general/lookup.m: New file from Octave Forge. |
5827 | 7231 |
7232 2006-05-22 David Bateman <dbateman@free.fr> | |
7233 | |
6754 | 7234 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7235 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7236 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7237 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7238 special-matrix/magic.m, special-matrix/hadamard.m, | |
7239 strings/strtok.m: New files from Octave Forge. | |
5827 | 7240 |
5824 | 7241 2006-05-19 David Bateman <dbateman@free.fr> |
7242 | |
7243 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7244 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7245 |
5821 | 7246 2006-05-17 John W. Eaton <jwe@octave.org> |
7247 | |
7248 * set/intersection.m: Delete | |
7249 * deprecated/intersection.m: New file. | |
7250 | |
5820 | 7251 2006-05-17 David Bateman <dbateman@free.fr> |
7252 | |
7253 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7254 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7255 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7256 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7257 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7258 Forge. | |
7259 | |
5809 | 7260 2006-05-11 John W. Eaton <jwe@octave.org> |
7261 | |
5815 | 7262 * path/path.m: Delete (now a built-in function). |
7263 | |
5811 | 7264 * pkg/Makefile.in: New file. |
7265 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7266 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7267 |
5808 | 7268 2006-05-10 John W. Eaton <jwe@octave.org> |
7269 | |
7270 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7271 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7272 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7273 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7274 |
7275 * tar.m, untar.m, unzip.m: New files. | |
7276 | |
5801 | 7277 2006-05-10 John W. Eaton <jwe@octave.org> |
7278 | |
5804 | 7279 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7280 * path/setpath.m: Delete. | |
7281 | |
5801 | 7282 * pkg/pkg.m: New file. |
7283 | |
5798 | 7284 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7285 | |
7286 * plot/plot.m: Doc string fix. | |
7287 | |
7288 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7289 | |
7290 * testfun/speeed.m: Use new interface to unique and assert. | |
7291 Improve documentation. Approximate time complexity from log-log | |
7292 plot. Return time complexity and raw times if requested. The | |
7293 mean ratio is no longer returned. Provide complete control over | |
7294 which n are computed. | |
7295 | |
7296 2006-05-09 John W. Eaton <jwe@octave.org> | |
7297 | |
7298 * path/path.m: Move here from miscellaneous. | |
7299 Adapt to new LOADPATH definition. | |
7300 | |
5789 | 7301 2006-05-03 David Bateman <dbateman@free.fr> |
7302 | |
7303 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7304 explicit uses of a path seperation character with pathsep(). | |
7305 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7306 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7307 |
6778 | 7308 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7309 |
5781 | 7310 2006-04-29 John W. Eaton <jwe@octave.org> |
7311 | |
7312 * startup/main-rcfile: Disable some warnings. | |
7313 | |
5762 | 7314 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7315 | |
7316 * strings/strcmpi.m: Return false instead of error if args are not | |
7317 char or cellstr. | |
7318 | |
5750 | 7319 2006-04-10 John W. Eaton <jwe@octave.org> |
7320 | |
7321 * miscellaneous/dir.m: Ensure that returned structure array is | |
7322 Nx1, not 1xN. | |
7323 | |
5746 | 7324 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7325 | |
7326 * plot/hist.m: Ignore NaN in inputs. | |
7327 | |
5745 | 7328 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7329 | |
7330 * miscellaneous/mkoctfile.m: Doc string fix. | |
7331 | |
5741 | 7332 2006-04-05 John W. Eaton <jwe@octave.org> |
7333 | |
7334 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7335 are both empty. | |
7336 * plot/__plt__.m: Ignore empty data and format strings returned | |
7337 from __plt1__ or __plt2__. | |
7338 | |
5737 | 7339 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7340 | |
6778 | 7341 * set/unique.m: Properly handle single column input when |
5737 | 7342 "rows" is specified. |
7343 | |
5732 | 7344 2006-04-04 John W. Eaton <jwe@octave.org> |
7345 | |
5736 | 7346 * path/setpath.m: New file. |
7347 * path/savepath.m: Use setpath to set path instead of assigning | |
7348 directly to LOADPATH. | |
7349 | |
5732 | 7350 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7351 New files, adapted from Octave Forge by Keith Goodman | |
7352 <kwgoodman@gmail.com>. | |
7353 * path: New directory. | |
7354 * Makefile.in (SUBDIRS): Add it to the list. | |
7355 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7356 | |
5731 | 7357 2006-04-02 David Bateman <dbateman@free.fr> |
7358 | |
7359 * general/tril.m, general.triu.m: | |
7360 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7361 to allow user types to work correctly. | |
7362 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7363 | |
5727 | 7364 2006-04-03 David Bateman <dbateman@free.fr> |
7365 | |
7366 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7367 Accept keyword "minor" for minor grid. | |
7368 | |
5721 | 7369 2006-03-28 John W. Eaton <jwe@octave.org> |
7370 | |
7371 * general/isscalar.m: Only require that all dimensions are 1 for | |
7372 compatiblity. | |
7373 | |
7374 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7375 | |
7376 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7377 compatibility. | |
7378 | |
5720 | 7379 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7380 | |
7381 * plot/__errplot__.m: Doc string fix. | |
7382 | |
7383 * miscellaneous/doc.m: Mark as command. | |
7384 | |
7385 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7386 general/isequalwithequalnans.m, general/blkdiag.m, | |
7387 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7388 | |
5717 | 7389 2006-03-27 Don Bindner <dbindner@truman.edu> |
7390 | |
7391 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7392 return 3d matrices. | |
7393 | |
7394 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7395 | |
7396 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7397 | |
5708 | 7398 2006-03-22 John W. Eaton <jwe@octave.org> |
7399 | |
7400 * plot/print.m: Don't replot after popping terminal setting. | |
7401 | |
5696 | 7402 2006-03-20 John W. Eaton <jwe@octave.org> |
7403 | |
7404 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7405 mkoctfile. Use fullfile to construct file name. | |
7406 | |
5695 | 7407 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7408 | |
7409 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7410 shell script from Octave prompt. | |
7411 | |
5690 | 7412 2006-03-17 John W. Eaton <jwe@octave.org> |
7413 | |
5693 | 7414 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7415 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7416 | |
7417 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7418 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7419 Call new wbl functions to do the real work. | |
7420 Swap args and provide default values as necessary to preserve | |
7421 compatibility with old version of Octave. | |
7422 | |
7423 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7424 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7425 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7426 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7427 Swap scale and shape args for compatibility. | |
7428 | |
5692 | 7429 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7430 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7431 Preserve compatibility with old versions of Octave given new | |
7432 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7433 |
5692 | 7434 * statistics/distributions/logncdf.m, |
7435 statistics/distributions/logninv.m, | |
7436 statistics/distributions/lognpdf.m, | |
7437 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7438 From Ben Barrowes <barrowes@alum.mit.edu> | |
7439 | |
5691 | 7440 * deprecated/hypergeometric_rnd.m: Update interface to match |
7441 current 2.1.x version. | |
7442 | |
7443 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7444 | |
5690 | 7445 * miscellaneous/dir.m: Use readdir instead of glob. |
7446 Special case for "." to avoid globbing. Use list_in_columns. | |
7447 Eliminate unused variables len and finfo. | |
7448 | |
5689 | 7449 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7450 | |
7451 * miscellaneous/dir.m: Improve compatibility. | |
7452 | |
5687 | 7453 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7454 | |
7455 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7456 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7457 | |
5686 | 7458 2006-03-16 John W. Eaton <jwe@octave.org> |
7459 | |
7460 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7461 of looking at sum of max dimensions. | |
7462 | |
5681 | 7463 2006-03-16 David Bateman <dbateman@free.fr> |
7464 | |
7465 * testfun/test.m: Clear last warning before warning test to avoid | |
7466 issues with previously set warnings. | |
7467 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7468 sparse matrices. Force matrix type from spqr solution to be | |
7469 singular to force QR solvers to be used for assert. | |
7470 | |
5678 | 7471 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7472 | |
7473 * strings/strfind.m: New file. | |
7474 | |
5677 | 7475 2006-03-16 John W. Eaton <jwe@octave.org> |
7476 | |
7477 * general/rows.m, general/columns.m: Delete. | |
7478 | |
5674 | 7479 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7480 | |
7481 * strings/strcmpi.m: Simplify. | |
7482 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7483 * strings/strtrunc.m: New file. |
5674 | 7484 |
5676 | 7485 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7486 | |
5672 | 7487 2006-03-15 John W. Eaton <jwe@octave.org> |
7488 | |
7489 * 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
|
7490 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7491 |
5671 | 7492 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7493 | |
7494 * miscellaneous/mkoctfile.m: New file. | |
7495 | |
5670 | 7496 2006-03-15 John W. Eaton <jwe@octave.org> |
7497 | |
7498 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7499 | |
5666 | 7500 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7501 | |
7502 * strings/bin2dec.m: Doc fix. | |
7503 | |
5661 | 7504 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7505 | |
7506 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7507 * time/datenum.m: New function to compute day number from time. | |
7508 | |
5659 | 7509 2006-03-09 John W. Eaton <jwe@octave.org> |
7510 | |
7511 * miscellaneous/unix.m, plot/print.m: | |
7512 Swap order of outputs from system. | |
7513 | |
5642 | 7514 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7515 | |
7516 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7517 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7518 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7519 control/base/__stepimp__.m, control/base/are.m, | |
7520 control/base/controldemo.m, control/base/damp.m, | |
7521 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7522 control/base/step.m, control/system/abcddim.m, | |
7523 control/system/is_abcd.m, control/system/is_controllable.m, | |
7524 control/system/is_detectable.m, control/system/is_observable.m, | |
7525 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7526 control/system/jet707.m, control/system/sys2fir.m, | |
7527 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7528 control/system/tfout.m, control/system/ugain.m, | |
7529 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7530 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7531 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7532 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7533 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7534 general/circshift.m, general/columns.m, general/flipdim.m, | |
7535 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7536 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7537 general/isequalwithequalnans.m, general/isscalar.m, | |
7538 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7539 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7540 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7541 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7542 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7543 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7544 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7545 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7546 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7547 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7548 miscellaneous/license.m, miscellaneous/menu.m, | |
7549 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7550 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7551 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7552 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7553 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7554 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7555 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7556 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7557 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7558 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7559 polynomial/polyinteg.m, polynomial/polyout.m, | |
7560 polynomial/polyreduce.m, polynomial/polyval.m, | |
7561 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7562 set/create_set.m, set/intersection.m, set/ismember.m, | |
7563 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7564 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7565 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7566 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7567 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7568 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7569 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7570 special-matrix/vander.m, statistics/base/median.m, | |
7571 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7572 statistics/distributions/gaminv.m, | |
7573 statistics/distributions/gampdf.m, | |
7574 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7575 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7576 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7577 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7578 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7579 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7580 | |
5633 | 7581 2006-02-27 John W. Eaton <jwe@octave.org> |
7582 | |
7583 * time/tic.m: Move here from miscellaneous/tic.m. | |
7584 * time/toc.m: Move here from miscellaneous/toc.m. | |
7585 | |
7586 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7587 | |
7588 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7589 does not assign output of toc to a variable. | |
7590 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7591 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7592 |
7593 * axis.m: Catch limits that are the same and return an error. | |
7594 | |
5625 | 7595 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7596 | |
7597 * plot/print.m: Accept emf device option to support Enhanced | |
7598 Metafile format. | |
7599 | |
7600 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7601 | |
7602 * control/base/lqe.m: Doc fix. | |
7603 | |
5623 | 7604 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7605 | |
7606 * statistics/distributions/gamcdf.m: Doc fix. | |
7607 * statistics/distributions/gaminv.m: Doc fix. | |
7608 * statistics/distributions/gampdf.m: Doc fix. | |
7609 * statistics/distributions/gamrnd.m: Doc fix. | |
7610 | |
5610 | 7611 2006-02-09 David Bateman <dbateman@free.fr> |
7612 | |
6778 | 7613 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7614 for arbitrary user type. | |
7615 * general/tril.m: ditto. | |
7616 * sparse/sprand.m: Doc fix. | |
7617 * sparse/sprandn.m: Ditto. | |
7618 * sparse/sprandsym.m: New function. | |
7619 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7620 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7621 Update for syntax error for latest texinfo.tex file. | |
5610 | 7622 |
5605 | 7623 2006-02-02 John W. Eaton <jwe@octave.org> |
7624 | |
7625 * plot/grid.m: Append ";\n" to "set grid" command. | |
7626 | |
7627 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7628 | |
7629 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7630 | |
5597 | 7631 2006-01-13 John W. Eaton <jwe@octave.org> |
7632 | |
7633 * audio/Makefile.in, control/base/Makefile.in, | |
7634 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7635 control/system/Makefile.in, control/util/Makefile.in, | |
7636 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7637 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7638 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7639 optimization/Makefile.in, plot/Makefile.in, | |
7640 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7641 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7642 special-matrix/Makefile.in, startup/Makefile.in, | |
7643 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7644 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7645 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7646 (all): Depend on PKG_ADD. | |
7647 (PKG_ADD): New target. | |
7648 | |
7649 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7650 | |
7651 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7652 | |
5596 | 7653 2006-01-13 John W. Eaton <jwe@octave.org> |
7654 | |
7655 * time/etime.m: Move here from miscellaneous/etime.m. | |
7656 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7657 | |
5595 | 7658 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7659 | |
6778 | 7660 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7661 * miscellaneous/fullfile.m: Likewise. |
7662 | |
5592 | 7663 2006-01-12 David Bateman <dbateman@free.fr> |
7664 | |
7665 * general/blkdiag.m: Compatible behavior for empty matrices | |
7666 * statistics/base/unidrnd.m: Documentation buglet. | |
7667 | |
5583 | 7668 2005-12-14 David Bateman <dbateman@free.fr> |
7669 | |
5589 | 7670 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7671 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7672 | |
7673 * Makefile.in (SUBDIRS): Include testfun. | |
7674 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7675 | |
5583 | 7676 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7677 | |
7678 * general/__isequal__.m: Remove reference to getfield. | |
7679 | |
7680 * plot/hist.m: Update test code for row/column discrepencies. | |
7681 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7682 Update the test code for this. | |
7683 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7684 | |
5579 | 7685 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7686 | |
7687 * cell/cell2mat.m: New file, from octave-forge. | |
7688 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7689 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7690 |
7691 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7692 New graph theory functions. | |
7693 | |
5574 | 7694 2005-12-13 John W. Eaton <jwe@octave.org> |
7695 | |
7696 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7697 | |
7698 * control/system/ss.m: Doc fix. | |
7699 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7700 | |
5572 | 7701 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7702 | |
7703 * audio/wavread.m, audio/wavwrite.m: | |
7704 Correct scaling for 8-bit linear pcm samples. | |
7705 Improve scaling for all other linear pcm resolutions. | |
7706 | |
5568 | 7707 2005-12-07 John W. Eaton <jwe@octave.org> |
7708 | |
7709 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7710 | |
7711 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7712 * strings/strjust.m: Likewise. | |
7713 | |
7714 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7715 * signal/arma_rnd.m: Likewise. | |
7716 * strings/strcat.m: Likewise. | |
7717 * control/base/__freqresp__.m: Likewise. | |
7718 * control/base/place.m: Likewise. | |
7719 * control/base/pzmap.m: Likewise. | |
7720 * control/base/pzmap.m: Likewise. | |
7721 * control/system/sysappend.m: Likewise. | |
7722 * control/system/syscont.m: Likewise. | |
7723 * control/system/sysdisc.m: Likewise. | |
7724 * control/system/sysgroup.m: Likewise. | |
7725 * control/system/tfout.m: Likewise. | |
7726 * control/system/zpout.m: Likewise. | |
7727 * control/util/__outlist__.m: Likewise. | |
7728 | |
5567 | 7729 2005-12-06 John W. Eaton <jwe@octave.org> |
7730 | |
7731 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7732 Avoid for loop in interleave/deinterleave steps. | |
7733 | |
5565 | 7734 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7735 | |
7736 * audio/wavread.m, audio/wavwrite.m: New files. | |
7737 | |
5563 | 7738 2005-12-06 John W. Eaton <jwe@octave.org> |
7739 | |
7740 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7741 | |
5560 | 7742 2005-12-05 John W. Eaton <jwe@octave.org> |
7743 | |
5561 | 7744 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7745 |
5558 | 7746 2005-12-02 John W. Eaton <jwe@octave.org> |
7747 | |
7748 * miscellaneous/fileattrib.m: New function. | |
7749 | |
5556 | 7750 2005-12-01 John W. Eaton <jwe@octave.org> |
7751 | |
7752 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7753 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7754 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7755 | |
5555 | 7756 2005-11-30 John W. Eaton <jwe@octave.org> |
7757 | |
7758 * linear-algebra/krylov.m: Format doc string. | |
7759 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7760 | |
5551 | 7761 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7762 | |
7763 * general/blkdiag.m: Import from octave-forge. | |
7764 Ignore empty matrices in the input. Add tests. | |
5549 | 7765 |
7766 * general/isequal.m, general/isequalwithequalnans.m: | |
7767 New wrapper scripts for general/__isequal__.m. | |
7768 * general/__isequal__.m: Rename from general/isequal.m. | |
7769 New arg, nans_compare_equal. | |
7770 | |
5548 | 7771 2005-11-29 John W. Eaton <jwe@octave.org> |
7772 | |
7773 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7774 calling system. Only append octave_forge_string if | |
7775 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7776 Call license instead of hard-coding license info here. | |
7777 | |
7778 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7779 __octave_licenses__. Use puts instead of disp. |
5548 | 7780 Use getuid and getpwuid instead of calling unix ("id -un"). |
7781 If nargout = 1, return license info instead of printing usage message. | |
7782 | |
5546 | 7783 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7784 | |
7785 * miscellaneous/ver.m: New file. | |
7786 * miscellaneous/license.m: New file. | |
7787 | |
5545 | 7788 2005-11-22 John W. Eaton <jwe@octave.org> |
7789 | |
7790 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7791 gnuplot set command. | |
7792 | |
5539 | 7793 2005-11-15 John W. Eaton <jwe@octave.org> |
7794 | |
7795 * general/shiftdim.m: Doc fix. | |
7796 | |
5532 | 7797 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7798 | |
7799 * set/unique.m: Doc string fix. | |
7800 | |
5527 | 7801 2005-11-01 John W. Eaton <jwe@octave.org> |
7802 | |
7803 * Makefile.in (distclean, maintainer-clean): | |
7804 Also remove autom4te.cache directory. | |
7805 From Quentin Spencer <qspencer@ieee.org>. | |
7806 | |
5518 | 7807 2005-10-28 John W. Eaton <jwe@octave.org> |
7808 | |
7809 * general/shiftdim.m: Compatibility fix for row vectors. | |
7810 Correct check for non-scalar non-integer shift. For positive | |
7811 N, shift is remainder of N and number of dims. Always return NS. | |
7812 Simplify. | |
7813 | |
5500 | 7814 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7815 | |
7816 * general/randperm.m: Improve compatibility by allowing input | |
7817 value of zero. | |
7818 | |
5493 | 7819 2005-10-13 John W. Eaton <jwe@octave.org> |
7820 | |
7821 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7822 If in multiplot mode, clear plot before issuing new plot command. | |
7823 | |
7824 * plot/__setup_plot__.m: New function. | |
7825 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7826 Handle multiplot data and offsets here. | |
7827 | |
7828 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7829 Move initialization to __setup_plot__.m. | |
7830 | |
7831 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7832 Don't reset gnuplot_command_replot. | |
7833 | |
7834 * plot/replot.m: Handle multiplot data and offsets here. | |
7835 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7836 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7837 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7838 | |
5489 | 7839 2005-10-12 John W. Eaton <jwe@octave.org> |
7840 | |
7841 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7842 | |
5482 | 7843 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7844 | |
7845 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7846 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7847 _inv functions. | |
7848 * chi2pdf.m: Fixed typos in the documentation. | |
7849 | |
5475 | 7850 2005-09-28 John W. Eaton <jwe@octave.org> |
7851 | |
5476 | 7852 * miscellaneous/single.m: New function. |
7853 | |
5475 | 7854 * statistics/base/unidrnd.m: New function. |
7855 | |
5474 | 7856 2005-09-27 John W. Eaton <jwe@octave.org> |
7857 | |
7858 * miscellaneous/dir.m: Filename never includes directory part. | |
7859 | |
5464 | 7860 2005-09-22 John W. Eaton <jwe@octave.org> |
7861 | |
7862 * polynomial/residue.m: Use logical indexing instead of find.. | |
7863 | |
7864 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7865 | |
7866 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7867 and zero poles. | |
7868 | |
5462 | 7869 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7870 | |
7871 * strings/deblank.m: Handle cell arrays. | |
7872 * strings/split.m: New argument, N, to limit number of splits. | |
7873 | |
7874 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7875 | |
7876 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7877 | |
5460 | 7878 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7879 | |
7880 * control/base/rlocus.m: Doc fix. | |
7881 | |
5459 | 7882 2005-09-20 John W. Eaton <jwe@octave.org> |
7883 | |
7884 * general/isvector.m: Improve compatibility. | |
7885 | |
7886 * general/postpad.m: Allow first argument to be a scalar. | |
7887 Allow padding to extend dimensionality. | |
7888 * general/prepad.m: Likewise. | |
7889 | |
5448 | 7890 2005-09-14 Daniel <durbano@shbano.com> |
7891 | |
7892 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7893 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7894 /control/base/dgram.m: Doc string fixes. | |
5448 | 7895 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7896 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7897 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7898 |
7899 * saveimage.m: Do not ignore most significant bit when writing | |
7900 black and white images to file. | |
7901 | |
5443 | 7902 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7903 | |
7904 * audio/playaudio.m, control/base/__bodquist__.m, | |
7905 control/base/lqg.m, control/obsolete/dezero.m, | |
7906 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7907 control/system/c2d.m, control/system/cellidx.m, | |
7908 control/system/d2c.m, control/system/dmr2d.m, | |
7909 control/system/is_signal_list.m, control/system/listidx.m, | |
7910 control/system/ss.m, control/system/sysappend.m, | |
7911 control/system/sysconnect.m, control/system/sysdup.m, | |
7912 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7913 control/system/sysprune.m, control/system/syssetsignals.m, | |
7914 control/system/tfout.m, control/system/zpout.m, | |
7915 control/util/prompt.m, control/util/sortcom.m, | |
7916 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7917 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7918 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7919 general/strerror.m, image/colormap.m, image/imshow.m, | |
7920 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7921 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7922 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7923 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7924 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7925 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7926 plot/print.m, plot/title.m, plot/top_title.m, | |
7927 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7928 statistics/base/mean.m, statistics/base/moment.m, | |
7929 statistics/tests/cor_test.m, | |
7930 statistics/tests/kolmogorov_smirnov_test.m, | |
7931 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7932 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7933 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7934 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7935 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7936 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7937 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7938 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7939 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7940 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7941 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7942 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7943 isvector instead of is_vector. Use isstruct instead of | |
7944 is_struct. Use char instead of setstr. | |
7945 | |
5435 | 7946 2005-08-31 Daniel <durbano@shbano.com> |
7947 | |
7948 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7949 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7950 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7951 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7952 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7953 |
7954 * image/saveimage.m: Open output file in binary mode. | |
7955 | |
7956 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7957 | |
5427 | 7958 2005-08-16 John W. Eaton <jwe@octave.org> |
7959 | |
7960 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7961 outputs. | |
7962 | |
5426 | 7963 2005-08-15 John W. Eaton <jwe@octave.org> |
7964 | |
7965 * strings/strcat.m: Allow single argument. | |
7966 | |
5416 | 7967 2005-07-18 John W. Eaton <jwe@octave.org> |
7968 | |
7969 * strings/strcmp.m: Delete. | |
7970 | |
5413 | 7971 2005-07-13 John W. Eaton <jwe@octave.org> |
7972 | |
7973 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7974 versions of Octave. | |
7975 | |
7976 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7977 | |
7978 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7979 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7980 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7981 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7982 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7983 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7984 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7985 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7986 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7987 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7988 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7989 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7990 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7991 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7992 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7993 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7994 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7995 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7996 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7997 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7998 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7999 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8000 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8001 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8002 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8003 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8004 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8005 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8006 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8007 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8008 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8009 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8010 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8011 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8012 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8013 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8014 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8015 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8016 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8017 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8018 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8019 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8020 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8021 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8022 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8023 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8024 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8025 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8026 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8027 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8028 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8029 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8030 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8031 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8032 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8033 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8034 | |
8035 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8036 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8037 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8038 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8039 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8040 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8041 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8042 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8043 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8044 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8045 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8046 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8047 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8048 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8049 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8050 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8051 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8052 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8053 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8054 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8055 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8056 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8057 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8058 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8059 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8060 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8061 deprecated/wiener_rnd.m: New files. | |
8062 | |
5408 | 8063 2005-07-08 John W. Eaton <jwe@octave.org> |
8064 | |
8065 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8066 * deprecated/weibull_rnd.m: New file. | |
8067 | |
5407 | 8068 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8069 | |
8070 * strings/dec2base.m: Allow matrix arguments. | |
8071 | |
5406 | 8072 2005-07-08 John W. Eaton <jwe@octave.org> |
8073 | |
8074 * plot/__errplot__.m: Use __plot_globals__. | |
8075 * plot/__plt__.m: Likewise. | |
8076 * plot/figure.m: Likewise. | |
8077 | |
8078 * plot/hold.m: New file. | |
8079 * plot/ishold.m: New file. | |
8080 * plot/__plot_globals__.m: New file. | |
8081 | |
5400 | 8082 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8083 | |
8084 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8085 | |
8086 2005-07-05 John W. Eaton <jwe@octave.org> | |
8087 | |
8088 * strings/findstr.m: Return [] for no matches. | |
8089 | |
5399 | 8090 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8091 | |
8092 * miscellaneous/tic.m: Fix doc string. | |
8093 | |
5395 | 8094 2005-06-15 John W. Eaton <jwe@octave.org> |
8095 | |
8096 * polynomial/polyfit.m: Force return value to be a row vector. | |
8097 | |
5393 | 8098 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8099 | |
8100 * general/isequal.m: Correct nargin check. | |
8101 | |
5388 | 8102 2005-06-14 John W. Eaton <jwe@octave.org> |
8103 | |
8104 * general/isvector.m: Handle N-d arrays. | |
8105 From Bill Denney <denney@seas.upenn.edu>. | |
8106 | |
5381 | 8107 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8108 | |
8109 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8110 |
5377 | 8111 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8112 | |
8113 * signal/freqz.m: Use correct calculations when given a vector of | |
8114 frequencies. Improve accuracy of returned frequency vector. | |
8115 Improve speed for medium length filters (at a slight cost for slow | |
8116 filters). Add test cases. | |
8117 | |
5373 | 8118 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8119 | |
8120 * plot/loglog.m: Fix set commands. | |
8121 | |
5381 | 8122 2005-05-25 John W. Eaton <jwe@octave.org> |
8123 | |
8124 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8125 | |
5371 | 8126 2005-05-24 John W. Eaton <jwe@octave.org> |
8127 | |
5373 | 8128 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8129 | |
5372 | 8130 * strings/strncmp.m: New file, from Tom Holroyd |
8131 <tomh@kurage.nimh.nih.gov>. | |
8132 | |
5371 | 8133 * strings/strcmp.m: Return logical values in all cases. |
8134 | |
5366 | 8135 2005-05-23 John W. Eaton <jwe@octave.org> |
8136 | |
8137 * plot/orient.m: New file. Adapt to Octave coding style. | |
8138 Texinfoize doc string. | |
8139 | |
8140 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8141 PKG_ADD command. Use set terminal consistently throughout. Use | |
8142 set terminal push/pop and unconditionally set output to screen | |
8143 when done to avoid requiring gget. Use a cell array for dev_list | |
8144 and cellidx to search for items in the list. Delete local | |
8145 variable endl. Don't set and restore automatic_replot. Use {} | |
8146 instead of nth to index varargin. Delete local variable | |
8147 va_arg_cnt. | |
8148 | |
5355 | 8149 2005-05-18 John W. Eaton <jwe@octave.org> |
8150 | |
8151 * general/num2str.m: Return early if X is a character string. | |
8152 | |
5347 | 8153 2005-05-11 John W. Eaton <jwe@octave.org> |
8154 | |
5348 | 8155 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8156 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8157 | |
5347 | 8158 * plot/polar.m: Don't call __pltopt__ here. |
8159 | |
5333 | 8160 2005-05-02 John W. Eaton <jwe@octave.org> |
8161 | |
8162 * mkdoc: Print header message. | |
8163 | |
5319 | 8164 2005-04-28 John W. Eaton <jwe@octave.org> |
8165 | |
8166 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8167 startup/octaverc. | |
8168 | |
5318 | 8169 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8170 | |
8171 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8172 (__im_numeric_limits__): New internal function. | |
8173 | |
5317 | 8174 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8175 | |
8176 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8177 data, not mean of group_mean. | |
8178 | |
8179 2005-04-28 John W. Eaton <jwe@octave.org> | |
8180 | |
8181 * startup/local-rcfile: New file. | |
8182 * startup/main-rcfile: Rename from startup/octaverc. | |
8183 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8184 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8185 Install local-rcfile in $(localfcnfiledir)/startup. | |
8186 | |
8187 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8188 | |
8189 * startup/inputrc: New file. | |
8190 * startup/octaverc: Configure readline using inputrc from | |
8191 startupfiledir. | |
8192 * startup/Makefile.in (install, install-strip): Install octaverc | |
8193 in $(fcnfiledir)/startup. | |
8194 | |
5310 | 8195 2005-04-27 John W. Eaton <jwe@octave.org> |
8196 | |
8197 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8198 | |
5289 | 8199 2005-04-21 John W. Eaton <jwe@octave.org> |
8200 | |
8201 * optimization/glpk.m: Handle SENSE argument. | |
8202 | |
8203 * optimization/qp.m, optimization/sqp.m: New files. | |
8204 | |
5276 | 8205 2005-04-08 John W. Eaton <jwe@octave.org> |
8206 | |
8207 * Makefile.in (clean, distclean, maintainer-clean): | |
8208 Avoid duplication in rules. | |
8209 | |
5252 | 8210 2005-03-28 John W. Eaton <jwe@octave.org> |
8211 | |
8212 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8213 setting {no,}parametric. | |
8214 * plot/figure.m: Likewise, for setting terminal type. | |
8215 | |
8216 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8217 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8218 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8219 plot/title.m, plot/top_title.m: Avoid eval. | |
8220 | |
5251 | 8221 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8222 | |
5253 | 8223 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8224 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8225 Use __gnuplot_replot__ instead of replot. | |
8226 | |
5252 | 8227 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8228 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8229 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8230 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8231 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8232 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8233 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8234 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8235 |
5251 | 8236 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8237 | |
5244 | 8238 2005-03-24 John W. Eaton <jwe@octave.org> |
8239 | |
8240 * optimization/glpkmex.m: Texinfoize Doc string. | |
8241 * optimization/glpk.m: Likewise. | |
8242 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8243 (row vectors are orginary character strings). | |
8244 * optimization/glpkparam.m: Delete. | |
8245 | |
5243 | 8246 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8247 | |
8248 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8249 of dimensions of X. | |
8250 | |
5237 | 8251 2005-03-23 John W. Eaton <jwe@octave.org> |
8252 | |
5239 | 8253 * general/tril.m, general/triu.m: Return value of same class as |
8254 argument. | |
8255 | |
5237 | 8256 * optimization/glpk.m: Simplify interface. By default, solve |
8257 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8258 * optimization/glpkmex.m: New file. | |
8259 | |
5232 | 8260 2005-03-22 John W. Eaton <jwe@octave.org> |
8261 | |
5237 | 8262 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8263 list. | |
8264 | |
5233 | 8265 * optimization/glpk.m: Adapt to Octave coding style. |
8266 No need for varargout or varargin. | |
8267 Print usage message if nargin > 11. | |
8268 Allow any value of nargout. | |
8269 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8270 Avoid looping when checking character classes. | |
8271 | |
5232 | 8272 * optimization: New directory. |
8273 * Makefile.in (SUBDIRS): Add it to the list. | |
8274 * optimization/Makefile.in: New file. | |
8275 * optimization/glpk.m, optimization/glpkparams.m, | |
8276 optimization/glpktest1, optimization/glpktest2: New files. | |
8277 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8278 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8279 |
8280 * strings/split.m: Quick return for empty second arg. | |
8281 Improve warning for multi-line strings. | |
8282 Speed up by avoiding sprintf in loop and eval. | |
8283 | |
5217 | 8284 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8285 | |
8286 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8287 * polynomial/polyder.m: Ditto. | |
6778 | 8288 * polynomial/polygcd.m: New function. |
5217 | 8289 |
5214 | 8290 2005-03-16 John W. Eaton <jwe@octave.org> |
8291 | |
5215 | 8292 * control/base/__stepimp__.m, control/base/bode.m, |
8293 control/base/frdemo.m, control/base/nichols.m, | |
8294 control/base/nyquist.m, control/base/pzmap.m, | |
8295 control/base/rldemo.m, control/base/rlocus.m, | |
8296 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8297 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8298 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8299 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8300 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8301 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8302 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8303 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8304 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8305 plot/xlabel.m, quaternion/demoquat.m, | |
8306 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8307 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8308 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8309 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8310 gsplot from @seealso docs. | |
5214 | 8311 |
8312 * plot/replot.m: New file. | |
8313 | |
5205 | 8314 2005-03-15 David Bateman <dbateman@free.fr> |
8315 | |
8316 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8317 | |
5196 | 8318 2005-03-09 John W. Eaton <jwe@octave.org> |
8319 | |
8320 * statistics/Makefile.in (bin-dist): Delete target. | |
8321 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8322 * control/Makefile.in: Likewise. |
5196 | 8323 |
5378 | 8324 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8325 (BINDISTFILES): Delete variable. |
5378 | 8326 * control/base/Makefile.in: Likewise. |
8327 * control/hinf/Makefile.in: Likewise. | |
8328 * control/obsolete/Makefile.in: Likewise. | |
8329 * control/system/Makefile.in: Likewise. | |
8330 * control/util/Makefile.in: Likewise. | |
8331 * deprecated/Makefile.in: Likewise. | |
8332 * elfun/Makefile.in: Likewise. | |
8333 * finance/Makefile.in: Likewise. | |
8334 * general/Makefile.in: Likewise. | |
8335 * image/Makefile.in: Likewise. | |
8336 * sparse/Makefile.in: Likewise. | |
8337 * io/Makefile.in: Likewise. | |
8338 * plot/Makefile.in: Likewise. | |
8339 * Makefile.in: Likewise. | |
8340 * miscellaneous/Makefile.in: Likewise. | |
8341 * linear-algebra/Makefile.in: Likewise. | |
8342 * polynomial/Makefile.in: Likewise. | |
8343 * quaternion/Makefile.in: Likewise. | |
8344 * set/Makefile.in: Likewise. | |
8345 * signal/Makefile.in: Likewise. | |
8346 * specfun/Makefile.in: Likewise. | |
8347 * special-matrix/Makefile.in: Likewise. | |
8348 * startup/Makefile.in: Likewise. | |
8349 * statistics/base/Makefile.in: Likewise. | |
8350 * statistics/distributions/Makefile.in: Likewise. | |
8351 * statistics/models/Makefile.in: Likewise. | |
8352 * statistics/tests/Makefile.in: Likewise. | |
8353 * strings/Makefile.in: Likewise. | |
8354 * time/Makefile.in: Likewise. | |
5196 | 8355 |
5195 | 8356 2005-03-08 John W. Eaton <jwe@octave.org> |
8357 | |
8358 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8359 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8360 | |
5192 | 8361 2005-03-04 John W. Eaton <jwe@octave.org> |
8362 | |
8363 * plot/clg.m: New file. | |
8364 | |
5193 | 8365 2005-03-03 John W. Eaton <jwe@octave.org> |
8366 | |
8367 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8368 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8369 strings/strcmpi.m: | |
8370 New files from Octave-forge. Adapt to Octave coding standards. | |
8371 | |
5181 | 8372 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8373 | |
8374 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8375 computation range. | |
8376 | |
5164 | 8377 2005-02-25 John W. Eaton <jwe@octave.org> |
8378 | |
8379 Sparse merge. | |
8380 | |
8381 2005-01-23 David Bateman <dbateman@free.fr> | |
8382 | |
8383 * sparse/randperm.m: Delete duplicate randperm.m. | |
8384 | |
8385 2005-01-10 John W. Eaton <jwe@octave.org> | |
8386 | |
8387 * sparse/Makefile.in: New file. | |
8388 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8389 | |
8390 2005-01-07 David Bateman <dbateman@free.fr> | |
8391 | |
8392 * set/unique.m: import file from octave-forge. | |
8393 | |
8394 2005-01-05 David Bateman <dbateman@free.fr> | |
8395 | |
8396 * Makefile.in: include sparse directory in SUBDIRS. | |
8397 | |
8398 2004-12-30 John W. Eaton <jwe@octave.org> | |
8399 | |
8400 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8401 src/DLD-FUNCTIONS/sparse.cc). | |
8402 | |
8403 2004-12-28 John W. Eaton <jwe@octave.org> | |
8404 | |
8405 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8406 Andy Adler <adler@site.uottawa.ca>. | |
8407 | |
8408 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8409 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8410 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8411 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8412 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8413 | |
8414 * sparse: New directory. | |
8415 | |
5158 | 8416 2005-02-22 John W. Eaton <jwe@octave.org> |
8417 | |
8418 * polynomial/residue.m: Force prepad to always create row vectors. | |
8419 | |
8420 * polynomial/poly.m: Quick return if m is 0. | |
8421 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8422 | |
5154 | 8423 2005-02-21 David Bateman <dbateman@free.fr> |
8424 | |
8425 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8426 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8427 Fix for row vectors with at least one element of lambda not in | |
8428 (0, Inf). | |
8429 | |
5152 | 8430 2005-02-21 John W. Eaton <jwe@octave.org> |
8431 | |
5153 | 8432 * statistics/base/qqplot.m: Use feval instead of eval. |
8433 | |
5152 | 8434 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8435 plot/__axis_label__.m: Issue replot command. | |
8436 | |
5135 | 8437 2005-02-09 John W. Eaton <jwe@octave.org> |
8438 | |
8439 * polynomial/polyderiv.m: Force P to be a row vector. | |
8440 | |
5133 | 8441 2005-02-08 John W. Eaton <jwe@octave.org> |
8442 | |
8443 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8444 provided and len <= computed max_len. | |
8445 | |
5125 | 8446 2005-01-27 David Bateman <dbateman@free.fr> |
8447 | |
8448 * strings/dec2base.m: Be even more careful about handling all digits. | |
8449 | |
8450 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8451 | |
8452 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8453 | |
5123 | 8454 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8455 | |
8456 * statistics/base/median.m: Make it work for the scalar case too. | |
8457 | |
6308 | 8458 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8459 |
8460 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8461 Simplify logic for decoding args. |
5117 | 8462 |
5115 | 8463 2005-01-24 John W. Eaton <jwe@octave.org> |
8464 | |
5116 | 8465 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8466 | |
8467 * plot/__plt__.m: No need to save and reset hold state now. | |
8468 (first_plot): Delete unused variable. | |
8469 | |
5115 | 8470 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8471 | |
8472 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8473 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8474 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8475 plot/__plt2vv__.m: | |
8476 Return data and gnuplot commands instead of evaluating them. | |
8477 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8478 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8479 | |
5108 | 8480 2005-01-18 John W. Eaton <jwe@octave.org> |
8481 | |
8482 * linear-algebra/cross.m: Allocate idx1 before use. | |
8483 | |
5096 | 8484 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8485 | |
8486 * statistics/base/range.m: Fix varargin usage. | |
8487 | |
5091 | 8488 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8489 | |
8490 * strings/deblank.m: Remove all trailing whitespace (check with | |
8491 isspace), not just SPC. | |
8492 | |
5090 | 8493 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8494 | |
8495 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8496 | |
5073 | 8497 2004-11-09 John W. Eaton <jwe@octave.org> |
8498 | |
8499 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8500 From Julius Smith <jos@ccrma.stanford.edu>. | |
8501 | |
5072 | 8502 2004-11-08 John W. Eaton <jwe@octave.org> |
8503 | |
8504 * plot/__plt2vm__.m: Delete debugging statement. | |
8505 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8506 | |
5065 | 8507 2004-11-04 John W. Eaton <jwe@octave.org> |
8508 | |
8509 * plot/hist.m: Always return row vectors for vector args. | |
8510 | |
5031 | 8511 2004-09-23 John W. Eaton <jwe@octave.org> |
8512 | |
8513 * strings/strcmp.m: If args are not strings or cell arrays of | |
8514 strings, return zero instead of reporting an error. | |
8515 | |
5021 | 8516 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8517 | |
8518 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8519 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8520 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8521 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8522 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8523 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8524 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8525 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8526 control/system/is_detectable.m, control/system/is_sample.m, | |
8527 control/system/is_siso.m, control/system/is_stable.m, | |
8528 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8529 control/system/sys2tf.m, control/system/sys2zp.m, | |
8530 control/system/sysappend.m, control/system/sysconnect.m, | |
8531 control/system/sysdisc.m, control/system/sysdup.m, | |
8532 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8533 control/system/syssetsignals.m, control/system/syssub.m, | |
8534 control/system/tf2sys.m, control/system/ugain.m, | |
8535 control/system/zp2ss.m, control/system/zp2sys.m, | |
8536 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8537 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8538 | |
8539 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8540 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8541 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8542 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8543 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8544 control/system/sysappend.m, control/system/sysconnect.m, | |
8545 control/system/sysdup.m, control/system/sysgroup.m, | |
8546 control/system/sysprune.m, control/system/sysreorder.m, | |
8547 control/system/sysscale.m, control/system/syssub.m, | |
8548 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8549 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8550 polynomial/polyout.m, specfun/log2.m: | |
8551 Add output arguments in doc strings. | |
8552 | |
8553 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8554 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8555 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8556 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8557 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8558 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8559 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8560 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8561 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8562 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8563 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8564 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8565 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8566 control/system/c2d.m, control/system/is_abcd.m, | |
8567 control/system/is_controllable.m, control/system/is_detectable.m, | |
8568 control/system/is_observable.m, control/system/is_stable.m, | |
8569 control/system/jet707.m, control/system/ord2.m, | |
8570 control/system/starp.m, control/system/sys2fir.m, | |
8571 control/system/sys2ss.m, control/system/sys2tf.m, | |
8572 control/system/sys2zp.m, control/system/syscont.m, | |
8573 control/system/sysdisc.m, control/system/sysdup.m, | |
8574 control/system/sysgettype.m, control/system/sysgroup.m, | |
8575 control/system/sysmult.m, control/system/sysprune.m, | |
8576 control/system/sysreorder.m, control/system/sysscale.m, | |
8577 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8578 control/system/tf2ss.m, control/system/tf2sys.m, | |
8579 control/system/zp2ss.m, control/system/zp2sys.m, | |
8580 control/util/axis2dlim.m, control/util/prompt.m, | |
8581 control/util/zgfmul.m, control/util/zginit.m, | |
8582 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8583 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8584 in doc strings. | |
8585 | |
8586 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8587 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8588 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8589 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8590 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8591 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8592 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8593 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8594 control/system/c2d.m, control/system/fir2sys.m, | |
8595 control/system/is_stabilizable.m, control/system/jet707.m, | |
8596 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8597 control/util/zgshsr.m, polynomial/polyout.m: | |
8598 New @tex section(s) in doc strings for better formating of printed | |
8599 output. | |
8600 | |
8601 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8602 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8603 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8604 Use proper double quote marks for TeX. | |
8605 | |
8606 * control/base/DEMOcontrol.m: Add missing ; | |
8607 | |
8608 * control/base/nichols.m, control/base/rlocus.m, | |
8609 control/obsolete/minfo.m, control/system/is_digital.m, | |
8610 control/system/ss2zp.m, control/system/sysmin.m, | |
8611 control/system/tf2zp.m, control/util/sortcom.m: | |
8612 Convert documentation to use or more completely use Texinfo. | |
8613 | |
8614 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8615 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8616 control/system/parallel.m, control/system/ss2tf.m, | |
8617 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8618 art splitting over a page boundary. | |
8619 | |
8620 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8621 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8622 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8623 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8624 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8625 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8626 the TeX documentation. | |
8627 | |
8628 * control/system/is_stabilizable.m: | |
8629 Add Copyright so that help is displayed correctly. | |
8630 | |
8631 * special-matrix/vander.m: Octave indexes start at 1. | |
8632 | |
5011 | 8633 2004-09-21 David Bateman <dbateman@free.fr> |
8634 | |
8635 * general/rotdim.m: New function for rotation of an N-d array in an | |
8636 arbitrary plane. | |
8637 | |
8638 * general/flipdim.m: New function to flip an N-d array about an | |
8639 arbitrary axis. | |
8640 | |
5003 | 8641 2004-09-15 David Bateman <dbateman@free.fr> |
8642 | |
8643 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8644 | |
4992 | 8645 2004-09-15 John W. Eaton <jwe@octave.org> |
8646 | |
8647 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8648 Use iscellstr to check for cells rather than iscell. |
8649 Improve diagnostics for invalid args. | |
4992 | 8650 |
4983 | 8651 2004-09-10 David Bateman <dbateman@free.fr> |
8652 | |
8653 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8654 and p with n > 1, and fix for matrix n and p with n == 1. | |
8655 | |
8656 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8657 due to row vs. column vector operations. | |
8658 | |
4964 | 8659 2004-09-03 David Bateman <dbateman@free.fr> |
8660 | |
8661 * general/repmat.m: Fix to allow logical classes. | |
8662 | |
4950 | 8663 2004-08-31 John W. Eaton <jwe@octave.org> |
8664 | |
8665 * general/isa.m: New function, from Octave-forge. | |
8666 | |
8667 2004-08-31 David Bateman <dbateman@free.fr> | |
8668 | |
8669 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8670 limitation on the use of int64 and uint64 types, and the use | |
8671 of the eval. | |
8672 | |
8673 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8674 in .^ with integer types is fixed. | |
8675 | |
8676 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8677 |
8678 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8679 | |
8680 * plot/axis.m: Don't reset axes when querying them. | |
8681 | |
4942 | 8682 2004-08-27 David Bateman <dbateman@free.fr> |
8683 | |
8684 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8685 Eliminate loop. | |
8686 | |
4918 | 8687 2004-07-27 David Bateman <dbateman@free.fr> |
8688 | |
8689 * general/num2str.m: Also insert spaces in output when precision | |
8690 argument is supplied. | |
8691 | |
4915 | 8692 2004-07-23 David Bateman <dbateman@free.fr> |
8693 | |
8694 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8695 | |
4911 | 8696 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8697 | |
8698 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8699 | |
8700 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8701 | |
8702 * miscellaneous/unix.m: Fix doc string. | |
8703 | |
8704 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8705 | |
8706 * plot/figure.m: Clarification of documentation. | |
8707 | |
8708 * image/imshow.m: Warn for complex images. | |
8709 Only estimate colourmap for images in [0, 65536]. | |
8710 | |
8711 2004-07-22 David Bateman <dbateman@free.fr> | |
8712 | |
8713 * general/num2str.m: Fix the case of an all zero input. | |
8714 | |
4906 | 8715 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8716 | |
8717 * general/ind2sub.m: Doc fix. | |
8718 | |
4900 | 8719 2004-06-08 John W. Eaton <jwe@octave.org> |
8720 | |
8721 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8722 convert function handle to string for eval. | |
8723 | |
4898 | 8724 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8725 | |
8726 * plot/errorbar.m: Remove debugging output. | |
8727 | |
8728 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8729 | |
8730 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8731 | |
4897 | 8732 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8733 | |
4898 | 8734 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8735 | |
8736 * polynomial/polyout.m: Use parenthesis if necessary around | |
8737 complex polynomial coefficient. | |
8738 | |
4897 | 8739 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8740 the bug which causes __errplot__ to ignore the last argument. | |
8741 | |
4894 | 8742 2004-06-03 David Bateman <dbateman@free.fr> |
8743 | |
8744 * general/shiftdim.m: New function based on JWE code snippet. | |
8745 | |
8746 * general/circdim.m: New function. | |
8747 | |
4890 | 8748 2004-05-06 David Bateman <dbateman@free.fr> |
8749 | |
8750 * general/issquare.m: Fail if ndim(x) > 2. | |
8751 | |
8752 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8753 | |
8754 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8755 N-d array arguments. Add optional dim argument to define | |
8756 dimension along which to operate. | |
8757 | |
8758 * linear-algebra/dmult.m: Allow N-d arrays. | |
8759 | |
8760 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8761 | |
4885 | 8762 2004-04-29 David Bateman <dbateman@free.fr> |
8763 | |
8764 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8765 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8766 statistics/base/statistics.m, statistics/base/skewness.m | |
8767 statistics/base/iqr.m: | |
8768 Make N-d array aware. Allow optional argument to define the | |
8769 dimension along which to operate. Update the documentation. | |
8770 | |
8771 * statistics/base/ranks.m: Change algorithm to use sort, | |
8772 and adjust for the ties after. | |
8773 | |
8774 * statistics/base/run_counts.m: Change algorithm to use | |
8775 the a combination of diff and find, rather than a for-loop. | |
8776 | |
4881 | 8777 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8778 | |
8779 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8780 | |
4878 | 8781 2004-04-23 David Bateman <dbateman@free.fr> |
8782 | |
8783 * general/int2str.m: Treat only real part of argument, and treat | |
8784 NDArrays by stacking the slices through the matrix vertically. | |
8785 | |
8786 * general/num2str.m: Improve format of integer matrices, and the | |
8787 conversion of complex matrices added. Treat NDArrays by stacking | |
8788 the slices through the matrix vertically. | |
8789 | |
8790 * deprecated/com2str.m: Moved here from general subdirectory. | |
8791 | |
4877 | 8792 2004-04-22 John W. Eaton <jwe@octave.org> |
8793 | |
8794 * quaternion/qtransvmat.m: Use continuation characters to make | |
8795 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8796 | |
4869 | 8797 2004-04-21 David Bateman <dbateman@free.fr> |
8798 | |
5378 | 8799 * elfun/lcm.m: Make N-d aware. |
4870 | 8800 |
4869 | 8801 * general/diff.m: Make the code N-d array aware. Allow an |
8802 optional argument to define the dimension along which to perform | |
8803 the differences and allow the order of the differences to be larger | |
8804 than the dimension itself. | |
8805 | |
8806 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8807 use of these functions to 1- and 2-d arrays. | |
8808 | |
4863 | 8809 2004-04-16 John W. Eaton <jwe@octave.org> |
8810 | |
8811 * elfun/gcd.m: Delete. | |
8812 | |
4862 | 8813 2004-04-15 David Bateman <dbateman@free.fr> |
8814 | |
8815 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8816 | |
8817 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8818 array aware and and optional argument for the dimension along | |
8819 which to operate. | |
8820 | |
5378 | 8821 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8822 argument for the dimension to be consistent with other N-d array |
8823 functions. | |
8824 | |
4860 | 8825 2004-04-08 David Bateman <dbateman@free.fr> |
8826 | |
8827 * statistics/distributions/discrete_cdf.m, | |
8828 statistics/distributions/discrete_inv.m, | |
8829 statistics/distributions/discrete_pdf.m, | |
8830 statistics/distributions/discrete_rnd.m, | |
8831 statistics/distributions/exponential_cdf.m, | |
8832 statistics/distributions/exponential_inv.m, | |
8833 statistics/distributions/exponential_pdf.m, | |
8834 statistics/distributions/exponential_rnd.m, | |
8835 statistics/distributions/f_cdf.m, | |
8836 statistics/distributions/f_inv.m, | |
8837 statistics/distributions/f_pdf.m, | |
8838 statistics/distributions/f_rnd.m, | |
8839 statistics/distributions/geometric_cdf.m, | |
8840 statistics/distributions/geometric_inv.m, | |
8841 statistics/distributions/geometric_pdf.m, | |
8842 statistics/distributions/geometric_rnd.m, | |
8843 statistics/distributions/hypergeometric_rnd.m, | |
8844 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8845 statistics/distributions/laplace_cdf.m, | |
8846 statistics/distributions/laplace_inv.m, | |
8847 statistics/distributions/laplace_pdf.m, | |
8848 statistics/distributions/laplace_rnd.m, | |
8849 statistics/distributions/logistic_inv.m, | |
8850 statistics/distributions/logistic_rnd.m, | |
8851 statistics/distributions/lognormal_cdf.m, | |
8852 statistics/distributions/lognormal_inv.m, | |
8853 statistics/distributions/lognormal_pdf.m, | |
8854 statistics/distributions/lognormal_rnd.m, | |
8855 statistics/distributions/pascal_cdf.m, | |
8856 statistics/distributions/pascal_inv.m, | |
8857 statistics/distributions/pascal_pdf.m, | |
8858 statistics/distributions/pascal_rnd.m, | |
8859 statistics/distributions/poisson_cdf.m, | |
8860 statistics/distributions/poisson_inv.m, | |
8861 statistics/distributions/poisson_pdf.m, | |
8862 statistics/distributions/poisson_rnd.m, | |
8863 statistics/distributions/t_cdf.m, | |
8864 statistics/distributions/t_inv.m, | |
8865 statistics/distributions/t_pdf.m, | |
8866 statistics/distributions/t_rnd.m, | |
8867 statistics/distributions/weibull_cdf.m, | |
8868 statistics/distributions/weibull_inv.m, | |
8869 statistics/distributions/weibull_pdf.m, | |
8870 statistics/distributions/weibull_rnd.m: | |
8871 Allow N-d arrays. | |
8872 | |
8873 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8874 that results in NaN in places where it should not have had. | |
8875 | |
8876 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8877 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8878 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8879 |
8880 * statistics/distributions/empirical_rnd.m: New argument formats | |
8881 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8882 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8883 format. Allow N-d arrays. |
8884 | |
8885 * statistics/distributions/hypergeometric_cdf.m, | |
8886 statistics/distributions/hypergeometric_inv.m, | |
8887 statistics/distributions/hypergeometric_pdf.m, | |
8888 statistics/distributions/wiener_rnd.m: | |
8889 Error for non-scalar arguments. | |
8890 | |
8891 * statistics/distributions/pascal_rnd.m: | |
8892 Correct for n = 1 bug, where all elements were equal. | |
8893 | |
4849 | 8894 2004-04-06 David Bateman <dbateman@free.fr> |
8895 | |
4854 | 8896 * general/common_size.m, miscellaneous/bincoeff.m, |
8897 statistics/distributions/beta_cdf.m, | |
8898 statistics/distributions/beta_inv.m, | |
8899 statistics/distributions/beta_pdf.m, | |
8900 statistics/distributions/beta_rnd.m, | |
8901 statistics/distributions/binomial_cdf.m, | |
8902 statistics/distributions/binomial_inv.m, | |
8903 statistics/distributions/binomial_pdf.m, | |
8904 statistics/distributions/binomial_rnd.m, | |
8905 statistics/distributions/cauchy_cdf.m, | |
8906 statistics/distributions/cauchy_inv.m, | |
8907 statistics/distributions/cauchy_pdf.m, | |
8908 statistics/distributions/cauchy_rnd.m, | |
8909 statistics/distributions/chisquare_cdf.m, | |
8910 statistics/distributions/chisquare_inv.m, | |
8911 statistics/distributions/chisquare_pdf.m, | |
8912 statistics/distributions/chisquare_rnd.m, | |
8913 statistics/distributions/gamma_cdf.m, | |
8914 statistics/distributions/gamma_inv.m, | |
8915 statistics/distributions/gamma_pdf.m, | |
8916 statistics/distributions/gamma_rnd.m, | |
8917 statistics/distributions/normal_cdf.m, | |
8918 statistics/distributions/normal_inv.m, | |
8919 statistics/distributions/normal_pdf.m, | |
8920 statistics/distributions/normal_rnd.m, | |
8921 statistics/distributions/stdnormal_cdf.m, | |
8922 statistics/distributions/stdnormal_pdf.m, | |
8923 statistics/distributions/stdnormal_rnd.m, | |
8924 statistics/distributions/uniform_cdf.m, | |
8925 statistics/distributions/uniform_inv.m, | |
8926 statistics/distributions/uniform_pdf.m, | |
8927 statistics/distributions/uniform_rnd.m: | |
8928 Allow the inputs to be N-d arrays. | |
8929 | |
4852 | 8930 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8931 * statistics/base/median.m: Likewise. | |
4849 | 8932 |
4844 | 8933 2004-04-02 David Bateman <dbateman@free.fr> |
8934 | |
8935 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8936 * statistics/base/center.m, statistics/base/meansq.m, |
8937 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8938 Update for N-d arrays. |
4844 | 8939 * signal/fftshift.m: Fix dimensioning error. |
8940 | |
8941 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8942 N-d arrays. |
4844 | 8943 |
4852 | 8944 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8945 | |
8946 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8947 |
4852 | 8948 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8949 |
8950 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8951 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8952 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8953 | |
8954 * control/system/sysidx.m: Use cellidx and not listidx. | |
8955 | |
4841 | 8956 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8957 | |
8958 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8959 default of "" (so it is off unless explicitly set by the user). | |
8960 | |
4836 | 8961 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8962 | |
8963 * image/imshow.m: Accept "truesize" argument. | |
8964 Ignore current colormap. New tests and demos. | |
8965 | |
4834 | 8966 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8967 | |
8968 * signal/sinewave.m: Allow N to default to M. | |
8969 | |
4826 | 8970 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8971 | |
8972 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8973 | |
4818 | 8974 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8975 | |
8976 * general/deal.m: New function. | |
4819 | 8977 Add tests from Paul Kienzle. |
4818 | 8978 |
4811 | 8979 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8980 | |
8981 * plot/hist.m: Compute histogram correctly for n>=30. | |
8982 | |
5095 | 8983 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8984 |
8985 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8986 | |
4806 | 8987 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8988 | |
8989 * miscellaneous/horzcat.m: Delete. | |
8990 * miscellaneous/vertcat.m: Delete. | |
8991 | |
4790 | 8992 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8993 | |
8994 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8995 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8996 | |
4789 | 8997 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8998 | |
8999 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9000 doing multiple plots in the same gnuplot frame. | |
9001 | |
4780 | 9002 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9003 | |
9004 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9005 control/system/cellidx.m, control/system/ss.m, | |
9006 control/system/tf.m, control/system/zp.m: New functions. | |
9007 | |
4778 | 9008 2004-02-16 Glenn Golden <gdg@zplane.com> |
9009 | |
9010 * statistics/distributions/discrete_inv.m: | |
9011 Reduce memory requirements. | |
9012 | |
4772 | 9013 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9014 | |
9015 * plot/__errcomm__.m: Fix thinko in previous change. | |
9016 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9017 | |
4771 | 9018 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9019 | |
9020 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9021 control/base/analdemo.m, control/base/bddemo.m, | |
9022 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9023 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9024 control/base/rldemo.m, control/base/rlocus.m, | |
9025 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9026 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9027 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9028 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9029 control/obsolete/packsys.m, control/obsolete/series.m, | |
9030 control/system/__sysdefioname__.m, | |
9031 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9032 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9033 control/system/c2d.m, control/system/d2c.m, | |
9034 control/system/dmr2d.m, control/system/fir2sys.m, | |
9035 control/system/is_signal_list.m, control/system/is_siso.m, | |
9036 control/system/jet707.m, control/system/listidx.m, | |
9037 control/system/moddemo.m, control/system/ord2.m, | |
9038 control/system/packedform.m, control/system/parallel.m, | |
9039 control/system/ss2sys.m, control/system/sys2tf.m, | |
9040 control/system/sys2zp.m, control/system/sysadd.m, | |
9041 control/system/sysappend.m, control/system/sysconnect.m, | |
9042 control/system/syscont.m, control/system/sysdimensions.m, | |
9043 control/system/sysdisc.m, control/system/sysdup.m, | |
9044 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9045 control/system/sysgroup.m, control/system/sysmin.m, | |
9046 control/system/sysmult.m, control/system/sysprune.m, | |
9047 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9048 control/system/syssetsignals.m, control/system/syssub.m, | |
9049 control/system/sysupdate.m, control/system/tf2sys.m, | |
9050 control/system/ugain.m, control/system/zp2ss.m, | |
9051 control/system/zp2sys.m, control/util/__outlist__.m, | |
9052 control/util/__zgpbal__.m, control/util/strappend.m: | |
9053 Use cell arrays instead of lists. | |
9054 | |
4723 | 9055 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9056 | |
9057 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9058 so that bar (1, 1) will work. | |
9059 | |
4710 | 9060 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9061 | |
4717 | 9062 * plot/__errcomm__.m: Cope with nargin now being a function. |
9063 * plot/__errplot__.m: Likewise. | |
9064 * plot/__plt__.m: Likewise. | |
9065 * plot/plot_border.m: Likewise. | |
9066 | |
4710 | 9067 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9068 not $(DOCSTRINGS). | |
9069 | |
4706 | 9070 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9071 | |
9072 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9073 rank ([], tol). | |
9074 | |
4691 | 9075 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9076 | |
4692 | 9077 * elfun/acot.m: Return atan (1./z). |
9078 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9079 | |
4691 | 9080 * miscellaneous/dir.m: New file. |
9081 | |
9082 * general/num2str.m: Use "%d" as format if values are ints with | |
9083 magnitude less than 1e10. | |
9084 | |
9085 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9086 | |
9087 * general/num2str.m: If single arg is string, return it. | |
9088 | |
9089 * miscellaneous/not.m: New file. | |
9090 | |
9091 * miscellaneous/unix.m: New file. | |
9092 | |
9093 * miscellaneous/isunix.m: New file. | |
9094 * miscellaneous/ispc.m: New file. | |
9095 | |
9096 * miscellaneous/computer.m: New file. | |
9097 | |
9098 * miscellaneous/delete.m: New file. | |
9099 | |
4689 | 9100 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9101 | |
9102 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9103 | |
9104 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9105 | |
9106 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9107 Always return substituted version of LOADPATH if nargout != 0. | |
9108 | |
4685 | 9109 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9110 | |
9111 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9112 before continuing. | |
9113 | |
9114 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9115 | |
4677 | 9116 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9117 | |
9118 * general/ind2sub.m: New file. | |
9119 * general/sub2ind.m: New file. | |
9120 | |
4675 | 9121 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9122 | |
9123 * control/system/zp2ss.m: Don't save and restore | |
9124 warn_empty_list_elements. | |
9125 | |
9126 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9127 | |
6778 | 9128 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9129 |
4673 | 9130 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9131 | |
9132 * statistics/base/mean.m: Remove special case for row vectors. | |
9133 | |
4637 | 9134 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9135 | |
9136 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9137 | |
4631 | 9138 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9139 | |
9140 * statistics/base/iqr.m: Handle matrices. | |
9141 | |
4630 | 9142 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9143 | |
9144 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9145 | |
4629 | 9146 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9147 | |
9148 * miscellaneous/path.m: Fix thinko in previous change. | |
9149 | |
4609 | 9150 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9151 | |
4629 | 9152 * control/base/dare.m: Check positive (semi)definiteness and |
9153 dimensions of r (and q). | |
9154 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9155 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9156 near unit circle. | |
4611 | 9157 |
9158 * control/system/is_detectable.m: Use Hautus Lemma. | |
9159 Correct the behavior for discrete-time systems. | |
9160 * control/system/is_stabilizable.m: Likewise. | |
9161 | |
4609 | 9162 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9163 | |
9164 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9165 | |
4610 | 9166 * general/isdefinite.m: New function. |
9167 | |
4567 | 9168 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9169 | |
9170 * general/reshape: Delete. | |
9171 | |
4559 | 9172 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9173 | |
9174 * general/numel.m: Delete. | |
9175 | |
4535 | 9176 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9177 | |
4536 | 9178 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9179 | |
9180 * deprecated/isstr.m: New file. | |
4535 | 9181 |
4529 | 9182 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9183 | |
9184 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9185 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9186 | |
4525 | 9187 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9188 | |
9189 * statistics/base/mean.m: Fix missing semicolon problem. | |
9190 | |
4503 | 9191 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9192 | |
9193 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9194 | |
4492 | 9195 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9196 | |
9197 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9198 Allow optional length argument. | |
9199 | |
4491 | 9200 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9201 | |
9202 * polynomial/polyfit.m: Avoid calling flipud. | |
9203 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9204 Return structure as second output value for improved Matlab | |
9205 compatibility. | |
9206 | |
4476 | 9207 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9208 | |
4478 | 9209 * linear-algebra/cond.m: Behave as though old built-in variable |
9210 propagate_empty_matrices is always 1. Also handle empty matrices | |
9211 with one non-zero dimension. | |
9212 | |
4476 | 9213 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9214 warn_single_quote_string to the list. | |
4478 | 9215 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9216 from the list. | |
4476 | 9217 |
5095 | 9218 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9219 |
9220 * signal/autocov.m: Transpose result of conj because diag returns | |
9221 a column vector, not a row vector. | |
9222 | |
9223 * audio/playaudio.m, audio/record.m, image/image.m, | |
9224 miscellaneous/bug_report.m: Protect spaces in filenames | |
9225 with quotes. | |
9226 | |
4466 | 9227 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9228 | |
4468 | 9229 * io/printf.m, io/puts.m: Delete. |
9230 | |
4466 | 9231 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9232 default_return_value from the list. | |
9233 Add warn_undefined_return_values to the list. | |
9234 | |
9235 | |
4464 | 9236 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9237 | |
9238 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9239 and initialize_global_variables from the list. | |
9240 | |
4460 | 9241 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9242 | |
4463 | 9243 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9244 | |
9245 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9246 | |
9247 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9248 * control/system/sys2fir.m: Likewise. | |
9249 | |
9250 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9251 * control/system/__tf2sysl__.m: Likewise. | |
9252 | |
9253 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9254 | |
9255 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9256 and [] concatenation. | |
9257 * control/system/sys2fir.m: Likewise. | |
9258 | |
9259 * control/base/dgram.m, control/base/freqchkw.m, | |
9260 control/base/gram.m, control/system/__abcddims__.m, | |
9261 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9262 control/system/is_sample.m, control/system/is_signal_list.m, | |
9263 control/system/is_siso.m, control/system/sys2fir.m, | |
9264 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9265 control/system/sysgettype.m, control/system/tf2zp.m, | |
9266 control/system/ugain.m, control/util/prompt.m, | |
9267 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9268 control/util/zgshsr.m: | |
9269 Improve conformance to Octave coding style. | |
9270 | |
4461 | 9271 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9272 the list. | |
9273 Delete resize_on_range_error from the list. | |
9274 | |
4460 | 9275 * control/base/pzmap.m, control/base/place.m, |
9276 control/base/__freqresp__.m, control/system/sysappend.m, | |
9277 control/system/syscont.m, control/system/sysdisc.m, | |
9278 control/system/sysgroup.m, control/system/tfout.m, | |
9279 control/system/zp2ss.m, control/system/zpout.m, | |
9280 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9281 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9282 empty_list_elements_ok. | |
9283 | |
9284 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9285 Delete empty_list_elements_ok from the list. | |
9286 | |
4457 | 9287 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9288 | |
9289 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9290 list. | |
9291 Delete treat_neg_dim_as_zero from the list. | |
9292 | |
9293 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9294 | |
4451 | 9295 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9296 | |
4455 | 9297 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9298 was not used in the code in any case). | |
9299 | |
9300 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9301 do_fortran_indexing. | |
9302 | |
4452 | 9303 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9304 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9305 | |
4451 | 9306 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9307 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9308 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9309 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9310 warn_fortran_indexing in the list. | |
9311 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9312 implicit_str_to_num_ok, do_fortran_indexing, and | |
9313 prefer_column_vectors from list. | |
4451 | 9314 |
4440 | 9315 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9316 | |
9317 * Makefile.in (distclean, maintainer-clean): Also remove | |
9318 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9319 directory. | |
9320 | |
5095 | 9321 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9322 |
9323 * plot/hist.m: Don't forget to define n if x is a vector. | |
9324 | |
5095 | 9325 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9326 |
9327 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9328 return "." with extension. | |
9329 | |
4422 | 9330 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9331 | |
9332 * control/base/__stepimp__.m, control/base/nichols.m, | |
9333 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9334 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9335 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9336 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9337 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9338 | |
4413 | 9339 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
9341 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9342 | |
5095 | 9343 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9344 |
9345 * plot/hist.m: Improve performance by using different algorithms | |
9346 depending on number of bins. | |
9347 | |
4404 | 9348 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9349 | |
9350 * control/system/sysadd.m: If systems are not "tf", convert before | |
9351 adding. | |
9352 | |
5095 | 9353 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9354 |
9355 * image/imagesc.m: Accept data limits parameter for colormap. | |
9356 | |
5095 | 9357 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9358 |
9359 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9360 the impulse by t_step. | |
9361 | |
4373 | 9362 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9363 | |
9364 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9365 column vectors. | |
9366 | |
5095 | 9367 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9368 |
9369 * linear-algebra/null.m: Handle empty matrix arg. | |
9370 | |
4369 | 9371 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9372 | |
9373 * general/shift.m: Force empty_list_elements_ok to 1. | |
9374 | |
4358 | 9375 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9376 | |
9377 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9378 New files. | |
9379 | |
4348 | 9380 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9381 | |
9382 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9383 function handle to pass to feval. | |
9384 * statistics/base/qqplot.m: Likewise. | |
9385 * statistics/base/ppplot.m: Likewise. | |
9386 * signal/spectral_xdf.m: Likewise. | |
9387 * signal/spectral_adf.m: Likewise. | |
9388 | |
4340 | 9389 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9390 | |
9391 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9392 | |
4334 | 9393 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9394 | |
9395 * linear-algebra/logm.m: New file. | |
9396 | |
5095 | 9397 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9398 |
9399 * mkpkgadd: Scan C++ files as well | |
9400 | |
5095 | 9401 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9402 |
9403 * strings/findstr.m: Return empty set for zero-length target. | |
9404 | |
5095 | 9405 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9406 |
9407 * set/union.m: Preserve the orientation of inputs. | |
9408 | |
4305 | 9409 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9410 | |
9411 * general/int2str.m: Eliminate leading spaces. | |
9412 | |
4303 | 9413 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9414 | |
9415 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9416 | |
5095 | 9417 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9418 |
9419 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9420 $(BUILD_LDFLAGS) to compiler. | |
9421 | |
4295 | 9422 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9423 | |
9424 * general/num2str.m: Don't specify field width for scalars. | |
9425 | |
4292 | 9426 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9427 | |
9428 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9429 | |
4265 | 9430 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9431 | |
4279 | 9432 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9433 | |
4266 | 9434 * miscellaneous/tempname.m: New file. |
9435 | |
9436 * miscellaneous/tempdir.m: New file. | |
9437 | |
4265 | 9438 * miscellaneous/fullfile.m: New file. |
9439 | |
4259 | 9440 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9441 | |
4264 | 9442 * miscellaneous/fileparts.m: New file. |
9443 | |
9444 * io/beep.m: New file. | |
9445 | |
4260 | 9446 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9447 format only. | |
4259 | 9448 |
4257 | 9449 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9450 | |
9451 * strings/strcmp.m: Handle cell arrays of strings. | |
9452 | |
4229 | 9453 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9454 | |
9455 * general/int2str.m: Handle matrices. | |
9456 * general/num2str.m: Likewise. | |
9457 Also handle optional precision, and format args. | |
9458 | |
4225 | 9459 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9460 | |
9461 * audio/Makefile.in, control/base/Makefile.in, | |
9462 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9463 control/system/Makefile.in, elfun/Makefile.in, | |
9464 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9465 io/Makefile.in, linear-algebra/Makefile.in, | |
9466 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9467 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9468 specfun/Makefile.in, special-matrix/Makefile.in, | |
9469 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9470 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9471 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9472 deprecated/Makefile.in: Use new do-script-install and | |
9473 do-script-uninstall macros. | |
9474 | |
9475 * mkpkgadd: New script. | |
9476 | |
9477 * plot/close.m: New file. | |
9478 | |
4184 | 9479 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9480 | |
9481 * image/image.m: Use -raw option for xv. | |
9482 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9483 | |
4172 | 9484 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9485 | |
4174 | 9486 * control/base/lsim.m: Use approximate test for step size change. |
9487 | |
4172 | 9488 * signal/bartlett.m: Avoid row/column mismatch error. |
9489 | |
5095 | 9490 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9491 |
9492 * statistics/base/var.m: Use better formula for improved accuracy. | |
9493 | |
5095 | 9494 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9495 |
9496 * control/base/lsim.m: Correct doc string. | |
9497 | |
5095 | 9498 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9499 |
9500 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9501 | |
4148 | 9502 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9503 | |
9504 * plot/contour.m: Handle x and y as matrices too. | |
9505 | |
5095 | 9506 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9507 |
9508 * plot/contour.m: Fix error and usage messages. | |
9509 | |
4146 | 9510 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9511 | |
9512 * plot/contour.m: Correct orientation of plot. | |
9513 | |
4139 | 9514 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9515 | |
9516 * control/base/analdemo.m: Fix typo. | |
9517 | |
5095 | 9518 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9519 |
9520 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9521 | |
4098 | 9522 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9523 | |
9524 * mkdoc: Exit immediately on errors. | |
9525 Exit with error if gethelp does not exist. | |
9526 | |
9527 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9528 | |
4093 | 9529 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9530 | |
9531 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9532 | |
5095 | 9533 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9534 |
9535 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9536 * statistics/distributions/normal_pdf.m: Likewise. | |
9537 * statistics/distributions/normal_inv.m: Likewise. | |
9538 | |
5095 | 9539 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9540 |
9541 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9542 | |
5095 | 9543 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9544 |
9545 * statistics/base/var.m: Handle complex values. | |
9546 | |
4031 | 9547 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9548 | |
9549 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9550 list. | |
9551 * deprecated/Makefile.in: New file. | |
9552 | |
5095 | 9553 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9554 |
9555 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9556 * statistics/distributions/binomial_cdf.m: Likewise. | |
9557 * statistics/distributions/f_cdf.m: Likewise. | |
9558 * statistics/distributions/t_cdf.m: Likewise. | |
9559 | |
9560 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9561 * specfun/beta.m: Likewise. | |
9562 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9563 * statistics/distributions/gamma_pdf.m: Likewise. | |
9564 * statistics/distributions/poisson_pdf.m: Likewise. | |
9565 | |
9566 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9567 * statistics/distributions/poisson_cdf.m: Likewise. | |
9568 | |
4026 | 9569 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9570 | |
4028 | 9571 * deprecated/is_bool.m: New file. |
9572 * deprecated/is_complex.m: New file. | |
9573 * deprecated/is_global.m: New file. | |
9574 * deprecated/is_list.m: New file. | |
9575 * deprecated/is_matrix.m: New file. | |
9576 * deprecated/is_scalar.m: New file. | |
9577 * deprecated/is_square.m: New file. | |
9578 * deprecated/is_stream.m: New file. | |
9579 * deprecated/is_struct.m: New file. | |
9580 * deprecated/is_symmetric.m: New file. | |
9581 * deprecated/is_vector.m: New file. | |
4030 | 9582 * Change all callers of these functions to use the new names. |
4028 | 9583 |
4029 | 9584 * deprecated: New directory. |
9585 * Makefile.in (SUBDIRS): Add it to the list. | |
9586 | |
4026 | 9587 * general/isscalar.m: Rename from is_scalar.m. |
9588 * general/issquare.m: Rename from is_square.m. | |
9589 * general/issymmetric.m: Rename from is_symmetric.m. | |
9590 * general/isvector.m: Rename from is_vector.m. | |
9591 | |
4022 | 9592 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9593 | |
9594 * statistics/base/mean.m: Allow empty matrices. | |
9595 Handle DIM arg. | |
9596 | |
5095 | 9597 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9598 |
9599 * plot/__errcomm__.m: If format is not specified, default to error | |
9600 bar format. | |
9601 | |
4011 | 9602 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9603 | |
9604 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9605 __F_SETFL__ and __O_NONBLOCK__. | |
9606 | |
9607 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9608 * miscellaneous/bug_report.m: Likewise. | |
9609 | |
4007 | 9610 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9611 | |
4008 | 9612 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9613 * general/rem.m: Likewise. | |
9614 | |
9615 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9616 * plot/semilogxerr.m: Likewise. | |
4007 | 9617 * plot/semilogyerr.m: Likewise. |
9618 | |
5095 | 9619 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9620 |
9621 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9622 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9623 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9624 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9625 | |
9626 * plot/errorbar.m: Use __errcomm__.m. | |
9627 * plot/__errplot__.m: Minor cleanups. | |
9628 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9629 * plot/__pltopt1__.m: Likewise. | |
9630 | |
3980 | 9631 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9632 | |
3981 | 9633 * general/rem.m: Delete redundant call to usage. |
9634 | |
3980 | 9635 * general/mod.m: Additional error checks, Texinfoize doc string. |
9636 | |
5095 | 9637 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9638 |
9639 * general/mod.m: New function. | |
9640 | |
3979 | 9641 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9642 | |
9643 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9644 * control/system/sysadd.m: Likewise. | |
9645 * control/system/sysgroup.m: Likewise. | |
9646 * control/system/syssub.m: Likewise. | |
9647 * elfun/gcd.m: Likewise. | |
9648 * elfun/lcm.m: Likewise. | |
9649 * general/common_size.m: Likewise. | |
9650 * io/printf.m: Likewise. | |
9651 * miscellaneous/menu.m: Likewise. | |
9652 * miscellaneous/path.m: Likewise. | |
9653 * plot/__errplot__.m: Likewise. | |
9654 * plot/__plt__.m: Likewise. | |
9655 * plot/axis.m: Likewise. | |
9656 * plot/errorbar.m: Likewise. | |
9657 * plot/mplot.m: Likewise. | |
9658 * plot/loglog.m: Likewise. | |
9659 * plot/plot.m: Likewise. | |
9660 * plot/plot_border.m: Likewise. | |
9661 * plot/semilogx.m: Likewise. | |
9662 * plot/semilogy.m: Likewise. | |
9663 * plot/xlabel.m: Likewise. | |
9664 * plot/ylabel.m: Likewise. | |
9665 * plot/zlabel.m: Likewise. | |
9666 * statistics/base/ppplot.m: Likewise. | |
9667 * statistics/base/qqplot.m: Likewise. | |
9668 * statistics/tests/bartlett_test.m: Likewise. | |
9669 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9670 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9671 * strings/str2mat.m: Likewise. | |
9672 * strings/strcat.m: Likewise. | |
9673 | |
5095 | 9674 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9675 |
9676 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9677 | |
3924 | 9678 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9679 | |
9680 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9681 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9682 |
5095 | 9683 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9684 |
9685 * general/repmat.m: New function. | |
9686 | |
5095 | 9687 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9688 |
9689 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9690 Use optional parameter to specify the number of bits in the input. | |
9691 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9692 floats in the range [-1,1], 2x speedup. | |
9693 | |
9694 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9695 | |
3910 | 9696 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9697 | |
9698 * linear-algebra/kron.m: Delete. | |
9699 | |
5095 | 9700 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9701 |
9702 * signal/freqz.m: If nargout is zero, plot results instead of | |
9703 returning them. | |
9704 * signal/freqz_plot.m: New file. | |
9705 | |
5095 | 9706 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9707 |
5378 | 9708 * signal/unwrap.m: New file. |
3906 | 9709 |
5095 | 9710 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9711 |
9712 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9713 divide by zero warning. | |
9714 | |
5095 | 9715 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9716 |
3894 | 9717 * strings/deblank.m: Trim \0 as well as blank. |
9718 | |
5378 | 9719 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9720 expressed in radians or Hz relative to a supplied sample rate. |
9721 | |
5095 | 9722 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9723 |
9724 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9725 | |
3891 | 9726 * strings/findstr.m: Vectorize as much as possible. |
9727 | |
5095 | 9728 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9729 |
9730 * special-matrix/invhilb.m: New version that is faster and more | |
9731 accurate. | |
9732 | |
5095 | 9733 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9734 |
9735 * configure.in: Update for autoconf 2.5x. | |
9736 | |
5095 | 9737 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9738 |
9739 * special-matrix/vander.m: Code tidy and vectorize. | |
9740 | |
5095 | 9741 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9742 |
3883 | 9743 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9744 to vectors. Issue a warning in the case x matches y' but return a | |
9745 column vector as Octave currently does. | |
9746 | |
3882 | 9747 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9748 | |
9749 * control/system/starp.m: Leave more of the documentation | |
9750 processing to texinfo and less to the @format block. | |
9751 | |
9752 * image/imagesc.m: Only display image if no output is requested. | |
9753 Code tidying. | |
9754 | |
3876 | 9755 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9756 | |
9757 * statistics/base/center.m: Accept and return empty matrix. | |
9758 | |
3872 | 9759 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9760 | |
9761 * specfun/erfinv.m: Fix usage message. | |
9762 | |
3869 | 9763 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9764 | |
9765 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9766 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9767 | |
3837 | 9768 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9769 | |
9770 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9771 capitalized variable names. | |
9772 | |
3836 | 9773 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9774 | |
9775 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9776 | |
5095 | 9777 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9778 |
9779 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9780 | |
3803 | 9781 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9782 | |
3833 | 9783 * general/cart2pol.m: New file. |
9784 * general/pol2cart.m: New file. | |
9785 * general/cart2sph.m: New file. | |
9786 * general/sph2cart.m: New file. | |
9787 * image/rgb2hsv.m: New file. | |
9788 * image/hsv2rgb.m: New file. | |
3803 | 9789 |
9790 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9791 | |
9792 * plot/meshgrid.m: Avoid for loops. | |
9793 * plot/meshdom.m: Likewise. | |
9794 | |
3801 | 9795 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9796 | |
9797 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9798 | |
9799 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9800 | |
9801 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9802 norm. | |
9803 | |
3792 | 9804 2001-02-09 David Livings <david.livings@asa.co.uk> |
9805 | |
9806 * statistics/tests/welch_test.m: Fix typo. | |
9807 | |
9808 * statistics/distributions/chisquare_cdf.m: | |
9809 Don't restrict inputs to be only positive integers. | |
9810 * statistics/distributions/chisquare_inv.m: Likewise. | |
9811 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9812 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9813 * statistics/distributions/f_cdf.m: Likewise. | |
9814 * statistics/distributions/f_inv.m: Likewise. | |
9815 * statistics/distributions/f_pdf.m: Likewise. | |
9816 * statistics/distributions/f_rnd.m: Likewise. | |
9817 * statistics/distributions/t_cdf.m: Likewise. | |
9818 * statistics/distributions/t_inv.m: Likewise. | |
9819 * statistics/distributions/t_pdf.m: Likewise. | |
9820 * statistics/distributions/t_rnd.m: Likewise. | |
9821 | |
3790 | 9822 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9823 | |
9824 * strings/dec2base.m: New file. | |
9825 * strings/base2dec.m: New file. | |
9826 * strings/strjust.m: New file. | |
9827 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9828 * strings/dec2bin.m: Likewise. | |
9829 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9830 * strings/bin2dec.m: Likewise. | |
9831 | |
5095 | 9832 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9833 |
9834 * statistics/base/ppplot.m: Use gset, not set. | |
9835 * statistics/base/qqplot.m: Likewise. | |
9836 | |
5095 | 9837 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9838 |
9839 * control/system/c2d.m: Add missing endif. | |
9840 | |
3759 | 9841 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9842 | |
9843 * strings/index.m: Return 0 if either string is empty. | |
9844 | |
9845 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9846 | |
9847 * control/system/c2d.m: Allow option of matched pole/zero | |
9848 equivalent for conversion. | |
9849 | |
9850 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9851 | |
9852 * strings/findstr.m: Return empty matrix if search string is empty. | |
9853 | |
3757 | 9854 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9855 | |
9856 * saveimage.m: Do create rawbit image for black and white images, | |
9857 but do it correctly. | |
9858 | |
3754 | 9859 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9860 | |
6778 | 9861 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9862 result polynomials. | |
3754 | 9863 |
3748 | 9864 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9865 | |
9866 * image/saveimage.m: Don't try to create rawbit image. | |
9867 | |
3740 | 9868 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9869 | |
9870 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9871 | |
5095 | 9872 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9873 |
9874 * plot/contour.m: Reorder args for Matlab compatibility. | |
9875 | |
3727 | 9876 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9877 | |
9878 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9879 | |
3717 | 9880 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9881 | |
3718 | 9882 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9883 | |
3717 | 9884 * plot/mesh.m: Also set nologscale before plotting. |
9885 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9886 xyerrorbars instead of just errorbars. | |
9887 | |
3714 | 9888 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9889 | |
9890 * image/image.m: Try display (from ImageMagick) first. | |
9891 | |
3709 | 9892 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9893 | |
9894 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9895 conjugate transpose. | |
9896 | |
3705 | 9897 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9898 | |
9899 * strings/str2mat.m: Apply setstr to each argument. | |
9900 | |
3696 | 9901 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9902 | |
9903 * control/base/dkalman.m: New file. | |
9904 * control/base/dlqe.m: Handle singular A matrix. | |
9905 * control/base/dlqr.m: Likewise. | |
9906 | |
3695 | 9907 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9908 | |
9909 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9910 dimensions don't match. | |
9911 | |
3690 | 9912 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9913 | |
9914 * plot/hist.m: Allow 3 argument form to work. | |
9915 | |
5095 | 9916 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9917 |
9918 * plot/plot.m: Add examples in doc string. | |
9919 | |
5095 | 9920 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9921 |
9922 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9923 Do the right thing even if automatic_replot is not zero. | |
9924 Avoid failure if system has pure imaginary poles. | |
9925 | |
3674 | 9926 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * general/logical.m: Return arg if it is empty. Better error | |
9929 message for non-numeric types. | |
9930 | |
5095 | 9931 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9932 |
9933 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9934 about difference with Matlab dlqe function. | |
9935 | |
9936 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9937 | |
5095 | 9938 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9939 |
9940 * strings/strrep.m: Fix typo. | |
9941 | |
3666 | 9942 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9943 | |
9944 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9945 | |
5095 | 9946 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9947 |
9948 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9949 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9950 |
5095 | 9951 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9952 |
9953 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9954 guess for iteration. | |
9955 | |
3651 | 9956 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9957 | |
9958 * image/image.m: Allow image (A) or image (x, y, A). | |
9959 * image/imagesc.m: Likewise. | |
9960 | |
9961 * image/image.m: If zoom is not supplied, or if it is an empty | |
9962 matrix, autoscale the image. | |
9963 | |
3618 | 9964 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9965 | |
3619 | 9966 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9967 Undo string escapes in text twice(!) before sending to gnuplot. | |
9968 | |
3618 | 9969 * image/saveimage.m: Add comment to file saying who created it and |
9970 when it was created. Suggested by Stephen Eglen | |
9971 <stephen@cogsci.ed.ac.uk>. | |
9972 | |
5095 | 9973 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9974 |
9975 * polynomial/polyreduce.m: Simplify by looking for the first | |
9976 non-zero element rather than the last of the first set of zero | |
9977 elements. | |
9978 | |
9979 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9980 | |
5095 | 9981 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9982 |
9983 * image/saveimage.m: Swap black and white colormaps so zero is | |
9984 displayed as black and 1 is displayed as white. | |
9985 Fix indexing bug in ppm case. | |
9986 | |
3604 | 9987 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9988 | |
9989 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9990 between the two distributions (took same approach as ks.test() in R.) | |
9991 | |
3603 | 9992 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9993 | |
9994 * control/base/bode.m: Temporarily disable automatic_replot. | |
9995 | |
3599 | 9996 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9997 | |
3601 | 9998 * Makefile.in (clean): Also remove gethelp. |
9999 | |
3599 | 10000 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10001 | |
5095 | 10002 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10003 |
10004 * set/create_set.m: Use find to avoid while loop. | |
10005 | |
5095 | 10006 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10007 |
10008 * plot/hist.m: New optional third argument. | |
10009 | |
10010 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10011 | |
10012 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10013 number appended. | |
10014 | |
3575 | 10015 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10016 | |
10017 * gethelp.cc: Sprinkle with std:: qualifier. | |
10018 | |
3498 | 10019 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10020 | |
10021 * image/saveimage.m: Delete some debugging code. | |
10022 | |
3486 | 10023 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10024 | |
10025 * signal/sinc.m: Avoid reshaping. | |
10026 | |
10027 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10028 * image/ind2rgb.m: Ditto. | |
10029 * image/ind2gray.m: Ditto. | |
10030 * general/reshape.m: Ditto. Also no longer needs to reset | |
10031 implicit_str_to_num_ok. | |
10032 | |
3483 | 10033 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10034 | |
10035 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10036 a list of file structures, not a vector of numeric file ids. | |
10037 | |
3474 | 10038 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10039 | |
3476 | 10040 * plot/__axis_label__.m: New function. |
10041 Undo string escapes in text twice(!) before sending to gnuplot. | |
10042 * plot/xlabel.m: Use it. | |
10043 * plot/ylabel.m: Ditto. | |
10044 * plot/zlabel.m: Ditto. | |
10045 | |
3474 | 10046 * plot/mesh.m: Fix error message to reflect reality. |
10047 | |
5095 | 10048 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10049 |
10050 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10051 | |
5095 | 10052 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10053 |
10054 * audio/saveaudio.m: Also accept files with .ul extension. | |
10055 * audio/loadaudio.m: Ditto. | |
10056 * audio/playaudio.m: Ditto. | |
10057 | |
3456 | 10058 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10059 | |
10060 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10061 * statistics/distributions/beta_inv.m: Ditto. | |
10062 * statistics/distributions/beta_pdf.m: Ditto. | |
10063 * statistics/distributions/beta_rnd.m: Ditto. | |
10064 * statistics/distributions/binomial_cdf.m: Ditto. | |
10065 * statistics/distributions/binomial_inv.m: Ditto. | |
10066 * statistics/distributions/binomial_pdf.m: Ditto. | |
10067 * statistics/distributions/binomial_rnd.m: Ditto. | |
10068 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10069 * statistics/distributions/cauchy_inv.m: Ditto. | |
10070 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10071 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10072 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10073 * statistics/distributions/chisquare_inv.m: Ditto. | |
10074 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10075 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10076 * statistics/distributions/discrete_cdf.m: Ditto. | |
10077 * statistics/distributions/discrete_inv.m: Ditto. | |
10078 * statistics/distributions/discrete_pdf.m: Ditto. | |
10079 * statistics/distributions/discrete_rnd.m: Ditto. | |
10080 * statistics/distributions/empirical_cdf.m: Ditto. | |
10081 * statistics/distributions/empirical_inv.m: Ditto. | |
10082 * statistics/distributions/empirical_pdf.m: Ditto. | |
10083 * statistics/distributions/empirical_rnd.m: Ditto. | |
10084 * statistics/distributions/exponential_cdf.m: Ditto. | |
10085 * statistics/distributions/exponential_inv.m: Ditto. | |
10086 * statistics/distributions/exponential_pdf.m: Ditto. | |
10087 * statistics/distributions/exponential_rnd.m: Ditto. | |
10088 * statistics/distributions/f_cdf.m: Ditto. | |
10089 * statistics/distributions/f_inv.m: Ditto. | |
10090 * statistics/distributions/f_pdf.m: Ditto. | |
10091 * statistics/distributions/f_rnd.m: Ditto. | |
10092 * statistics/distributions/gamma_cdf.m: Ditto. | |
10093 * statistics/distributions/gamma_inv.m: Ditto. | |
10094 * statistics/distributions/gamma_pdf.m: Ditto. | |
10095 * statistics/distributions/gamma_rnd.m: Ditto. | |
10096 * statistics/distributions/geometric_cdf.m: Ditto. | |
10097 * statistics/distributions/geometric_inv.m: Ditto. | |
10098 * statistics/distributions/geometric_pdf.m: Ditto. | |
10099 * statistics/distributions/geometric_rnd.m: Ditto. | |
10100 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10101 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10102 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10103 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10104 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10105 * statistics/distributions/laplace_cdf.m: Ditto. | |
10106 * statistics/distributions/laplace_inv.m: Ditto. | |
10107 * statistics/distributions/laplace_pdf.m: Ditto. | |
10108 * statistics/distributions/laplace_rnd.m: Ditto. | |
10109 * statistics/distributions/logistic_cdf.m: Ditto. | |
10110 * statistics/distributions/logistic_inv.m: Ditto. | |
10111 * statistics/distributions/logistic_pdf.m: Ditto. | |
10112 * statistics/distributions/logistic_rnd.m: Ditto. | |
10113 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10114 * statistics/distributions/lognormal_inv.m: Ditto. | |
10115 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10116 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10117 * statistics/distributions/normal_cdf.m: Ditto. | |
10118 * statistics/distributions/normal_inv.m: Ditto. | |
10119 * statistics/distributions/normal_pdf.m: Ditto. | |
10120 * statistics/distributions/normal_rnd.m: Ditto. | |
10121 * statistics/distributions/pascal_cdf.m: Ditto. | |
10122 * statistics/distributions/pascal_inv.m: Ditto. | |
10123 * statistics/distributions/pascal_pdf.m: Ditto. | |
10124 * statistics/distributions/pascal_rnd.m: Ditto. | |
10125 * statistics/distributions/poisson_cdf.m: Ditto. | |
10126 * statistics/distributions/poisson_inv.m: Ditto. | |
10127 * statistics/distributions/poisson_pdf.m: Ditto. | |
10128 * statistics/distributions/poisson_rnd.m: Ditto. | |
10129 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10130 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10131 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10132 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10133 * statistics/distributions/t_cdf.m: Ditto. | |
10134 * statistics/distributions/t_inv.m: Ditto. | |
10135 * statistics/distributions/t_pdf.m: Ditto. | |
10136 * statistics/distributions/t_rnd.m: Ditto. | |
10137 * statistics/distributions/uniform_cdf.m: Ditto. | |
10138 * statistics/distributions/uniform_inv.m: Ditto. | |
10139 * statistics/distributions/uniform_pdf.m: Ditto. | |
10140 * statistics/distributions/uniform_rnd.m: Ditto. | |
10141 * statistics/distributions/weibull_cdf.m: Ditto. | |
10142 * statistics/distributions/weibull_inv.m: Ditto. | |
10143 * statistics/distributions/weibull_pdf.m: Ditto. | |
10144 * statistics/distributions/weibull_rnd.m: Ditto. | |
10145 * statistics/distributions/wiener_rnd.m: Ditto. | |
10146 | |
3453 | 10147 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10148 | |
10149 * statistics/base/values.m: Texinfoize doc string. | |
10150 * statistics/base/var.m: Ditto. | |
10151 * statistics/base/table.m: Ditto. | |
10152 * statistics/base/studentize.m: Ditto. | |
10153 * statistics/base/statistics.m: Ditto. | |
10154 * statistics/base/spearman.m: Ditto. | |
10155 * statistics/base/run_count.m: Ditto. | |
10156 * statistics/base/ranks.m: Ditto. | |
10157 * statistics/base/range.m: Ditto. | |
10158 * statistics/base/qqplot.m: Ditto. | |
10159 * statistics/base/probit.m: Ditto. | |
10160 * statistics/base/ppplot.m: Ditto. | |
10161 * statistics/base/moment.m: Ditto. | |
10162 * statistics/base/meansq.m: Ditto. | |
10163 * statistics/base/logit.m: Ditto. | |
10164 * statistics/base/kendall.m: Ditto. | |
10165 * statistics/base/iqr.m: Ditto. | |
10166 * statistics/base/cut.m: Ditto. | |
10167 * statistics/base/cor.m: Ditto. | |
10168 * statistics/base/cloglog.m: Ditto. | |
10169 * statistics/base/center.m: Ditto. | |
3454 | 10170 * statistics/models/logistic_regression.m: Ditto. |
10171 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10172 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10173 * statistics/tests/anova.m: Ditto. | |
10174 * statistics/tests/bartlett_test.m: Ditto. | |
10175 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10176 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10177 * statistics/tests/cor_test.m: Ditto. | |
10178 * statistics/tests/f_test_regression.m: Ditto. | |
10179 * statistics/tests/hotelling_test.m: Ditto. | |
10180 * statistics/tests/hotelling_test_2.m: Ditto. | |
10181 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10182 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10183 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10184 * statistics/tests/manova.m: Ditto. | |
10185 * statistics/tests/mcnemar_test.m: Ditto. | |
10186 * statistics/tests/prop_test_2.m: Ditto. | |
10187 * statistics/tests/run_test.m: Ditto. | |
10188 * statistics/tests/sign_test.m: Ditto. | |
10189 * statistics/tests/t_test.m: Ditto. | |
10190 * statistics/tests/t_test_2.m: Ditto. | |
10191 * statistics/tests/t_test_regression.m: Ditto. | |
10192 * statistics/tests/u_test.m: Ditto. | |
10193 * statistics/tests/var_test.m: Ditto. | |
10194 * statistics/tests/welch_test.m: Ditto. | |
10195 * statistics/tests/wilcoxon_test.m: Ditto. | |
10196 * statistics/tests/z_test.m: Ditto. | |
10197 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10198 |
3446 | 10199 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10200 | |
10201 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10202 * plot/__plr1__.m: Ditto. |
10203 * plot/__pltopt__.m: Ditto. | |
10204 * plot/__plt__.m: Ditto. | |
10205 * plot/__plt2vv__.m: Ditto. | |
10206 * plot/__plr2__.m: Ditto. | |
10207 * plot/__plr__.m: Ditto. | |
10208 * plot/__plt1__.m: Ditto. | |
10209 * plot/__plt2__.m: Ditto. | |
10210 * plot/__plt2mm__.m: Ditto. | |
10211 * plot/__plt2mv__.m: Ditto. | |
10212 * plot/__plt2ss__.m: Ditto. | |
10213 * miscellaneous/paren.m: Ditto. | |
10214 * miscellaneous/comma.m: Ditto. | |
10215 * miscellaneous/semicolon.m: Ditto. | |
10216 * miscellaneous/path.m: Ditto. | |
10217 * miscellaneous/list_primes.m: Ditto. | |
10218 * miscellaneous/flops.m: Ditto. | |
10219 * miscellaneous/dump_prefs.m: Ditto. | |
10220 * miscellaneous/bug_report.m: Ditto. | |
10221 * linear-algebra/dot.m: Ditto | |
10222 * linear-algebra/dmult.m: Ditto. | |
10223 * general/randperm.m: Ditto. | |
10224 * general/logical.m: Ditto. | |
10225 * general/is_duplicate_entry.m: Ditto. | |
10226 * signal/arch_fit.m: Ditto. | |
10227 * signal/arch_rnd.m: Ditto. | |
10228 * signal/arch_test.m: Ditto. | |
10229 * signal/arma_rnd.m: Ditto. | |
10230 * signal/autocor.m: Ditto. | |
10231 * signal/autocov.m: Ditto. | |
10232 * signal/autoreg_matrix.m: Ditto. | |
10233 * signal/bartlett.m: Ditto. | |
10234 * signal/blackman.m: Ditto. | |
10235 * signal/detrend.m: Ditto. | |
10236 * signal/diffpara.m: Ditto. | |
10237 * signal/durbinlevinson.m: Ditto. | |
10238 * signal/fftconv.m: Ditto. | |
10239 * signal/fftfilt.m: Ditto. | |
10240 * signal/fftshift.m: Ditto. | |
10241 * signal/fractdiff.m: Ditto. | |
10242 * signal/freqz.m: Ditto. | |
10243 * signal/hamming.m: Ditto. | |
10244 * signal/hanning.m: Ditto. | |
10245 * signal/hurst.m: Ditto. | |
10246 * signal/periodogram.m: Ditto. | |
10247 * signal/rectangle_lw.m: Ditto. | |
10248 * signal/rectangle_sw.m: Ditto. | |
10249 * signal/sinc.m: Ditto. | |
10250 * signal/sinetone.m: Ditto. | |
10251 * signal/sinewave.m: Ditto. | |
10252 * signal/spectral_adf.m: Ditto. | |
10253 * signal/spectral_xdf.m: Ditto. | |
10254 * signal/spencer.m: Ditto. | |
10255 * signal/stft.m: Ditto. | |
10256 * signal/synthesis.m: Ditto. | |
10257 * signal/triangle_lw.m: Ditto. | |
10258 * signal/triangle_sw.m: Ditto. | |
10259 * signal/yulewalker.m: Ditto. | |
3450 | 10260 * control/util/strappend.m: Ditto. |
3451 | 10261 * control/base/nichols.m: Ditto. |
3452 | 10262 * control/system/is_signal_list.m: Ditto. |
10263 * control/system/listidx.m: Ditto. | |
10264 * control/system/sysgettsam.m: Ditto. | |
10265 * control/system/sysidx.m: Ditto. | |
3446 | 10266 |
3438 | 10267 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10268 | |
10269 * control/system/__abcddims__.m: Rename from | |
10270 control/system/abcddims.m, change all callers. | |
10271 * control/base/__bodquist__.m: Likewise. | |
10272 * control/base/__freqresp__.m: Likewise. | |
10273 * control/util/__outlist__.m: Likewise. | |
10274 * control/base/__stepimp__.m: Likewise. | |
10275 * control/system/__syschnamesl__.m: Likewise. | |
10276 * control/system/__syscont_disc__.m: Likewise. | |
10277 * control/system/__sysdefioname__.m: Likewise. | |
10278 * control/system/__sysdefstname__.m: Likewise. | |
10279 * control/system/__sysgroupn__.m: Likewise. | |
10280 * control/system/__tf2sysl__.m: Likewise. | |
10281 * control/util/__zgpbal__.m: Likewise. | |
10282 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10283 |
10284 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10285 * quaternion/qconj.m: Ditto. |
10286 * quaternion/qcoordinate_plot.m: Ditto. | |
10287 * quaternion/qderiv.m: Ditto. | |
10288 * quaternion/qderivmat.m: Ditto. | |
10289 * quaternion/qinv.m: Ditto. | |
10290 * quaternion/qmult.m: Ditto. | |
10291 * quaternion/qtrans.m: Ditto. | |
10292 * quaternion/qtransv.m: Ditto. | |
10293 * quaternion/qtransvmat.m: Ditto. | |
10294 * quaternion/quaternion.m: Ditto. | |
3438 | 10295 |
3436 | 10296 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10297 | |
10298 * control/base/Makefile.in: Ditto. | |
10299 * control/hinf/Makefile.in: New file. | |
10300 * control/marsyas/Makefile.in: Ditto. | |
10301 * control/obsolete/Makefile.in: Ditto. | |
10302 * control/system/Makefile.in: Ditto. | |
10303 * control/util/Makefile.in: Ditto. | |
10304 | |
10305 * strings/com2str.m: Move here from control directory. | |
10306 | |
10307 * control/base: New directory. | |
10308 * control/base/DEMOcontrol.m: Move here from control directory. | |
10309 * control/base/analdemo.m: Ditto. | |
10310 * control/base/are.m: Ditto. | |
10311 * control/base/bddemo.m: Ditto. | |
10312 * control/base/bode.m: Ditto. | |
10313 * control/base/bode_bounds.m: Ditto. | |
10314 * control/base/bodquist.m: Ditto. | |
10315 * control/base/controldemo.m: Ditto. | |
10316 * control/base/ctrb.m: Ditto. | |
10317 * control/base/damp.m: Ditto. | |
10318 * control/base/dare.m: Ditto. | |
10319 * control/base/dcgain.m: Ditto. | |
10320 * control/base/dgram.m: Ditto. | |
10321 * control/base/dlqe.m: Ditto. | |
10322 * control/base/dlqr.m: Ditto. | |
10323 * control/base/dlyap.m: Ditto. | |
10324 * control/base/dre.m: Ditto. | |
10325 * control/base/frdemo.m: Ditto. | |
10326 * control/base/freqchkw.m: Ditto. | |
10327 * control/base/freqresp.m: Ditto. | |
10328 * control/base/gram.m: Ditto. | |
10329 * control/base/impulse.m: Ditto. | |
10330 * control/base/lqe.m: Ditto. | |
10331 * control/base/lqg.m: Ditto. | |
10332 * control/base/lqr.m: Ditto. | |
10333 * control/base/lsim.m: Ditto. | |
10334 * control/base/ltifr.m: Ditto. | |
10335 * control/base/lyap.m: Ditto. | |
10336 * control/base/nichols.m: Ditto. | |
10337 * control/base/nyquist.m: Ditto. | |
10338 * control/base/obsv.m: Ditto. | |
10339 * control/base/place.m: Ditto. | |
10340 * control/base/pzmap.m: Ditto. | |
10341 * control/base/rldemo.m: Ditto. | |
10342 * control/base/rlocus.m: Ditto. | |
10343 * control/base/step.m: Ditto. | |
10344 * control/base/stepimp.m: Ditto. | |
10345 * control/base/tzero.m: Ditto. | |
10346 * control/base/tzero2.m: Ditto. | |
10347 | |
10348 * control/hinf: New directory. | |
10349 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10350 * control/hinf/h2norm.m: Ditto. | |
10351 * control/hinf/h2syn.m: Ditto. | |
10352 * control/hinf/hinf_ctr.m: Ditto. | |
10353 * control/hinf/hinfdemo.m: Ditto. | |
10354 * control/hinf/hinfnorm.m: Ditto. | |
10355 * control/hinf/hinfsyn.m: Ditto. | |
10356 * control/hinf/hinfsyn_chk.m: Ditto. | |
10357 * control/hinf/hinfsyn_ric.m: Ditto. | |
10358 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10359 * control/hinf/dgkfdemo.m: Ditto. |
10360 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10361 |
10362 * control/marsyas: New directory. | |
10363 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10364 * control/marsyas/susball.m: Ditto. | |
10365 | |
10366 * control/obsolete/dezero.m: Move here from control directory. | |
10367 * control/obsolete/rotg.m: Ditto. | |
10368 | |
10369 * control/system: New directory. | |
10370 * control/system/abcddim.m: Move here from control directory. | |
10371 * control/system/abcddims.m: Ditto. | |
10372 * control/system/buildssic.m: Ditto. | |
10373 * control/system/c2d.m: Ditto. | |
10374 * control/system/d2c.m: Ditto. | |
10375 * control/system/dmr2d.m: Ditto. | |
10376 * control/system/fir2sys.m: Ditto. | |
10377 * control/system/is_abcd.m: Ditto. | |
10378 * control/system/is_digital.m: Ditto. | |
10379 * control/system/is_sample.m: Ditto. | |
10380 * control/system/is_signal_list.m: Ditto. | |
10381 * control/system/is_siso.m: Ditto. | |
3441 | 10382 * control/system/is_controllable.m: Ditto. |
10383 * control/system/is_detectable.m: Ditto. | |
10384 * control/system/is_observable.m: Ditto. | |
10385 * control/system/is_stabilizable.m: Ditto. | |
10386 * control/system/is_stable.m: Ditto. | |
3436 | 10387 * control/system/jet707.m: Ditto. |
10388 * control/system/listidx.m: Ditto. | |
10389 * control/system/moddemo.m: Ditto. | |
10390 * control/system/ord2.m: Ditto. | |
10391 * control/system/packedform.m: Ditto. | |
10392 * control/system/parallel.m: Ditto. | |
10393 * control/system/ss2sys.m: Ditto. | |
10394 * control/system/ss2tf.m: Ditto. | |
10395 * control/system/ss2zp.m: Ditto. | |
10396 * control/system/starp.m: Ditto. | |
10397 * control/system/sys2fir.m: Ditto. | |
10398 * control/system/sys2ss.m: Ditto. | |
10399 * control/system/sys2tf.m: Ditto. | |
10400 * control/system/sys2zp.m: Ditto. | |
10401 * control/system/sysadd.m: Ditto. | |
10402 * control/system/sysappend.m: Ditto. | |
10403 * control/system/syschnamesl.m: Ditto. | |
10404 * control/system/syschtsam.m: Ditto. | |
10405 * control/system/sysconnect.m: Ditto. | |
10406 * control/system/syscont.m: Ditto. | |
10407 * control/system/syscont_disc.m: Ditto. | |
10408 * control/system/sysdefioname.m: Ditto. | |
10409 * control/system/sysdefstname.m: Ditto. | |
10410 * control/system/sysdimensions.m: Ditto. | |
10411 * control/system/sysdisc.m: Ditto. | |
10412 * control/system/sysdup.m: Ditto. | |
10413 * control/system/sysgetsignals.m: Ditto. | |
10414 * control/system/sysgettsam.m: Ditto. | |
10415 * control/system/sysgettype.m: Ditto. | |
10416 * control/system/sysgroup.m: Ditto. | |
10417 * control/system/sysgroupn.m: Ditto. | |
10418 * control/system/sysidx.m: Ditto. | |
10419 * control/system/sysmin.m: Ditto. | |
10420 * control/system/sysmult.m: Ditto. | |
10421 * control/system/sysout.m: Ditto. | |
10422 * control/system/sysprune.m: Ditto. | |
10423 * control/system/sysreorder.m: Ditto. | |
10424 * control/system/sysrepdemo.m: Ditto. | |
10425 * control/system/sysscale.m: Ditto. | |
10426 * control/system/syssetsignals.m: Ditto. | |
10427 * control/system/syssub.m: Ditto. | |
10428 * control/system/sysupdate.m: Ditto. | |
10429 * control/system/tf2ss.m: Ditto. | |
10430 * control/system/tf2sys.m: Ditto. | |
10431 * control/system/tf2sysl.m: Ditto. | |
10432 * control/system/tf2zp.m: Ditto. | |
10433 * control/system/tfout.m: Ditto. | |
10434 * control/system/ugain.m: Ditto. | |
10435 * control/system/zp2ss.m: Ditto. | |
10436 * control/system/zp2ssg2.m: Ditto. | |
10437 * control/system/zp2sys.m: Ditto. | |
10438 * control/system/zp2tf.m: Ditto. | |
10439 * control/system/zpout.m: Ditto. | |
10440 | |
10441 * control/util: New directory. | |
10442 * control/util/axis2dlim.m: Move here from control directory. | |
10443 * control/util/outlist.m: Ditto. | |
10444 * control/util/prompt.m: Ditto. | |
10445 * control/util/run_cmd.m: Ditto. | |
10446 * control/util/sortcom.m: Ditto. | |
10447 * control/util/strappend.m: Ditto. | |
10448 * control/util/swap.m: Ditto. | |
10449 * control/util/zgfmul.m: Ditto. | |
10450 * control/util/zgfslv.m: Ditto. | |
10451 * control/util/zginit.m: Ditto. | |
10452 * control/util/zgpbal.m: Ditto. | |
10453 * control/util/zgreduce.m: Ditto. | |
10454 * control/util/zgrownorm.m: Ditto. | |
10455 * control/util/zgscal.m: Ditto. | |
10456 * control/util/zgsgiv.m: Ditto. | |
10457 * control/util/zgshsr.m: Ditto. | |
10458 | |
3427 | 10459 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10460 | |
10461 * gethelp.cc (extract_help_text): Discard first space character | |
10462 after consecutive comment characters. | |
10463 | |
3422 | 10464 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10465 | |
10466 * control/obsolete: New directory | |
10467 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10468 * control/obsolete/swapcols.m: Ditto. |
10469 * control/obsolete/dlqg.m: Ditto. | |
10470 * control/obsolete/minfo.m: Ditto. | |
10471 * control/obsolete/packsys.m: Ditto. | |
10472 * control/obsolete/qzval.m: Ditto. | |
10473 * control/obsolete/unpacksys.m: Ditto. | |
10474 * control/obsolete/series.m: Ditto. | |
10475 * control/obsolete/syschnames.m: Ditto. | |
10476 * polynomial/polyout.m: Ditto. | |
3422 | 10477 |
3420 | 10478 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10479 | |
10480 * general/fliplr.m: Eliminate useless copy of arg. | |
10481 * general/flipud.m: Ditto. | |
10482 | |
3418 | 10483 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10484 | |
10485 * linear-algebra/cross.m: Only return a row vector if both args | |
10486 are row vectors. | |
10487 * polynomial/polyfit.m: Likewise. | |
10488 | |
10489 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10490 | |
10491 * statistics/distributions/discrete_rnd.m: | |
10492 Always generate a row vector. | |
10493 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10494 | |
5095 | 10495 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10496 |
10497 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10498 | |
10499 * audio/setaudio.m: Texinfoize doc string. | |
10500 * control/com2str.m: Likewise. | |
10501 * control/controldemo.m: Likewise. | |
10502 * control/DEMOcontrol.m: Likewise. | |
10503 * control/dezero.m: Likewise. | |
10504 * control/dre.m: Likewise. | |
10505 * control/hinfsyn_ric.m: Likewise. | |
10506 | |
5095 | 10507 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10508 |
10509 * io/printf.m: Add @seealso{...} to doc string. | |
10510 * io/puts.m: Likewise. | |
10511 * plot/semilogx.m: Likewise. | |
10512 * plot/semilogy.m: Likewise. | |
10513 * plot/__pltopt__.m: Likewise. | |
10514 * plot/bar.m: Likewise. | |
10515 * plot/xlabel.m: Likewise. | |
10516 * plot/grid.m: Likewise. | |
10517 * plot/shg.m: Likewise. | |
10518 * plot/title.m: Likewise. | |
10519 * plot/mesh.m: Likewise. | |
10520 * plot/__pltopt1__.m: Likewise. | |
10521 * plot/contour.m: Likewise. | |
10522 * plot/hist.m: Likewise. | |
10523 * plot/stairs.m: Likewise. | |
10524 * plot/meshgrid.m: Likewise. | |
10525 * plot/polar.m: Likewise. | |
10526 * plot/loglog.m: Likewise. | |
10527 * plot/plot.m: Likewise. | |
10528 * miscellaneous/semicolon.m: Likewise. | |
10529 * miscellaneous/menu.m: Likewise. | |
10530 * miscellaneous/etime.m: Likewise. | |
10531 * miscellaneous/texas_lotto.m: Likewise. | |
10532 * miscellaneous/comma.m: Likewise. | |
10533 * audio/lin2mu.m: Likewise. | |
10534 * audio/playaudio.m: Likewise. | |
10535 * audio/loadaudio.m: Likewise. | |
10536 * audio/saveaudio.m: Likewise. | |
10537 * audio/mu2lin.m: Likewise. | |
10538 * audio/record.m: Likewise. | |
10539 * strings/isletter.m: Likewise. | |
10540 * strings/lower.m: Likewise. | |
10541 * strings/lower.m: Likewise. | |
10542 * strings/upper.m: Likewise. | |
10543 * specfun/erfinv.m: Likewise. | |
10544 * specfun/gammai.m: Likewise. | |
10545 * specfun/log2.m: Likewise. | |
10546 * specfun/pow2.m: Likewise. | |
10547 * elfun/gcd.m: Likewise. | |
10548 * elfun/lcm.m: Likewise. | |
10549 * special-matrix/vander.m: Likewise. | |
10550 * special-matrix/sylvester_matrix.m: Likewise. | |
10551 * special-matrix/hilb.m: Likewise. | |
10552 * special-matrix/hankel.m: Likewise. | |
10553 * special-matrix/toeplitz.m: Likewise. | |
10554 * special-matrix/invhilb.m: Likewise. | |
10555 * statistics/base/std.m: Likewise. | |
10556 * statistics/base/median.m: Likewise. | |
10557 * linear-algebra/cond.m: Likewise. | |
10558 * linear-algebra/norm.m: Likewise. | |
10559 * finance/nper.m: Likewise. | |
10560 * finance/pmt.m: Likewise. | |
10561 * finance/pv.m: Likewise. | |
10562 * finance/rate.m: Likewise. | |
10563 * finance/npv.m: Likewise. | |
10564 * general/fliplr.m: Likewise. | |
10565 * general/flipud.m: Likewise. | |
10566 * general/is_scalar.m: Likewise. | |
10567 * general/rem.m: Likewise. | |
10568 * general/perror.m: Likewise. | |
10569 * general/tril.m: Likewise. | |
10570 * general/rot90.m: Likewise. | |
10571 * general/num2str.m: Likewise. | |
10572 * general/int2str.m: Likewise. | |
10573 * general/reshape.m: Likewise. | |
10574 * general/logspace.m: Likewise. | |
10575 * general/is_symmetric.m: Likewise. | |
10576 * general/is_vector.m: Likewise. | |
10577 * general/nextpow2.m: Likewise. | |
10578 * general/columns.m: Likewise. | |
10579 * general/is_square.m: Likewise. | |
10580 * general/rows.m: Likewise. | |
10581 * control/ugain.m: Likewise. | |
10582 * control/damp.m: Likewise. | |
10583 * control/dare.m: Likewise. | |
10584 * control/are.m: Likewise. | |
10585 * control/sys2fir.m: Likewise. | |
10586 * control/abcddim.m: Likewise. | |
10587 * control/is_abcd.m: Likewise. | |
10588 * control/step.m: Likewise. | |
10589 * control/is_observable.m: Likewise. | |
10590 * control/is_controllable.m: Likewise. | |
10591 * control/jet707.m: Likewise. | |
10592 * control/polyout.m: Likewise. | |
10593 * control/impulse.m: Likewise. | |
10594 * control/lqg.m: Likewise. | |
10595 * control/is_detectable.m: Likewise. | |
10596 * control/sysdimensions.m: Likewise. | |
10597 * control/sysupdate.m: Likewise. | |
10598 * control/stepimp.m: Likewise. | |
10599 * control/is_stable.m: Likewise. | |
10600 * control/tfout.m: Likewise. | |
10601 * control/zpout.m: Likewise. | |
10602 | |
3405 | 10603 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10604 | |
10605 * set/complement.m: Add @seealso{} stuff. | |
10606 * set/create_set.m: Likewise. | |
10607 * set/intersection.m: Likewise. | |
10608 * set/union.m: Likewise. | |
10609 | |
3399 | 10610 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10611 | |
3400 | 10612 * control/d2c.m: Use double quotes instead of single quotes for |
10613 string constants. | |
10614 * control/dgkfdemo.m: Likewise. | |
10615 * control/fir2sys.m: Likewise. | |
10616 * control/frdemo.m: Likewise. | |
10617 * control/moddemo.m: Likewise. | |
10618 * control/minfo.m: Likewise. | |
10619 * control/is_stabilizable.m: Likewise. | |
10620 * control/is_dgkf.m: Likewise. | |
10621 * control/polyout.m: Likewise. | |
10622 * control/sysconnect.m: Likewise. | |
10623 * control/sysrepdemo.m: Likewise. | |
10624 * control/tf2sys.m: Likewise. | |
10625 * control/tfout.m: Likewise. | |
10626 * control/zp2sys.m: Likewise. | |
10627 * control/zpout.m: Likewise. | |
10628 * control/tzero.m: Likewise. | |
10629 | |
10630 * control/DEMOcontrol.m: Handle moddemo case too. | |
10631 | |
10632 * image/loadimage.m: Use double quotes instead of single quotes | |
10633 for string constants. Use sprintf instead of square brackets to | |
10634 construct string. | |
10635 | |
3399 | 10636 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10637 * control/fir2sys.m: Likewise. |
3399 | 10638 |
3390 | 10639 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10640 | |
10641 * mkdoc: Only delete spaces before @ characters at the beginning | |
10642 of a line. | |
10643 | |
3383 | 10644 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10645 | |
3388 | 10646 * control/bddemo.m: Make it more likely to work with any value of |
10647 whitespace_in_literal_matrix. | |
3386 | 10648 * control/analdemo.m: Ditto. |
10649 * control/dgkfdemo.m: Ditto. | |
10650 * control/frdemo.m: Ditto. | |
10651 * control/sysrepdemo.m: Ditto. | |
10652 * control/moddemo.m: Ditto. | |
3388 | 10653 * control/zp2ss.m: Ditto. |
3387 | 10654 * control/zp2tf.m: Ditto. |
3388 | 10655 * control/syssub.m: Ditto. |
10656 * finance/npv.m: Ditto. | |
10657 * statistics/base/studentize.m: Ditto. | |
10658 * statistics/base/values.m: Ditto. | |
10659 * statistics/distributions/exponential_cdf.m: Ditto. | |
10660 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10661 |
3384 | 10662 * control/dezero.m: Use toascii to convert string to ASCII value |
10663 instead of multiplying it by 1. | |
10664 | |
3383 | 10665 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10666 * control/zpout.m: Ditto. | |
10667 * control/tfout.m: Ditto. | |
10668 * control/tf2sys.m: Ditto. | |
10669 * control/syssub.m: Ditto. | |
10670 * control/syssetsignals.m: Ditto. | |
10671 * control/sysout.m: Ditto. | |
10672 * control/sysmult.m: Ditto. | |
10673 * control/sysgroup.m: Ditto. | |
10674 * control/sysdup.m: Ditto. | |
10675 * control/sysdisc.m: Ditto. | |
10676 * control/syscont.m: Ditto. | |
10677 * control/sysconnect.m: Ditto. | |
10678 * control/sysappend.m: Ditto. | |
10679 * control/sysadd.m: Ditto. | |
10680 * control/ss2sys.m: Ditto. | |
10681 * control/nyquist.m: Ditto. | |
10682 * control/lqg.m: Ditto. | |
10683 * control/fir2sys.m: Ditto. | |
10684 * control/dmr2d.m: Ditto. | |
10685 * control/dezero.m: Ditto. | |
10686 * control/d2c.m: Ditto. | |
10687 * control/c2d.m: Ditto. | |
10688 * control/bddemo.m: Ditto. | |
10689 * control/pzmap.m: Ditto. | |
10690 | |
5095 | 10691 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10692 |
10693 * signal/spectral_adf.m: Fix typo. | |
10694 | |
3372 | 10695 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10696 | |
10697 * linear-algebra/cond.m: Texinfoize doc string. | |
10698 * linear-algebra/kron.m: Ditto. | |
10699 * linear-algebra/norm.m: Ditto. | |
10700 * linear-algebra/null.m: Ditto. | |
10701 * linear-algebra/orth.m: Ditto. | |
10702 * linear-algebra/rank.m: Ditto. | |
10703 * linear-algebra/trace.m: Ditto. | |
10704 * linear-algebra/qzhess.m: Ditto. | |
10705 * miscellaneous/menu.m: Ditto. | |
3373 | 10706 * general/perror.m: Ditto. |
10707 * general/strerror.m: Ditto. | |
10708 * general/columns.m: Ditto. | |
10709 * general/rows.m: Ditto. | |
10710 * image/colormap.m: Ditto. | |
10711 * image/gray.m: Ditto. | |
10712 * image/gray2ind.m: Ditto. | |
10713 * image/image.m: Ditto. | |
10714 * image/imagesc.m: Ditto. | |
10715 * image/imshow.m: Ditto. | |
10716 * image/ind2gray.m: Ditto. | |
10717 * image/ind2rgb.m: Ditto. | |
10718 * image/loadimage.m: Ditto. | |
10719 * image/rgb2ntsc.m: Ditto. | |
10720 * image/ntsc2rgb.m: Ditto. | |
10721 * image/ocean.m: Ditto. | |
10722 * image/rgb2ind.m: Ditto. | |
10723 * image/saveimage.m: Ditto. | |
3372 | 10724 * io/printf.m: Ditto. |
10725 * io/puts.m: Ditto. | |
10726 | |
3369 | 10727 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10728 | |
10729 * special-matrix/hankel.m: Texinfoize doc string. | |
10730 * special-matrix/hilb.m: Ditto. | |
10731 * special-matrix/invhilb.m: Ditto. | |
10732 * special-matrix/sylvester_matrix.m: Ditto. | |
10733 * special-matrix/toeplitz.m: Ditto. | |
10734 * special-matrix/vander.m: Ditto. | |
10735 * linear-algebra/vec.m: Ditto. | |
10736 * linear-algebra/vech.m: Ditto. | |
10737 * general/common_size.m: Ditto. | |
10738 * general/diff.m: Ditto. | |
10739 * general/fliplr.m: Ditto. | |
10740 * general/flipud.m: Ditto. | |
10741 * general/rot90.m: Ditto. | |
10742 * general/reshape.m: Ditto. | |
10743 * general/shift.m: Ditto. | |
10744 * general/tril.m: Ditto. | |
10745 * general/triu.m: Ditto. | |
10746 * general/logspace.m: Ditto. | |
3371 | 10747 * general/nargchk.m: Ditto. |
3369 | 10748 |
3367 | 10749 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10750 | |
10751 * statistics/base/mean: Texinfoize doc string. | |
10752 * statistics/base/median: Ditto. | |
10753 * statistics/base/std: Ditto. | |
10754 * statistics/base/cov: Ditto. | |
10755 * statistics/base/corrcoef: Ditto. | |
10756 * statistics/base/kurtosis: Ditto. | |
10757 * statistics/base/mahalanobis: Ditto. | |
10758 * statistics/base/skewness: Ditto. | |
3368 | 10759 * statistics/base/gls.m: Ditto. |
10760 * statistics/base/ols.m: Ditto. | |
3367 | 10761 * signal/detrend.m: Ditto. |
10762 * signal/freqz.m: Ditto. | |
10763 * signal/sinc.m: Ditto. | |
10764 * signal/fftconv.m: Ditto. | |
10765 * signal/fftfilt.m: Ditto. | |
3368 | 10766 * set/create_set.m: Ditto. |
10767 * set/union.m: Ditto. | |
10768 * set/intersection.m: Ditto. | |
10769 * set/complement.m: Ditto. | |
10770 * poly/compan.m: Ditto. | |
10771 * poly/conv: Ditto. | |
10772 * poly/deconv: Ditto. | |
10773 * poly/poly: Ditto. | |
10774 * poly/polyderiv: Ditto. | |
10775 * poly/polyfit: Ditto. | |
10776 * poly/polyinteg: Ditto. | |
10777 * poly/polyreduce: Ditto. | |
10778 * poly/polyval: Ditto. | |
10779 * poly/polyvalm: Ditto. | |
10780 * poly/residue: Ditto. | |
10781 * poly/roots: Ditto. | |
10782 * plot/top_title.m: Ditto | |
10783 * plot/subwindow.m: Ditto | |
10784 * plot/subplot.m: Ditto | |
10785 * plot/plot_border.m: Ditto | |
10786 * plot/oneplot.m: Ditto | |
10787 * plot/multiplot.m: Ditto | |
10788 * plot/mplot.m: Ditto | |
10789 * plot/xlabel.m: Ditto | |
10790 * plot/figure.m: Ditto | |
10791 * plot/meshdom.m: Ditto | |
10792 * plot/mesh.m: Ditto | |
10793 * plot/stairs.m: Ditto | |
10794 * plot/polar.m: Ditto | |
10795 * plot/loglog.m: Ditto | |
10796 * plot/hist.m: Ditto | |
10797 * plot/contour.m: Ditto | |
10798 * plot/bar.m: Ditto | |
10799 * plot/axis.m: Ditto | |
10800 * plot/plot.m: Ditto. | |
3367 | 10801 |
3361 | 10802 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10803 | |
3365 | 10804 * control/pinv.m: Delete. |
10805 | |
3364 | 10806 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10807 | |
3361 | 10808 * strings/blanks.m: Texinfoize doc string. |
10809 * strings/strcat.m: Ditto. | |
10810 * strings/str2mat.m: Ditto. | |
10811 * strings/deblank.m: Ditto. | |
10812 * strings/findstr.m: Ditto. | |
10813 * strings/index.m: Ditto. | |
10814 * strings/rindex.m: Ditto. | |
10815 * strings/split.m: Ditto. | |
10816 * strings/strcmp.m: Ditto. | |
10817 * strings/strrep.m: Ditto. | |
10818 * strings/substr.m: Ditto. | |
10819 * general/int2str.m: Ditto. | |
10820 * general/num2str.m: Ditto. | |
10821 * strings/dec2bin.m: Ditto. | |
10822 * strings/bin2dec: Ditto. | |
10823 * strings/dec2bin: Ditto. | |
10824 * strings/dec2hex: Ditto. | |
10825 * strings/hex2dec: Ditto. | |
10826 * strings/str2num: Ditto. | |
10827 | |
3347 | 10828 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10829 | |
10830 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10831 | |
5095 | 10832 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10833 |
10834 * control/DEMOcontrol.m: Texinfoize doc string. | |
10835 * control/abcddim.m: Ditto. | |
10836 * control/abcddims.m: Ditto. | |
10837 * control/analdemo.m: Ditto. | |
10838 * control/are.m: Ditto. | |
10839 * control/axis2dlim.m: Ditto. | |
10840 * control/bddemo.m: Ditto. | |
10841 * control/bode.m: Ditto. | |
10842 * control/bode_bounds.m: Ditto. | |
10843 * control/bodquist.m: Ditto. | |
10844 * control/buildssic.m: Ditto. | |
10845 * control/c2d.m: Ditto. | |
10846 * control/ctrb.m: Ditto. | |
10847 * control/d2c.m: Ditto. | |
10848 * control/damp.m: Ditto. | |
10849 * control/dare.m: Ditto. | |
10850 * control/dcgain.m: Ditto. | |
10851 * control/dgkfdemo.m: Ditto. | |
10852 * control/dgram.m: Ditto. | |
10853 * control/dlqe.m: Ditto. | |
10854 * control/dlqr.m: Ditto. | |
10855 * control/dlyap.m: Ditto. | |
10856 * control/dmr2d.m: Ditto. | |
10857 * control/fir2sys.m: Ditto. | |
10858 * control/frdemo.m: Ditto. | |
10859 * control/freqchkw.m: Ditto. | |
10860 * control/freqresp.m: Ditto. | |
10861 * control/gram.m: Ditto. | |
10862 * control/h2norm.m: Ditto. | |
10863 * control/h2syn.m: Ditto. | |
10864 * control/hinf_ctr.m: Ditto. | |
10865 * control/hinfdemo.m: Ditto. | |
10866 * control/hinfnorm.m: Ditto. | |
10867 * control/hinfsyn.m: Ditto. | |
10868 * control/hinfsyn_chk.m: Ditto. | |
10869 * control/impulse.m: Ditto. | |
10870 * control/is_abcd.m: Ditto. | |
10871 * control/is_controllable.m: Ditto. | |
10872 * control/is_detectable.m: Ditto. | |
10873 * control/is_dgkf.m: Ditto. | |
10874 * control/is_digital.m: Ditto. | |
10875 * control/is_observable.m: Ditto. | |
10876 * control/is_sample.m: Ditto. | |
10877 * control/is_signal_list.m: Ditto. | |
10878 * control/is_siso.m: Ditto. | |
10879 * control/is_stabilizable.m: Ditto. | |
10880 * control/is_stable.m: Ditto. | |
10881 * control/jet707.m: Ditto. | |
10882 * control/lqe.m: Ditto. | |
10883 * control/lqg.m: Ditto. | |
10884 * control/lqr.m: Ditto. | |
10885 * control/lsim.m: Ditto. | |
10886 * control/ltifr.m: Ditto. | |
10887 * control/lyap.m: Ditto. | |
10888 * control/moddemo.m: Ditto. | |
10889 * control/nyquist.m: Ditto. | |
10890 * control/obsv.m: Ditto. | |
10891 * control/ord2.m: Ditto. | |
10892 * control/outlist.m: Ditto. | |
10893 * control/pinv.m: Ditto. | |
10894 * control/place.m: Ditto. | |
10895 * control/polyout.m: Ditto. | |
10896 * control/prompt.m: Ditto. | |
10897 * control/pzmap.m: Ditto. | |
10898 * control/qzval.m: Ditto. | |
10899 * control/rldemo.m: Ditto. | |
10900 * control/rlocus.m: Ditto. | |
10901 * control/sortcom.m: Ditto. | |
10902 * control/ss2sys.m: Ditto. | |
10903 * control/ss2tf.m: Ditto. | |
10904 * control/ss2zp.m: Ditto. | |
10905 * control/starp.m: Ditto. | |
10906 * control/step.m: Ditto. | |
10907 * control/stepimp.m: Ditto. | |
10908 * control/susball.m: Ditto. | |
10909 * control/sys2fir.m: Ditto. | |
10910 * control/sys2ss.m: Ditto. | |
10911 * control/sys2tf.m: Ditto. | |
10912 * control/sys2zp.m: Ditto. | |
10913 * control/sysadd.m: Ditto. | |
10914 * control/sysappend.m: Ditto. | |
10915 * control/syschnames.m: Ditto. | |
10916 * control/syschnamesl.m: Ditto. | |
10917 * control/syschtsam.m: Ditto. | |
10918 * control/sysconnect.m: Ditto. | |
10919 * control/syscont.m: Ditto. | |
10920 * control/syscont_disc.m: Ditto. | |
10921 * control/sysdefioname.m: Ditto. | |
10922 * control/sysdefstname.m: Ditto. | |
10923 * control/sysdimensions.m: Ditto. | |
10924 * control/sysdisc.m: Ditto. | |
10925 * control/sysdup.m: Ditto. | |
10926 * control/sysgetsignals.m: Ditto. | |
10927 * control/sysgettype.m: Ditto. | |
10928 * control/sysgroup.m: Ditto. | |
10929 * control/sysgroupn.m: Ditto. | |
10930 * control/sysmult.m: Ditto. | |
10931 * control/sysout.m: Ditto. | |
10932 * control/sysprune.m: Ditto. | |
10933 * control/sysreorder.m: Ditto. | |
10934 * control/sysrepdemo.m: Ditto. | |
10935 * control/sysscale.m: Ditto. | |
10936 * control/syssetsignals.m: Ditto. | |
10937 * control/syssub.m: Ditto. | |
10938 * control/sysupdate.m: Ditto. | |
10939 * control/tf2ss.m: Ditto. | |
10940 * control/tf2sys.m: Ditto. | |
10941 * control/tf2sysl.m: Ditto. | |
10942 * control/tf2zp.m: Ditto. | |
10943 * control/tfout.m: Ditto. | |
10944 * control/tzero.m: Ditto. | |
10945 * control/tzero2.m: Ditto. | |
10946 * control/ugain.m: Ditto. | |
10947 * control/wgt1o.m: Ditto. | |
10948 * control/zgfmul.m: Ditto. | |
10949 * control/zgfslv.m: Ditto. | |
10950 * control/zginit.m: Ditto. | |
10951 * control/zgpbal.m: Ditto. | |
10952 * control/zgreduce.m: Ditto. | |
10953 * control/zgrownorm.m: Ditto. | |
10954 * control/zgscal.m: Ditto. | |
10955 * control/zgsgiv.m: Ditto. | |
10956 * control/zgshsr.m: Ditto. | |
10957 * control/zp2ss.m: Ditto. | |
10958 * control/zp2ssg2.m: Ditto. | |
10959 * control/zp2sys.m: Ditto. | |
10960 * control/zp2tf.m: Ditto. | |
10961 * control/zpout.m: Ditto. | |
10962 | |
5095 | 10963 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10964 |
5378 | 10965 * audio/lin2mu.m: Texinfoize doc string. |
10966 * audio/loadaudio.m: Ditto. | |
10967 * audio/mu2lin.m: Ditto. | |
10968 * audio/playaudio.m: Ditto. | |
10969 * audio/record.m: Ditto. | |
10970 * audio/saveaudio.m: Ditto. | |
3332 | 10971 |
5095 | 10972 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10973 |
10974 * elfun/acot.m: Texinfoize doc string. | |
10975 * elfun/acsc.m: Ditto. | |
10976 * elfun/acsch.m: Ditto. | |
10977 * elfun/asec.m: Ditto. | |
10978 * elfun/asech.m: Ditto. | |
10979 * elfun/cot.m: Ditto. | |
10980 * elfun/coth.m: Ditto. | |
10981 * elfun/csc.m: Ditto. | |
10982 * elfun/csch.m: Ditto. | |
10983 * elfun/gcd.m: Ditto. | |
10984 * elfun/lcm.m: Ditto. | |
10985 * elfun/sec.m: Ditto. | |
10986 * elfun/sech.m: Ditto. | |
10987 * general/nextpow2.m: Ditto. | |
10988 * general/rem.m: Ditto. | |
10989 * linear-algebra/commutation_matrix.m: Ditto. | |
10990 * linear-algebra/cross.m: Ditto. | |
10991 * linear-algebra/duplication_matrix.m: Ditto. | |
10992 * miscellaneous/bincoeff.m: Ditto. | |
10993 * miscellaneous/xor.m: Ditto. | |
10994 * specfun/bessel.m: Ditto. | |
10995 * specfun/beta.m: Ditto. | |
10996 * specfun/betai.m: Ditto. | |
10997 * specfun/erfinv.m: Ditto. | |
10998 * specfun/gammai.m: Ditto. | |
10999 * specfun/log2.m: Ditto. | |
11000 * specfun/pow2.m: Ditto. | |
11001 | |
5095 | 11002 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11003 |
11004 * general/is_scalar.m: Texinfoize help text. | |
11005 * general/is_square.m: Ditto. | |
11006 * general/is_symmetric.m: Ditto. | |
11007 | |
3320 | 11008 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11009 | |
11010 * strings/split.m: If the string to be split is empty, just return | |
11011 an empty string. | |
11012 | |
3319 | 11013 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11014 | |
11015 * Makefile.in (ALL_M_FILES): New macro. | |
11016 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11017 | |
3306 | 11018 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11019 | |
11020 * control/bode.m: Don't return anything if nargout == 0. | |
11021 | |
11022 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11023 | |
11024 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11025 | |
3305 | 11026 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11027 | |
11028 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11029 gethelp.cc to the list. | |
11030 | |
3296 | 11031 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11032 | |
3301 | 11033 * time/asctime.m: Texinfoize help text. |
11034 * time/clock.m: Ditto. | |
11035 * time/date.m: Ditto. | |
11036 * miscellaneous/cputime.m: Ditto. | |
11037 * miscellaneous/etime.m: Ditto. | |
11038 * miscellaneous/is_leap_year.m: Ditto. | |
11039 * miscellaneous/popen2.m: Ditto. | |
11040 * miscellaneous/version.m: Ditto. | |
11041 * miscellaneous/tic.m: Ditto. | |
11042 * miscellaneous/toc.m: Just refer to tic.m. | |
11043 | |
3297 | 11044 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11045 `cd dir; $(MAKE); cd ..'. | |
11046 ($(SUBDIRS)): Likewise. | |
11047 | |
11048 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11049 | |
11050 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11051 of `cd dir; $(MAKE)'. | |
11052 | |
3296 | 11053 * gethelp.cc, mkdoc: New files. |
11054 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11055 sources. | |
11056 | |
3291 | 11057 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11058 | |
11059 * linear-algebra/kron.m: Fix typo in previous change | |
11060 | |
3282 | 11061 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11062 | |
11063 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11064 | |
5095 | 11065 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11066 |
11067 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11068 rank when V has more columns than rows. | |
11069 | |
11070 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11071 | |
11072 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11073 | |
11074 * statistics/tests/manova.m: Avoid problems if | |
11075 whitespace_in_literal_matrix is set to "traditional". | |
11076 * statistics/tests/t_test_regression.m: Likewise. | |
11077 * statistics/tests/u_test.m: Likewise. | |
11078 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11079 * statistics/tests/anova.m: Likewise. | |
11080 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11081 * statistics/base/statistics.m: Likewise. | |
11082 * image/saveimage.m: Likewise. | |
11083 * signal/arch_fit.m: Likewise. | |
11084 * signal/autoreg_matrix.m: Likewise. | |
11085 * signal/triangle_lw.m: Likewise. | |
11086 * strings/dec2hex.m: Likewise. | |
11087 | |
3268 | 11088 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11089 | |
11090 * image/saveimage.m: Initialize scale. | |
11091 | |
11092 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11093 | |
11094 * general/reshape.m: Allow reshape (a, size (b)). | |
11095 | |
3266 | 11096 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11097 | |
11098 * specfun/erfinv.m: Improve stopping criterion. | |
11099 Add iteration count as second return value. | |
11100 | |
3265 | 11101 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11102 | |
11103 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11104 | |
3263 | 11105 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11106 | |
11107 * miscellaneous/pack.m: New function. | |
11108 | |
11109 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11110 | |
11111 * plot/figure.m: Always return figure number. With no args, | |
11112 figure now creates a new figure window and returns its number. | |
11113 Accept figure (property, value) syntax, but do nothing. | |
11114 | |
5095 | 11115 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11116 |
11117 * general/shift.m: Avoid printing temporary value for backward shift. | |
11118 | |
3260 | 11119 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11120 | |
11121 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11122 evenly spaced. | |
11123 | |
3250 | 11124 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11125 | |
11126 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11127 contain only zeros. | |
11128 | |
5095 | 11129 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11130 |
11131 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11132 instead of appending them. | |
11133 | |
11134 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11135 | |
11136 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11137 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11138 Update from A. S. Hodel. | |
11139 | |
3246 | 11140 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11141 | |
11142 * polynomial/polyfit.m: Correct previous change. | |
11143 | |
3243 | 11144 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11145 | |
11146 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11147 | |
5095 | 11148 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11149 |
11150 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11151 version of krylov and krylovb. | |
11152 | |
11153 * control/outlist.m, control/sysout.m: Fix typos. | |
11154 | |
11155 * control/sysdimensions.m: Add option for total number of states. | |
11156 | |
11157 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11158 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11159 arguments. | |
11160 | |
11161 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11162 | |
11163 * strings/index.m: Fail with meaningful error message if either | |
11164 arg is a string array. | |
11165 | |
3238 | 11166 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11167 | |
11168 * linear-algebra/norm.m: Do the right thing for 1- and | |
11169 infinity-norms of complex matrices. From Sven Khatri | |
11170 <khatri@saturn.vocalpoint.com>. | |
11171 | |
5095 | 11172 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11173 |
11174 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11175 | |
11176 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11177 | |
11178 * strings/split.m: Avoid problems when splitting strings that have | |
11179 \ in them. | |
11180 | |
5095 | 11181 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11182 |
11183 * image/colormap.m: Do better arg checking, handle string args | |
11184 that name the colormap function to call (e.g., colormap ("ocean")). | |
11185 | |
5095 | 11186 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11187 |
11188 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11189 * linear-algebra/dot.m: Likewise. | |
11190 * linear-algebra/cross.m: Likewise. | |
11191 * general/rot90.m: Likewise. | |
11192 | |
5095 | 11193 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11194 |
11195 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11196 that the leading column is not all zeros. | |
11197 | |
11198 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11199 | |
11200 * general/shift.m: Fix potential problems with | |
11201 whitespace_in_literal_matrix. | |
11202 * signal/arch_rnd.m: Ditto. | |
11203 * signal/autocov.m: Ditto. | |
11204 * signal/diffpara.m: Ditto. | |
11205 * signal/hurst.m: Ditto. | |
11206 * signal/periodogram.m: Ditto. | |
11207 * signal/spectral_adf.m: Ditto. | |
11208 * signal/spectral_xdf.m: Ditto. | |
11209 * signal/spencer.m: Ditto. | |
11210 * signal/synthesis.m: Ditto. | |
11211 * statistics/distributions/wiener_rnd.m: Ditto. | |
11212 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11213 * statistics/models/logistic_regression.m: Ditto. | |
11214 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11215 * statistics/tests/run_test.m: Ditto. | |
11216 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11217 | |
5095 | 11218 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11219 |
11220 * plot/__plr2__.m: Fix typo. | |
11221 | |
3233 | 11222 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11223 | |
11224 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11225 | |
5095 | 11226 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11227 |
11228 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11229 function. | |
11230 | |
5095 | 11231 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11232 |
11233 * control/ss2sys.m: Fix typo. | |
11234 | |
11235 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11236 | |
11237 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11238 | |
11239 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11240 signal names as lists of strings instead of string arrays. | |
11241 | |
3225 | 11242 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11243 | |
3233 | 11244 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11245 <a.s.hodel@eng.auburn.edu>. |
11246 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11247 * quaternion/Makefile.in: New file. |
11248 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11249 |
11250 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11251 | |
11252 * image/saveimage.m: Make it work again for black and white colormaps. | |
11253 | |
11254 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11255 since there can be fewer rows than columns. Round values to | |
11256 nearest position in colormap instead of truncating. Correct usage | |
11257 message. | |
11258 | |
5095 | 11259 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11260 |
11261 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11262 zero rows of [A,v] as householder pivots; this avoids spurious | |
11263 non-zero entries in returned orthogonal matrix U, but destroys the | |
11264 Householder matrix structure of H. | |
11265 | |
11266 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11267 | |
11268 * general/logical.m: Just copy input to output if argument is | |
11269 already a logical object. | |
11270 | |
3215 | 11271 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11272 | |
11273 * New files from OCST, in control subdiretory: | |
11274 | |
11275 DEMOcontrol.m is_siso.m syschnames.m | |
11276 abcddim.m is_stabilizable.m syschnamesl.m | |
11277 abcddims.m is_stable.m syschtsam.m | |
11278 analdemo.m jet707.m sysconnect.m | |
11279 are.m lqe.m syscont.m | |
11280 axis2dlim.m lqg.m syscont_disc.m | |
11281 bddemo.m lqr.m sysdefioname.m | |
11282 bode.m lsim.m sysdefstname.m | |
11283 bode_bounds.m ltifr.m sysdimensions.m | |
11284 bodquist.m lyap.m sysdisc.m | |
11285 buildssic.m mb.m sysdup.m | |
11286 c2d.m minfo.m sysgetsignals.m | |
6302 | 11287 com2str.m moddemo.m sysgettsam.m |
3215 | 11288 controldemo.m nichols.m sysgettype.m |
11289 ctrb.m nyquist.m sysgroup.m | |
11290 d2c.m obsv.m sysgroupn.m | |
11291 damp.m ord2.m sysmult.m | |
11292 dare.m outlist.m sysout.m | |
11293 dcgain.m packedform.m sysprune.m | |
11294 demomarsyas.m packsys.m sysreorder.m | |
11295 dezero.m; parallel.m sysrepdemo.m | |
11296 dgkfdemo.m place.m sysscale.m | |
11297 dgram.m polyout.m syssub.m | |
11298 dhinfdemo.m prompt.m sysupdate.m | |
11299 dlqe.m pzmap.m tf2ss.m | |
11300 dlqg.m qzval.m tf2sys.m | |
11301 dlqr.m rldemo.m tf2sysl.m | |
11302 dlyap.m rlocus.m tf2zp.m | |
11303 dmr2d.m rotg.m tfout.m | |
11304 fir2sys.m run_cmd.m; tzero.m | |
11305 frdemo.m series.m tzero2.m | |
11306 freqchkw.m sortcom.m ugain.m | |
11307 freqresp.m ss2sys.m unpacksys.m | |
11308 gram.m ss2tf.m wgt1o.m | |
11309 h2norm.m ss2zp.m zgfmul.m | |
11310 h2syn.m starp.m zgfslv.m | |
11311 hinf_ctr.m step.m zginit.m | |
11312 hinfdemo.m stepimp.m zgpbal.m | |
11313 hinfnorm.m strappend.m; zgreduce.m | |
11314 hinfsyn.m susball.m zgrownorm.m | |
11315 hinfsyn_chk.m swap.m zgscal.m | |
11316 impulse.m swapcols.m zgsgiv.m | |
11317 is_abcd.m swaprows.m zgshsr.m | |
11318 is_controllable.m sys2fir.m zp2ss.m | |
11319 is_detectable.m sys2ss.m zp2ssg2.m | |
11320 is_dgkf.m sys2tf.m zp2sys.m | |
11321 is_digital.m sys2zp.m zp2tf.m | |
11322 is_observable.m sysadd.m zpout.m | |
11323 is_sample.m sysappend.m | |
11324 | |
11325 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11326 | |
11327 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11328 | |
11329 * strings/deblank.m: Make it work for string arrays too. | |
11330 | |
3211 | 11331 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11332 | |
11333 * linear-algebra/housh.m: New file from the OCST. | |
11334 * linear-algebra/krygetq.m: Ditto. | |
11335 * linear-algebra/krylov.m: Ditto. | |
11336 * linear-algebra/krylovb.m: Ditto. | |
11337 * linear-algebra/qrhouse.m: Ditto. | |
11338 * general/is_duplicate_entry.m: Ditto. | |
11339 | |
11340 * general/is_symmetric.m: Call is_square instead of doing that | |
11341 check in line. | |
11342 | |
3196 | 11343 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11344 | |
3202 | 11345 * general/is_square.m: |
11346 | |
11347 * general/isempty.m, general/is_matrix.m: Delete. | |
11348 | |
11349 * general/is_symmetric: Delete special case for strings. Whether | |
11350 the conversion is valid should depend on implicit_str_to_num_ok. | |
11351 | |
11352 * general/is_square.m: If arg is not a matrix, don't check size, | |
11353 just return 0. | |
11354 * general/is_symmetric: Likewise. | |
11355 * general/is_vector.m: Likewise. | |
11356 * general/is_scalar.m: Likewise. | |
11357 | |
3196 | 11358 * general/length.m: Delete. |
11359 | |
3191 | 11360 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11361 | |
11362 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11363 statistics/distributions/Makefile, statistics/models/Makefile, | |
11364 and statistics/tests/Makefile to the list of files to create. | |
11365 | |
11366 * finance/Makefile.in, statistics/base/Makefile.in, | |
11367 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11368 statistics/tests/Makefile.in: New files. | |
11369 * statistics/Makefile.in: Delete file lists. Now only handle | |
11370 subdirectories. | |
11371 * Makefile.in (SUBDIRS): Add finance. | |
11372 | |
11373 * Move the following files from statistics to statistics/base: | |
11374 | |
11375 corrcoef.m | |
11376 kurtosis.m | |
11377 mahalanobis.m | |
11378 median.m | |
11379 ols.m | |
11380 skewness.m | |
11381 std.m | |
11382 | |
11383 New files, from Kurt Hornik's octave-ci package: | |
11384 | |
11385 * finance (new directory): | |
11386 | |
11387 fv.m | |
11388 fvl.m | |
11389 irr.m | |
11390 nper.m | |
11391 npv.m | |
11392 pmt.m | |
11393 pv.m | |
11394 pvl.m | |
11395 rate.m | |
11396 vol.m | |
11397 | |
11398 * linear-algebra/dmult.m | |
11399 | |
11400 * signal: | |
11401 | |
11402 arch_fit.m | |
11403 arch_rnd.m | |
11404 arch_test.m | |
11405 arma_rnd.m | |
11406 autocor.m | |
11407 autocov.m | |
11408 autoreg_matrix.m | |
11409 bartlett.m | |
11410 blackman.m | |
11411 diffpara.m | |
11412 durbinlevinson.m | |
11413 fractdiff.m | |
11414 hamming.m | |
11415 hanning.m | |
11416 hurst.m | |
11417 periodogram.m | |
11418 rectangle_lw.m | |
11419 rectangle_sw.m | |
11420 sinetone.m | |
11421 sinewave.m | |
11422 spectral_adf.m | |
11423 spectral_xdf.m | |
11424 spencer.m | |
11425 stft.m | |
11426 synthesis.m | |
11427 triangle_lw.m | |
11428 triangle_sw.m | |
11429 yulewalker.m | |
11430 | |
11431 * statistics/base (new directory): | |
11432 | |
11433 center.m | |
11434 cloglog.m | |
11435 cor.m | |
11436 cov.m | |
11437 cut.m | |
11438 iqr.m | |
11439 kendall.m | |
11440 logit.m | |
11441 mean.m | |
11442 meansq.m | |
11443 moment.m | |
11444 ppplot.m | |
11445 probit.m | |
11446 qqplot.m | |
11447 range.m | |
11448 ranks.m | |
11449 run_count.m | |
11450 spearman.m | |
11451 statistics.m | |
11452 studentize.m | |
11453 table.m | |
11454 values.m | |
11455 var.m | |
11456 | |
11457 (Replaces cov.m and mean.m with new versions.) | |
11458 | |
11459 * statistics/distributions (new directory): | |
11460 | |
11461 beta_cdf.m | |
11462 beta_inv.m | |
11463 beta_pdf.m | |
11464 beta_rnd.m | |
11465 binomial_cdf.m | |
11466 binomial_inv.m | |
11467 binomial_pdf.m | |
11468 binomial_rnd.m | |
11469 cauchy_cdf.m | |
11470 cauchy_inv.m | |
11471 cauchy_pdf.m | |
11472 cauchy_rnd.m | |
11473 chisquare_cdf.m | |
11474 chisquare_inv.m | |
11475 chisquare_pdf.m | |
11476 chisquare_rnd.m | |
11477 discrete_cdf.m | |
11478 discrete_inv.m | |
11479 discrete_pdf.m | |
11480 discrete_rnd.m | |
11481 empirical_cdf.m | |
11482 empirical_inv.m | |
11483 empirical_pdf.m | |
11484 empirical_rnd.m | |
11485 exponential_cdf.m | |
11486 exponential_inv.m | |
11487 exponential_pdf.m | |
11488 exponential_rnd.m | |
11489 f_cdf.m | |
11490 f_inv.m | |
11491 f_pdf.m | |
11492 f_rnd.m | |
11493 gamma_cdf.m | |
11494 gamma_inv.m | |
11495 gamma_pdf.m | |
11496 gamma_rnd.m | |
11497 geometric_cdf.m | |
11498 geometric_inv.m | |
11499 geometric_pdf.m | |
11500 geometric_rnd.m | |
11501 hypergeometric_cdf.m | |
11502 hypergeometric_inv.m | |
11503 hypergeometric_pdf.m | |
11504 hypergeometric_rnd.m | |
11505 kolmogorov_smirnov_cdf.m | |
11506 laplace_cdf.m | |
11507 laplace_inv.m | |
11508 laplace_pdf.m | |
11509 laplace_rnd.m | |
11510 logistic_cdf.m | |
11511 logistic_inv.m | |
11512 logistic_pdf.m | |
11513 logistic_rnd.m | |
11514 lognormal_cdf.m | |
11515 lognormal_inv.m | |
11516 lognormal_pdf.m | |
11517 lognormal_rnd.m | |
11518 normal_cdf.m | |
11519 normal_inv.m | |
11520 normal_pdf.m | |
11521 normal_rnd.m | |
11522 pascal_cdf.m | |
11523 pascal_inv.m | |
11524 pascal_pdf.m | |
11525 pascal_rnd.m | |
11526 poisson_cdf.m | |
11527 poisson_inv.m | |
11528 poisson_pdf.m | |
11529 poisson_rnd.m | |
11530 stdnormal_cdf.m | |
11531 stdnormal_inv.m | |
11532 stdnormal_pdf.m | |
11533 stdnormal_rnd.m | |
11534 t_cdf.m | |
11535 t_inv.m | |
11536 t_pdf.m | |
11537 t_rnd.m | |
11538 uniform_cdf.m | |
11539 uniform_inv.m | |
11540 uniform_pdf.m | |
11541 uniform_rnd.m | |
11542 weibull_cdf.m | |
11543 weibull_inv.m | |
11544 weibull_pdf.m | |
11545 weibull_rnd.m | |
11546 wiener_rnd.m | |
11547 | |
11548 * statistics/models (new directory): | |
11549 | |
11550 logistic_regression.m | |
11551 logistic_regression_derivatives.m | |
11552 logistic_regression_likelihood.m | |
11553 | |
11554 * statistics/tests (new directory): | |
11555 | |
11556 anova.m | |
11557 bartlett_test.m | |
11558 chisquare_test_homogeneity.m | |
11559 chisquare_test_independence.m | |
11560 cor_test.m | |
11561 f_test_regression.m | |
11562 hotelling_test.m | |
11563 hotelling_test_2.m | |
11564 kolmogorov_smirnov_test.m | |
11565 kolmogorov_smirnov_test_2.m | |
11566 kruskal_wallis_test.m | |
11567 manova.m | |
11568 mcnemar_test.m | |
11569 prop_test_2.m | |
11570 run_test.m | |
11571 sign_test.m | |
11572 t_test.m | |
11573 t_test_2.m | |
11574 t_test_regression.m | |
11575 u_test.m | |
11576 var_test.m | |
11577 welch_test.m | |
11578 wilcoxon_test.m | |
11579 z_test.m | |
11580 z_test_2.m | |
11581 | |
11582 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11583 | |
11584 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11585 compatibility and to avoid Y2K problems. | |
11586 | |
3190 | 11587 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11588 | |
11589 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11590 least-squares solution. | |
11591 | |
3180 | 11592 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11593 | |
11594 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11595 | |
11596 * strings/strrep.m: Don't convert args to numeric values. | |
11597 Prevent warnings for empty string args. | |
11598 From Georg Thimm <thimm@idiap.ch>. | |
11599 | |
11600 * strings/strcat.m: Prevent warnings for empty string args. | |
11601 | |
11602 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11603 | |
11604 * miscellaneous/menu.m: Remove special case for empty string | |
11605 returned from input(). Add second arg to eval() to catch errors. | |
11606 | |
3178 | 11607 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11608 | |
11609 * plot/__plt__.m: Don't call usleep. | |
11610 | |
3175 | 11611 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11612 | |
11613 * linear-algebra/dot.m: New function. | |
11614 | |
11615 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11616 compatibility. | |
11617 | |
11618 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11619 | |
11620 * plot/hist.m: Also allow just one output argument. | |
11621 | |
11622 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11623 | |
11624 * strings/deblank.m: Make it work if the string is only blanks. | |
11625 | |
11626 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11627 | |
11628 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11629 | |
11630 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11631 | |
11632 * plot/oneplot.m: Fix typo. | |
11633 | |
3174 | 11634 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11635 | |
11636 * miscellaneous/flops.m: Allow a single argument too. | |
11637 | |
11638 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11639 | |
11640 * strings/str2mat.m: Also handle case when there are no empty | |
11641 strings correctly. | |
11642 | |
11643 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11644 | |
11645 * strings/isletter.m: New function, for Matlab compatibility. | |
11646 | |
3168 | 11647 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11648 | |
11649 * strings/str2mat.m: Handle string matrices too. | |
11650 | |
3167 | 11651 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11652 | |
11653 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11654 linear encoding. | |
11655 | |
11656 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11657 audio/record.m: Open files in binary mode. | |
11658 | |
3164 | 11659 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11660 | |
11661 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11662 Move functionality of dump_1_pref here, but use built-in function | |
11663 type to extract value, and put it inside try/catch block. | |
11664 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11665 | |
3162 | 11666 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11667 | |
11668 * plot/__pltopt1.m__: New file. | |
11669 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11670 __pltopt1__ multiple times and returning a string array with rows | |
11671 corresponding to the rows of opt. | |
11672 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11673 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11674 array. | |
11675 | |
11676 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11677 | |
11678 * plot/mplot.m: Fix misspellings of global variables. | |
11679 Don't call clearplot. | |
11680 | |
11681 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11682 | |
11683 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11684 "cle;rep" when going in ot multiplot mode. | |
11685 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11686 switching out of multiplot mode. | |
11687 | |
3156 | 11688 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11689 |
3156 | 11690 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11691 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11692 |
3141 | 11693 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11694 | |
11695 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11696 | |
11697 * miscellaneous/bug_report.m: Don't try to get smart with | |
11698 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11699 | |
11700 * Makefile.in (install): Create separate ls-R files for | |
11701 $(datadir) and $(libexecdir). | |
11702 (uninstall): Remove both ls-R files. | |
11703 | |
3136 | 11704 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11705 | |
11706 * signal/fftshift.m: New file. | |
11707 | |
11708 * plot/contour.m: Fix for non-square case. | |
11709 | |
11710 * general/randperm.m: New file. | |
11711 | |
11712 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11713 | |
11714 * specfun/betai.m: Restore file for compatibility with previous | |
11715 versions. Call betainc with reordered args. | |
11716 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11717 | |
3131 | 11718 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11719 | |
11720 * plot/contour.m: Handle discrete contour levels. | |
11721 | |
11722 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11723 | |
11724 * control/lyap.m: For compatibility with Matlab, solve | |
11725 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11726 | |
3124 | 11727 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11728 | |
11729 * specfun/bessel.m: New file. | |
11730 | |
11731 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11732 specfun/gammainc.m: Delete. | |
11733 | |
3106 | 11734 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11735 | |
11736 * image/colormap.m: Initialize __current_color_map__ in global | |
11737 statement. | |
11738 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11739 statement. | |
11740 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11741 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11742 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11743 | |
3103 | 11744 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11745 | |
11746 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11747 * time/toc.m: Likewise. | |
11748 | |
11749 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11750 | |
11751 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11752 anything special for automatic_replot when in multiplot mode -- | |
11753 recent 3.6beta releases handle this correctly. | |
11754 | |
11755 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11756 setting the terminal type. | |
11757 | |
11758 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11759 plot/subwindow.m: Use leading and trailing underscores for | |
11760 `private' globals. | |
11761 | |
11762 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11763 | |
3101 | 11764 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11765 | |
11766 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11767 | |
3091 | 11768 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11769 | |
3092 | 11770 * specfun/gammai.m: Avoid problems with whitespace when |
11771 constructing matrices. | |
11772 | |
3091 | 11773 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11774 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11775 original y vector. | |
11776 | |
3085 | 11777 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11778 | |
11779 * linear-algebra/cross.m: Use direct formula instead of calling | |
11780 det three times in a loop. If both args are column (row) vectors, | |
11781 return a column (row) vector. If they don't match, pay attention | |
11782 to the value of prefer_column_vectors. | |
11783 | |
5095 | 11784 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11785 |
11786 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11787 nonsymmetric matrices. | |
11788 | |
11789 * general/tril.m: Fix usage message. | |
11790 | |
11791 * polynomial/polyvalm.m: Fix error messages. | |
11792 * polynomial/polyderiv.m: Likewise. | |
11793 * polynomial/polyval.m: Likewise. | |
11794 | |
3081 | 11795 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11796 | |
11797 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11798 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11799 | |
3063 | 11800 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11801 | |
11802 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11803 | |
5095 | 11804 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11805 |
11806 * plot/__pltopt__.m: Handle key/legend names. | |
11807 Correctly set colors, line styles, and point styles. | |
11808 | |
3061 | 11809 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11810 | |
11811 * polynomial/polyfit.m: Return fit y values as second output. | |
11812 Don't use QR factorization to solve least squares problem. | |
11813 | |
11814 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11815 | |
11816 * control/dlqr.m: Use ao, not a, to compute k. | |
11817 | |
3024 | 11818 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11819 | |
11820 * miscellaneous/path.m: New file. | |
11821 | |
2993 | 11822 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11823 | |
11824 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11825 name. | |
11826 | |
2968 | 11827 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11828 | |
11829 * specfun/erfinv.m: Add missing semicolon. | |
11830 | |
2870 | 11831 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11832 | |
11833 * miscellaneous/xor.m: Make type of return value logical. | |
11834 | |
2853 | 11835 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11836 | |
11837 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11838 warn_comma_in_global_decl. | |
11839 | |
2831 | 11840 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11841 | |
11842 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11843 octave-bug script. | |
11844 | |
2823 | 11845 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11846 | |
2824 | 11847 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11848 prefer_zero_one_indexing. | |
11849 | |
2823 | 11850 * general/logical.m: New file. |
11851 | |
2816 | 11852 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11853 | |
11854 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11855 and is_vector(). | |
11856 | |
5095 | 11857 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11858 |
11859 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11860 Use tolerance of 2 * eps. | |
11861 | |
2811 | 11862 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11863 | |
11864 * Makefile.in (install-strip): New target. | |
11865 * audio/Makefile.in: Ditto. | |
11866 * control/Makefile.in: Ditto. | |
11867 * elfun/Makefile.in: Ditto. | |
11868 * general/Makefile.in: Ditto. | |
11869 * image/Makefile.in: Ditto. | |
11870 * io/Makefile.in: Ditto. | |
11871 * linear-algebra/Makefile.in: Ditto. | |
11872 * miscellaneous/Makefile.in: Ditto. | |
11873 * plot/Makefile.in: Ditto. | |
11874 * polynomial/Makefile.in: Ditto. | |
11875 * set/Makefile.in: Ditto. | |
11876 * signal/Makefile.in: Ditto. | |
11877 * specfun/Makefile.in: Ditto. | |
11878 * special-matrix/Makefile.in: Ditto. | |
11879 * startup/Makefile.in: Ditto. | |
11880 * statistics/Makefile.in: Ditto. | |
11881 * strings/Makefile.in: Ditto. | |
11882 | |
2809 | 11883 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11884 | |
11885 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11886 | |
2798 | 11887 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11888 | |
11889 * statistics/corrcoef.m: Make it actually work. | |
11890 | |
2795 | 11891 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11892 | |
2798 | 11893 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11894 |
2779 | 11895 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11896 |
11897 * Version 2.0.5 released. | |
11898 | |
2745 | 11899 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11900 | |
2749 | 11901 * Makefile.in (maintainer-clean): Also remove configure. |
11902 | |
2746 | 11903 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11904 | |
2745 | 11905 * general/is_matrix.m: Return zero for empty matrices. |
11906 | |
11907 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11908 | |
11909 * linear-algebra/vech.m: Size result just once. | |
11910 | |
2726 | 11911 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11912 | |
11913 * general/is_square.m: Handle empty matrices correctly. | |
11914 * general/is_symmetric.m: Handle empty matrices and strings. | |
11915 | |
2716 | 11916 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11917 | |
11918 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11919 * polynomial/deconv.m: Likewise. | |
11920 * polynomial/polyderiv.m: Likewise. | |
11921 * polynomial/polyinteg.m: Likewise. | |
11922 * polynomial/polyreduce.m: Likewise. | |
11923 * polynomial/polyval.m: Likewise. | |
11924 * polynomial/polyvalm.m: Likewise. | |
11925 * general/postpad.m: Likewise. | |
11926 * general/prepad.m: Likewise. | |
11927 | |
11928 * polynomial/compan.m: Check input with is_vector(), not | |
11929 is_matrix(). Handle scalar case. | |
11930 | |
2711 | 11931 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11932 | |
2715 | 11933 * plot/contour.m: Order data so that it is consistent with |
11934 meshgrid and mesh. | |
11935 | |
2711 | 11936 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11937 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11938 | |
2709 | 11939 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11940 |
11941 * Version 2.0.4 released. | |
11942 | |
2706 | 11943 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11944 | |
2702 | 11945 * miscellaneous/paren.m: New file. |
11946 | |
2693 | 11947 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11948 |
11949 * Version 2.0.3 released. | |
11950 | |
2676 | 11951 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11952 | |
11953 * image/saveimage.m: Only clip image data that is actually out of | |
11954 range. | |
11955 | |
2667 | 11956 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11957 | |
11958 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11959 also be considered to be matrices. | |
11960 | |
11961 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11962 | |
11963 * general/isempty.m: Use size(), not rows() and columns(). | |
11964 | |
11965 * plot/contour.m: Convert set to gset. | |
11966 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11967 | |
2663 | 11968 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11969 | |
11970 * specfun/erfinv.m: Fix typo in last change. | |
11971 | |
2650 | 11972 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11973 | |
11974 * image/loadimage.m: Make it possible to load files with image | |
11975 data named X or img. | |
11976 | |
11977 * image/default.img: Change name of image from X to img to match | |
11978 what saveimage does now. | |
11979 | |
11980 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11981 does now. | |
11982 | |
2632 | 11983 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11984 | |
2634 | 11985 * Version 2.0.2 released. |
11986 | |
2632 | 11987 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11988 weird missing-lines bug without creating extra plots unecessarily. | |
11989 | |
2624 | 11990 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11991 | |
11992 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11993 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11994 io/Makefile.in, linear-algebra/Makefile.in, | |
11995 miscellaneous/Makefile.in, plot/Makefile.in, | |
11996 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11997 specfun/Makefile.in, special-matrix/Makefile.in, | |
11998 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11999 time/Makefile.in (bin-dist): New target. | |
12000 | |
2621 | 12001 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12002 | |
12003 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12004 | |
12005 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12006 | |
12007 * miscellaneous/xor.m: Make it work. | |
12008 | |
2613 | 12009 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12010 | |
12011 * plot/sombrero.m: Doc fix. | |
12012 | |
2602 | 12013 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12014 | |
12015 * Version 2.0.1 released. | |
12016 | |
2601 | 12017 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12018 | |
12019 * elfun/lcm.m: Replace missing if statement. | |
12020 | |
12021 * elfun/gcd.m: Report error if no input args. | |
12022 * elfun/lcm.m: Likewise. | |
12023 | |
2597 | 12024 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12025 | |
12026 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12027 Also list contents of $libexecdir/octave in ls-R database. | |
12028 | |
2583 | 12029 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12030 | |
12031 * Version 2.0 released. | |
12032 | |
2575 | 12033 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12034 | |
12035 * Version 1.94. | |
12036 | |
2558 | 12037 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12038 | |
12039 * strings/str2num.m: New file. | |
12040 | |
2554 | 12041 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12042 | |
12043 * Version 1.93. | |
12044 | |
2540 | 12045 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12046 | |
12047 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12048 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12049 linear-algebra/vech.m: New files from Kurt Hornik. | |
12050 | |
12051 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12052 general/common_size.m: New files from Kurt Hornik. | |
12053 | |
12054 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12055 New files from Kurt Hornik. | |
12056 | |
12057 * signal/detrend.m: New file from Kurt Hornik. | |
12058 | |
12059 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12060 specfun/pow2.m, specfun/log2.m: | |
12061 New files and updates from Kurt Hornik. | |
12062 | |
2523 | 12063 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12064 | |
12065 * plot/__plt__.m: Add explicit replot after last command is | |
12066 issued, to force all lines to be displayed. Hmm. | |
12067 | |
2512 | 12068 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12069 | |
2520 | 12070 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12071 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12072 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12073 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12074 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12075 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12076 Uset gset, not set. | |
12077 | |
2512 | 12078 * Version 1.92. |
12079 | |
2482 | 12080 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12081 | |
2486 | 12082 * image/saveimage.m: When writing PostScript, name Octave as the |
12083 almighty Creator. Use single call to fprintf instead of looping. | |
12084 | |
12085 * image/Makefile.in: Delete references to octtopnm. | |
12086 | |
12087 * general/logspace.m: Doc fix. | |
12088 | |
2482 | 12089 * Version 1.91. |
12090 | |
2458 | 12091 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12092 | |
12093 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12094 | |
12095 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12096 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12097 deleted. | |
12098 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12099 of a system() command to delete the tmp file. | |
12100 | |
2452 | 12101 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12102 | |
12103 * Version 1.90. | |
12104 | |
12105 * Makefile.in (DISTFILES): Add ChangeLog. | |
12106 | |
2360 | 12107 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12108 | |
12109 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12110 Don't check for string value of automatic_replot. | |
12111 | |
12112 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12113 Temporarily set do_fortran_indexing to 1, not "true". | |
12114 | |
12115 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12116 not "false". | |
12117 | |
12118 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12119 "false". | |
12120 | |
2355 | 12121 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12122 | |
12123 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12124 | |
2330 | 12125 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12126 | |
12127 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12128 system command. | |
12129 | |
12130 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12131 | |
12132 * __plr1__.m: Renamed from polar_int_1.m. | |
12133 * __plr2__.m: Renamed from polar_int_2.m. | |
12134 * __plr__.m: Renamed from polar_int.m. | |
12135 * __plt1__.m: Renamed from plot_int_1.m. | |
12136 * __plt2__.m: Renamed from plot_int_2.m. | |
12137 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12138 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12139 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12140 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12141 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12142 * __plt__.m: Renamed from plot_int.m. | |
12143 * __pltopt__.m: Renamed from plot_opt.m. | |
12144 Change all callers. | |
12145 | |
12146 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12147 | |
12148 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12149 comments like those found in Emacs lisp files. | |
12150 | |
12151 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12152 | |
12153 * All .m files: Change comment style. | |
12154 | |
12155 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12156 | |
12157 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12158 subplot.m, subwindow.m, top_title.m: | |
12159 Print error message if gnuplot_has_multiplot is not true. | |
12160 | |
12161 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12162 | |
12163 * plot/figure.m: New function. | |
12164 | |
12165 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12166 | |
12167 * strings/strrep.m: New function. | |
12168 | |
12169 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12170 | |
12171 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12172 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12173 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12174 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12175 New functions from Kurt Hornik, heavily modified by jwe. | |
12176 | |
12177 * general/reshape.m: Allow strings to be reshaped too. | |
12178 | |
12179 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12180 Always return a scalar. | |
12181 | |
12182 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12183 | |
12184 * polynomial/polyfit.m: Make orientation of result compatible with | |
12185 Matlab. | |
12186 | |
12187 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12188 | |
12189 * polynomial/polyfit.m: Add missing close paren. | |
12190 | |
12191 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12192 | |
12193 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12194 | |
12195 * io/scanf.m: Delete. | |
12196 | |
12197 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12198 | |
12199 * statistics/median.m: Fix typo in usage message. | |
12200 | |
12201 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12202 | |
12203 * miscellaneous/popen2.m: New file. | |
12204 | |
12205 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12206 | |
12207 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12208 | |
12209 * io: New directory. | |
12210 * Makefile.in (SUBDIRS): Add it to the list. | |
12211 | |
12212 * miscellaneous/flops.m: New file. | |
12213 | |
12214 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12215 | |
12216 * miscellaneous/cputime.m: Return three arguments instead of a | |
12217 vector, for compatibility with previous versions and with Matlab | |
12218 (which only returns one scalar value). | |
12219 | |
12220 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12221 | |
12222 * general/triu.m: Compute lower bound on loop index correctly. | |
12223 * general/tril.m: Likewise, for upper bound. | |
12224 | |
12225 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12226 | |
12227 * image/saveimage.m: For color images, make sure indices into | |
12228 temporary colormap and result matrix have proper orientation. | |
12229 Set grey flag correctly. | |
12230 | |
12231 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12232 | |
12233 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12234 jrv@vanzandt.mv.com). | |
12235 | |
12236 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12237 | |
12238 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12239 * mesh.m: Transpose Z if only one arg. | |
12240 Handle case of all three args being matrices (from Jim Van Zandt | |
12241 jrv@vanzandt.mv.com). | |
12242 * meshdom.m: Undo previous change. | |
12243 | |
12244 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12245 | |
12246 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12247 | |
12248 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12249 | |
12250 * audio: New directory of files from Kurt Hornik and Andreas | |
12251 Weingessel. | |
12252 * audio/Makefile.in: New file. | |
12253 * Makefile.in (SUBDIRS): Add audio to the list. | |
12254 | |
12255 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12256 | |
12257 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12258 | |
12259 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12260 | |
12261 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12262 columns (z), not the other way around. | |
12263 * plot/meshdom.m: Don't reverse order of elements in y. | |
12264 | |
12265 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12266 | |
12267 * plot/axis.m: Return current axis if nargin == 0. | |
12268 | |
12269 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12270 | |
12271 * polynomial/roots.m: Updates from Kurt Hornik. | |
12272 | |
12273 * polynomial/polyder.m: New file. | |
12274 | |
12275 * polynomial/polyderiv.m: Give return value and arg different names. | |
12276 | |
12277 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12278 | |
12279 * specfun/betainc.m: New file. | |
12280 * specfun/gammainc.m: New file. | |
12281 | |
12282 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12283 | |
12284 * general/strerror.m: New file. | |
12285 * general/perror.m: Implement using strerror(). | |
12286 | |
12287 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12288 | |
12289 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12290 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12291 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12292 | |
12293 * image/saveimage.m: Round img values first. | |
12294 | |
12295 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12296 | |
12297 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12298 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12299 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12300 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12301 special-matrix/hankel.m special-matrix/toeplitz.m | |
12302 tuwien/strfun/split.m: Add missing semicolons. | |
12303 | |
12304 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12305 | |
12306 * image/Makefile.in: Don't build or install octtoppm. | |
12307 | |
12308 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12309 routines so that people who don't have the pbm stuff installed |
2330 | 12310 can still use this function. |
12311 | |
12312 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12313 | |
12314 * image/saveimage.m: Better error checking, clean up a bit. | |
12315 | |
12316 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12317 | |
12318 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12319 avoid conflict with new built-in text-style function more. | |
12320 | |
12321 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12322 | |
12323 * startup/Makefile.in (install): Also install octaverc in | |
12324 $localfcnfiledir/startup/octavrc. | |
12325 | |
12326 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12327 | |
12328 * mkinstalldirs: New file. | |
12329 * Makefile.in (DISTFILES): Add it to the list. | |
12330 | |
12331 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12332 | |
12333 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12334 | |
12335 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12336 r(1) != c(nr), not if r(1) != c(1). | |
12337 | |
12338 * signal/filter.m: Doc fix. | |
12339 | |
12340 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12341 | |
12342 * miscellaneous/cputime.m: Use new resource structure names (no | |
12343 ru_ or tv_ prefixes). | |
12344 | |
12345 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12346 | |
12347 * time/ctime.m: Fix doc string and usage message. | |
12348 | |
12349 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12350 | |
12351 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12352 | |
12353 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12354 | |
12355 * control/c2d.m: Make function work for any value of | |
12356 whitespace_in_literal_matrix. | |
12357 * control/dare.m: Likewise. | |
12358 * control/tzero.m: Likewise. | |
12359 * elfun/gcd.m: Likewise. | |
12360 * elfun/lcm.m: Likewise. | |
12361 * general/postpad.m: Likewise. | |
12362 * general/prepad.m: Likewise. | |
12363 * linear-algebra/kron.m: Likewise. | |
12364 * miscellaneous/etime.m: Likewise. | |
12365 * polynomial/conv.m: Likewise. | |
12366 * polynomial/deconv.m: Likewise. | |
12367 * polynomial/poly.m: Likewise. | |
12368 * polynomial/roots.m: Likewise. | |
12369 * signal/filter.m: Likewise. | |
12370 * signal/freqz.m: Likewise. | |
12371 * signal/fftfilt.m: Likewise. | |
12372 | |
12373 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12374 | |
12375 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12376 | |
12377 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12378 | |
12379 * plot/polar_int_2.m: Add missing semicolons. | |
12380 Set theta = theta', not rho'. | |
12381 | |
12382 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12383 | |
12384 * polynomial/roots.m: Make it work for any value of | |
12385 whitespace_in_literal_matrix. | |
12386 | |
12387 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12388 | |
12389 * configure.in: New file. | |
12390 | |
12391 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12392 | |
12393 * control/lyap.m: Add missing semicolon. | |
12394 | |
12395 * miscellaneous/cputime.m: New function file. | |
12396 | |
12397 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12398 | |
12399 * time: New directory. | |
12400 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12401 New function files. | |
12402 * time/Makefile.in: New file. | |
12403 * Makefile.in (SUBDIRS): Add time. | |
12404 | |
12405 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12406 | |
12407 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12408 | |
12409 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12410 | |
12411 * plot/plot_int_1.m: Transpose data with .', not '. | |
12412 | |
12413 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12414 | |
12415 * Makefile.in (install uninstall clean mostlyclean distclean | |
12416 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12417 | |
12418 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12419 | |
12420 * Makefile.in (install): Create ls-R database file. | |
12421 (uninstall): Delete it. | |
12422 | |
12423 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12424 | |
5378 | 12425 * image/saveimage.m: Fix typo. |
2330 | 12426 |
12427 See ChangeLog.1 in the top level directory for earlier changes. |