annotate scripts/ChangeLog @ 9353:335dc62068a8

plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
author Ben Abbott <bpabbott@mac.com>
date Mon, 15 Jun 2009 11:21:53 -0400
parents 93664cbb732c
children 52bde0edd23a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9353
335dc62068a8 plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents: 9349
diff changeset
1 2009-06-15 Ben Abbott <bpabbott@mac.com>
335dc62068a8 plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents: 9349
diff changeset
2
335dc62068a8 plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents: 9349
diff changeset
3 * plot/plotyy.m: Consider dataaspectratiomode before changing
335dc62068a8 plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents: 9349
diff changeset
4 dataaspectratio.
335dc62068a8 plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents: 9349
diff changeset
5
9349
93664cbb732c plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents: 9346
diff changeset
6 2009-06-14 Ben Abbott <bpabbott@mac.com>
93664cbb732c plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents: 9346
diff changeset
7
93664cbb732c plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents: 9346
diff changeset
8 * plot/plotyy.m: Fix compatibility with subplot, add listeners for
93664cbb732c plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents: 9346
diff changeset
9 dataaspectratio, and add a demo.
93664cbb732c plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents: 9346
diff changeset
10
9346
d50c3d8efe71 plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents: 9345
diff changeset
11 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com>
d50c3d8efe71 plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents: 9345
diff changeset
12
d50c3d8efe71 plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents: 9345
diff changeset
13 * plot/plotyy.m: Correct behavior when there is no currentfigure.
d50c3d8efe71 plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents: 9345
diff changeset
14
9345
dbc61d4e428d optimize ismember
Jaroslav Hajek <highegg@gmail.com>
parents: 9337
diff changeset
15 2009-06-14 Jaroslav Hajek <highegg@gmail.com>
dbc61d4e428d optimize ismember
Jaroslav Hajek <highegg@gmail.com>
parents: 9337
diff changeset
16
dbc61d4e428d optimize ismember
Jaroslav Hajek <highegg@gmail.com>
parents: 9337
diff changeset
17 * set/ismember.m: Reimplement using lookup & unique.
dbc61d4e428d optimize ismember
Jaroslav Hajek <highegg@gmail.com>
parents: 9337
diff changeset
18
9334
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
19 2009-06-11 Ben Abbott <bpabbott@mac.com>
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
20
9337
878df7c11e3d print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents: 9334
diff changeset
21 * plot/print.m: Fix logic associated with 'have_ghostscript'.
9334
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
22 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
23 terminals. Minor code improvements.
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
24 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2.
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
25 Have '-mono' render all objects in monochrome.
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
26 For pdf or png output, favor gnuplot's cairo terminals.
4f96a7770492 print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents: 9328
diff changeset
27
9328
0307f5e5568c __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents: 9326
diff changeset
28 2009-06-10 Marco Caliari <marco.caliari@univr.it>
0307f5e5568c __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents: 9326
diff changeset
29
0307f5e5568c __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents: 9326
diff changeset
30 * plot/hold.m: Add demo including a hggroup.
0307f5e5568c __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents: 9326
diff changeset
31 * plot/__go_draw_axes__.m: Fix order when pushing group children onto
0307f5e5568c __go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents: 9326
diff changeset
32 the axes kid list.
9325
22a4433b41e3 Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents: 9323
diff changeset
33 * general/quadgk.m: Better waypoint transform.
22a4433b41e3 Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents: 9323
diff changeset
34
9323
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
35 2009-06-09 David Bateman <dbateman@free.fr>
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
36
9325
22a4433b41e3 Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents: 9323
diff changeset
37 * general/quadgk.m: Add test case and fixed doubly infinite
9323
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
38 waypoint transform for x = 0 case.
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
39
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
40 2009-06-09 Marco Caliari <marco.caliari@univr.it>
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
41
9325
22a4433b41e3 Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents: 9323
diff changeset
42 * general/quadgk.m: Fix doubly infinite transformation to the finite
9323
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
43 interval.
8a3afa8ebb06 Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents: 9317
diff changeset
44
9317
96abf8f7e5b6 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents: 9313
diff changeset
45 2009-06-08 Ben Abbott <bpabbott@mac.com>
96abf8f7e5b6 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents: 9313
diff changeset
46
96abf8f7e5b6 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents: 9313
diff changeset
47 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify
96abf8f7e5b6 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents: 9313
diff changeset
48 demo.
96abf8f7e5b6 axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents: 9313
diff changeset
49
9313
330672f4daaa fix texinfo bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 9302
diff changeset
50 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de>
330672f4daaa fix texinfo bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 9302
diff changeset
51
330672f4daaa fix texinfo bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 9302
diff changeset
52 * testfun/assert.m: Fix texinfo bug.
330672f4daaa fix texinfo bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 9302
diff changeset
53
9301
f2152fad3563 __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents: 9297
diff changeset
54 2009-06-04 Ben Abbott <bpabbott@mac.com>
f2152fad3563 __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents: 9297
diff changeset
55
9302
5542c40e40ac __go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents: 9301
diff changeset
56 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to
5542c40e40ac __go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents: 9301
diff changeset
57 strcmp(scale,'log').
9301
f2152fad3563 __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents: 9297
diff changeset
58 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
f2152fad3563 __go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents: 9297
diff changeset
59
9295
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
60 2009-06-03 Ben Abbott <bpabbott@mac.com>
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
61
9297
0d9f925b9705 colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents: 9296
diff changeset
62 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'.
0d9f925b9705 colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents: 9296
diff changeset
63 Add additional demos which illustrate problems with the present
0d9f925b9705 colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents: 9296
diff changeset
64 implementation.
9296
b41a7b2bd6fc __gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents: 9295
diff changeset
65 * plot/__gnuplot_has_feature__.m: Change version for
b41a7b2bd6fc __gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents: 9295
diff changeset
66 "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
9295
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
67 * plot/__scatter__.m: If the color spec is empty, set using
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
68 __next_line_color__.
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
69 * plot/scatter3.m: Add demos.
10b9a71a81f1 __scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents: 9290
diff changeset
70
9290
40ba43a4745f fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents: 9289
diff changeset
71 2009-06-03 Jaroslav Hajek <highegg@gmail.com>
40ba43a4745f fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents: 9289
diff changeset
72
40ba43a4745f fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents: 9289
diff changeset
73 * polynomial/polyfit.m: Fix test.
40ba43a4745f fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents: 9289
diff changeset
74
9289
eaf4e71e90e8 In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents: 9283
diff changeset
75 2009-06-02 Rafael Laboissiere <rafael@debian.org>
eaf4e71e90e8 In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents: 9283
diff changeset
76
eaf4e71e90e8 In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents: 9283
diff changeset
77 * help/doc.m: In test, look also for the gzipped version of the
eaf4e71e90e8 In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents: 9283
diff changeset
78 info_file
eaf4e71e90e8 In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents: 9283
diff changeset
79
9283
38ad8c99d6a2 __gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents: 9281
diff changeset
80 2009-05-29 John W. Eaton <jwe@octave.org>
38ad8c99d6a2 __gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents: 9281
diff changeset
81
38ad8c99d6a2 __gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents: 9281
diff changeset
82 * plot/__gnuplot_get_var__.m: Insert missing semicolon.
38ad8c99d6a2 __gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents: 9281
diff changeset
83
9281
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
84 2009-05-28 Ben Abbott <bpabbott@mac.com>
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
85
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
86 * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
87 y2range when yaxislocation=='right'. Simplified support for ticklabel
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
88 separator '|'.
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
89 * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'.
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
90 * plot/colorbar.m: Add demos.
02b16eeb3167 Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents: 9280
diff changeset
91
9280
40fb718a2e67 __go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents: 9279
diff changeset
92 2009-05-28 Ben Abbott <bpabbott@mac.com>
40fb718a2e67 __go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents: 9279
diff changeset
93
40fb718a2e67 __go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents: 9279
diff changeset
94 * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'.
40fb718a2e67 __go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents: 9279
diff changeset
95
9279
1673a0dc019f fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents: 9278
diff changeset
96 2009-05-28 Jaroslav Hajek <highegg@gmail.com>
1673a0dc019f fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents: 9278
diff changeset
97
1673a0dc019f fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents: 9278
diff changeset
98 * sparse/bicgstab.m: Improve preconditioning; avoid explicit inverse.
1673a0dc019f fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents: 9278
diff changeset
99 * sparse/cgs.m: Improve preconditioning; avoid explicit inverse.
1673a0dc019f fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents: 9278
diff changeset
100
9278
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
101 2009-05-28 Radek Salac <salac.r@gmail.com>
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
102
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
103 * sparse/bicgstab.m: New output when calling without arguments.
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
104 Time optimization - remove certain checks linked to preconditioner which
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
105 are unacceptably slow.
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
106 * sparse/cgs.m: New output when calling without arguments.
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
107 Time optimization - remove certain checks linked to preconditioner which
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
108 are unacceptably slow. Rename internal variable to match bicgstab.
2b35cb600d50 improve bicgstab and cgs
Radek Salac <salac.r@gmail.com>
parents: 9277
diff changeset
109
9277
be84e9654feb Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents: 9276
diff changeset
110 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com>
be84e9654feb Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents: 9276
diff changeset
111
be84e9654feb Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents: 9276
diff changeset
112 * plot/axis.m: Update documentation to reflect addition of "tight" option.
be84e9654feb Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents: 9276
diff changeset
113
be84e9654feb Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents: 9276
diff changeset
114 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com>
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
115
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
116 * ismember.m: Update examples to remove incorrect reference to residue function
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
117
9273
61abb94f46f4 fix imshow demos
John W. Eaton <jwe@octave.org>
parents: 9272
diff changeset
118 2009-05-27 John W. Eaton <jwe@octave.org>
61abb94f46f4 fix imshow demos
John W. Eaton <jwe@octave.org>
parents: 9272
diff changeset
119
9275
86f475d5e7d1 imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents: 9273
diff changeset
120 * image/imwrite.m: Convert indexed images to RGB before calling
86f475d5e7d1 imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents: 9273
diff changeset
121 __magick_write__.
86f475d5e7d1 imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents: 9273
diff changeset
122
9273
61abb94f46f4 fix imshow demos
John W. Eaton <jwe@octave.org>
parents: 9272
diff changeset
123 * image/imshow.m: In demo, convert image to rgb before scaling
61abb94f46f4 fix imshow demos
John W. Eaton <jwe@octave.org>
parents: 9272
diff changeset
124 components. Use imread instead of loadimage.
61abb94f46f4 fix imshow demos
John W. Eaton <jwe@octave.org>
parents: 9272
diff changeset
125
9272
3eda945bda43 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents: 9271
diff changeset
126 2009-05-26 Ben Abbott <bpabbott@mac.com>
3eda945bda43 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents: 9271
diff changeset
127
3eda945bda43 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents: 9271
diff changeset
128 * plot/__go_draw_axes__.m: Fix rendering of overlaping images and
3eda945bda43 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents: 9271
diff changeset
129 line objects. Add demos as well.
3eda945bda43 __go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents: 9271
diff changeset
130
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
131 2009-05-27 S�ren Hauberg <hauberg@gmail.com>
9271
1e96773920e9 geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents: 9269
diff changeset
132
1e96773920e9 geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents: 9269
diff changeset
133 * geometry/delaunay.m: Support cellstr's as options.
1e96773920e9 geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents: 9269
diff changeset
134
9269
06518194dba0 fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents: 9268
diff changeset
135 2009-05-27 Jaroslav Hajek <highegg@gmail.com>
06518194dba0 fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents: 9268
diff changeset
136
06518194dba0 fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents: 9268
diff changeset
137 * plot/imshow.m: Fix handling of indexed images.
06518194dba0 fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents: 9268
diff changeset
138
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
139 2009-05-26 S�ren Hauberg <hauberg@gmail.com>
9263
9eb6e8f2b937 scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents: 9258
diff changeset
140
9eb6e8f2b937 scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents: 9258
diff changeset
141 * help/__makeinfo__.m: Support several @seealso's in one text.
9eb6e8f2b937 scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents: 9258
diff changeset
142
9262
de255681c85f colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents: 9258
diff changeset
143 2009-05-26 John W. Eaton <jwe@octave.org>
de255681c85f colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents: 9258
diff changeset
144
de255681c85f colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents: 9258
diff changeset
145 * plot/colorbar.m: Downcase location argument.
de255681c85f colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents: 9258
diff changeset
146
9258
a653c61ee98c let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9257
diff changeset
147 2009-05-26 Carlo de Falco <kingcrimson@tiscali.it>
a653c61ee98c let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9257
diff changeset
148
a653c61ee98c let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9257
diff changeset
149 * pkg/pkg.m: Add "version" field to the structure returned by "pkg
a653c61ee98c let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9257
diff changeset
150 describe".
a653c61ee98c let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9257
diff changeset
151
9257
ab952265ad06 __go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents: 9249
diff changeset
152 2009-05-25 Ben Abbott <bpabbott@mac.com>
ab952265ad06 __go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents: 9249
diff changeset
153
ab952265ad06 __go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents: 9249
diff changeset
154 * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when
ab952265ad06 __go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents: 9249
diff changeset
155 using the anonymous fontname="*".
ab952265ad06 __go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents: 9249
diff changeset
156
9249
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
157 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net>
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
158
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
159 * plot/gnuplot_drawnow.m: single-quote output name to allow backslash
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
160 characters as filesep under windows
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
161 * plot/print.m: Support ps->pdf using ghostscript under windows, check
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
162 for %GSC% environment variable.
470af0f93ca9 ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9248
diff changeset
163
9248
98034ebda172 ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9246
diff changeset
164 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net>
98034ebda172 ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9246
diff changeset
165
98034ebda172 ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9246
diff changeset
166 * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces
98034ebda172 ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9246
diff changeset
167 in file name
98034ebda172 ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 9246
diff changeset
168
9246
6e9ba936e983 interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents: 9220
diff changeset
169 2009-05-22 John W. Eaton <jwe@octave.org>
6e9ba936e983 interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents: 9220
diff changeset
170
6e9ba936e983 interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents: 9220
diff changeset
171 * general/interp3.m: Don't require interpolation grid to have same
6e9ba936e983 interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents: 9220
diff changeset
172 size as data. From Kris Thielemans <kris.thielemans@imperial.ac.uk>.
6e9ba936e983 interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents: 9220
diff changeset
173
9220
70177bf9cc16 Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9212
diff changeset
174 2009-05-19 Carlo de Falco <kingcrimson@tiscali.it>
70177bf9cc16 Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9212
diff changeset
175
70177bf9cc16 Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9212
diff changeset
176 * pkg/pkg.m: Fix a bug when quering only one non installed package
70177bf9cc16 Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9212
diff changeset
177 with "pkg describe".
70177bf9cc16 Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents: 9212
diff changeset
178
9212
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
179 2009-05-14 Jaroslav Hajek <highegg@gmail.com>
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
180
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
181 * optimization/__fdjac__.m: Support central differences.
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
182 * optimization/fsolve.m: Support central differences. Add FinDiffType
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
183 option.
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
184 * optimization/fminunc.m: Ditto.
6feb27c38da1 support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9211
diff changeset
185
9211
f0c3d3fc4903 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents: 9207
diff changeset
186 2009-05-17 Rik Wehbring <rdrider0-list@yahoo.com>
f0c3d3fc4903 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents: 9207
diff changeset
187
f0c3d3fc4903 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents: 9207
diff changeset
188 * *.m: Simplify Texinfo documentation in .m scripts by removing
f0c3d3fc4903 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents: 9207
diff changeset
189 redundant @iftex calls
f0c3d3fc4903 Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents: 9207
diff changeset
190
9207
25f50d2d76b3 improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9204
diff changeset
191 2009-05-17 Jaroslav Hajek <highegg@gmail.com>
25f50d2d76b3 improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9204
diff changeset
192
25f50d2d76b3 improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9204
diff changeset
193 * optimization/fminunc.m: Improve TR updating strategy.
25f50d2d76b3 improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9204
diff changeset
194 * optimization/fsolve.m: Ditto.
25f50d2d76b3 improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9204
diff changeset
195
9204
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
196 2009-05-15 John W. Eaton <jwe@octave.org>
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
197
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
198 * general/nargchk.m: Don't generate error if output is struct.
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
199 Uncomment some additional tests.
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
200 From Alois Schloegl <alois.schloegl@tugraz.at>
1f47a9404d93 nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents: 9199
diff changeset
201
9199
399884c9d4a1 import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents: 9191
diff changeset
202 2009-05-14 Jaroslav Hajek <highegg@gmail.com>
399884c9d4a1 import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents: 9191
diff changeset
203
399884c9d4a1 import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents: 9191
diff changeset
204 * optimization/fminunc.m: Import the step adaptation strategy
399884c9d4a1 import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents: 9191
diff changeset
205 improvements from fsolve.
399884c9d4a1 import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents: 9191
diff changeset
206
9191
ad33527d2e51 Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents: 9170
diff changeset
207 2009-05-08 Ben Abbott <bpabbott@mac.com>
ad33527d2e51 Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents: 9170
diff changeset
208
ad33527d2e51 Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents: 9170
diff changeset
209 * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties".
ad33527d2e51 Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents: 9170
diff changeset
210 * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size.
ad33527d2e51 Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents: 9170
diff changeset
211
9170
81a755db4db4 pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9162
diff changeset
212 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com>
81a755db4db4 pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9162
diff changeset
213
81a755db4db4 pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9162
diff changeset
214 * miscellaneous/tar.m, miscellaneous/unpack.m:
81a755db4db4 pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9162
diff changeset
215 Pass "xvf" to tar instead of "-x -v -f".
81a755db4db4 pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents: 9162
diff changeset
216
9162
ec159e991ee6 __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents: 9161
diff changeset
217 2009-04-30 Ben Abbott <bpabbott@mac.com>
ec159e991ee6 __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents: 9161
diff changeset
218
ec159e991ee6 __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents: 9161
diff changeset
219 * plot/__gnuplot_has_feature__.m: Change version for
ec159e991ee6 __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents: 9161
diff changeset
220 "x11_figure_position", >4.2.4 to >=4.3.0.
ec159e991ee6 __gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents: 9161
diff changeset
221
9161
406ed43c0233 gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents: 9160
diff changeset
222 2009-04-30 Ben Abbott <bpabbott@mac.com>
406ed43c0233 gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents: 9160
diff changeset
223
406ed43c0233 gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents: 9160
diff changeset
224 * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'.
406ed43c0233 gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents: 9160
diff changeset
225
9160
11e0f0e8ff00 fix range
Jaroslav Hajek <highegg@gmail.com>
parents: 9157
diff changeset
226 2009-04-30 Jaroslav Hajek <highegg@gmail.com>
11e0f0e8ff00 fix range
Jaroslav Hajek <highegg@gmail.com>
parents: 9157
diff changeset
227
11e0f0e8ff00 fix range
Jaroslav Hajek <highegg@gmail.com>
parents: 9157
diff changeset
228 * statistics/base/range.m: Fix behavior when dim is specified.
11e0f0e8ff00 fix range
Jaroslav Hajek <highegg@gmail.com>
parents: 9157
diff changeset
229
9157
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
230 2009-04-28 Ben Abbott <bpabbott@mac.com>
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
231
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
232 * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
233 when printing. New sub-function: fix_eps_bbox(). Add option, "-tight",
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
234 to replace the gnuplot bbox with a tight bbox for eps-files.
fce7315c1eee print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents: 9152
diff changeset
235
9152
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
236 2009-04-23 Ben Abbott <bpabbott@mac.com>
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
237
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
238 * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'.
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
239 Support printing to non-postscript printers. Do not change the output
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
240 filename when using Ghostscript. When using lpr to print the output,
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
241 send it without filtering (unix), or as if it were binary (pc).
4c9aff0c9a61 print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents: 9147
diff changeset
242
9147
5579998f8acf Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents: 9140
diff changeset
243 2009-04-22 Robert T. Short <octave@phaselockedsystems.com>
5579998f8acf Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents: 9140
diff changeset
244
5579998f8acf Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents: 9140
diff changeset
245 * general/isa.m: Correctly report multiple layers of class hierarchy.
5579998f8acf Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents: 9140
diff changeset
246
9140
c309e028185e vander.m: update tests
John W. Eaton <jwe@octave.org>
parents: 9139
diff changeset
247 2009-04-20 John W. Eaton <jwe@octave.org>
c309e028185e vander.m: update tests
John W. Eaton <jwe@octave.org>
parents: 9139
diff changeset
248
c309e028185e vander.m: update tests
John W. Eaton <jwe@octave.org>
parents: 9139
diff changeset
249 * special-matrix/vander.m: Update tests.
c309e028185e vander.m: update tests
John W. Eaton <jwe@octave.org>
parents: 9139
diff changeset
250
9137
eebc7f8e7398 extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents: 9131
diff changeset
251 2009-04-20 Jaroslav Hajek <highegg@gmail.com>
eebc7f8e7398 extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents: 9131
diff changeset
252
eebc7f8e7398 extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents: 9131
diff changeset
253 * special-matrix/vander.m: Allow second argument.
9139
829724a7f5f3 missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents: 9137
diff changeset
254 * special-matrix/polyfit.m: Simplify.
9137
eebc7f8e7398 extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents: 9131
diff changeset
255
9131
6340043000c0 Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents: 9126
diff changeset
256 2009-04-17 Rik <rdrider0-list@yahoo.com>
6340043000c0 Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents: 9126
diff changeset
257
6340043000c0 Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents: 9126
diff changeset
258 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile
6340043000c0 Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents: 9126
diff changeset
259
9126
5780b3b80425 optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents: 9119
diff changeset
260 2009-04-16 Marco Caliari <marco.caliari@univr.it>
5780b3b80425 optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents: 9119
diff changeset
261
5780b3b80425 optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents: 9119
diff changeset
262 * toeplitz.m: Treat separately the sparse case.
5780b3b80425 optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents: 9119
diff changeset
263
9119
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
264 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net>
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
265
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
266 * plot/__marching_cube__.m: Add help text.
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
267 * plot/isonormals.m: Add help text and tests.
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
268
3b810beddfa6 Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 9118
diff changeset
269 2009-04-14 David Bateman <dbateman@free.fr>
9118
308311b642b2 Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents: 9117
diff changeset
270
308311b642b2 Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents: 9117
diff changeset
271 * plot/__patch__.m: Set default facecolor to [0,1,0].
308311b642b2 Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents: 9117
diff changeset
272
9117
efac34f78ea4 minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents: 9114
diff changeset
273 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
efac34f78ea4 minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents: 9114
diff changeset
274 * special-matrix/hadamard.m: Fix a documentation mistake.
efac34f78ea4 minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents: 9114
diff changeset
275
9114
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
276 2009-04-14 Jaroslav Hajek <highegg@gmail.com>
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
277
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
278 * polynomial/polyaffine.m: New function.
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
279 * polynomial/polyscale.m: Remove.
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
280 * polynomial/polytrans.m: Remove.
79e90381b402 merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents: 9113
diff changeset
281
9113
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
282 2009-04-12 Ben Abbott <bpabbott@mac.com>
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
283
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
284 * plot/__gnuplot_open_stream__.m: New function.
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
285 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream.
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
286 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
287 with new __gnuplot_open_stream__.
4bb94a71913b __gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents: 9110
diff changeset
288
9110
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
289 2009-04-11 David Bateman <dbateman@free.fr>
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
290
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
291 * geometry/trisurf.m: New file.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
292 * geometry/Makefile.in (SOURCES): Add it here.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
293 * geometry/trimesh.m: Convert to using 3D patches.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
294 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
295 * plot/__patch__.m: Rewrite to allow update of dependent variables
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
296 with listener functions amongst themselves.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
297 * plot/patch.m: Add 3D demo. Update the documentation.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
298
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
299 2009-04-11 Martin Helm <martinh@sirius.mhelm.de>
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
300
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
301 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m,
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
302 isonnormals.m, isosurface.m: New files.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
303 * plot/Makefile.in (SOURCES): Add them here.
22ae6b3411a7 Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents: 9108
diff changeset
304
9108
b2459d21a207 fix intersect bug
Jaroslav Hajek <highegg@gmail.com>
parents: 9107
diff changeset
305 2009-04-11 Jaroslav Hajek <highegg@gmail.com>
b2459d21a207 fix intersect bug
Jaroslav Hajek <highegg@gmail.com>
parents: 9107
diff changeset
306
b2459d21a207 fix intersect bug
Jaroslav Hajek <highegg@gmail.com>
parents: 9107
diff changeset
307 * set/intersect.m: Add missing branch.
b2459d21a207 fix intersect bug
Jaroslav Hajek <highegg@gmail.com>
parents: 9107
diff changeset
308
9107
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
309 2009-04-10 Ben Abbott <bpabbott@mac.com>
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
310
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
311 * plot/print.m: If no pdf support in gnuplot, then "convert" from
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
312 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present,
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
313 to produce pdf output. Only render a full page for ps/pdf output.
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
314 Rename variable, "size" to "canvas_size". Reformat help text to
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
315 eliminate unintended spaces. Minor improvements to the code.
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
316 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
317 spec, and remove trailing semicolon. Minor improvments to the code.
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
318 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time.
d0d507cbd123 Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents: 9104
diff changeset
319
9104
e0250e2b60ed optimize vander
Jaroslav Hajek <highegg@gmail.com>
parents: 9101
diff changeset
320 2009-04-08 Jaroslav Hajek <highegg@gmail.com>
e0250e2b60ed optimize vander
Jaroslav Hajek <highegg@gmail.com>
parents: 9101
diff changeset
321
e0250e2b60ed optimize vander
Jaroslav Hajek <highegg@gmail.com>
parents: 9101
diff changeset
322 * special-matrix/vander.m: Optimize.
e0250e2b60ed optimize vander
Jaroslav Hajek <highegg@gmail.com>
parents: 9101
diff changeset
323
9101
25cdd6096442 Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents: 9099
diff changeset
324 2009-04-07 Ben Abbott <bpabbott@mac.com>
25cdd6096442 Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents: 9099
diff changeset
325
25cdd6096442 Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents: 9099
diff changeset
326 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES.
25cdd6096442 Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents: 9099
diff changeset
327
9098
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
328 2009-04-06 Ben Abbott <bpabbott@mac.com>
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
329
9099
3a5d41b382ab __gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents: 9098
diff changeset
330 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and
3a5d41b382ab __gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents: 9098
diff changeset
331 remove dangling/commented code.
9098
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
332 * plot/__gnuplot_default_font__.m: Remove file from archive.
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
333 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
334 fontsize to be specified for all terminals with fontname == "*".
5ecdb3d3568f Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents: 9097
diff changeset
335
9097
705c24e3db58 implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents: 9094
diff changeset
336 2009-04-06 Jaroslav Hajek <highegg@gmail.com>
705c24e3db58 implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents: 9094
diff changeset
337
705c24e3db58 implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents: 9094
diff changeset
338 * polynomial/polyscale.m: New function.
705c24e3db58 implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents: 9094
diff changeset
339 * polynomial/polytrans.m: New function.
705c24e3db58 implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents: 9094
diff changeset
340
9094
2e35cfcf6a6a fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents: 9093
diff changeset
341 2009-04-06 Jaroslav Hajek <highegg@gmail.com>
2e35cfcf6a6a fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents: 9093
diff changeset
342
2e35cfcf6a6a fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents: 9093
diff changeset
343 * special-matrix/pascal.m: Fix, optimize & extend.
2e35cfcf6a6a fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents: 9093
diff changeset
344
9093
8be05554bbd0 optimize vech
Jaroslav Hajek <highegg@gmail.com>
parents: 9092
diff changeset
345 2009-04-06 Jaroslav Hajek <highegg@gmail.com>
8be05554bbd0 optimize vech
Jaroslav Hajek <highegg@gmail.com>
parents: 9092
diff changeset
346
8be05554bbd0 optimize vech
Jaroslav Hajek <highegg@gmail.com>
parents: 9092
diff changeset
347 * linear-algebra/vech.m: Optimize.
8be05554bbd0 optimize vech
Jaroslav Hajek <highegg@gmail.com>
parents: 9092
diff changeset
348
9092
38c3a0f8c6d0 optimize toeplitz
Jaroslav Hajek <highegg@gmail.com>
parents: 9085
diff changeset
349 2009-04-06 Jaroslav Hajek <highegg@gmail.com>
38c3a0f8c6d0 optimize toeplitz
Jaroslav Hajek <highegg@gmail.com>
parents: 9085
diff changeset
350
38c3a0f8c6d0 optimize toeplitz
Jaroslav Hajek <highegg@gmail.com>
parents: 9085
diff changeset
351 * special-matrix/toeplitz.m: Optimize.
38c3a0f8c6d0 optimize toeplitz
Jaroslav Hajek <highegg@gmail.com>
parents: 9085
diff changeset
352
9085
136e72b9afa8 correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents: 9084
diff changeset
353 2008-04-03 David Bateman <dbateman@free.fr>
136e72b9afa8 correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents: 9084
diff changeset
354
136e72b9afa8 correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents: 9084
diff changeset
355 * plot/__scatter__.m: correct indexing of cdata.x
136e72b9afa8 correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents: 9084
diff changeset
356
9084
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
357 2009-04-03 Jaroslav Hajek <highegg@gmail.com>
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
358
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
359 * optimization/fminunc.m: New function.
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
360 * optimization/Makefile.in: Update.
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
361 * optimization/__dogleg__: Allow general quadratics.
b7210faa3ed0 implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents: 9083
diff changeset
362
9083
3c7a36f80972 __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents: 9082
diff changeset
363 2009-04-02 Ben Abbott <bpabbott@mac.com>
3c7a36f80972 __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents: 9082
diff changeset
364
3c7a36f80972 __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents: 9082
diff changeset
365 * plot/__go_draw_axes__.m: Include gnuplot command termination when
3c7a36f80972 __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents: 9082
diff changeset
366 plotting image.
3c7a36f80972 __go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents: 9082
diff changeset
367
9082
2d85197dbae4 __go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents: 9075
diff changeset
368 2009-04-02 Ben Abbott <bpabbott@mac.com>
2d85197dbae4 __go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents: 9075
diff changeset
369
2d85197dbae4 __go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents: 9075
diff changeset
370 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
2d85197dbae4 __go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents: 9075
diff changeset
371
9075
7b35d3b21c1c fix test in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9063
diff changeset
372 2009-04-02 Jaroslav Hajek <highegg@gmail.com>
7b35d3b21c1c fix test in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9063
diff changeset
373
7b35d3b21c1c fix test in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9063
diff changeset
374 * optimization/fsolve.m: Fix test.
7b35d3b21c1c fix test in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 9063
diff changeset
375
9063
a6cf0ad87eee __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents: 9062
diff changeset
376 2009-03-30 Ben Abbott <bpabbott@mac.com>
a6cf0ad87eee __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents: 9062
diff changeset
377
a6cf0ad87eee __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents: 9062
diff changeset
378 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow
a6cf0ad87eee __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents: 9062
diff changeset
379 fontsize to be specified when the fontname is anonymous.
a6cf0ad87eee __go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents: 9062
diff changeset
380
9062
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
381 2009-03-30 Ben Abbott <bpabbott@mac.com>
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
382
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
383 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
384 terminal dependent default font.
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
385 * plot/__go_draw_figure__.m: Substitute gnuplot default font when
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
386 "fontname" = "*".
6a495ba41f75 __gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents: 9061
diff changeset
387
9061
f89864234b5d scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents: 9056
diff changeset
388 2009-03-29 John W. Eaton <jwe@octave.org>
f89864234b5d scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents: 9056
diff changeset
389
f89864234b5d scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents: 9056
diff changeset
390 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list.
f89864234b5d scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents: 9056
diff changeset
391
9056
b06dc393ac42 print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents: 9055
diff changeset
392 2009-03-29 Ben Abbott <bpabbott@mac.com>
b06dc393ac42 print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents: 9055
diff changeset
393
b06dc393ac42 print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents: 9055
diff changeset
394 * plot/print.m: For eps output the bounding box should represent the
b06dc393ac42 print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents: 9055
diff changeset
395 figure's position.
b06dc393ac42 print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents: 9055
diff changeset
396
9055
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
397 2009-03-28 Ben Abbott <bpabbott@mac.com>
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
398
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
399 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__"
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
400 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
401 proper result for all gnuplot streams.
8651fcc89556 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents: 9050
diff changeset
402
9050
e15f4197d907 __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents: 9048
diff changeset
403 2009-03-27 Ben Abbott <bpabbott@mac.com>
e15f4197d907 __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents: 9048
diff changeset
404
e15f4197d907 __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents: 9048
diff changeset
405 * plot/__go_draw_axes__.m: Properly position the title for 3D plots
e15f4197d907 __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents: 9048
diff changeset
406 when using the gnuplot (v4.3+) backend.
e15f4197d907 __go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents: 9048
diff changeset
407
9048
867d5d1aed06 swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents: 9016
diff changeset
408 2009-03-27 Jaroslav Hajek <highegg@gmail.com>
867d5d1aed06 swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents: 9016
diff changeset
409
867d5d1aed06 swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents: 9016
diff changeset
410 * linear-algebra/expm.m: Fix order of outputs from balance.
867d5d1aed06 swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents: 9016
diff changeset
411
9015
06cebb6c5dde Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents: 9014
diff changeset
412 2009-03-25 Kai Habel <kai.habel@gmx.de>
06cebb6c5dde Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents: 9014
diff changeset
413
06cebb6c5dde Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents: 9014
diff changeset
414 * general/gradient.m: Fix calculation for more than two
06cebb6c5dde Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents: 9014
diff changeset
415 dimensions. Change interpretation of vector arguments from
9016
07c4e6c6ad89 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 9015
diff changeset
416 spacing to coordinates. New tests.
9015
06cebb6c5dde Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents: 9014
diff changeset
417
9014
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
418 2009-03-25 John W. Eaton <jwe@octave.org>
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
419
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
420 * mkdoc: Pass full file name to gethelp.
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
421 * gethelp.cc (main): Handle second argument. Write comment with
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
422 full file name to output.
71fca0fc2436 save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents: 9011
diff changeset
423
9011
dd5725531732 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents: 9010
diff changeset
424 2009-03-24 Ben Abbott <bpabbott@mac.com>
dd5725531732 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents: 9010
diff changeset
425
dd5725531732 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents: 9010
diff changeset
426 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream
dd5725531732 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents: 9010
diff changeset
427 to __gnuplot_draw_figure__, and close all plot streams when done.
dd5725531732 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents: 9010
diff changeset
428
9010
f914834836e7 Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents: 9008
diff changeset
429 2009-03-24 John W. Eaton <jwe@octave.org>
f914834836e7 Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents: 9008
diff changeset
430
f914834836e7 Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents: 9008
diff changeset
431 * general/isa.m: Handle parent classes.
f914834836e7 Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents: 9008
diff changeset
432
9008
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
433 2009-03-23 Ben Abbott <bpabbott@mac.com>
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
434
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
435 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
436 "GPVAL_TERMINALS".
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
437 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS".
7a7cf569528d gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents: 9002
diff changeset
438
9000
cc916241e811 print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents: 8997
diff changeset
439 2009-03-21 Ben Abbott <bpabbott@mac.com>
cc916241e811 print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents: 8997
diff changeset
440
9002
5cc15e4b4e5c gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents: 9001
diff changeset
441 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
9001
b3268a0458f2 __gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents: 9000
diff changeset
442 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables.
9000
cc916241e811 print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents: 8997
diff changeset
443 * plot/print.m: Restore the behavior for option -S<num>,<num>.
cc916241e811 print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents: 8997
diff changeset
444
8997
187a9d9c2f04 simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8990
diff changeset
445 2009-03-19 Jaroslav Hajek <highegg@gmail.com>
187a9d9c2f04 simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8990
diff changeset
446
187a9d9c2f04 simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8990
diff changeset
447 * optimization/fsolve.m (guarded_eval): Simplify & fix missing
187a9d9c2f04 simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8990
diff changeset
448 semicolon.
187a9d9c2f04 simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8990
diff changeset
449
8986
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
450 2009-03-17 Jaroslav Hajek <highegg@gmail.com>
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
451
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
452 * optimization/__fdjac__.m: Pass in fvec to save one evaluation.
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
453 * optimization/fsolve.m: Avoid redundant reevaluation when using
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
454 FD jacobians. Document how it can be done with user jacobians. Make
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
455 first iteration special and call outputfcn after it. Skip updates
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
456 unless two successful iterations have occured.
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
457 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
458 case.
8990
349d75161672 more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8986
diff changeset
459 * optimization/fsolve.m: Remove autodg (not used), simplify.
8986
22c8272af34b improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents: 8980
diff changeset
460
8980
80d499b82ff3 fix typos in var.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8977
diff changeset
461 2009-03-14 Jaroslav Hajek <highegg@gmail.com>
80d499b82ff3 fix typos in var.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8977
diff changeset
462
80d499b82ff3 fix typos in var.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8977
diff changeset
463 * statistics/base/var.m: a -> x.
80d499b82ff3 fix typos in var.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8977
diff changeset
464
8976
22a7e4690742 adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8970
diff changeset
465 2009-03-13 Jaroslav Hajek <highegg@gmail.com>
22a7e4690742 adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8970
diff changeset
466
22a7e4690742 adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8970
diff changeset
467 * statistics/base/mean.m: Simplify.
22a7e4690742 adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8970
diff changeset
468 * statistics/base/meansq.m: Optimize.
8977
f464119ec165 further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8976
diff changeset
469 * statistics/base/center.m: Fix behvaior with vectors, simplify.
f464119ec165 further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8976
diff changeset
470 * statistics/base/std.m: Simplify using `center'.
f464119ec165 further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8976
diff changeset
471 * statistics/base/var.m: Ditto.
f464119ec165 further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8976
diff changeset
472 * statistics/base/cov.m: Ditto.
8976
22a7e4690742 adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8970
diff changeset
473
8970
b37a6c27c23f simplify repmat
Jaroslav Hajek <highegg@gmail.com>
parents: 8953
diff changeset
474 2009-03-13 Jaroslav Hajek <highegg@gmail.com>
b37a6c27c23f simplify repmat
Jaroslav Hajek <highegg@gmail.com>
parents: 8953
diff changeset
475
b37a6c27c23f simplify repmat
Jaroslav Hajek <highegg@gmail.com>
parents: 8953
diff changeset
476 * general/repmat.m: Use subscript pairs rather than forming Kronecker
b37a6c27c23f simplify repmat
Jaroslav Hajek <highegg@gmail.com>
parents: 8953
diff changeset
477 products.
b37a6c27c23f simplify repmat
Jaroslav Hajek <highegg@gmail.com>
parents: 8953
diff changeset
478
8953
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
479 2009-03-11 Ben Abbott <bpabbott@mac.com>
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
480
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
481 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
482 each axis. Set ticklabels when the ticklabels are empty and when
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
483 ticklabelmode=="manual".
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
484
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
485 2009-03-11 Marco Caliari <marco.caliari@univr.it>
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
486
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
487 * plot/axis.m: Implement "square" and "equal" options, conditional
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
488 on how octave positions gnuplot axes. Place the "title()" and
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
489 "axis()" commands after "plot()" in the demos.
a6945f92b868 __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents: 8943
diff changeset
490
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
491 2009-03-09 Ben Abbott <bpabbott@mac.com>
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
492
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
493 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation ->
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
494 yaxislocation).
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
495
8940
6994961bf1f4 use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8935
diff changeset
496 2009-03-09 John W. Eaton <jwe@octave.org>
6994961bf1f4 use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8935
diff changeset
497
8941
b8ed0262b11e lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents: 8940
diff changeset
498 * help/lookfor.m (search_cache): Also match function names.
b8ed0262b11e lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents: 8940
diff changeset
499
8942
c4383701e10d use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8941
diff changeset
500 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m:
c4383701e10d use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8941
diff changeset
501 Use doc-cache instead of DOC for doc cache file.
8940
6994961bf1f4 use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents: 8935
diff changeset
502
8934
c2099a4d12ea partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents: 8932
diff changeset
503 2009-03-09 Jaroslav Hajek <highegg@gmail.com>
c2099a4d12ea partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents: 8932
diff changeset
504
c2099a4d12ea partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents: 8932
diff changeset
505 * general/accumarray.m: Reorder tests. Call either "sparse" or
c2099a4d12ea partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents: 8932
diff changeset
506 __accumarray_sum__ for the default summation case.
8935
cae073411b03 optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents: 8934
diff changeset
507 * statistics/base/histc.m: Reimplement using lookup & accumarray.
8934
c2099a4d12ea partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents: 8932
diff changeset
508
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
509 2009-03-08 S�ren Hauberg <hauberg@gmail.com>
8932
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8915
diff changeset
510
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8915
diff changeset
511 * statistics/base/histc.m: New function.
2d0f8692a82e Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents: 8915
diff changeset
512
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
513 2009-03-06 Ben Abbott <bpabbott@mac.com>
8915
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
514
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
515 * plot/__go_draw_axes__.m: Preserve the order of axes' children
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
516 when pruning the handles for the {x,y,z}labels and title.
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
517 * plot/legend.m: Change demo to add colors to lines. This change
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
518 reveals the problem (above) with the ordering of the axes' children.
485eabc0cfec __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents: 8912
diff changeset
519
8912
57c3155754d6 fix condest
Jaroslav Hajek <highegg@gmail.com>
parents: 8911
diff changeset
520 2009-03-05 Jaroslav Hajek <highegg@gmail.com>
57c3155754d6 fix condest
Jaroslav Hajek <highegg@gmail.com>
parents: 8911
diff changeset
521
57c3155754d6 fix condest
Jaroslav Hajek <highegg@gmail.com>
parents: 8911
diff changeset
522 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols
57c3155754d6 fix condest
Jaroslav Hajek <highegg@gmail.com>
parents: 8911
diff changeset
523 for tests.
57c3155754d6 fix condest
Jaroslav Hajek <highegg@gmail.com>
parents: 8911
diff changeset
524
8911
eeed8d649811 spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents: 8909
diff changeset
525 2009-03-05 John W. Eaton <jwe@octave.org>
eeed8d649811 spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents: 8909
diff changeset
526
eeed8d649811 spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents: 8909
diff changeset
527 * deprecated/spdiag.m: Ensure sparse result.
eeed8d649811 spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents: 8909
diff changeset
528
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
529 2009-03-05 Ben Abbott <bpabbott@mac.com>
8909
52596fe9f178 __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents: 8903
diff changeset
530
52596fe9f178 __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents: 8903
diff changeset
531 * plot/__go_draw_axes__.m: Preserve column vector orientation for
52596fe9f178 __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents: 8903
diff changeset
532 the axes children while removing the axis label & title handles.
52596fe9f178 __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents: 8903
diff changeset
533
8903
c174a1fc3fde reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents: 8901
diff changeset
534 2009-03-03 Jaroslav Hajek <highegg@gmail.com>
c174a1fc3fde reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents: 8901
diff changeset
535
c174a1fc3fde reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents: 8901
diff changeset
536 * polynomial/polyval.m: Implement using Horner scheme.
c174a1fc3fde reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents: 8901
diff changeset
537
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
538 2009-03-03 Ben Abbott <bpabbott@mac.com>
8901
821f0242e8c1 gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents: 8900
diff changeset
539
821f0242e8c1 gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents: 8900
diff changeset
540 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for
821f0242e8c1 gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents: 8900
diff changeset
541 the gnuplot postscript+eps terminal.
821f0242e8c1 gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents: 8900
diff changeset
542
8900
63ad1133d0ed fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8898
diff changeset
543 2009-03-02 Jaroslav Hajek <highegg@gmail.com>
63ad1133d0ed fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8898
diff changeset
544
63ad1133d0ed fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8898
diff changeset
545 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string.
63ad1133d0ed fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents: 8898
diff changeset
546
8898
ca032de5fbf2 Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8894
diff changeset
547 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de>
ca032de5fbf2 Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8894
diff changeset
548
ca032de5fbf2 Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8894
diff changeset
549 * set/complement.m, set/union.m: Remove reference to deprecated
ca032de5fbf2 Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8894
diff changeset
550 function create_set.
ca032de5fbf2 Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8894
diff changeset
551
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
552 2009-03-01 Ben Abbott <bpabbott@mac.com>
8894
4414e555505d __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents: 8893
diff changeset
553
4414e555505d __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents: 8893
diff changeset
554 * plot/__go_draw_axes__.m: Do not render axis labels twice when
4414e555505d __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents: 8893
diff changeset
555 their handles are visible, but do render objects with hidden
4414e555505d __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents: 8893
diff changeset
556 handles.
4414e555505d __go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents: 8893
diff changeset
557
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
558 2009-03-01 Ben Abbott <bpabbott@mac.com>
8893
937b58380b6a num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents: 8892
diff changeset
559
937b58380b6a num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents: 8892
diff changeset
560 * general/num2str.m: Trivial bug fix. Recent switch from split()
937b58380b6a num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents: 8892
diff changeset
561 to strsplit() produced cells rather than character data.
937b58380b6a num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents: 8892
diff changeset
562
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
563 2009-03-01 Ben Abbott <bpabbott@mac.com>
8892
32d218494602 colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents: 8890
diff changeset
564
32d218494602 colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents: 8890
diff changeset
565 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted,
32d218494602 colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents: 8890
diff changeset
566 and replace existing colorbar when a new one is created. Additional
32d218494602 colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents: 8890
diff changeset
567 demos are included to verify these behaviors.
32d218494602 colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents: 8890
diff changeset
568
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
569 2009-02-28 Ben Abbott <bpabbott@mac.com>
8890
ae51d068bbd5 __actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents: 8889
diff changeset
570
ae51d068bbd5 __actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents: 8889
diff changeset
571 * plot/__actual_axis_position__.m: Include file missed in prior
ae51d068bbd5 __actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents: 8889
diff changeset
572 changeset.
ae51d068bbd5 __actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents: 8889
diff changeset
573
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
574 2009-02-28 Ben Abbott <bpabbott@mac.com>
8889
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
575
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
576 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
577 specificying resolution of bitmap terminals, "-r<num>".
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
578
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
579 * plot/gnuplot_drawnow.m: Check that canvas size is only specified
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
580 one time.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
581
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
582 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize,
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
583 paperposition properties. Accommodate gnuplot's implicit margins for
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
584 postscript terminals. Remove internal function get_canvassize().
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
585
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
586 * plot/gnuplot_drawnow.m:
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
587 Terminate gnuplot "set term ..." with semicolon.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
588 Specify vector terminals sizes in floating point.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
589 Rename internal function isbackend() to output_to_screen().
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
590 Rename internal function gnuplot_term() to gnuplot_default_term().
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
591 Rename internal function isbitmap() to term_units_are_pixels().
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
592 Minor changes for coding conventions.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
593
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
594 * plot/__actual_axis_position__.m, Makefile.in: New function to
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
595 determine position of rendered axes, including the effect of the
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
596 aspect ratio.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
597 * plot/__gnuplot_has_feature__.m: Add new feature
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
598 "screen_coordinates_for_{lrtb}margin".
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
599 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
600 using {lrtb}margins.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
601 * plot/colorbar.m: Add to, and modify, demos.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
602
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
603 * plot/print.m: Remove non-functional/commented code.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
604 * plot/__go_draw_figure__.m: Remove non-functional code.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
605 * plot/__gnuplot_has_feature__.m: Remove non-functional code.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
606
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
607 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo.
665b264b6a50 Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents: 8888
diff changeset
608
8884
579de77acd90 strsplit.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8883
diff changeset
609 2009-02-27 John W. Eaton <jwe@octave.org>
579de77acd90 strsplit.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8883
diff changeset
610
8887
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
611 * set/complement.m: Call unique, not create_set.
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
612 * set/unique.m: Style fix for docstring.
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
613 * deprecated/create_set.m: Move here from set/create_set.m.
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
614 Always return a row vector, as documented.
8888
0c7b0049c023 mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents: 8887
diff changeset
615
8887
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
616 * set/Makefile.in (SOURCES): Remove create_set.m from the list.
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
617 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list.
6e4a811e58f8 deprecate create_set
John W. Eaton <jwe@octave.org>
parents: 8886
diff changeset
618
8886
0c1a9c178fdd replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents: 8884
diff changeset
619 * general/num2str.m: Call strsplit instead of split.
0c1a9c178fdd replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents: 8884
diff changeset
620
8884
579de77acd90 strsplit.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8883
diff changeset
621 * strings/strsplit.m: Style fixes.
579de77acd90 strsplit.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8883
diff changeset
622
8883
7de0992eb123 add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents: 8878
diff changeset
623 2009-02-27 Jaroslav Hajek <highegg@gmail.com>
7de0992eb123 add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents: 8878
diff changeset
624
7de0992eb123 add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents: 8878
diff changeset
625 * strings/strsplit.m: Check also nargin.
7de0992eb123 add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents: 8878
diff changeset
626
8878
ebb8c1dcf4d3 split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents: 8877
diff changeset
627 2009-02-26 John W. Eaton <jwe@octave.org>
ebb8c1dcf4d3 split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents: 8877
diff changeset
628
ebb8c1dcf4d3 split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents: 8877
diff changeset
629 * deprecated/split.m: Add warning, not about version.
ebb8c1dcf4d3 split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents: 8877
diff changeset
630
8877
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
631 2009-02-26 Jaroslav Hajek <highegg@gmail.com>
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
632
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
633 * strings/strsplit.m: New function.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
634 * strings/split.m: Move to deprecated/.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
635 * strings/Makefile.in: Update.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
636 * deprecated/Makefile.in: Update.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
637
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
638 * general/int2str.m: Use strsplit instead of split.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
639 * general/num2str.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
640 * help/__makeinfo__.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
641 * help/lookfor.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
642 * miscellaneous/compare_versions.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
643 * miscellaneous/tar.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
644 * miscellaneous/unpack.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
645 * miscellaneous/what.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
646 * miscellaneous/zip.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
647 * pkg/pkg.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
648 * strings/strtok.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
649 * testfun/rundemos.m: Ditto.
2c8b2399247b implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents: 8873
diff changeset
650
8873
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8870
diff changeset
651 2009-02-25 John W. Eaton <jwe@octave.org>
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8870
diff changeset
652
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8870
diff changeset
653 * Makefile.in (distclean maintainer-clean): Remove tags and TAGS
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8870
diff changeset
654 in distclean target.
e258715b2e78 fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents: 8870
diff changeset
655
8870
eea0e1b45ec0 optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents: 8867
diff changeset
656 2009-02-25 Jaroslav Hajek <highegg@gmail.com>
eea0e1b45ec0 optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents: 8867
diff changeset
657
eea0e1b45ec0 optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents: 8867
diff changeset
658 * help/lookfor.m: Vectorize the path splitting using mat2cell.
eea0e1b45ec0 optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents: 8867
diff changeset
659 Extract new path elements using setdiff.
eea0e1b45ec0 optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents: 8867
diff changeset
660
8866
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
661 2009-02-25 John W. Eaton <jwe@octave.org>
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
662
8867
ff89a265592b pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents: 8866
diff changeset
663 * plot/pie.m: Use numel to check sizes of X and LABELS instead of
ff89a265592b pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents: 8866
diff changeset
664 using size_equal. From Andy Buckle <andybuckle@gmail.com>.
ff89a265592b pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents: 8866
diff changeset
665
8866
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
666 * help/lookfor.m: Split original path into cell array and compare
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
667 elements with strcmp. Suppress warnings and errors when getting
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
668 help text from function files.
3149112b9412 improve lookfor performance
John W. Eaton <jwe@octave.org>
parents: 8863
diff changeset
669
8861
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8860
diff changeset
670 2009-02-24 John W. Eaton <jwe@octave.org>
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8860
diff changeset
671
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8860
diff changeset
672 * help/gen_doc_cache.m: Don't compress output file. By default,
8863
34a821854961 pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents: 8861
diff changeset
673 write to DOC, not DOC.gz. Don't save empty cache.
34a821854961 pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents: 8861
diff changeset
674
8861
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8860
diff changeset
675 * help/lookfor.m: Use doc_cache_file to get location of DOC file.
31f864877246 doc and lookfor fixes
John W. Eaton <jwe@octave.org>
parents: 8860
diff changeset
676
8860
257ed585b471 gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents: 8857
diff changeset
677 2009-02-24 Jason Riedy <jason@acm.org>
257ed585b471 gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents: 8857
diff changeset
678
8863
34a821854961 pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents: 8861
diff changeset
679 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each
34a821854961 pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents: 8861
diff changeset
680 directory.
34a821854961 pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents: 8861
diff changeset
681
8860
257ed585b471 gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents: 8857
diff changeset
682 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo.
257ed585b471 gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents: 8857
diff changeset
683
8857
20589a8f1a33 fix fsolve bug
Jaroslav Hajek <highegg@gmail.com>
parents: 8850
diff changeset
684 2009-02-24 Jaroslav Hajek <highegg@gmail.com>
20589a8f1a33 fix fsolve bug
Jaroslav Hajek <highegg@gmail.com>
parents: 8850
diff changeset
685
20589a8f1a33 fix fsolve bug
Jaroslav Hajek <highegg@gmail.com>
parents: 8850
diff changeset
686 * optimization/fsolve.m: Update niter after each iteration, not just
20589a8f1a33 fix fsolve bug
Jaroslav Hajek <highegg@gmail.com>
parents: 8850
diff changeset
687 a succesful one.
20589a8f1a33 fix fsolve bug
Jaroslav Hajek <highegg@gmail.com>
parents: 8850
diff changeset
688
8850
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
689 2009-02-08 Thorsten Meyer <thorsten.meyier@gmx.de>
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
690
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
691 * configure.in: AC_SUBST ac_config_files
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
692
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
693 * Makefile.in: Add make targets for configuration files
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
694 and config.status.
538184c540a9 Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8847
diff changeset
695
8847
4629e3925e75 fplot.m: fix nargin check
John W. Eaton <jwe@octave.org>
parents: 8833
diff changeset
696 2009-02-23 John W. Eaton <jwe@octave.org>
4629e3925e75 fplot.m: fix nargin check
John W. Eaton <jwe@octave.org>
parents: 8833
diff changeset
697
4629e3925e75 fplot.m: fix nargin check
John W. Eaton <jwe@octave.org>
parents: 8833
diff changeset
698 * plot/fplot.m: Fix nargin check.
4629e3925e75 fplot.m: fix nargin check
John W. Eaton <jwe@octave.org>
parents: 8833
diff changeset
699 From Joel Parker <Joel.Parker@radiancetech.com>.
4629e3925e75 fplot.m: fix nargin check
John W. Eaton <jwe@octave.org>
parents: 8833
diff changeset
700
8833
b86b42f77899 __patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents: 8826
diff changeset
701 2009-02-20 Steffen Groot <steffen.groot@technolution.eu>
b86b42f77899 __patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents: 8826
diff changeset
702
b86b42f77899 __patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents: 8826
diff changeset
703 * plot/__patch__.m: Correct indexing of varargin.
b86b42f77899 __patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents: 8826
diff changeset
704
8826
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
705 2009-02-20 Jaroslav Hajek <highegg@gmail.com>
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
706
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
707 * linear-algebra/dmult.m: Remove.
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
708 * linear-algebra/Makefile.in: Update.
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
709 * deprecated/dmult.m: Move here; revert to the 3.0.x version.
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
710 * deprecated/Makefile.in: Update.
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
711 * statistics/models/logistic_regression_derivatives.m: Replace dmult
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
712 by diagonal matrices.
d49678a78fb9 make dmult deprecated
Jaroslav Hajek <highegg@gmail.com>
parents: 8813
diff changeset
713
8943
4a312440b262 __go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents: 8942
diff changeset
714 2009-02-19 Ben Abbott <bpabbott@mac.com>
8813
70d06ed27c08 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents: 8812
diff changeset
715
70d06ed27c08 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents: 8812
diff changeset
716 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot
70d06ed27c08 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents: 8812
diff changeset
717 when the plot stream is first opened. Revert usage of hidden axes
70d06ed27c08 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents: 8812
diff changeset
718 to store prior figure "position" property.
70d06ed27c08 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents: 8812
diff changeset
719
8812
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
720 2009-02-19 John W. Eaton <jwe@octave.org>
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
721
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
722 * general/__isequal__.m, general/__splinen__.m, image/__img__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
723 image/__img_via_file__.m, miscellaneous/__xzip__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
724 optimization/__all_opts__.m, optimization/__dogleg__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
725 optimization/__fdjac__.m, path/__extractpath__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
726 plot/__add_datasource__.m, plot/__area__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
727 plot/__axes_limits__.m, plot/__axis_label__.m, plot/__bar__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
728 plot/__bars__.m, plot/__clabel__.m, plot/__contour__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
729 plot/__default_plot_options__.m, plot/__errcomm__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
730 plot/__errplot__.m, plot/__ezplot__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
731 plot/__gnuplot_has_feature__.m, plot/__gnuplot_version__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
732 plot/__go_close_all__.m, plot/__go_draw_axes__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
733 plot/__go_draw_figure__.m, plot/__line__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
734 plot/__next_line_color__.m, plot/__patch__.m, plot/__plr1__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
735 plot/__plr2__.m, plot/__plt1__.m, plot/__plt2__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
736 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
737 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
738 plot/__plt2vv__.m, plot/__plt__.m, plot/__plt_get_axis_arg__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
739 plot/__pltopt1__.m, plot/__pltopt__.m, plot/__quiver__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
740 plot/__scatter__.m, plot/__stem__.m, startup/__finish__.m,
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
741 statistics/base/__quantile__.m: Consistent doc strings for
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
742 internal fucntions.
7d48766c21a5 use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents: 8804
diff changeset
743
8804
995f8b064b32 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8796
diff changeset
744 2009-02-18 Ben Abbott <bpabbott@mac.com>
995f8b064b32 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8796
diff changeset
745
995f8b064b32 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8796
diff changeset
746 * plot/subplot.m: Fix unintended deletion of axes.
995f8b064b32 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8796
diff changeset
747
8796
9662dfb26652 wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents: 8795
diff changeset
748 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com>
9662dfb26652 wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents: 8795
diff changeset
749
9662dfb26652 wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents: 8795
diff changeset
750 * audio/wavread.m: Improve search for data chunks.
9662dfb26652 wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents: 8795
diff changeset
751
8795
bb38a86efa1b improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8794
diff changeset
752 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com>
bb38a86efa1b improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8794
diff changeset
753
bb38a86efa1b improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8794
diff changeset
754 * miscellaneous/edit.m: Expand documentation about editor mode.
bb38a86efa1b improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8794
diff changeset
755
8794
f16aafdd99ca __gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents: 8793
diff changeset
756 2009-02-18 John W. Eaton <jwe@octave.org>
f16aafdd99ca __gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents: 8793
diff changeset
757
f16aafdd99ca __gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents: 8793
diff changeset
758 * plot/__gnuplot_version__.m: Don't use regexp to extract version
f16aafdd99ca __gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents: 8793
diff changeset
759 number.
f16aafdd99ca __gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents: 8793
diff changeset
760
8793
4c989d52f35c gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents: 8790
diff changeset
761 2009-02-18 John W. Eaton <jwe@octave.org>
4c989d52f35c gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents: 8790
diff changeset
762
4c989d52f35c gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents: 8790
diff changeset
763 * plot/gnuplot_drawnow.m (gnuplot_set_term):
4c989d52f35c gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents: 8790
diff changeset
764 Adjust nargin checks for new signature.
4c989d52f35c gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents: 8790
diff changeset
765
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
766 2009-02-17 Ben Abbott <bpabbott@mac.com>
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
767
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
768 * plot/contourc.m: Convert demo to test.
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
769 * plot/surfnorm.m: Add another demo.
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
770 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo.
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
771 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m,
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
772 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m:
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
773 Replace "close all" with "clf" in demo.
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
774
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
775 2009-02-17 Ben Abbott <bpabbott@mac.com>
8789
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
776
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
777 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
778 position/size info when the figure's position property has changed.
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
779 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses.
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
780 (open_gnuplot_stream): Delete unused output ENHANCED.
d9bff42fec43 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents: 8769
diff changeset
781
8769
a186c5b4f264 plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents: 8768
diff changeset
782 2009-02-17 John W. Eaton <jwe@octave.org>
a186c5b4f264 plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents: 8768
diff changeset
783
a186c5b4f264 plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents: 8768
diff changeset
784 * plot/plotyy.m: Handle case of existing figure with no axes.
a186c5b4f264 plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents: 8768
diff changeset
785
8768
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
786 2009-02-16 John W. Eaton <jwe@octave.org>
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
787
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
788 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file.
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
789 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m.
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
790 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m,
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
791 help/print_usage.m: Call __makeinfo__ instead of makeinfo.
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
792 * help/__strip_html_tags__.m, help/__additional_help_message__.m:
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
793 Doc fix.
e0fbf17a17bb __makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents: 8765
diff changeset
794
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
795 2009-02-16 Ben Abbott <bpabbott@mac.com>
8765
cf2163418140 Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents: 8763
diff changeset
796
cf2163418140 Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents: 8763
diff changeset
797 * plot/shading.m: No new figure windows for the demos.
cf2163418140 Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents: 8763
diff changeset
798 * plot/surfl.m: Clear figure before running demos.
cf2163418140 Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents: 8763
diff changeset
799
8757
79576d40acb6 fix unscaling in expm
Jaroslav Hajek <highegg@gmail.com>
parents: 8748
diff changeset
800 2009-02-16 Jaroslav Hajek <highegg@gmail.com>
79576d40acb6 fix unscaling in expm
Jaroslav Hajek <highegg@gmail.com>
parents: 8748
diff changeset
801
79576d40acb6 fix unscaling in expm
Jaroslav Hajek <highegg@gmail.com>
parents: 8748
diff changeset
802 * linear-algebra/expm.m: Fix invalid unscaling.
8761
1db8033efa17 fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents: 8757
diff changeset
803 * help/which.m: Do not add "function" here.
8763
5ce12bca4c51 update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8761
diff changeset
804 * optimization/fsolve.m: Update comments.
8757
79576d40acb6 fix unscaling in expm
Jaroslav Hajek <highegg@gmail.com>
parents: 8748
diff changeset
805
8748
d1eed318100f help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents: 8746
diff changeset
806 2009-02-16 John W. Eaton <jwe@octave.org>
d1eed318100f help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents: 8746
diff changeset
807
d1eed318100f help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents: 8746
diff changeset
808 * help/help.m: Shorten default help text.
d1eed318100f help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents: 8746
diff changeset
809
8746
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
810 2009-02-15 John W. Eaton <jwe@octave.org>
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
811
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
812 * help/doc.m, help/help.m, help/lookfor.m, help/type.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
813 help/which.m, image/colormap.m, miscellaneous/delete.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
814 miscellaneous/dir.m, miscellaneous/edit.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
815 miscellaneous/intwarning.m, miscellaneous/ls.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
816 miscellaneous/mex.m, miscellaneous/mkoctfile.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
817 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
818 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
819 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
820 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
821 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
822 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
823 testfun/rundemos.m, testfun/test.m:
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
824 Delete "PKG_ADD: mark_as_command" directive.
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
825
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
826 * scripts/edit.m: Avoid command-style function call syntax when
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
827 assigning results in tests.
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
828
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
829 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
830 deprecated/israwcommand.m, deprecated/mark_as_command.m,
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
831 deprecated/unmark_command.m, deprecated/iscommand.m:
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
832 New functions.
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
833 * deprecated/Makefile.in (SOURCES): Add them to the list.
5dd06f19e9be handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents: 8744
diff changeset
834
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
835 2009-02-15 Ben Abbott <bpabbott@mac.com>
8744
4142982c66c6 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8740
diff changeset
836
4142982c66c6 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8740
diff changeset
837 * plot/subplot.m: Compatible placement of subplots.
4142982c66c6 subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents: 8740
diff changeset
838
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
839 2009-02-13 Ben Abbott <bpabott@mac.com>
8740
cb0ea772a4af Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents: 8733
diff changeset
840
cb0ea772a4af Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents: 8733
diff changeset
841 * plot/__go_draw_axes__.m: Respect axes ticklength property.
cb0ea772a4af Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents: 8733
diff changeset
842
8733
3ef774603887 rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents: 8729
diff changeset
843 2009-02-12 John W. Eaton <jwe@octave.org>
3ef774603887 rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents: 8729
diff changeset
844
3ef774603887 rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents: 8729
diff changeset
845 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__.
3ef774603887 rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents: 8729
diff changeset
846
8729
d65a0a1780b6 Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents: 8727
diff changeset
847 2009-02-12 Soren Hauberg <hauberg@gmail.com>
d65a0a1780b6 Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents: 8727
diff changeset
848
d65a0a1780b6 Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents: 8727
diff changeset
849 * help/gen_doc_cache.m: Change API so we only handle one directory per
d65a0a1780b6 Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents: 8727
diff changeset
850 call to this function.
d65a0a1780b6 Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents: 8727
diff changeset
851
8727
5a5dbdacbf5d scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents: 8721
diff changeset
852 2009-02-12 Soren Hauberg <hauberg@gmail.com>
5a5dbdacbf5d scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents: 8721
diff changeset
853
5a5dbdacbf5d scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents: 8721
diff changeset
854 * help/lookfor.m: Adapt to new cache scheme.
5a5dbdacbf5d scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents: 8721
diff changeset
855
8721
e9cb742df9eb imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents: 8719
diff changeset
856 2009-02-11 Jaroslav Hajek <highegg@gmail.com>
e9cb742df9eb imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents: 8719
diff changeset
857
e9cb742df9eb imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents: 8719
diff changeset
858 * general/sortrows.m: Employ __sortrows_idx__ when applicable,
e9cb742df9eb imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents: 8719
diff changeset
859 gripe for sparse matrices.
e9cb742df9eb imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents: 8719
diff changeset
860
8719
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8714
diff changeset
861 2009-02-11 John W. Eaton <jwe@octave.org>
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8714
diff changeset
862
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8714
diff changeset
863 * miscellaneous/news.m: Look in octetcdir for NEWS file.
679c270b7584 install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents: 8714
diff changeset
864
8714
1f0c3b2961d7 changelog fixes
John W. Eaton <jwe@octave.org>
parents: 8712
diff changeset
865 2009-02-09 Jaroslav Hajek <highegg@gmail.com>
8712
010e15c7be9a support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents: 8709
diff changeset
866
010e15c7be9a support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents: 8709
diff changeset
867 * general/interp2.m: Added support for pchip bicubic interpolation.
010e15c7be9a support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents: 8709
diff changeset
868 Also simplified code and added support for natural extrapolation via
010e15c7be9a support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents: 8709
diff changeset
869 "extrap".
010e15c7be9a support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents: 8709
diff changeset
870
8699
6e764b7317bd test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
871 2009-02-09 John W. Eaton <jwe@octave.org>
6e764b7317bd test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
872
8709
d090213c697a scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents: 8699
diff changeset
873 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list.
d090213c697a scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents: 8699
diff changeset
874
8699
6e764b7317bd test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
875 * testfun/rundemos.m: Error if fopen fails.
6e764b7317bd test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents: 8698
diff changeset
876
8698
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8693
diff changeset
877 2009-02-08 John W. Eaton <jwe@octave.org>
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8693
diff changeset
878
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8693
diff changeset
879 * Makefile.in (install install-strip): Don't install ls-R file.
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8693
diff changeset
880 (uninstall): Don't uninstall ls-R file.
39666c970996 miscellaneous cleanups
John W. Eaton <jwe@octave.org>
parents: 8693
diff changeset
881
8693
e5ffb52c9c61 improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents: 8688
diff changeset
882 2009-02-06 Jaroslav Hajek <highegg@gmail.com>
e5ffb52c9c61 improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents: 8688
diff changeset
883
e5ffb52c9c61 improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents: 8688
diff changeset
884 * optimization/fsolve.m: Document support for complex holomorphic
e5ffb52c9c61 improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents: 8688
diff changeset
885 systems. Improve guarded evaluation.
e5ffb52c9c61 improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents: 8688
diff changeset
886
8688
d7306ecd077a news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents: 8684
diff changeset
887 2009-02-05 John W. Eaton <jwe@octave.org>
d7306ecd077a news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents: 8684
diff changeset
888
d7306ecd077a news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents: 8684
diff changeset
889 * miscellaneous/news.m: Use puts instead of printf.
d7306ecd077a news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents: 8684
diff changeset
890
8684
6d15bc6c4c15 polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents: 8672
diff changeset
891 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org>
6d15bc6c4c15 polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents: 8672
diff changeset
892
6d15bc6c4c15 polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents: 8672
diff changeset
893 * polynomial/polyout.m: Replace com2str with num2str, and minor
6d15bc6c4c15 polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents: 8672
diff changeset
894 style changes.
6d15bc6c4c15 polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents: 8672
diff changeset
895
8672
2a49c32d4322 allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents: 8670
diff changeset
896 2009-02-04 John W. Eaton <jwe@octave.org>
2a49c32d4322 allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents: 8670
diff changeset
897
2a49c32d4322 allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents: 8670
diff changeset
898 * help/which.m: Still print something sensible if type is empty.
2a49c32d4322 allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents: 8670
diff changeset
899
8668
739b0aebf261 scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents: 8667
diff changeset
900 2009-02-04 Soren Hauberg <hauberg@gmail.com>
8670
6f5b2835325c Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8668
diff changeset
901 Thomas Treichl <Thomas.Treichl@gmx.net>
8668
739b0aebf261 scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents: 8667
diff changeset
902
739b0aebf261 scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents: 8667
diff changeset
903 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list.
739b0aebf261 scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents: 8667
diff changeset
904
8667
a89198168175 freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents: 8666
diff changeset
905 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com>
a89198168175 freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents: 8666
diff changeset
906
a89198168175 freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents: 8666
diff changeset
907 * signal/freqz.m: Ensure causal phase response.
a89198168175 freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents: 8666
diff changeset
908 Handle long input correctly.
a89198168175 freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents: 8666
diff changeset
909
8666
34b7b93f91bc ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8665
diff changeset
910 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz>
34b7b93f91bc ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8665
diff changeset
911
34b7b93f91bc ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8665
diff changeset
912 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot
34b7b93f91bc ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8665
diff changeset
913 instead of "interpolate 4, 4".
34b7b93f91bc ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8665
diff changeset
914
8664
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
915 2009-02-04 John W. Eaton <jwe@octave.org>
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
916
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
917 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
918 general/fliplr.m, general/flipud.m, general/genvarname.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
919 general/nargchk.m, general/nargoutchk.m, general/quadgk.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
920 general/rot90.m, geometry/griddata.m, geometry/rectint.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
921 geometry/voronoi.m, geometry/voronoin.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
922 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
923 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
924 linear-algebra/dmult.m, linear-algebra/dot.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
925 linear-algebra/expm.m, linear-algebra/housh.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
926 linear-algebra/onenormest.m, linear-algebra/subspace.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
927 miscellaneous/compare_versions.m, optimization/__all_opts__.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
928 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
929 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
930 polynomial/roots.m, set/unique.m, signal/fractdiff.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
931 signal/hurst.m, specfun/beta.m, specfun/legendre.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
932 statistics/base/__quantile__.m, statistics/base/quantile.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
933 statistics/tests/cor_test.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
934 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
935 strings/dec2base.m, strings/strcat.m, strings/validatestring.m,
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
936 time/addtodate.m: Style fixes.
e07e93c04080 style fixes
John W. Eaton <jwe@octave.org>
parents: 8661
diff changeset
937
8661
9c092b111b1d small fix in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8657
diff changeset
938 2009-02-04 Jaroslav Hajek <highegg@gmail.com>
9c092b111b1d small fix in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8657
diff changeset
939
9c092b111b1d small fix in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8657
diff changeset
940 * optimization/fsolve.m: remove redundant line.
9c092b111b1d small fix in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8657
diff changeset
941
8657
102e05821f93 add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents: 8656
diff changeset
942 2009-02-03 Jaroslav Hajek <highegg@gmail.com>
102e05821f93 add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents: 8656
diff changeset
943
102e05821f93 add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents: 8656
diff changeset
944 * optimization/Makefile.in: Add missing source.
102e05821f93 add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents: 8656
diff changeset
945
8656
e3041433a57e increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents: 8652
diff changeset
946 2009-02-02 Rob Mahurin <rob@utk.edu>
e3041433a57e increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents: 8652
diff changeset
947
e3041433a57e increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents: 8652
diff changeset
948 * general/interpft.m: Increase tolerance in tests, for FFTPACK.
e3041433a57e increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents: 8652
diff changeset
949
8652
b93f17317ca3 fixes to __all_opts__
Jaroslav Hajek <highegg@gmail.com>
parents: 8648
diff changeset
950 2009-02-03 Jaroslav Hajek <highegg@gmail.com>
b93f17317ca3 fixes to __all_opts__
Jaroslav Hajek <highegg@gmail.com>
parents: 8648
diff changeset
951
b93f17317ca3 fixes to __all_opts__
Jaroslav Hajek <highegg@gmail.com>
parents: 8648
diff changeset
952 * optimization/__all_opts__.m: Yield empty list in recursive calls.
b93f17317ca3 fixes to __all_opts__
Jaroslav Hajek <highegg@gmail.com>
parents: 8648
diff changeset
953 mlock to avoid unloading.
b93f17317ca3 fixes to __all_opts__
Jaroslav Hajek <highegg@gmail.com>
parents: 8648
diff changeset
954
8648
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
955 2009-01-30 John W. Eaton <jwe@octave.org>
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
956
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
957 * optimization/PKG_ADD: Delete.
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
958 * optimization/fsolve.m, optimization/fzero.m,
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
959 optimization/lsqnonneg.m: Use PKG_ADD: comment to call __all_opts__.
ff61b53eb294 optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents: 8647
diff changeset
960
8647
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
961 2009-01-30 Jaroslav Hajek <highegg@gmail.com>
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
962
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
963 * optimization/__all_opts__.m: New source.
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
964 * optimization/optimset.m: Implement checking for registered options.
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
965 * optimization/optimget.m: Ditto.
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
966 * optimization/fsolve.m: Fix misspelled option.
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
967 * optimization/PKG_ADD: New startup file.
06f5dd901f30 implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents: 8645
diff changeset
968
8645
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
969 2009-01-30 Kai Habel <kai.habel@gmx.de>
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
970
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
971 * plot/__go_draw_axes__.m: Add support for transparent surfaces.
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
972 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface',
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
973 Require gnuplot 4.3 for transparent patches and surfaces.
579f1f54cc3a Add support for transparent surfaces
Kai Habel
parents: 8643
diff changeset
974
8643
92e193030b77 bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8639
diff changeset
975 2009-01-30 Benjamin Lindner <lindnerben@gmx.net>
92e193030b77 bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8639
diff changeset
976
92e193030b77 bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8639
diff changeset
977 * time/datestr.m: Convert YYYY to %Y instead of %C%y.
92e193030b77 bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8639
diff changeset
978 Convert [Dd][Dd] to %d instead of %e.
92e193030b77 bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8639
diff changeset
979
8638
20e93feaa7f8 gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents: 8634
diff changeset
980 2009-01-30 Ben Abbott <bpabbott@mac.com>
20e93feaa7f8 gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents: 8634
diff changeset
981
8639
399af34bb4bf # User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents: 8638
diff changeset
982 * plot/print.m: Use __gnuplot_has_feature__ instead of
399af34bb4bf # User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents: 8638
diff changeset
983 compare_versions.
399af34bb4bf # User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents: 8638
diff changeset
984
8638
20e93feaa7f8 gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents: 8634
diff changeset
985 * plot/gnuplot_drawnow.m: Respect x11 figure position property.
20e93feaa7f8 gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents: 8634
diff changeset
986
8634
cbd6545b0d85 fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents: 8633
diff changeset
987 2009-01-29 John W. Eaton <jwe@octave.org>
cbd6545b0d85 fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents: 8633
diff changeset
988
cbd6545b0d85 fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents: 8633
diff changeset
989 * miscellaneous/fileparts.m: Match all possible file separators.
cbd6545b0d85 fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents: 8633
diff changeset
990
8633
0c5541c39a42 Add support for transparent patches
Kai Habel
parents: 8632
diff changeset
991 2009-01-29 Kai Habel <kai.habel@gmx.de>
0c5541c39a42 Add support for transparent patches
Kai Habel
parents: 8632
diff changeset
992
0c5541c39a42 Add support for transparent patches
Kai Habel
parents: 8632
diff changeset
993 * plot/__go_draw_axes__.m: Add support for transparent patches.
0c5541c39a42 Add support for transparent patches
Kai Habel
parents: 8632
diff changeset
994
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
995 2009-01-29 S�ren Hauberg <hauberg@gmail.com>
8632
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
996
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
997 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m:
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
998 print sensible error message when function is found but not documented.
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
999
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
1000 * help/help.m: Allow displaying 'Contents.m' files.
d366fdf4ffe9 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8631
diff changeset
1001
8627
fdd1cefd3714 Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents: 8624
diff changeset
1002 2009-01-29 Kai Habel <kai.habel@gmx.de>
fdd1cefd3714 Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents: 8624
diff changeset
1003
fdd1cefd3714 Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents: 8624
diff changeset
1004 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and
fdd1cefd3714 Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents: 8624
diff changeset
1005 surfl.m in the list.
fdd1cefd3714 Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents: 8624
diff changeset
1006
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1007 2009-01-28 Ben Abbott <bpabbott@mac.com>
8624
ff7d90d92db8 gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents: 8622
diff changeset
1008
ff7d90d92db8 gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents: 8622
diff changeset
1009 * plot/gnuplot_drawnow.m: Style fixes.
8622
640b5d25ac19 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8620
diff changeset
1010
640b5d25ac19 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8620
diff changeset
1011 * plot/__gnuplot_has_feature__.m: New file, checks for supported
640b5d25ac19 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8620
diff changeset
1012 feature.
640b5d25ac19 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 8620
diff changeset
1013
8616
3d75d717cbe0 do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8613
diff changeset
1014 2009-01-28 Jaroslav Hajek <highegg@gmail.com>
3d75d717cbe0 do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8613
diff changeset
1015
3d75d717cbe0 do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8613
diff changeset
1016 * optimization/fsolve.m: Don't use pivoting at all (for the time
3d75d717cbe0 do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8613
diff changeset
1017 being).
3d75d717cbe0 do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8613
diff changeset
1018
8613
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1019 2009-01-28 Jaroslav Hajek <highegg@gmail.com>
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1020
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1021 * optimization/fsolve.m: Use more adaptive rescaling.
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1022 Put back the default tolerances based on machine eps respecting
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1023 the used precision. Partially reflect this in the default optimset
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1024 values.
38482007c834 relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents: 8612
diff changeset
1025
8612
20d23d65cc84 fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents: 8610
diff changeset
1026 2009-01-28 Jaroslav Hajek <highegg@gmail.com>
20d23d65cc84 fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents: 8610
diff changeset
1027
20d23d65cc84 fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents: 8610
diff changeset
1028 * miscellaneous/ordefields.m: Use indexed assignment instead of a
20d23d65cc84 fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents: 8610
diff changeset
1029 loop. Fix for multidimensional cases.
20d23d65cc84 fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents: 8610
diff changeset
1030
8609
fcf762ba66cf load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents: 8605
diff changeset
1031 2009-01-27 John W. Eaton <jwe@octave.org>
fcf762ba66cf load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents: 8605
diff changeset
1032
8610
85c9906abfd1 use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents: 8609
diff changeset
1033 * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m,
85c9906abfd1 use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents: 8609
diff changeset
1034 plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m:
85c9906abfd1 use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents: 8609
diff changeset
1035 Use endif or endfor instead of "end".
85c9906abfd1 use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents: 8609
diff changeset
1036
8609
fcf762ba66cf load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents: 8605
diff changeset
1037 * path/savepath.m: Call command_line_path instead of commandlinepath.
fcf762ba66cf load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents: 8605
diff changeset
1038
8605
9fc72c114ce1 Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents: 8602
diff changeset
1039 2009-01-27 Jason Riedy <jason@acm.org>
9fc72c114ce1 Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents: 8602
diff changeset
1040
9fc72c114ce1 Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents: 8602
diff changeset
1041 * miscellaneous/orderfields.m: Really fix the indexing for struct
9fc72c114ce1 Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents: 8602
diff changeset
1042 arrays.
9fc72c114ce1 Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents: 8602
diff changeset
1043
8602
827f0285a201 spline.m doc fix
carlo@guglielmo.local
parents: 8601
diff changeset
1044 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it>
827f0285a201 spline.m doc fix
carlo@guglielmo.local
parents: 8601
diff changeset
1045
827f0285a201 spline.m doc fix
carlo@guglielmo.local
parents: 8601
diff changeset
1046 * polynomial/spline.m: Doc fix.
827f0285a201 spline.m doc fix
carlo@guglielmo.local
parents: 8601
diff changeset
1047
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1048 2009-01-27 S�ren Hauberg <hauberg@gmail.com>
8601
b297b86f4ad9 gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents: 8600
diff changeset
1049
b297b86f4ad9 gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents: 8600
diff changeset
1050 * general/gradient.m: Handle computing the gradient of a function
b297b86f4ad9 gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents: 8600
diff changeset
1051 handle.
b297b86f4ad9 gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents: 8600
diff changeset
1052
8600
a6c1aa6f5915 improve lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8596
diff changeset
1053 2009-01-27 Jaroslav Hajek <highegg@gmail.com>
a6c1aa6f5915 improve lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8596
diff changeset
1054
a6c1aa6f5915 improve lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8596
diff changeset
1055 * optimization/lsqnonneg.m: Reimplement using QR updating for
a6c1aa6f5915 improve lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8596
diff changeset
1056 square and overdetermined systems.
a6c1aa6f5915 improve lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8596
diff changeset
1057
8596
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1058 2009-01-27 Jaroslav Hajek <highegg@gmail.com>
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1059
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1060 * optimization/fsolve.m: Provide default values on request.
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1061 Adjust some defaults.
8628
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1062 * optimization/fzero.m: Ditto.
8596
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1063 * optimization/optimset.m: Query optimal values via the M*b way.
8833c0b18eb2 enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents: 8594
diff changeset
1064
8594
756b0ba61350 orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents: 8592
diff changeset
1065 2009-01-26 Jason Riedy <jason@acm.org>
756b0ba61350 orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents: 8592
diff changeset
1066
756b0ba61350 orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents: 8592
diff changeset
1067 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs.
756b0ba61350 orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents: 8592
diff changeset
1068
8592
dacfd030633a handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8591
diff changeset
1069 2009-01-17 Jaroslav Hajek <highegg@gmail.com>
dacfd030633a handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8591
diff changeset
1070
dacfd030633a handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8591
diff changeset
1071 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians.
dacfd030633a handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8591
diff changeset
1072
8591
ffc9e9737507 remove obsolete source
Jaroslav Hajek <highegg@gmail.com>
parents: 8590
diff changeset
1073 2009-01-17 Jaroslav Hajek <highegg@gmail.com>
ffc9e9737507 remove obsolete source
Jaroslav Hajek <highegg@gmail.com>
parents: 8590
diff changeset
1074
ffc9e9737507 remove obsolete source
Jaroslav Hajek <highegg@gmail.com>
parents: 8590
diff changeset
1075 * optimization/__fsolve_defopts__.m: Remove.
ffc9e9737507 remove obsolete source
Jaroslav Hajek <highegg@gmail.com>
parents: 8590
diff changeset
1076 * optimization/Makefile.in: Reflect change.
ffc9e9737507 remove obsolete source
Jaroslav Hajek <highegg@gmail.com>
parents: 8590
diff changeset
1077
8590
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1078 2009-01-17 Jaroslav Hajek <highegg@gmail.com>
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1079
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1080 * optimization/__fdjac__.m: Fix setting up h.
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1081 * optimization/fsolve.m: Allow underdetermined systems. Use QR for
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1082 large enough square and overdetermined systems, with pivoting in the
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1083 first step. Simplify options. Adjust defaults - make TR radius
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1084 tolerance less stringent. Support DisplayFcn.
c136d313206a improvements to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8586
diff changeset
1085
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1086 2008-12-24 Ben Abbott <bpabbott@mac.com>
8586
31ab3b83bc8a savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents: 8585
diff changeset
1087
31ab3b83bc8a savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents: 8585
diff changeset
1088 * path/savepath.m: Respect cmd-line and env paths.
31ab3b83bc8a savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents: 8585
diff changeset
1089
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1090 2009-01-24 Ben Abbott <bpabbott@mac.com>
8585
e6497be3f3d6 Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents: 8582
diff changeset
1091
e6497be3f3d6 Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents: 8582
diff changeset
1092 * sparse/svds.m: svds.m: skip tests if ARPACK is missing.
e6497be3f3d6 Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents: 8582
diff changeset
1093
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1094 2009-01-23 S�ren Hauberg <hauberg@gmail.com>
8582
92d66bbd74af Make 'type X' work when X is a variable
sh@sh-t400
parents: 8575
diff changeset
1095
92d66bbd74af Make 'type X' work when X is a variable
sh@sh-t400
parents: 8575
diff changeset
1096 * help/type.m: Make 'type X' work, when X is the name of a variable.
92d66bbd74af Make 'type X' work when X is a variable
sh@sh-t400
parents: 8575
diff changeset
1097
8575
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1098 2009-01-22 John W. Eaton <jwe@octave.org>
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1099
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1100 * help/which.m: New function.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1101 * help/Makefile.in (SOURCES): Add it to the list.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1102
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1103 * help/help.m: Also display location of the file before the help text.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1104 * help/print_usage: Also display additional help text.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1105 * help/__additional_help_message__.m: Return message instead of
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1106 displaying it.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1107
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1108 2009-01-22 S�ren Hauberg <hauberg@gmail.com>
8575
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1109
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1110 * help: New directory.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1111 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1112 * Makefile.in (SUBDIRS): Add it to the list.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1113 * help/__additional_help_message__.m, help/__strip_html_tags__.m,
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1114 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m,
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1115 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m:
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1116 New functions.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1117 * help/Makefile.in (SOURCES): Add them to the list.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1118 * help/doc.m: Move here from miscellaneous/doc.m.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1119 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1120 * miscellaneous/pkg.m: Generate documentation cache during install.
f134925a1cfa m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents: 8562
diff changeset
1121
8562
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8558
diff changeset
1122 2009-01-22 Jaroslav Hajek <highegg@gmail.com>
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8558
diff changeset
1123
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8558
diff changeset
1124 * optimization/fsolve.m: Undo the last change.
a6edd5c23cb5 use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents: 8558
diff changeset
1125
8558
438520011621 Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8557
diff changeset
1126 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de>
438520011621 Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8557
diff changeset
1127
438520011621 Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8557
diff changeset
1128 * miscellaneous/doc.m: Add test for existence of info file.
438520011621 Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8557
diff changeset
1129
8554
8cd2277569c0 title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents: 8552
diff changeset
1130 2009-01-21 John W. Eaton <jwe@octave.org>
8cd2277569c0 title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents: 8552
diff changeset
1131
8557
ab82e19002c4 better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents: 8556
diff changeset
1132 * plot/__axis_label__.m: Set properties in existing axis label
ab82e19002c4 better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents: 8556
diff changeset
1133 object instead of creating a new text object.
ab82e19002c4 better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents: 8556
diff changeset
1134 * plot/ylabel.m: Don't set rotation property here.
ab82e19002c4 better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents: 8556
diff changeset
1135 * plot/title.m: Don't set horizontalalignment property here.
ab82e19002c4 better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents: 8556
diff changeset
1136
8556
d81caf2e3a28 ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents: 8554
diff changeset
1137 * plot/ylabel.m: Insert rotation property in varargin before
d81caf2e3a28 ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents: 8554
diff changeset
1138 passing it on to __axis_label__.
d81caf2e3a28 ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents: 8554
diff changeset
1139 * plot/__axis_label__.m: Don't set rotation for ylabel here.
d81caf2e3a28 ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents: 8554
diff changeset
1140
8554
8cd2277569c0 title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents: 8552
diff changeset
1141 * plot/title.m: Insert horizontalalignment property in varargin
8cd2277569c0 title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents: 8552
diff changeset
1142 before passing it on to __axis_label__.
8cd2277569c0 title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents: 8552
diff changeset
1143
8552
3591fe09f3b1 add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents: 8550
diff changeset
1144 2009-01-21 Jaroslav Hajek <highegg@gmail.com>
3591fe09f3b1 add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents: 8550
diff changeset
1145
3591fe09f3b1 add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents: 8550
diff changeset
1146 * strings/strchr.m: New function.
3591fe09f3b1 add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents: 8550
diff changeset
1147 * strings/Makefile.in: Add it.
3591fe09f3b1 add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents: 8550
diff changeset
1148
8550
1cb63ac13934 allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 8545
diff changeset
1149 2009-01-20 Jaroslav Hajek <highegg@gmail.com>
1cb63ac13934 allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 8545
diff changeset
1150
1cb63ac13934 allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 8545
diff changeset
1151 * optimization/fsolve.m: Only use qrupdate if available.
1cb63ac13934 allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents: 8545
diff changeset
1152
8538
f4a4f914462e assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents: 8533
diff changeset
1153 2009-01-20 John W. Eaton <jwe@octave.org>
f4a4f914462e assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents: 8533
diff changeset
1154
8545
faccdb98d953 postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents: 8544
diff changeset
1155 * general/postpad.m: Doc fix.
faccdb98d953 postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents: 8544
diff changeset
1156 * general/prepad.m: Doc fix.
8544
c0d71b4deeb7 pink.m: spelling fix
John W. Eaton <jwe@octave.org>
parents: 8543
diff changeset
1157 * image/pink.m: Spelling fix.
c0d71b4deeb7 pink.m: spelling fix
John W. Eaton <jwe@octave.org>
parents: 8543
diff changeset
1158 * image/hsv.m: Doc fix.
c0d71b4deeb7 pink.m: spelling fix
John W. Eaton <jwe@octave.org>
parents: 8543
diff changeset
1159 From Francesco Potorti` <Potorti@isti.cnr.it>.
8543
fda06702bf71 hsv.m: doc fix
John W. Eaton <jwe@octave.org>
parents: 8538
diff changeset
1160
8538
f4a4f914462e assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents: 8533
diff changeset
1161 * testfun/assert.m: Use isfield instead of struct_contains.
f4a4f914462e assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents: 8533
diff changeset
1162
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1163 2009-01-17 Ben Abbott <bpabbott@mac.com>
8533
fb1b87ea4af9 Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents: 8532
diff changeset
1164
fb1b87ea4af9 Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents: 8532
diff changeset
1165 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m:
fb1b87ea4af9 Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents: 8532
diff changeset
1166 Permit scalars when transforming coordinates.
fb1b87ea4af9 Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents: 8532
diff changeset
1167
8532
4d884a016846 __quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents: 8530
diff changeset
1168 2009-01-17 Steven Verstoep <isgoed@hotmail.com>
4d884a016846 __quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents: 8530
diff changeset
1169
4d884a016846 __quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents: 8530
diff changeset
1170 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
4d884a016846 __quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents: 8530
diff changeset
1171
8530
c7e49bf03d42 Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8529
diff changeset
1172 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org>
c7e49bf03d42 Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8529
diff changeset
1173
c7e49bf03d42 Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8529
diff changeset
1174 * plot/gnuplot_drawnow.m: Fix for handling options.
c7e49bf03d42 Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8529
diff changeset
1175
8529
774b44619c5c Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8528
diff changeset
1176 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org>
774b44619c5c Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8528
diff changeset
1177
774b44619c5c Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8528
diff changeset
1178 * plot/legend.m: Fix legend order for both horizontal and
774b44619c5c Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8528
diff changeset
1179 vertical string cell.
774b44619c5c Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8528
diff changeset
1180
8528
06e1667d7492 grid.m: Correct doc-string.
Ben Abbott <bpabbott@mac.com>
parents: 8522
diff changeset
1181 2008-01-15 Ben Abbott <bpabbott@mac.com>
06e1667d7492 grid.m: Correct doc-string.
Ben Abbott <bpabbott@mac.com>
parents: 8522
diff changeset
1182
06e1667d7492 grid.m: Correct doc-string.
Ben Abbott <bpabbott@mac.com>
parents: 8522
diff changeset
1183 * plot/grid.m: Document handle argument.
06e1667d7492 grid.m: Correct doc-string.
Ben Abbott <bpabbott@mac.com>
parents: 8522
diff changeset
1184
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1185 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk>
8522
d65b33e55d40 nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents: 8521
diff changeset
1186
d65b33e55d40 nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents: 8521
diff changeset
1187 * general/nargoutchk.m: Doc fix.
d65b33e55d40 nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents: 8521
diff changeset
1188 * general/nargchk.m: Improve compatibility. New tests.
d65b33e55d40 nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents: 8521
diff changeset
1189
8521
93cf10950334 tmpdir=tmpnam;
Rafael Laboissiere <rafael@debian.org>
parents: 8518
diff changeset
1190 2008-01-15 Rafael Laboissiere <rafael@debian.org>
93cf10950334 tmpdir=tmpnam;
Rafael Laboissiere <rafael@debian.org>
parents: 8518
diff changeset
1191
93cf10950334 tmpdir=tmpnam;
Rafael Laboissiere <rafael@debian.org>
parents: 8518
diff changeset
1192 * gethelp.cc: Include <cstdio>.
93cf10950334 tmpdir=tmpnam;
Rafael Laboissiere <rafael@debian.org>
parents: 8518
diff changeset
1193
8518
c2c018d7c501 __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents: 8517
diff changeset
1194 2009-01-14 Ben Abbott <bpabbott@mac.com>
c2c018d7c501 __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents: 8517
diff changeset
1195
c2c018d7c501 __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents: 8517
diff changeset
1196 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function.
c2c018d7c501 __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents: 8517
diff changeset
1197 Use it to handle non-cell ticklabels.
c2c018d7c501 __go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents: 8517
diff changeset
1198
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1199 2009-01-14 S�ren Hauberg <hauberg@gmail.com>
8517
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1200
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1201 * general/diff.m, general/logspace.m, general/nextpow2.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1202 linear-algebra/commutation_matrix.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1203 linear-algebra/duplication_matrix.m, linear-algebra/expm.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1204 miscellaneous/bincoeff.m, miscellaneous/list_primes.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1205 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1206 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1207 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1208 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1209 special-matrix/hilb.m, special-matrix/invhilb.m
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1210 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1211 special-matrix/vander.m, statistics/base/gls.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1212 statistics/base/kendall.m, statistics/base/kurtosis.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1213 statistics/base/mean.m, statistics/base/median.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1214 statistics/base/ols.m, statistics/base/skewness.m,
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1215 statistics/distributions/kolmogorov_smirnov_cdf.m:
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1216 Use ifnottex instead of ifinfo.
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1217
8509
841f8e3370c6 dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents: 8508
diff changeset
1218 2009-01-14 John W. Eaton <jwe@octave.org>
841f8e3370c6 dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents: 8508
diff changeset
1219
8517
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1220 * linear-algebra/expm.m:
81d6ab3ac93c Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents: 8513
diff changeset
1221
8513
352d3245d4c1 fsolve.m: doc fix
John W. Eaton <jwe@octave.org>
parents: 8510
diff changeset
1222 * optimization/fsolve.m: Doc fix.
352d3245d4c1 fsolve.m: doc fix
John W. Eaton <jwe@octave.org>
parents: 8510
diff changeset
1223
8510
738cb6271933 __go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents: 8509
diff changeset
1224 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6.
738cb6271933 __go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents: 8509
diff changeset
1225
8509
841f8e3370c6 dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents: 8508
diff changeset
1226 * io/dlmwrite.m: Use '%c' format for character data.
841f8e3370c6 dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents: 8508
diff changeset
1227
8506
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1228 2009-01-13 John W. Eaton <jwe@octave.org>
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1229
8508
dee629f14bfa repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents: 8507
diff changeset
1230 * general/repmat.m: Handle negative row or column dimension.
dee629f14bfa repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents: 8507
diff changeset
1231
8507
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1232 * elfun/lcm.m, general/accumarray.m, general/bicubic.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1233 general/cellidx.m, general/cplxpair.m, general/dblquad.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1234 general/gradient.m, general/interp1.m , general/pol2cart.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1235 general/quadgk.m, general/quadv.m, general/repmat.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1236 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1237 image/brighten.m, image/hsv2rgb.m, image/imread.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1238 image/imwrite.m, linear-algebra/dmult.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1239 linear-algebra/onenormest.m, miscellaneous/getfield.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1240 miscellaneous/setfield.m, miscellaneous/what.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1241 optimization/fsolve.m, optimization/fzero.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1242 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1243 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1244 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1245 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1246 polynomial/polyreduce.m, set/intersect.m, set/setxor.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1247 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1248 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1249 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1250 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1251 sparse/spy.m, sparse/svds.m, sparse/treelayout.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1252 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1253 statistics/base/center.m, statistics/base/quantile.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1254 statistics/base/ranks.m, statistics/base/std.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1255 statistics/distributions/hygepdf.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1256 statistics/tests/kruskal_wallis_test.m, strings/index.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1257 strings/mat2str.m, strings/str2double.m, strings/strrep.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1258 testfun/assert.m, testfun/example.m, testfun/fail.m,
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1259 testfun/speed.m, testfun/test.m: Style fixes.
cadc73247d65 style fixes
John W. Eaton <jwe@octave.org>
parents: 8506
diff changeset
1260
8506
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1261 * audio/wavread.m, general/__splinen__.m, general/bicubic.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1262 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1263 linear-algebra/onenormest.m, miscellaneous/edit.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1264 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1265 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1266 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1267 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1268 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1269 statistics/base/quantile.m, statistics/base/values.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1270 strings/findstr.m, strings/str2double.m, strings/strrep.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1271 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m,
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1272 time/datestr.m, time/datevec.m: Comment style fixes.
bc982528de11 comment style fixes
John W. Eaton <jwe@octave.org>
parents: 8502
diff changeset
1273
8502
d437e8dc18fa make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8467
diff changeset
1274 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org>
d437e8dc18fa make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8467
diff changeset
1275
d437e8dc18fa make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8467
diff changeset
1276 * set/unique.m: Fix for vertical array inputs.
d437e8dc18fa make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents: 8467
diff changeset
1277
8466
4d008d9f0ccf fsolve.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8462
diff changeset
1278 2009-01-12 John W. Eaton <jwe@octave.org>
4d008d9f0ccf fsolve.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8462
diff changeset
1279
8467
77b8d4aa2743 fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents: 8466
diff changeset
1280 * optimization/fzero.m, optimization/fsolve.m: Style fixes.
77b8d4aa2743 fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents: 8466
diff changeset
1281 Use strcmpi to compare options.
8466
4d008d9f0ccf fsolve.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8462
diff changeset
1282
8462
ebdf1e058d85 Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8460
diff changeset
1283 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de>
ebdf1e058d85 Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8460
diff changeset
1284
ebdf1e058d85 Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8460
diff changeset
1285 * strings/strvcat.m: Remove.
ebdf1e058d85 Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8460
diff changeset
1286 * strings/Makefile.in (SOURCES): Remove strvcat.m.
ebdf1e058d85 Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8460
diff changeset
1287
8460
e4c9ecb64411 diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8455
diff changeset
1288 2009-01-12 John W. Eaton <jwe@octave.org>
e4c9ecb64411 diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8455
diff changeset
1289
e4c9ecb64411 diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8455
diff changeset
1290 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes.
e4c9ecb64411 diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents: 8455
diff changeset
1291
8455
fd11a08a9b31 disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents: 8451
diff changeset
1292 2009-01-11 Jaroslav Hajek <highegg@gmail.com>
fd11a08a9b31 disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents: 8451
diff changeset
1293
fd11a08a9b31 disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents: 8451
diff changeset
1294 * general/sortrows.m: Fix invalid `{x:y} = z' assignment.
8628
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1295 * miscellaneous/orderfields.m: Ditto.
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1296 * miscellaneous/what.m: Ditto.
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1297 * pkg/pkg.m: Ditto.
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1298 * plot/ndgrid.m: Ditto.
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1299 * strings/strcat.m: Ditto.
8455
fd11a08a9b31 disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents: 8451
diff changeset
1300
8451
6306ce1406f1 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8450
diff changeset
1301 2009-01-09 Kai Habel <kai.habel@gmx.de>
6306ce1406f1 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8450
diff changeset
1302
6306ce1406f1 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8450
diff changeset
1303 * plot/surfl.m: New function
8628
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1304 * plot/diffuse.m: Ditto.
17a3a7bebac5 ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8627
diff changeset
1305 * plot/specular.m: Ditto.
8451
6306ce1406f1 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8450
diff changeset
1306
8445
dd52e541418b scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents: 8444
diff changeset
1307 2009-01-05 John W. Eaton <jwe@octave.org>
dd52e541418b scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents: 8444
diff changeset
1308
dd52e541418b scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents: 8444
diff changeset
1309 * mkdoc: Set defaults for FIND and PERL. Check usage.
dd52e541418b scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents: 8444
diff changeset
1310
8443
34c0acf11539 Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8442
diff changeset
1311 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de>
34c0acf11539 Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8442
diff changeset
1312
34c0acf11539 Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8442
diff changeset
1313 * miscellaneous/__xzip__.m: Fix error messages, add tests.
34c0acf11539 Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8442
diff changeset
1314
8442
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1315 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de>
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1316
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1317 * general/int2str.m, general/num2str.m, strings/base2dec.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1318 strings/blanks.m, strings/cstrcat.m, strings/findstr.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1319 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1320 strings/split.m, strings/str2double.m, strings/str2num.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1321 strings/strcat.m, strings/strcmpi.m, strings/strfind.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1322 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1323 strings/strrep.m, strings/strtok.m, strings/strtrim.m,
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1324 strings/strtrunc.m, strings/strvcat.m, strings/substr.m:
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1325 Fix documentation strings, add examples, references and tests.
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1326 * scripts/general/int2str.m: Add missing semicolon.
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1327 * scripts/strings/regexptranslate.m: add nargin check.
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1328 * scripts/strings/str2double.m: fix nargin check.
502e58a0d44f Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8441
diff changeset
1329
8440
e792c736b1ac Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents: 8438
diff changeset
1330 2008-12-29 David Bateman <dbateman@free.fr>
e792c736b1ac Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents: 8438
diff changeset
1331
e792c736b1ac Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents: 8438
diff changeset
1332 * goemetry/voronoi.m: Speed up and handle dense grids.
e792c736b1ac Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents: 8438
diff changeset
1333
8438
ed746d578a48 improve delete
Jaroslav Hajek <highegg@gmail.com>
parents: 8436
diff changeset
1334 2008-12-28 Jaroslav Hajek <highegg@gmail.com>
ed746d578a48 improve delete
Jaroslav Hajek <highegg@gmail.com>
parents: 8436
diff changeset
1335
ed746d578a48 improve delete
Jaroslav Hajek <highegg@gmail.com>
parents: 8436
diff changeset
1336 * miscellaneous/delete.m: Allow filename globs. Display warnings if
ed746d578a48 improve delete
Jaroslav Hajek <highegg@gmail.com>
parents: 8436
diff changeset
1337 operation fails.
ed746d578a48 improve delete
Jaroslav Hajek <highegg@gmail.com>
parents: 8436
diff changeset
1338
8427
26b899d309f6 help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents: 8424
diff changeset
1339 2008-12-26 Francesco Potortì <pot@gnu.org>
26b899d309f6 help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents: 8424
diff changeset
1340
8436
342f72c1df1a In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents: 8435
diff changeset
1341 * general/prepad.m: Add reference to postpad.
342f72c1df1a In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents: 8435
diff changeset
1342
8435
69e27978114a bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8433
diff changeset
1343 * miscellaneous/bincoeff.m: Make reference to nchoosek.
69e27978114a bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8433
diff changeset
1344
8433
3292bd1bbaa4 Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents: 8430
diff changeset
1345 * general/postpad.m: Use @seealso. Add reference to resize.
3292bd1bbaa4 Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents: 8430
diff changeset
1346
8430
24e4dc8b0e3a Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents: 8427
diff changeset
1347 * statistics/base/statistics.m: Correct help string.
24e4dc8b0e3a Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents: 8427
diff changeset
1348
8427
26b899d309f6 help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents: 8424
diff changeset
1349 * plot/hist.m: Doc string now mentions matrix input argument.
26b899d309f6 help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents: 8424
diff changeset
1350 Correct error message.
26b899d309f6 help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents: 8424
diff changeset
1351
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1352 2008-12-30 Ben Abbott <bpabbott@mac.com>
8441
cc3ac5eb6be3 __contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents: 8440
diff changeset
1353
cc3ac5eb6be3 __contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents: 8440
diff changeset
1354 * plot/__contour__.m: __contour__.m: correct order of patches
cc3ac5eb6be3 __contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents: 8440
diff changeset
1355
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1356 2008-12-30 Ben Abbott <bpabbott@mac.com>
8450
6c4e2fc14beb Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents: 8445
diff changeset
1357
6c4e2fc14beb Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents: 8445
diff changeset
1358 * plot/__contour__.m: __contour__.m: correct order of patches
6c4e2fc14beb Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents: 8445
diff changeset
1359
8424
a84d71abdc5b grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents: 8422
diff changeset
1360 2008-12-24 Doug Stewart <dastew@sympatico.ca>
a84d71abdc5b grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents: 8422
diff changeset
1361
a84d71abdc5b grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents: 8422
diff changeset
1362 * plot/grid.m: Handle "minor" option.
a84d71abdc5b grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents: 8422
diff changeset
1363
8422
20cbb0fdab48 test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents: 8417
diff changeset
1364 2008-12-24 John W. Eaton <jwe@octave.org>
20cbb0fdab48 test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents: 8417
diff changeset
1365
20cbb0fdab48 test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents: 8417
diff changeset
1366 * testfun/test.m: Print "has no tests" message if there are demos
20cbb0fdab48 test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents: 8417
diff changeset
1367 but no tests instead of printing PASSES 0 out of 0 tests.
20cbb0fdab48 test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents: 8417
diff changeset
1368
8417
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8416
diff changeset
1369 2008-12-23 David Bateman <dbateman@free.fr>
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8416
diff changeset
1370
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8416
diff changeset
1371 * sparse/svds.m: New function.
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8416
diff changeset
1372 * sparse/Makefile.in (SOURCES): Add it here.
654bcfb937bf Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents: 8416
diff changeset
1373
8416
0a56e5c21c29 Add the bicgstab function
Radek Salac <salac.r@gmail.com>
parents: 8413
diff changeset
1374 2008-11-21 Radek Salac <salac.r@gmail.com>
0a56e5c21c29 Add the bicgstab function
Radek Salac <salac.r@gmail.com>
parents: 8413
diff changeset
1375
0a56e5c21c29 Add the bicgstab function
Radek Salac <salac.r@gmail.com>
parents: 8413
diff changeset
1376 * sparse/bicgstab.m: New function.
0a56e5c21c29 Add the bicgstab function
Radek Salac <salac.r@gmail.com>
parents: 8413
diff changeset
1377 * sparse/Makefile.in (SOURCES): Add it here.
0a56e5c21c29 Add the bicgstab function
Radek Salac <salac.r@gmail.com>
parents: 8413
diff changeset
1378
8413
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1379 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org>
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1380
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1381 * time/datevec.m (__date_vfmt2sfmt__): New helper function.
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1382 (datevec): Avoid repeated parsing of the format string.
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1383 * set/unique.m: Only check for options if nargin > 1.
b8de157b4948 ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents: 8406
diff changeset
1384
8406
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1385 2008-12-15 Jaroslav Hajek <highegg@gmail.com>
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1386
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1387 * optimization/lsqnonneg.m: Preprocess using QR for over-determined
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1388 systems. Simplify & fix indexing. Use left division for step problem.
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1389 Fix output args.
0b7566aea627 fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents: 8404
diff changeset
1390
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1391 2008-12-13 Francesco Potort� <pot@gnu.org>
8404
868149aac690 nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents: 8395
diff changeset
1392
868149aac690 nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents: 8395
diff changeset
1393 * specfun/nchoosek.m: Check for input arguments, signal loss of
868149aac690 nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents: 8395
diff changeset
1394 precision, correctly handle k==0 and k==n cases, add proper tests.
868149aac690 nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents: 8395
diff changeset
1395
8395
88fd356b0d95 optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8394
diff changeset
1396 2008-12-11 Jaroslav Hajek <highegg@gmail.com>
88fd356b0d95 optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8394
diff changeset
1397
88fd356b0d95 optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8394
diff changeset
1398 * optimization/fsolve.m: Optionally allow pivoted qr factorization.
88fd356b0d95 optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8394
diff changeset
1399
8393
c8a785d0e867 add omitted m-file
Jaroslav Hajek <highegg@gmail.com>
parents: 8391
diff changeset
1400 2008-12-10 Jaroslav Hajek <highegg@gmail.com>
c8a785d0e867 add omitted m-file
Jaroslav Hajek <highegg@gmail.com>
parents: 8391
diff changeset
1401
8394
68cb59d7a0d3 changelog fix
Jaroslav Hajek <highegg@gmail.com>
parents: 8393
diff changeset
1402 * linear-algebra/expm.m: New source.
8393
c8a785d0e867 add omitted m-file
Jaroslav Hajek <highegg@gmail.com>
parents: 8391
diff changeset
1403
8391
343f0fbca6eb implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents: 8390
diff changeset
1404 2008-12-09 Jaroslav Hajek <highegg@gmail.com>
343f0fbca6eb implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents: 8390
diff changeset
1405
8394
68cb59d7a0d3 changelog fix
Jaroslav Hajek <highegg@gmail.com>
parents: 8393
diff changeset
1406 * specfun/nchoosek.m: Use a recursionless approach.
8391
343f0fbca6eb implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents: 8390
diff changeset
1407
8390
49901b624316 optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents: 8387
diff changeset
1408 2008-12-09 Jaroslav Hajek <highegg@gmail.com>
49901b624316 optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents: 8387
diff changeset
1409
49901b624316 optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents: 8387
diff changeset
1410 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case.
49901b624316 optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents: 8387
diff changeset
1411
8387
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1412 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de>
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1413
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1414 * strings/lower.m: Remove
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1415 * strings/upper.m: Remove
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1416 * strings/Makefile.in: Remove lower.m, upper.m
1567db1e166c make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8372
diff changeset
1417
8372
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1418 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de>
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1419
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1420 * strings/str2mat.m: Make it a simple wrapper around
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1421 char() and move it to scripts/deprecated/str2mat.m, remove
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1422 obsolete tests, move remaining test to src/strfns.cc (Fchar).
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1423 * strings/Makefile.in: Remove str2mat.m.
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1424 * deprecated/Makefile.in: Add str2mat.m.
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1425 * strings/strvcat.m: Remove reference to str2mat.
8dff9cba15fe move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8362
diff changeset
1426
8360
32d9c0299e99 Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents: 8357
diff changeset
1427 2008-11-28 David Bateman <dbateman@free.fr>
32d9c0299e99 Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents: 8357
diff changeset
1428
32d9c0299e99 Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents: 8357
diff changeset
1429 * plot/__go_draw_axes__.m: Set two point clipping mode to be on.
32d9c0299e99 Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents: 8357
diff changeset
1430
8361
cf620941af1a Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8360
diff changeset
1431 2008-11-26 Francesco Potortì <pot@gnu.org>
cf620941af1a Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8360
diff changeset
1432
cf620941af1a Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8360
diff changeset
1433 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction.
cf620941af1a Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents: 8360
diff changeset
1434
8362
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1435 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de>
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1436
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1437 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__,
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1438 improve tests
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1439 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__,
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1440 fix handling of output argument, add test
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1441 miscellaneous/__xzip__.m: Improve error messages, fix cleanup
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1442 of temporary directories, remove tab characters
03b414516dd8 clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8361
diff changeset
1443
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1444 2008-11-24 Ben Abbott <bpabbott@mac.com>
8343
9f34f7636fe0 legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents: 8338
diff changeset
1445
9f34f7636fe0 legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents: 8338
diff changeset
1446 * plot/legend.m: Correct ording of legend labels.
9f34f7636fe0 legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents: 8338
diff changeset
1447
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1448 2008-11-24 Ben Abbott <bpabbott@mac.com>
8344
b5f10b123440 __go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents: 8343
diff changeset
1449
b5f10b123440 __go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents: 8343
diff changeset
1450 * plot/__go_draw_axes__.m: Correct order for rendering children.
b5f10b123440 __go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents: 8343
diff changeset
1451
8338
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8324
diff changeset
1452 2008-11-21 Radek Salac <salac.r@gmail.com>
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8324
diff changeset
1453
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8324
diff changeset
1454 * sparse/cgs.m, sparse/treelayout.m: New functions.
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8324
diff changeset
1455 * sparse/Makefile.in (SOURCES): Add them here.
a35bf360b919 Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents: 8324
diff changeset
1456
8324
1e9cf8ff48f8 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8322
diff changeset
1457 2008-11-14 David Bateman <dbateman@free.fr>
1e9cf8ff48f8 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8322
diff changeset
1458
1e9cf8ff48f8 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8322
diff changeset
1459 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties
1e9cf8ff48f8 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8322
diff changeset
1460 of the axis object.
1e9cf8ff48f8 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8322
diff changeset
1461
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1462 2008-11-14 Ben Abbott <bpabbott@mac.com>
8356
d750feaefa8e gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents: 8354
diff changeset
1463
d750feaefa8e gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents: 8354
diff changeset
1464 * plot/gnuplot_drawnow.m: Add support of properites to gp backend.
d750feaefa8e gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents: 8354
diff changeset
1465
8320
9a05d76e5291 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8316
diff changeset
1466 2008-11-13 John W. Eaton <jwe@octave.org>
9a05d76e5291 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8316
diff changeset
1467
9a05d76e5291 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8316
diff changeset
1468 * statistics/distributions/chi2rnd.m: Fix another missing semicolon.
9a05d76e5291 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8316
diff changeset
1469 From sven.mattisson@insatnet.nu.
9a05d76e5291 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8316
diff changeset
1470
8315
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1471 2008-11-12 David Bateman <dbateman@free.fr>
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1472
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1473 * plot/__quiver__.m: Only autoscale if more than one element to
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1474 plot. Modify callbacks for change in order of children.
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1475 * plot/__stem__.m: Modify callbacks for change in order of children.
e9687c313d5f Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents: 8310
diff changeset
1476
8316
830ad84d2654 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8315
diff changeset
1477 2008-11-10 John W. Eaton <jwe@octave.org>
830ad84d2654 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8315
diff changeset
1478
830ad84d2654 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8315
diff changeset
1479 * polynomial/spline.m: Delete debugging statements. From
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1480 Sebastian Sch�ps <sebastian@schoeps.org>.
8316
830ad84d2654 Changelog fix
David Bateman <dbateman@free.fr>
parents: 8315
diff changeset
1481
8444
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8443
diff changeset
1482 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de>
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8443
diff changeset
1483
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8443
diff changeset
1484 * mkdoc: do not remove white space before @ within @example
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8443
diff changeset
1485 environment
c3ac9f2772cd do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8443
diff changeset
1486
8350
0e3a92a8683c fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8349
diff changeset
1487 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de>
0e3a92a8683c fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8349
diff changeset
1488
0e3a92a8683c fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8349
diff changeset
1489 * plot/subplot.m: fix texi bug
0e3a92a8683c fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8349
diff changeset
1490
8352
33337f1aca75 fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8350
diff changeset
1491 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de>
33337f1aca75 fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8350
diff changeset
1492
33337f1aca75 fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8350
diff changeset
1493 * miscellaneous/unpack.m: return directly after recursive handling
33337f1aca75 fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8350
diff changeset
1494 of cell-strings
33337f1aca75 fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8350
diff changeset
1495
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1496 2008-11-03 Ben Abbott <bpabbott@mac.com>
8354
534fd216278c __go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents: 8352
diff changeset
1497
534fd216278c __go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents: 8352
diff changeset
1498 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector.
534fd216278c __go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents: 8352
diff changeset
1499
8306
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1500 2008-09-28 Jaroslav Hajek <highegg@gmail.com>
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1501
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1502 * optimization/__fdjac__.m: New function file.
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1503 * optimization/__dogleg__.m: New function file.
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1504 * optimization/fsolve.m: New function file.
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1505 * optimization/Makefile.in: Include the new sources.
43795cf108d0 initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents: 8305
diff changeset
1506
8305
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1507 2008-09-28 Jaroslav Hajek <highegg@gmail.com>
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1508
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1509 * optimization/fzero.m: Replace tabs by spaces.
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1510
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1511 2008-09-28 Jaroslav Hajek <highegg@gmail.com>
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1512
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1513 * optimization/fzero.m: Simplify exception handling.
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1514
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1515 2008-10-31 Jaroslav Hajek <highegg@gmail.com>
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1516
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1517 * optimization/fzero.m: New function file.
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1518 * optimization/Makefile.in: Add it.
368b504777a8 implement fzero
Jaroslav Hajek <highegg@gmail.com>
parents: 8304
diff changeset
1519
8304
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1520 2008-10-31 Jaroslav Hajek <highegg@gmail.com>
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1521
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1522 * optimization/optimset.m: Don't include empty options in option
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1523 structure.
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1524 * optimization/optimget.m: New function file.
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1525 * optimization/Makefile.in: Add it.
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1526 * optimization/lsqnonneg.m: Query options using optimget.
eeaee297c0da modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents: 8303
diff changeset
1527
8303
b11c31849b44 improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents: 8299
diff changeset
1528 2008-10-31 Jaroslav Hajek <highegg@gmail.com>
b11c31849b44 improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents: 8299
diff changeset
1529
b11c31849b44 improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents: 8299
diff changeset
1530 * linear-algebra/__norm__.m: Remove.
b11c31849b44 improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents: 8299
diff changeset
1531
8349
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1532 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de>
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1533
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1534 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands.
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1535 * miscellaneous/gzip.m: change to use __xzip__ for actual compression,
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1536 add tests.
02beb5be5683 add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8344
diff changeset
1537
8299
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1538 2008-10-31 David Bateman <dbateman@free.fr>
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1539
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1540 * plot/__contour__.m: Exclude infinite values when calculating contour
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1541 levels.
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1542 * plot/clabel.m: Close previous plots in demos to avoid pollution
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1543 between other plot demos.
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1544 * plot/plotyy.m: Ditto.
be9b14945774 Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents: 8291
diff changeset
1545
8289
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1546 2008-10-30 David Bateman <dbateman@free.fr>
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1547
8291
53f35799b235 Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents: 8289
diff changeset
1548 * plot/legend.m: Add support for the "left" and "right" options.
53f35799b235 Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents: 8289
diff changeset
1549 * plot/__go_draw_axes__.m: If the axes property keyreverse is set,
53f35799b235 Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents: 8289
diff changeset
1550 reverse the key and labelling text.
53f35799b235 Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents: 8289
diff changeset
1551
8289
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1552 * plot/__clabel__.m, plot/clabel.m: New functions.
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1553 * plot/Makefile.in (SOURCES): Add them here.
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1554 * plot/__contour__.m: Rewrite to use contour groups.
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1555 * plot/contourf.m: Call __contour__ instead of using specific code.
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1556 * plot/contour.m, plot/contour3.m: Minor modification to allow for
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1557 new interface to __contour__.
ac7f334d9652 Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents: 8286
diff changeset
1558
8286
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1559 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de>
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1560
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1561 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m:
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1562 Fix @seealso references to deprecated function intersection.
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1563 * polynomial/polyvalm.m, polynomial/polyout.m,
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1564 polynomial/polyint.m, polynomial/polygcd.m,
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1565 deprecated/polyinteg.m: Remove "and" from @seealso string.
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1566 * specfun/betaln.m: Change @seealso reference from deprecated
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1567 betai to betainc.
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1568 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m,
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1569 plot/plot3.m: Fix @seealso references to ylabel and zlabel.
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1570 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m,
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1571 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1572 non-existent functions.
6f2d95255911 fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents: 8285
diff changeset
1573
8285
26f0e69e9f3a cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents: 8280
diff changeset
1574 2008-10-29 John W. Eaton <jwe@octave.org>
26f0e69e9f3a cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents: 8280
diff changeset
1575
26f0e69e9f3a cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents: 8280
diff changeset
1576 * plot/cla.m: In test, set visible off when creating figure.
26f0e69e9f3a cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents: 8280
diff changeset
1577
8280
5ee11a81688e qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents: 8274
diff changeset
1578 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
5ee11a81688e qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents: 8274
diff changeset
1579
5ee11a81688e qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents: 8274
diff changeset
1580 * optimization/qp.m: Convert bounds of the form b <= x <= b and
5ee11a81688e qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents: 8274
diff changeset
1581 constraints of the form b <= A*x <= b to equality constraints.
5ee11a81688e qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents: 8274
diff changeset
1582
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1583 2008-10-27 S�ren Hauberg <hauberg@gmail.com>
8274
967c15c5e265 ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents: 8265
diff changeset
1584
967c15c5e265 ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents: 8265
diff changeset
1585 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5.
967c15c5e265 ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents: 8265
diff changeset
1586
8790
a013ff655ca4 Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents: 8789
diff changeset
1587 2008-10-22 Ben Abbott <bpabbott@mac.com>
8264
bca580bbda02 cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents: 8262
diff changeset
1588
bca580bbda02 cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents: 8262
diff changeset
1589 * plot/cla.m: Fix error when no children to clear.
bca580bbda02 cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents: 8262
diff changeset
1590
8265
1c213dff76fc findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents: 8264
diff changeset
1591 * plot/findobj.m: Allow handle to be empty.
1c213dff76fc findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents: 8264
diff changeset
1592
8262
c44db9bad841 allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents: 8260
diff changeset
1593 2008-10-22 John W. Eaton <jwe@octave.org>
c44db9bad841 allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents: 8260
diff changeset
1594
c44db9bad841 allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents: 8260
diff changeset
1595 * plot/allchild.m: Move call to get showhiddenhandles outside of
c44db9bad841 allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents: 8260
diff changeset
1596 unwind_protect block.
c44db9bad841 allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents: 8260
diff changeset
1597
8257
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1598 2008-10-22 David Bateman <dbateman@free.fr>
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1599
8260
a7b83ced7a7a Fix for refreshdata demo
David Bateman <dbateman@free.fr>
parents: 8258
diff changeset
1600 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the
a7b83ced7a7a Fix for refreshdata demo
David Bateman <dbateman@free.fr>
parents: 8258
diff changeset
1601 "caller" workspace.
a7b83ced7a7a Fix for refreshdata demo
David Bateman <dbateman@free.fr>
parents: 8258
diff changeset
1602
8258
2b408bbd8904 Add error bar series
David Bateman <dbateman@free.fr>
parents: 8257
diff changeset
1603 * plot/__errplot__.m: Add errorbar series objects.
2b408bbd8904 Add error bar series
David Bateman <dbateman@free.fr>
parents: 8257
diff changeset
1604 * plot/errbar.m: Add some demos.
2b408bbd8904 Add error bar series
David Bateman <dbateman@free.fr>
parents: 8257
diff changeset
1605
8257
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1606 * plot/__add_line_series__.m: Remove
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1607 * plot/Makefile.in (SOURCES): Remove it here too.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1608 * plot/__add_datasource__.m: Allow for more than one character in
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1609 source name.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1610 * plot/refreshdata.m: Ditto.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1611 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1612 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m,
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1613 plot/__plt2vs__.m, plot3.m: Remove previous line series changes.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1614 * plot/__scatter__.m: Add scatter series objects and data sources.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1615 * plot/legend.m: Update type in loop and remove debugging messages.
79c874fe5100 More plot object updates
David Bateman <dbateman@free.fr>
parents: 8255
diff changeset
1616
8251
8067a06c901c ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8250
diff changeset
1617 2008-10-21 Ben Abbott <bpabbott@mac.com>
8250
8a2559a1aefa clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 8249
diff changeset
1618
8255
3f1199ad212f legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents: 8253
diff changeset
1619 * specfun/legendre.m: Warn once on under/overflow.
3f1199ad212f legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents: 8253
diff changeset
1620
8250
8a2559a1aefa clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 8249
diff changeset
1621 * plot/clf.m: Improve Matlab compatibility.
8a2559a1aefa clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 8249
diff changeset
1622
8249
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1623 2008-10-21 John W. Eaton <jwe@octave.org>
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1624
8253
873ea2c72f16 quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents: 8252
diff changeset
1625 * plot/quiver3.m: Turn hold off after demo.
873ea2c72f16 quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents: 8252
diff changeset
1626
8252
b12a2975bf7e newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents: 8251
diff changeset
1627 * plot/newplot.m: Delete stray debugging code.
b12a2975bf7e newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents: 8251
diff changeset
1628
8249
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1629 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1630 struct. Use get instead of examining struct fields directly.
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1631 * plot/__go_draw_figure__.m: First arg is now handle, not figure
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1632 object struct. Use get instead of examining struct elements
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1633 directly. Use allhild instead of looking at children field of
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1634 figure object struct.
1f429086565c [mq]: hidden-children
John W. Eaton <jwe@octave.org>
parents: 8248
diff changeset
1635
8251
8067a06c901c ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8250
diff changeset
1636 2008-10-20 Ben Abbott <bpabbott@mac.com>
8248
08bb64396685 orient.m: Fix syntax error.
Ben Abbott <bpabbott@mac.com>
parents: 8246
diff changeset
1637
08bb64396685 orient.m: Fix syntax error.
Ben Abbott <bpabbott@mac.com>
parents: 8246
diff changeset
1638 * plot/orient.m: Fix syntax error.
08bb64396685 orient.m: Fix syntax error.
Ben Abbott <bpabbott@mac.com>
parents: 8246
diff changeset
1639
8243
ec4d9d657b17 Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents: 8242
diff changeset
1640 2008-10-20 David Bateman <dbateman@free.fr>
ec4d9d657b17 Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents: 8242
diff changeset
1641
8245
166a689b77a9 Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents: 8243
diff changeset
1642 * testfun/rundemos.m: Pause between files, as demo itself doesn't.
166a689b77a9 Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents: 8243
diff changeset
1643
8243
ec4d9d657b17 Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents: 8242
diff changeset
1644 * plot/fill.m, plot/quiver.m: Quiet the demos.
ec4d9d657b17 Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents: 8242
diff changeset
1645 * plot/stair.m: Treat a line style argument correctly.
ec4d9d657b17 Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents: 8242
diff changeset
1646
8241
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1647 2008-10-20 John W. Eaton <jwe@octave.org>
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1648
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1649 * plot/surfnorm.m: Save and restore hold state.
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1650 From Daniel J. Sebald <daniel.sebald@ieee.org> and
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1651 Ben Abbott <bpabbott@mac.com>.
1e1e88bcc733 surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents: 8240
diff changeset
1652
8238
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1653 2008-10-20 Ben Abbott <bpabbott@mac.com>
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1654
8246
db19494c7c2a closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents: 8245
diff changeset
1655 * plot/closereq.m: Respect property tag.
db19494c7c2a closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents: 8245
diff changeset
1656
8238
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1657 * plot/__stem__.m: Respect new ordering of children when setting
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1658 baseline.
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1659
8239
041bb0c64f07 orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents: 8238
diff changeset
1660 * plot/orient.m, plot/print.m: Properly validate figure handle.
041bb0c64f07 orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents: 8238
diff changeset
1661
8240
5cfeb7bc497a comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents: 8239
diff changeset
1662 * plot/hold.m, plot/comet.m: Properly validate axes handle.
5cfeb7bc497a comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents: 8239
diff changeset
1663
8242
a9d3b88ea6fb __go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents: 8241
diff changeset
1664 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots.
a9d3b88ea6fb __go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents: 8241
diff changeset
1665
8237
52f2fba4f3f8 Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents: 8236
diff changeset
1666 2008-10-20 David Bateman <dbateman@free.fr>
52f2fba4f3f8 Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents: 8236
diff changeset
1667
52f2fba4f3f8 Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents: 8236
diff changeset
1668 * plot/plotyy.m: Test that an axes handle actually is one before
52f2fba4f3f8 Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents: 8236
diff changeset
1669 setting it.
52f2fba4f3f8 Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents: 8236
diff changeset
1670
8236
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1671 2008-10-17 David Bateman <dbateman@free.fr>
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1672
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1673 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1674 from potential axis handles.
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1675 * plot/colorbar.m: Remove debug output.
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1676 * plot/comet.m: Close plot before demo
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1677 * plot/contourc.m: No output if nargout == 0.
7799d8c38312 Small plotting fixes
David Bateman <dbateman@free.fr>
parents: 8232
diff changeset
1678
8232
c6e9ff62c64a Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents: 8229
diff changeset
1679 2008-10-16 David Bateman <dbateman@free.fr>
c6e9ff62c64a Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents: 8229
diff changeset
1680
c6e9ff62c64a Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents: 8229
diff changeset
1681 * plot/subplot.m: Allow for column vector of children for figure.
c6e9ff62c64a Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents: 8229
diff changeset
1682
8229
1bf51192fa1d imported patch rundemos
John W. Eaton <jwe@octave.org>
parents: 8228
diff changeset
1683 2008-10-16 John W. Eaton <jwe@octave.org>
1bf51192fa1d imported patch rundemos
John W. Eaton <jwe@octave.org>
parents: 8228
diff changeset
1684
1bf51192fa1d imported patch rundemos
John W. Eaton <jwe@octave.org>
parents: 8228
diff changeset
1685 * testfun/rundemos.m: New function.
1bf51192fa1d imported patch rundemos
John W. Eaton <jwe@octave.org>
parents: 8228
diff changeset
1686
8238
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1687 2008-10-16 Ben Abbott <bpabbott@mac.com>
8227
586b02ac671e contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents: 8226
diff changeset
1688
586b02ac671e contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents: 8226
diff changeset
1689 * plot/contourf.m: Correct order of patch object handles.
586b02ac671e contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents: 8226
diff changeset
1690
8224
62d90e049d4f Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents: 8222
diff changeset
1691 2008-10-16 David Bateman <dbateman@free.fr>
62d90e049d4f Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents: 8222
diff changeset
1692
8228
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1693 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1694 the axes.
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1695
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1696 * plot/newplot.m: Don't preserve axes properties here, but rather
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1697 do it in the graphics handle code so that the preservation can be
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1698 done after callbacks are executed.
53dbbd331498 Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents: 8227
diff changeset
1699
8226
50fa927b4e49 Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents: 8224
diff changeset
1700 * plot/__go_draw_axes__.m: If current plot is an image, don't flag
50fa927b4e49 Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents: 8224
diff changeset
1701 the plot as binary, as the binary specification is already in the
50fa927b4e49 Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents: 8224
diff changeset
1702 "usingclause".
50fa927b4e49 Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents: 8224
diff changeset
1703
8224
62d90e049d4f Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents: 8222
diff changeset
1704 * plot/__go_draw_figure__.m: Always use multiplot and create an
62d90e049d4f Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents: 8222
diff changeset
1705 enclosing axis to ensure bounding box of postscript is correct.
62d90e049d4f Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents: 8222
diff changeset
1706
8222
11badf6c9e9f __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents: 8221
diff changeset
1707 2008-10-16 Ben Abbott <bpabbott@mac.com>
11badf6c9e9f __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents: 8221
diff changeset
1708
11badf6c9e9f __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents: 8221
diff changeset
1709 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter.
11badf6c9e9f __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents: 8221
diff changeset
1710 (do_tics): Pass interpreter to do_tics_1.
11badf6c9e9f __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents: 8221
diff changeset
1711
8221
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8220
diff changeset
1712 2008-10-15 David Bateman <dbateman@free.fr>
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8220
diff changeset
1713
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8220
diff changeset
1714 * general/colon.m: Small typo.
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8220
diff changeset
1715 * general/loadobj.m: Ditto.
06094fa570a3 Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents: 8220
diff changeset
1716
8220
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1717 2008-10-14 Ben Abbott <bpabbott@mac.com>
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1718
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1719 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize.
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1720 Pass fontspec for tic marks to gnuplot.
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1721 (do_tics): Pass axes fontname and fontsize to do_tics_1.
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1722
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1723 * plot/newplot.m: Perserve fontangle, fontname, fontsize,
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1724 fontunits, fontweight, position, outerposition, and
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1725 activepositionproperty axes properties when replacing plot.
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1726
8218
8a5fbd656f55 make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8217
diff changeset
1727 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org>
8a5fbd656f55 make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8217
diff changeset
1728
8a5fbd656f55 make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8217
diff changeset
1729 * plot/__go_draw_axes__.m: Make previous change work for surface
8a5fbd656f55 make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8217
diff changeset
1730 plots.
8a5fbd656f55 make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8217
diff changeset
1731
8217
f74cb5e3a6c1 send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8216
diff changeset
1732 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org>
f74cb5e3a6c1 send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8216
diff changeset
1733
f74cb5e3a6c1 send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8216
diff changeset
1734 * plot/__go_draw_axes__.m: Send binary data to gnuplot.
f74cb5e3a6c1 send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents: 8216
diff changeset
1735
8220
4e05ba66ead2 x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents: 8218
diff changeset
1736 2008-10-13 Ben Abbott <bpabbott@mac.com>
8216
5d6b9311be38 __go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents: 8213
diff changeset
1737
5d6b9311be38 __go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents: 8213
diff changeset
1738 * plot/__go_draw_axes__.m: Fix concatenation of handles.
5d6b9311be38 __go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents: 8213
diff changeset
1739
8213
d5e08881bba8 Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents: 8212
diff changeset
1740 2008-10-12 David Bateman <dbateman@free.fr>
d5e08881bba8 Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents: 8212
diff changeset
1741
d5e08881bba8 Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents: 8212
diff changeset
1742 * general/colon..m: New function.
d5e08881bba8 Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents: 8212
diff changeset
1743 * general/Makefile.in (SOURCES): Add it here.
d5e08881bba8 Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents: 8212
diff changeset
1744
8208
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1745 2008-10-10 David Bateman <dbateman@free.fr>
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1746
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1747 * image/__img__.m: Manually set the limits of th eimage
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1748 * plot/__go_draw_axes__.m: Base window position in the axis
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1749 position property and not the outerposition property. Remove
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1750 colorbar code based on the gnuplot colorbox. Allow images to be a
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1751 vector to support image based colorbars. Also check labelmode for
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1752 manual tics.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1753 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1754 colorbar code.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1755 * plot/colorbar.m: Rewrite to use an image and callbacks to link
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1756 it to the principal axis.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1757 * plot/legend.m: Support an axis handle as the first
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1758 argument. Support hggroups.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1759 * plot/pareto.m: Don't support an axis handle as the first
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1760 argument as the plotyy command in fact needs two axis handles.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1761 * plot/plotyy.m: Rewrite to use listeners and callbacks to
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1762 synchronize the two axes.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1763 * plot/subplot.m: Also skip axes that are tagged as being a
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1764 colorbar. Don't break in search of overlapping axes to delete. Set
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1765 both the position and the outerposition.
f6ca8ff51818 [mq]: graphics-backend
John W. Eaton <jwe@octave.org>
parents: 8205
diff changeset
1766
8238
6ef647359f07 __stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents: 8237
diff changeset
1767 2008-10-09 Ben Abbott <bpabbott@mac.com>
8205
5bf8a57f85d5 __axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents: 8201
diff changeset
1768
5bf8a57f85d5 __axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents: 8201
diff changeset
1769 * plot/__axis_label__.m: Inherit font properties from axes.
5bf8a57f85d5 __axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents: 8201
diff changeset
1770
8212
ebf6f6a0f9a7 Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents: 8208
diff changeset
1771 2008-10-09 David Bateman <dbateman@free.fr>
ebf6f6a0f9a7 Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents: 8208
diff changeset
1772
ebf6f6a0f9a7 Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents: 8208
diff changeset
1773 * general/loadobj.m, general/saveobj.m, general/display: New functions
ebf6f6a0f9a7 Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents: 8208
diff changeset
1774 * general/Makefile.in (SOURCES): Add then here.
ebf6f6a0f9a7 Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents: 8208
diff changeset
1775
8201
0ab4eed59455 fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents: 8199
diff changeset
1776 2008-10-08 John W. Eaton <jwe@octave.org>
0ab4eed59455 fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents: 8199
diff changeset
1777
0ab4eed59455 fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents: 8199
diff changeset
1778 * miscellaneous/fileparts.m: Handle "/file" properly.
0ab4eed59455 fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents: 8199
diff changeset
1779 Improve compatibility.
0ab4eed59455 fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents: 8199
diff changeset
1780
8199
ec1b4cd5fbbb cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents: 8197
diff changeset
1781 2008-10-07 Ben Abbott <bpabbott@mac.com>
ec1b4cd5fbbb cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents: 8197
diff changeset
1782
ec1b4cd5fbbb cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents: 8197
diff changeset
1783 * plot/cla.m: New function.
ec1b4cd5fbbb cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents: 8197
diff changeset
1784 * plot/Makefile.in (SOURCES): Add it to the list.
ec1b4cd5fbbb cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents: 8197
diff changeset
1785
8197
4c85b8056d0b delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents: 8190
diff changeset
1786 2008-10-07 John W. Eaton <jwe@octave.org>
4c85b8056d0b delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents: 8190
diff changeset
1787
4c85b8056d0b delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents: 8190
diff changeset
1788 * miscellaneous/delete.m: Pass array of handles to __go_delete__.
4c85b8056d0b delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents: 8190
diff changeset
1789
8190
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1790 2008-10-06 John W. Eaton <jwe@octave.org>
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1791
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1792 * plot/__add_datasource__.m, plot/__axes_limits__.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1793 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1794 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1795 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1796 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1797 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1798 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1799 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m,
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1800 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1801 for properties. Misc style fixes.
73d6b71788c0 use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents: 8189
diff changeset
1802
8188
946035db5605 delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents: 8182
diff changeset
1803 2008-10-06 Ben Abbott <bpabbott@mac.com>
946035db5605 delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents: 8182
diff changeset
1804
8189
8e8afefe9466 Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents: 8188
diff changeset
1805 * plot/orient.m: Figure handle must be scalar.
8e8afefe9466 Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents: 8188
diff changeset
1806 * plot/hold.m: Axis handle must be scalar.
8e8afefe9466 Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents: 8188
diff changeset
1807 * plot/axes.m: Axis handle must be scalar.
8e8afefe9466 Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents: 8188
diff changeset
1808 * plot/__plt_get_axis_arg__.m: Handle must be scalar.
8e8afefe9466 Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents: 8188
diff changeset
1809
8188
946035db5605 delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents: 8182
diff changeset
1810 * miscellaneous/delete.m: Permit a vector of handles to be deleted.
946035db5605 delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents: 8182
diff changeset
1811
8174
ea9b5f31bfac pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents: 8172
diff changeset
1812 2008-10-02 John W. Eaton <jwe@octave.org>
ea9b5f31bfac pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents: 8172
diff changeset
1813
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1814 * pkg/pkg.m (configure_make): Handle filenames with spaces.
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1815
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1816 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net>
8172
9ba45b125ee8 enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8171
diff changeset
1817
9ba45b125ee8 enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8171
diff changeset
1818 * pkg.m (configure_make): Enclose building directory in quotes.
9ba45b125ee8 enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents: 8171
diff changeset
1819
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1820 2008-10-02 Ben Abbott <bpabbott@mac.com>
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1821
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1822 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version.
8171
15ffb9836c01 __go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents: 8168
diff changeset
1823
8168
dadf478ddc42 fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents: 8167
diff changeset
1824 2008-09-30 Jaroslav Hajek <highegg@gmail.com>
dadf478ddc42 fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents: 8167
diff changeset
1825
dadf478ddc42 fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents: 8167
diff changeset
1826 * string/split.m: New tests.
dadf478ddc42 fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents: 8167
diff changeset
1827
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1828 2008-09-30 Ben Abbott <bpabbott@mac.com>
8166
4024fc815f8d __go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents: 8164
diff changeset
1829
4024fc815f8d __go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents: 8164
diff changeset
1830 * plot/__go_draw_axes__.m: Fix interpolation of facecolors.
4024fc815f8d __go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents: 8164
diff changeset
1831
4024fc815f8d __go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents: 8164
diff changeset
1832 * plot/shading.m: New demo.
4024fc815f8d __go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents: 8164
diff changeset
1833
8163
7d6e659acc1a __gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents: 8159
diff changeset
1834 2008-09-29 John W. Eaton <jwe@octave.org>
7d6e659acc1a __gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents: 8159
diff changeset
1835
8164
0d37c99fc06f __go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents: 8163
diff changeset
1836 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable.
0d37c99fc06f __go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents: 8163
diff changeset
1837
8163
7d6e659acc1a __gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents: 8159
diff changeset
1838 * plot/__gnuplot_version__.m: Also include patchlevel.
7d6e659acc1a __gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents: 8159
diff changeset
1839
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1840 2008-09-29 Ben Abbott <bpabbott@mac.com>
8158
15e4a450bf84 conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents: 8154
diff changeset
1841
8159
ccf38fc1057f deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents: 8158
diff changeset
1842 * polynomial/deconv.m: Fix row/col orientation & length of output.
ccf38fc1057f deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents: 8158
diff changeset
1843
8158
15e4a450bf84 conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents: 8154
diff changeset
1844 * polynomial/conv.m: Correct row/col orientation of output.
15e4a450bf84 conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents: 8154
diff changeset
1845
8167
17352ccd860e describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8166
diff changeset
1846 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com>
17352ccd860e describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8166
diff changeset
1847
17352ccd860e describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8166
diff changeset
1848 * optimization/sqp.m: Document additional parameters.
17352ccd860e describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents: 8166
diff changeset
1849
8154
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1850 2008-09-26 David Bateman <dbateman@free.fr>
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1851
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1852 * general/subsindex.m: Dummy subsindex function for help string
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1853 and to throw error for use outside of a class
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1854 * general/Makefile.in (SOURCES): Include it here.
265a821f6555 Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents: 8152
diff changeset
1855
8152
2b48deec1aa2 imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents: 8149
diff changeset
1856 2008-09-26 John W. Eaton <jwe@octave.org>
2b48deec1aa2 imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents: 8149
diff changeset
1857
2b48deec1aa2 imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents: 8149
diff changeset
1858 * image/imfinfo.m: Delete temporary file.
2b48deec1aa2 imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents: 8149
diff changeset
1859
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1860 2008-09-25 S�ren Hauberg <hauberg@gmail.com>
8148
213dd524f96b Improve documentation for image I/O.
sh@sh-laptop
parents: 8145
diff changeset
1861
213dd524f96b Improve documentation for image I/O.
sh@sh-laptop
parents: 8145
diff changeset
1862 * image/imread.m, image/imwrite.m: Doc fix.
213dd524f96b Improve documentation for image I/O.
sh@sh-laptop
parents: 8145
diff changeset
1863
8145
7ef5b1b4e029 fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents: 8144
diff changeset
1864 2008-09-24 John W. Eaton <jwe@octave.org>
7ef5b1b4e029 fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents: 8144
diff changeset
1865
7ef5b1b4e029 fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents: 8144
diff changeset
1866 * plot/fplot.m: Call axis after calling plot.
7ef5b1b4e029 fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents: 8144
diff changeset
1867
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
1868 2008-09-24 S�ren Hauberg <hauberg@gmail.com>
8144
01fac748b680 Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents: 8143
diff changeset
1869
01fac748b680 Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents: 8143
diff changeset
1870 * image/imfinfo.m: New function.
01fac748b680 Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents: 8143
diff changeset
1871 * image/Makefile.in (SOURCES): Add it to the list.
01fac748b680 Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents: 8143
diff changeset
1872
8143
3a4694d67dbb strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents: 8138
diff changeset
1873 2008-09-24 Ben Abbott <bpabbott@mac.com>
3a4694d67dbb strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents: 8138
diff changeset
1874
3a4694d67dbb strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents: 8138
diff changeset
1875 * strings/strcat.m: Improve Matlab compatibility for non-character
3a4694d67dbb strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents: 8138
diff changeset
1876 data.
3a4694d67dbb strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents: 8138
diff changeset
1877
8138
877faa7aa9b2 interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents: 8132
diff changeset
1878 2008-09-24 John W. Eaton <jwe@octave.org>
877faa7aa9b2 interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents: 8132
diff changeset
1879
877faa7aa9b2 interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents: 8132
diff changeset
1880 * general/interpft.m: Increase tolerance in tests.
877faa7aa9b2 interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents: 8132
diff changeset
1881
8132
8139ddb83bc3 pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents: 8127
diff changeset
1882 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it>
8139ddb83bc3 pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents: 8127
diff changeset
1883
8139ddb83bc3 pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents: 8127
diff changeset
1884 * plot/pcolor.m: Improve doc string.
8139ddb83bc3 pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents: 8127
diff changeset
1885
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1886 2008-09-22 Ben Abbott <bpabbott@mac.com>
8126
a012580f0d2f comet.m: New File.
Ben Abbott <bpabbott@mac.com>
parents: 8122
diff changeset
1887
a012580f0d2f comet.m: New File.
Ben Abbott <bpabbott@mac.com>
parents: 8122
diff changeset
1888 * plot/comet.m: New file.
a012580f0d2f comet.m: New File.
Ben Abbott <bpabbott@mac.com>
parents: 8122
diff changeset
1889 * plot/Makefile.in (SOURCES): Add it here.
a012580f0d2f comet.m: New File.
Ben Abbott <bpabbott@mac.com>
parents: 8122
diff changeset
1890
8122
99602635172a Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents: 8120
diff changeset
1891 2008-09-22 David Bateman <dbateman@free.fr>
99602635172a Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents: 8120
diff changeset
1892
8127
86568be36992 Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents: 8126
diff changeset
1893 * plot/plotmatrix.m: New function.
86568be36992 Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents: 8126
diff changeset
1894 * plot/Makefile.in (SOURCES): Add it here.
86568be36992 Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents: 8126
diff changeset
1895
86568be36992 Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents: 8126
diff changeset
1896 * general/quadgk.m: No function count in quadgk and so don't try and
8122
99602635172a Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents: 8120
diff changeset
1897 print it when given trace argument.
99602635172a Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents: 8120
diff changeset
1898
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
1899 2008-09-18 Jaroslav Hajek <highegg@gmail.com>
8120
8f0150a0d19e fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents: 8117
diff changeset
1900
8f0150a0d19e fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents: 8117
diff changeset
1901 * general/blkdiag.m: Skip assignment if rhs is empty.
8f0150a0d19e fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents: 8117
diff changeset
1902
8116
6c69f5cda32b For for extrapval in interpn
Kris Thielemans
parents: 8112
diff changeset
1903 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk>
6c69f5cda32b For for extrapval in interpn
Kris Thielemans
parents: 8112
diff changeset
1904
8117
40aa36406a94 Fix for display_range in imshow
Kris Thielemans
parents: 8116
diff changeset
1905 * image/imshow.m: Fix for display_range.
40aa36406a94 Fix for display_range in imshow
Kris Thielemans
parents: 8116
diff changeset
1906
8116
6c69f5cda32b For for extrapval in interpn
Kris Thielemans
parents: 8112
diff changeset
1907 * general/interpn.m: Fixe for extrapval and documentation of
6c69f5cda32b For for extrapval in interpn
Kris Thielemans
parents: 8112
diff changeset
1908 extrapval.
6c69f5cda32b For for extrapval in interpn
Kris Thielemans
parents: 8112
diff changeset
1909
8107
8655dc0906e6 Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents: 8103
diff changeset
1910 2008-09-17 David Bateman <dbateman@free.fr>
8655dc0906e6 Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents: 8103
diff changeset
1911
8112
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1912 * time/datetick.m: New function.
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1913 * time/Makefile.in (SOURCES): Add it here.
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1914 * time/datestr.m: More careful check for datevec format with 6
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1915 column arguments.
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1916 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1917 %g format. Also use manual mode if xlabelmode is manual.
31e86163b752 Add the datetick function
David Bateman <dbateman@free.fr>
parents: 8107
diff changeset
1918
8107
8655dc0906e6 Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents: 8103
diff changeset
1919 * general/cell2mat.m: Backout previous change. Special case 2D
8655dc0906e6 Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents: 8103
diff changeset
1920 case for speed.
8655dc0906e6 Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents: 8103
diff changeset
1921
8103
3b2346046d32 improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents: 8102
diff changeset
1922 2008-09-11 David Bateman <dbateman@free.fr>
3b2346046d32 improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents: 8102
diff changeset
1923
3b2346046d32 improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents: 8102
diff changeset
1924 * general/cell2mat.m: Improve the speed.
3b2346046d32 improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents: 8102
diff changeset
1925
8098
229bd50e6e8f datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents: 8088
diff changeset
1926 2008-09-09 John W. Eaton <jwe@octave.org>
229bd50e6e8f datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents: 8088
diff changeset
1927
229bd50e6e8f datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents: 8088
diff changeset
1928 * time/datestr.m: Convert format and use strftime to do most of
229bd50e6e8f datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents: 8088
diff changeset
1929 the actual conversion.
229bd50e6e8f datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents: 8088
diff changeset
1930
8088
3eda9aa17d7c plot.m: doc fix
Tatsuro Matsuoka
parents: 8086
diff changeset
1931 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp>
3eda9aa17d7c plot.m: doc fix
Tatsuro Matsuoka
parents: 8086
diff changeset
1932
3eda9aa17d7c plot.m: doc fix
Tatsuro Matsuoka
parents: 8086
diff changeset
1933 * plot/plot.m: Doc fix.
3eda9aa17d7c plot.m: doc fix
Tatsuro Matsuoka
parents: 8086
diff changeset
1934
8086
83646120b54c Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents: 8085
diff changeset
1935 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk>
83646120b54c Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents: 8085
diff changeset
1936
83646120b54c Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents: 8085
diff changeset
1937 * statistics/distributions/binornd.m: Handle zero values of n
83646120b54c Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents: 8085
diff changeset
1938 correctly.
83646120b54c Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents: 8085
diff changeset
1939
8085
0a48abc35932 Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents: 8080
diff changeset
1940 2008-09-08 Kai Habel <kai.habel@gmx.de>
0a48abc35932 Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents: 8080
diff changeset
1941
0a48abc35932 Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents: 8080
diff changeset
1942 * plot/contourf.m: Fix case for equal-sized matrices
0a48abc35932 Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents: 8080
diff changeset
1943 of X and Y.
0a48abc35932 Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents: 8080
diff changeset
1944
8078
4665276ff7f6 correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents: 8076
diff changeset
1945 2008-09-02 David Bateman <dbateman@free.fr>
4665276ff7f6 correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents: 8076
diff changeset
1946
8080
9f10a7b28ae3 __add_datasource__.m: fix indexing of varargin
David Bateman
parents: 8078
diff changeset
1947 * plot/__add_datasource__.m: Fix indexing of varargin.
9f10a7b28ae3 __add_datasource__.m: fix indexing of varargin
David Bateman
parents: 8078
diff changeset
1948
8078
4665276ff7f6 correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents: 8076
diff changeset
1949 * plot/__line__.m: Remove empty clause fof if/then/else test
4665276ff7f6 correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents: 8076
diff changeset
1950 * plot/plot3.m: Correctly plot matrices.
4665276ff7f6 correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents: 8076
diff changeset
1951
8076
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1952 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com>
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1953
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1954 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1955 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m,
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1956 plot/__plt2vv__.m: Do not call "set" with empty arguments.
bac1061a36bc Do not call "set" with empty arguments
Michael Goffioul
parents: 8075
diff changeset
1957
8075
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1958 2008-08-29 David Bateman <dbateman@free.fr>
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1959
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1960 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1961 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m,
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1962 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m,
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1963 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m :
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1964 Pass additional prop/val pairs to hggroup rather than underlying
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1965 objects. If a baseline existings specifically associate it with
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1966 the parent of the created hggroup to allow things like "stem(...,
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1967 'parent', hg)" to work correctly.
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1968 * plot/hold.m: If currentaxes if figure doesn't exist, create it.
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1969
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1970 * plot/plot3.m: Pass hline to __add_line_series__.
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1971 * plot/__add_datasource__.m: Fix off by one error.
a028a5960e18 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents: 8070
diff changeset
1972
8070
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1973 2008-08-28 David Bateman <dbateman@free.fr>
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1974
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1975 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m,
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1976 plot/refresh.m, plot/refreshdata.m: New functions
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1977 * Makefile.in (SOURCES): Add them here.
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1978
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1979 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m,
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1980 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources.
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1981
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1982 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1983 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m,
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1984 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources.
3b53b25e2550 Add data sources and line series
David Bateman <dbateman@free.fr>
parents: 8069
diff changeset
1985
8069
c64c9581e9bf fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents: 8065
diff changeset
1986 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz>
c64c9581e9bf fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents: 8065
diff changeset
1987
c64c9581e9bf fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents: 8065
diff changeset
1988 * plot/scatter3.m: Doc fix.
c64c9581e9bf fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents: 8065
diff changeset
1989
8065
6333da0dfdfd hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents: 8060
diff changeset
1990 2008-08-26 John W. Eaton <jwe@octave.org>
6333da0dfdfd hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents: 8060
diff changeset
1991
6333da0dfdfd hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents: 8060
diff changeset
1992 * plot/hold.m: If hold is applied to a figure, set state for all
6333da0dfdfd hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents: 8060
diff changeset
1993 child axes objects.
6333da0dfdfd hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents: 8060
diff changeset
1994
8060
09f32aac8fbc Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents: 8056
diff changeset
1995 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com>
09f32aac8fbc Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents: 8056
diff changeset
1996
09f32aac8fbc Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents: 8056
diff changeset
1997 * plot/backend.m: New function to handle backend switch.
09f32aac8fbc Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents: 8056
diff changeset
1998 * plot/Makefile.in: Add it.
09f32aac8fbc Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents: 8056
diff changeset
1999
8056
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2000 2008-08-26 David Bateman <dbateman@free.fr>
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2001
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2002 * plot/__area__.m: Use __next_line_color__ rather than fixed set
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2003 of colors. Convert to use area series objects.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2004 * plot/area.m: Update documentation to correspond to
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2005 the area series usage.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2006 * plot/__bar.m: Pass the original rather than scaled width to
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2007 __bars__.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2008 * plot/__bars__.m: Convert to use bar series objects.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2009 * plot/bar.m, plor/barh.m: Update documentation to correspond to
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2010 the bar series usage.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2011 * plot/__quiver__.m: Convert to use quiver series objects. Change
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2012 the default scaling and arrowsize for compatibility.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2013 * plot/quiver.m: Update documentation to correspond to
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2014 the quiver series usage.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2015 * plot/stairs.m: Convert to use stair series objects.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2016 * plot/stem.m: Don't include baseline in xlim calculation. Correct
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2017 test of whether baseline xdata needs updating in the update_xlim
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2018 callback.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2019
8054
272eaebbb6ba Various features added to imwrite
scofield@scofield
parents: 8052
diff changeset
2020 2008-08-25 Thomas L. Scofield <scofield@calvin.edu>
272eaebbb6ba Various features added to imwrite
scofield@scofield
parents: 8052
diff changeset
2021
272eaebbb6ba Various features added to imwrite
scofield@scofield
parents: 8052
diff changeset
2022 * image/imwrite.m: Add ras and tiff to the list of accepted formats.
272eaebbb6ba Various features added to imwrite
scofield@scofield
parents: 8052
diff changeset
2023 Handle parameter-value options. Untabify.
272eaebbb6ba Various features added to imwrite
scofield@scofield
parents: 8052
diff changeset
2024
8052
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2025 2008-08-25 David Bateman <dbateman@free.fr>
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2026
8056
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2027 * plot/__stem__.m: Use property inheritance and don't explicitly
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2028 call drawnow.
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2029
8052
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2030 * plot/__go_draw_axes__.m: Respect the "visible" property of object and
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2031 don't draw them if the object is not visible.
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2032
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2033 * plot/__stem__.m: Convert to use stem series object.
8056
9a6f4713f765 Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents: 8054
diff changeset
2034 * plot/stem.m, plot/stem3.m: Update documentation to correspond to
8052
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2035 the stem series usage.
961d4c52ffae Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents: 8050
diff changeset
2036
8050
dac919d9c418 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8048
diff changeset
2037 2008-08-22 John W. Eaton <jwe@octave.org>
dac919d9c418 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8048
diff changeset
2038
dac919d9c418 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8048
diff changeset
2039 * statistics/distributions/chi2rnd.m: Fix missing semicolon.
dac919d9c418 chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents: 8048
diff changeset
2040
8048
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2041 2008-08-21 John W. Eaton <jwe@octave.org>
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2042
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2043 * plot/__go_draw_axes__.m: Fix test for have_data.
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2044 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2045 contain NaN values.
2f7ff06c0c7b __go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents: 8047
diff changeset
2046
8047
d54f113aa983 Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8046
diff changeset
2047 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net>
d54f113aa983 Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8046
diff changeset
2048
d54f113aa983 Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8046
diff changeset
2049 * optimization/sqp.m: Increase test script tolerance.
d54f113aa983 Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8046
diff changeset
2050
8046
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2051 2008-08-21 David Bateman <dbateman@free.fr>
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2052
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2053 * plot/ezplot.m : New function.
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2054 * plot/Makefile.in (SOURCES): Add ezplot.m to the list.
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2055 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function.
c4482fc30c7f Add the ezplot function
David Bateman <dbateman@free.fr>
parents: 8043
diff changeset
2056
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
2057 2008-08-20 Jaroslav Hajek <highegg@gmail.com>
8043
30d15ab0ce01 avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents: 8042
diff changeset
2058
30d15ab0ce01 avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents: 8042
diff changeset
2059 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent
30d15ab0ce01 avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents: 8042
diff changeset
2060 directly.
30d15ab0ce01 avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents: 8042
diff changeset
2061
8042
827d4f24ec6c Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents: 8040
diff changeset
2062 2008-08-20 David Bateman <dbateman@free.fr>
827d4f24ec6c Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents: 8040
diff changeset
2063
827d4f24ec6c Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents: 8040
diff changeset
2064 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot
827d4f24ec6c Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents: 8040
diff changeset
2065 contains a surface. Fixes things like meshc(peaks()).
827d4f24ec6c Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents: 8040
diff changeset
2066
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2067 2008-08-19 Jaroslav Hajek <highegg@gmail.com>
8036
854683691d7a fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents: 8035
diff changeset
2068
854683691d7a fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents: 8035
diff changeset
2069 * optimization/glpk.m: Fix invalid call to zeros.
854683691d7a fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents: 8035
diff changeset
2070
8035
1720d4fab3fa Doc fix for ranks
David Bateman <dbateman@free.fr>
parents: 8026
diff changeset
2071 2008-08-19 David Bateman <dbateman@free.fr>
1720d4fab3fa Doc fix for ranks
David Bateman <dbateman@free.fr>
parents: 8026
diff changeset
2072
8039
cd90e2842080 Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents: 8036
diff changeset
2073 * miscellaneous/intwarning.m: New function.
cd90e2842080 Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents: 8036
diff changeset
2074 * miscellaneous/Makefile.in (SOURCES): Add it here.
cd90e2842080 Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents: 8036
diff changeset
2075
cd90e2842080 Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents: 8036
diff changeset
2076 * statistics/base/ranks.m: Doc fix.
8035
1720d4fab3fa Doc fix for ranks
David Bateman <dbateman@free.fr>
parents: 8026
diff changeset
2077
8026
79890b8187bd scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents: 8019
diff changeset
2078 2008-08-08 John W. Eaton <jwe@octave.org>
79890b8187bd scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents: 8019
diff changeset
2079
79890b8187bd scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents: 8019
diff changeset
2080 * general/Makefile.in (SOURCES): Add cellidx.m to the list.
79890b8187bd scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents: 8019
diff changeset
2081
8019
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8002
diff changeset
2082 2008-08-07 John W. Eaton <jwe@octave.org>
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8002
diff changeset
2083
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8002
diff changeset
2084 * gethelp.cc: Delete definition of NPOS.
0ef13e15319b replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents: 8002
diff changeset
2085
8002
30f560a5fbc3 strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents: 7994
diff changeset
2086 2008-08-04 John W. Eaton <jwe@octave.org>
30f560a5fbc3 strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents: 7994
diff changeset
2087
30f560a5fbc3 strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents: 7994
diff changeset
2088 * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default
30f560a5fbc3 strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents: 7994
diff changeset
2089 list of delim characters. Update tests.
30f560a5fbc3 strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents: 7994
diff changeset
2090
8357
bdb0a5aea9f2 Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8356
diff changeset
2091 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net>
bdb0a5aea9f2 Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8356
diff changeset
2092
bdb0a5aea9f2 Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8356
diff changeset
2093 * general/arrayfun.m: Minor bug fixes, update help text and tests
bdb0a5aea9f2 Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents: 8356
diff changeset
2094
7994
8ccd9b0bf6bc plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents: 7989
diff changeset
2095 2008-07-29 John W. Eaton <jwe@octave.org>
8ccd9b0bf6bc plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents: 7989
diff changeset
2096
8ccd9b0bf6bc plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents: 7989
diff changeset
2097 * plot/axis.m (__get_tight_lims__): Use strcat instead of [].
8ccd9b0bf6bc plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents: 7989
diff changeset
2098 Don't fail if data is not a vector.
8ccd9b0bf6bc plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents: 7989
diff changeset
2099
7988
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2100 2008-07-29 David Bateman <dbateman@free.fr>
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2101
7989
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2102 * general/cellidx.m: reinclude from control toolbox, as used by
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2103 print command. Replace is_signal_list with iscellstr.
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2104 * general/quadqk.m, linear-algebra/planeror.m,
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2105 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2106 documentation fixes.
23c248d415b5 Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents: 7988
diff changeset
2107
7988
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2108 * control, finance, quaternion: Remove directories and all of the
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2109 files they contain.
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2110 * Makefile.in: Remove all references to the above directories.
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2111 * configure.in: ditto.
21904fe299c8 Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents: 7986
diff changeset
2112
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
2113 2008-07-28 Ben Abbott <bpabbott@mac.com>
7985
85c5c1d55820 hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents: 7983
diff changeset
2114
85c5c1d55820 hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents: 7983
diff changeset
2115 * plot/hold.m: Clarify help text.
7986
3eb2094eefe5 Fix help string.
Ben Abbott <bpabbott@mac.com>
parents: 7985
diff changeset
2116
3eb2094eefe5 Fix help string.
Ben Abbott <bpabbott@mac.com>
parents: 7985
diff changeset
2117 * specfun/reallog.m: Fix help string.
3eb2094eefe5 Fix help string.
Ben Abbott <bpabbott@mac.com>
parents: 7985
diff changeset
2118
7975
ed4ec7875f98 trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents: 7974
diff changeset
2119 2008-07-28 David Bateman <dbateman@free.fr>
7983
91d020444da7 Document regexptranslate
David Bateman <dbateman@free.fr>
parents: 7982
diff changeset
2120
91d020444da7 Document regexptranslate
David Bateman <dbateman@free.fr>
parents: 7982
diff changeset
2121 * strings/regexptranslate.m: Add real documentation.
91d020444da7 Document regexptranslate
David Bateman <dbateman@free.fr>
parents: 7982
diff changeset
2122
7982
4e0fa430f840 Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents: 7978
diff changeset
2123 * plot/contourf.m: Allow X,Y to be unequal vectors.
7975
ed4ec7875f98 trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents: 7974
diff changeset
2124
7978
f8514786c490 Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents: 7975
diff changeset
2125 * plot/shading.m: Clarify help string.
f8514786c490 Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents: 7975
diff changeset
2126
7975
ed4ec7875f98 trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents: 7974
diff changeset
2127 * general/genvarname.m: Trivial documentation fix.
ed4ec7875f98 trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents: 7974
diff changeset
2128
7974
fcaddd090f98 imwrite: new function
John W. Eaton <jwe@octave.org>
parents: 7969
diff changeset
2129 2008-07-28 John W. Eaton <jwe@octave.org>
fcaddd090f98 imwrite: new function
John W. Eaton <jwe@octave.org>
parents: 7969
diff changeset
2130
fcaddd090f98 imwrite: new function
John W. Eaton <jwe@octave.org>
parents: 7969
diff changeset
2131 * image/imwrite.m: New function.
fcaddd090f98 imwrite: new function
John W. Eaton <jwe@octave.org>
parents: 7969
diff changeset
2132 * image/Makefile.in (SOURCES): Add it to the list.
fcaddd090f98 imwrite: new function
John W. Eaton <jwe@octave.org>
parents: 7969
diff changeset
2133
7969
4f9e8eeb2059 datestr: new xtest
John W. Eaton <jwe@octave.org>
parents: 7966
diff changeset
2134 2008-07-24 Ben Abbott <bpabbott@mac.com>
4f9e8eeb2059 datestr: new xtest
John W. Eaton <jwe@octave.org>
parents: 7966
diff changeset
2135
4f9e8eeb2059 datestr: new xtest
John W. Eaton <jwe@octave.org>
parents: 7966
diff changeset
2136 * time/datestr.m: New xtest.
4f9e8eeb2059 datestr: new xtest
John W. Eaton <jwe@octave.org>
parents: 7966
diff changeset
2137
7966
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2138 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com>
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2139
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2140 * plot/closereq.m: Use first gcbf to get the handle of the figure to
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2141 be closed.
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2142 * plot/close.m: Call __go_execute_callback__.
5747be3ac497 Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents: 7940
diff changeset
2143
7940
1bfb88e78027 fix tests
John W. Eaton <jwe@octave.org>
parents: 7939
diff changeset
2144 2008-07-17 John W. Eaton <jwe@octave.org>
1bfb88e78027 fix tests
John W. Eaton <jwe@octave.org>
parents: 7939
diff changeset
2145
1bfb88e78027 fix tests
John W. Eaton <jwe@octave.org>
parents: 7939
diff changeset
2146 * general/fliplr.m: Fix usage test.
1bfb88e78027 fix tests
John W. Eaton <jwe@octave.org>
parents: 7939
diff changeset
2147 * testfun/test.m: Fix usage tests.
1bfb88e78027 fix tests
John W. Eaton <jwe@octave.org>
parents: 7939
diff changeset
2148
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2149 2008-07-17 Jaroslav Hajek <highegg@gmail.com>
7939
18d7171759ff [mq]: covtest
Jaroslav Hajek <highegg@gmail.com>
parents: 7935
diff changeset
2150
18d7171759ff [mq]: covtest
Jaroslav Hajek <highegg@gmail.com>
parents: 7935
diff changeset
2151 * statistics/base/cov.m: Fix test that should no longer work.
18d7171759ff [mq]: covtest
Jaroslav Hajek <highegg@gmail.com>
parents: 7935
diff changeset
2152
7935
85d6296d51e1 Add gcbo/gcbf functions.
John W. Eaton <jwe@octave.org>
parents: 7931
diff changeset
2153 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com>
85d6296d51e1 Add gcbo/gcbf functions.
John W. Eaton <jwe@octave.org>
parents: 7931
diff changeset
2154
85d6296d51e1 Add gcbo/gcbf functions.
John W. Eaton <jwe@octave.org>
parents: 7931
diff changeset
2155 * plot/gcbo.m, plot/gcbf.m: New functions.
85d6296d51e1 Add gcbo/gcbf functions.
John W. Eaton <jwe@octave.org>
parents: 7931
diff changeset
2156 * plot/Makefile.in (SOURCES): Add them to the list.
85d6296d51e1 Add gcbo/gcbf functions.
John W. Eaton <jwe@octave.org>
parents: 7931
diff changeset
2157
7930
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2158 2008-07-16 John W. Eaton <jwe@octave.org>
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2159
7931
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2160 * deprecated/loadimage.m: New file.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2161 * deprecated/Makefile.in (SOURCES): Add it to the list.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2162 * image/loadimage.m: Delete.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2163 * image/Makefile.in (SOURCES): Remove it from the list.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2164 * image/imread.m: Incorporate loadimage functionality here.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2165 Simplify.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2166 * image/imshow.m: Call imread, not loadimage.
de26beacb20f imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents: 7930
diff changeset
2167
7930
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2168 * image/__img__.m: Set clim for true-color integer data.
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2169
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2170 * image/imshow.m: Don't convert integer true-color data to double.
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2171
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2172 * plot/__go_draw_axes__.m: Recognize 3-d cdata as a true-color image.
1f6eb3de1c4e __img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents: 7926
diff changeset
2173
7926
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7925
diff changeset
2174 2008-07-14 John W. Eaton <jwe@octave.org>
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7925
diff changeset
2175
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7925
diff changeset
2176 * image/Makefile.in (SOURCES): Add imread.m to the list.
d74f996e005d __magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents: 7925
diff changeset
2177
7925
9316b59903c9 Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents: 7920
diff changeset
2178 2008-07-14 Thomas L. Scofield <scofield@calvin.edu>
9316b59903c9 Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents: 7920
diff changeset
2179
9316b59903c9 Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents: 7920
diff changeset
2180 * image/imread.m: New file from Octave Forge.
9316b59903c9 Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents: 7920
diff changeset
2181
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2182 2008-07-10 Jaroslav Hajek <highegg@gmail.com>
7920
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2183
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2184 * set/unique.m: Implement 'first' and 'last', some simplifications.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2185 * set/union.m: Implement output indices.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2186 * set/intersect.m: Implement 'rows'.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2187 * set/setdiff.m: Implement output indices.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2188 * set/setxor.m: Implement 'rows' and output indices.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2189 Add tests and adjust docs in all of the above.
e56bb65186f6 improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents: 7883
diff changeset
2190
7881
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2191 2008-06-11 John W. Eaton <jwe@octave.org>
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2192
7883
3092dd54ad95 fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents: 7881
diff changeset
2193 * set/ismember.m: Fix fail tests.
3092dd54ad95 fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents: 7881
diff changeset
2194
7881
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2195 * general/rat.m: Properly initialize steps when all elements of
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2196 input array are integers. Append spaces as necessary when
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2197 building character array.
f74669a09deb rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents: 7873
diff changeset
2198
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2199 2008-06-05 Jaroslav Hajek <highegg@gmail.com>
7873
02b590f46a29 correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7865
diff changeset
2200
02b590f46a29 correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7865
diff changeset
2201 * plot/__go_draw_axes__.m: Use fprintf for formatted output.
02b590f46a29 correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7865
diff changeset
2202
7865
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2203 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com>
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2204
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2205 * plot/__go_draw_axes__.m: Support hggroup objects.
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2206 * plot/hggroup.m: New file.
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2207 * plot/Makefile.in: Handle it.
b74039822fd2 Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7817
diff changeset
2208
7815
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7813
diff changeset
2209 2008-06-02 David Bateman <dbateman@free.fr>
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7813
diff changeset
2210
7817
31fb919ba0c0 Add the debug function
David Bateman <dbateman@free.fr>
parents: 7815
diff changeset
2211 * miscellaneous/debug.m: New file..
31fb919ba0c0 Add the debug function
David Bateman <dbateman@free.fr>
parents: 7815
diff changeset
2212 * Makefile.in (SOURCES): Add it to the list.
31fb919ba0c0 Add the debug function
David Bateman <dbateman@free.fr>
parents: 7815
diff changeset
2213
7815
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7813
diff changeset
2214 * general/interp1q.m: Remove spaces between functions and args in
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7813
diff changeset
2215 []. Fix test code to actually test interp1q.
a41df65f3f00 Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents: 7813
diff changeset
2216
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2217 2008-06-02 Jaroslav Hajek <highegg@gmail.com>
7813
12a68443191c [mq]: cellstr
Jaroslav Hajek <highegg@gmail.com>
parents: 7812
diff changeset
2218
12a68443191c [mq]: cellstr
Jaroslav Hajek <highegg@gmail.com>
parents: 7812
diff changeset
2219 * strings/strcat.m: Add tests.
12a68443191c [mq]: cellstr
Jaroslav Hajek <highegg@gmail.com>
parents: 7812
diff changeset
2220
7812
c25094267486 strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents: 7795
diff changeset
2221 2008-06-02 Kim Hansen <kimhanse@gmail.com>
c25094267486 strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents: 7795
diff changeset
2222
c25094267486 strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents: 7795
diff changeset
2223 * strings/mat2str.m: Change is_complex to iscomplex, add tests, add
c25094267486 strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents: 7795
diff changeset
2224 missing ;
c25094267486 strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents: 7795
diff changeset
2225
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7785
diff changeset
2226 2008-05-20 David Bateman <dbateman@free.fr>
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7785
diff changeset
2227
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7785
diff changeset
2228 * miscellaneous/single.m: Remove.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7785
diff changeset
2229 * Makefile.in (SOURCES): Remove it here as well.
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7785
diff changeset
2230
7785
9a656cd34f34 Add the interp1q function
David Bateman <dbateman@free.fr>
parents: 7783
diff changeset
2231 2008-05-20 David Bateman <dbateman@free.fr>
9a656cd34f34 Add the interp1q function
David Bateman <dbateman@free.fr>
parents: 7783
diff changeset
2232
9a656cd34f34 Add the interp1q function
David Bateman <dbateman@free.fr>
parents: 7783
diff changeset
2233 * general/interp1q.m: New function.
9a656cd34f34 Add the interp1q function
David Bateman <dbateman@free.fr>
parents: 7783
diff changeset
2234 * general/Makefile.in (SOURCES): Add it here.
9a656cd34f34 Add the interp1q function
David Bateman <dbateman@free.fr>
parents: 7783
diff changeset
2235
7783
e8394097d66f style fixes
John W. Eaton <jwe@octave.org>
parents: 7782
diff changeset
2236 2008-05-20 Bill Denney <bill@denney.ws>
e8394097d66f style fixes
John W. Eaton <jwe@octave.org>
parents: 7782
diff changeset
2237
e8394097d66f style fixes
John W. Eaton <jwe@octave.org>
parents: 7782
diff changeset
2238 * time/datenum.m: Allow mixed scalar and vector/matrix input.
e8394097d66f style fixes
John W. Eaton <jwe@octave.org>
parents: 7782
diff changeset
2239 New tests.
e8394097d66f style fixes
John W. Eaton <jwe@octave.org>
parents: 7782
diff changeset
2240
7777
221fe75ac5c9 isa.m: fix tests
John W. Eaton <jwe@octave.org>
parents: 7773
diff changeset
2241 2008-05-19 John W. Eaton <jwe@octave.org>
221fe75ac5c9 isa.m: fix tests
John W. Eaton <jwe@octave.org>
parents: 7773
diff changeset
2242
221fe75ac5c9 isa.m: fix tests
John W. Eaton <jwe@octave.org>
parents: 7773
diff changeset
2243 * general/isa.m: Fix tests.
221fe75ac5c9 isa.m: fix tests
John W. Eaton <jwe@octave.org>
parents: 7773
diff changeset
2244
7773
f83be206eca1 isa.m: simplify with persistent variables
Bill Denney
parents: 7772
diff changeset
2245 2008-05-13 Bill Denney <bill@denney.ws>
f83be206eca1 isa.m: simplify with persistent variables
Bill Denney
parents: 7772
diff changeset
2246
f83be206eca1 isa.m: simplify with persistent variables
Bill Denney
parents: 7772
diff changeset
2247 * general/isa.m: Use persistent cell arrays to hold class names
f83be206eca1 isa.m: simplify with persistent variables
Bill Denney
parents: 7772
diff changeset
2248 instead of multiple strcmp calls.
f83be206eca1 isa.m: simplify with persistent variables
Bill Denney
parents: 7772
diff changeset
2249
7770
c6a1a217ac3c Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents: 7769
diff changeset
2250 2008-05-12 David Bateman <dbateman@free.fr>
c6a1a217ac3c Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents: 7769
diff changeset
2251
7795
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2252 * control/base/__stepimp__.m, control/base/bode_bounds.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2253 control/base/damp.m, control/base/dlqr.m, control/base/lsim.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2254 control/base/tzero.m, control/hinf/hinfsyn.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2255 control/hinf/is_dgkf.m, control/system/d2c.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2256 control/system/is_controllable.m, control/system/is_detectable.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2257 control/system/is_stabilizable.m, control/system/is_stable.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2258 control/system/sysconnect.m, general/bicubic.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2259 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2260 general/quadgk.m, general/quadl.m, general/quadv.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2261 geometry/delaunayn.m, linear-algebra/krylov.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2262 linear-algebra/null.m, linear-algebra/onenormest.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2263 linear-algebra/orth.m, linear-algebra/rank.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2264 linear-algebra/rref.m, optimization/qp.m, optimization/sqp.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2265 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2266 specfun/erfinv.m, statistics/distributions/betainv.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2267 statistics/distributions/gaminv.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2268 statistics/distributions/kolmogorov_smirnov_cdf.m,
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2269 statistics/tests/manova.m: Modify calls to eps to allow for single
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2270 precision types.
df9519e9990c Handle single precision eps values
David Bateman <dbateman@free.fr>
parents: 7789
diff changeset
2271
7772
ff717f2f9feb Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents: 7771
diff changeset
2272 * general/isa.m: Also treat "float: and "numeric" as the class
ff717f2f9feb Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents: 7771
diff changeset
2273 argument.
ff717f2f9feb Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents: 7771
diff changeset
2274
7771
680631e787aa Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents: 7770
diff changeset
2275 * general/dblquad.m, general/quadgk.m, general/quadv.m,
680631e787aa Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents: 7770
diff changeset
2276 general/triplequad.m: New functions.
680631e787aa Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents: 7770
diff changeset
2277
7770
c6a1a217ac3c Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents: 7769
diff changeset
2278 * testfun/assert.m: Allow assert(cond, errmsg, ...) and
c6a1a217ac3c Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents: 7769
diff changeset
2279 assert(cond, msgid, errmsg, ...) syntax for compatibility.
c6a1a217ac3c Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents: 7769
diff changeset
2280
7769
247828ad21e2 Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7768
diff changeset
2281 2008-05-09 Thomas Weber <thomas.weber.mail@gmail.com>
247828ad21e2 Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7768
diff changeset
2282
247828ad21e2 Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7768
diff changeset
2283 * miscellaneous/news.m: Replace deprecated isstr call.
247828ad21e2 Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7768
diff changeset
2284
7765
e800c69ee467 Add symvar function
David Bateman <dbateman@free.fr>
parents: 7752
diff changeset
2285 2008-05-06 David Bateman <dbateman@free.fr>
e800c69ee467 Add symvar function
David Bateman <dbateman@free.fr>
parents: 7752
diff changeset
2286
e800c69ee467 Add symvar function
David Bateman <dbateman@free.fr>
parents: 7752
diff changeset
2287 * miscellaneous/symvar.m: New function.
e800c69ee467 Add symvar function
David Bateman <dbateman@free.fr>
parents: 7752
diff changeset
2288 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
e800c69ee467 Add symvar function
David Bateman <dbateman@free.fr>
parents: 7752
diff changeset
2289
7752
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2290 2008-05-04 John W. Eaton <jwe@octave.org>
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2291
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2292 * miscellaneous/dbstack.m: Delete.
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2293 * miscellaneous/Makefile.in (SOURCES): Remove it from the list.
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2294
7768
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2295 2008-05-03 Rafael Laboissiere <rafael@debian.org>
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2296
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2297 * linear-algebra/cond.m, miscellaneous/version.m,
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2298 miscellaneous/version.m, plot/feather.m, plot/__bar__.m,
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2299 plot/compass.m, plot/__quiver__.m, plot/__scatter__.m: Use ischar
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2300 instead of deprecated isstr.
a2d9f325b65a Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents: 7765
diff changeset
2301
7746
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2302 2008-05-01 David Bateman <dbateman@free.fr>
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2303
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2304 * plot/plot.m: Remove documentation of 'L' option.
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2305 * plot/stairs.m: Allow axis handles, properties and linespecs to
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2306 be passed.
95dce69538ec Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents: 7742
diff changeset
2307
7747
7a0317f740f7 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7746
diff changeset
2308 2008-04-30 John W. Eaton <jwe@octave.org>
7a0317f740f7 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7746
diff changeset
2309
7a0317f740f7 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7746
diff changeset
2310 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m,
7a0317f740f7 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7746
diff changeset
2311 elfun/asech.m, specfun/pow2.m: Fix tests.
7a0317f740f7 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7746
diff changeset
2312
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2313 2008-04-30 Jaroslav Hajek <highegg@gmail.com>
7740
39930366b709 implement builtin log2
Jaroslav Hajek <highegg@gmail.com>
parents: 7739
diff changeset
2314
39930366b709 implement builtin log2
Jaroslav Hajek <highegg@gmail.com>
parents: 7739
diff changeset
2315 * specfun/log2.m: Delete.
39930366b709 implement builtin log2
Jaroslav Hajek <highegg@gmail.com>
parents: 7739
diff changeset
2316 * specfun/Makefile.in (SOURCES): Delete it from the list.
39930366b709 implement builtin log2
Jaroslav Hajek <highegg@gmail.com>
parents: 7739
diff changeset
2317
7739
ca9bfe159144 Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents: 7737
diff changeset
2318 2008-04-29 David Bateman <dbateman@free.fr>
ca9bfe159144 Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents: 7737
diff changeset
2319
ca9bfe159144 Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents: 7737
diff changeset
2320 pkg/pkg.m: Also set archprefix with the -local and -global options.
ca9bfe159144 Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents: 7737
diff changeset
2321
7737
15d3a35b8ff1 updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents: 7736
diff changeset
2322 2008-04-29 Jonathan Stickel <jjstickel@vcn.com>
15d3a35b8ff1 updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents: 7736
diff changeset
2323
15d3a35b8ff1 updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents: 7736
diff changeset
2324 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m:
15d3a35b8ff1 updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents: 7736
diff changeset
2325 Doc fix.
15d3a35b8ff1 updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents: 7736
diff changeset
2326
7736
a059b5679fbb implement dbstack
John W. Eaton <jwe@octave.org>
parents: 7726
diff changeset
2327 2008-04-25 John W. Eaton <jwe@octave.org>
a059b5679fbb implement dbstack
John W. Eaton <jwe@octave.org>
parents: 7726
diff changeset
2328
a059b5679fbb implement dbstack
John W. Eaton <jwe@octave.org>
parents: 7726
diff changeset
2329 * miscellaneous/dbstack.m: New function.
7752
40c428ea3408 initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents: 7747
diff changeset
2330 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
7736
a059b5679fbb implement dbstack
John W. Eaton <jwe@octave.org>
parents: 7726
diff changeset
2331
7726
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2332 2008-04-21 David Bateman <dbateman@free.fr>
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2333
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2334 * plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj.
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2335 Change caller. Improve sizing and position of colorbox for subplots.
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2336 * plot/colorbar.m: New demos.
1b954fdaf4ff Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents: 7714
diff changeset
2337
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
2338 2008-04-16 S�ren Hauberg <hauberg@gmail.com>
7714
83ea845cda36 Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents: 7713
diff changeset
2339
83ea845cda36 Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents: 7713
diff changeset
2340 * plot/__gnuplot_version__.m: Display error if gnuplot is not found.
83ea845cda36 Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents: 7713
diff changeset
2341
7712
a626db2e8a1c view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents: 7711
diff changeset
2342 2008-04-15 John W. Eaton <jwe@octave.org>
a626db2e8a1c view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents: 7711
diff changeset
2343
a626db2e8a1c view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents: 7711
diff changeset
2344 * plot/view.m: Get values from current axes if nargin == 0.
a626db2e8a1c view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents: 7711
diff changeset
2345
7713
050f695c3a78 ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7712
diff changeset
2346 2008-04-15 David Bateman <dbateman@free.fr>
7711
263bcc319233 Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents: 7710
diff changeset
2347
263bcc319233 Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents: 7710
diff changeset
2348 * plot/__patch__.m: Fix for NaN values in faces of patches.
263bcc319233 Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents: 7710
diff changeset
2349
7710
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2350 2008-04-14 David Bateman <dbateman@free.fr>
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2351
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2352 * plot/rose.m: Add missing comment mark that causes issues with
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2353 octave-forge function referencing.
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2354 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors.
9a6012d7cbb7 Minor texinfo errors
David Bateman <dbateman@free.fr>
parents: 7704
diff changeset
2355
7704
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2356 2008-04-09 John W. Eaton <jwe@octave.org>
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2357
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2358 * deprecated/beta_cdf.m, deprecated/beta_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2359 deprecated/beta_pdf.m, deprecated/beta_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2360 deprecated/binomial_cdf.m, deprecated/binomial_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2361 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2362 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2363 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2364 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2365 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2366 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2367 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2368 deprecated/f_rnd.m, deprecated/gamma_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2369 deprecated/gamma_inv.m, deprecated/gamma_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2370 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2371 deprecated/geometric_inv.m, deprecated/geometric_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2372 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2373 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2374 deprecated/hypergeometric_rnd.m, deprecated/intersection.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2375 deprecated/is_bool.m, deprecated/is_complex.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2376 deprecated/is_list.m, deprecated/is_matrix.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2377 deprecated/is_scalar.m, deprecated/is_square.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2378 deprecated/is_stream.m, deprecated/is_struct.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2379 deprecated/is_symmetric.m, deprecated/is_vector.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2380 deprecated/isstr.m, deprecated/lchol.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2381 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2382 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2383 deprecated/meshdom.m, deprecated/normal_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2384 deprecated/normal_inv.m, deprecated/normal_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2385 deprecated/normal_rnd.m, deprecated/pascal_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2386 deprecated/pascal_inv.m, deprecated/pascal_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2387 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2388 deprecated/poisson_inv.m, deprecated/poisson_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2389 deprecated/poisson_rnd.m, deprecated/polyinteg.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2390 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2391 deprecated/spchol2inv.m, deprecated/spcholinv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2392 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2393 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2394 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2395 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2396 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2397 deprecated/struct_contains.m, deprecated/struct_elements.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2398 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2399 deprecated/t_rnd.m, deprecated/uniform_cdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2400 deprecated/uniform_inv.m, deprecated/uniform_pdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2401 deprecated/uniform_rnd.m, deprecated/weibcdf.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2402 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2403 deprecated/weibull_cdf.m, deprecated/weibull_inv.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2404 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m,
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2405 deprecated/wiener_rnd.m: Don't embed newline in warning message.
1cdb42b372e8 don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents: 7703
diff changeset
2406
7703
e44e4cd2129d Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents: 7698
diff changeset
2407 2008-04-09 David Bateman <dbateman@free.fr>
e44e4cd2129d Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents: 7698
diff changeset
2408
e44e4cd2129d Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents: 7698
diff changeset
2409 * testfun/assert.m: Don't allow cond and expected to be lists.
e44e4cd2129d Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents: 7698
diff changeset
2410
7698
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2411 2008-04-04 John W. Eaton <jwe@octave.org>
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2412
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2413 * strings/Makefile.in (SOURCES): Add isstrprop.m to the list.
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2414
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2415 * Makefile.in, audio/Makefile.in, control/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2416 * Makefile.incontrol/base/Makefile.in, control/hinf/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2417 * Makefile.incontrol/obsolete/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2418 * Makefile.incontrol/system/Makefile.in, control/util/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2419 * Makefile.indeprecated/Makefile.in, elfun/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2420 * Makefile.infinance/Makefile.in, general/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2421 * Makefile.ingeometry/Makefile.in, image/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2422 * Makefile.inio/Makefile.in, linear-algebra/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2423 * Makefile.inmiscellaneous/Makefile.in, optimization/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2424 * Makefile.inpath/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2425 * Makefile.inpolynomial/Makefile.in, quaternion/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2426 * Makefile.inset/Makefile.in, signal/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2427 * Makefile.insparse/Makefile.in, specfun/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2428 * Makefile.inspecial-matrix/Makefile.in, startup/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2429 * Makefile.instatistics/Makefile.in, statistics/base/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2430 * Makefile.instatistics/distributions/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2431 * Makefile.instatistics/models/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2432 * Makefile.instatistics/tests/Makefile.in, strings/Makefile.in,
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2433 * Makefile.intestfun/Makefile.in, time/Makefile.in
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2434 * Makefile.in(check-m-sources): New target.
4584feed3ec4 check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents: 7697
diff changeset
2435
7697
0bdfff62cc49 lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents: 7696
diff changeset
2436 2008-04-04 Bill Denney <bill@denney.ws>
0bdfff62cc49 lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents: 7696
diff changeset
2437
0bdfff62cc49 lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents: 7696
diff changeset
2438 * optimization/lsqnonneg.m: Use optimset, correctly index
0bdfff62cc49 lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents: 7696
diff changeset
2439 Z and P in main loop.
0bdfff62cc49 lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents: 7696
diff changeset
2440
7696
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2441 2008-04-04 David Bateman <dbateman@free.fr>
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2442
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2443 * deprecated/beta_cdf.m deprecated/beta_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2444 deprecated/beta_pdf.m deprecated/beta_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2445 deprecated/binomial_cdf.m deprecated/binomial_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2446 deprecated/binomial_pdf.m deprecated/binomial_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2447 deprecated/chisquare_cdf.m deprecated/chisquare_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2448 deprecated/chisquare_pdf.m deprecated/chisquare_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2449 deprecated/clearplot.m deprecated/clg.m deprecated/com2str.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2450 deprecated/exponential_cdf.m deprecated/exponential_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2451 deprecated/exponential_pdf.m deprecated/exponential_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2452 deprecated/f_cdf.m deprecated/f_inv.m deprecated/f_pdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2453 deprecated/f_rnd.m deprecated/gamma_cdf.m deprecated/gamma_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2454 deprecated/gamma_pdf.m deprecated/gamma_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2455 deprecated/geometric_cdf.m deprecated/geometric_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2456 deprecated/geometric_pdf.m deprecated/geometric_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2457 deprecated/hypergeometric_cdf.m deprecated/hypergeometric_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2458 deprecated/hypergeometric_pdf.m deprecated/hypergeometric_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2459 deprecated/intersection.m deprecated/is_bool.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2460 deprecated/is_complex.m deprecated/is_list.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2461 deprecated/is_matrix.m deprecated/is_scalar.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2462 deprecated/is_square.m deprecated/is_stream.m deprecated/isstr.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2463 deprecated/is_struct.m deprecated/is_symmetric.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2464 deprecated/is_vector.m deprecated/lognormal_cdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2465 deprecated/lognormal_inv.m deprecated/lognormal_pdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2466 deprecated/lognormal_rnd.m deprecated/meshdom.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2467 deprecated/normal_cdf.m deprecated/normal_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2468 deprecated/normal_pdf.m deprecated/normal_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2469 deprecated/pascal_cdf.m deprecated/pascal_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2470 deprecated/pascal_pdf.m deprecated/pascal_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2471 deprecated/poisson_cdf.m deprecated/poisson_inv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2472 deprecated/poisson_pdf.m deprecated/poisson_rnd.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2473 deprecated/polyinteg.m deprecated/setstr.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2474 deprecated/struct_contains.m deprecated/struct_elements.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2475 deprecated/t_cdf.m deprecated/t_inv.m deprecated/t_pdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2476 deprecated/t_rnd.m deprecated/uniform_cdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2477 deprecated/uniform_inv.m deprecated/uniform_pdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2478 deprecated/uniform_rnd.m deprecated/weibcdf.m deprecated/weibinv.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2479 deprecated/weibpdf.m deprecated/weibrnd.m deprecated/weibull_cdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2480 deprecated/weibull_inv.m deprecated/weibull_pdf.m
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2481 deprecated/weibull_rnd.m deprecated/wiener_rnd.m: Add warning that
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2482 function will be removed in a future version.
0a362fa8f3c8 Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents: 7693
diff changeset
2483
7693
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2484 2008-04-03 John W. Eaton <jwe@octave.org>
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2485
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2486 * deprecated/beta_cdf.m, deprecated/beta_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2487 deprecated/beta_pdf.m, deprecated/beta_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2488 deprecated/binomial_cdf.m, deprecated/binomial_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2489 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2490 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2491 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2492 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2493 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2494 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2495 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2496 deprecated/f_rnd.m, deprecated/gamma_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2497 deprecated/gamma_inv.m, deprecated/gamma_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2498 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2499 deprecated/geometric_inv.m, deprecated/geometric_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2500 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2501 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2502 deprecated/hypergeometric_rnd.m, deprecated/intersection.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2503 deprecated/is_bool.m, deprecated/is_complex.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2504 deprecated/is_list.m, deprecated/is_matrix.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2505 deprecated/is_scalar.m, deprecated/is_square.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2506 deprecated/is_stream.m, deprecated/is_struct.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2507 deprecated/is_symmetric.m, deprecated/is_vector.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2508 deprecated/isstr.m, deprecated/lchol.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2509 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2510 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2511 deprecated/meshdom.m, deprecated/normal_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2512 deprecated/normal_inv.m, deprecated/normal_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2513 deprecated/normal_rnd.m, deprecated/pascal_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2514 deprecated/pascal_inv.m, deprecated/pascal_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2515 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2516 deprecated/poisson_inv.m, deprecated/poisson_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2517 deprecated/poisson_rnd.m, deprecated/polyinteg.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2518 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2519 deprecated/spchol2inv.m, deprecated/spcholinv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2520 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2521 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2522 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2523 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2524 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2525 deprecated/struct_contains.m, deprecated/struct_elements.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2526 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2527 deprecated/t_rnd.m, deprecated/uniform_cdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2528 deprecated/uniform_inv.m, deprecated/uniform_pdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2529 deprecated/uniform_rnd.m, deprecated/weibcdf.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2530 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2531 deprecated/weibull_cdf.m, deprecated/weibull_inv.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2532 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m,
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2533 deprecated/wiener_rnd.m:
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2534 Note version when function was deprecated.
8e5371d47da6 note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents: 7692
diff changeset
2535
7692
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2536 2008-04-03 David Bateman <dbateman@free.fr>
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2537
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2538 * plot/__go_draw_axes__.m: Conditionally "set pm3d implict" for 2D
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2539 plot or 3D plots with more than one line.
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2540
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2541 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2542 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2543 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2544 deprecated/spatan2.m deprecated/spchol2inv.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2545 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2546 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2547 deprecated/spsum.m deprecated/spsumsq.m: New files
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2548 * deprecated/Makefile.in (SOURCES): Add them here.
da1f4bc7cbe8 Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents: 7691
diff changeset
2549
7687
795be0215bf7 spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents: 7685
diff changeset
2550 2008-04-03 Ben Abbott <bpabbott@mac.com>
795be0215bf7 spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents: 7685
diff changeset
2551
795be0215bf7 spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents: 7685
diff changeset
2552 * sparse/spaugment.m: Increase test script tolerance.
795be0215bf7 spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents: 7685
diff changeset
2553
7684
5b70d49eff6f scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents: 7682
diff changeset
2554 2008-04-02 John W. Eaton <jwe@octave.org>
5b70d49eff6f scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents: 7682
diff changeset
2555
7685
f90494008de8 scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents: 7684
diff changeset
2556 * deprecated/Makefile.in (SOURCES): Add spkron.m to the list.
f90494008de8 scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents: 7684
diff changeset
2557
7684
5b70d49eff6f scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents: 7682
diff changeset
2558 * general/Makefile.in (SOURCES): Add runlength.m to the list.
5b70d49eff6f scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents: 7682
diff changeset
2559
7682
f7474c83c782 lsqnonneg: new function
bill@denney.ws
parents: 7681
diff changeset
2560 2008-04-02 Bill Denney <bill@denney.ws>
f7474c83c782 lsqnonneg: new function
bill@denney.ws
parents: 7681
diff changeset
2561
f7474c83c782 lsqnonneg: new function
bill@denney.ws
parents: 7681
diff changeset
2562 * optimization/lsqnonneg.m: New function.
f7474c83c782 lsqnonneg: new function
bill@denney.ws
parents: 7681
diff changeset
2563 * optimization/Makefile.in (SOURCES): Add it to the list.
f7474c83c782 lsqnonneg: new function
bill@denney.ws
parents: 7681
diff changeset
2564
7680
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2565 2008-04-02 David Bateman <dbateman@free.fr>
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2566
7681
b1c1133641ee Add the spaugment function
David Bateman <dbateman@free.fr>
parents: 7680
diff changeset
2567 * sparse/spaugment.m: New function
b1c1133641ee Add the spaugment function
David Bateman <dbateman@free.fr>
parents: 7680
diff changeset
2568 * sparse/Makefile.in (SOURCES): Add it here.
b1c1133641ee Add the spaugment function
David Bateman <dbateman@free.fr>
parents: 7680
diff changeset
2569
7680
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2570 * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2571 communication rather than a chat file if mkfifo is not available.
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2572 * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2573 communication with the gnuplot process.
a0ec02774303 Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents: 7678
diff changeset
2574
7678
5988e08c1ae6 handle negative column values in sortrows
Richard Bovey
parents: 7676
diff changeset
2575 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com>
5988e08c1ae6 handle negative column values in sortrows
Richard Bovey
parents: 7676
diff changeset
2576
5988e08c1ae6 handle negative column values in sortrows
Richard Bovey
parents: 7676
diff changeset
2577 * general/sortrows.m: Handle negative column arguments.
5988e08c1ae6 handle negative column values in sortrows
Richard Bovey
parents: 7676
diff changeset
2578
7675
8abada567409 perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents: 7674
diff changeset
2579 2008-04-01 Julian Schnidder <j.schnidder@gmx.de>
8abada567409 perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents: 7674
diff changeset
2580
8abada567409 perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents: 7674
diff changeset
2581 * miscellaneous/perl.m: New function.
8abada567409 perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents: 7674
diff changeset
2582 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
8abada567409 perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents: 7674
diff changeset
2583
7673
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2584 2008-03-31 David Bateman <dbateman@free.fr>
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2585
7676
6c0f7bcf5b55 Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents: 7675
diff changeset
2586 * plot/__go_draw_axes__.m: Set the tick direction in the main call
6c0f7bcf5b55 Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents: 7675
diff changeset
2587 the set tics rather than separately to avoid issues with multiple
6c0f7bcf5b55 Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents: 7675
diff changeset
2588 ticks in plotyy.
6c0f7bcf5b55 Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents: 7675
diff changeset
2589
7674
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2590 * plot/gtext.m: New function to place text on a plot.
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2591 * plot/waitforbuttonpress.m: New function.
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2592 * plot/Makefile.in (SOURCES): Add them to the list.
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2593 * plot/__gnuplot_ginput__.m: Bug fix for nargin==1. Workaround for
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2594 missing mkfifo under Windows.
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2595 * plot/ginput.m: Eliminate setting of n.
52d8d50e74c1 Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents: 7673
diff changeset
2596
7673
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2597 * plot/ginput.m: New function.
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2598 * plot/__gnuplot_ginput__.m: New function based on a version of
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2599 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>.
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2600 * plot/Makefile.in (SOURCES): Add them to the list.
e0c930dda642 ginput: new function
David Bateman <dbateman@free.fr>
parents: 7672
diff changeset
2601
7672
2f0920d1edd4 run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents: 7671
diff changeset
2602 2008-03-31 Dmitri A. Sergatskov <dasergatskov@gmail.com>
2f0920d1edd4 run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents: 7671
diff changeset
2603
2f0920d1edd4 run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents: 7671
diff changeset
2604 * miscellaneous/run.m: Fix check for existence of file.
2f0920d1edd4 run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents: 7671
diff changeset
2605
7671
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2606 2008-03-27 Jaroslav Hajek <highegg@gmail.com>
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2607
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2608 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS).
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2609 * general/Makefile.in (SOURCES): Delete lookup.m from the list.
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2610 * general/interp1.m, general/interp2.m, general/interpn.m,
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2611 polynomial/ppval.m: Fix buggy lookup calls.
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2612 * general/interp1.m: New test.
4fbaba9abec1 implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents: 7670
diff changeset
2613
7670
7a5dbd31eb76 Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents: 7669
diff changeset
2614 2008-03-28 Thomas Weber <thomas.weber.mail@gmail.com>
7a5dbd31eb76 Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents: 7669
diff changeset
2615
7a5dbd31eb76 Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents: 7669
diff changeset
2616 * miscellaneous/tempdir.m: Use correct function name in texinfo
7a5dbd31eb76 Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents: 7669
diff changeset
2617 documentation.
7a5dbd31eb76 Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents: 7669
diff changeset
2618
7669
d2b040bf0b80 trivial fix to del2
Jaroslav Hajek <highegg@gmail.com>
parents: 7668
diff changeset
2619 2008-03-28 Jaroslav Hajek <highegg@gmail.com>
d2b040bf0b80 trivial fix to del2
Jaroslav Hajek <highegg@gmail.com>
parents: 7668
diff changeset
2620
d2b040bf0b80 trivial fix to del2
Jaroslav Hajek <highegg@gmail.com>
parents: 7668
diff changeset
2621 * general/del2.m: Missing semicolon.
d2b040bf0b80 trivial fix to del2
Jaroslav Hajek <highegg@gmail.com>
parents: 7668
diff changeset
2622
7668
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7666
diff changeset
2623 2008-03-28 Julian Schnidder <j.schnidder@gmx.de>
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7666
diff changeset
2624
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7666
diff changeset
2625 * miscellaneous/info.m: New function.
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7666
diff changeset
2626 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
7ae60e7eb6f8 info.m added
Julian Schnidder <j.schnidder@gmx.de>
parents: 7666
diff changeset
2627
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
2628 2008-03-27 S�ren Hauberg <hauberg@gmail.com>
7666
693ac94c2854 Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents: 7665
diff changeset
2629
693ac94c2854 Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents: 7665
diff changeset
2630 * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m:
693ac94c2854 Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents: 7665
diff changeset
2631 Doc fixes.
693ac94c2854 Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents: 7665
diff changeset
2632
7664
0dff8d9bf229 Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents: 7659
diff changeset
2633 2008-03-27 David Bateman <dbateman@free.fr>
0dff8d9bf229 Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents: 7659
diff changeset
2634
0dff8d9bf229 Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents: 7659
diff changeset
2635 * plot/__plt2__.m: Test if args are empty first so that
0dff8d9bf229 Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents: 7659
diff changeset
2636 plot(zeros(1,0),zeros(1,0)) works as expected.
0dff8d9bf229 Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents: 7659
diff changeset
2637
7665
aead4b9d026b Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents: 7664
diff changeset
2638 * plot/plotyy.m: The axis handle is a two element vector and
aead4b9d026b Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents: 7664
diff changeset
2639 so needs special treatment. Call newplot for the second axis.
aead4b9d026b Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents: 7664
diff changeset
2640
7655
ea2344c4140b rectint.m: vectorize and add tests
bill@denney.ws
parents: 7654
diff changeset
2641 2008-03-27 Bill Denney <bill@denney.ws>
ea2344c4140b rectint.m: vectorize and add tests
bill@denney.ws
parents: 7654
diff changeset
2642
7659
4ab2488ab2b4 datenum: allow vector inputs in any orientation
Bill Denny
parents: 7658
diff changeset
2643 * time/datenum.m: Allow vector inputs in any orientation.
4ab2488ab2b4 datenum: allow vector inputs in any orientation
Bill Denny
parents: 7658
diff changeset
2644
7658
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2645 * strings/validatestring.m: New function.
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2646 * strings/Makefile.in (SOURCES): Add it to the list.
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2647
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2648 * general/nargoutchk.m: New function.
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2649 * general/Makefile.in (SOURCES): Add it to the list.
1ce6460aebdf nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents: 7657
diff changeset
2650
7657
76e7548add3f genvarname.m: new function
bill@denney.ws
parents: 7656
diff changeset
2651 * general/genvarname.m: New function.
76e7548add3f genvarname.m: new function
bill@denney.ws
parents: 7656
diff changeset
2652 * general/Makefile.in (SOURCES): Add it to the list.
76e7548add3f genvarname.m: new function
bill@denney.ws
parents: 7656
diff changeset
2653
7656
d448ac8a4874 addtodate.m: new function
bill@denney.ws
parents: 7655
diff changeset
2654 * time/addtodate.m: New function.
7657
76e7548add3f genvarname.m: new function
bill@denney.ws
parents: 7656
diff changeset
2655 * time/Makefile.in (SOURCES): Add it to the list.
7656
d448ac8a4874 addtodate.m: new function
bill@denney.ws
parents: 7655
diff changeset
2656
7655
ea2344c4140b rectint.m: vectorize and add tests
bill@denney.ws
parents: 7654
diff changeset
2657 * geometry/rectint.m: Vectorize and add more tests.
ea2344c4140b rectint.m: vectorize and add tests
bill@denney.ws
parents: 7654
diff changeset
2658
7654
48edf48cd4dc __axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents: 7653
diff changeset
2659 2008-03-27 John W. Eaton <jwe@octave.org>
48edf48cd4dc __axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents: 7653
diff changeset
2660
48edf48cd4dc __axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents: 7653
diff changeset
2661 * plot/__axis_label__.m: Use name of caller in error message.
48edf48cd4dc __axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents: 7653
diff changeset
2662
7653
d9eb2aec6d84 Add the planerot function
David Bateman <dbateman@free.fr>
parents: 7652
diff changeset
2663 2008-03-27 David Bateman <dbateman@free.fr>
d9eb2aec6d84 Add the planerot function
David Bateman <dbateman@free.fr>
parents: 7652
diff changeset
2664
d9eb2aec6d84 Add the planerot function
David Bateman <dbateman@free.fr>
parents: 7652
diff changeset
2665 * linear-algebra/planerot.m: Givens rotation function.
d9eb2aec6d84 Add the planerot function
David Bateman <dbateman@free.fr>
parents: 7652
diff changeset
2666
7650
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2667 2008-03-26 John W. Eaton <jwe@octave.org>
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2668
7652
b5731e43283a ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents: 7650
diff changeset
2669 * set/ismember.m: Set size of idx output correctly for empty args.
b5731e43283a ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents: 7650
diff changeset
2670 New tests.
b5731e43283a ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents: 7650
diff changeset
2671
b5731e43283a ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents: 7650
diff changeset
2672 * general/logical.m: Correctly handle empty args. New tests.
b5731e43283a ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents: 7650
diff changeset
2673
7650
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2674 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m,
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2675 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m,
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2676 image/imagesc.m, io/csvread.m, io/csvwrite.m,
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2677 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m,
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2678 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m,
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2679 polynomial/pchip.m, polynomial/spline.m, set/unique.m:
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2680 Texinfo fixes.
eb7bdde776f2 Texinfo fixes
John W. Eaton <jwe@octave.org>
parents: 7649
diff changeset
2681
8040
5511929874da ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8039
diff changeset
2682 2008-03-26 Jaroslav Hajek <highegg@gmail.com>
7649
1eac99a280a2 extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents: 7648
diff changeset
2683
1eac99a280a2 extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents: 7648
diff changeset
2684 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension.
1eac99a280a2 extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents: 7648
diff changeset
2685
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
2686 2008-03-26 S�ren Hauberg <hauberg@gmail.com>
7648
e7b999840056 Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents: 7643
diff changeset
2687
e7b999840056 Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents: 7643
diff changeset
2688 * polynomial/convn.m: New tests.
e7b999840056 Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents: 7643
diff changeset
2689
8182
1b2256d6e01d ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 8174
diff changeset
2690 2008-03-20 Ben Abbott <bpabbott@mac.com>
7643
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2691
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2692 * statistics/base/statistics.m: Calculate median and quantiles in
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2693 a manner consistent with method #7 used by GNU R.
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2694 * statistics/base/__quantile__.m, statistics/base/quantile.m,
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2695 statistics/base/prctile.m: New functions.
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2696 * statistics/base/Makefile.in (SOURCES): Add them to the list.
0220da981c2a Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents: 7641
diff changeset
2697
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
2698 2008-03-25 S�ren Hauberg <hauberg@gmail.com>
7640
3398ce778b4b Added support for N-dimensional convolution
sh@sh-laptop
parents: 7633
diff changeset
2699
3398ce778b4b Added support for N-dimensional convolution
sh@sh-laptop
parents: 7633
diff changeset
2700 * polynomial/convn.m: New function.
3398ce778b4b Added support for N-dimensional convolution
sh@sh-laptop
parents: 7633
diff changeset
2701 * polynomial/Makefile.in (SOURCES): Add it to the list.
3398ce778b4b Added support for N-dimensional convolution
sh@sh-laptop
parents: 7633
diff changeset
2702
7633
ba15376ddfe1 Add the contrast function
David Bateman <dbateman@free.fr>
parents: 7632
diff changeset
2703 2008-03-25 David Bateman <dbateman@free.fr>
ba15376ddfe1 Add the contrast function
David Bateman <dbateman@free.fr>
parents: 7632
diff changeset
2704
ba15376ddfe1 Add the contrast function
David Bateman <dbateman@free.fr>
parents: 7632
diff changeset
2705 * image/contrast.m: New function.
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2706 * image/Makefile.in (SOURCES): Add it to the list.
7640
3398ce778b4b Added support for N-dimensional convolution
sh@sh-laptop
parents: 7633
diff changeset
2707
7632
d6e63a15cc75 Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7629
diff changeset
2708 2008-03-24 Thomas Weber <thomas.weber.mail@gmail.com>
d6e63a15cc75 Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7629
diff changeset
2709
d6e63a15cc75 Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7629
diff changeset
2710 * pkg/pkg.m: Allow installation of already extracted packages.
d6e63a15cc75 Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents: 7629
diff changeset
2711
7627
0483fad1d888 Add the idivide function
David Bateman <dbateman@free.fr>
parents: 7621
diff changeset
2712 2008-03-24 David Bateman <dbateman@free.fr>
0483fad1d888 Add the idivide function
David Bateman <dbateman@free.fr>
parents: 7621
diff changeset
2713
0483fad1d888 Add the idivide function
David Bateman <dbateman@free.fr>
parents: 7621
diff changeset
2714 * general/idivide.m: New function.
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2715 * general/Makefile.in (SOURCES): Add it to the list.
7627
0483fad1d888 Add the idivide function
David Bateman <dbateman@free.fr>
parents: 7621
diff changeset
2716
7628
acca752a3b96 Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents: 7627
diff changeset
2717 * miscellaneous/namelengthmax.m: New function.
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2718 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
7628
acca752a3b96 Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents: 7627
diff changeset
2719
7629
cc31c5002c96 Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents: 7628
diff changeset
2720 * strings/regexptranslate.m: New function.
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2721 * strings/Makefile.in (SOURCES): Add it to the list.
7629
cc31c5002c96 Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents: 7628
diff changeset
2722
7621
4682dda22527 Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents: 7618
diff changeset
2723 2008-03-21 David Bateman <dbateman@free.fr>
4682dda22527 Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents: 7618
diff changeset
2724
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2725 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m:
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2726 New functions.
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2727 * specfun/Makefile.in (SOURCES): Add them to the list.
7621
4682dda22527 Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents: 7618
diff changeset
2728
7614
52f90c7adac6 Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents: 7612
diff changeset
2729 2008-03-20 David Bateman <dbateman@free.fr>
52f90c7adac6 Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents: 7612
diff changeset
2730
7618
3209a584e1ac Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents: 7617
diff changeset
2731 * general/tril.m, general/triu.m: Fail if input is a structure.
3209a584e1ac Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents: 7617
diff changeset
2732
7617
9dca8b03dfe8 Allow cast to 'char'.
David Bateman <dbateman@free.fr>
parents: 7616
diff changeset
2733 * miscellaneous/cast.m: Also allow cast to "char".
9dca8b03dfe8 Allow cast to 'char'.
David Bateman <dbateman@free.fr>
parents: 7616
diff changeset
2734
7615
25eacc0c2706 Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents: 7614
diff changeset
2735 * general/rotdim.m: Ensure k is an integer scale.
25eacc0c2706 Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents: 7614
diff changeset
2736
7614
52f90c7adac6 Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents: 7612
diff changeset
2737 * general/circshift.m: If matrix is empty fast return.
52f90c7adac6 Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents: 7612
diff changeset
2738
7612
c1702f963a5e error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7611
diff changeset
2739 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain>
c1702f963a5e error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7611
diff changeset
2740
7616
fb4fa07bc364 more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents: 7615
diff changeset
2741 * linear-algebra/subspace.m: Check number of arguments, number
fb4fa07bc364 more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents: 7615
diff changeset
2742 of dimensions of arguments and matching dimensions.
7612
c1702f963a5e error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents: 7611
diff changeset
2743
7611
4f903c303c3c implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents: 7610
diff changeset
2744 2008-03-19 Jaroslav Hajek <highegg@gmail.com>
4f903c303c3c implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents: 7610
diff changeset
2745
4f903c303c3c implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents: 7610
diff changeset
2746 * linear-algebra/subspace.m: New function.
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2747 * linear-algebra/subspace.m: New function.
7611
4f903c303c3c implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents: 7610
diff changeset
2748
7610
60398362938c Emil Lucretiu
John W. Eaton <jwe@octave.org>
parents: 7608
diff changeset
2749 2008-03-19 Emil Lucretiu <emil@la.mine.nu>
60398362938c Emil Lucretiu
John W. Eaton <jwe@octave.org>
parents: 7608
diff changeset
2750
60398362938c Emil Lucretiu
John W. Eaton <jwe@octave.org>
parents: 7608
diff changeset
2751 * signal/sinetone.m: Ensure integral number of samples.
60398362938c Emil Lucretiu
John W. Eaton <jwe@octave.org>
parents: 7608
diff changeset
2752
7608
49810341db91 Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents: 7606
diff changeset
2753 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu>
49810341db91 Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents: 7606
diff changeset
2754
49810341db91 Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents: 7606
diff changeset
2755 * plot/__go_draw_axes__.m: Additional correction for symbol codes.
49810341db91 Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents: 7606
diff changeset
2756
7606
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2757 2008-03-19 Ben Abbott <bpabbott@mac.com>
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2758
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2759 * statistics/base/mode.m: Add NDArray tests.
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2760
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2761 2008-03-19 Jaroslav Hajek <highegg@gmail.com>
7604
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2762
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2763 * statistics/distributions/exppdf.m,
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2764 statistics/distributions/expcdf.m,
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2765 statistics/distributions/expinv.m,
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2766 statistics/distributions/exprnd.m: Doc fix.
90c9038170bf doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents: 7603
diff changeset
2767
7603
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2768 2008-03-19 David Bateman <dbateman@free.fr>
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2769
7606
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2770 * statistics/base/mode.m: Fix for row vectors.
704b7a1098d0 Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents: 7604
diff changeset
2771
7603
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2772 * plot/__scatter__.m: Modify for change of markersize in
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2773 __go_draw_axes__.m and for compatibility.
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2774 * plot/__go_draw_axes__.m: Don't divide the marker size by 6
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2775 twice.
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2776 * plot/scatter3.m: Doc fix.
689652eb95d1 fix for scatter markersize
David Bateman <dbateman@free.fr>
parents: 7601
diff changeset
2777
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2778 2008-03-18 Ben Abbott <bpabbott@mac.com>
7601
8a939b217863 Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents: 7593
diff changeset
2779
8a939b217863 Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents: 7593
diff changeset
2780 * specfun/beta.m: Fix for negative inputs.
8a939b217863 Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents: 7593
diff changeset
2781
7593
fdb6ff523237 __go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents: 7592
diff changeset
2782 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu>
fdb6ff523237 __go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents: 7592
diff changeset
2783
fdb6ff523237 __go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents: 7592
diff changeset
2784 * plot/__go_draw_axes__.m: Use correct symbol codes.
fdb6ff523237 __go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents: 7592
diff changeset
2785
7592
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2786 2008-03-14 Kai Habel <kai.habel@gmx.de>
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2787
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2788 * plot/__go_draw_axes__.m: Expicitly set gnuplot user
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2789 style to default to avoid wrong mesh color in some cases.
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2790
7585
522433b05f45 Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents: 7583
diff changeset
2791 2008-03-12 David Bateman <dbateman@free.fr>
522433b05f45 Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents: 7583
diff changeset
2792
522433b05f45 Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents: 7583
diff changeset
2793 * geometry/griddata3.m: Use griddatan and not griddata
522433b05f45 Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents: 7583
diff changeset
2794 internally. Return vi and not yi. Add test code.
522433b05f45 Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents: 7583
diff changeset
2795
7583
1d7c23e288d7 __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents: 7582
diff changeset
2796 2008-03-11 John W. Eaton <jwe@octave.org>
1d7c23e288d7 __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents: 7582
diff changeset
2797
1d7c23e288d7 __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents: 7582
diff changeset
2798 * plot/__go_draw_axes__.m: Use get to access hidden properties.
1d7c23e288d7 __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents: 7582
diff changeset
2799 Use strcmpi when comparing string properties.
1d7c23e288d7 __go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents: 7582
diff changeset
2800
7592
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2801 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes.
bf704d1c5e43 Bug fix, set splot user style to default
kai@linux-pc
parents: 7585
diff changeset
2802
7582
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2803 2008-03-11 Kai Habel <kai.habel@gmx.de>
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2804
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2805 * plot/__go_draw_axes__.m: Plot surfaces in front of axes.
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2806 Allow plotting of uniform colored mesh plots with and
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2807 w/o hidden line removal.
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2808
3ec654f16820 Improvements for surface plots
kai@linux-pc
parents: 7581
diff changeset
2809 2008-03-11 David Bateman <dbateman@free.fr>
7580
b4aa9ef3d3ef Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents: 7570
diff changeset
2810
b4aa9ef3d3ef Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents: 7570
diff changeset
2811 * io/dlmwrite.m, io/csvread.m, io/csvwrite.m: Files ported from
b4aa9ef3d3ef Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents: 7570
diff changeset
2812 octave-forge.
b4aa9ef3d3ef Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents: 7570
diff changeset
2813 * io/Makefile.in (SOURCES): Add them here.
b4aa9ef3d3ef Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents: 7570
diff changeset
2814
7569
369b16e7f04b handle tickdir property
John W. Eaton <jwe@octave.org>
parents: 7568
diff changeset
2815 2008-03-07 John W. Eaton <jwe@octave.org>
369b16e7f04b handle tickdir property
John W. Eaton <jwe@octave.org>
parents: 7568
diff changeset
2816
7570
8bf1bcb0ad8f set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents: 7569
diff changeset
2817 * plot/contourf.m: Set axes layer property to "top".
8bf1bcb0ad8f set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents: 7569
diff changeset
2818
7569
369b16e7f04b handle tickdir property
John W. Eaton <jwe@octave.org>
parents: 7568
diff changeset
2819 * plot/__go_draw_axes__.m: Handle tickdir property.
369b16e7f04b handle tickdir property
John W. Eaton <jwe@octave.org>
parents: 7568
diff changeset
2820
7561
a938cd7869b2 __lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents: 7558
diff changeset
2821 2008-03-06 John W. Eaton <jwe@octave.org>
a938cd7869b2 __lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents: 7558
diff changeset
2822
7566
b3acdf1c41a5 hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents: 7565
diff changeset
2823 * plot/hist.m: Avoid temporaries.
b3acdf1c41a5 hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents: 7565
diff changeset
2824 Allow matrix arguments when number of bins > 30.
7568
f3b1f26dc44e ChangeLog fix
John W. Eaton <jwe@octave.org>
parents: 7566
diff changeset
2825 From Robert S. Mahurin <rob@utk.edu>.
7566
b3acdf1c41a5 hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents: 7565
diff changeset
2826
7565
1e6443ff960f handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents: 7564
diff changeset
2827 * plot/ChangeLog: Handle axes linewidth property.
1e6443ff960f handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents: 7564
diff changeset
2828
7564
90536e155fde adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents: 7561
diff changeset
2829 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6.
90536e155fde adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents: 7561
diff changeset
2830
7561
a938cd7869b2 __lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents: 7558
diff changeset
2831 * general/interpn.m: New test.
a938cd7869b2 __lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents: 7558
diff changeset
2832
7558
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2833 2008-03-05 Ben Abbott <bpabbott@mac.com>
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2834
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2835 * polynomial/roots.m: Catch Infs and/or NaNs.
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2836
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2837 2008-03-05 Sebastien Loisel <loisel@temple.edu>
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2838
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2839 * polynomial/roots.m: Apply a scaling factor to the removal of the
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2840 leading zeros.
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2841
7555
df583cd2f21e print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents: 7551
diff changeset
2842 2008-03-04 John W. Eaton <jwe@octave.org>
df583cd2f21e print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents: 7551
diff changeset
2843
df583cd2f21e print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents: 7551
diff changeset
2844 * plot/print.m: Fix oops in applying last change.
df583cd2f21e print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents: 7551
diff changeset
2845
7551
5ed0cb9e9584 rectint.m: added
bill@denney.ws
parents: 7550
diff changeset
2846 2008-03-04 Bill Denney <bill@denney.ws>
5ed0cb9e9584 rectint.m: added
bill@denney.ws
parents: 7550
diff changeset
2847
7557
2ba84879f961 allchild.m, findall.m: new functions
bill@denney.ws
parents: 7555
diff changeset
2848 * plot/allchild.m, plot/findall.m: New functions.
2ba84879f961 allchild.m, findall.m: new functions
bill@denney.ws
parents: 7555
diff changeset
2849 * plot/Makefile.in (SOURCES): Add them to the list.
2ba84879f961 allchild.m, findall.m: new functions
bill@denney.ws
parents: 7555
diff changeset
2850
7551
5ed0cb9e9584 rectint.m: added
bill@denney.ws
parents: 7550
diff changeset
2851 * geometry/rectint.m: New function.
7557
2ba84879f961 allchild.m, findall.m: new functions
bill@denney.ws
parents: 7555
diff changeset
2852 * geometry/Makefile.in (SOURCES): Add it to the list.
7551
5ed0cb9e9584 rectint.m: added
bill@denney.ws
parents: 7550
diff changeset
2853
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2854 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com>
7548
9cbf1e2011a3 pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7547
diff changeset
2855
9cbf1e2011a3 pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7547
diff changeset
2856 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in
9cbf1e2011a3 pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7547
diff changeset
2857 isspace handling with cell arrays of strings.
9cbf1e2011a3 pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 7547
diff changeset
2858
7558
690c91f741b8 Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents: 7557
diff changeset
2859 2008-03-04 Ben Abbott <bpabbott@mac.com>
7547
40ca9fb9a314 polyfit.m: Fixed tests.
Ben Abbott <bpabbott@mac.com>
parents: 7543
diff changeset
2860
40ca9fb9a314 polyfit.m: Fixed tests.
Ben Abbott <bpabbott@mac.com>
parents: 7543
diff changeset
2861 * polynomial/polyfit.m: Modified tests to respect a relative tolerance.
40ca9fb9a314 polyfit.m: Fixed tests.
Ben Abbott <bpabbott@mac.com>
parents: 7543
diff changeset
2862
7550
bffb1e2ab732 print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents: 7548
diff changeset
2863 * plot/print.m: Accept a figure handle as an optional input.
bffb1e2ab732 print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents: 7548
diff changeset
2864
7543
b84c5cbc0812 print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents: 7542
diff changeset
2865 2008-02-29 John W. Eaton <jwe@octave.org>
b84c5cbc0812 print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents: 7542
diff changeset
2866
b84c5cbc0812 print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents: 7542
diff changeset
2867 * plot/print.m: Handle gif and jpg devices.
b84c5cbc0812 print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents: 7542
diff changeset
2868
7542
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2869 2008-02-28 John W. Eaton <jwe@octave.org>
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2870
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2871 * plot/__go_draw_axes__.m (get_old_gnuplot_color): New subfunction.
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2872 Use it to replace repeated if/elseif blocks.
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2873
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2874 2008-02-28 Kai Habel <kai.habel@gmx.de>
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2875
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2876 * plot/__go_draw_axes__.m: If facecolor property of a surface is
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2877 "none", don't use pm3d mode and set linestyle correctly.
b1ff001022af __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents: 7540
diff changeset
2878
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2879 2008-02-25 Ben Abbott <bpabbott@mac.com>
7540
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2880
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2881 * control/system/zpout.m, finance/irr.m, general/int2str.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2882 general/num2str.m, miscellaneous/bug_report.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2883 miscellaneous/copyfile.m, miscellaneous/dir.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2884 miscellaneous/edit.m, miscellaneous/fullfile.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2885 miscellaneous/mkoctfile.m, miscellaneous/movefile.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2886 miscellaneous/tempdir.m, miscellaneous/unpack.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2887 path/__extractpath__.m, pkg/pkg.m, plot/__ezplot__.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2888 plot/__go_draw_axes__.m, plot/legend.m, plot/print.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2889 signal/spectral_adf.m, signal/spectral_xdf.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2890 statistics/tests/z_test.m, statistics/tests/z_test_2.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2891 strings/Makefile.in, strings/strcat.m, strings/strvcat.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2892 testfun/assert.m, testfun/demo.m, testfun/speed.m,
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2893 testfun/test.m: Use cstrcat instead of strcat.
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2894
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2895 * strings/strcat.m: New compatible version.
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2896
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2897 * strings/cstrcat.m: Rename from strings/strcat.m.
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
2898
7530
bb0f2353cff5 new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents: 7525
diff changeset
2899 2008-02-25 John W. Eaton <jwe@octave.org>
bb0f2353cff5 new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents: 7525
diff changeset
2900
bb0f2353cff5 new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents: 7525
diff changeset
2901 * strings/isstrprop.m: New file.
bb0f2353cff5 new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents: 7525
diff changeset
2902
7525
3feb6e9643cd unpack.m: pass "-f -" to tar
Ryan Hinton
parents: 7522
diff changeset
2903 2008-02-25 Ryan Hinton <rwh4s@virginia.edu>
3feb6e9643cd unpack.m: pass "-f -" to tar
Ryan Hinton
parents: 7522
diff changeset
2904
3feb6e9643cd unpack.m: pass "-f -" to tar
Ryan Hinton
parents: 7522
diff changeset
2905 * miscellaneous/unpack.m: Use "-f -" args for tar.
3feb6e9643cd unpack.m: pass "-f -" to tar
Ryan Hinton
parents: 7522
diff changeset
2906
7522
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7518
diff changeset
2907 2008-02-24 John W. Eaton <jwe@octave.org>
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7518
diff changeset
2908
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7518
diff changeset
2909 * specfun/log2.m: Ensure returned value of F strictly less than 1.
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7518
diff changeset
2910 From Dave Hawthorne <davehawthorne@ieee.org>.
8a6965a01176 log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents: 7518
diff changeset
2911
7518
76c8b57d95dc changelog fix
John W. Eaton <jwe@octave.org>
parents: 7515
diff changeset
2912 2008-02-22 Ben Abbott <bpabbott@mac.com>
76c8b57d95dc changelog fix
John W. Eaton <jwe@octave.org>
parents: 7515
diff changeset
2913
76c8b57d95dc changelog fix
John W. Eaton <jwe@octave.org>
parents: 7515
diff changeset
2914 * specfun/legendre.m: Doc fix.
76c8b57d95dc changelog fix
John W. Eaton <jwe@octave.org>
parents: 7515
diff changeset
2915
7515
f3c00dc0912b Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents: 7514
diff changeset
2916 2008-02-22 David Bateman <dbateman@free.fr>
f3c00dc0912b Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents: 7514
diff changeset
2917
f3c00dc0912b Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents: 7514
diff changeset
2918 * sparse/pcg.m, sparse/spdiags, spstats.m: Remove references to
f3c00dc0912b Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents: 7514
diff changeset
2919 spdiag.
f3c00dc0912b Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents: 7514
diff changeset
2920
7513
05eb3486f650 __stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents: 7511
diff changeset
2921 2008-02-22 John W. Eaton <jwe@octave.org>
05eb3486f650 __stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents: 7511
diff changeset
2922
7514
4f6a73fd8df9 fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents: 7513
diff changeset
2923 * miscellaneous/fullfile.m: Improve handling of empty args and
4f6a73fd8df9 fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents: 7513
diff changeset
2924 args ending with filesep.
4f6a73fd8df9 fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents: 7513
diff changeset
2925
7513
05eb3486f650 __stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents: 7511
diff changeset
2926 * control/base/__stepimp__.m: Don't use subplot for just one plot.
05eb3486f650 __stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents: 7511
diff changeset
2927
7510
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2928 2008-02-21 John W. Eaton <jwe@octave.org>
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2929
7511
f028e7aa77a7 imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents: 7510
diff changeset
2930 * image/imshow.m: Call axis ("image").
f028e7aa77a7 imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents: 7510
diff changeset
2931 From Michael G. Ross <mgross@MIT.EDU>.
f028e7aa77a7 imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents: 7510
diff changeset
2932
7510
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2933 * plot/errorbar.m: If nargout > 0, return vector of handles to
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2934 line objects.
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2935 * plot/__go_draw_axes__.m: Improve handling of line style for
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2936 errorbar plots.
f3e6ada67d9e improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents: 7507
diff changeset
2937
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2938 2008-02-20 Marco Caliari <marco.caliari@univr.it>
7507
bc6573d2fa40 legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents: 7505
diff changeset
2939
bc6573d2fa40 legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents: 7505
diff changeset
2940 * specfun/legendre.m: Accept normalization options ("sch", "norm"),
bc6573d2fa40 legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents: 7505
diff changeset
2941 and improve stability for higher orders.
bc6573d2fa40 legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents: 7505
diff changeset
2942
7504
ddcf233d765b detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents: 7502
diff changeset
2943 2008-02-20 John W. Eaton <jwe@octave.org>
ddcf233d765b detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents: 7502
diff changeset
2944
ddcf233d765b detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents: 7502
diff changeset
2945 * strings/strcat.m: Detect cellstr args.
ddcf233d765b detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents: 7502
diff changeset
2946
7505
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2947 2008-02-20 David Bateman <dbateman@free.fr>
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2948
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2949 * sparse/colperm.m, sparse/nonzero.m, sparse/spdiags.m,
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2950 sparse/spfun.m, sparse/spones.m, sparse/sprand.m,
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2951 sparse/sprandn.m, sparse/sprandsym.m, sparse/spy.m: Use generic
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2952 version of find rather than spfind.
f5005d9510f4 Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents: 7504
diff changeset
2953
7499
94d0cdd60dda Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 7498
diff changeset
2954 2008-02-19 Ben Abbott <bpabbott@mac.com>
94d0cdd60dda Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 7498
diff changeset
2955
7502
2ce6b4258e96 Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents: 7501
diff changeset
2956 * miscellaneous/edit.m: New option EDITINPLACE. Prefer file list
2ce6b4258e96 Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents: 7501
diff changeset
2957 rather than path list. Return option structure with "get all".
2ce6b4258e96 Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents: 7501
diff changeset
2958
7501
83cce070104f style fixes
John W. Eaton <jwe@octave.org>
parents: 7499
diff changeset
2959 * polynomial/polyfit.m: Use QR decomposition. Handle
83cce070104f style fixes
John W. Eaton <jwe@octave.org>
parents: 7499
diff changeset
2960 normalization option.
83cce070104f style fixes
John W. Eaton <jwe@octave.org>
parents: 7499
diff changeset
2961 * polynomial/polyval.m: Normalize dependent variable. Optionally
83cce070104f style fixes
John W. Eaton <jwe@octave.org>
parents: 7499
diff changeset
2962 generate 50% prediction intervals.
83cce070104f style fixes
John W. Eaton <jwe@octave.org>
parents: 7499
diff changeset
2963
7499
94d0cdd60dda Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 7498
diff changeset
2964 * miscellaneous/ver.m: Include package version information in
94d0cdd60dda Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 7498
diff changeset
2965 output. Improve consistency with Matlab.
94d0cdd60dda Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents: 7498
diff changeset
2966
7498
a939fb03a137 pkg.m style fixes
John W. Eaton <jwe@octave.org>
parents: 7497
diff changeset
2967 2008-02-19 John W. Eaton <jwe@octave.org>
a939fb03a137 pkg.m style fixes
John W. Eaton <jwe@octave.org>
parents: 7497
diff changeset
2968
a939fb03a137 pkg.m style fixes
John W. Eaton <jwe@octave.org>
parents: 7497
diff changeset
2969 * pkg/pkg.m: Style fixes.
a939fb03a137 pkg.m style fixes
John W. Eaton <jwe@octave.org>
parents: 7497
diff changeset
2970
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
2971 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com>
7497
bb7cc90cdc5e added describe command to pkg
carlo@guglielmo.local
parents: 7494
diff changeset
2972
bb7cc90cdc5e added describe command to pkg
carlo@guglielmo.local
parents: 7494
diff changeset
2973 * pkg/pkg.m: Handle 'describe' command.
bb7cc90cdc5e added describe command to pkg
carlo@guglielmo.local
parents: 7494
diff changeset
2974 (parse_pkg_idx, print_package_description): New subfunctions.
bb7cc90cdc5e added describe command to pkg
carlo@guglielmo.local
parents: 7494
diff changeset
2975
7493
f1bce8450fd0 [mq]: tmp-patch
John W. Eaton <jwe@octave.org>
parents: 7485
diff changeset
2976 2008-02-19 Bill Denney <bill@denney.ws>
f1bce8450fd0 [mq]: tmp-patch
John W. Eaton <jwe@octave.org>
parents: 7485
diff changeset
2977
f1bce8450fd0 [mq]: tmp-patch
John W. Eaton <jwe@octave.org>
parents: 7485
diff changeset
2978 * time/datestr.m: Avoid confusion for datenum vectors that are 6
f1bce8450fd0 [mq]: tmp-patch
John W. Eaton <jwe@octave.org>
parents: 7485
diff changeset
2979 elements wide.
f1bce8450fd0 [mq]: tmp-patch
John W. Eaton <jwe@octave.org>
parents: 7485
diff changeset
2980
7494
bd2bd04e68ca Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents: 7493
diff changeset
2981 2008-02-18 David Bateman <dbateman@free.fr>
bd2bd04e68ca Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents: 7493
diff changeset
2982
bd2bd04e68ca Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents: 7493
diff changeset
2983 * general/rem.m, general/mod.m: Treat integer types correctly.
bd2bd04e68ca Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents: 7493
diff changeset
2984
7485
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7484
diff changeset
2985 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi>
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7484
diff changeset
2986
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7484
diff changeset
2987 * statistics/tests/kruskal_wallis_test.m: Handle ties.
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7484
diff changeset
2988 * general/runlength.m: New function from Paul Kienzle.
fe2d956d9007 handle ties in kruskal_wallis_test
Timo Lindfors
parents: 7484
diff changeset
2989
7484
e7485946272b new norm arg for cond
John W. Eaton <jwe@octave.org>
parents: 7475
diff changeset
2990 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de>
e7485946272b new norm arg for cond
John W. Eaton <jwe@octave.org>
parents: 7475
diff changeset
2991
e7485946272b new norm arg for cond
John W. Eaton <jwe@octave.org>
parents: 7475
diff changeset
2992 * linear-algebra/cond.m: New optional second argument to
e7485946272b new norm arg for cond
John W. Eaton <jwe@octave.org>
parents: 7475
diff changeset
2993 specify 1-norm, inf-norm, or frobenius-norm.
e7485946272b new norm arg for cond
John W. Eaton <jwe@octave.org>
parents: 7475
diff changeset
2994
7475
aa5208636bea Fixes for quiver3
Kostas Poulios
parents: 7474
diff changeset
2995 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com>
aa5208636bea Fixes for quiver3
Kostas Poulios
parents: 7474
diff changeset
2996
aa5208636bea Fixes for quiver3
Kostas Poulios
parents: 7474
diff changeset
2997 * plot/__quiver__.m: make arrow head be in z-plane of the arrow
aa5208636bea Fixes for quiver3
Kostas Poulios
parents: 7474
diff changeset
2998 body. Allow the linespec to specify the arrow color.
aa5208636bea Fixes for quiver3
Kostas Poulios
parents: 7474
diff changeset
2999
7471
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3000 2008-02-12 David Bateman <dbateman@free.fr>
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3001
7474
318c54123d28 changelog fix
John W. Eaton <jwe@octave.org>
parents: 7473
diff changeset
3002 * miscellaneous/cast.m: Also treat the logical type.
318c54123d28 changelog fix
John W. Eaton <jwe@octave.org>
parents: 7473
diff changeset
3003
7472
2d8315dcd8d2 Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents: 7471
diff changeset
3004 * plot/__go_draw_axes__.m: Set pm3d implict to fix colorbars on
2d8315dcd8d2 Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents: 7471
diff changeset
3005 contour plots.
2d8315dcd8d2 Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents: 7471
diff changeset
3006
7471
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3007 * plot/__go_draw_axes__.m: Use the cdatamapping property to set
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3008 the cbrange.
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3009 * plot/__img__.m: Set cdatamapping to "direct".
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3010 * plot/imagesc.m: Set cdatamapping to "scaled".
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3011
7461
da8e4aa06134 limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents: 7436
diff changeset
3012 2008-02-08 Julien Pommier <pommier@pianoteq.com>
da8e4aa06134 limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents: 7436
diff changeset
3013
da8e4aa06134 limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents: 7436
diff changeset
3014 * audio/wavread.m: Limit data read to end of data chunk.
da8e4aa06134 limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents: 7436
diff changeset
3015
7471
86ba621332ff Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents: 7462
diff changeset
3016 2008-02-08 David Bateman <dbateman@free.fr>
7462
dfcaf7ed48e3 Allow linewidth to be specified for contours
David Bateman
parents: 7461
diff changeset
3017
dfcaf7ed48e3 Allow linewidth to be specified for contours
David Bateman
parents: 7461
diff changeset
3018 * plot/__contour__.m: Respect the graphic handle options that are
dfcaf7ed48e3 Allow linewidth to be specified for contours
David Bateman
parents: 7461
diff changeset
3019 passed.
dfcaf7ed48e3 Allow linewidth to be specified for contours
David Bateman
parents: 7461
diff changeset
3020 * plot/__go_draw_axes__.m: Respect the linewidth for patch objects.
dfcaf7ed48e3 Allow linewidth to be specified for contours
David Bateman
parents: 7461
diff changeset
3021
7436
7d06a404b8f9 [project @ 2008-02-01 06:57:50 by jwe]
jwe
parents: 7434
diff changeset
3022 2008-02-01 Dave Goel <deego3@gmail.com>
7d06a404b8f9 [project @ 2008-02-01 06:57:50 by jwe]
jwe
parents: 7434
diff changeset
3023
7d06a404b8f9 [project @ 2008-02-01 06:57:50 by jwe]
jwe
parents: 7434
diff changeset
3024 * signal/arch_rnd.m: Correctly index E and Y vectors.
7d06a404b8f9 [project @ 2008-02-01 06:57:50 by jwe]
jwe
parents: 7434
diff changeset
3025
7434
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3026 2008-02-01 Bill Denney <bill@denney.ws>
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3027
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3028 * time/weekday.m: Allow vector inputs and speed up.
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3029 * time/eomday.m: Return column vector for column vector inputs.
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3030
7429
744f522dbabe [project @ 2008-01-30 07:44:07 by jwe]
jwe
parents: 7428
diff changeset
3031 2008-01-30 John W. Eaton <jwe@octave.org>
744f522dbabe [project @ 2008-01-30 07:44:07 by jwe]
jwe
parents: 7428
diff changeset
3032
7434
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3033 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3034 revision".
600a3af7963e [project @ 2008-02-01 06:32:06 by jwe]
jwe
parents: 7431
diff changeset
3035
7431
1edef460c5fe [project @ 2008-01-30 08:13:52 by jwe]
jwe
parents: 7430
diff changeset
3036 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and
1edef460c5fe [project @ 2008-01-30 08:13:52 by jwe]
jwe
parents: 7430
diff changeset
3037 __plt2vs__.m in the list.
1edef460c5fe [project @ 2008-01-30 08:13:52 by jwe]
jwe
parents: 7430
diff changeset
3038
7430
8b7c7998d78f [project @ 2008-01-30 07:57:35 by jwe]
jwe
parents: 7429
diff changeset
3039 * miscellaneous/tempdir.m: Append filesep to name for
8b7c7998d78f [project @ 2008-01-30 07:57:35 by jwe]
jwe
parents: 7429
diff changeset
3040 compatibility. Warn if not a directory or directory does not
8b7c7998d78f [project @ 2008-01-30 07:57:35 by jwe]
jwe
parents: 7429
diff changeset
3041 exist.
8b7c7998d78f [project @ 2008-01-30 07:57:35 by jwe]
jwe
parents: 7429
diff changeset
3042
7429
744f522dbabe [project @ 2008-01-30 07:44:07 by jwe]
jwe
parents: 7428
diff changeset
3043 * strings/deblank.m: Improve compatibility.
744f522dbabe [project @ 2008-01-30 07:44:07 by jwe]
jwe
parents: 7428
diff changeset
3044
7428
0c11c6907c38 [project @ 2008-01-29 23:28:10 by jwe]
jwe
parents: 7425
diff changeset
3045 2008-01-29 John W. Eaton <jwe@octave.org>
0c11c6907c38 [project @ 2008-01-29 23:28:10 by jwe]
jwe
parents: 7425
diff changeset
3046
0c11c6907c38 [project @ 2008-01-29 23:28:10 by jwe]
jwe
parents: 7425
diff changeset
3047 * strings/str2double.m: Delete unused variable FLAG_OCTAVE.
0c11c6907c38 [project @ 2008-01-29 23:28:10 by jwe]
jwe
parents: 7425
diff changeset
3048
0c11c6907c38 [project @ 2008-01-29 23:28:10 by jwe]
jwe
parents: 7425
diff changeset
3049 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com>
7425
fe4a43e1d1d3 [project @ 2008-01-28 09:13:01 by jwe]
jwe
parents: 7423
diff changeset
3050
fe4a43e1d1d3 [project @ 2008-01-28 09:13:01 by jwe]
jwe
parents: 7423
diff changeset
3051 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m:
fe4a43e1d1d3 [project @ 2008-01-28 09:13:01 by jwe]
jwe
parents: 7423
diff changeset
3052 Return the label handle, not the current axis handle.
fe4a43e1d1d3 [project @ 2008-01-28 09:13:01 by jwe]
jwe
parents: 7423
diff changeset
3053
7421
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3054 2008-01-25 Alexander Barth <barth.alexander@gmail.com>
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3055
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3056 * general/interpn.m: Compatibility fix. Don't ndgrid vector
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3057 abscissa.
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3058
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3059 2008-01-25 David Bateman <dbateman@free.fr>
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3060
7423
342a48abed2a [project @ 2008-01-25 23:54:47 by dbateman]
dbateman
parents: 7421
diff changeset
3061 * general/__splinen__.m: Treat mixed orientation vectors.
7421
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3062 * plot/__scatter__.m: Remove NaN values from data.
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3063 * plot/__patch__.m: Vectorize treatment of trailing NaN values.
1c7b3e1fda19 [project @ 2008-01-25 21:00:42 by dbateman]
dbateman
parents: 7418
diff changeset
3064
7418
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3065 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com>
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3066
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3067 * linear-algebra/trace.m: Test cases for non 2-d args.
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3068
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3069 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk>
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3070
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3071 * geometry/griddata3.m: Call griddata, not gridata.
42b70df74c21 [project @ 2008-01-25 07:19:27 by jwe]
jwe
parents: 7415
diff changeset
3072
7415
2da391ef7f55 [project @ 2008-01-24 07:40:58 by jwe]
jwe
parents: 7411
diff changeset
3073 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at>
2da391ef7f55 [project @ 2008-01-24 07:40:58 by jwe]
jwe
parents: 7411
diff changeset
3074
2da391ef7f55 [project @ 2008-01-24 07:40:58 by jwe]
jwe
parents: 7411
diff changeset
3075 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly.
2da391ef7f55 [project @ 2008-01-24 07:40:58 by jwe]
jwe
parents: 7411
diff changeset
3076
7411
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3077 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com>
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3078
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3079 * linear-algebra/cond.m, linear-algebra/trace.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3080 Move tests here from test/test_linalg.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3081
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3082 * general/diff.m, general/fliplr.m, general/flipud.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3083 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3084 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3085 special-matrix/hankel.m, special-matrix/hilb.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3086 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3087 special-matrix/toeplitz.m, special-matrix/vander.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3088 Move tests here from test/test_matrix.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3089
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3090 * general/isscalar.m, general/issquare.m, general/isvector.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3091 Move tests here from test/test_number.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3092
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3093 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3094 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3095 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3096 polynomial/polyvalm.m, polynomial/roots.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3097 Move tests here from test/test_poly.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3098
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3099 * signal/unwrap.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3100 Move tests here from test/test_signal.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3101
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3102 * statistics/base/corrcoef.m, statistics/base/cov.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3103 statistics/base/kurtosis.m, statistics/base/mahalanobis.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3104 statistics/base/mean.m, statistics/base/median.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3105 statistics/base/skewness.m, statistics/base/std.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3106 Move tests here from test/test_stats.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3107
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3108 * general/int2str.m, general/num2str.m, strings/bin2dec.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3109 strings/blanks.m, strings/deblank.m, strings/dec2bin.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3110 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3111 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3112 strings/str2num.m, strings/strcat.m, strings/strrep.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3113 strings/substr.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3114 Move tests here from test/test_string.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3115
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3116 * miscellaneous/computer.m, miscellaneous/ls.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3117 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m,
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3118 time/date.m, time/etime.m, time/is_leap_year.m:
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3119 Move tests here from test/test_system.m.
83a8781b529d [project @ 2008-01-22 21:52:25 by jwe]
jwe
parents: 7410
diff changeset
3120
7410
8a3b2ccc4e11 [project @ 2008-01-22 21:34:24 by jwe]
jwe
parents: 7408
diff changeset
3121 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at>
8a3b2ccc4e11 [project @ 2008-01-22 21:34:24 by jwe]
jwe
parents: 7408
diff changeset
3122
8a3b2ccc4e11 [project @ 2008-01-22 21:34:24 by jwe]
jwe
parents: 7408
diff changeset
3123 * specfun/erfinv.m: Replace z_old and z_new by a single variable z.
8a3b2ccc4e11 [project @ 2008-01-22 21:34:24 by jwe]
jwe
parents: 7408
diff changeset
3124 Simplify initial checks on argument values.
8a3b2ccc4e11 [project @ 2008-01-22 21:34:24 by jwe]
jwe
parents: 7408
diff changeset
3125
7408
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3126 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com>
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3127
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3128 * plot/gnuplot_drawnow.m: New function corresponding to the
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3129 implementation of the gnuplot-based graphics backend (derived from
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3130 drawnow.m).
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3131 * plot/drawnow.m: Deleted (converted to C++).
246f905cb984 [project @ 2008-01-22 19:42:47 by jwe]
jwe
parents: 7401
diff changeset
3132
7401
270f28cfa7a0 [project @ 2008-01-18 08:35:39 by jwe]
jwe
parents: 7399
diff changeset
3133 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de>
270f28cfa7a0 [project @ 2008-01-18 08:35:39 by jwe]
jwe
parents: 7399
diff changeset
3134
270f28cfa7a0 [project @ 2008-01-18 08:35:39 by jwe]
jwe
parents: 7399
diff changeset
3135 * linear-algebra/__norm__.m: Only scale if inf norm is finite.
270f28cfa7a0 [project @ 2008-01-18 08:35:39 by jwe]
jwe
parents: 7399
diff changeset
3136 New tests.
270f28cfa7a0 [project @ 2008-01-18 08:35:39 by jwe]
jwe
parents: 7399
diff changeset
3137
7399
c1a3d6c7d2fb [project @ 2008-01-18 07:37:35 by jwe]
jwe
parents: 7398
diff changeset
3138 2008-01-18 John W. Eaton <jwe@octave.org>
c1a3d6c7d2fb [project @ 2008-01-18 07:37:35 by jwe]
jwe
parents: 7398
diff changeset
3139
c1a3d6c7d2fb [project @ 2008-01-18 07:37:35 by jwe]
jwe
parents: 7398
diff changeset
3140 * optimization/sqp.m: End each function with endfunction.
c1a3d6c7d2fb [project @ 2008-01-18 07:37:35 by jwe]
jwe
parents: 7398
diff changeset
3141
7398
4f403ccc4e30 [project @ 2008-01-18 05:47:59 by jwe]
jwe
parents: 7396
diff changeset
3142 2008-01-18 Ben Abbott <bpabbott@mac.com>
4f403ccc4e30 [project @ 2008-01-18 05:47:59 by jwe]
jwe
parents: 7396
diff changeset
3143
4f403ccc4e30 [project @ 2008-01-18 05:47:59 by jwe]
jwe
parents: 7396
diff changeset
3144 * polynomial/residue.m: For each group of pole multiplicity, set
4f403ccc4e30 [project @ 2008-01-18 05:47:59 by jwe]
jwe
parents: 7396
diff changeset
3145 the poles of the group to the value of the group's average.
4f403ccc4e30 [project @ 2008-01-18 05:47:59 by jwe]
jwe
parents: 7396
diff changeset
3146
7396
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7393
diff changeset
3147 2008-01-17 Tetsuro KURITA <tkurita@mac.com>
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7393
diff changeset
3148
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7393
diff changeset
3149 * plot/print.m: Handle PDF output.
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7393
diff changeset
3150 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals.
0114d8cd1587 [project @ 2008-01-17 21:55:55 by jwe]
jwe
parents: 7393
diff changeset
3151
7392
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3152 2008-01-17 John W. Eaton <jwe@octave.org>
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3153
7393
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3154 * path/savepath.m: Print newline before initial comment line.
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3155 Double up single quote characters.
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3156 * path/__extractpath__.m: Return just the path as a string.
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3157 Undo single quote character doubling.
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3158
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3159 * path/pathdef.m: Avoid eval. Simplify.
a2e8cfe2fd17 [project @ 2008-01-17 08:46:54 by jwe]
jwe
parents: 7392
diff changeset
3160
7392
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3161 * path/pathdef.m: Use fullfile instead of concatenating with filesep.
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3162 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3163 avoid possible file descriptor leak.
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3164
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3165 2008-01-17 Ben Abbott <bpabbott@mac.com>
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3166
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3167 * path/savepath.m: Warn if modified file is not explicitly specified.
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3168 * startup/main-rcfile: Call atexit ("__finish__").
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3169
7388
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3170 2008-01-16 John W. Eaton <jwe@octave.org>
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3171
7390
3a21ee84a432 [project @ 2008-01-16 19:27:20 by jwe]
jwe
parents: 7388
diff changeset
3172 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction.
3a21ee84a432 [project @ 2008-01-16 19:27:20 by jwe]
jwe
parents: 7388
diff changeset
3173 Use it to disable enhanced mode for individual labels and titles.
3a21ee84a432 [project @ 2008-01-16 19:27:20 by jwe]
jwe
parents: 7388
diff changeset
3174
7392
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3175 * startup/Makefile.in (SOURCES): Add __finish__.m to the list.
7388
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3176 (install install-strip, uninstall): Handle function files.
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3177
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3178 2008-01-16 Ben Abbott <bpabbott@mac.com>
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3179
7392
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3180 * startup/__finish__.m: New file.
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3181 * path/__extractpath__.m, path/matlabroot.m,
17f2cdb5232e [project @ 2008-01-17 08:14:32 by jwe]
jwe
parents: 7390
diff changeset
3182 path/pathdef.m: New files.
7388
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3183 * path/Makefile.in (SOURCES): Add them to the list.
0e1ccfe1bf91 [project @ 2008-01-16 06:31:23 by jwe]
jwe
parents: 7387
diff changeset
3184
7385
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3185 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com>
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3186
7387
b429b21abdd4 [project @ 2008-01-15 21:43:11 by jwe]
jwe
parents: 7385
diff changeset
3187 * special-matrix/vander.m: Vectorize. New test.
b429b21abdd4 [project @ 2008-01-15 21:43:11 by jwe]
jwe
parents: 7385
diff changeset
3188
7385
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3189 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m,
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3190 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m,
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3191 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m,
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3192 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m,
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3193 specfun/beta.m, specfun/log2.m, specfun/pow2.m:
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3194 Move tests here from test/test_arith.m.
8b7b4f58199f [project @ 2008-01-15 20:49:09 by jwe]
jwe
parents: 7382
diff changeset
3195
7382
4ec8f8a4f005 [project @ 2008-01-15 19:24:21 by jwe]
jwe
parents: 7379
diff changeset
3196 2008-01-15 John W. Eaton <jwe@octave.org>
4ec8f8a4f005 [project @ 2008-01-15 19:24:21 by jwe]
jwe
parents: 7379
diff changeset
3197
4ec8f8a4f005 [project @ 2008-01-15 19:24:21 by jwe]
jwe
parents: 7379
diff changeset
3198 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')).
4ec8f8a4f005 [project @ 2008-01-15 19:24:21 by jwe]
jwe
parents: 7379
diff changeset
3199
7379
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3200 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com>
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3201
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3202 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m:
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3203 Call __get__ instead of get.
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3204
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3205 2008-01-15 Ben Abbott <bpabbott@mac.com>
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3206
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3207 * linear-algebra/__norm__.m: Avoid divide by zero error for
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3208 Frobenius norm if matrix is all zeros. Use transpose instead of
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3209 hermitian operator.
a78c7bccda91 [project @ 2008-01-15 18:42:29 by jwe]
jwe
parents: 7376
diff changeset
3210
7376
b052b844e094 [project @ 2008-01-15 01:18:39 by jwe]
jwe
parents: 7375
diff changeset
3211 2008-01-14 Bill Denney <bill@denney.ws>
b052b844e094 [project @ 2008-01-15 01:18:39 by jwe]
jwe
parents: 7375
diff changeset
3212
b052b844e094 [project @ 2008-01-15 01:18:39 by jwe]
jwe
parents: 7375
diff changeset
3213 * plot/axis.m: Correctly handle "tight" and "image" options.
b052b844e094 [project @ 2008-01-15 01:18:39 by jwe]
jwe
parents: 7375
diff changeset
3214
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
3215 2008-01-14 S�ren Hauberg <hauberg@gmail.com>
7375
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3216
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3217 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m,
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3218 image/rgb2ntsc.m: Also accept images as input.
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3219
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3220 * image/gray2ind.m: Handle image type other than double.
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3221 Improve error checking and documentation.
4fbfce35012a [project @ 2008-01-15 01:04:06 by jwe]
jwe
parents: 7372
diff changeset
3222
7371
fe9a44d753d6 [project @ 2008-01-14 19:34:22 by jwe]
jwe
parents: 7362
diff changeset
3223 2008-01-14 John W. Eaton <jwe@octave.org>
fe9a44d753d6 [project @ 2008-01-14 19:34:22 by jwe]
jwe
parents: 7362
diff changeset
3224
7372
c51426c80045 [project @ 2008-01-14 19:50:10 by jwe]
jwe
parents: 7371
diff changeset
3225 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi
c51426c80045 [project @ 2008-01-14 19:50:10 by jwe]
jwe
parents: 7371
diff changeset
3226 instead of calling tolower on first arg. Default font name is
c51426c80045 [project @ 2008-01-14 19:50:10 by jwe]
jwe
parents: 7371
diff changeset
3227 Helvetica, not helvetica. Don't downcase user-specified font name.
c51426c80045 [project @ 2008-01-14 19:50:10 by jwe]
jwe
parents: 7371
diff changeset
3228 (__maybe_munge_text__): Fix typo.
c51426c80045 [project @ 2008-01-14 19:50:10 by jwe]
jwe
parents: 7371
diff changeset
3229
7371
fe9a44d753d6 [project @ 2008-01-14 19:34:22 by jwe]
jwe
parents: 7362
diff changeset
3230 * optimization/sqp.m: Fix function definitions in test code.
fe9a44d753d6 [project @ 2008-01-14 19:34:22 by jwe]
jwe
parents: 7362
diff changeset
3231
7361
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3232 2008-01-12 John W. Eaton <jwe@octave.org>
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3233
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3234 * plot/gnuplot_binary.in: New file.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3235 * plot/gnuplot_binary.m: Delete.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3236 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3237 (SOURCES_IN, GEN_M): New macros.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3238 (DISTFILES): Include $(SOURCES_IN) in the list.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3239 (FCN_FILES): Include $(GEN_M) in the list.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3240 (all): Depend on $(GEN_M).
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3241 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule.
7362
94f66d813b2d [project @ 2008-01-12 08:00:37 by jwe]
jwe
parents: 7361
diff changeset
3242 (distclean): Also remove $(GEN_M).
7361
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3243
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3244 2008-01-11 John W. Eaton <jwe@octave.org>
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3245
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3246 * optimization/sqp.m: New test from example in doc string.
a2870fd8ac58 [project @ 2008-01-12 07:50:54 by jwe]
jwe
parents: 7360
diff changeset
3247
7360
1e716cb4b2a3 [project @ 2008-01-11 02:59:02 by jwe]
jwe
parents: 7358
diff changeset
3248 2008-01-10 Ben Abbott <bpabbott@mac.com>
1e716cb4b2a3 [project @ 2008-01-11 02:59:02 by jwe]
jwe
parents: 7358
diff changeset
3249
1e716cb4b2a3 [project @ 2008-01-11 02:59:02 by jwe]
jwe
parents: 7358
diff changeset
3250 * polynomial/mpoles.m: Avoid cases where poles could be assigned
1e716cb4b2a3 [project @ 2008-01-11 02:59:02 by jwe]
jwe
parents: 7358
diff changeset
3251 to more than one multiplicity group.
1e716cb4b2a3 [project @ 2008-01-11 02:59:02 by jwe]
jwe
parents: 7358
diff changeset
3252
7358
6a0d7b8159a0 [project @ 2008-01-10 22:38:05 by jwe]
jwe
parents: 7355
diff changeset
3253 2008-01-10 John W. Eaton <jwe@octave.org>
6a0d7b8159a0 [project @ 2008-01-10 22:38:05 by jwe]
jwe
parents: 7355
diff changeset
3254
6a0d7b8159a0 [project @ 2008-01-10 22:38:05 by jwe]
jwe
parents: 7355
diff changeset
3255 * plot/gnuplot_binary.m: New file.
6a0d7b8159a0 [project @ 2008-01-10 22:38:05 by jwe]
jwe
parents: 7355
diff changeset
3256 * plot/Makefile.in (SOURCES): Add it to the list.
6a0d7b8159a0 [project @ 2008-01-10 22:38:05 by jwe]
jwe
parents: 7355
diff changeset
3257
7355
4e291a77212a [project @ 2008-01-09 20:27:59 by jwe]
jwe
parents: 7352
diff changeset
3258 2008-01-09 John W. Eaton <jwe@octave.org>
4e291a77212a [project @ 2008-01-09 20:27:59 by jwe]
jwe
parents: 7352
diff changeset
3259
4e291a77212a [project @ 2008-01-09 20:27:59 by jwe]
jwe
parents: 7352
diff changeset
3260 * plot/drawnow.m: Fail if filename includes a directory part that
4e291a77212a [project @ 2008-01-09 20:27:59 by jwe]
jwe
parents: 7352
diff changeset
3261 does not exist.
4e291a77212a [project @ 2008-01-09 20:27:59 by jwe]
jwe
parents: 7352
diff changeset
3262
7352
fab9bc33b949 [project @ 2008-01-07 18:54:45 by jwe]
jwe
parents: 7346
diff changeset
3263 2008-01-07 John W. Eaton <jwe@octave.org>
fab9bc33b949 [project @ 2008-01-07 18:54:45 by jwe]
jwe
parents: 7346
diff changeset
3264
fab9bc33b949 [project @ 2008-01-07 18:54:45 by jwe]
jwe
parents: 7346
diff changeset
3265 * miscellaneous/copyfile.m, miscellaneous/movefile.m:
fab9bc33b949 [project @ 2008-01-07 18:54:45 by jwe]
jwe
parents: 7346
diff changeset
3266 Error if glob call fails to match any files.
fab9bc33b949 [project @ 2008-01-07 18:54:45 by jwe]
jwe
parents: 7346
diff changeset
3267
7346
40252ccfcb67 [project @ 2008-01-04 20:26:25 by jwe]
jwe
parents: 7345
diff changeset
3268 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net>
40252ccfcb67 [project @ 2008-01-04 20:26:25 by jwe]
jwe
parents: 7345
diff changeset
3269
40252ccfcb67 [project @ 2008-01-04 20:26:25 by jwe]
jwe
parents: 7345
diff changeset
3270 * strings/strtrim.m: Doc fix.
40252ccfcb67 [project @ 2008-01-04 20:26:25 by jwe]
jwe
parents: 7345
diff changeset
3271
7345
74075b3b54c1 [project @ 2008-01-04 18:42:40 by jwe]
jwe
parents: 7344
diff changeset
3272 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com>
74075b3b54c1 [project @ 2008-01-04 18:42:40 by jwe]
jwe
parents: 7344
diff changeset
3273
74075b3b54c1 [project @ 2008-01-04 18:42:40 by jwe]
jwe
parents: 7344
diff changeset
3274 * general/sub2ind.m, general/ind2sub.m: Doc fix.
74075b3b54c1 [project @ 2008-01-04 18:42:40 by jwe]
jwe
parents: 7344
diff changeset
3275
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
3276 2008-01-04 S�ren Hauberg <hauberg@gmail.com>
7344
4571f691b0ce [project @ 2008-01-04 18:18:22 by jwe]
jwe
parents: 7341
diff changeset
3277
4571f691b0ce [project @ 2008-01-04 18:18:22 by jwe]
jwe
parents: 7341
diff changeset
3278 * set/create_set.m, set/union.m: Accept "rows" argument.
4571f691b0ce [project @ 2008-01-04 18:18:22 by jwe]
jwe
parents: 7341
diff changeset
3279
7341
72b0181c41f1 [project @ 2008-01-02 07:42:04 by jwe]
jwe
parents: 7340
diff changeset
3280 2008-01-02 John W. Eaton <jwe@octave.org>
72b0181c41f1 [project @ 2008-01-02 07:42:04 by jwe]
jwe
parents: 7340
diff changeset
3281
72b0181c41f1 [project @ 2008-01-02 07:42:04 by jwe]
jwe
parents: 7340
diff changeset
3282 * plot/print.m: Correctly handle pbm terminal.
72b0181c41f1 [project @ 2008-01-02 07:42:04 by jwe]
jwe
parents: 7340
diff changeset
3283
7340
615860ec1be0 [project @ 2007-12-29 00:30:20 by jwe]
jwe
parents: 7337
diff changeset
3284 2007-12-28 John W. Eaton <jwe@octave.org>
615860ec1be0 [project @ 2007-12-29 00:30:20 by jwe]
jwe
parents: 7337
diff changeset
3285
615860ec1be0 [project @ 2007-12-29 00:30:20 by jwe]
jwe
parents: 7337
diff changeset
3286 * miscellaneous/edit.m: Use strcat instead of fullfile to add file
615860ec1be0 [project @ 2007-12-29 00:30:20 by jwe]
jwe
parents: 7337
diff changeset
3287 extensions.
615860ec1be0 [project @ 2007-12-29 00:30:20 by jwe]
jwe
parents: 7337
diff changeset
3288
7337
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3289 2007-12-28 David Bateman <dbateman@free.fr>
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3290
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3291 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m,
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3292 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions.
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3293 * Makefile.in (SOURCES): Add to the sources.
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3294
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3295 2007-12-28 Kai Habel <kai.habel@gmx.de>
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3296
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3297 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid.
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3298 Remove unnecessary call of size function.
e70789e0cd92 [project @ 2007-12-28 21:04:44 by jwe]
jwe
parents: 7334
diff changeset
3299
7334
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7333
diff changeset
3300 2007-12-21 John W. Eaton <jwe@octave.org>
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7333
diff changeset
3301
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7333
diff changeset
3302 Version 3.0.0 released.
274d9642ac10 [project @ 2007-12-22 01:42:45 by jwe]
jwe
parents: 7333
diff changeset
3303
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
3304 2007-12-21 S�ren Hauberg <hauberg@gmail.com>
7331
3ed85de5922c [project @ 2007-12-21 17:40:20 by jwe]
jwe
parents: 7329
diff changeset
3305
3ed85de5922c [project @ 2007-12-21 17:40:20 by jwe]
jwe
parents: 7329
diff changeset
3306 * image/imshow.m: Accept empty value for display_range.
3ed85de5922c [project @ 2007-12-21 17:40:20 by jwe]
jwe
parents: 7329
diff changeset
3307
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
3308 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com>
7329
bf3fb3477d2a [project @ 2007-12-20 16:55:26 by jwe]
jwe
parents: 7328
diff changeset
3309
bf3fb3477d2a [project @ 2007-12-20 16:55:26 by jwe]
jwe
parents: 7328
diff changeset
3310 * pkg/pkg.m: Add .lib as architecture-dependent suffix.
bf3fb3477d2a [project @ 2007-12-20 16:55:26 by jwe]
jwe
parents: 7328
diff changeset
3311
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
3312 2007-12-19 S�ren Hauberg <hauberg@gmail.com>
7328
d0784e593d39 [project @ 2007-12-20 07:24:02 by jwe]
jwe
parents: 7327
diff changeset
3313
d0784e593d39 [project @ 2007-12-20 07:24:02 by jwe]
jwe
parents: 7327
diff changeset
3314 * image/imshow.m: Store uint8 images as doubles. Handle default
d0784e593d39 [project @ 2007-12-20 07:24:02 by jwe]
jwe
parents: 7327
diff changeset
3315 display ranges correctly.
d0784e593d39 [project @ 2007-12-20 07:24:02 by jwe]
jwe
parents: 7327
diff changeset
3316
7327
9af6f0a214ee [project @ 2007-12-19 21:39:02 by jwe]
jwe
parents: 7325
diff changeset
3317 2007-12-19 Alexander Barth <barth.alexander@gmail.com>
9af6f0a214ee [project @ 2007-12-19 21:39:02 by jwe]
jwe
parents: 7325
diff changeset
3318 Peter A. Gustafson <petegus@umich.edu>
9af6f0a214ee [project @ 2007-12-19 21:39:02 by jwe]
jwe
parents: 7325
diff changeset
3319
7540
3422f39573b1 strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents: 7530
diff changeset
3320 * plot/contourc.m: Allow usage of irregular spaced x, y data.
7327
9af6f0a214ee [project @ 2007-12-19 21:39:02 by jwe]
jwe
parents: 7325
diff changeset
3321
7325
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3322 2007-12-19 John W. Eaton <jwe@octave.org>
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3323
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3324 * miscellaneous/edit.m: New function.
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3325 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3326
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
3327 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com>
7325
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3328
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3329 * plot/__bar__.m: Handle "basevalue" option.
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3330 * plot/__bars__.m: New arg, base_value.
67aef14de9c2 [project @ 2007-12-19 20:21:11 by jwe]
jwe
parents: 7321
diff changeset
3331
7321
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3332 2007-12-17 David Bateman <dbateman@free.fr>
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3333
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3334 * plot/rose.m, plot/feather.m, plot/compass.m: New functions
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3335 * plot/Makefiles (SOURCES): Add them to the sources
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3336 * plot/polar.m: Set the x and y limits to the maximum polar
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3337 radius. Set the axes to be square.
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3338 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero"
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3339 and print axis at zero if this is used.
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3340
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3341 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3342 contours can overlay pcolor plots. Priveldge no hidden line
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3343 removal when there are multiple objects in the plot.
359f464342b3 [project @ 2007-12-18 03:48:03 by jwe]
jwe
parents: 7320
diff changeset
3344
7320
70ddbed64bad [project @ 2007-12-17 19:25:33 by jwe]
jwe
parents: 7319
diff changeset
3345 2007-12-17 Peter A. Gustafson <petegus@umich.edu>
70ddbed64bad [project @ 2007-12-17 19:25:33 by jwe]
jwe
parents: 7319
diff changeset
3346
70ddbed64bad [project @ 2007-12-17 19:25:33 by jwe]
jwe
parents: 7319
diff changeset
3347 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for
70ddbed64bad [project @ 2007-12-17 19:25:33 by jwe]
jwe
parents: 7319
diff changeset
3348 set (gca (), "[xy]axislocation", "{right|top}", "box", "off").
70ddbed64bad [project @ 2007-12-17 19:25:33 by jwe]
jwe
parents: 7319
diff changeset
3349
7319
4a853a9138e7 [project @ 2007-12-17 19:16:27 by jwe]
jwe
parents: 7318
diff changeset
3350 2007-12-17 Ben Abbott <bpabbott@mac.com>
4a853a9138e7 [project @ 2007-12-17 19:16:27 by jwe]
jwe
parents: 7318
diff changeset
3351
4a853a9138e7 [project @ 2007-12-17 19:16:27 by jwe]
jwe
parents: 7318
diff changeset
3352 * miscellaneous/run.m: Replace script with f when looking for
4a853a9138e7 [project @ 2007-12-17 19:16:27 by jwe]
jwe
parents: 7318
diff changeset
3353 file to run.
4a853a9138e7 [project @ 2007-12-17 19:16:27 by jwe]
jwe
parents: 7318
diff changeset
3354
7316
fac781a4078d [project @ 2007-12-14 17:32:25 by jwe]
jwe
parents: 7315
diff changeset
3355 2007-12-14 David Bateman <dbateman@free.fr>
fac781a4078d [project @ 2007-12-14 17:32:25 by jwe]
jwe
parents: 7315
diff changeset
3356
7317
11c5f1ee553e [project @ 2007-12-14 17:42:55 by jwe]
jwe
parents: 7316
diff changeset
3357 * plot/contour3.m, plot/__contour__.m: Handle linespec.
11c5f1ee553e [project @ 2007-12-14 17:42:55 by jwe]
jwe
parents: 7316
diff changeset
3358 * plot/contour.m: Doc fix.
11c5f1ee553e [project @ 2007-12-14 17:42:55 by jwe]
jwe
parents: 7316
diff changeset
3359 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string.
11c5f1ee553e [project @ 2007-12-14 17:42:55 by jwe]
jwe
parents: 7316
diff changeset
3360 Include linetype in withclause.
11c5f1ee553e [project @ 2007-12-14 17:42:55 by jwe]
jwe
parents: 7316
diff changeset
3361
7316
fac781a4078d [project @ 2007-12-14 17:32:25 by jwe]
jwe
parents: 7315
diff changeset
3362 * plot/__go_draw_axes__.m (__calc_dimensions__): New function.
fac781a4078d [project @ 2007-12-14 17:32:25 by jwe]
jwe
parents: 7315
diff changeset
3363 Use it to determine dimensions. Consolidate all 3-d settings.
fac781a4078d [project @ 2007-12-14 17:32:25 by jwe]
jwe
parents: 7315
diff changeset
3364
7315
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3365 2007-12-13 John W. Eaton <jwe@octave.org>
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3366
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3367 * image/imshow.m: Turn axis visibility off.
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3368 Don't scale true color images.
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3369 * image/image.m: Set axis layer property to "top".
3ceb12c499e9 [project @ 2007-12-13 21:35:36 by jwe]
jwe
parents: 7313
diff changeset
3370
7307
28a9e3d3bf14 [project @ 2007-12-12 18:44:35 by jwe]
jwe
parents: 7305
diff changeset
3371 2007-12-12 John W. Eaton <jwe@octave.org>
28a9e3d3bf14 [project @ 2007-12-12 18:44:35 by jwe]
jwe
parents: 7305
diff changeset
3372
7313
7fd7abd37113 [project @ 2007-12-12 22:36:15 by jwe]
jwe
parents: 7312
diff changeset
3373 * image/loadimage.m: Avoid calling eval. Avoid calling exist.
7fd7abd37113 [project @ 2007-12-12 22:36:15 by jwe]
jwe
parents: 7312
diff changeset
3374
7fd7abd37113 [project @ 2007-12-12 22:36:15 by jwe]
jwe
parents: 7312
diff changeset
3375 * plot/pie.m: Avoid calling "exist".
7fd7abd37113 [project @ 2007-12-12 22:36:15 by jwe]
jwe
parents: 7312
diff changeset
3376
7309
26f42a14d4f6 [project @ 2007-12-12 22:05:38 by jwe]
jwe
parents: 7307
diff changeset
3377 * linear-algebra/condest.m: Use nargin instead of size(varargin,2).
7312
1ebbf0924217 [project @ 2007-12-12 22:19:54 by jwe]
jwe
parents: 7311
diff changeset
3378 Condense argument processing logic. Allow 6 arguments.
1ebbf0924217 [project @ 2007-12-12 22:19:54 by jwe]
jwe
parents: 7311
diff changeset
3379 Use issquare. Avoid calling "exist".
7309
26f42a14d4f6 [project @ 2007-12-12 22:05:38 by jwe]
jwe
parents: 7307
diff changeset
3380
7307
28a9e3d3bf14 [project @ 2007-12-12 18:44:35 by jwe]
jwe
parents: 7305
diff changeset
3381 * plot/__go_draw_axes__.m: Handle the axes layer property.
28a9e3d3bf14 [project @ 2007-12-12 18:44:35 by jwe]
jwe
parents: 7305
diff changeset
3382
7305
84a2e24c75c8 [project @ 2007-12-12 16:45:02 by jwe]
jwe
parents: 7298
diff changeset
3383 2007-12-12 David Bateman <dbateman@free.fr>
84a2e24c75c8 [project @ 2007-12-12 16:45:02 by jwe]
jwe
parents: 7298
diff changeset
3384
84a2e24c75c8 [project @ 2007-12-12 16:45:02 by jwe]
jwe
parents: 7298
diff changeset
3385 * plot/ellipsoid.m: Port from octave-forge, editing for style.
84a2e24c75c8 [project @ 2007-12-12 16:45:02 by jwe]
jwe
parents: 7298
diff changeset
3386 * plot/Makefile.in (SOURCES): Add to the sources.
84a2e24c75c8 [project @ 2007-12-12 16:45:02 by jwe]
jwe
parents: 7298
diff changeset
3387
7290
7c0a18b10c8e [project @ 2007-12-11 18:02:06 by jwe]
jwe
parents: 7288
diff changeset
3388 2007-12-11 John W. Eaton <jwe@octave.org>
7c0a18b10c8e [project @ 2007-12-11 18:02:06 by jwe]
jwe
parents: 7288
diff changeset
3389
7298
d42d8c43d3e7 [project @ 2007-12-11 21:49:31 by jwe]
jwe
parents: 7297
diff changeset
3390 * plot/surf.m: Set xgrid, ygrid, and zgrid on here.
d42d8c43d3e7 [project @ 2007-12-11 21:49:31 by jwe]
jwe
parents: 7297
diff changeset
3391 * plot/surface.m: Not here.
d42d8c43d3e7 [project @ 2007-12-11 21:49:31 by jwe]
jwe
parents: 7297
diff changeset
3392
7297
ec1f6f8baf94 [project @ 2007-12-11 21:25:52 by jwe]
jwe
parents: 7296
diff changeset
3393 * plot/__go_draw_axes__.m: Always use "set grid front". Send a
ec1f6f8baf94 [project @ 2007-12-11 21:25:52 by jwe]
jwe
parents: 7296
diff changeset
3394 subsequent "unset grid" if there is no grid.
ec1f6f8baf94 [project @ 2007-12-11 21:25:52 by jwe]
jwe
parents: 7296
diff changeset
3395
7296
c06476bb301d [project @ 2007-12-11 21:21:32 by jwe]
jwe
parents: 7295
diff changeset
3396 * plot/__go_draw_axes__.m: Include "front" in "set label" options.
c06476bb301d [project @ 2007-12-11 21:21:32 by jwe]
jwe
parents: 7295
diff changeset
3397
7293
d45fc511fc5d [project @ 2007-12-11 18:23:06 by jwe]
jwe
parents: 7292
diff changeset
3398 * plot/surface.m: Don't set facecolor property in call to
d45fc511fc5d [project @ 2007-12-11 18:23:06 by jwe]
jwe
parents: 7292
diff changeset
3399 __go_surface__.
d45fc511fc5d [project @ 2007-12-11 18:23:06 by jwe]
jwe
parents: 7292
diff changeset
3400
7290
7c0a18b10c8e [project @ 2007-12-11 18:02:06 by jwe]
jwe
parents: 7288
diff changeset
3401 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions.
7c0a18b10c8e [project @ 2007-12-11 18:02:06 by jwe]
jwe
parents: 7288
diff changeset
3402 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases.
7c0a18b10c8e [project @ 2007-12-11 18:02:06 by jwe]
jwe
parents: 7288
diff changeset
3403
7292
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3404 2007-12-11 Kai Habel <kai.habel@gmx.de>
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3405
7295
e00828759d1b [project @ 2007-12-11 19:23:34 by jwe]
jwe
parents: 7293
diff changeset
3406 * plot/__patch__.m: Fix typo. Improve argument checking, so that a
e00828759d1b [project @ 2007-12-11 19:23:34 by jwe]
jwe
parents: 7293
diff changeset
3407 color string is not taken as z value.
e00828759d1b [project @ 2007-12-11 19:23:34 by jwe]
jwe
parents: 7293
diff changeset
3408
7292
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3409 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3410 zgrid to "on" and box to "off" for used axes.
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3411
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3412 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m,
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3413 plot/slice.m: Use size_equal(var1,var2,...) when possible.
5e90111a28b3 [project @ 2007-12-11 18:13:34 by jwe]
jwe
parents: 7290
diff changeset
3414
7286
c0c6aa5afff4 [project @ 2007-12-11 16:52:56 by jwe]
jwe
parents: 7285
diff changeset
3415 2007-12-11 David Bateman <dbateman@free.fr>
c0c6aa5afff4 [project @ 2007-12-11 16:52:56 by jwe]
jwe
parents: 7285
diff changeset
3416
7288
1885f4c7e4b3 [project @ 2007-12-11 17:19:44 by jwe]
jwe
parents: 7287
diff changeset
3417 * miscelleaneous/fullfile.m: Ignore empty arguments.
1885f4c7e4b3 [project @ 2007-12-11 17:19:44 by jwe]
jwe
parents: 7287
diff changeset
3418
7287
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7286
diff changeset
3419 * sparse/spstats.m: Drop argument to Fsparse to force mutation.
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7286
diff changeset
3420 * statistics/base/mode.m: Ditto.
3f29467c1667 [project @ 2007-12-11 17:03:32 by jwe]
jwe
parents: 7286
diff changeset
3421
7286
c0c6aa5afff4 [project @ 2007-12-11 16:52:56 by jwe]
jwe
parents: 7285
diff changeset
3422 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as
c0c6aa5afff4 [project @ 2007-12-11 16:52:56 by jwe]
jwe
parents: 7285
diff changeset
3423 object handles are all now non integer.
c0c6aa5afff4 [project @ 2007-12-11 16:52:56 by jwe]
jwe
parents: 7285
diff changeset
3424
7278
f1c1d837ba9f [project @ 2007-12-10 20:30:17 by jwe]
jwe
parents: 7277
diff changeset
3425 2007-12-10 John W. Eaton <jwe@octave.org>
f1c1d837ba9f [project @ 2007-12-10 20:30:17 by jwe]
jwe
parents: 7277
diff changeset
3426
7282
30100a15625c [project @ 2007-12-10 21:42:11 by jwe]
jwe
parents: 7281
diff changeset
3427 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh.
30100a15625c [project @ 2007-12-10 21:42:11 by jwe]
jwe
parents: 7281
diff changeset
3428
7281
add731f4024d [project @ 2007-12-10 21:31:14 by jwe]
jwe
parents: 7280
diff changeset
3429 * general/issymmetric.m: Use ' instead of .' for compatibility
add731f4024d [project @ 2007-12-10 21:31:14 by jwe]
jwe
parents: 7280
diff changeset
3430 with previous versions of Octave.
add731f4024d [project @ 2007-12-10 21:31:14 by jwe]
jwe
parents: 7280
diff changeset
3431 * general/ishermitian.m: Delete.
7285
c8d362c69013 [project @ 2007-12-11 01:54:19 by jwe]
jwe
parents: 7282
diff changeset
3432 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list.
7281
add731f4024d [project @ 2007-12-10 21:31:14 by jwe]
jwe
parents: 7280
diff changeset
3433
7280
96f86c256ca0 [project @ 2007-12-10 21:12:51 by jwe]
jwe
parents: 7279
diff changeset
3434 * plot/fplot.m: In N is not specified, increase initial number of
96f86c256ca0 [project @ 2007-12-10 21:12:51 by jwe]
jwe
parents: 7279
diff changeset
3435 points from 3 and 5 to 5 and 8.
96f86c256ca0 [project @ 2007-12-10 21:12:51 by jwe]
jwe
parents: 7279
diff changeset
3436
7279
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7278
diff changeset
3437 * signal/detrend.m: Move tests here from test/test_signal.m.
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7278
diff changeset
3438 Loosen tolerance on first test from 10*eps to 20*eps.
72b5e1701da2 [project @ 2007-12-10 21:01:48 by jwe]
jwe
parents: 7278
diff changeset
3439
7278
f1c1d837ba9f [project @ 2007-12-10 20:30:17 by jwe]
jwe
parents: 7277
diff changeset
3440 * finance/rate.m: Don't request info from fsolve.
f1c1d837ba9f [project @ 2007-12-10 20:30:17 by jwe]
jwe
parents: 7277
diff changeset
3441
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
3442 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com>
7277
0c733917b6c8 [project @ 2007-12-10 20:14:39 by jwe]
jwe
parents: 7276
diff changeset
3443
0c733917b6c8 [project @ 2007-12-10 20:14:39 by jwe]
jwe
parents: 7276
diff changeset
3444 * plot/__line__.m: Pass initial property/value pairs to __go_line__.
0c733917b6c8 [project @ 2007-12-10 20:14:39 by jwe]
jwe
parents: 7276
diff changeset
3445 * plot/surface.m: Pass initial property/value pairs to __go_surface__.
0c733917b6c8 [project @ 2007-12-10 20:14:39 by jwe]
jwe
parents: 7276
diff changeset
3446
7276
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3447 2007-12-10 David Bateman <dbateman@free.fr>
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3448
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3449 * image/image.m: Rewritten to allow trailing properties to be
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3450 passed to underlying image object.
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3451 * image/__img__.m: Pass additional arguments to __go_image__.
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3452 * plot/__patch__.m: Don't set clim, rely on autoscaling.
1e8e64d71e34 [project @ 2007-12-10 20:09:59 by jwe]
jwe
parents: 7274
diff changeset
3453
7274
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3454 2007-12-10 John W. Eaton <jwe@octave.org>
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3455
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3456 * plot/__go_draw_axes__.m: If we have a grid, send "set grid
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3457 front" to gnuplot.
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3458
7271
c18512d0ddb6 [project @ 2007-12-10 06:52:51 by jwe]
jwe
parents: 7269
diff changeset
3459 2007-12-10 David Bateman <dbateman@free.fr>
c18512d0ddb6 [project @ 2007-12-10 06:52:51 by jwe]
jwe
parents: 7269
diff changeset
3460
7274
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3461 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set
7271
c18512d0ddb6 [project @ 2007-12-10 06:52:51 by jwe]
jwe
parents: 7269
diff changeset
3462 border front" from images.
7274
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3463 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot.
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3464 * plot/pcolor.m: Set axis "box" property.
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3465 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m:
44fdc33e5207 [project @ 2007-12-10 07:36:50 by jwe]
jwe
parents: 7271
diff changeset
3466 Mark as commands.
7271
c18512d0ddb6 [project @ 2007-12-10 06:52:51 by jwe]
jwe
parents: 7269
diff changeset
3467
7269
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3468 2007-12-07 David Bateman <dbateman@free.fr>
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3469
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3470 * plot/surf.m: Don't set facecolor property.
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3471
7265
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3472 2007-12-06 John W. Eaton <jwe@octave.org>
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3473
7269
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3474 * plot/print.m: Pass mono to drawnow.
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3475 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__.
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3476 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes.
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3477 * plot/__go_draw_axes__.m: New arg, mono. If mono is true,
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3478 disable color specifications.
3fade00a6ac7 [project @ 2007-12-07 19:26:20 by jwe]
jwe
parents: 7265
diff changeset
3479
7265
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3480 * general/issymmetric.m: Move tests here from test/test_number.m
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3481
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3482 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu>
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3483
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3484 * general/issymmetric.m: To keep its argument sparse and the
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3485 function quick, use the infinity norm rather than the 2-norm.
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3486 Also measure the symmetric part rather than the Hermitian part.
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3487 * general/ishermitian.m: New file. Measure the Hermitian part.
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3488 * general/Makefile.in: Add ishermitian.m to SOURCES.
7da4a5262e2e [project @ 2007-12-06 19:16:47 by jwe]
jwe
parents: 7257
diff changeset
3489
7248
ffca9912dc82 [project @ 2007-12-04 17:17:39 by jwe]
jwe
parents: 7245
diff changeset
3490 2007-12-04 John W. Eaton <jwe@octave.org>
ffca9912dc82 [project @ 2007-12-04 17:17:39 by jwe]
jwe
parents: 7245
diff changeset
3491
7257
e8a3e3e33490 [project @ 2007-12-05 01:18:41 by jwe]
jwe
parents: 7250
diff changeset
3492 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot
e8a3e3e33490 [project @ 2007-12-05 01:18:41 by jwe]
jwe
parents: 7250
diff changeset
3493 text and label commands if font is "*".
e8a3e3e33490 [project @ 2007-12-05 01:18:41 by jwe]
jwe
parents: 7250
diff changeset
3494
7248
ffca9912dc82 [project @ 2007-12-04 17:17:39 by jwe]
jwe
parents: 7245
diff changeset
3495 * linear-algebra/krylov.m: Doc fixes.
ffca9912dc82 [project @ 2007-12-04 17:17:39 by jwe]
jwe
parents: 7245
diff changeset
3496 From Marco Caliari <caliari@sci.univr.it>.
ffca9912dc82 [project @ 2007-12-04 17:17:39 by jwe]
jwe
parents: 7245
diff changeset
3497
7250
0ff0883fb121 [project @ 2007-12-04 18:12:32 by jwe]
jwe
parents: 7248
diff changeset
3498 2007-12-04 Kai Habel <kai.habel@gmx.de>
0ff0883fb121 [project @ 2007-12-04 18:12:32 by jwe]
jwe
parents: 7248
diff changeset
3499
0ff0883fb121 [project @ 2007-12-04 18:12:32 by jwe]
jwe
parents: 7248
diff changeset
3500 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument.
0ff0883fb121 [project @ 2007-12-04 18:12:32 by jwe]
jwe
parents: 7248
diff changeset
3501 Add "## PKG_ADD: mark_as_command axis" line.
0ff0883fb121 [project @ 2007-12-04 18:12:32 by jwe]
jwe
parents: 7248
diff changeset
3502
7245
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3503 2007-12-03 John W. Eaton <jwe@octave.org>
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3504
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3505 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m,
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3506 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m,
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3507 slice.m, sombrero.m, stairs.m, stem.m, stem3.m:
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3508 Generate demos from examples.
d65670971cbc [project @ 2007-12-04 03:03:54 by jwe]
jwe
parents: 7243
diff changeset
3509
7240
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3510 2007-12-03 David Bateman <dbateman@free.fr>
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3511
7243
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7242
diff changeset
3512 * testfun/test.m: Disable "testif" test block to avoid spurious
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7242
diff changeset
3513 skipped test for "make check". Avoid printing variables for
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7242
diff changeset
3514 skipped tests.
e8d7eed42935 [project @ 2007-12-04 02:10:17 by jwe]
jwe
parents: 7242
diff changeset
3515
7242
e4398e3903be [project @ 2007-12-03 23:52:07 by dbateman]
dbateman
parents: 7240
diff changeset
3516 * testfun/test.m: Add "testif" type to allow for conditional tests.
e4398e3903be [project @ 2007-12-03 23:52:07 by dbateman]
dbateman
parents: 7240
diff changeset
3517
7240
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3518 * plot/plotyy.m: Use activepositionproperty property of axes
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3519 object. Set second axis color to "none".
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3520 * plot/__go_draw_axes__.m: Respect the activepositionproperty
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3521 property of the axis objects.
3a695b7adf8e [project @ 2007-12-03 20:16:36 by dbateman]
dbateman
parents: 7239
diff changeset
3522
7239
7d7f05863f27 [project @ 2007-12-03 20:10:06 by jwe]
jwe
parents: 7236
diff changeset
3523 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net>
7d7f05863f27 [project @ 2007-12-03 20:10:06 by jwe]
jwe
parents: 7236
diff changeset
3524
7d7f05863f27 [project @ 2007-12-03 20:10:06 by jwe]
jwe
parents: 7236
diff changeset
3525 * linear-algebra/condest.m: Loosen tolerance in test.
7d7f05863f27 [project @ 2007-12-03 20:10:06 by jwe]
jwe
parents: 7236
diff changeset
3526
7236
3ac12f33cf4b [project @ 2007-12-02 06:06:12 by jwe]
jwe
parents: 7235
diff changeset
3527 2007-12-02 John W. Eaton <jwe@octave.org>
3ac12f33cf4b [project @ 2007-12-02 06:06:12 by jwe]
jwe
parents: 7235
diff changeset
3528
3ac12f33cf4b [project @ 2007-12-02 06:06:12 by jwe]
jwe
parents: 7235
diff changeset
3529 * plot/__go_draw_axes__.m: Remove unnecessary call to
3ac12f33cf4b [project @ 2007-12-02 06:06:12 by jwe]
jwe
parents: 7235
diff changeset
3530 get_data_limits.
3ac12f33cf4b [project @ 2007-12-02 06:06:12 by jwe]
jwe
parents: 7235
diff changeset
3531
7222
dd8b3bbeeaf9 [project @ 2007-11-30 06:23:25 by jwe]
jwe
parents: 7220
diff changeset
3532 2007-11-30 John W. Eaton <jwe@octave.org>
dd8b3bbeeaf9 [project @ 2007-11-30 06:23:25 by jwe]
jwe
parents: 7220
diff changeset
3533
dd8b3bbeeaf9 [project @ 2007-11-30 06:23:25 by jwe]
jwe
parents: 7220
diff changeset
3534 * plot/__go_draw_axes__.m: Don't compute data or axis limits.
dd8b3bbeeaf9 [project @ 2007-11-30 06:23:25 by jwe]
jwe
parents: 7220
diff changeset
3535 (get_data_limits, get_axis_limits): Delete.
dd8b3bbeeaf9 [project @ 2007-11-30 06:23:25 by jwe]
jwe
parents: 7220
diff changeset
3536
7228
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3537 2007-11-30 David Bateman <dbateman@free.fr>
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3538
7235
ee0820d8b4ac [project @ 2007-12-01 00:49:32 by jwe]
jwe
parents: 7228
diff changeset
3539 * plot/__scatter__.m: Avoid out of bounds varargin element access.
ee0820d8b4ac [project @ 2007-12-01 00:49:32 by jwe]
jwe
parents: 7228
diff changeset
3540
7228
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3541 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3542 tick labels rather than one by one on the labels themselves.
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3543 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3544 95% crossing fixed.
685c186d8f62 [project @ 2007-11-30 16:43:12 by jwe]
jwe
parents: 7222
diff changeset
3545
7217
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3546 2007-11-29 David Bateman <dbateman@free.fr>
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3547
7220
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3548 * plot/pareto.m: New file.
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3549 * plot/Makefile.in (SOURCES): Add it to the sources.
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3550 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3551 marks to avoid gnuplot error about formating. More colorspec to
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3552 after the tics.
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3553 * plot/plotyy.m: More generic check for appropriate axis color.
66081694ffb8 [project @ 2007-11-29 23:14:07 by jwe]
jwe
parents: 7217
diff changeset
3554
7217
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3555 * plot/__stem__.m: New file based on old stem.m expanded to treat
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3556 2- and 3-D.
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3557 * plot/stem3.m: New function.
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3558 * plot/Makefile.in (SOURCES): Add them to the sources.
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3559 * plot/stem.m: Adapt to use __stem__.
c8abc18322b7 [project @ 2007-11-29 20:50:24 by jwe]
jwe
parents: 7216
diff changeset
3560
7216
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3561 2007-11-29 John W. Eaton <jwe@octave.org>
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3562
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3563 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m,
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3564 plot/surf.m, plot/surface.m: Don't return handle value unless
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3565 requested.
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3566
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3567 * plot/patch.m: Omit isnan check on handle returned from
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3568 __plt_get_axis_arg__.
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3569
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3570 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3571 but has no axes.
5389a52df87b [project @ 2007-11-29 19:07:29 by jwe]
jwe
parents: 7215
diff changeset
3572
7215
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3573 2007-11-28 David Bateman <dbateman@free.fr>
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3574
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3575 * __plt_get_axis_handle__.m: Also allow hggroup and return axes
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3576 ancestor. If leading argument is logical set variable nogca to see
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3577 if gca() should be called if there is no active handle found.
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3578 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m,
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3579 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m,
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3580 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m,
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3581 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m,
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3582 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3583 __plt__get_axis_arg__ to find axis handle.
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3584 * polar.m: Typo.
dd88d61d443f [project @ 2007-11-29 16:44:45 by jwe]
jwe
parents: 7213
diff changeset
3585
7213
4612ef369abb [project @ 2007-11-29 01:57:10 by jwe]
jwe
parents: 7211
diff changeset
3586 2007-11-28 John W. Eaton <jwe@octave.org>
4612ef369abb [project @ 2007-11-29 01:57:10 by jwe]
jwe
parents: 7211
diff changeset
3587
4612ef369abb [project @ 2007-11-29 01:57:10 by jwe]
jwe
parents: 7211
diff changeset
3588 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX.
4612ef369abb [project @ 2007-11-29 01:57:10 by jwe]
jwe
parents: 7211
diff changeset
3589
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
3590 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com>
7211
621111e57a86 [project @ 2007-11-28 19:00:05 by jwe]
jwe
parents: 7207
diff changeset
3591
621111e57a86 [project @ 2007-11-28 19:00:05 by jwe]
jwe
parents: 7207
diff changeset
3592 * plot/drawnow.m: Fix typo.
621111e57a86 [project @ 2007-11-28 19:00:05 by jwe]
jwe
parents: 7207
diff changeset
3593
7206
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3594 2007-11-27 David Bateman <dbateman@free.fr>
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3595
7207
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3596 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m,
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3597 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3598 plot/semilogyerr.m: Treat an axis handle as the first argument.
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3599
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3600 * plot/meshz.m: New function.
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3601 * plot/Makefile.in (SOURCES): Add it to the list.
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3602 * plot/surface.m: Allow surface to accept an axis handle as the
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3603 first argument.
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3604 * plot/meshc.m: Extract z from the the surface object rather than
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3605 varargin so that we can rely on code in surface to treat leading
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3606 axis handles.
71c03c7239fb [project @ 2007-11-28 02:19:25 by jwe]
jwe
parents: 7206
diff changeset
3607
7206
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3608 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3609 y2tics" in the case of a plotyy plot.
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3610 * plot/plotyy.m: ensure the position property is set correct for
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3611 the second axis, by setting it after the plot itself. In the case
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3612 of a plot that returns multiple handles, base the color selection
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3613 on the first.
6e4ceeeb1940 [project @ 2007-11-27 22:40:20 by jwe]
jwe
parents: 7204
diff changeset
3614
7204
ccda60eac3d4 [project @ 2007-11-27 20:30:05 by jwe]
jwe
parents: 7203
diff changeset
3615 2007-11-27 Kai Habel <kai.habel@gmx.de>
ccda60eac3d4 [project @ 2007-11-27 20:30:05 by jwe]
jwe
parents: 7203
diff changeset
3616
ccda60eac3d4 [project @ 2007-11-27 20:30:05 by jwe]
jwe
parents: 7203
diff changeset
3617 * plot/__go_draw_axes__.m: Set quadrilateral color according to
ccda60eac3d4 [project @ 2007-11-27 20:30:05 by jwe]
jwe
parents: 7203
diff changeset
3618 z-value of vertex 'c3'.
ccda60eac3d4 [project @ 2007-11-27 20:30:05 by jwe]
jwe
parents: 7203
diff changeset
3619
7203
0d91c2af10bd [project @ 2007-11-27 20:22:02 by jwe]
jwe
parents: 7202
diff changeset
3620 2007-11-27 John W. Eaton <jwe@octave.org>
0d91c2af10bd [project @ 2007-11-27 20:22:02 by jwe]
jwe
parents: 7202
diff changeset
3621
0d91c2af10bd [project @ 2007-11-27 20:22:02 by jwe]
jwe
parents: 7202
diff changeset
3622 * image/image.m: Allow nargin == 0 case to work again.
0d91c2af10bd [project @ 2007-11-27 20:22:02 by jwe]
jwe
parents: 7202
diff changeset
3623
7202
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3624 2007-11-27 David Bateman <dbateman@free.fr>
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3625
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3626 * plot/__go_draw_figure__.m: Force a multiplot mode with a
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3627 colorbar, to ensure that the colorbar is on the canvas for png and
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3628 postscipt outputs.
ffdbdf53665c [project @ 2007-11-27 20:14:41 by jwe]
jwe
parents: 7197
diff changeset
3629
7189
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3630 2007-11-26 David Bateman <dbateman@free.fr>
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3631
7197
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7194
diff changeset
3632 * sparse/spstats.m, statistics/base/mode.m: More care with sparse
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7194
diff changeset
3633 return values.
e1c865f21751 [project @ 2007-11-27 01:38:48 by jwe]
jwe
parents: 7194
diff changeset
3634
7194
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3635 * plot/plotyy.m: New function
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3636 * plot/Makefile.in (SOURCES): Add it here.
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3637 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3638 color for {x|y|z}label and {x|y|z}tics. Also force the label of
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3639 {x|y}label to respect the axis position.
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3640 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3641 handle as the first argument.
a927a2871a93 [project @ 2007-11-26 23:06:12 by jwe]
jwe
parents: 7192
diff changeset
3642
7192
10b8361ff085 [project @ 2007-11-26 21:44:54 by dbateman]
dbateman
parents: 7189
diff changeset
3643 * pkg/pkg.m (pkg:install): When loading the installed packages
10b8361ff085 [project @ 2007-11-26 21:44:54 by dbateman]
dbateman
parents: 7189
diff changeset
3644 index into installed_pkgs_lst and not descriptions..
10b8361ff085 [project @ 2007-11-26 21:44:54 by dbateman]
dbateman
parents: 7189
diff changeset
3645
7189
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3646 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3647 * plot/Makefile.in (SOURCES): Add them to the sources.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3648 * plot/quiver.m: Modify to use __quiver__.m.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3649
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3650 * plot/hist.m: Avoid saturation when the x values are in an
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3651 inetger type.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3652
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3653 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu>
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3654
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3655 * linear-algebra/condest.m, linear-algebra/onenormest.m: New
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3656 functions.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3657 * linear-algebra/Makefile.in (SOURCES): Add them to the sources.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3658
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3659 2007-11-26 David Bateman <dbateman@free.fr>
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3660
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3661 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3662 extent.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3663
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3664 * plot/colorbar.m: New function.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3665 * plot/Makefile.in (SOURCES): Add it to the sources.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3666 * plot/__go_draw_axes__.m: Calculate the colorbar position,
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3667 precalculate the clim, set pm3d except for mesh.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3668 * plot/__contour__.m: Don't scale the contours to clim, but rather
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3669 save the real values so that colorbar corresponds to the contour
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3670 levels.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3671
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3672 * plot/stem.m: Set marker color the same as the line color. Draw
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3673 a single discontinous line object for the stems.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3674
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3675 * plot/sphere.m: New function ported from JHandles.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3676 * plot/Makefile.in (SOURCES): Add it to the sources.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3677
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3678 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3679 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3680 to get enhanced mode to work correctly for the X11 terminal.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3681
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3682 * plot/imagesc.m, plot/image.m: Scale colormap to image and not
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3683 the reverse. Allow an axes handle to be passed and/or returned.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3684 * plot/__go_draw_axes__.m: Autoscale colormap for images.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3685
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3686 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3687 sort surface patches by their depth and not the order they are
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3688 rendered in.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3689
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3690 * plot/__patch__.m: Set clim correctly.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3691 * plot__go_draw_axes__.m: Allow patch objects to have markers, and
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3692 the marker color is determined by the cmap.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3693 * plot/scatter.m: New function to 2D scatter plots.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3694 * plot/scatter3.m: New function to 3D scatter plots.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3695 * plot/__scatter__.m: Support function for scatter plots
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3696 * Makefile.in (SOURCES): Ad dnew functions here.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3697
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3698 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream):
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3699 Return whether the terminal supports enhanced text or not.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3700 (drawnow:enhanced_term): New sub-function to determine if terminal
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3701 supports enhanced mode.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3702 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3703 __go_draw_axes__.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3704 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3705 needed to support the enhanced mode.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3706 * plot/print.m: Remove "enhanced" option as this is now treated in
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3707 drawnow.m.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3708
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3709
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3710 * plot/caxis.m: New function to control the color axis limits.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3711 * plot/Makefile.in (SOURCES): Include it.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3712 * plot/axis.m: Allow the first argument to be an axes handle.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3713 * plot/__go_draw_axes__.m: Move the setting of the caxis, also
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3714 autoscale caxis for patches. If any(isinf(clim)) don't set the
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3715 caxis limits.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3716
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3717 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3718 * image/Makefile.in (SOURCES): Include it.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3719 * plot/__bar__.h: Allow axis handles to be passed. Set the color
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3720 of the bars for the colormap.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3721 * plot/bar.m, plot/barh.m: Document that axis handles can be
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3722 passed.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3723 * plot/__contour.m: Avoid possible divide by zero error.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3724 * plot/contour.m: Missing semicolon.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3725 * plot/surface.m: Don't attempt to set additional arguments if
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3726 there are none.
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3727 * plot/Makefile.in (SOURCES): Include __bars__.m
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3728
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
3729 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com>
7189
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3730
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3731 * plot/__bar__.m: put bar creation code into separate function
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3732 to allow easy hook up from other graphic backends
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3733
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3734 * plot/__bars__.m: new function containing bar creation code
e8d953d03f6a [project @ 2007-11-26 20:42:09 by dbateman]
dbateman
parents: 7186
diff changeset
3735
7186
800f1fd3ffb8 [project @ 2007-11-26 19:16:07 by jwe]
jwe
parents: 7183
diff changeset
3736 2007-11-26 Alexander Barth <barth.alexander@gmail.com>
800f1fd3ffb8 [project @ 2007-11-26 19:16:07 by jwe]
jwe
parents: 7183
diff changeset
3737
800f1fd3ffb8 [project @ 2007-11-26 19:16:07 by jwe]
jwe
parents: 7183
diff changeset
3738 * general/accumarray.m: Correct dimension check.
800f1fd3ffb8 [project @ 2007-11-26 19:16:07 by jwe]
jwe
parents: 7183
diff changeset
3739
7183
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3740 2007-11-26 John W. Eaton <jwe@octave.org>
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3741
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3742 * polynomial/residue.m: Prepad along second dimension.
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3743 From Doug Stewart <dastew@sympatico.ca>.
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3744
7181
8d0e90d4caf6 [project @ 2007-11-26 18:14:52 by jwe]
jwe
parents: 7177
diff changeset
3745 2007-11-26 Kai Habel <kai.habel@gmx.de>
8d0e90d4caf6 [project @ 2007-11-26 18:14:52 by jwe]
jwe
parents: 7177
diff changeset
3746
7183
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3747 * plot/cylinder.m, plot/slice.m: New functions.
c0be321eb472 [project @ 2007-11-26 18:31:53 by jwe]
jwe
parents: 7181
diff changeset
3748 * plot/Makefile.in (SOURCES): Add them to the list.
7181
8d0e90d4caf6 [project @ 2007-11-26 18:14:52 by jwe]
jwe
parents: 7177
diff changeset
3749
7177
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7175
diff changeset
3750 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com>
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7175
diff changeset
3751
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7175
diff changeset
3752 * plot/patch.m: Handle arg may also be hggroup object.
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7175
diff changeset
3753 Use ancestor to find parent axes object.
57d2546ad8d5 [project @ 2007-11-14 22:21:35 by jwe]
jwe
parents: 7175
diff changeset
3754
7175
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3755 2007-11-14 David Bateman <dbateman@free.fr>
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3756
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3757 * plot/__contour__.m: Treat unclosed contours by adding NaN to
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3758 flag to patch that it is not closed. Allow z to take string
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3759 arguments and use it to flag that the contours are placed at the
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3760 z level of the contour itself.
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3761 * plot/__go_draw_axes__.m: Treat hidden line removal in patch
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3762 objects as well. Let hidden removal take precedence in case of a
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3763 conflict.
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3764 * plot/surface.m: Allow surface to treat handles being passed or
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3765 returned. Any additional arguments arr used to set the surface
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3766 handle.
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3767 * plot/contour3.m: New function
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3768 * plot/Makefile.in (SOURCES): Add it to the sources.
5ff4da7bd2e7 [project @ 2007-11-14 20:36:48 by jwe]
jwe
parents: 7173
diff changeset
3769
7173
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7170
diff changeset
3770 2007-11-14 John W. Eaton <jwe@octave.org>
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7170
diff changeset
3771
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7170
diff changeset
3772 * specfun/bessel.m: Update doc string from
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7170
diff changeset
3773 src/DLD-FUNCTIONS/besselj.cc.
ff2ff2c09865 [project @ 2007-11-14 18:20:49 by jwe]
jwe
parents: 7170
diff changeset
3774
7170
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3775 2007-11-12 David Bateman <dbateman@free.fr>
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3776
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3777 * plot/contour.m: Allow handles to be passed and returned. Split
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3778 the countour function itself into __contour__.m to be shared with
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3779 surfc and meshc.
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3780 * plot/__contour__.m: New file
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3781 * plot/Makefile.in (SOURCES): Add it to the sources.
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3782 * plot/__go_draw_axes.m: For patch objects don't attempt to patch
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3783 the face or edge if the facecolor or edge color are marked as
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3784 "none". Allow the edgecolor to be determined by the cdata in the
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3785 same manner as the facecolor. Fail if facecolor is not "none" and
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3786 a 3-D plot is desired, rather than ignoring zdata. Make the
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3787 storage of 3D/4D data consistent between line, surface and patch
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3788 objects.
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3789 * plot/meshc.m: Use new __contour__.m to plot the contours.
9f38c6293317 [project @ 2007-11-13 17:34:33 by jwe]
jwe
parents: 7168
diff changeset
3790 * plot/surfc.m: Use new __contour__.m to plot the contours.
7168
f345eb60f941 [project @ 2007-11-13 15:16:52 by jwe]
jwe
parents: 7163
diff changeset
3791
f345eb60f941 [project @ 2007-11-13 15:16:52 by jwe]
jwe
parents: 7163
diff changeset
3792 * plot/__go_draw_axes__.m (get_fontname_and_size):
f345eb60f941 [project @ 2007-11-13 15:16:52 by jwe]
jwe
parents: 7163
diff changeset
3793 Handle fontweight and fontangle properties.
f345eb60f941 [project @ 2007-11-13 15:16:52 by jwe]
jwe
parents: 7163
diff changeset
3794
7163
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3795 2007-11-12 Kai Habel <kai.habel@gmx.de>
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3796
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3797 * plot/spinmap.m, plot/ribbon.m: New functions.
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3798 * plot/Makefile.in (SOURCES): Add them to the list.
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3799
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3800 2007-11-12 John W. Eaton <jwe@octave.org>
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3801
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3802 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction.
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3803 Use it to avoid duplicated code.
d4d8c7b33e16 [project @ 2007-11-12 21:54:07 by jwe]
jwe
parents: 7162
diff changeset
3804
7161
cfa0602094e9 [project @ 2007-11-12 19:51:56 by jwe]
jwe
parents: 7160
diff changeset
3805 2007-11-12 David Bateman <dbateman@free.fr>
cfa0602094e9 [project @ 2007-11-12 19:51:56 by jwe]
jwe
parents: 7160
diff changeset
3806
7162
f2ba4aa9a5f9 [project @ 2007-11-12 19:56:07 by jwe]
jwe
parents: 7161
diff changeset
3807 * plot/title.m: Fix return value for nargout > 0.
f2ba4aa9a5f9 [project @ 2007-11-12 19:56:07 by jwe]
jwe
parents: 7161
diff changeset
3808
f2ba4aa9a5f9 [project @ 2007-11-12 19:56:07 by jwe]
jwe
parents: 7161
diff changeset
3809 * plot/__go_draw_axes.m: Allow the font and fontsize to be
f2ba4aa9a5f9 [project @ 2007-11-12 19:56:07 by jwe]
jwe
parents: 7161
diff changeset
3810 specified for the title, xlabel, ylabel and text objects.
f2ba4aa9a5f9 [project @ 2007-11-12 19:56:07 by jwe]
jwe
parents: 7161
diff changeset
3811
7161
cfa0602094e9 [project @ 2007-11-12 19:51:56 by jwe]
jwe
parents: 7160
diff changeset
3812 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot
cfa0602094e9 [project @ 2007-11-12 19:51:56 by jwe]
jwe
parents: 7160
diff changeset
3813 4.0 and surface plots.
cfa0602094e9 [project @ 2007-11-12 19:51:56 by jwe]
jwe
parents: 7160
diff changeset
3814
7160
db85cf23875e [project @ 2007-11-12 16:51:47 by jwe]
jwe
parents: 7154
diff changeset
3815 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com>
db85cf23875e [project @ 2007-11-12 16:51:47 by jwe]
jwe
parents: 7154
diff changeset
3816
db85cf23875e [project @ 2007-11-12 16:51:47 by jwe]
jwe
parents: 7154
diff changeset
3817 * plot/__patch__.m: Fix computation of faces when patch is defined
db85cf23875e [project @ 2007-11-12 16:51:47 by jwe]
jwe
parents: 7154
diff changeset
3818 with X/Y/Z data.
db85cf23875e [project @ 2007-11-12 16:51:47 by jwe]
jwe
parents: 7154
diff changeset
3819
7146
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3820 2007-11-09 John W. Eaton <jwe@octave.org>
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3821
7152
8903b5151c8b [project @ 2007-11-09 21:07:23 by jwe]
jwe
parents: 7151
diff changeset
3822 * plot/__go_draw_axes__.m: Correct test for have_data.
7154
89a929a3ebfd [project @ 2007-11-09 21:28:46 by jwe]
jwe
parents: 7152
diff changeset
3823 Correct logic in setting palette data.
7152
8903b5151c8b [project @ 2007-11-09 21:07:23 by jwe]
jwe
parents: 7151
diff changeset
3824
7151
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3825 * audio/wavread.m, control/base/__bodquist__.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3826 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3827 control/system/c2d.m, control/system/is_detectable.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3828 control/system/is_signal_list.m, control/system/is_stabilizable.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3829 control/system/tfout.m, general/isdefinite.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3830 linear-algebra/krylov.m, miscellaneous/compare_versions.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3831 optimization/glpk.m, path/savepath.m, plot/findobj.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3832 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3833 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3834 sparse/spstats.m, testfun/assert.m, testfun/fail.m,
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3835 testfun/test.m: Use specific end keywords.
aeeb646f6538 [project @ 2007-11-09 19:34:17 by jwe]
jwe
parents: 7149
diff changeset
3836
7146
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3837 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on.
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3838
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3839 2007-11-09 Kai Habel <kai.habel@gmx.de>
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3840
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3841 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m:
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3842 Don't change view if hold is on.
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3843
7142
121841c08c25 [project @ 2007-11-09 16:59:43 by jwe]
jwe
parents: 7136
diff changeset
3844 2007-11-09 David Bateman <dbateman@free.fr>
121841c08c25 [project @ 2007-11-09 16:59:43 by jwe]
jwe
parents: 7136
diff changeset
3845
7149
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3846 * plot/hidden.m: New function.
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3847 * plot/Makefile.in (SOURCES): Add it here.
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3848 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3849 line removal.
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3850 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3851 removal and if it is "none" don't do hidden line removal.
5c121a8b40b5 [project @ 2007-11-09 18:15:39 by jwe]
jwe
parents: 7148
diff changeset
3852
7148
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3853 * plot/legend.m: Also allow labels for surface and patch types.
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3854 * plot/__bar__.m: Split into separate patch pbjects to allow
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3855 setting of the legend.
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3856 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3857 objects as well.
735086cfd405 [project @ 2007-11-09 18:01:44 by jwe]
jwe
parents: 7146
diff changeset
3858
7146
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3859 * plot/area.m, plot/__area__.m: New functions
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3860 * plot/Makefile.in (SOURCES): Add them to the list of files.
c7e5e638a8d0 [project @ 2007-11-09 17:49:44 by jwe]
jwe
parents: 7144
diff changeset
3861
7142
121841c08c25 [project @ 2007-11-09 16:59:43 by jwe]
jwe
parents: 7136
diff changeset
3862 * plot/patch.m: Correctly handle case of axis handle as first arg.
121841c08c25 [project @ 2007-11-09 16:59:43 by jwe]
jwe
parents: 7136
diff changeset
3863
7144
30c0533e39ae [project @ 2007-11-09 17:37:24 by jwe]
jwe
parents: 7142
diff changeset
3864 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com>
30c0533e39ae [project @ 2007-11-09 17:37:24 by jwe]
jwe
parents: 7142
diff changeset
3865
30c0533e39ae [project @ 2007-11-09 17:37:24 by jwe]
jwe
parents: 7142
diff changeset
3866 * sparse/spdiags.m: Tweak documentation entries to match other uses.
30c0533e39ae [project @ 2007-11-09 17:37:24 by jwe]
jwe
parents: 7142
diff changeset
3867
7131
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3868 2007-11-08 John W. Eaton <jwe@octave.org>
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3869
7133
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3870 * control/base/dcgain.m, control/base/dre.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3871 control/base/impulse.m, control/base/step.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3872 control/system/dmr2d.m, control/system/ord2.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3873 control/system/sys2ss.m, control/system/sysdimensions.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3874 control/system/sysgetsignals.m, control/system/sysout.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3875 control/system/tfout.m, control/system/ugain.m,
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3876 control/system/zpout.m, control/util/strappend.m:
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3877 Don't fail with usage message if nargout is too large.
1d0d7be2d0f8 [project @ 2007-11-08 16:25:44 by jwe]
jwe
parents: 7132
diff changeset
3878
7131
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3879 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m,
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3880 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m,
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3881 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m,
7134
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3882 control/hinf/wgt1o.m, control/obsolete/dezero.m,
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3883 control/obsolete/dlqg.m, control/obsolete/minfo.m,
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3884 control/obsolete/packsys.m, control/obsolete/qzval.m,
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3885 control/obsolete/rotg.m, control/obsolete/series.m,
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3886 control/obsolete/swapcols.m, control/obsolete/swaprows.m,
ff0b965b65bc [project @ 2007-11-08 16:36:06 by jwe]
jwe
parents: 7133
diff changeset
3887 control/obsolete/syschnames.m, control/obsolete/unpacksys.m,
7136
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3888 control/system/__syschnamesl__.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3889 control/system/__syscont_disc__.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3890 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3891 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3892 control/system/abcddim.m, control/system/buildssic.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3893 control/system/c2d.m, control/system/cellidx.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3894 control/system/d2c.m, control/system/dmr2d.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3895 control/system/fir2sys.m, control/system/is_abcd.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3896 control/system/is_controllable.m, control/system/is_detectable.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3897 control/system/is_digital.m, control/system/is_observable.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3898 control/system/is_stabilizable.m, control/system/is_stable.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3899 control/system/jet707.m, control/system/listidx.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3900 control/system/parallel.m, control/system/ss.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3901 control/system/ss2sys.m, control/system/ss2zp.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3902 control/system/starp.m, control/system/sys2ss.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3903 control/system/sys2tf.m, control/system/sys2zp.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3904 control/system/sysadd.m, control/system/sysappend.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3905 control/system/sysconnect.m, control/system/syscont.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3906 control/system/sysdimensions.m, control/system/sysdisc.m,
7135
8aa770b6c5bf [project @ 2007-11-08 18:54:10 by jwe]
jwe
parents: 7134
diff changeset
3907 control/system/sysdup.m, control/system/sysgetsignals.m,
8aa770b6c5bf [project @ 2007-11-08 18:54:10 by jwe]
jwe
parents: 7134
diff changeset
3908 control/system/sysgroup.m, control/system/sysmin.m,
7136
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3909 control/system/sysmult.m, control/system/sysout.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3910 control/system/sysprune.m, control/system/sysreorder.m,
7135
8aa770b6c5bf [project @ 2007-11-08 18:54:10 by jwe]
jwe
parents: 7134
diff changeset
3911 control/system/sysscale.m, control/system/syssetsignals.m,
7136
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3912 control/system/syssub.m, control/system/sysupdate.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3913 control/system/tf.m, control/system/tf2ss.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3914 control/system/tf2sys.m, control/system/tfout.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3915 control/system/zp.m, control/system/zp2ss.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3916 control/system/zp2sys.m, control/system/zp2tf.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3917 control/system/zpout.m, control/util/__outlist__.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3918 control/util/__zgpbal__.m, control/util/axis2dlim.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3919 control/util/prompt.m, control/util/sortcom.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3920 control/util/zgfmul.m, control/util/zgfslv.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3921 control/util/zginit.m, control/util/zgreduce.m,
59dcf01bb3e3 [project @ 2007-11-08 20:18:25 by jwe]
jwe
parents: 7135
diff changeset
3922 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes.
7131
a184bc985c37 [project @ 2007-11-08 15:55:02 by jwe]
jwe
parents: 7130
diff changeset
3923
7130
5eeb46c784d7 [project @ 2007-11-08 15:27:23 by jwe]
jwe
parents: 7129
diff changeset
3924 2007-11-08 David Bateman <dbateman@free.fr>
5eeb46c784d7 [project @ 2007-11-08 15:27:23 by jwe]
jwe
parents: 7129
diff changeset
3925
5eeb46c784d7 [project @ 2007-11-08 15:27:23 by jwe]
jwe
parents: 7129
diff changeset
3926 * plot/quiver.m: Fix arrowheads.
5eeb46c784d7 [project @ 2007-11-08 15:27:23 by jwe]
jwe
parents: 7129
diff changeset
3927
7128
73308b8f8777 [project @ 2007-11-08 03:55:04 by jwe]
jwe
parents: 7127
diff changeset
3928 2007-11-07 Ben Abbott <bpabbott@mac.com>
73308b8f8777 [project @ 2007-11-08 03:55:04 by jwe]
jwe
parents: 7127
diff changeset
3929
73308b8f8777 [project @ 2007-11-08 03:55:04 by jwe]
jwe
parents: 7127
diff changeset
3930 * set/ismember.m: Call cell_ismember to handle cellstr args.
7129
363ffc8a5c80 [project @ 2007-11-08 15:20:11 by jwe]
jwe
parents: 7128
diff changeset
3931 Handle "rows" argument. New tests.
7128
73308b8f8777 [project @ 2007-11-08 03:55:04 by jwe]
jwe
parents: 7127
diff changeset
3932 (cell_ismember): New function.
73308b8f8777 [project @ 2007-11-08 03:55:04 by jwe]
jwe
parents: 7127
diff changeset
3933
7127
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3934 2007-11-07 John W. Eaton <jwe@octave.org>
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3935
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3936 * control/base/__bodquist__.m, control/base/__freqresp__.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3937 control/base/__stepimp__.m, control/base/are.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3938 control/base/ctrb.m, control/base/damp.m, control/base/dare.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3939 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3940 control/base/dre.m, control/base/impulse.m, control/base/lqe.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3941 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3942 control/base/ltifr.m, control/base/nichols.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3943 control/base/nyquist.m, control/base/obsv.m, control/base/place.m,
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3944 control/base/rlocus.m, control/base/step.m, control/base/tzero.m:
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3945 Style fixes.
d31f017af3a4 [project @ 2007-11-08 03:49:37 by jwe]
jwe
parents: 7125
diff changeset
3946
7125
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3947 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com>
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3948
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3949 * control/base/bode_bounds.m, control/base/dgram.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3950 control/base/dlyap.m, control/base/freqchkw.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3951 control/base/gram.m, control/base/place.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3952 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3953 control/hinf/hinfsyn_ric.m, control/system/is_sample.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3954 control/system/is_signal_list.m, control/system/ss2tf.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3955 control/system/sys2fir.m, control/system/sysgettsam.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3956 control/system/sysgettype.m, control/system/sysreorder.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3957 control/system/tf2sys.m, control/system/zp2tf.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3958 control/util/axis2dlim.m, control/util/swap.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3959 control/util/zgfmul.m, control/util/zgfslv.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3960 control/util/zginit.m, control/util/zgreduce.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3961 control/util/zgrownorm.m, control/util/zgscal.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3962 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3963 geometry/inpolygon.m, linear-algebra/housh.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3964 miscellaneous/compare_versions.m, miscellaneous/inputname.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3965 miscellaneous/run.m, quaternion/qconj.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3966 quaternion/qcoordinate_plot.m, quaternion/qderiv.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3967 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3968 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3969 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3970 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3971 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3972 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3973 sparse/spones.m, sparse/spy.m, specfun/isprime.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3974 statistics/distributions/empirical_cdf.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3975 statistics/distributions/empirical_inv.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3976 statistics/distributions/empirical_pdf.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3977 statistics/models/logistic_regression_derivatives.m,
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3978 statistics/models/logistic_regression_likelihood.m: Check nargin.
f084ba47812b [project @ 2007-11-08 02:29:23 by jwe]
jwe
parents: 7120
diff changeset
3979
7118
d32f867e4dda [project @ 2007-11-07 20:44:11 by jwe]
jwe
parents: 7117
diff changeset
3980 2007-11-07 David Bateman <dbateman@free.fr>
d32f867e4dda [project @ 2007-11-07 20:44:11 by jwe]
jwe
parents: 7117
diff changeset
3981
7120
a2174fb073d4 [project @ 2007-11-07 21:26:43 by jwe]
jwe
parents: 7119
diff changeset
3982 * general/gradient.m: Correctly convert deltax and deltay scalar
a2174fb073d4 [project @ 2007-11-07 21:26:43 by jwe]
jwe
parents: 7119
diff changeset
3983 values are scalars to vectors.
a2174fb073d4 [project @ 2007-11-07 21:26:43 by jwe]
jwe
parents: 7119
diff changeset
3984
7119
d22ad51b9cf8 [project @ 2007-11-07 21:06:27 by jwe]
jwe
parents: 7118
diff changeset
3985 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for
d22ad51b9cf8 [project @ 2007-11-07 21:06:27 by jwe]
jwe
parents: 7118
diff changeset
3986 the meshc.m function.
d22ad51b9cf8 [project @ 2007-11-07 21:06:27 by jwe]
jwe
parents: 7118
diff changeset
3987 * plot/meshc.m: Also use the surface function.
d22ad51b9cf8 [project @ 2007-11-07 21:06:27 by jwe]
jwe
parents: 7118
diff changeset
3988
7120
a2174fb073d4 [project @ 2007-11-07 21:26:43 by jwe]
jwe
parents: 7119
diff changeset
3989 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files.
7118
d32f867e4dda [project @ 2007-11-07 20:44:11 by jwe]
jwe
parents: 7117
diff changeset
3990 * plot/Makefile.in (SOURCES): Add them to the list.
d32f867e4dda [project @ 2007-11-07 20:44:11 by jwe]
jwe
parents: 7117
diff changeset
3991 Also add pcolor.m, shading.m, surf.m, and surface.m to the list.
d32f867e4dda [project @ 2007-11-07 20:44:11 by jwe]
jwe
parents: 7117
diff changeset
3992
7117
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7115
diff changeset
3993 2007-11-07 Michael Zeising <michael@michaels-website.de>
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7115
diff changeset
3994
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7115
diff changeset
3995 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling.
373c39904877 [project @ 2007-11-07 18:48:00 by jwe]
jwe
parents: 7115
diff changeset
3996
7115
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
3997 2007-11-07 John W. Eaton <jwe@octave.org>
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
3998
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
3999 * plot/__go_draw_axes__.m: Also set have_data to false if any of
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
4000 the data limits are infinite.
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
4001 (get_data_limits): Don't do anything if xdat or tx are empty.
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
4002 (get_axis_limits): Don't do anything if min_val or max_val are
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
4003 infinite.
926fc75fb02e [project @ 2007-11-07 15:42:46 by jwe]
jwe
parents: 7112
diff changeset
4004
7112
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4005 2007-11-06 David Bateman <dbateman@free.fr>
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4006
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4007 * plot/hist.m: Pass any additional arguments to bar for
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4008 treatment. Create a default x value that is always a vector.
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4009
7111
9c73ef1819c7 [project @ 2007-11-06 22:47:35 by jwe]
jwe
parents: 7109
diff changeset
4010 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net>
9c73ef1819c7 [project @ 2007-11-06 22:47:35 by jwe]
jwe
parents: 7109
diff changeset
4011
9c73ef1819c7 [project @ 2007-11-06 22:47:35 by jwe]
jwe
parents: 7109
diff changeset
4012 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB
9c73ef1819c7 [project @ 2007-11-06 22:47:35 by jwe]
jwe
parents: 7109
diff changeset
4013 when calling ./configure and add quotes to preserve spaces.
7109
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4014
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4015 2007-11-06 Kai Habel <kai.habel@gmx.de>
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4016
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4017 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m:
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4018 New files.
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4019 * plot/mesh.m: Call surface to do the real work.
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4020 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4021 properties.
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4022
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4023 * image/colormap.m: Also return current colormap if nargout and
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4024 nargin are both 0.
5436efbf35e3 [project @ 2007-11-06 22:16:25 by jwe]
jwe
parents: 7106
diff changeset
4025
7106
33ed85dcfaa8 [project @ 2007-11-06 18:03:08 by jwe]
jwe
parents: 7101
diff changeset
4026 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com>
33ed85dcfaa8 [project @ 2007-11-06 18:03:08 by jwe]
jwe
parents: 7101
diff changeset
4027
33ed85dcfaa8 [project @ 2007-11-06 18:03:08 by jwe]
jwe
parents: 7101
diff changeset
4028 * startup/inputrc: Delete key bindings starting with \340 code.
33ed85dcfaa8 [project @ 2007-11-06 18:03:08 by jwe]
jwe
parents: 7101
diff changeset
4029
7112
f90a8188c9c2 [project @ 2007-11-07 00:24:11 by dbateman]
dbateman
parents: 7111
diff changeset
4030 2007-11-05 David Bateman <dbateman@free.fr>
7101
2c5b14c60c6c [project @ 2007-11-06 16:26:13 by jwe]
jwe
parents: 7097
diff changeset
4031
2c5b14c60c6c [project @ 2007-11-06 16:26:13 by jwe]
jwe
parents: 7097
diff changeset
4032 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm
2c5b14c60c6c [project @ 2007-11-06 16:26:13 by jwe]
jwe
parents: 7097
diff changeset
4033 to avoid issues of over- and underflow. From Rolf Fabian
2c5b14c60c6c [project @ 2007-11-06 16:26:13 by jwe]
jwe
parents: 7097
diff changeset
4034 <Rolf.Fabian@gmx.de>.
2c5b14c60c6c [project @ 2007-11-06 16:26:13 by jwe]
jwe
parents: 7097
diff changeset
4035
7097
e8c94e473c68 [project @ 2007-11-02 17:24:23 by jwe]
jwe
parents: 7096
diff changeset
4036 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi>
e8c94e473c68 [project @ 2007-11-02 17:24:23 by jwe]
jwe
parents: 7096
diff changeset
4037
e8c94e473c68 [project @ 2007-11-02 17:24:23 by jwe]
jwe
parents: 7096
diff changeset
4038 * time/asctime.m, general/structfun.m: Fix broken @examples in
e8c94e473c68 [project @ 2007-11-02 17:24:23 by jwe]
jwe
parents: 7096
diff changeset
4039 help texts.
e8c94e473c68 [project @ 2007-11-02 17:24:23 by jwe]
jwe
parents: 7096
diff changeset
4040
7096
81bed50b9feb [project @ 2007-11-02 16:13:43 by jwe]
jwe
parents: 7094
diff changeset
4041 2007-11-02 Kai Habel <kai.habel@gmx.de>
81bed50b9feb [project @ 2007-11-02 16:13:43 by jwe]
jwe
parents: 7094
diff changeset
4042
81bed50b9feb [project @ 2007-11-02 16:13:43 by jwe]
jwe
parents: 7094
diff changeset
4043 * plot/bar.m, plot/barh.m: Doc fix.
81bed50b9feb [project @ 2007-11-02 16:13:43 by jwe]
jwe
parents: 7094
diff changeset
4044
7094
dbf9b76b0fe9 [project @ 2007-11-01 02:17:32 by jwe]
jwe
parents: 7086
diff changeset
4045 2007-10-31 John W. Eaton <jwe@octave.org>
dbf9b76b0fe9 [project @ 2007-11-01 02:17:32 by jwe]
jwe
parents: 7086
diff changeset
4046
dbf9b76b0fe9 [project @ 2007-11-01 02:17:32 by jwe]
jwe
parents: 7086
diff changeset
4047 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel.
dbf9b76b0fe9 [project @ 2007-11-01 02:17:32 by jwe]
jwe
parents: 7086
diff changeset
4048
7086
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4049 2007-10-31 Michael goffioul <michael.goffioul@gmail.com>
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4050
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4051 * plot/subplot.m: Ignore legend objects when parsing existing axes
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4052 objects and legend objects are implemented with a separate axes
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4053 object.
625891845df5 [project @ 2007-10-31 17:11:49 by jwe]
jwe
parents: 7081
diff changeset
4054
7078
405cf85b435c [project @ 2007-10-30 14:04:59 by jwe]
jwe
parents: 7074
diff changeset
4055 2007-10-30 David Bateman <dbateman@free.fr>
405cf85b435c [project @ 2007-10-30 14:04:59 by jwe]
jwe
parents: 7074
diff changeset
4056
7081
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7078
diff changeset
4057 * control/base/DEMOcontrol.m: Doc fixes for small book format.
503001863427 [project @ 2007-10-31 01:08:14 by jwe]
jwe
parents: 7078
diff changeset
4058
7078
405cf85b435c [project @ 2007-10-30 14:04:59 by jwe]
jwe
parents: 7074
diff changeset
4059 * plot/__go_draw_axes__.m (do_linestyle_command):
405cf85b435c [project @ 2007-10-30 14:04:59 by jwe]
jwe
parents: 7074
diff changeset
4060 Use point type 0 for ".".
405cf85b435c [project @ 2007-10-30 14:04:59 by jwe]
jwe
parents: 7074
diff changeset
4061
7073
66c6cab344f7 [project @ 2007-10-26 16:09:12 by jwe]
jwe
parents: 7069
diff changeset
4062 2007-10-26 John W. Eaton <jwe@octave.org>
66c6cab344f7 [project @ 2007-10-26 16:09:12 by jwe]
jwe
parents: 7069
diff changeset
4063
7074
87151f298e6a [project @ 2007-10-26 17:57:34 by jwe]
jwe
parents: 7073
diff changeset
4064 * image/imshow.m: Improve compatibility.
87151f298e6a [project @ 2007-10-26 17:57:34 by jwe]
jwe
parents: 7073
diff changeset
4065 * image/image.m: Return handle if nargou > 0.
87151f298e6a [project @ 2007-10-26 17:57:34 by jwe]
jwe
parents: 7073
diff changeset
4066
7073
66c6cab344f7 [project @ 2007-10-26 16:09:12 by jwe]
jwe
parents: 7069
diff changeset
4067 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes.
66c6cab344f7 [project @ 2007-10-26 16:09:12 by jwe]
jwe
parents: 7069
diff changeset
4068
7069
c76471cc72d1 [project @ 2007-10-25 07:16:07 by jwe]
jwe
parents: 7068
diff changeset
4069 2007-10-25 John W. Eaton <jwe@octave.org>
c76471cc72d1 [project @ 2007-10-25 07:16:07 by jwe]
jwe
parents: 7068
diff changeset
4070
c76471cc72d1 [project @ 2007-10-25 07:16:07 by jwe]
jwe
parents: 7068
diff changeset
4071 * miscellaneous/compare_versions.m: Style fixes.
c76471cc72d1 [project @ 2007-10-25 07:16:07 by jwe]
jwe
parents: 7068
diff changeset
4072
7060
033918b854a7 [project @ 2007-10-24 17:51:05 by jwe]
jwe
parents: 7054
diff changeset
4073 2007-10-24 John W. Eaton <jwe@octave.org>
033918b854a7 [project @ 2007-10-24 17:51:05 by jwe]
jwe
parents: 7054
diff changeset
4074
7061
005c785b8d81 [project @ 2007-10-24 19:00:12 by jwe]
jwe
parents: 7060
diff changeset
4075 * image/saveimage.m: Use functional form of save instead of eval.
005c785b8d81 [project @ 2007-10-24 19:00:12 by jwe]
jwe
parents: 7060
diff changeset
4076 Use -text instead of -ascii.
005c785b8d81 [project @ 2007-10-24 19:00:12 by jwe]
jwe
parents: 7060
diff changeset
4077
7060
033918b854a7 [project @ 2007-10-24 17:51:05 by jwe]
jwe
parents: 7054
diff changeset
4078 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects.
033918b854a7 [project @ 2007-10-24 17:51:05 by jwe]
jwe
parents: 7054
diff changeset
4079
7054
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7049
diff changeset
4080 2007-10-23 Peter A. Gustafson <petegus@umich.edu>
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7049
diff changeset
4081
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7049
diff changeset
4082 * plot/legend.m: Also extract location string from varargin (lost
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7049
diff changeset
4083 when 2007-10-08 patch was applied).
1c5b2b5b58ba [project @ 2007-10-23 23:22:16 by jwe]
jwe
parents: 7049
diff changeset
4084
7049
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4085 2007-10-23 David Bateman <dbateman@free.fr>
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4086
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4087 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m,
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4088 miscellaneous/what.m: New functions
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4089 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4090 functions.
e426f849fc36 [project @ 2007-10-23 08:19:48 by dbateman]
dbateman
parents: 7045
diff changeset
4091
7045
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4092 2007-10-22 David Bateman <dbateman@free.fr>
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4093
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4094 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete.
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4095 * miscellaneous/Makefile.in (SOURCES): remove cputim.m
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4096 * time/Makefile.in (SOURCES): Remov tic.m and toc.m
271fa61d8fae [project @ 2007-10-22 11:52:38 by dbateman]
dbateman
parents: 7042
diff changeset
4097
7042
e54cc03d53f6 [project @ 2007-10-19 20:43:32 by jwe]
jwe
parents: 7041
diff changeset
4098 2007-10-19 Kai Habel <kai.habel@gmx.de>
e54cc03d53f6 [project @ 2007-10-19 20:43:32 by jwe]
jwe
parents: 7041
diff changeset
4099
e54cc03d53f6 [project @ 2007-10-19 20:43:32 by jwe]
jwe
parents: 7041
diff changeset
4100 * plot/contourf.m: New function.
e54cc03d53f6 [project @ 2007-10-19 20:43:32 by jwe]
jwe
parents: 7041
diff changeset
4101 * plot/Makefile.in (SOURCES): Add it to the list.
e54cc03d53f6 [project @ 2007-10-19 20:43:32 by jwe]
jwe
parents: 7041
diff changeset
4102
7040
1f16da18d85d [project @ 2007-10-19 18:24:19 by jwe]
jwe
parents: 7039
diff changeset
4103 2007-10-19 John W. Eaton <jwe@octave.org>
1f16da18d85d [project @ 2007-10-19 18:24:19 by jwe]
jwe
parents: 7039
diff changeset
4104
1f16da18d85d [project @ 2007-10-19 18:24:19 by jwe]
jwe
parents: 7039
diff changeset
4105 * plot/subplot.m: Doc fix.
1f16da18d85d [project @ 2007-10-19 18:24:19 by jwe]
jwe
parents: 7039
diff changeset
4106
7039
258dd5c9bfe0 [project @ 2007-10-19 16:12:04 by jwe]
jwe
parents: 7037
diff changeset
4107 2007-10-19 David Bateman <dbateman@free.fr>
258dd5c9bfe0 [project @ 2007-10-19 16:12:04 by jwe]
jwe
parents: 7037
diff changeset
4108
7041
32da63705bf9 [project @ 2007-10-19 19:05:21 by dbateman]
dbateman
parents: 7040
diff changeset
4109 * plot/__bar__.m, plot/fill.m: Call newplot as needed.
7039
258dd5c9bfe0 [project @ 2007-10-19 16:12:04 by jwe]
jwe
parents: 7037
diff changeset
4110
7037
b1ca2c453b77 [project @ 2007-10-17 21:25:44 by jwe]
jwe
parents: 7032
diff changeset
4111 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it>
b1ca2c453b77 [project @ 2007-10-17 21:25:44 by jwe]
jwe
parents: 7032
diff changeset
4112
b1ca2c453b77 [project @ 2007-10-17 21:25:44 by jwe]
jwe
parents: 7032
diff changeset
4113 * plot/print.m: Handle -textspecial and -textnormal flags for fig
b1ca2c453b77 [project @ 2007-10-17 21:25:44 by jwe]
jwe
parents: 7032
diff changeset
4114 output.
b1ca2c453b77 [project @ 2007-10-17 21:25:44 by jwe]
jwe
parents: 7032
diff changeset
4115
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4116 2007-10-15 S�ren Hauberg <hauberg@gmail.com>
7031
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4117
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4118 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m,
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4119 statistics/models/logistic_regression.m, polynomial/polygcd.m,
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4120 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m,
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4121 control/system/syssetsignals.m, control/base/lqg.m,
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4122 strings/str2double.m, control/system/sysscale.m,
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4123 control/hinf/hinfdemo.m, general/cplxpair.m:
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4124 Make help text fit on pages when using smallbook.
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7028
diff changeset
4125
7028
ecd6347f7d1c [project @ 2007-10-15 09:00:02 by dbateman]
dbateman
parents: 7027
diff changeset
4126 2007-10-15 David Bateman <dbateman@free.fr>
ecd6347f7d1c [project @ 2007-10-15 09:00:02 by dbateman]
dbateman
parents: 7027
diff changeset
4127
7032
4d4197ffb09d [project @ 2007-10-15 16:31:55 by jwe]
jwe
parents: 7031
diff changeset
4128 * plot/print.m: Call drawnow before printing to ensure the plot is
4d4197ffb09d [project @ 2007-10-15 16:31:55 by jwe]
jwe
parents: 7031
diff changeset
4129 on the screen.
4d4197ffb09d [project @ 2007-10-15 16:31:55 by jwe]
jwe
parents: 7031
diff changeset
4130
7028
ecd6347f7d1c [project @ 2007-10-15 09:00:02 by dbateman]
dbateman
parents: 7027
diff changeset
4131 * testfun/test.m: In error/warning blocks test for an error before
ecd6347f7d1c [project @ 2007-10-15 09:00:02 by dbateman]
dbateman
parents: 7027
diff changeset
4132 a warning to avoid unexpected failures.
ecd6347f7d1c [project @ 2007-10-15 09:00:02 by dbateman]
dbateman
parents: 7027
diff changeset
4133
7027
3e2a59c78b9d [project @ 2007-10-15 08:22:54 by dbateman]
dbateman
parents: 7024
diff changeset
4134 2007-10-15 Kim Hansen i<kimhanse@gmail.com>
3e2a59c78b9d [project @ 2007-10-15 08:22:54 by dbateman]
dbateman
parents: 7024
diff changeset
4135
3e2a59c78b9d [project @ 2007-10-15 08:22:54 by dbateman]
dbateman
parents: 7024
diff changeset
4136 * testfun/assert.m: Correct documentation of absolution versus
3e2a59c78b9d [project @ 2007-10-15 08:22:54 by dbateman]
dbateman
parents: 7024
diff changeset
4137 relative error tolerance and add tests.
3e2a59c78b9d [project @ 2007-10-15 08:22:54 by dbateman]
dbateman
parents: 7024
diff changeset
4138
7024
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4139 2007-10-14 David Bateman <dbateman@free.fr>
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4140
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4141 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4142 src directory.
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4143 * plot/Makefile.in (SOURCES): Add fill.m.
7e3492d02821 [project @ 2007-10-14 19:28:42 by dbateman]
dbateman
parents: 7020
diff changeset
4144
7020
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4145 2007-10-13 David Bateman <dbateman@free.fr>
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4146
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4147 * plot/__patch__.m: Allow multiple patches to be defined and
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4148 return a single patch object. Allow Faces/Vertices form of
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4149 patch. Flag failure so the patch can call print_usage.
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4150 * plot/patch.m: Update help string for Faces/Vertices
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4151 call. Respect the fail flag returned by __patch__. Add demo code
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4152 that tests the functionality of patch.
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4153 * plot/__go_draw_axes__.m: Treat an array of patches in a single
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4154 patch object.
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4155 * plot/fill.m: New function.
e31f12bb9194 [project @ 2007-10-13 05:13:28 by dbateman]
dbateman
parents: 7016
diff changeset
4156
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7012
diff changeset
4157 2007-10-12 John W. Eaton <jwe@octave.org>
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7012
diff changeset
4158
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7012
diff changeset
4159 * Change copyright notices in all files that are part of Octave to
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7012
diff changeset
4160 GPLv3 or any later version.
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 7012
diff changeset
4161
7012
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4162 2007-10-11 John W. Eaton <jwe@octave.org>
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4163
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4164 * plot/__go_draw_axes__.m (get_axis_limits):
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4165 Return lim = [] if logscale and no positive values.
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4166 (__go_draw_axes__): Skip plotting if computed axis limits are empty.
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4167 Set initial min and min positive values to Inf, max values to -Inf.
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4168 (get_data_limits): Correctly handle xminp when no positive values
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4169 are found.
fa4b43705e37 [project @ 2007-10-11 18:15:53 by jwe]
jwe
parents: 7011
diff changeset
4170
7011
4a682c7b2bd6 [project @ 2007-10-11 17:54:48 by jwe]
jwe
parents: 7010
diff changeset
4171 2007-10-11 Ben Abbott <bpabbott@mac.com>
4a682c7b2bd6 [project @ 2007-10-11 17:54:48 by jwe]
jwe
parents: 7010
diff changeset
4172
4a682c7b2bd6 [project @ 2007-10-11 17:54:48 by jwe]
jwe
parents: 7010
diff changeset
4173 * polynomial/residue.m: New optional input for pole multiplicity.
4a682c7b2bd6 [project @ 2007-10-11 17:54:48 by jwe]
jwe
parents: 7010
diff changeset
4174 Doc fix. Fix tests.
4a682c7b2bd6 [project @ 2007-10-11 17:54:48 by jwe]
jwe
parents: 7010
diff changeset
4175
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4176 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net>
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4177
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4178 * toplev.cc (Foctave_config_info): Add field "mac".
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4179
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4180 * miscellaneous/ismac.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4181 * miscellaneous/Makefile.in (SOURCES): Add it to the list.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4182 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4183
7009
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4184 2007-10-11 Arno Onken <asnelt@asnelt.org>
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4185
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4186 * statistics/distributions/hygernd.m: Allow size to be specified
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4187 as a scalar. Handle three argument case. Allow T, M, and N to be
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4188 scalars or matrices of a common size.
b353c370a315 [project @ 2007-10-11 17:27:28 by jwe]
jwe
parents: 7008
diff changeset
4189
7007
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4190 2007-10-11 Brian Gough <bjg@network-theory.co.uk>
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4191
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4192 * control/csrefcard.lt, control/system/is_detectable.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4193 control/system/sysgroup.m, geometry/voronoin.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4194 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4195 statistics/base/mode.m, statistics/distributions/betarnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4196 statistics/distributions/binornd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4197 statistics/distributions/cauchy_rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4198 statistics/distributions/chi2rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4199 statistics/distributions/discrete_rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4200 statistics/distributions/exprnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4201 statistics/distributions/frnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4202 statistics/distributions/gamrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4203 statistics/distributions/geornd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4204 statistics/distributions/laplace_rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4205 statistics/distributions/logistic_rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4206 statistics/distributions/lognrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4207 statistics/distributions/nbinrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4208 statistics/distributions/normrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4209 statistics/distributions/poissrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4210 statistics/distributions/stdnormal_rnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4211 statistics/distributions/trnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4212 statistics/distributions/unifrnd.m,
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4213 statistics/distributions/wblrnd.m: Spelling fixes.
6304d9ea0a30 [project @ 2007-10-11 16:26:36 by jwe]
jwe
parents: 7006
diff changeset
4214
7005
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4215 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net>
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4216
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4217 * time/tic.m: New optional output value.
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4218
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4219 * general/int2str.m: Doc fix.
064f298f812f [project @ 2007-10-10 19:11:08 by jwe]
jwe
parents: 7002
diff changeset
4220
7002
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4221 2007-10-10 Arno Onken <asnelt@asnelt.org>
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4222
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4223 * statistics/distributions/hygecdf.m,
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4224 statistics/distributions/hygeinv.m,
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4225 statistics/distributions/hygepdf.m,
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4226 statistics/distributions/hygernd.m:
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4227 Swap order of T and M args for compatibility.
12ab7f5fc663 [project @ 2007-10-10 18:27:06 by jwe]
jwe
parents: 7001
diff changeset
4228
7001
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4229 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi>
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4230
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4231 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4232 control/system/buildssic.m, control/system/c2d.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4233 control/system/d2c.m, control/system/ord2.m, control/system/ss.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4234 control/system/ss2sys.m, control/system/ss2tf.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4235 control/system/syscont.m, control/system/sysdimensions.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4236 control/system/sysdisc.m, control/system/sysmult.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4237 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4238 finance/fv.m, general/cumtrapz.m, general/gradient.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4239 general/interp1.m, general/interp2.m, general/interp3.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4240 general/interpft.m, general/interpn.m, general/polyarea.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4241 general/rat.m, general/structfun.m, general/trapz.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4242 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4243 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4244 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4245 plot/plot3.m, plot/stem.m, polynomial/deconv.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4246 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4247 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4248 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4249 statistics/base/meansq.m, statistics/base/var.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4250 statistics/tests/chisquare_test_independence.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4251 statistics/tests/t_test.m, statistics/tests/u_test.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4252 strings/dec2base.m, strings/mat2str.m, testfun/speed.m,
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4253 testfun/test.m: Spelling fixes.
8b0cfeb06365 [project @ 2007-10-10 18:02:59 by jwe]
jwe
parents: 6998
diff changeset
4254
6998
cc049a392a97 [project @ 2007-10-10 16:51:51 by jwe]
jwe
parents: 6997
diff changeset
4255 2007-10-10 Ben Abbott <bpabbott@mac.com>
cc049a392a97 [project @ 2007-10-10 16:51:51 by jwe]
jwe
parents: 6997
diff changeset
4256
cc049a392a97 [project @ 2007-10-10 16:51:51 by jwe]
jwe
parents: 6997
diff changeset
4257 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr).
cc049a392a97 [project @ 2007-10-10 16:51:51 by jwe]
jwe
parents: 6997
diff changeset
4258
6997
6d0d8d621532 [project @ 2007-10-10 16:41:16 by jwe]
jwe
parents: 6988
diff changeset
4259 2007-10-10 John W. Eaton <jwe@octave.org>
6d0d8d621532 [project @ 2007-10-10 16:41:16 by jwe]
jwe
parents: 6988
diff changeset
4260
6d0d8d621532 [project @ 2007-10-10 16:41:16 by jwe]
jwe
parents: 6988
diff changeset
4261 * general/num2str.m: Always allow for sign for automatically
6d0d8d621532 [project @ 2007-10-10 16:41:16 by jwe]
jwe
parents: 6988
diff changeset
4262 computed format widths.
6d0d8d621532 [project @ 2007-10-10 16:41:16 by jwe]
jwe
parents: 6988
diff changeset
4263
6988
c7484dcadd4d [project @ 2007-10-09 19:58:32 by dbateman]
dbateman
parents: 6987
diff changeset
4264 2007-10-09 David Bateman <dbateman@free.fr>
c7484dcadd4d [project @ 2007-10-09 19:58:32 by dbateman]
dbateman
parents: 6987
diff changeset
4265
c7484dcadd4d [project @ 2007-10-09 19:58:32 by dbateman]
dbateman
parents: 6987
diff changeset
4266 * plot/patch.m: Accept a handle as the first argument.
c7484dcadd4d [project @ 2007-10-09 19:58:32 by dbateman]
dbateman
parents: 6987
diff changeset
4267
6987
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6985
diff changeset
4268 2007-10-09: Kim Hansen <kimhanse@gmail.com>
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6985
diff changeset
4269
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4270 * general/repmat.m: Handle sparse input. Add tests.
6987
deb175b6e4a1 [project @ 2007-10-09 18:39:15 by jwe]
jwe
parents: 6985
diff changeset
4271
6985
cf2f6090147a [project @ 2007-10-09 16:37:45 by jwe]
jwe
parents: 6979
diff changeset
4272 2007-10-09 John W. Eaton <jwe@octave.org>
cf2f6090147a [project @ 2007-10-09 16:37:45 by jwe]
jwe
parents: 6979
diff changeset
4273
cf2f6090147a [project @ 2007-10-09 16:37:45 by jwe]
jwe
parents: 6979
diff changeset
4274 * audio/wavwrite.m: Accept arguments in compatible order.
cf2f6090147a [project @ 2007-10-09 16:37:45 by jwe]
jwe
parents: 6979
diff changeset
4275
6979
2883ea1c5c18 [project @ 2007-10-08 20:23:48 by dbateman]
dbateman
parents: 6978
diff changeset
4276 2007-10-08 David Bateman <dbateman@free.fr>
2883ea1c5c18 [project @ 2007-10-08 20:23:48 by dbateman]
dbateman
parents: 6978
diff changeset
4277
2883ea1c5c18 [project @ 2007-10-08 20:23:48 by dbateman]
dbateman
parents: 6978
diff changeset
4278 * general/interp2.m: Relax test for values outside the grid to
2883ea1c5c18 [project @ 2007-10-08 20:23:48 by dbateman]
dbateman
parents: 6978
diff changeset
4279 allow monotonically decreasing abscissa as well.
2883ea1c5c18 [project @ 2007-10-08 20:23:48 by dbateman]
dbateman
parents: 6978
diff changeset
4280
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
4281 2007-10-08 Ben Abbott <bpabbott@mac.com>
6978
b75630794a11 [project @ 2007-10-08 19:41:28 by jwe]
jwe
parents: 6977
diff changeset
4282
b75630794a11 [project @ 2007-10-08 19:41:28 by jwe]
jwe
parents: 6977
diff changeset
4283 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity
b75630794a11 [project @ 2007-10-08 19:41:28 by jwe]
jwe
parents: 6977
diff changeset
4284 as output parameter.
b75630794a11 [project @ 2007-10-08 19:41:28 by jwe]
jwe
parents: 6977
diff changeset
4285
6977
e78e31f0a236 [project @ 2007-10-08 19:09:32 by jwe]
jwe
parents: 6975
diff changeset
4286 2007-10-08 Peter A. Gustafson <petegus@umich.edu>
e78e31f0a236 [project @ 2007-10-08 19:09:32 by jwe]
jwe
parents: 6975
diff changeset
4287
e78e31f0a236 [project @ 2007-10-08 19:09:32 by jwe]
jwe
parents: 6975
diff changeset
4288 * plot/__go_draw_axes__.m, plot/legend.m:
e78e31f0a236 [project @ 2007-10-08 19:09:32 by jwe]
jwe
parents: 6975
diff changeset
4289 Handle compatible position specifiers as strings.
e78e31f0a236 [project @ 2007-10-08 19:09:32 by jwe]
jwe
parents: 6975
diff changeset
4290
6975
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4291 2007-10-08 John Swensen <jpswensen@comcast.net>
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4292
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4293 * general/num2str.m: Eliminate extra whitespace in output.
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4294 * strings/strtrim.m: New function.
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4295 * strings/Makefile.in (SOURCES): Add it to the list.
0d11a12643f1 [project @ 2007-10-08 18:23:44 by jwe]
jwe
parents: 6968
diff changeset
4296
6968
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6967
diff changeset
4297 2007-10-06 John W. Eaton <jwe@octave.org>
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6967
diff changeset
4298
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6967
diff changeset
4299 * polynomial/residue.m: New test from test/test_poly.m.
c8fc3487ed2c [project @ 2007-10-06 12:57:58 by jwe]
jwe
parents: 6967
diff changeset
4300
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4301 2007-10-06 S�ren Hauberg <hauberg@gmail.com>
6967
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4302
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4303 * image/saveimage.m: Handle saving color images without a colormap.
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4304 * image/__img_via_file__.m: Add missing semicolon.
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4305
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4306 2007-10-06 Bill Denney <wsloand@gmail.com>
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4307
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4308 * general/__splinen__.m, general/isscalar.m, general/rat.m,
6967
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4309 strings/dec2base.m: Use numel(x) instead of prod(size(x)).
65a28e9de0a5 [project @ 2007-10-06 12:47:11 by jwe]
jwe
parents: 6965
diff changeset
4310
6965
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4311 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it>
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4312
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4313 * plot/print.m: Handle svg output type. Accept new -S option to
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4314 specify size for PNG and SVG output types.
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4315
c962cc09067a [project @ 2007-10-06 04:54:36 by jwe]
jwe
parents: 6964
diff changeset
4316 2007-10-05 Ben Abbott <bpabbott@mac.com>
6964
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4317
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4318 * polynomial/mpoles.m: New function.
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4319 * polynomial/residue.m: Modified to behave in reciprocal
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4320 manner. No longer compute 4th output, "e". No longer accept
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4321 tolerance input. Explicitly set tolerance parameter to 0.001.
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4322 Respect maximum relative difference in poles when determining
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4323 their multiplicity. Use mpoles to determine the multiplicity of
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4324 poles.
33f20a41aeea [project @ 2007-10-06 04:31:18 by jwe]
jwe
parents: 6963
diff changeset
4325
6963
642f481d2d50 [project @ 2007-10-05 22:40:59 by jwe]
jwe
parents: 6962
diff changeset
4326 2007-10-05 Peter A. Gustafson <petegus@umich.edu>
642f481d2d50 [project @ 2007-10-05 22:40:59 by jwe]
jwe
parents: 6962
diff changeset
4327
642f481d2d50 [project @ 2007-10-05 22:40:59 by jwe]
jwe
parents: 6962
diff changeset
4328 * plot/__go_draw_axes__.m: Add cbrange to the plot stream
642f481d2d50 [project @ 2007-10-05 22:40:59 by jwe]
jwe
parents: 6962
diff changeset
4329 for surface plots.
642f481d2d50 [project @ 2007-10-05 22:40:59 by jwe]
jwe
parents: 6962
diff changeset
4330
6962
9ac23c7f1c37 [project @ 2007-10-05 20:52:19 by jwe]
jwe
parents: 6955
diff changeset
4331 2007-10-05 John W. Eaton <jwe@octave.org>
9ac23c7f1c37 [project @ 2007-10-05 20:52:19 by jwe]
jwe
parents: 6955
diff changeset
4332
9ac23c7f1c37 [project @ 2007-10-05 20:52:19 by jwe]
jwe
parents: 6955
diff changeset
4333 * plot/__next_line_color__.m: Get color_rotation from axes
9ac23c7f1c37 [project @ 2007-10-05 20:52:19 by jwe]
jwe
parents: 6955
diff changeset
4334 colororder property.
9ac23c7f1c37 [project @ 2007-10-05 20:52:19 by jwe]
jwe
parents: 6955
diff changeset
4335
6953
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4336 2007-10-03 John W. Eaton <jwe@octave.org>
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4337
6955
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6953
diff changeset
4338 * miscellaneous/dir.m: Handle symbolic links in compatible way.
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6953
diff changeset
4339 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d".
4aef2ca14cf9 [project @ 2007-10-04 16:38:11 by jwe]
jwe
parents: 6953
diff changeset
4340
6953
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4341 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m.
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4342 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4343 special for __vnorm__.
4567a35e0777 [project @ 2007-10-04 02:53:11 by jwe]
jwe
parents: 6952
diff changeset
4344
6951
f359defe99ff [project @ 2007-10-03 21:08:32 by jwe]
jwe
parents: 6950
diff changeset
4345 2007-10-03 Quentin Spencer <qspencer@ieee.org>
f359defe99ff [project @ 2007-10-03 21:08:32 by jwe]
jwe
parents: 6950
diff changeset
4346
6952
09a89fb42c09 [project @ 2007-10-03 21:36:42 by jwe]
jwe
parents: 6951
diff changeset
4347 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm.
6951
f359defe99ff [project @ 2007-10-03 21:08:32 by jwe]
jwe
parents: 6950
diff changeset
4348
6950
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4349 2007-10-03 David Bateman <dbateman@free.fr>
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4350
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4351 * pkg/pkg.m (is_architecture_dependent): New function to identify
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4352 if a file is architecture dependent based on a list of file
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4353 extensions.
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4354 (configure_make): Simplify the search for architecture dependent
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4355 files based on this function.
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4356 (load_pakages_and_dependencies): Also look for bin directory in
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4357 the architecture dependent directory.
4fa8d8a804fb [project @ 2007-10-03 19:46:26 by dbateman]
dbateman
parents: 6947
diff changeset
4358
6947
4b41514e5ef0 [project @ 2007-10-03 14:47:32 by jwe]
jwe
parents: 6943
diff changeset
4359 2007-10-03 John W. Eaton <jwe@octave.org>
4b41514e5ef0 [project @ 2007-10-03 14:47:32 by jwe]
jwe
parents: 6943
diff changeset
4360
4b41514e5ef0 [project @ 2007-10-03 14:47:32 by jwe]
jwe
parents: 6943
diff changeset
4361 * miscellaneous/dir.m: Create empty struct with field names.
4b41514e5ef0 [project @ 2007-10-03 14:47:32 by jwe]
jwe
parents: 6943
diff changeset
4362 Include datenum in struct.
4b41514e5ef0 [project @ 2007-10-03 14:47:32 by jwe]
jwe
parents: 6943
diff changeset
4363
6943
f6d78960f674 [project @ 2007-10-02 15:22:30 by dbateman]
dbateman
parents: 6942
diff changeset
4364 2007-10-02 David Bateman <dbateman@free.fr>
f6d78960f674 [project @ 2007-10-02 15:22:30 by dbateman]
dbateman
parents: 6942
diff changeset
4365
f6d78960f674 [project @ 2007-10-02 15:22:30 by dbateman]
dbateman
parents: 6942
diff changeset
4366 * miscellaneous/ls.m: If nargout return string array of files
f6d78960f674 [project @ 2007-10-02 15:22:30 by dbateman]
dbateman
parents: 6942
diff changeset
4367 returned by ls.
f6d78960f674 [project @ 2007-10-02 15:22:30 by dbateman]
dbateman
parents: 6942
diff changeset
4368
6942
fbf2e8b95a18 [project @ 2007-10-01 19:26:41 by jwe]
jwe
parents: 6938
diff changeset
4369 2007-10-01 John W. Eaton <jwe@octave.org>
fbf2e8b95a18 [project @ 2007-10-01 19:26:41 by jwe]
jwe
parents: 6938
diff changeset
4370
fbf2e8b95a18 [project @ 2007-10-01 19:26:41 by jwe]
jwe
parents: 6938
diff changeset
4371 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting
fbf2e8b95a18 [project @ 2007-10-01 19:26:41 by jwe]
jwe
parents: 6938
diff changeset
4372 range values.
fbf2e8b95a18 [project @ 2007-10-01 19:26:41 by jwe]
jwe
parents: 6938
diff changeset
4373
6937
ee12d56c4200 [project @ 2007-10-01 10:08:31 by dbateman]
dbateman
parents: 6935
diff changeset
4374 2007-10-01 David Bateman <dbateman@free.fr>
ee12d56c4200 [project @ 2007-10-01 10:08:31 by dbateman]
dbateman
parents: 6935
diff changeset
4375
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4376 * linear-algebra/norm.m: Inline the isvector(x) calculation for
6938
688ef9440022 [project @ 2007-10-01 15:59:33 by dbateman]
dbateman
parents: 6937
diff changeset
4377 speed with small vectors.
6937
ee12d56c4200 [project @ 2007-10-01 10:08:31 by dbateman]
dbateman
parents: 6935
diff changeset
4378 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir")
ee12d56c4200 [project @ 2007-10-01 10:08:31 by dbateman]
dbateman
parents: 6935
diff changeset
4379 rather than OCTAVE_HOME().
ee12d56c4200 [project @ 2007-10-01 10:08:31 by dbateman]
dbateman
parents: 6935
diff changeset
4380
6935
5cd272497aae [project @ 2007-09-30 19:16:49 by dbateman]
dbateman
parents: 6925
diff changeset
4381 2007-09-30 Ben Abbott <bpabbott@mac.com>
5cd272497aae [project @ 2007-09-30 19:16:49 by dbateman]
dbateman
parents: 6925
diff changeset
4382
5cd272497aae [project @ 2007-09-30 19:16:49 by dbateman]
dbateman
parents: 6925
diff changeset
4383 * plot/findobj.m: New function.
5cd272497aae [project @ 2007-09-30 19:16:49 by dbateman]
dbateman
parents: 6925
diff changeset
4384 * plot/Makefile.m (SOURCES): Add it to SOURCES.
5cd272497aae [project @ 2007-09-30 19:16:49 by dbateman]
dbateman
parents: 6925
diff changeset
4385
6925
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4386 2007-09-26 David Bateman <dbateman@free.fr>
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4387
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4388 * pkg/pkg.m: Add second argument to setting for prefix for
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4389 architecture dependent files. Use throughout.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4390 (pkg:issuperuser): New function, use through to check for
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4391 root user.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4392 (pkg:getarchprefix): function to give the archiecture dependent
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4393 prefix for a package.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4394 (pkg:getarchdir): New function giving location of architetcure
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4395 dependent directory. Use through out.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4396 (pkg:install): Treat architecture dependent directory separately
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4397 as in might not be a sub-directory of the package directory.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4398 (pkg:uninstall): ditto.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4399 (pkg:create_pkgadddel): Check for global or local install for
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4400 architecture dependent directory.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4401 (pkg:finish_installation): ditto.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4402 (pkg:write_INDEX): ditto.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4403 (pkg:load_packages_and_dependencies): ditto.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4404 (pkg:copy_files): ditto. Add step to copy architecture dependent
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4405 files to a new location if user is root.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4406 (pkg:rm_rf): Check if file or directory exists before removing.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4407 (pkg:dirempty): Check if directory exists before checking.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4408
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4409 * plot/___patch__.m: Allow face colors to be passed as strings
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4410
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4411 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin"
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4412 needed for calls to "hold" without an argument.
1401a79af68c [project @ 2007-09-26 18:58:52 by dbateman]
dbateman
parents: 6921
diff changeset
4413
6920
17d9ce1f00f5 [project @ 2007-09-21 16:13:30 by jwe]
jwe
parents: 6919
diff changeset
4414 2007-09-21 John W. Eaton <jwe@octave.org>
17d9ce1f00f5 [project @ 2007-09-21 16:13:30 by jwe]
jwe
parents: 6919
diff changeset
4415
6921
2ae5d4353d0b [project @ 2007-09-21 16:53:47 by jwe]
jwe
parents: 6920
diff changeset
4416 * optimization/sqp.m: Fix typo.
2ae5d4353d0b [project @ 2007-09-21 16:53:47 by jwe]
jwe
parents: 6920
diff changeset
4417
6920
17d9ce1f00f5 [project @ 2007-09-21 16:13:30 by jwe]
jwe
parents: 6919
diff changeset
4418 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here.
17d9ce1f00f5 [project @ 2007-09-21 16:13:30 by jwe]
jwe
parents: 6919
diff changeset
4419
6919
e45e921fbee2 [project @ 2007-09-21 16:01:15 by jwe]
jwe
parents: 6918
diff changeset
4420 2007-09-21 Luther Tychonievich <lty@cs.byu.edu>
e45e921fbee2 [project @ 2007-09-21 16:01:15 by jwe]
jwe
parents: 6918
diff changeset
4421
e45e921fbee2 [project @ 2007-09-21 16:01:15 by jwe]
jwe
parents: 6918
diff changeset
4422 * control/hinf/h2norm: Compute d*d', not d'*d.
e45e921fbee2 [project @ 2007-09-21 16:01:15 by jwe]
jwe
parents: 6918
diff changeset
4423
6918
dcd384e73cbe [project @ 2007-09-21 12:30:34 by dbateman]
dbateman
parents: 6914
diff changeset
4424 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com>
dcd384e73cbe [project @ 2007-09-21 12:30:34 by dbateman]
dbateman
parents: 6914
diff changeset
4425
dcd384e73cbe [project @ 2007-09-21 12:30:34 by dbateman]
dbateman
parents: 6914
diff changeset
4426 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m,
dcd384e73cbe [project @ 2007-09-21 12:30:34 by dbateman]
dbateman
parents: 6914
diff changeset
4427 unidpdf.m and unidinv.m
dcd384e73cbe [project @ 2007-09-21 12:30:34 by dbateman]
dbateman
parents: 6914
diff changeset
4428
6914
40be41c7d098 [project @ 2007-09-18 19:51:06 by jwe]
jwe
parents: 6912
diff changeset
4429 2007-09-18 John W. Eaton <jwe@octave.org>
40be41c7d098 [project @ 2007-09-18 19:51:06 by jwe]
jwe
parents: 6912
diff changeset
4430
40be41c7d098 [project @ 2007-09-18 19:51:06 by jwe]
jwe
parents: 6912
diff changeset
4431 * plot/__go_draw_axes__.m: Use %.15g throughout.
40be41c7d098 [project @ 2007-09-18 19:51:06 by jwe]
jwe
parents: 6912
diff changeset
4432 (do_tics_1): Set numeric axes formats to "%.15g".
40be41c7d098 [project @ 2007-09-18 19:51:06 by jwe]
jwe
parents: 6912
diff changeset
4433
6912
66c7da4ee7a1 [project @ 2007-09-18 15:26:08 by jwe]
jwe
parents: 6908
diff changeset
4434 2007-09-18 David Bateman <dbateman@free.fr>
66c7da4ee7a1 [project @ 2007-09-18 15:26:08 by jwe]
jwe
parents: 6908
diff changeset
4435
66c7da4ee7a1 [project @ 2007-09-18 15:26:08 by jwe]
jwe
parents: 6908
diff changeset
4436 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead
66c7da4ee7a1 [project @ 2007-09-18 15:26:08 by jwe]
jwe
parents: 6908
diff changeset
4437 of %g when writing data.
66c7da4ee7a1 [project @ 2007-09-18 15:26:08 by jwe]
jwe
parents: 6908
diff changeset
4438
6908
b2de26e67857 [project @ 2007-09-17 19:27:37 by jwe]
jwe
parents: 6903
diff changeset
4439 2007-09-17 John W. Eaton <jwe@octave.org>
b2de26e67857 [project @ 2007-09-17 19:27:37 by jwe]
jwe
parents: 6903
diff changeset
4440
b2de26e67857 [project @ 2007-09-17 19:27:37 by jwe]
jwe
parents: 6903
diff changeset
4441 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots.
b2de26e67857 [project @ 2007-09-17 19:27:37 by jwe]
jwe
parents: 6903
diff changeset
4442
6903
a56ab599ac4c [project @ 2007-09-14 19:47:12 by jwe]
jwe
parents: 6901
diff changeset
4443 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de>
a56ab599ac4c [project @ 2007-09-14 19:47:12 by jwe]
jwe
parents: 6901
diff changeset
4444
a56ab599ac4c [project @ 2007-09-14 19:47:12 by jwe]
jwe
parents: 6901
diff changeset
4445 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for
a56ab599ac4c [project @ 2007-09-14 19:47:12 by jwe]
jwe
parents: 6901
diff changeset
4446 noninteger N with N-K < 1.
a56ab599ac4c [project @ 2007-09-14 19:47:12 by jwe]
jwe
parents: 6901
diff changeset
4447
6901
0baa196d93b5 [project @ 2007-09-14 17:16:42 by jwe]
jwe
parents: 6898
diff changeset
4448 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr>
0baa196d93b5 [project @ 2007-09-14 17:16:42 by jwe]
jwe
parents: 6898
diff changeset
4449
0baa196d93b5 [project @ 2007-09-14 17:16:42 by jwe]
jwe
parents: 6898
diff changeset
4450 * strings/index.m: Correct for strings differing after the third
0baa196d93b5 [project @ 2007-09-14 17:16:42 by jwe]
jwe
parents: 6898
diff changeset
4451 position (bug reported by Maude Martin).
0baa196d93b5 [project @ 2007-09-14 17:16:42 by jwe]
jwe
parents: 6898
diff changeset
4452
6895
76e3d985ae56 [project @ 2007-09-13 18:22:38 by jwe]
jwe
parents: 6885
diff changeset
4453 2007-09-13 John W. Eaton <jwe@octave.org>
76e3d985ae56 [project @ 2007-09-13 18:22:38 by jwe]
jwe
parents: 6885
diff changeset
4454
76e3d985ae56 [project @ 2007-09-13 18:22:38 by jwe]
jwe
parents: 6885
diff changeset
4455 * plot/__default_colormap__.m: Delete.
76e3d985ae56 [project @ 2007-09-13 18:22:38 by jwe]
jwe
parents: 6885
diff changeset
4456 * plot/Makefile (SOURCES): Remove from the list.
76e3d985ae56 [project @ 2007-09-13 18:22:38 by jwe]
jwe
parents: 6885
diff changeset
4457
6898
f4e1bdb66535 [project @ 2007-09-14 05:20:43 by jwe]
jwe
parents: 6895
diff changeset
4458 2007-09-13 Christof Zeile <cz-oct07@cvmx.com>
f4e1bdb66535 [project @ 2007-09-14 05:20:43 by jwe]
jwe
parents: 6895
diff changeset
4459
f4e1bdb66535 [project @ 2007-09-14 05:20:43 by jwe]
jwe
parents: 6895
diff changeset
4460 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments.
f4e1bdb66535 [project @ 2007-09-14 05:20:43 by jwe]
jwe
parents: 6895
diff changeset
4461
6885
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4462 2007-09-10 David Bateman <dbateman@free.fr>
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4463
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4464 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4465 limit the selection of colors in the same way as for lines.
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4466 * plot/__patch__.m: Allow matrix arguments with one patch per
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4467 column.
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4468 * plot/__bar__.m: Adapt to use "patch".
987a7bf45c99 [project @ 2007-09-10 20:51:09 by jwe]
jwe
parents: 6870
diff changeset
4469
6870
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4470 2007-09-06 John W. Eaton <jwe@octave.org>
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4471
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4472 * plot/drawnow.m (drawnow): New arg, debug_file.
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4473 (init_plot_stream): Split from open_plot_stream.
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4474 * plot/print.m: Accept -debug=FILE argument.
e2e5425905ac [project @ 2007-09-06 20:18:20 by jwe]
jwe
parents: 6868
diff changeset
4475
6868
975fcdfb0d2d [project @ 2007-09-06 16:34:29 by dbateman]
dbateman
parents: 6863
diff changeset
4476 2007-09-06 David Bateman <dbateman@free.fr>
975fcdfb0d2d [project @ 2007-09-06 16:34:29 by dbateman]
dbateman
parents: 6863
diff changeset
4477
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4478 * general/celldisp.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4479 * general/Makefile.in (SOURCES): Add celldisp.m.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4480 * miscellaneous/swapbytes.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4481 * miscellaneous/gzip.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4482 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m.
6868
975fcdfb0d2d [project @ 2007-09-06 16:34:29 by dbateman]
dbateman
parents: 6863
diff changeset
4483
6863
3c64128e621c [project @ 2007-09-05 07:52:48 by dbateman]
dbateman
parents: 6862
diff changeset
4484 2007-09-05 David Bateman <dbateman@free.fr>
3c64128e621c [project @ 2007-09-05 07:52:48 by dbateman]
dbateman
parents: 6862
diff changeset
4485
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4486 * general/structfun.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4487 * general/Makefile.in (SOURCES): Add it to sources.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4488 * miscellaneous/run.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4489 * miscellaneous/Makefile.in (SOURCES): Add it to sources.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4490 * statistics/base/mode.m: New function.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4491 * statistics/base//Makefile.in (SOURCES): Add it to sources.
6863
3c64128e621c [project @ 2007-09-05 07:52:48 by dbateman]
dbateman
parents: 6862
diff changeset
4492
6862
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4493 2007-09-05 John W. Eaton <jwe@octave.org>
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4494
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4495 * miscellaneous/orderfields.m: Use numel instead of length.
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4496
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4497 2007-09-05 Michael goffioul <michael.goffioul@gmail.com>
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4498
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4499 * miscellaneous/orderfields.m: Handle empty structs.
d63339cbb205 [project @ 2007-09-05 06:49:29 by jwe]
jwe
parents: 6861
diff changeset
4500
6861
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4501 2007-09-05 John W. Eaton <jwe@octave.org>
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4502
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4503 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4504 DATA_IDX.
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4505
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4506 2007-09-04 David Bateman <dbateman@free.fr>
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4507
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4508 * general/isdir.m: Return a logical value.
32558239ed9e [project @ 2007-09-05 06:15:01 by jwe]
jwe
parents: 6859
diff changeset
4509
6859
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4510 2007-09-04 David Bateman <dbateman@free.fr>
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4511
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4512 * statistics/distributions/chi2pdf.m,
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4513 statistics/distributions/chi2cdf.m,
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4514 statistics/distributions/chi2inv.m: Modifiy the call to the gamma
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4515 distribution functions to account for inverse of scale factor in
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4516 gamma functions.
5fddcbbe880e [project @ 2007-09-04 12:59:42 by dbateman]
dbateman
parents: 6857
diff changeset
4517
6857
5cc9caab1a31 [project @ 2007-09-02 02:12:07 by jwe]
jwe
parents: 6853
diff changeset
4518 2007-09-01 John W. Eaton <jwe@octave.org>
5cc9caab1a31 [project @ 2007-09-02 02:12:07 by jwe]
jwe
parents: 6853
diff changeset
4519
5cc9caab1a31 [project @ 2007-09-02 02:12:07 by jwe]
jwe
parents: 6853
diff changeset
4520 * plot/Makefile.in (SOURCES): Add ancestor.m to the list.
5cc9caab1a31 [project @ 2007-09-02 02:12:07 by jwe]
jwe
parents: 6853
diff changeset
4521
6853
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4522 2007-09-01 David Bateman <dbateman@free.fr>
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4523
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4524 * polynomial/polyint.m: New function like polyinteg but with
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4525 explicit integration constant.
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4526 * polynomial/polyinteg.m: Remove.
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4527 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4528 polyinteg.m.
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4529 * deprecated/polyinteg.m: Move version here.
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4530 * deprecated/Makefile.in (SOURCES): Add polyinteg.m.
02106856b8f6 [project @ 2007-08-31 22:51:29 by dbateman]
dbateman
parents: 6852
diff changeset
4531
6852
a34d59fc7a91 [project @ 2007-08-31 20:51:58 by dbateman]
dbateman
parents: 6851
diff changeset
4532 * geometry/voronoi.m: Add large box around data to get a good
a34d59fc7a91 [project @ 2007-08-31 20:51:58 by dbateman]
dbateman
parents: 6851
diff changeset
4533 approximation of the rays to infinity.
a34d59fc7a91 [project @ 2007-08-31 20:51:58 by dbateman]
dbateman
parents: 6851
diff changeset
4534
6851
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4535 2007-08-31 Michael goffioul <michael.goffioul@gmail.com>
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4536
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4537 * plot/axes.m: Allow parent to be specified when creating axes
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4538 objects. Support non-figure parents.
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4539
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4540 2007-08-31 John W. Eaton <jwe@octave.org>
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4541
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4542 * plot/ancestor.m: New function, adapted from Octave Forge.
05f6f120a65f [project @ 2007-08-31 17:58:00 by jwe]
jwe
parents: 6850
diff changeset
4543
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4544 2007-08-31 S�ren Hauberg <hauberg@gmail.com>
6850
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6848
diff changeset
4545
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4546 * polynomial/polygcd.m: Better layout of example.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4547 * polynomial/compan.m: Remove unnecessary check.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4548 * polynomial/roots.m: Added example to help text.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4549 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4550 * polynomial/poly.m: Added example to help text.
6850
9398f6a81bdf [project @ 2007-08-31 17:29:22 by jwe]
jwe
parents: 6848
diff changeset
4551
6848
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
4552 2007-08-30 John W. Eaton <jwe@octave.org>
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
4553
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
4554 * optimization/qp.m: Increase maxit to 200.
9de60a998cf3 [project @ 2007-08-30 17:54:48 by jwe]
jwe
parents: 6847
diff changeset
4555
6847
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
4556 2007-08-30 David Bateman <dbateman@free.fr>
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
4557
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
4558 * geometry/inpolygon.m: New file.
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
4559 * geometry/Makefile.in (SOURCES): Add inpolygon.m.
956148c0d388 [project @ 2007-08-30 07:39:32 by dbateman]
dbateman
parents: 6843
diff changeset
4560
6843
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
4561 2007-08-29 Peter A. Gustafson <petegus@umich.edu>
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
4562
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
4563 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command.
9adfed86501f [project @ 2007-08-29 20:39:12 by jwe]
jwe
parents: 6829
diff changeset
4564
6829
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
4565 2007-08-24 David Bateman <dbateman@free.fr>
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
4566
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
4567 * plot/__go_draw_axes__.m: Treat text color property.
6c85f7d37e61 [project @ 2007-08-24 20:23:21 by dbateman]
dbateman
parents: 6828
diff changeset
4568
6828
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4569 2007-08-24 John W. Eaton <jwe@octave.org>
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4570
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4571 * plot/subplot.m, plot/plot.m, plot/grid.m:
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4572 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop.
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4573
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4574 * miscellaneous/movefile.m: Separate second and third args and
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4575 use p1 and p2, not f1 and f2 when constructing arguments for
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4576 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>.
d069de22e9aa [project @ 2007-08-24 16:59:47 by jwe]
jwe
parents: 6825
diff changeset
4577
6825
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
4578 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com>
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
4579
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
4580 * set/intersect.m: Make it work with cell arrays of strings.
59e22e30aff8 [project @ 2007-08-24 15:36:49 by jwe]
jwe
parents: 6823
diff changeset
4581
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4582 2007-08-24 David Bateman <dbateman@free.fr>
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4583
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4584 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m,
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4585 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4586 functions ported from octave-forge.
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4587 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m,
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4588 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m,
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4589 geometry/triplot.m, geometry/tsearchn.m:
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4590 New functions.
7010
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4591 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4592 * geometry/Makefile.in (SOURCES): Add functions above.
f7d2f54008f5 [project @ 2007-10-11 17:50:34 by jwe]
jwe
parents: 7009
diff changeset
4593 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile.
6823
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 6820
diff changeset
4594
6820
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4595 2007-08-23 John W. Eaton <jwe@octave.org>
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4596
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4597 * pkg/pkg.m: Avoid using installed_packages for both function and
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4598 variable name.
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4599
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4600 2007-08-23 David Bateman <dbateman@free.fr>
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4601
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4602 * plot/plot.m: Allow first arg to be axes handle.
65d0fa83261a [project @ 2007-08-23 16:14:51 by jwe]
jwe
parents: 6818
diff changeset
4603
6818
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4604 2007-08-22 David Bateman <dbateman@free.fr>
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4605
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4606 * control/base/nichols.m: Correct for misnamed variable, and ensure
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4607 outputs are returned only if requested.
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4608
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4609 2007-08-22 Donald Parsons <dparsons@brightdsl.net>
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4610
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4611 * control/base/nichols.m: Fix typo.
9483da8d87e5 [project @ 2007-08-22 08:49:18 by dbateman]
dbateman
parents: 6813
diff changeset
4612
6813
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
4613 2007-08-13 John W. Eaton <jwe@octave.org>
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
4614
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
4615 * plot/meshgrid.m: Use repmat instead of multiplication.
75d99621f850 [project @ 2007-08-14 17:14:18 by jwe]
jwe
parents: 6809
diff changeset
4616
6809
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
4617 2007-08-10 Peter A. Gustafson <petegus@umich.edu>
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
4618
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
4619 * plot/__go_draw_axes__.m: Add axes position to the usingclause,
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
4620 use axes position in each appropriate gnuplot set statement.
5e61f0bc0c27 [project @ 2007-08-10 18:41:33 by jwe]
jwe
parents: 6808
diff changeset
4621
6808
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4622 2007-08-10 John W. Eaton <jwe@octave.org>
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4623
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4624 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list.
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4625 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR).
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4626 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR).
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4627 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables.
64b2d6bcd54e [project @ 2007-08-10 18:19:32 by jwe]
jwe
parents: 6807
diff changeset
4628
6807
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4629 2007-08-10 Kai Habel <kai.habel@gmx.de>
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4630
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4631 * plot/patch.m, plot/__patch__.m: New files.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4632 * plot/Makefile.in (SOURCES): Add them to the list.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4633
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4634 2007-08-07 John W. Eaton <jwe@octave.org>
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4635
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4636 * path/savepath.m: Use single quotes for argument to PATH command
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4637 that is inserted in file.
0089a504fdd6 [project @ 2007-08-10 17:34:59 by jwe]
jwe
parents: 6805
diff changeset
4638
6805
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
4639 2007-07-27 John W. Eaton <jwe@octave.org>
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
4640
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
4641 * plot/drawnow.m: Only set default value for term if GNUTERM is
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
4642 not set in the environment.
41d8841124b3 [project @ 2007-07-27 05:26:27 by jwe]
jwe
parents: 6796
diff changeset
4643
6796
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4644 2007-07-25 David Bateman <dbateman@free.fr>
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4645
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4646 * Makefile.in, audio/Makefile.in, control/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4647 control/base/Makefile.in, control/hinf/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4648 control/obsolete/Makefile.in, control/system/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4649 control/util/Makefile.in, deprecated/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4650 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4651 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4652 miscellaneous/Makefile.in, optimizaton/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4653 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4654 polynomial/Makefile.in, quaternion/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4655 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4656 specfun/Makefile.in, special-matrix/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4657 startup/Makefile.in, statistics/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4658 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4659 statistics/models/Makefile.in, statistics/tests/Makefile.in,
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4660 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4661 Adjust DISTFILES to allow out of tree "make dist" to work.
59c0c3637633 [project @ 2007-07-25 15:45:04 by jwe]
jwe
parents: 6795
diff changeset
4662
6795
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
4663 2007-07-25 John W. Eaton <jwe@octave.org>
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
4664
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
4665 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty.
acf80f494427 [project @ 2007-07-25 15:20:53 by jwe]
jwe
parents: 6793
diff changeset
4666
6793
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4667 2007-07-24 David Bateman <dbateman@free.fr>
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4668
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4669 * image/flag.m: New colormap function.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4670 * images/Makefile.in: Include it in SOURCES.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4671
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4672 * image/autumn.m image/bone.m image/cool.m image/copper.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4673 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4674 image/rainbow.m image/spring.m image/summer.m image/white.m
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4675 image/winter.m, image/brighten.m: Use isscalar and not is_scalar.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4676 * image/gray.m, image/ocean.m: Use the same means of finding the
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4677 number of colormap elements as the other colormap functions.
9a179efae6bb [project @ 2007-07-24 20:42:22 by dbateman]
dbateman
parents: 6790
diff changeset
4678
6790
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
4679 2007-07-24 Kai Habel <kai.habel@gmx.de>
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
4680
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
4681 * plot/__go_draw_axes__.m: Handle patch.
f1157da78825 [project @ 2007-07-24 19:02:27 by jwe]
jwe
parents: 6788
diff changeset
4682
6788
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4683 2007-07-23 David Bateman <dbateman@free.fr>
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4684
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4685 * general/rat.m: New function for ration approximation imported
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4686 from octave-forge.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4687 * general/del2.m: New function for discrete laplacian operator.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4688 * general/Makefile.in: Include rat.m and del2.m in SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4689
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4690 * image/autumn.m image/bone.m image/cool.m image/copper.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4691 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4692 image/rainbow.m image/spring.m image/summer.m image/white.m
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4693 image/winter.m, image/brighten.m: Port image functions from
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4694 octave-forge.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4695 * image/Makefile.in: Add ported functions to SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4696 * image/gray.m, image/ocean.m: Don't set the colormap for
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4697 compatibility with matlab.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4698
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4699 * plot/meshc.m, plot/peaks.m: Port plotting function from
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4700 octave-forge
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4701 * plot/Makefile.in: Add ported functions to SOURCES.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4702 * plot/__go_draw_axes__.m: Set the palette for the surfaces if
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4703 using gnuplot 4.2 or greater.
c81a0f3f5a82 [project @ 2007-07-23 22:05:29 by dbateman]
dbateman
parents: 6785
diff changeset
4704
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
4705 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk>
6785
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
4706
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
4707 * general/cart2sph.m: Fix unbalanced paranthesis.
5ce6ecc1377b [project @ 2007-07-23 16:59:00 by dbateman]
dbateman
parents: 6781
diff changeset
4708
6781
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
4709 2007-07-19 David Bateman <dbateman@free.fr>
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
4710
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
4711 * plot/fplot.m: More compatible version.
3058060c560f [project @ 2007-07-19 08:07:31 by dbateman]
dbateman
parents: 6780
diff changeset
4712
6780
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4713 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com>
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4714
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4715 * plot/clf.m: Check for valid handle before deleting.
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4716
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4717 * plot/figure.m: Pass "figure" property/value pairs directly to
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4718 __go_figure__ instead of using regular "set" call.
38bc358b6c9a [project @ 2007-07-18 18:02:56 by jwe]
jwe
parents: 6779
diff changeset
4719
6779
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
4720 2007-07-18 Paul Kienzle <pkienzle@users.sf.net>
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
4721
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
4722 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
4723 type for gnuplot.
301ca8b69d03 [project @ 2007-07-18 17:43:51 by jwe]
jwe
parents: 6778
diff changeset
4724
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4725 2007-07-18 John W. Eaton <jwe@octave.org>
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4726
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4727 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4728 gnuplot for each set of axes.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4729
6777
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
4730 2007-07-18 David Bateman <dbateman@free.fr>
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
4731
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4732 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4733 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4734 statistics/distributions/expcdf.m, statistics/distributions/expinv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4735 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4736 Use standard scale factor rather than one on the scale factor for
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4737 compatibility.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4738
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4739 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4740 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4741 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4742 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4743 Preserve backward compatibility.
6777
4775fc1aa728 [project @ 2007-07-18 16:32:51 by dbateman]
dbateman
parents: 6776
diff changeset
4744
6776
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
4745 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com>
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
4746
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
4747 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
4748 to avoid issues with regexp special characters in the path strings.
d388a35a9481 [project @ 2007-07-17 15:22:47 by dbateman]
dbateman
parents: 6770
diff changeset
4749
6770
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
4750 2007-07-06 David Bateman <dbateman@free.fr>
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
4751
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4752 * general/accumarray.m: New function to create an array by
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4753 accumulating the elements.
6770
babcbcc11ab6 [project @ 2007-07-06 08:44:04 by dbateman]
dbateman
parents: 6768
diff changeset
4754
6768
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4755 2007-06-29 Marcus W. Reble <reble@wisc.edu>
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4756
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4757 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4758 (fdjac): Set nx outside of if block.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4759 (cf_ub_lb, cigrad_ub_lb): New subfunctons.
40e1255eda0e [project @ 2007-06-29 20:11:58 by jwe]
jwe
parents: 6765
diff changeset
4760
6765
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4761 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com>
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4762
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4763 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes.
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4764
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4765 * plot/axis.m: Also set "visible" property when setting axes to
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4766 on/off.
e6b528a3a2a9 [project @ 2007-06-28 15:25:43 by jwe]
jwe
parents: 6762
diff changeset
4767
6762
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
4768 2007-06-27 Michael Goffioul <michael.goffioul@swing.be>
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
4769
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
4770 * image/colormap.m: Only return colormap if nargout > 0.
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
4771 Mark as command.
721953d49b19 [project @ 2007-06-27 18:20:19 by jwe]
jwe
parents: 6758
diff changeset
4772
6758
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
4773 2007-06-25 John W. Eaton <jwe@octave.org>
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
4774
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
4775 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
4776 strcmp for selected property comparisons.
1894012e6b84 [project @ 2007-06-25 23:09:21 by jwe]
jwe
parents: 6756
diff changeset
4777
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4778 2007-06-25 S�ren Hauberg <hauberg@gmail.com>
6756
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
4779
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4780 * image/imshow.m: Fix check for colormap arguments.
6756
47dc81fefe8a [project @ 2007-06-25 18:40:21 by jwe]
jwe
parents: 6754
diff changeset
4781
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4782 2007-06-25 Joel Keay <keay@nhn.ou.edu>
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4783
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4784 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4785
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4786 2007-06-25 S�ren Hauberg <hauberg@gmail.com>
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4787
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4788 * statistics/base/median.m: Update help text to mention 'dim'
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4789 argument, and note that the data should be sorted for the
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4790 definition of the median to be correct.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4791
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4792 * statistics/base/std.m: Add missing square to definition of
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4793 standard deviation.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4794
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4795 * statistics/base/cov.m: Add definition of covariance to the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4796
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4797 * statistics/base/kurtosis.m, statistics/base/skewness.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4798 statistics/base/std.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4799 Note that \bar{x} is the mean value of x in the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4800
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4801 * specfun/nchoosek.m: Add alternative definition of the binomial
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4802 coefficient to the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4803
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4804 * specfun/perms.m, statistics/base/values.m: Add example in help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4805
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4806 * statistics/base/var.m: Put N in @math in help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4807
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4808 * statistics/base/qqplot.m, statistics/base/ppplot.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4809 statistics/tests/kolmogorov_smirnov_test.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4810 Write about possible values of 'dist' in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4811
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4812 * statistics/base/corrcoef.m, statistics/base/cor.m:
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4813 Add definition of correlation to the help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4814
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4815 * statistics/base/logit.m, statistics/base/kendall.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4816 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m,
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4817 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4818 TeXification of help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4819
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4820 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4821
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4822 * statistics/tests/var_test.m, statistics/tests/welch_test.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4823 Add missing @var's to help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4824
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4825 * statistics/models/logistic_regression.m: Fix typos in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4826
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4827 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4828 of help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4829
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4830 * statistics/distributions/unidinv.m: Add a missing 'discrete' to
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4831 help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4832
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4833 * statistics/distributions/unidpdf.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4834 statistics/distributions/discrete_pdf.m:
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4835 Replace 'pDF' with 'PDF' in help text.
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
4836
6753
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
4837 2007-06-25 John W. Eaton <jwe@octave.org>
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
4838
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
4839 * strings/substr.m: Use offset consistently in code and doc string.
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
4840 From Rafael Laboissiere <rafael@debian.org>.
a5c64dad5b93 [project @ 2007-06-25 17:05:58 by jwe]
jwe
parents: 6752
diff changeset
4841
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
4842 2007-06-25 Pete Gustafson <petegus@umich.edu>
6752
ee2ad7b5454a [project @ 2007-06-25 16:54:52 by jwe]
jwe
parents: 6751
diff changeset
4843
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4844 * plot/__go_draw_axes__.m: Handle units for text objects.
6752
ee2ad7b5454a [project @ 2007-06-25 16:54:52 by jwe]
jwe
parents: 6751
diff changeset
4845
6751
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4846 2007-06-25 John W. Eaton <jwe@octave.org>
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4847
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4848 * plot/__go_draw_axes__.m: Handle char arrays for tic labels.
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4849 Recycle tic labels if necessary. From Juhani Saastamoinen
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4850 <juhani@cs.joensuu.fi>.
c0370a971fef [project @ 2007-06-25 15:12:07 by jwe]
jwe
parents: 6749
diff changeset
4851
6748
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
4852 2007-06-20 John W. Eaton <jwe@octave.org>
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
4853
6749
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
4854 * strings/index.m: Allow strings to be empty.
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
4855 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE>
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
4856
6748
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
4857 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics).
c7eb2c149528 [project @ 2007-06-20 17:44:35 by jwe]
jwe
parents: 6747
diff changeset
4858
6747
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
4859 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch>
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
4860
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
4861 * sparse/pcg.m: Allow the preconditioner to be passed as two
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
4862 separate matrices.
392d61107f11 [project @ 2007-06-19 20:30:30 by dbateman]
dbateman
parents: 6746
diff changeset
4863
6746
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4864 2007-06-19 David Bateman <dbateman@free.fr>
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4865
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4866 * plot/axis.m: Prefer to use legend rather than the older Octave
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4867 only ";;" legend syntax.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4868 * polynomial/mkpp.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4869 * polynomial/pchip.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4870 * signal/freqz_plot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4871 * sparse/gplot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4872 * sparse/treeplot.m: ditto.
a8105a726e68 [project @ 2007-06-19 08:18:34 by dbateman]
dbateman
parents: 6745
diff changeset
4873
6745
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
4874 2007-06-19 John W. Eaton <jwe@octave.org>
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
4875
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
4876 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions.
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
4877 (__go_draw_axes__): Call do_tics to handle tic marks.
ca6668e47518 [project @ 2007-06-19 06:00:08 by jwe]
jwe
parents: 6742
diff changeset
4878
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4879 2007-06-18 S�ren Hauberg <hauberg@gmail.com>
6742
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
4880
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4881 * general/interp1.m, general/interp2.m, general/interp3.m,
6742
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
4882 general/interpn.m: Replace, NaN with NA. Use isna instead of ==
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
4883 to check for NA.
ebf96cc00ee9 [project @ 2007-06-18 16:27:52 by jwe]
jwe
parents: 6741
diff changeset
4884
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4885 2007-06-18 S�ren Hauberg <hauberg@gmail.com>
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6740
diff changeset
4886
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4887 * optimization/glpk.m: TeXified the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4888 * optimization/qp.m: TeXified the help text.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4889 * optimization/sqp.m: TeXified the help text.
6741
00116015904d [project @ 2007-06-18 16:07:14 by jwe]
jwe
parents: 6740
diff changeset
4890
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4891 2007-06-16 S�ren Hauberg <hauberg@gmail.com>
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6738
diff changeset
4892
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4893 * plot/legend.m: Replace 'vargin' with 'varargin'.
6740
605ea655366d [project @ 2007-06-16 15:51:49 by jwe]
jwe
parents: 6738
diff changeset
4894
6738
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
4895 2007-06-15 John W. Eaton <jwe@octave.org>
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
4896
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
4897 * plot/__go_draw_axes__.m: Only attempt label rotation if
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
4898 have_newer_gnuplot is true.
b8d188455f2f [project @ 2007-06-15 21:54:18 by jwe]
jwe
parents: 6737
diff changeset
4899
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
4900 2007-06-15 Pete Gustafson <petegus@umich.edu>
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
4901
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4902 * plot/__go_draw_axes__.m Handle rotation arg for axis labels.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4903 * plot/__axis_label__.m Assign ylabel default rotation property
6737
7888712d3532 [project @ 2007-06-15 21:45:50 by jwe]
jwe
parents: 6736
diff changeset
4904 to 90, all others 0.
7888712d3532 [project @ 2007-06-15 21:45:50 by jwe]
jwe
parents: 6736
diff changeset
4905
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4906 * plot/__errplot__.m: Set ifmt from fmt.linestyle.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4907 * plot/__go_draw_axes__.m: Removed undefined tx from call to
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
4908 get_data_limits.
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
4909 * plot/__plotopt1__.m: Intercept and strip format string when
6736
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
4910 called by __errplot__.
751f340d486c [project @ 2007-06-15 21:31:38 by jwe]
jwe
parents: 6730
diff changeset
4911
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4912 2007-06-15 John W. Eaton <jwe@octave.org>
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4913
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4914 * testfun/test.m: Also return number of expected failures.
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4915
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
4916 2007-06-14 John W. Eaton <jwe@octave.org>
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
4917
6730
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4918 * set/ismember.m: Mark two tests known to fail with xtest.
230f9c49857e [project @ 2007-06-15 04:22:13 by jwe]
jwe
parents: 6728
diff changeset
4919
6724
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
4920 * plot/__go_draw_axes__.m: Handle text rotation property.
388747e3d96b [project @ 2007-06-14 17:04:52 by jwe]
jwe
parents: 6722
diff changeset
4921
6728
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
4922 2007-06-14 Paul Kienzle <pkienzle@users.sf.net>
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
4923
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
4924 * testfun/test.m: Add xtest support for tests known to fail.
a25173d58101 [project @ 2007-06-14 21:10:48 by jwe]
jwe
parents: 6727
diff changeset
4925
6727
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
4926 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de>
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
4927
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
4928 * plot/print.m: Handle pstex, pslatex, epslatex, and
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
4929 epslatexstandalone terminals.
3d1e0a056e6e [project @ 2007-06-14 20:45:10 by jwe]
jwe
parents: 6724
diff changeset
4930
6721
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4931 2007-06-14 David Bateman <dbateman@free.fr>
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4932
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4933 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2,
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4934 as permutation of results was incorrect.
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4935 * general/interp1.m: Add demo on second derivative
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4936 * general/interpn.m: Convert "y" to vectors for __splinen__
6722
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
4937 call. Add 3D demo. Fix typos
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
4938 * general/interp3.m: Fix typos. Correct permutation for use of
5b09d433171c [project @ 2007-06-14 10:13:14 by dbateman]
dbateman
parents: 6721
diff changeset
4939 interpn.
6721
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4940 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions.
01036667884a [project @ 2007-06-14 06:56:41 by dbateman]
dbateman
parents: 6717
diff changeset
4941
6717
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4942 2007-06-13 John W. Eaton <jwe@octave.org>
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4943
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4944 * miscellaneous/mkoctfile.m: Quote args too.
6712
24d2918bd671 [project @ 2007-06-13 09:34:13 by dbateman]
dbateman
parents: 6706
diff changeset
4945
6706
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
4946 2007-06-13 Michael Goffioul <michael.goffioul@swing.be>
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
4947
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
4948 * miscellaneous/mkoctfile.m: Quote script name for call to system.
f9c19d0447a2 [project @ 2007-06-13 05:55:42 by jwe]
jwe
parents: 6704
diff changeset
4949
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4950 2007-06-12 Michael Goffioul <michael.goffioul@swing.be>
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4951
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4952 * plot/__pltopt1__.m: Set linestyle to "none" instead of "".
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4953 Set have_linestyle to true if two character linestyle is found.
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4954
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4955 2007-06-12 David Bateman <dbateman@free.fr>
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4956
6717
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4957 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4958 and interpn.m.
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4959
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4960 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4961 structure before using it.
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4962
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4963 2007-06-12 David Bateman <dbateman@free.fr>
b319df52ba87 [project @ 2007-06-13 20:25:53 by jwe]
jwe
parents: 6716
diff changeset
4964
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4965 * general/interp1.m: Change examples to use new graphics interface.
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4966 * general/__splinen__.m: New support function for N-dimensional
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4967 spline interpolation.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4968 * general/bicubic.m: Allow definition of extrapolation
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4969 value. Adapt tests to use new graphics interface
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4970 * general/interp2.m: Call __splinen__ for 2-D spline
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4971 interpolation. Make the lookup table code only be called for
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4972 linear and nearest methods.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4973 * general/interpn.m: New function for N-dimensional, linear, nearest
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4974 and spline interpolation.
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4975 * general/interp3.m: New function for 3-dimensional, linear, nearest
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4976 and spline interpolation.
6704
781777998927 [project @ 2007-06-13 05:23:56 by jwe]
jwe
parents: 6702
diff changeset
4977 * polynomial/spline.m: Change examples to use new graphics interface.
6702
b2391d403ed2 [project @ 2007-06-12 21:39:26 by dbateman]
dbateman
parents: 6701
diff changeset
4978
6701
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
4979 2007-06-12 Steve M. Robbins <steve@sumost.ca>
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
4980
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
4981 * statistics/tests/wilcoxon_test.m: Error if N <= 25.
3933e0693fe0 [project @ 2007-06-12 21:25:51 by jwe]
jwe
parents: 6699
diff changeset
4982
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
4983 2007-06-12 S�ren Hauberg <soren@hauberg.org>
6699
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
4984
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
4985 * plot/fplot.m: If function is inline, vectorize it.
3f4ccca05612 [project @ 2007-06-12 20:48:02 by jwe]
jwe
parents: 6698
diff changeset
4986
6698
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
4987 2007-06-10 David Bateman <dbateman@free.fr>
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
4988
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
4989 * pkg/pkg.m (pkg:installed_packages): truncate start of package
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
4990 directory if need to, so that it fits on a line.
6d366791e132 [project @ 2007-06-10 21:13:01 by dbateman]
dbateman
parents: 6695
diff changeset
4991
6695
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4992 2007-06-07 David Bateman <dbateman@free.fr>
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4993
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4994 * pkg/pkg.m (pkg): For rebuild target, force package order in
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4995 saved file so that dependent packages are loaded first, and if
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4996 nargout==0 don't return any arguments.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4997 (pkg:install): Only load packages that are marked autoload after
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4998 install. Various fixes. Save in order.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
4999 (pkg:uninstall): Save in order
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5000 (pkg:load_packages): Use load_package_and_dependencies to load
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5001 packages.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5002 (pkg:save_order): New function to sort package list with dependent
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5003 packages first.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5004 (pkg:load_packages_and_dependencies): New function to load both a
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5005 list of packages and their dependencies.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5006 (pkg:load_package_dirs): New function that returns a vector of the
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5007 indexes into the installed package list indicating the packages to
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5008 load and the order to load them in to respect the dependencies.
c45431c845f3 [project @ 2007-06-07 21:30:39 by dbateman]
dbateman
parents: 6689
diff changeset
5009
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5010 2007-06-03 S�ren Hauberg <soren@hauberg.org>
6688
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
5011
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
5012 * plot/axes.m: Eliminate redundant else clause.
b26a8e0e42cd [project @ 2007-06-04 06:25:21 by jwe]
jwe
parents: 6687
diff changeset
5013
6686
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
5014 2007-06-03 David Bateman <dbateman@free.fr>
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
5015
2aad75fcc93a [project @ 2007-06-03 20:58:28 by dbateman]
dbateman
parents: 6683
diff changeset
5016 * polynomial/spline.m: Add a small tolerance to spline tests.
6687
44ebfc8c4ff0 [project @ 2007-06-03 22:17:01 by dbateman]
dbateman
parents: 6686
diff changeset
5017 * pkg/pkg.m: Protect against multiple actions being define.
44ebfc8c4ff0 [project @ 2007-06-03 22:17:01 by dbateman]
dbateman
parents: 6686
diff changeset
5018
6683
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5019 2007-06-01 David Bateman <dbateman@free.fr>
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5020
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5021 * pkg.m (pkg:is_superuser): Remove function used in one place and
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5022 incorporate into main pkg function.
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5023 (pkg:install): Check for existence of files to install before
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5024 globbing and warn the user if they don't exist.
a2f697dca2a4 [project @ 2007-06-01 23:10:24 by dbateman]
dbateman
parents: 6679
diff changeset
5025
6675
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5026 2007-05-31 David Bateman <dbateman@free.fr>
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5027
6679
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
5028 * miscellaneous/copyfile.m: Split copying of multiple files to a
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
5029 directory over several copy command to limit the line length.
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
5030 * miscellaneous/movefile.m: Ditto.
a40b4060efff [project @ 2007-05-31 20:07:23 by dbateman]
dbateman
parents: 6675
diff changeset
5031
6675
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5032 * pkg.m: Add build option to allow binary Octave packages to be
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5033 built from source packages. Probe absolute path of prefix, global
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5034 and local lists. Use strcat, rather that [] for strings.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5035 (pkg:build): New function to binary binary package.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5036 (pkg:absolute_pathname): Use fileattrib to probe absolute path.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5037 (pkg:repackage): Package binary Octave package from installation.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5038 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5039 from m-files into main installation directory.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5040 (pkg:shell): Suppress verbose messages from shell and only display
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5041 them with the verbose flag.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5042 (pkg:installed_packages): Also include the loaded flag in the
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5043 local and global packages.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5044 (pkg:uninstall): On uninstall, only rmpath the package if it is
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5045 flagged as loaded.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5046
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5047 2007-05-31 Michael Goffioul <michael.goffioul@swing.be>
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5048
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5049 * pkg.m (pkg:load_packages): Correctly load a mix of packages
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5050 with and without architecture dependent directories.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5051 (pkg:installed_packages): Probe the global_list file even if it is
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5052 the same as the local_list.
f938c7018d28 [project @ 2007-05-31 19:31:14 by dbateman]
dbateman
parents: 6669
diff changeset
5053
6669
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
5054 2007-05-29 John W. Eaton <jwe@octave.org>
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
5055
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
5056 * sparse/spy.m: Set axis to "ij" mode.
39d76485706a [project @ 2007-05-29 17:44:30 by jwe]
jwe
parents: 6664
diff changeset
5057
6664
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
5058 2007-05-24 John W. Eaton <jwe@octave.org>
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
5059
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
5060 * set/ismember.m: Quote first arg of "fail" tests.
c6e7b03af779 [project @ 2007-05-24 21:59:12 by jwe]
jwe
parents: 6663
diff changeset
5061
6663
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
5062 2007-05-24 David Bateman <dbateman@free.fr>
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
5063
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
5064 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic.
6663
f4938870a0a7 [project @ 2007-05-24 10:26:21 by dbateman]
dbateman
parents: 6655
diff changeset
5065
6655
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5066 2007-05-22 David Bateman <dbateman@free.fr>
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5067
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5068 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5069 error(lasterr()(8:end)).
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5070 (pkg:install): Warning for empty packages being removed. Suppress
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5071 spurious output. Warning rather than error for uninstalling a
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5072 package that is not installed to avoid RPM issue.
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5073 (pkg:configure_make): Fix for parsing of src/FILES. Don't create
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5074 inst or architecture dependent directory if it exists.
8dda89ca38f6 [project @ 2007-05-22 19:25:29 by jwe]
jwe
parents: 6653
diff changeset
5075
6653
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5076 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com>
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5077
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5078 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m,
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5079 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m,
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5080 signal/freqz.m: Fix typos.
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
5081
6645
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5082 2007-05-21 David Bateman <dbateman@free.fr>
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5083
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5084 * pkg/pkg.m: Add rebuild target, and -local, -global option to
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5085 force installation location.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5086 (rebuild): New subfunction to rebuild package database from
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5087 installed packages. Also allows changing of autoload status
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5088 (install): Warn use if attempting to install from non existent
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5089 file.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5090 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv(
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5091 "USER", "root"))' for root test.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5092
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5093 2007-05-21 Michael Goffioul <michael.goffioul@swing.be>
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5094
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5095 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5096 and replace "\" characters with "/".
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5097 * pkg/pkg.m: Use shell rather than system throughout. Replace "\"
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5098 characters with "/" throughout.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5099 (shell): New subfunction that wraps system and is careful with the
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5100 shell on windows platforms.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5101 (configure_make): Explictly pass complier etc to configure
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5102 process.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5103 (issuperuser): Force default to global install for Windows machines.
81eb28d50cee [project @ 2007-05-21 21:05:54 by dbateman]
dbateman
parents: 6636
diff changeset
5104
6636
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
5105 2007-05-19 Kristan Onu
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
5106
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
5107 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m.
de8a8ba43848 [project @ 2007-05-19 19:07:55 by dbateman]
dbateman
parents: 6634
diff changeset
5108
6634
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5109 2007-05-18 David Bateman <dbateman@free.fr>
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5110
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5111 * pkg/pkg.m (install): More verbosity.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5112 (configure_make): Ditto.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5113 (create_pkgadddel): Install in architecture dependent directory if
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5114 it exists to address issues with autoload/mfilename.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5115 (write_INDEX): Check in archiecture dependent directories as well.
8c2fff7b50b0 [project @ 2007-05-18 21:38:13 by dbateman]
dbateman
parents: 6633
diff changeset
5116
6633
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
5117 2007-05-17 David Bateman <dbateman@free.fr>
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
5118
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
5119 * plot/hbar.m: Remove.
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
5120 * plot/barh.m: and move it here.
5af6275fbca9 [project @ 2007-05-17 19:44:28 by dbateman]
dbateman
parents: 6631
diff changeset
5121
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5122 2007-05-16 S�ren Hauberg <soren@hauberg.org>
6631
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
5123
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
5124 * general/sub2ind.m, general/ind2sub.m: Doc fix.
1b8daf8c0397 [project @ 2007-05-16 16:11:55 by jwe]
jwe
parents: 6629
diff changeset
5125
6629
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
5126 2007-05-16 John W. Eaton <jwe@octave.org>
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
5127
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
5128 * general/logspace.m: Return second arg if fewer than two values
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
5129 are requested.
7e2b5d0cf7ad [project @ 2007-05-16 15:18:18 by jwe]
jwe
parents: 6619
diff changeset
5130
6619
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
5131 2007-05-14 John W. Eaton <jwe@octave.org>
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
5132
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
5133 * plot/__go_draw_figure__.m: Ensure that a reset commands starts
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
5134 on a new line.
b2b3b0509586 [project @ 2007-05-14 16:32:54 by jwe]
jwe
parents: 6617
diff changeset
5135
6617
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5136 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com>
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5137
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5138 * statistics/distributions/norminv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5139 statistics/distributions/norminv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5140 statistics/distributions/normpdf.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5141 statistics/distributions/normrnd.m:
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5142 Use standard deviation, not variance.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5143 * statistics/distributions/lognpdf.m: Adapt to change in norminv.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5144 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5145 * deprecated/normal_cdf.m, deprecated/normal_inv.m,
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5146 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5147 backward compatibility.
55da54f6c5c2 [project @ 2007-05-14 16:17:46 by jwe]
jwe
parents: 6616
diff changeset
5148
6616
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
5149 2007-05-14 David Bateman <dbateman@free.fr>
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
5150
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
5151 * pkg/pkg.m: Mark loaded packages with "*".
66e30383481b [project @ 2007-05-14 13:56:34 by dbateman]
dbateman
parents: 6615
diff changeset
5152
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5153 2007-05-13 S�ren Hauberg <soren@hauberg.org>
6615
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5154
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5155 * miscellaneous/single.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5156 Convert to double instead of returning argument unchanged.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5157
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5158 * miscellaneous/doc.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5159
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5160 * miscellaneous/ver.m: Doc fix.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5161 Don't display information about Octave Forge.
687ae48b2253 [project @ 2007-05-13 06:24:57 by jwe]
jwe
parents: 6614
diff changeset
5162
6614
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5163 2007-05-12 David Bateman <dbateman@free.fr>
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5164
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5165 * pkg/pkg.m: Add a "-verbose" option that allows all output of an
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5166 install to be printed. An error in the on_uninstall script causes
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5167 a failure to uninstall. Place oct- and mex-files in an
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5168 architecture dependent directory.
3a53d0f3e0e4 [project @ 2007-05-12 05:50:03 by dbateman]
dbateman
parents: 6611
diff changeset
5169
6611
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
5170 2007-05-09 John W. Eaton <jwe@octave.org>
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
5171
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
5172 * plot/__go_draw_axes__.m: Break plot command over multiple lines.
9197bb0a2738 [project @ 2007-05-09 16:46:50 by jwe]
jwe
parents: 6609
diff changeset
5173
6609
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5174 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5175
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5176 * statistics/distributions/normcdf.m: Use standard deviation
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5177 instead of variance for compatibility.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5178
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5179 2007-05-08 John W. Eaton <jwe@octave.org>
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5180
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5181
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5182 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)).
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5183
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5184 * set/ismember.m: Always return logical values.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5185
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5186 * set/ismember.m: Return early if no matches are found. New tests.
6749
f7fdea19da88 [project @ 2007-06-20 18:10:04 by jwe]
jwe
parents: 6748
diff changeset
5187 From David Grohmann <grohmann@arlut.utexas.edu>.
6609
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5188
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5189 * general/__isequal__.m: Allow numeric values of different classes
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5190 to compare equal.
30891d1d0c86 [project @ 2007-05-09 02:12:04 by jwe]
jwe
parents: 6607
diff changeset
5191
6606
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
5192 2007-05-07 David Bateman <dbateman@free.fr>
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
5193
6607
98724cae69c7 [project @ 2007-05-07 19:57:47 by dbateman]
dbateman
parents: 6606
diff changeset
5194 * sparse/spy.m: Reverse Y axis for new graphics code. Make more
98724cae69c7 [project @ 2007-05-07 19:57:47 by dbateman]
dbateman
parents: 6606
diff changeset
5195 compatiable, accepting LineSpec and markersize arguments.
6606
2c19eaa2c6f7 [project @ 2007-05-07 17:09:38 by jwe]
jwe
parents: 6605
diff changeset
5196
6605
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
5197 2007-05-02 John W. Eaton <jwe@octave.org>
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
5198
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
5199 * plot/__go_draw_axes__.m: Convert NA to NaN before writing.
376b71574728 [project @ 2007-05-02 16:15:28 by jwe]
jwe
parents: 6604
diff changeset
5200
6604
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
5201 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
5202
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
5203 * contour.m: Rewrite help string.
c2b700808e0a [project @ 2007-05-02 05:36:43 by jwe]
jwe
parents: 6599
diff changeset
5204
6599
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5205 2007-04-28 John W. Eaton <jwe@octave.org>
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5206
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5207 * miscellaneous/unzip.m, miscellaneous/untar.m,
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5208 miscellaneous/bunzip2.m, miscellaneous/gunzip.m:
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5209 Special case nargout == 0.
08ca72d6ffc9 [project @ 2007-04-28 22:47:29 by jwe]
jwe
parents: 6597
diff changeset
5210
6597
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
5211 2007-04-27 Kim Hansen <kimhanse@gmail.com>
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
5212
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
5213 * general/sub2ind.m: Handle empty input, add tests.
65919b012b35 [project @ 2007-04-27 16:58:25 by jwe]
jwe
parents: 6590
diff changeset
5214
6590
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
5215 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au>
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
5216
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
5217 * plot/contourc.m: Doc fix.
1f466adecafd [project @ 2007-04-27 01:10:13 by jwe]
jwe
parents: 6586
diff changeset
5218
6586
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
5219 2007-04-26 David Bateman <dbateman@free.fr>
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
5220
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
5221 * plot/hist.m: Partially remove previous patch.
e4ea529efab0 [project @ 2007-04-26 19:09:26 by dbateman]
dbateman
parents: 6582
diff changeset
5222
6582
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5223 2007-04-26 David Bateman <dbateman@free.fr>
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5224
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5225 * plot/hist.m: Support returning of handle
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5226 * plot/__bar__.m: __pltopt__ should only be called on strings or
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5227 cells.
cb3f6d51b7b3 [project @ 2007-04-25 23:06:28 by dbateman]
dbateman
parents: 6579
diff changeset
5228
6575
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
5229 2007-04-25 John W. Eaton <jwe@octave.org>
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
5230
6579
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
5231 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
5232 "title \"\"", not "".
f569cc721d3b [project @ 2007-04-25 17:26:49 by jwe]
jwe
parents: 6575
diff changeset
5233
6575
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
5234 * plot/legend.m: Initialize WARNED to false.
9ef0450c873d [project @ 2007-04-25 14:07:20 by jwe]
jwe
parents: 6567
diff changeset
5235
6567
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5236 2007-04-24 John W. Eaton <jwe@octave.org>
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5237
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5238 * io/beep.m: Fix cut and paste error.
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5239 From S�ren Hauberg <soren@hauberg.org>.
6567
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5240
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5241 2007-04-23 John W. Eaton <jwe@octave.org>
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5242
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5243 * plot/box.m: Delete extra endfunction keyword.
e82cb026b893 [project @ 2007-04-24 20:40:23 by jwe]
jwe
parents: 6560
diff changeset
5244
6560
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
5245 2007-04-23 David Bateman <dbateman@free.fr>
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
5246
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
5247 * plot/plot3.m: Call newplot.
03ff4e32c895 [project @ 2007-04-23 15:57:05 by jwe]
jwe
parents: 6553
diff changeset
5248
6553
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
5249 2007-04-20 John W. Eaton <jwe@octave.org>
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
5250
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
5251 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list.
af5025cb0f2b [project @ 2007-04-20 15:37:19 by jwe]
jwe
parents: 6546
diff changeset
5252
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5253 2007-04-19 John W. Eaton <jwe@octave.org>
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5254
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5255 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5256 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>.
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5257
6544
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
5258 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu>
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
5259
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
5260 * control/util/axis2dlim.m: Delete extraneous line.
43fc02d57862 [project @ 2007-04-19 15:27:33 by jwe]
jwe
parents: 6542
diff changeset
5261
6542
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
5262 2007-04-18 John W. Eaton <jwe@octave.org>
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
5263
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
5264 * specfun/factorial.m: Increase tolerance in large value test.
90bc7594a7f8 [project @ 2007-04-19 03:19:11 by jwe]
jwe
parents: 6540
diff changeset
5265
6540
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5266 2007-04-18 David Bateman <dbateman@free.fr>
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5267
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5268 * __bar__.m: New support function for bar/hbar to support graphic
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5269 handles, and additional arguments.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5270 * bar.m: Convert to use __bar__.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5271 * hbar.m: New function
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5272 * hist.m: Explicitly set the width of the bar plot.
9dcfc78da664 [project @ 2007-04-18 21:16:08 by dbateman]
dbateman
parents: 6534
diff changeset
5273
6533
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
5274 2007-04-17 John W. Eaton <jwe@octave.org>
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
5275
6534
7f56be6b0902 [project @ 2007-04-18 01:00:31 by jwe]
jwe
parents: 6533
diff changeset
5276 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__.
7f56be6b0902 [project @ 2007-04-18 01:00:31 by jwe]
jwe
parents: 6533
diff changeset
5277
6533
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
5278 * set/ismember.m: New tests.
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
5279 From David Grohmann <grohmann@arlut.utexas.edu>
c64687e6f1c3 [project @ 2007-04-17 21:21:46 by jwe]
jwe
parents: 6532
diff changeset
5280
6532
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
5281 2007-04-17 Paul Kienzle <pkienzle@users.sf.net>
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
5282
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
5283 * specfun/factorial.m: Use gamma function instead of cumprod.
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
5284 Add tests.
25cad08843a0 [project @ 2007-04-17 21:05:30 by jwe]
jwe
parents: 6528
diff changeset
5285
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5286 2007-04-16 John W. Eaton <jwe@octave.org>
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5287
6528
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
5288 * gethelp.cc (looks_like_octave_copyright): Use same logic as in
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
5289 looks_like_copyright in src/help.cc.
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5290 From S�ren Hauberg <soren@hauberg.org>.
6528
b3e973d63c1c [project @ 2007-04-16 17:13:08 by jwe]
jwe
parents: 6527
diff changeset
5291
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5292 * plot/__go_draw_axes__.m: For log plots, omit zero values too.
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5293
6526
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
5294 2007-04-13 John W. Eaton <jwe@octave.org>
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
5295
6527
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5296 * optimization/sqp.m: Initialize info to 0.
2a04f026ef54 [project @ 2007-04-16 16:54:09 by jwe]
jwe
parents: 6526
diff changeset
5297
6526
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
5298 * optimization/qp.m: Undo previous change.
2a715c6409a5 [project @ 2007-04-13 20:31:50 by jwe]
jwe
parents: 6524
diff changeset
5299
6524
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
5300 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au>
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
5301
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
5302 * spdiags.m: Fixed the four-argument case to work for columns of
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
5303 length one.
03c89ade4070 [project @ 2007-04-13 12:19:30 by jwe]
jwe
parents: 6523
diff changeset
5304
6523
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
5305 2007-04-12 John W. Eaton <jwe@octave.org>
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
5306
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
5307 * optimization/qp.m: Avoid Octave indexing bug.
589c8dbba916 [project @ 2007-04-12 19:06:44 by jwe]
jwe
parents: 6522
diff changeset
5308
6521
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
5309 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it>
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
5310
6522
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
5311 * miscellaneous/menu.m, control/base/bddemo.m,
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
5312 control/hinf/dgkfdemo.m, control/system/packedform.m,
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
5313 control/system/sysrepdemo.m:
475c83367a0e [project @ 2007-04-12 15:41:58 by jwe]
jwe
parents: 6521
diff changeset
5314 Adapt to page_screen_output as a function.
6521
a07846d734db [project @ 2007-04-12 15:26:38 by jwe]
jwe
parents: 6518
diff changeset
5315
6518
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5316 2007-04-11 John W. Eaton <jwe@octave.org>
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5317
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5318 * miscellaneous/not.m: Delete.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5319 * miscellaneous/Makefile.in (SOURCES): Delete it from the list.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5320
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5321 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu>
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5322
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5323 * control/util/axis2dlim.m: Try harder to handle min and max vals
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5324 that are close but not exactly equal.
952c8b00525e [project @ 2007-04-11 20:50:22 by jwe]
jwe
parents: 6515
diff changeset
5325
6515
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
5326 2007-04-11 David Bateman <dbateman@free.fr>
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
5327
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
5328 * general/bitcmp.m: Make it work again.
fc527bc3ece1 [project @ 2007-04-11 14:20:39 by jwe]
jwe
parents: 6512
diff changeset
5329
6512
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
5330 2007-04-10 John W. Eaton <jwe@octave.org>
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
5331
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
5332 * plot/__go_draw_axes__.m: Try harder to handle min and max vals
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
5333 that are close but not exactly equal.
747ba2dc157e [project @ 2007-04-10 20:38:57 by jwe]
jwe
parents: 6511
diff changeset
5334
6511
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
5335 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org>
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
5336
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
5337 * plot/stem.m: Add back the baseline line and let it be not adjustable
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
5338 in response to a change in x limits for now.
73ce4e14d35d [project @ 2007-04-10 01:50:48 by jwe]
jwe
parents: 6510
diff changeset
5339
6510
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
5340 2007-04-09 John W. Eaton <jwe@octave.org>
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
5341
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
5342 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function.
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
5343 (__go_draw_axes__): Use it to write data to plot stream.
cbae86745c5b [project @ 2007-04-09 23:15:47 by jwe]
jwe
parents: 6509
diff changeset
5344
6509
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
5345 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org>
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
5346
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
5347 * plot/stem.m: Fix typos in doc string. Fix typo in call to
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
5348 zeros. Set markerfacecolor property in call to plot.
84f2d0253aea [project @ 2007-04-09 19:12:10 by jwe]
jwe
parents: 6508
diff changeset
5349
6508
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5350 2007-04-06 John W. Eaton <jwe@octave.org>
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5351
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5352 * linear-algebra/norm.m: Use new __vnorm__ function for vector args.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5353
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5354 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org>
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5355
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5356 * plot/stem.m: Use plot instead of a series of calls to line.
184ab67c3bc1 [project @ 2007-04-07 00:43:09 by jwe]
jwe
parents: 6500
diff changeset
5357
6494
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5358 2007-04-05 John W. Eaton <jwe@octave.org>
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5359
6499
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
5360 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
5361 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
5362 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m,
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
5363 sparse/spstats.m, sparse/treeplot.m: Style fixes.
7e9c1e9ff36d [project @ 2007-04-05 18:53:03 by jwe]
jwe
parents: 6496
diff changeset
5364
6496
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
5365 * pkg/pkg.m: Use "strcat (...)" instead of "[...]".
6500
3ea308b4b37e [project @ 2007-04-05 19:14:03 by jwe]
jwe
parents: 6499
diff changeset
5366 Use strcmpi instead of strcmp+tolower.
6496
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
5367 Style fixes.
e0acfe7c3f7b [project @ 2007-04-05 17:19:30 by jwe]
jwe
parents: 6494
diff changeset
5368
6494
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5369 * testfun/speed.m: Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5370 Plotting fixes. Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5371
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5372 * testfun/test.m: Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5373 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5374
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5375 * testfun/fail.m: No need to check for evalin and lastwarn.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5376 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5377
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5378 * testfun/demo.m, testfun/example.m: Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5379 Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5380 Use format specifiers in calls to warning.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5381
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5382 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5383 Use "strcat (...)" instead of "[...]".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5384 Use "x(end)" instead of "x(length (x))".
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5385 Check NA before NaN.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5386 Style fixes.
76a1a953533d [project @ 2007-04-05 16:09:03 by jwe]
jwe
parents: 6474
diff changeset
5387
6473
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
5388 2007-03-29 John W. Eaton <jwe@octave.org>
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
5389
6474
3d6e0589e887 [project @ 2007-03-29 13:12:15 by jwe]
jwe
parents: 6473
diff changeset
5390 * plot/stem.m (stem, set_default_values): Use RGB triple for color.
6473
5abfdf1aa2ce [project @ 2007-03-29 13:07:48 by jwe]
jwe
parents: 6467
diff changeset
5391
6467
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5392 2007-03-27 John W. Eaton <jwe@octave.org>
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5393
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5394 * Makefile.in, audio/Makefile.in, control/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5395 control/base/Makefile.in, control/hinf/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5396 control/obsolete/Makefile.in, control/system/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5397 control/util/Makefile.in, deprecated/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5398 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5399 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5400 miscellaneous/Makefile.in, optimization/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5401 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5402 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5403 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5404 special-matrix/Makefile.in, startup/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5405 statistics/Makefile.in, statistics/base/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5406 statistics/distributions/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5407 statistics/models/Makefile.in, statistics/tests/Makefile.in,
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5408 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5409 Use ln instead of $(LN_S) in dist target.
a84de7048629 [project @ 2007-03-27 16:05:15 by jwe]
jwe
parents: 6465
diff changeset
5410
6465
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
5411 2007-03-27 David Bateman <dbateman@free.fr>
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
5412
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
5413 * plot/__go_draw_axes__.m: Allow linewidth settings to work with
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
5414 gnuplot 4.0.
5fb50197b69a [project @ 2007-03-27 14:29:46 by jwe]
jwe
parents: 6464
diff changeset
5415
6464
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
5416 2007-03-26 John W. Eaton <jwe@octave.org>
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
5417
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
5418 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream.
9914ad33ac6a [project @ 2007-03-27 02:21:47 by jwe]
jwe
parents: 6461
diff changeset
5419
6461
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5420 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org>
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5421
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5422 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5423 plot stream and using binary data.
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5424
6459
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5425 2007-03-26 John W. Eaton <jwe@octave.org>
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5426
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5427 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5428 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5429 plot/__plt2vv__.m: Accept properties in addtition to options struct.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5430
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5431 2007-03-26 David Bateman <dbateman@free.fr>
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5432
6461
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5433 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream.
ed17f1c8f720 [project @ 2007-03-26 21:35:54 by jwe]
jwe
parents: 6459
diff changeset
5434
6459
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5435 * plot/plot3.m: Handle line properties.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5436 * plot/plot.m: Update docstring.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5437 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5438 * plot/__plt__.m: Also gather properties.
5dc550e1f419 [project @ 2007-03-26 18:11:58 by jwe]
jwe
parents: 6455
diff changeset
5439
6455
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
5440 2007-03-26 Kim Hansen <kimhanse@gmail.com>
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
5441
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
5442 * testfun/assert.m: Delete special check for empty objects.
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
5443 Add test.
e68b6921b221 [project @ 2007-03-26 16:02:04 by jwe]
jwe
parents: 6454
diff changeset
5444
6453
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5445 2007-03-26 John W. Eaton <jwe@octave.org>
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5446
6454
7c9b4a6e090b [project @ 2007-03-26 14:28:24 by jwe]
jwe
parents: 6453
diff changeset
5447 * plot/drawnow.m: Exit early if call is recursive.
7c9b4a6e090b [project @ 2007-03-26 14:28:24 by jwe]
jwe
parents: 6453
diff changeset
5448
6453
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5449 * plot/__go_draw_axes__.m (get_data_limits): New function.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5450 Check for Inf too.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5451 (__go_draw_axes__): Use get_data_limits.
4067a8caff18 [project @ 2007-03-26 14:15:24 by jwe]
jwe
parents: 6451
diff changeset
5452
6450
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
5453 2007-03-24 John W. Eaton <jwe@octave.org>
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
5454
6451
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
5455 * plot/drawnow.m: If GNUTERM is set to wxt in the environment,
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
5456 send terminal setting command with title option to plot stream.
fdcb715e381c [project @ 2007-03-24 17:54:23 by jwe]
jwe
parents: 6450
diff changeset
5457
6450
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
5458 * plot/legend.m: Correctly increment index into list of children..
674d255e0729 [project @ 2007-03-24 12:52:25 by jwe]
jwe
parents: 6448
diff changeset
5459
6434
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
5460 2007-03-23 John W. Eaton <jwe@octave.org>
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
5461
6448
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5462 * general/interp2.m, general/bicubic.m, control/base/rldemo.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5463 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5464 control/base/nyquist.m, control/base/nichols.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5465 control/base/frdemo.m, signal/freqz_plot.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5466 control/base/__stepimp__.m, control/base/bode.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5467 quaternion/demoquat.m, quaternion/qcoordinate_plot.m,
2110cc251779 [project @ 2007-03-24 02:47:36 by jwe]
jwe
parents: 6447
diff changeset
5468 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m:
6447
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5469 Update plotting code.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5470
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5471 * control/base/bode.m: Unwrap phase angle.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5472
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5473 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5474
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5475 * plot/axis.m: Don't check automatic_replot, or call replot.
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5476
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5477 * quaternion/demoquat.m: Delete comments with obsolete plotting
3f79532415b5 [project @ 2007-03-24 00:00:31 by jwe]
jwe
parents: 6446
diff changeset
5478 commands.
6446
f82f516c8a00 [project @ 2007-03-23 21:20:21 by jwe]
jwe
parents: 6444
diff changeset
5479
6442
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
5480 * plot/__pltopt1__.m: Handle "@" marker same as "+".
6444
af8e28709a2c [project @ 2007-03-23 16:42:50 by jwe]
jwe
parents: 6442
diff changeset
5481 Handle numeric color specs.
6442
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
5482 * plot/plot.m: Remove "-@" and "@" from docstring.
1896d9b1f302 [project @ 2007-03-23 16:10:33 by jwe]
jwe
parents: 6441
diff changeset
5483
6441
8bcceddab2d5 [project @ 2007-03-23 15:35:28 by jwe]
jwe
parents: 6440
diff changeset
5484 * plot/orient.m: Fix tests to avoid creating a plot window.
8bcceddab2d5 [project @ 2007-03-23 15:35:28 by jwe]
jwe
parents: 6440
diff changeset
5485
6440
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5486 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5487 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5488 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5489 general/arrayfun.m, miscellaneous/compare_versions.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5490 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5491 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m,
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5492 polynomial/pchip.m: Fix copyright notice, correct FSF address.
98ee80702bca [project @ 2007-03-23 15:13:19 by jwe]
jwe
parents: 6438
diff changeset
5493
6438
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
5494 * plot/__go_draw_figure__.m: Send reset to gnuplot before every
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
5495 plot, not just multiplots.
14e5882b6269 [project @ 2007-03-23 14:26:11 by jwe]
jwe
parents: 6436
diff changeset
5496
6436
f1f2e0de340a [project @ 2007-03-23 14:17:29 by jwe]
jwe
parents: 6434
diff changeset
5497 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d.
f1f2e0de340a [project @ 2007-03-23 14:17:29 by jwe]
jwe
parents: 6434
diff changeset
5498
6434
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
5499 * plot/contour.m: Don't call drawnow.
7caa5942d4da [project @ 2007-03-23 13:59:29 by jwe]
jwe
parents: 6432
diff changeset
5500
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5501 2007-03-22 John W. Eaton <jwe@octave.org>
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5502
6432
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
5503 * plot/drawnow.m: Check and optionally, set, the __modified__
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
5504 property of each figure.
5bec61ae1576 [project @ 2007-03-23 02:19:10 by jwe]
jwe
parents: 6431
diff changeset
5505
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5506 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf,
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5507 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>.
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5508
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5509 2007-03-21 John W. Eaton <jwe@octave.org>
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5510
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5511 * linear-algebra/null.m: Set elements of retval with magnitudes
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5512 less than eps to 0.
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5513
6429
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
5514 2007-03-21 David Bateman <dbateman@free.fr>
6425
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
5515
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
5516 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot.
6429
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
5517 * testfun/speed.m: Documentation and example fix.
6ff2d413cf58 [project @ 2007-03-21 20:13:03 by dbateman]
dbateman
parents: 6425
diff changeset
5518
6424
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
5519 2007-03-21 John W. Eaton <jwe@octave.org>
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
5520
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
5521 * plot/subplot.m: If we find an existing subplot region, set
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
5522 it to be the "currentaxes" property for the current figure.
6425
0cc5ca7b1e91 [project @ 2007-03-21 15:57:19 by jwe]
jwe
parents: 6424
diff changeset
5523 Delete old axes objects if the new axes object overlaps the old.
6424
05a48d6cf163 [project @ 2007-03-21 13:38:47 by jwe]
jwe
parents: 6422
diff changeset
5524
6422
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5525 2007-03-20 David Bateman <dbateman@free.fr>
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5526
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5527 * general/Makefile.in: Include arrayfun.m in SOURCES.
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5528
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5529 2007-03-20 Bill Denney <denney@seas.upenn.edu>
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5530
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5531 * general/arrayfun.m: New function.
9b982dd07654 [project @ 2007-03-20 21:26:12 by dbateman]
dbateman
parents: 6420
diff changeset
5532
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
5533 2007-03-20 John W. Eaton <jwe@octave.org>
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
5534
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5535 * plot/newplot.m: Call __request_drawnow__ after initializing axes.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5536 * plot/text.m: Call __request_drawnow__ after creating text objects.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5537
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5538 * plot/clf.m: Don't call drawnow.
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5539
6431
ff87ad14403f [project @ 2007-03-22 18:20:31 by jwe]
jwe
parents: 6429
diff changeset
5540 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org>
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5541
6420
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
5542 * image/__img__.m: Maybe set yaxis to reverse for images.
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
5543 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
5544 images.
e35658098bbc [project @ 2007-03-20 17:22:31 by jwe]
jwe
parents: 6419
diff changeset
5545
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
5546 * plot/drawnow.m: Make __go_close_all_registered__ persistent
6419
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5547 instead of global. Only register __go_close_all__ with atexit if
73fcbac81f33 [project @ 2007-03-20 17:18:24 by jwe]
jwe
parents: 6418
diff changeset
5548 the plot stream is successfully opened.
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
5549
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5550 2007-03-15 John W. Eaton <jwe@octave.org>
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5551
6418
2efe282221ed [project @ 2007-03-20 16:46:47 by jwe]
jwe
parents: 6415
diff changeset
5552 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5553 From Daniel J Sebald <daniel.sebald@ieee.org>.
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5554
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5555 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org>
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5556
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5557 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types.
6415
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
5558 Use numeric line types.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5559
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5560 * control/base/rlocus.m: Add asymptotes to the plot. Use wider
6415
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
5561 lines and larger markers. Remove key titles from line type
6b1535a09268 [project @ 2007-03-15 18:03:17 by jwe]
jwe
parents: 6413
diff changeset
5562 properties.
6413
cf8e671beada [project @ 2007-03-15 14:11:51 by jwe]
jwe
parents: 6412
diff changeset
5563
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5564 2007-03-14 John W. Eaton <jwe@octave.org>
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5565
6412
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5566 * plot/__axis_label__.m: Accept additional property-value pairs
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5567 and pass them to __go_text__. Simply return the handle obtained
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5568 from __go_text__ instead of calling get on the current axis.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5569 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5570 Allow for extra property value pairs to be passed along.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5571 * plot/title.m: Implement with __axis_label__ since it does all
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5572 that title needs to do.
b2096bb759b1 [project @ 2007-03-15 02:33:45 by jwe]
jwe
parents: 6410
diff changeset
5573
6410
8522b107e4ae [project @ 2007-03-14 22:03:08 by jwe]
jwe
parents: 6408
diff changeset
5574 * plot/clf.m: Set currentaxes property for current figure to [].
8522b107e4ae [project @ 2007-03-14 22:03:08 by jwe]
jwe
parents: 6408
diff changeset
5575
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5576 * plot/__axis_label__.m: Convert arg to text handle before calling set.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5577
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5578 * plot/__plt__.m: Return line handles from all calls to __plt1__
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5579 and __plt2__, not just the last.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5580
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5581 * plot/Makefile.in (SOURCES): Rename from SOURCES_M.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5582 (SOURCES_IN, GEN_M): Delete.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5583 (FCN_FILES): Don't include $(GEN_M).
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5584 (all): Don't depend on $(GEN_M).
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5585 ($(GEN_M) : %.m : %.in): Delete pattern rule.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5586
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5587 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5588
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5589 * plot/newplot.m: Call __go_axes_init__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5590 __uiobject_axes_init__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5591
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5592 * plot/mesh.m: Use __go_surface__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5593 __uiobject_surface_ctor__. Don't access object fields directly.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5594
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5595 * plot/line.m: Use __line__ to do actual work.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5596 * plot/__line__.m: New function.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5597
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5598 * plot/axes.m: Use __go_axes__ to create axes graphics handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5599 Use get and set instead of accessing object fields directly.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5600
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5601 * plot/figure.m: Use __go_figure__ to create figure graphics
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5602 handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5603
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5604 * plot/drawnow.m: Register __go_close_all__ with atexit instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5605 __uiobject_close_all. Call __go_draw_figure__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5606 __uiobject_draw_figure__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5607
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5608 * plot/clf.m: Use get instead of accessing object fields
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5609 directly. Simply delete children. Don't set currentaxes.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5610
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5611 * plot/close.m (close_all_figures): New subfunction.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5612 Use it instead of getting list of figures to close from
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5613 __uiobject_figures__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5614
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5615 * plot/closereq.m: Simply delete the current figure. Don't set
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5616 currentfigure.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5617
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5618 * plot/__errplot__.m: Call __line__ instead of
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5619 __uiobject_line_ctor__. Use set instead of accesing object fields
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5620 directly. Don't call __uiobject_adopt__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5621
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5622 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5623 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5624 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5625 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5626 plot/__uiobject_figures__.in, plot/__uiobject_free__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5627 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5628 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5629 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5630 plot/__uiobject_init_root_figure__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5631 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5632 plot/__uiobject_root_figure_ctor__.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5633 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m:
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5634 plot/get.in, plot/include-globals.awk, plot/ishandle.m,
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5635 plot/set.in: Delete.
6408
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
5636 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists.
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5637
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5638 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5639 Pass "hidden" as second arg to close.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5640 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5641 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m.
6408
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
5642 * plot/Makefile.in (SOURCES_M): Rename in list.
af77d211ca65 [project @ 2007-03-14 20:31:17 by jwe]
jwe
parents: 6405
diff changeset
5643
6405
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5644 * image/__img__.m: Use __go_image__ to create image graphics
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5645 handle.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5646
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5647 * miscellaneous/delete.m: Call __go_delete__, not
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5648 __uiobject_delete__. Check that arg is a graphics handle before
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5649 calling __go_delete__.
b298a4c12fc3 [project @ 2007-03-14 16:51:28 by jwe]
jwe
parents: 6403
diff changeset
5650
6403
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5651 2007-03-13 John W. Eaton <jwe@octave.org>
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5652
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5653 * miscellaneous/cast.m: Use feval and strcmp with cell to check
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5654 arg instead of switch statement.
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
5655 From S�ren Hauberg <soren@hauberg.org>.
6403
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5656
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5657 2007-03-12 John W. Eaton <jwe@octave.org>
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5658
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5659 * miscellaneous/cast.m: New function.
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5660
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5661 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__.
5011ac2fc23d [project @ 2007-03-13 14:45:51 by jwe]
jwe
parents: 6398
diff changeset
5662
6398
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5663 2007-03-08 John W. Eaton <jwe@octave.org>
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5664
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5665 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5666 tilde expansion on target filename before passing it to the shell.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5667
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5668 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5669 * statistics/distributions/Makefile.in (SOURCES): Add it here.
9bd49ed48ee6 [project @ 2007-03-08 19:40:01 by jwe]
jwe
parents: 6396
diff changeset
5670
6396
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
5671 2007-03-08 David Bateman <dbateman@free.fr>
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
5672
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
5673 * statistics/base/unidrnd.m: Move to statistics/distributions
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
5674 replacing slower version based on dicrete_rnd.
9ec04285a60e [project @ 2007-03-08 10:08:28 by dbateman]
dbateman
parents: 6395
diff changeset
5675
6392
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
5676 2007-03-07 John W. Eaton <jwe@octave.org>
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
5677
6395
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5678 * control/base/rlocus.m: Update for current plotting functions.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5679
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5680 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu>
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5681
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5682 * control/base/rlocus.m: Improve display.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5683
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5684 2007-03-07 John W. Eaton <jwe@octave.org>
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5685
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5686 * plot/legend.m: Only handle positions -1:4.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5687 * plot/__pltopt1__.m: Don't set linestyle if only marker style is
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5688 found in option string
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5689 * plot/__uiobject_draw_axes__.m: Handle key position.
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
5690
6394
df3445687c6e [project @ 2007-03-07 20:29:28 by jwe]
jwe
parents: 6392
diff changeset
5691 * plot/newplot.m: Always reset next line color.
df3445687c6e [project @ 2007-03-07 20:29:28 by jwe]
jwe
parents: 6392
diff changeset
5692
6392
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
5693 * testfun/assert.m: Check that number of dimensions match before
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
5694 checking dimensions.
e8c42df3d234 [project @ 2007-03-07 18:20:46 by jwe]
jwe
parents: 6391
diff changeset
5695
6391
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
5696 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com>
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
5697
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
5698 * specfun/perms.m, specfun/factorial.m: Check args.
3f3e86e9fb57 [project @ 2007-03-07 18:14:44 by jwe]
jwe
parents: 6390
diff changeset
5699
6387
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
5700 2007-03-07 John W. Eaton <jwe@octave.org>
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
5701
6390
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5702 * plot/mesh.m: Call newplot before doing anything.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5703
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5704 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5705 just "e". Only flush plot stream once.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5706 From Daniel J Sebald <daniel.sebald@ieee.org>.
334499d75c5c [project @ 2007-03-07 18:11:28 by jwe]
jwe
parents: 6387
diff changeset
5707
6387
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
5708 * strings/blanks.m: Omit first index in assignment.
24666a9192f2 [project @ 2007-03-07 08:43:03 by jwe]
jwe
parents: 6386
diff changeset
5709
6386
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
5710 2007-03-07 Paul Kienzle <pkienzle@users.sf.net>
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
5711
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
5712 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows.
5a91bf0a47e8 [project @ 2007-03-07 05:56:43 by jwe]
jwe
parents: 6385
diff changeset
5713
6385
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5714 2007-03-06 David Bateman <dbateman@free.fr>
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5715 John W. Eaton <jwe@octave.org>
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5716
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5717 * set/setdiff.m: Ignore "rows" for cell array args.
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5718 Handle cellstr args.
a192de8c0ead [project @ 2007-03-06 19:05:43 by jwe]
jwe
parents: 6382
diff changeset
5719
6382
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
5720 2007-03-05 John W. Eaton <jwe@octave.org>
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
5721
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
5722 * optimization/sqp.m: Defer first call to obj_hess until after
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
5723 calling obj_fun.
f74e71ef6612 [project @ 2007-03-05 21:29:40 by jwe]
jwe
parents: 6377
diff changeset
5724
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
5725 2007-03-02 Bob Weigel <rweigel@gmu.edu>
6377
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
5726
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
5727 * specfun/nchoosek.m: Fix nargin check.
d42176e0d688 [project @ 2007-03-02 16:30:57 by jwe]
jwe
parents: 6376
diff changeset
5728
6376
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
5729 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org>
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
5730
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
5731 * image/__img__.m: Don't set xlim and ylim properties.
0eac3484e8df [project @ 2007-03-02 02:18:37 by jwe]
jwe
parents: 6374
diff changeset
5732
6374
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
5733 2007-03-01 Paul Kienzle <pkienzle@users.sf.net>
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
5734
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
5735 * general/interp1.m: Fix *style cases for decreasing x.
419017274c1e [project @ 2007-03-01 15:57:50 by jwe]
jwe
parents: 6372
diff changeset
5736
6372
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
5737 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com>
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
5738
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
5739 * polynomial/roots.m: Check nargin before accessing arg.
a9a95bb1bf9e [project @ 2007-03-01 15:39:30 by jwe]
jwe
parents: 6369
diff changeset
5740
6369
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
5741 2007-02-28 John W. Eaton <jwe@octave.org>
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
5742
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
5743 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
5744 increment data_idx unless using gnuplot for display.
16901a3e5416 [project @ 2007-02-28 22:17:42 by jwe]
jwe
parents: 6368
diff changeset
5745
6368
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5746 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org>
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5747
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5748 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5749 plots with images.
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5750 * image/image.m, image/imagesc.m, image/imshow.m:
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5751 Deprecate zoom argument.
ec2a523713b5 [project @ 2007-02-28 22:07:24 by jwe]
jwe
parents: 6366
diff changeset
5752
6366
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5753 2007-02-28 John W. Eaton <jwe@octave.org>
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5754
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5755 * plot/__uiobject_draw_axes__.m: Use fullfile to generate
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5756 temporary file names. Keep image and colormap file ids separate.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5757
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5758 * general/interp1.m: Correctly compute min and max values when
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5759 values are decreasing and not evenly spaced.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5760 From Ricardo Marranita <ricardo.marranita@gmail.com>.
06f26e174fc9 [project @ 2007-02-28 19:16:49 by jwe]
jwe
parents: 6365
diff changeset
5761
6365
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
5762 2007-02-27 John W. Eaton <jwe@octave.org>
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
5763
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
5764 * testfun/test.m (test): Handle possibility of file_in_loadpath
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
5765 returning an empty cell array.
ccdb8ffbb994 [project @ 2007-02-27 19:43:35 by jwe]
jwe
parents: 6364
diff changeset
5766
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5767 2007-02-27 Michael Goffioul <michael.goffioul@swing.be>
6364
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
5768
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
5769 * pkg/pkg.m: Use fullfile to create filenames from parts.
0d41cafd2e0d [project @ 2007-02-27 15:18:35 by jwe]
jwe
parents: 6358
diff changeset
5770
6546
44a4f68fbd76 [project @ 2007-04-19 17:06:22 by jwe]
jwe
parents: 6544
diff changeset
5771 2007-02-26 Michael Goffioul <michael.goffioul@swing.be>
6358
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5772
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5773 * Makefile.in, audio/Makefile.in, control/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5774 control/base/Makefile.in, control/hinf/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5775 control/obsolete/Makefile.in, control/system/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5776 control/util/Makefile.in, deprecated/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5777 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5778 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5779 miscellaneous/Makefile.in, optimization/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5780 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5781 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5782 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5783 special-matrix/Makefile.in, startup/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5784 statistics/Makefile.in, statistics/base/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5785 statistics/distributions/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5786 statistics/models/Makefile.in, statistics/tests/Makefile.in,
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5787 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5788 Use $(LN_S) instead of ln or ln -s.
61091f4af6e4 [project @ 2007-02-26 20:46:22 by jwe]
jwe
parents: 6357
diff changeset
5789
6356
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
5790 2007-02-24 David Bateman <dbateman@free.fr>
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
5791
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
5792 * pkg/pkg.m (configure_make): Ignore blank lines and trailing
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
5793 '\n' in FILES file.
6357
d93787dbedec [project @ 2007-02-26 20:24:42 by dbateman]
dbateman
parents: 6356
diff changeset
5794 (configure_make): Also install any mex files.
6356
8bb0d11c7a97 [project @ 2007-02-26 14:45:29 by dbateman]
dbateman
parents: 6353
diff changeset
5795
6353
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
5796 2007-02-24 David Bateman <dbateman@free.fr>
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
5797
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
5798 * statistics/distributions (SOURCES): Add nbincdf.m,
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
5799 nbininv.m, nbinpdf.m and nbinrnd.m.
392b071d4de9 [project @ 2007-02-24 23:04:14 by dbateman]
dbateman
parents: 6351
diff changeset
5800
6351
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5801 2007-02-23 John W. Eaton <jwe@octave.org>
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5802
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5803 * statistics/distributions/Makefile.in (SOURCES): Remove
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5804 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list.
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5805
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5806 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m,
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5807 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list.
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5808
6349
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5809 2007-02-23 David Bateman <dbateman@free.fr>
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5810
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5811 * statistics/distributions/discrete_rnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5812 statistics/distributions/geornd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5813 statistics/distributions/lognnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5814 statistics/distributions/nbinrnd.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5815 statistics/distributions/wblrnd.m: Accelerate distributions.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5816
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5817 * statistics/distributions/unidcdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5818 statistics/distributions/unidinv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5819 statistics/distributions/unidpdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5820 statistics/distributions/unidrnd.m: New functions based on
6351
9b525feab43b [project @ 2007-02-23 19:54:18 by jwe]
jwe
parents: 6349
diff changeset
5821 discrete_cdf, etc.
6349
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5822
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5823 * statistics/distributions/pascal_cdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5824 statistics/distributions/pascal_inv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5825 statistics/distributions/pascal_pdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5826 statistics/distributions/pascal_rnd.m: Remove.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5827 * statistics/distributions/nbincdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5828 statistics/distributions/nbininv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5829 statistics/distributions/nbinpdf.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5830 statistics/distributions/nbinrnd.m: Replace with matlab
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5831 compatible functions.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5832 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m,
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5833 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5834 nbincdf, etc functions to implement these.
859f7aaea254 [project @ 2007-02-23 14:20:42 by dbateman]
dbateman
parents: 6344
diff changeset
5835
6344
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5836 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org>
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5837
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5838 * plot/__uiobject_draw_axes__.m: Insert newline between plot
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5839 command and data.
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5840
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5841 2007-02-22 John W. Eaton <jwe@octave.org>
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5842
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5843 * miscellaneous/doc.m: If index search fails, try again without
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5844 the index search option.
860682863572 [project @ 2007-02-22 20:24:11 by jwe]
jwe
parents: 6341
diff changeset
5845
6339
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
5846 2007-02-22 David Bateman <dbateman@free.fr>
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
5847
6341
1c4363c98387 [project @ 2007-02-22 18:27:02 by dbateman]
dbateman
parents: 6340
diff changeset
5848 * miscellaneous/doc.m: Find doc.info file correctly in user directories.
1c4363c98387 [project @ 2007-02-22 18:27:02 by dbateman]
dbateman
parents: 6340
diff changeset
5849
6340
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5850 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5851 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5852 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m,
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5853 statistics/distributions/betarnd.m: Convert to use randg, rande
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5854 and randp to accelerate.
6d7b7c7cad61 [project @ 2007-02-22 18:23:58 by dbateman]
dbateman
parents: 6339
diff changeset
5855
6339
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
5856 * pkg/pkg.m (fix_depends): Support > and < operators as well.
20c48710b2c7 [project @ 2007-02-22 18:22:24 by dbateman]
dbateman
parents: 6338
diff changeset
5857
6338
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
5858 2007-02-22 John W. Eaton <jwe@octave.org>
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
5859
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
5860 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images,
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
5861 cache data and display after xlim and ylim have been determined.
ec88b4ab6d10 [project @ 2007-02-22 07:07:19 by jwe]
jwe
parents: 6337
diff changeset
5862
6337
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
5863 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org>
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
5864
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
5865 * plot/__uiobject_draw_axes__.m:
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
5866 Allow multiple images to be displayed with gnuplot.
24e127df8e17 [project @ 2007-02-22 07:03:51 by jwe]
jwe
parents: 6333
diff changeset
5867
6333
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
5868 2007-02-20 Rafael Laboissiere <rafael@debian.org>
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
5869
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
5870 * optimization/glpk.m: Document the fact that extra.mem does not work
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
5871 for versions of GLPK 4.15 and later.
4e81fe3bceff [project @ 2007-02-20 21:05:10 by jwe]
jwe
parents: 6328
diff changeset
5872
6328
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5873 2007-02-19 John W. Eaton <jwe@octave.org>
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5874
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5875 * plot/__uiobject_alloc__.in: If next available element in
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5876 __uiobject_list__ is 0, grow list before doing anything else.
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5877 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5878 first call when size of __uiobject_list__ is 0.
a7a2f1596b4b [project @ 2007-02-20 02:20:40 by jwe]
jwe
parents: 6323
diff changeset
5879
6323
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
5880 2007-02-16 John W. Eaton <jwe@octave.org>
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
5881
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
5882 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list.
ea65de49e18e [project @ 2007-02-17 02:51:02 by jwe]
jwe
parents: 6321
diff changeset
5883
6321
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
5884 2007-02-16 Michael Goffioul <michael.goffioul@swing.be>
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
5885
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
5886 * miscellaneous/popen2.m: Remove as replaced with builtin.
363a2f8c9e97 [project @ 2007-02-16 20:26:23 by dbateman]
dbateman
parents: 6316
diff changeset
5887
6316
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
5888 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com>
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
5889
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
5890 * specfun/nchoosek.m: Check nargin.
a3a2580435c2 [project @ 2007-02-16 07:23:49 by jwe]
jwe
parents: 6315
diff changeset
5891
6314
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5892 2007-02-15 John W. Eaton <jwe@octave.org>
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5893
6315
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
5894 * path/addpath.m, path/rmpath.m: Delete
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
5895 * path/Makefile.in (SOURCES): Remove them from the list.
cf52583fe055 [project @ 2007-02-16 04:52:42 by jwe]
jwe
parents: 6314
diff changeset
5896
6314
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5897 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m:
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5898 Delete title, xlabel, ylabel, and zlabel properties before
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5899 reassigning.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5900 * plot/__uiobject_axes_init__.in: New arg, mode.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5901 Don't init outerposition if "mode" is "replace".
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5902 * plot/newplot.m: Check both figure and axes nextplot properties.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5903 If axes nextplot property is replace, pass "replace" as mode arg
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5904 to __uiobject_axes_init__.
7cbf27ad6c3f [project @ 2007-02-16 00:43:40 by jwe]
jwe
parents: 6312
diff changeset
5905
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
5906 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org>
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
5907
6310
cf8894bbc49d [project @ 2007-02-15 19:59:27 by jwe]
jwe
parents: 6309
diff changeset
5908 * image/imshow.m: Don't restore old colormap.
cf8894bbc49d [project @ 2007-02-15 19:59:27 by jwe]
jwe
parents: 6309
diff changeset
5909
6309
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5910 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5911 * image/__img__.m: New file containing common parts of image.m and
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5912 imshow.m.
6312
725709ab0445 [project @ 2007-02-15 21:34:46 by jwe]
jwe
parents: 6310
diff changeset
5913 * image/Makefile.in (SOURCES): Add __img__.m to the list.
6309
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5914 * image/image.m, image/imshow.m: Call __img__.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5915 * plot/__uiobject_draw_axes__.m:
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5916 Handle rgb imaged data stored in 3-d arrays.
6a60e68fc4b1 [project @ 2007-02-15 09:49:27 by jwe]
jwe
parents: 6308
diff changeset
5917
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
5918 * plot/figure.m: Doc fix.
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
5919
6304
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
5920 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com>
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
5921
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
5922 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
5923 for reading and writing data. New tests. Improve rounding.
78a3254741b2 [project @ 2007-02-14 21:22:59 by jwe]
jwe
parents: 6303
diff changeset
5924
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5925 2007-02-13 John W. Eaton <jwe@octave.org>
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5926
6303
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
5927 * plot/stem.m: New file, adapted from OctPlot.
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
5928 * plot/Makefile.in (SOURCES_M): Add it to the list.
df89e87a1d2e [project @ 2007-02-13 09:11:53 by jwe]
jwe
parents: 6302
diff changeset
5929
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5930 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5931 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5932 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5933 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5934 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5935 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5936 plot/semilogyerr.m: Return handles to line objects.
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
5937
6301
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
5938 2007-02-11 John W. Eaton <jwe@octave.org>
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
5939
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
5940 * plot/__uiobject_close_all.m: New file.
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
5941 * plot/Makefile.in (SOURCES_M): Add it to the list.
2bab2360f07f [project @ 2007-02-11 19:46:53 by jwe]
jwe
parents: 6298
diff changeset
5942
6298
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5943 2007-02-10 John W. Eaton <jwe@octave.org>
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5944
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5945 * plot/drawnow.m: Arrange for plot streams to be close on exit.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5946 * plot/__uiobject_globals__.m: Don't call mlock.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5947
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5948 * plot/drawnow.m: Only check for DISPLAY if isunix returns true.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5949 * plot/__uiobject_delete__.m: Send quit command and flush stream
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5950 before calling pclose.
4553ff6b7ec7 [project @ 2007-02-10 16:33:33 by jwe]
jwe
parents: 6295
diff changeset
5951
6291
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
5952 2007-02-09 John W. Eaton <jwe@octave.org>
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
5953
6295
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6293
diff changeset
5954 * plot/subplot.m: Delete spurious call to axes.
0fcce0872e02 [project @ 2007-02-10 02:10:21 by jwe]
jwe
parents: 6293
diff changeset
5955
6293
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
5956 * plot/figure.m: Call drawnow for current figure before creating
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
5957 or switching to a new figure.
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
5958 * plot/__uiobject_init_figure__.in: Handle empty arg the same as
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
5959 nargin == 0 case.
b649aa46950d [project @ 2007-02-09 21:50:40 by jwe]
jwe
parents: 6291
diff changeset
5960
6291
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
5961 * testfun/assert.m: Try to avoid problems when comparisons involve
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
5962 strange values like Inf+NaNi.
6110e7d4e4c4 [project @ 2007-02-09 05:14:51 by jwe]
jwe
parents: 6286
diff changeset
5963
6283
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
5964 2007-02-08 John W. Eaton <jwe@octave.org>
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
5965
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
5966 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot"
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
5967 and check gnuplot_use_title_option instead of just assuming -title
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
5968 works. From Michael Goffioul <michael.goffioul@swing.be>.
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
5969
6285
3991a9f0fead [project @ 2007-02-08 09:50:11 by jwe]
jwe
parents: 6284
diff changeset
5970 * Makefile.in (DISTFILES): Add move-if-change to the list.
3991a9f0fead [project @ 2007-02-08 09:50:11 by jwe]
jwe
parents: 6284
diff changeset
5971
6284
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5972 * audio/Makefile.in, control/base/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5973 control/hinf/Makefile.in, control/obsolete/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5974 control/system/Makefile.in, control/util/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5975 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5976 general/Makefile.in, image/Makefile.in, io/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5977 linear-algebra/Makefile.in, miscellaneous/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5978 optimization/Makefile.in, plot/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5979 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5980 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5981 special-matrix/Makefile.in, startup/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5982 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5983 statistics/models/Makefile.in, statistics/tests/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5984 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in,
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5985 path/Makefile.in, pkg/Makefile.in: Explicitly list source files.
4f9514696199 [project @ 2007-02-08 08:42:24 by jwe]
jwe
parents: 6283
diff changeset
5986
6283
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
5987 * plot/figure.m: Don't call drawnow. Correctly init figure when
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
5988 only given property list.
7099f1ae465e [project @ 2007-02-08 08:37:00 by jwe]
jwe
parents: 6280
diff changeset
5989
6278
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5990 2007-02-07 John W. Eaton <jwe@octave.org>
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5991
6280
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
5992 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
5993 properties.
1705b7847b8e [project @ 2007-02-08 04:03:22 by jwe]
jwe
parents: 6278
diff changeset
5994
6278
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5995 * plot/sombrero.m: Call box ("off") after mesh.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5996
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5997 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5998 line default" commands with older versions of gnuplot.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
5999
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
6000 * plot/close.m: Use get (0, "currentifgure") instead of gcf.
300fb48803e3 [project @ 2007-02-07 22:23:37 by jwe]
jwe
parents: 6273
diff changeset
6001
6273
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
6002 2007-02-06 John W. Eaton <jwe@octave.org>
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
6003
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
6004 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".".
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
6005 * sparse/gplot.m: Use line style - instead of 1.
de81db175325 [project @ 2007-02-06 18:55:23 by jwe]
jwe
parents: 6272
diff changeset
6006
6272
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6007 2007-02-05 Rafael Laboissiere <rafael@debian.org>
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6008
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6009 * plot/print.m: Avoid error message from cellidx.
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6010
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6011 2007-02-05 John W. Eaton <jwe@octave.org>
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6012
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6013 * plot/legend.m: Fix check for data.
a1f3d3b7ee5c [project @ 2007-02-06 02:09:48 by jwe]
jwe
parents: 6270
diff changeset
6014
6270
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
6015 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net>
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
6016
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
6017 * plot/__uiobject_draw_axes__.m (do_linestyle_command):
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
6018 Always set lt and pt.
c8d25f552230 [project @ 2007-02-05 21:41:26 by jwe]
jwe
parents: 6269
diff changeset
6019
6269
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
6020 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net>
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
6021
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
6022 * plot/contourc.m: Correctly compute X and Y.
2f357df626cb [project @ 2007-02-05 21:36:54 by jwe]
jwe
parents: 6268
diff changeset
6023
6268
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
6024 2007-02-05 John W. Eaton <jwe@octave.org>
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
6025
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
6026 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title.
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
6027 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto.
59deaa5b7e99 [project @ 2007-02-05 21:25:53 by jwe]
jwe
parents: 6266
diff changeset
6028
6264
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6029 2007-02-01 John W. Eaton <jwe@octave.org>
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6030
6266
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
6031 * plot/__uiobject_draw_axes__.m:
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
6032 Don't try to set axis limits unless we have data.
e5c3839f9403 [project @ 2007-02-01 10:25:37 by jwe]
jwe
parents: 6264
diff changeset
6033
6264
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6034 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6035 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6036 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m,
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6037 plot/__pltopt__.m, plot/plot3.m: Set and use options struct
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6038 instead of of key and fmt strings.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6039
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6040 * plot/__pltopt1__.m: Greatly simplify.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6041
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6042 * plot/__next_line_color__.m: New file.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6043 * plot/Makefile.in (SOURCES_M): Add it to the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6044 * plot/newplot.m: Call __next_line_color__ here to reset rotation.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6045
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6046 * plot/__default_plot_options__.m: New file.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6047 * plot/Makefile.in (SOURCES_M): Add it to the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6048
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6049 * plot/__plt3__.m: Delete.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6050 * plot/Makefile.in (SOURCES_M): Remove it from the list.
cc2bee854d23 [project @ 2007-02-01 10:00:05 by jwe]
jwe
parents: 6263
diff changeset
6051
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6052 2007-01-31 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6053
6263
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6054 * plot/__uiobject_draw_axes__.m: Set defaults for color,
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6055 linestyle, linewidth, marker, and markersize properties.
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6056 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6057 colors and widths, and line styles.
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6058
d60127449a29 [project @ 2007-02-01 04:07:53 by jwe]
jwe
parents: 6262
diff changeset
6059 * plot/__plt__.m, image/image.m: Don't call drawnow.
6262
e892a83f8840 [project @ 2007-01-31 20:52:55 by jwe]
jwe
parents: 6261
diff changeset
6060
6261
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6061 * plot/__gnuplot_version__.m: Restore from CVS Attic.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6062 * plot/Makefile.in (SOURCES_M): Add it to the list.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6063
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6064 * plot/__uiobject_draw_axes__.m: Delete useless call to
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6065 __gnuplot_save_data__.
7e2d79a71247 [project @ 2007-01-31 18:21:42 by jwe]
jwe
parents: 6259
diff changeset
6066
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6067 * image/image.m: Accept 2 args, but ignore the second for now.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6068
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6069 2007-01-30 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6070
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6071 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6072 to flag a package as to be autoloaded. Add install flags -noauto,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6073 -auto to force autoload behavior.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6074 (installed_packages): Make list of installed packages unique.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6075
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6076 2007-01-30 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6077
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6078 * Merge of changes from graphics-branch:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6079
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6080 2007-01-29 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6081
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6082 * plot/subplot.m: Set nextplot property of current figure to "add".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6083
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6084 * plot/__uiobject_draw_axes__.m: Only handle outerposition
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6085 property if it exists.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6086
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6087 2007-01-26 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6088
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6089 * plot/__uiobject_draw_axes__.m: Move initialization of max and
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6090 min values outside of loop over child objects.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6091
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6092 * plot/contour.m, plot/contourc.m: New files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6093 * plot/Makefile.in (SOURCES_M): Add them to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6094
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6095 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6096 find a gnuplot version newer than 4.0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6097 * image/__img_gnuplot__.m: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6098 * image/image.m: Create image graphics object.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6099 Call newplot to setup and drawnow to finish.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6100 Eliminate ZOOM arg.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6101
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6102 * plot/__uiobject_draw_axes__.m: Handle image data.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6103
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6104 * plot/legend.m: Eliminate useless variable "warned".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6105
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6106 * plot/__uiobject_image_ctor__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6107 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6108
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6109 * plot/gcf.m: Also create new figure if currentfigure is 0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6110 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6111
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6112 * plot/__uiobject_root_figure_ctor__.m: Set visible property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6113
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6114 * plot/__default_colormap__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6115 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6116 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6117 property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6118 * image/colormap.m: Use colormap property of current figure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6119 to store colormap instead of using persistent variable.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6120 Call __default_colormap__ to get default map value.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6121 * image/ocean.m, image/gray.m: Set colormap for current figure.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6122
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6123 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6124 Handle some tick mark options.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6125
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6126 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6127 set corresponding *mode to "manual". If we set dataaspectratio,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6128 set dataaspectratiomode to "manual".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6129
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6130 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6131 *ticklabelmode, dataaspectratio, dataaspectratiomode properties.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6132
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6133 * plot/axis.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6134 * plot/Makefile.in (SOURCES_M): Include it in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6135
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6136 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6137 set corresponding *limmode to "manual".
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6138 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6139 Use it to compute autosclaled limits.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6140 Arg is now handle, not object. Change all callers.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6141 Compute data limits.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6142
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6143 2007-01-25 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6144
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6145 * plot/drawnow: Fix visibility check for zero args.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6146
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6147 * plot/text.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6148 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6149 * plot/__uiobject_draw_axes__.m: Handle text objects.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6150 * plot/__uiobject_text_ctor__.m: Include units, position, and
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6151 horizontalalignment properties.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6152
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6153 * plot/figure.m: Set options for f we just constructed or were
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6154 given as an argument, not gcf. Only return handle if nargout > 0.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6155
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6156 * plot/drawnow.m: Handle visible field for figure here.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6157 * plot/__uiobject_figure_ctor__.m: Set default visible field.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6158
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6159 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6160 title and axis labels.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6161
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6162 * plot/plot3.m, plot/mesh.m: Set default 3-d view here.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6163 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6164 * plot/__uiobject_axes_init__.in: Set default view field for object.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6165 * plot/view.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6166 * plot/Makefile.in (SOURCES_M): Add it to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6167
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6168 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6169 Call __request_drawnow__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6170
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6171 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6172
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6173 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6174 Call set to set properties. Return handle instead of structure.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6175 Change all callers.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6176
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6177 * plot/__uiobject_axes_setr__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6178 * plot/set.in: Check for __setter__ field.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6179
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6180 * plot/__uiobject_axes_init__.in:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6181 Rename from plot/__uiobject_axes_init__.m.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6182 Include __uiobject_globals__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6183 Accept handle as arg instead of structure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6184 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6185 from the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6186 (SOURCES_IN): Add __uiobject_axes_init__.in to the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6187
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6188 2007-01-24 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6189
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6190 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6191
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6192 * plot/__uiobject_globals__.m: Call __lock_global__ when
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6193 initializing each global variable.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6194
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6195 2007-01-18 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6196
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6197 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6198 __uiobject_figure_handles_free_list__): New global variables.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6199 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6200 Place unused handles on the free list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6201
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6202 * plot/__uiobject_get_figure_handle__.in: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6203 * plot/Makefile.in: Delete it from the SOURCES_IN list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6204
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6205 * plot/__uiobject_init_figure__.in: Perform allocation of figure
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6206 handles here. Return figure handle.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6207 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6208
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6209 2007-01-11 John W. Eaton <jwe@octave.org>
6257
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6210
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6211 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6212 data for gnuplot.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6213
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6214 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6215 files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6216 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6217 (DISTFILES): Include include-globals.awk in the list.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6218 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M).
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6219 ($(GEN_M) : %.m : %.in): New rule.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6220
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6221 * include-globals.awk: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6222
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6223 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6224 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6225 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6226 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6227 plot/__uiobject_init_root_figure__.in,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6228 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6229 Rename from corresponding .m files.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6230
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6231 * move-if-change: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6232
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6233 * plot/__uiobject_delete__.m: New file.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6234 * plot/delete.m, plot/__uiobject_delete_children__.m,
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6235 plot/__uiobject_delete_child__.m: Delete.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6236 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6237 not a character string.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6238 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6239 Fix assignment to tmp key value in loop.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6240 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6241 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6242 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m:
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6243 Inline code to delete children.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6244 * plot/__uiobject_free__.m: Arg is now handle, not index into
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6245 __uiobject_list__.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6246 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6247 and free child.
44c91c5dfe1d [project @ 2007-01-30 19:16:52 by jwe]
jwe
parents: 6254
diff changeset
6248
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6249 2006-12-08 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6250
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6251 * plot/gcf.m: Check if the root figure object's currentfigure
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6252 handle is empty, not 0.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6253 * plot/__uiobject_root_figure_ctor__.m:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6254 Set currentfigure to [], not 0.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6255
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6256 * plot/stairs.m: Handle matrix arguments. Improve compatibility.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6257
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6258 2006-12-07 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6260 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6261 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6262 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6263 plot/__uiobject_delete_children__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6264 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6265 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6266 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6267 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6268 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6269 plot/__uiobject_init_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6270 plot/__uiobject_init_root_figure__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6271 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6272 plot/__uiobject_remove_child__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6273 plot/__uiobject_root_figure_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6274 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6275 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6276 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6277 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6278 plot/set.m: New files.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6279
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6280 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6281 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6282 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6283 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6284 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6285 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6286 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6287 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6288 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6289 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6290 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6291 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6292 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6293 plot/semilogyerr.m, plot/replot.m:
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6294 Adapt to new graphics data structure.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6295
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6296 * plot/__do_legend__.m, plot/__gnuplot_version__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6297 plot/__init_plot_vars__.m, plot/__make_using_clause__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6298 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6299 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6300 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m,
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6301 plot/plot_border.m, plot/subwindow.m: Delete.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6302
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6303 2007-01-24 David Bateman <dbateman@free.fr>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6304
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6305 * pkg/pkg.m: Install ChangeLog file if it exists.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6306 Delete bare newline in string passed to write_INDEX.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6307
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6308 * sparse/sprandsym.m: Make work for even values of N.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6309
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6310 2007-01-24 John W. Eaton <jwe@octave.org>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6311
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6312 * miscellaneous/news.m: New file.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6313
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6314 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6315
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6316 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6317
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6318 * strings/strncmp.m: Delete (we now have a built-in version).
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6319
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
6320 2007-01-22 Bob Weigel <rweigel@gmu.edu>
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6321
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6322 * testfun/test.m: Check for all files in path, use first found.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6323
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6324 2007-01-22 David Bateman <dbateman@free.fr>
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6325
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6326 * polynomial/spline.m: Make DG a column instead of a row vector.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6327
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6328 2007-01-18 S�ren Hauberg <hauberg@gmail.com>
6259
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6329
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6330 * pkg/pkg.m (copy_files): Call write_INDEX with correct target
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6331 file name.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6332
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6333 * image/ind2rgb.m: Better input checking. Return 3-d array if
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6334 nargout is 1. Handle colormaps that have too few colors.
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6335
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6336 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm".
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6337 (configure_make): Use fullfile instead of concatenating with "/".
77df53484011 [project @ 2007-01-31 09:12:45 by jwe]
jwe
parents: 6258
diff changeset
6338
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6339 2007-01-10 Baylis Shanks <bshanks3@hotmail.com>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6340
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6341 * set/ismember.m: Handle N-d arrays.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6342
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6343 2007-01-10 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6344
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6345 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6346 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m,
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6347 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6348 New files.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6349
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6350 2007-01-09 S�ren Hauberg <hauberg@gmail.com>
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6351
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
6352 * pkg/pkg.m: Allow filenames to contain glob patterns.
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6353
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6354 2007-01-08 S�ren Hauberg <hauberg@gmail.com>
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6355
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6356 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6357 instead of concatenating with "/". Use mlock to ensure that
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6358 persistent variables are not clobbered if user types clear all.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6359
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6360 2007-01-08 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6361
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6362 * miscellaneous/copyfile.m, miscellaneous/movefile.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6363 Improve handling of file names containing globbing characters.
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6364 From S�ren Hauberg <hauberg@gmail.com>.
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6365
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6366 2007-01-05 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6367
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6368 * optimization/optimset.m, optimization/__fsolve_defopts__.m:
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6369 New files.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6370
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6371 2006-12-30 John W. Eaton <jwe@octave.org>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6372
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6373 * sparse/spfun.m: Check for "function_handle" not "function handle".
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6374 * plot/fplot.m: Likewise. Use isa instead of strcmp + class.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6375
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6376 2006-12-27 S�ren Hauberg <hauberg@gmail.com>
6258
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6377
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6378 * image/imshow.m: Strip NaNs from image.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6379
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6380 2006-12-08 David Bateman <dbateman@free.fr>
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6381
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6382 * sparse/normest.m: New file.
ea3a7e8469e9 [project @ 2007-01-30 20:17:19 by dbateman]
dbateman
parents: 6257
diff changeset
6383
6286
c6a7b0453f9a [project @ 2007-02-08 19:04:38 by jwe]
jwe
parents: 6285
diff changeset
6384 2006-12-06 Michael Goffioul <michael.goffioul@swing.be>
6209
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
6385
6210
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
6386 * miscellaneous/copyfile.m, miscellaneous/movefile.m:
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
6387 Work on Windows systems without cp or mv.
12b676a0b183 [project @ 2006-12-07 02:37:17 by jwe]
jwe
parents: 6209
diff changeset
6388
6209
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
6389 * startup/inputrc: Include sequences for Windows.
15b299f6803d [project @ 2006-12-07 01:17:26 by jwe]
jwe
parents: 6203
diff changeset
6390
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6391 2006-12-06 S�ren Hauberg <hauberg@gmail.com>
6203
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6392
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6393 * pkg/pkg.m (unload_packages): New function.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6394 (pkg): Handle unload action.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6395
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6396 * __errplot__.m: Add missing semicolon.
512d72ee321f [project @ 2006-12-06 18:00:13 by jwe]
jwe
parents: 6193
diff changeset
6397
6193
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
6398 2006-11-30 John W. Eaton <jwe@octave.org>
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
6399
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
6400 * miscellaneous/mexext.m: New file.
ca97c6b26902 [project @ 2006-11-30 22:57:14 by jwe]
jwe
parents: 6189
diff changeset
6401
6189
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
6402 2006-11-29 David Bateman <dbateman@free.fr>
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
6403
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
6404 * pkg/pkg.m: Add local_list and global_list options that allow the
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
6405 location of package lists to be probed and set.
0d23b0c0ce1a [project @ 2006-11-29 21:01:05 by dbateman]
dbateman
parents: 6181
diff changeset
6406
6179
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6407 2006-11-17 John W. Eaton <jwe@octave.org>
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6408
6181
ac4821cdb740 [project @ 2006-11-19 16:44:53 by jwe]
jwe
parents: 6179
diff changeset
6409 * plot/__render_plot1__.m: Reverse y axis for images.
ac4821cdb740 [project @ 2006-11-19 16:44:53 by jwe]
jwe
parents: 6179
diff changeset
6410
6179
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6411 * plot/__render_plot__.m: New args, terminal and output.
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6412 * plot/print.m: Don't set output and term here. Instead, call
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6413 __render_plot__ with terminal and output.
235a1b456cf4 [project @ 2006-11-17 17:33:09 by jwe]
jwe
parents: 6178
diff changeset
6414
6178
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6415 2006-11-16 John W. Eaton <jwe@octave.org>
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6416
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6417 * plot/__render_plot1__.m: New file.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6418 * plot/__render_plot__.m: Use it. Loop over multiplots.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6419 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6420 gnuplot. Let __render_plot__ do that.
830235f4984f [project @ 2006-11-17 00:16:57 by jwe]
jwe
parents: 6177
diff changeset
6421
6177
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
6422 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it>
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
6423
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
6424 * plot/plot.m: Fix doc string.
6ac0c826459e [project @ 2006-11-16 18:49:38 by jwe]
jwe
parents: 6173
diff changeset
6425
6173
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
6426 2006-11-16 John W. Eaton <jwe@octave.org>
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
6427
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
6428 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
6429 before sending anything to the plotter.
dae08571782e [project @ 2006-11-16 17:26:26 by jwe]
jwe
parents: 6172
diff changeset
6430
6172
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6431 2006-11-15 John W. Eaton <jwe@octave.org>
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6432
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6433 * image/__img_gnuplot__.m: Store more info in global plot
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6434 structures and use __render_plot__ to build plot command to
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6435 display image.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6436
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6437 * plot/__plt3__.m: New arg, parametric. Change all callers.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6438
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6439 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6440 __plot_command_sep__): Delete.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6441 (__plot_data_type__, __plot_data_parametric__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6442 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__,
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6443 __plot_usingstr__, __plot_withstr__): New variables.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6444 * plot/__init_plot_vars__.m: Initialize them.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6445
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6446 * plot/__init_plot_vars__.m, plot/__setup_plot__.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6447 Don't handle sep or cmd.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6448
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6449 * plot/__render_plot__.m: New function.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6450 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6451 Store more info in global plot structures and use __render_plot__
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6452 to build plot command.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6453 * plot/replot.m: Simply call __render_plot__.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6454
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6455 * plot/contour.m, plot/mesh.m, plot/plot3.m:
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6456 Set __plot_data_parametric__ here.
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6168
diff changeset
6457
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6458 2006-11-14 John W. Eaton <jwe@octave.org>
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6459
6166
17f25cd588b2 [project @ 2006-11-15 04:30:14 by jwe]
jwe
parents: 6164
diff changeset
6460 * plot/bottom_title.m, plot/top_title.m: Delete.
17f25cd588b2 [project @ 2006-11-15 04:30:14 by jwe]
jwe
parents: 6164
diff changeset
6461
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6462 * image/image_viewer.m: Set default values here.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6463 * image/image.m: Not here.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6464
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6465 * image/image_viewer.m: Always return old values. Check arguments.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6466 * image/__img_gnuplot__.m: Rename from __img__m.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6467
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6468 2006-11-14 S�ren Hauberg <soren@hauberg.org>
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6469
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6470 * image/image_viewer.m: New function.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6471 * image/__img_via_file__.m: New function.
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6472 * image/image.m: Use image_viewer to determine which program to
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6473 use for image viewing.
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6474 * image/__img__.m: Silently accept more than 3 args.
6164
d90b16110095 [project @ 2006-11-14 21:08:00 by jwe]
jwe
parents: 6163
diff changeset
6475
6163
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6476 2006-11-14 John W. Eaton <jwe@octave.org>
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6477
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6478 * plot/__do_legend__.m, plot/__errplot__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6479 plot/__init_plot_vars__.m, plot/__plot_globals__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6480 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6481 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m,
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6482 plot/replot.m, plot/subplot.m, plot/subwindow.m:
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6483 Use __plot_globals__ for multiplot variables. Keep track of
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6484 multiplot info for each figure. Eliminate __multiplot_xscale__.
8614649c454c [project @ 2006-11-14 18:52:34 by jwe]
jwe
parents: 6158
diff changeset
6485
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6486 2006-11-13 John W. Eaton <jwe@octave.org>
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6487
6158
57aeb18f161d [project @ 2006-11-13 23:52:35 by jwe]
jwe
parents: 6157
diff changeset
6488 * plot/mesh.m: Use proper dimensions for y in call to repmat.
57aeb18f161d [project @ 2006-11-13 23:52:35 by jwe]
jwe
parents: 6157
diff changeset
6489
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6490 * miscellaneous/substruct.m: New function.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6491
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6492 * testfun/assert.m: Force orientation to match when comparing
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6493 struct elements.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6494
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6495 * general/__isequal__.m: Avoid assignment of comma-separated lists
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6496 when comparing structs.
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6497
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6498 2006-11-13 S�ren Hauberg <hauberg@gmail.com>
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6499
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6500 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6501 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6502 linear-algebra/dot.m, image/imshow.m, general/interp2.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6503 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6504 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6505 general/rem.m, image/rgb2ind.m, general/sph2cart.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6506 general/trapz.m, miscellaneous/xor.m: Use size_equal.
6157
045038e0108a [project @ 2006-11-13 22:22:53 by jwe]
jwe
parents: 6156
diff changeset
6507
6156
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
6508 2006-11-13 John W. Eaton <jwe@octave.org>
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
6509
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
6510 * plot/mesh.m: Use size_equal to compare dimensions.
a46f14cdbecd [project @ 2006-11-13 19:20:23 by jwe]
jwe
parents: 6154
diff changeset
6511
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6512 2006-11-13 S�ren Hauberg <soren@hauberg.org>
6154
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
6513
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
6514 * plot/mesh.m: Simplify. Set hidden3d for the plot.
08f0dabf17b9 [project @ 2006-11-13 18:30:25 by jwe]
jwe
parents: 6152
diff changeset
6515
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6516 2006-11-11 S�ren Hauberg <soren@hauberg.org>
6152
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
6517
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
6518 * miscellaneous/copyfile.m: Fix docs to match function.
2eb0723b4fad [project @ 2006-11-11 19:07:17 by jwe]
jwe
parents: 6146
diff changeset
6519
6145
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
6520 2006-11-08 John W. Eaton <jwe@octave.org>
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
6521
6146
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6522 * plot/legend.m: New function, adapted from Octave Forge.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6523
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6524 * plot/__do_legend__.m: New function.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6525 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6526 plot/replot.m: Call it before plotting.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6527
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6528 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6529 noparametric" to gnuplot..
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6530
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6531 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6532 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6533 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6534 and return key title separate from line format. Accept format and
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6535 key as cellstr. Always return data as cell array. Return format
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6536 and key title as cellstr.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6537 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m:
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6538 Handle line format and key titles separately.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6539 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6540
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6541 * plot/__plot_globals__.m (__plot_line_offset__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6542 __plot_key_labels__, __plot_key_properties__): New global
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6543 variables. Initialize them.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6544 * plot/__init_plot_vars__.m (__plot_line_offset__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6545 __plot_key_labels__, __plot_key_properties__): Initialize.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6546 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6547 (__plot_line_offset__, __plot_key_labels__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6548 __plot_key_properties__): Store information about plot key titles.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6549
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6550 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6551 plot/__plt__.m: Use cf, mxi, and myi as shorthand for
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6552 __current_figure__, __multiplot_xi__, and __multiplot_yi__,
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6553 respectively.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6554
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6555 * plot/__errcomm__.m: Allow fmt to be cellstr.
1a6d826e92b5 [project @ 2006-11-09 03:13:11 by jwe]
jwe
parents: 6145
diff changeset
6556
6145
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
6557 * strings/strcat.m: Disable Octave:empty-list-elements warning
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
6558 whle concatenating args.
14906c2745e3 [project @ 2006-11-08 20:33:51 by jwe]
jwe
parents: 6144
diff changeset
6559
6144
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
6560 2006-11-07 John W. Eaton <jwe@octave.org>
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
6561
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
6562 * startup/main-rcfile: Conditionally set PAGER_FLAGS.
e8868fde0fc5 [project @ 2006-11-07 20:52:18 by jwe]
jwe
parents: 6143
diff changeset
6563
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6564 2006-11-06 S�ren Hauberg <soren@hauberg.org>
6142
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
6565
6143
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
6566 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline"
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
6567 option to regexp.
47f0cab13a02 [project @ 2006-11-06 20:16:58 by jwe]
jwe
parents: 6142
diff changeset
6568
6142
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
6569 * image/__img__.m: Send "set size ratio -1" before plotting.
75706465dc40 [project @ 2006-11-06 19:12:10 by jwe]
jwe
parents: 6139
diff changeset
6570
6138
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
6571 2006-11-03 Bill Denney <denney@seas.upenn.edu>
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
6572
6139
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
6573 * strings/index.m: New arg, direction. Simplify and speed up.
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
6574 * strings/rindex.m: Implement using index (..., "last");
4da9f63d5237 [project @ 2006-11-03 18:39:06 by jwe]
jwe
parents: 6138
diff changeset
6575
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
6576 * blanks.m, strcat.m: Simplify. Add tests.
6138
c5874b47d571 [project @ 2006-11-03 18:26:11 by jwe]
jwe
parents: 6130
diff changeset
6577
6130
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
6578 2006-11-01 Bill Denney <denney@seas.upenn.edu>
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
6579
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
6580 * general/__isequal__.m: Test size and class more consistently.
6eba20084f8f [project @ 2006-11-01 16:54:04 by jwe]
jwe
parents: 6117
diff changeset
6581
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
6582 2006-10-27 John W. Eaton <jwe@octave.org>
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
6583
6117
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
6584 * miscellaneous/ls_command.m: Use /D instead of /w.
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
6585 From Michael Goffioul <michael.goffioul@swing.be>.
45e37d4f324e [project @ 2006-10-27 21:41:54 by jwe]
jwe
parents: 6116
diff changeset
6586
6116
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
6587 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
6588 * miscellaneous/dir.m: Mark as a command.
b64fb24bf4a0 [project @ 2006-10-27 18:04:49 by jwe]
jwe
parents: 6112
diff changeset
6589
6112
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
6590 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
6591
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
6592 * miscellaneous/unpack.m: Fix missing comma in strcat call.
05257ee9753d [project @ 2006-10-27 04:28:33 by jwe]
jwe
parents: 6088
diff changeset
6593
6088
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6594 2006-10-25 John W. Eaton <jwe@octave.org>
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6595
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6596 * image/image.m: Set x = y = [] when nargin == 0;
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6597
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6598 2006-10-25 Quentin Spencer <qspencer@ieee.org>
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6599
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6600 * image/image.m: Call __img__ if gnuplot version is > 4.0.
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6601 * image/__img__.m: New file, originally from
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6602 Daniel J Sebald <daniel.sebald@ieee.org>.
32ea759ea27e [project @ 2006-10-25 19:39:00 by jwe]
jwe
parents: 6087
diff changeset
6603
6087
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6604 2006-10-25 John W. Eaton <jwe@octave.org>
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6605
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6606 * plot/__gnuplot_version__.m: New function, originally from
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6607 Daniel J Sebald <daniel.sebald@ieee.org> by way of
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6608 Quentin Spencer <qspencer@ieee.org>.
700e121edb94 [project @ 2006-10-25 19:03:12 by jwe]
jwe
parents: 6085
diff changeset
6609
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6610 2006-10-25 S�ren Hauberg <soren@hauberg.org>
6085
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
6611
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
6612 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4.
76e3715e31db [project @ 2006-10-25 12:43:30 by jwe]
jwe
parents: 6081
diff changeset
6613
6081
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6614 2006-10-24 Bill Denney <denney@seas.upenn.edu>
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6615
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6616 * miscellaneous/unpack.m, miscellaneous/bunzip2.m,
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6617 miscellaneous/gunzip.m: New files.
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6618 * miscellaneous/untar.m, miscellaneous/unzip.m:
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6619 Call unpack to do the real work.
cd98c1e18d48 [project @ 2006-10-25 03:36:45 by jwe]
jwe
parents: 6078
diff changeset
6620
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
6621 2006-10-24 John W. Eaton <jwe@octave.org>
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
6622
6078
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
6623 * plot/plot3.m: If we have a format string, then also pass using
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
6624 string to __plt3__.
34b1758d3247 [project @ 2006-10-24 18:38:51 by jwe]
jwe
parents: 6077
diff changeset
6625
6077
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
6626 * plot/sombrero.m: Don't return anything if nargout == 0.
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
6627
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
6628 * plot/__plt3__.m: Create using clause if none is supplied.
6077
95f153281c97 [project @ 2006-10-24 16:24:30 by jwe]
jwe
parents: 6075
diff changeset
6629 * plot/mesh.m: Always pass empty using string to __plt3__.
6075
eaeff5ddfae5 [project @ 2006-10-24 15:02:12 by jwe]
jwe
parents: 6069
diff changeset
6630
6069
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
6631 2006-10-20 Bill Denney <denney@seas.upenn.edu>
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
6632
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
6633 * movefile.m, copyfile.m: Handle cellstr lists of files.
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
6634 Quote filenames in shell commands.
67b1a61a85ce [project @ 2006-10-21 14:33:53 by jwe]
jwe
parents: 6055
diff changeset
6635
6055
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
6636 2006-10-17 David Bateman <dbateman@free.fr>
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
6637
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
6638 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
6639 the package directory is missing.
060985c633d1 [project @ 2006-10-17 12:45:08 by dbateman]
dbateman
parents: 6052
diff changeset
6640
6052
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
6641 2006-10-13 John W. Eaton <jwe@octave.org>
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
6642
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
6643 * plot/box.m: New function.
89d3cd848ca3 [project @ 2006-10-13 20:50:08 by jwe]
jwe
parents: 6050
diff changeset
6644
6050
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
6645 2006-10-13 Etienne Grossmann <etienne@tyzx.com>
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
6646
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
6647 * general/ind2sub.m, general/sub2ind.m: Handle empty indices.
435294ca4ee6 [project @ 2006-10-13 17:42:21 by jwe]
jwe
parents: 6049
diff changeset
6648
6049
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
6649 2006-10-12 Quentin Spencer <qspencer@ieee.org>
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
6650
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
6651 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data.
04c2ad6d1679 [project @ 2006-10-13 14:32:15 by jwe]
jwe
parents: 6047
diff changeset
6652
6047
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
6653 2006-10-10 John W. Eaton <jwe@octave.org>
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
6654
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
6655 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions.
176f1c58a474 [project @ 2006-10-10 19:13:49 by jwe]
jwe
parents: 6046
diff changeset
6656
6046
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6657 2006-10-10 Bill Denney <denney@seas.upenn.edu>
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6658
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6659 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6660 audio/playaudio.m, audio/record.m, audio/saveaudio.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6661 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6662 control/base/__bodquist__.m, control/base/__freqresp__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6663 control/base/are.m, control/base/bode.m, control/base/ctrb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6664 control/base/damp.m, control/base/dare.m, control/base/dcgain.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6665 control/base/dre.m, control/base/impulse.m, control/base/lqg.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6666 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6667 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6668 control/base/rlocus.m, control/base/step.m, control/base/tzero.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6669 control/hinf/h2norm.m, control/hinf/h2syn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6670 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6671 control/hinf/is_dgkf.m, control/hinf/wgt1o.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6672 control/obsolete/dezero.m, control/system/__sysdefioname__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6673 control/system/buildssic.m, control/system/c2d.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6674 control/system/cellidx.m, control/system/d2c.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6675 control/system/dmr2d.m, control/system/fir2sys.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6676 control/system/is_abcd.m, control/system/is_controllable.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6677 control/system/is_detectable.m, control/system/is_digital.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6678 control/system/is_observable.m, control/system/is_siso.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6679 control/system/is_stabilizable.m, control/system/is_stable.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6680 control/system/jet707.m, control/system/listidx.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6681 control/system/ord2.m, control/system/parallel.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6682 control/system/ss.m, control/system/ss2zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6683 control/system/starp.m, control/system/sys2ss.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6684 control/system/sys2tf.m, control/system/sys2zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6685 control/system/sysadd.m, control/system/sysappend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6686 control/system/syschtsam.m, control/system/sysconnect.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6687 control/system/syscont.m, control/system/sysdimensions.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6688 control/system/sysdisc.m, control/system/sysdup.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6689 control/system/sysgetsignals.m, control/system/sysgettsam.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6690 control/system/sysgroup.m, control/system/sysidx.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6691 control/system/sysmin.m, control/system/sysmult.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6692 control/system/sysout.m, control/system/sysprune.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6693 control/system/sysscale.m, control/system/syssetsignals.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6694 control/system/syssub.m, control/system/sysupdate.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6695 control/system/tf.m, control/system/tfout.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6696 control/system/ugain.m, control/system/zp.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6697 control/system/zpout.m, control/util/__outlist__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6698 control/util/__zgpbal__.m, control/util/prompt.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6699 control/util/sortcom.m, control/util/strappend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6700 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6701 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6702 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6703 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6704 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6705 finance/pvl.m, finance/rate.m, finance/vol.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6706 general/__isequal__.m, general/bitcmp.m, general/bitget.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6707 general/bitset.m, general/blkdiag.m, general/cart2sph.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6708 general/cell2mat.m, general/circshift.m, general/cplxpair.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6709 general/cumtrapz.m, general/deal.m, general/diff.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6710 general/flipdim.m, general/fliplr.m, general/flipud.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6711 general/ind2sub.m, general/int2str.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6712 general/is_duplicate_entry.m, general/isdefinite.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6713 general/isequal.m, general/isequalwithequalnans.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6714 general/isscalar.m, general/issquare.m, general/issymmetric.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6715 general/isvector.m, general/logical.m, general/logspace.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6716 general/mod.m, general/nargchk.m, general/nextpow2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6717 general/perror.m, general/postpad.m, general/prepad.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6718 general/randperm.m, general/rem.m, general/repmat.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6719 general/rot90.m, general/rotdim.m, general/shift.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6720 general/shiftdim.m, general/sph2cart.m, general/strerror.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6721 general/sub2ind.m, general/trapz.m, general/tril.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6722 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6723 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6724 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6725 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6726 linear-algebra/commutation_matrix.m, linear-algebra/cond.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6727 linear-algebra/cross.m, linear-algebra/dmult.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6728 linear-algebra/dot.m, linear-algebra/duplication_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6729 linear-algebra/krylov.m, linear-algebra/krylovb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6730 linear-algebra/logm.m, linear-algebra/norm.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6731 linear-algebra/null.m, linear-algebra/orth.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6732 linear-algebra/qzhess.m, linear-algebra/rank.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6733 linear-algebra/trace.m, linear-algebra/vec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6734 linear-algebra/vech.m, miscellaneous/bincoeff.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6735 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6736 miscellaneous/fileattrib.m, miscellaneous/fileparts.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6737 miscellaneous/flops.m, miscellaneous/fullfile.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6738 miscellaneous/ispc.m, miscellaneous/isunix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6739 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6740 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6741 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6742 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6743 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6744 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6745 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6746 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6747 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6748 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6749 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6750 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6751 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6752 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6753 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6754 plot/top_title.m, polynomial/compan.m, polynomial/conv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6755 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6756 polynomial/polyder.m, polynomial/polyderiv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6757 polynomial/polyfit.m, polynomial/polygcd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6758 polynomial/polyinteg.m, polynomial/polyout.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6759 polynomial/polyreduce.m, polynomial/polyval.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6760 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6761 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6762 set/complement.m, set/create_set.m, set/intersect.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6763 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6764 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6765 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6766 signal/bartlett.m, signal/blackman.m, signal/detrend.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6767 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6768 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6769 signal/freqz.m, signal/hamming.m, signal/hanning.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6770 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6771 signal/sinewave.m, signal/spencer.m, signal/stft.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6772 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6773 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6774 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6775 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6776 specfun/gammai.m, specfun/log2.m, specfun/pow2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6777 special-matrix/hankel.m, special-matrix/hilb.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6778 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6779 special-matrix/toeplitz.m, special-matrix/vander.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6780 statistics/base/center.m, statistics/base/cloglog.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6781 statistics/base/cor.m, statistics/base/corrcoef.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6782 statistics/base/cov.m, statistics/base/cut.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6783 statistics/base/gls.m, statistics/base/iqr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6784 statistics/base/kendall.m, statistics/base/kurtosis.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6785 statistics/base/logit.m, statistics/base/mahalanobis.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6786 statistics/base/mean.m, statistics/base/meansq.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6787 statistics/base/median.m, statistics/base/moment.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6788 statistics/base/ols.m, statistics/base/ppplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6789 statistics/base/probit.m, statistics/base/qqplot.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6790 statistics/base/range.m, statistics/base/ranks.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6791 statistics/base/run_count.m, statistics/base/skewness.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6792 statistics/base/spearman.m, statistics/base/statistics.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6793 statistics/base/std.m, statistics/base/studentize.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6794 statistics/base/table.m, statistics/base/values.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6795 statistics/base/var.m, statistics/distributions/betacdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6796 statistics/distributions/betainv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6797 statistics/distributions/betapdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6798 statistics/distributions/betarnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6799 statistics/distributions/binocdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6800 statistics/distributions/binoinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6801 statistics/distributions/binopdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6802 statistics/distributions/binornd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6803 statistics/distributions/cauchy_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6804 statistics/distributions/cauchy_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6805 statistics/distributions/cauchy_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6806 statistics/distributions/cauchy_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6807 statistics/distributions/chi2cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6808 statistics/distributions/chi2inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6809 statistics/distributions/chi2pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6810 statistics/distributions/chi2rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6811 statistics/distributions/discrete_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6812 statistics/distributions/discrete_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6813 statistics/distributions/discrete_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6814 statistics/distributions/discrete_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6815 statistics/distributions/empirical_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6816 statistics/distributions/expcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6817 statistics/distributions/expinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6818 statistics/distributions/exppdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6819 statistics/distributions/exprnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6820 statistics/distributions/fcdf.m, statistics/distributions/finv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6821 statistics/distributions/fpdf.m, statistics/distributions/frnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6822 statistics/distributions/gamcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6823 statistics/distributions/gaminv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6824 statistics/distributions/gampdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6825 statistics/distributions/gamrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6826 statistics/distributions/geocdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6827 statistics/distributions/geoinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6828 statistics/distributions/geopdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6829 statistics/distributions/geornd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6830 statistics/distributions/hygecdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6831 statistics/distributions/hygeinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6832 statistics/distributions/hygepdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6833 statistics/distributions/hygernd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6834 statistics/distributions/kolmogorov_smirnov_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6835 statistics/distributions/laplace_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6836 statistics/distributions/laplace_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6837 statistics/distributions/laplace_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6838 statistics/distributions/laplace_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6839 statistics/distributions/logistic_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6840 statistics/distributions/logistic_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6841 statistics/distributions/logistic_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6842 statistics/distributions/logistic_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6843 statistics/distributions/logncdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6844 statistics/distributions/logninv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6845 statistics/distributions/lognpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6846 statistics/distributions/lognrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6847 statistics/distributions/normcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6848 statistics/distributions/norminv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6849 statistics/distributions/normpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6850 statistics/distributions/normrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6851 statistics/distributions/pascal_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6852 statistics/distributions/pascal_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6853 statistics/distributions/pascal_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6854 statistics/distributions/pascal_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6855 statistics/distributions/poisscdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6856 statistics/distributions/poissinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6857 statistics/distributions/poisspdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6858 statistics/distributions/poissrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6859 statistics/distributions/stdnormal_cdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6860 statistics/distributions/stdnormal_inv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6861 statistics/distributions/stdnormal_pdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6862 statistics/distributions/stdnormal_rnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6863 statistics/distributions/tcdf.m, statistics/distributions/tinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6864 statistics/distributions/tpdf.m, statistics/distributions/trnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6865 statistics/distributions/unifcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6866 statistics/distributions/unifinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6867 statistics/distributions/unifpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6868 statistics/distributions/unifrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6869 statistics/distributions/wblcdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6870 statistics/distributions/wblinv.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6871 statistics/distributions/wblpdf.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6872 statistics/distributions/wblrnd.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6873 statistics/distributions/wienrnd.m, statistics/tests/anova.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6874 statistics/tests/bartlett_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6875 statistics/tests/chisquare_test_homogeneity.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6876 statistics/tests/chisquare_test_independence.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6877 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6878 statistics/tests/hotelling_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6879 statistics/tests/hotelling_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6880 statistics/tests/kolmogorov_smirnov_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6881 statistics/tests/kolmogorov_smirnov_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6882 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6883 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6884 statistics/tests/run_test.m, statistics/tests/sign_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6885 statistics/tests/t_test.m, statistics/tests/t_test_2.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6886 statistics/tests/t_test_regression.m, statistics/tests/u_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6887 statistics/tests/var_test.m, statistics/tests/welch_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6888 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6889 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6890 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6891 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6892 strings/index.m, strings/isletter.m, strings/lower.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6893 strings/rindex.m, strings/split.m, strings/str2mat.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6894 strings/str2num.m, strings/strcat.m, strings/strcmpi.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6895 strings/strfind.m, strings/strjust.m, strings/strmatch.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6896 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6897 strings/strtrunc.m, strings/strvcat.m, strings/substr.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6898 strings/upper.m, testfun/assert.m, testfun/demo.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6899 testfun/example.m, testfun/fail.m, testfun/speed.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6900 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6901 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m,
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6902 time/etime.m, time/is_leap_year.m:
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6903 Use print_usage instead of usage.
34f96dd5441b [project @ 2006-10-10 16:10:25 by jwe]
jwe
parents: 6044
diff changeset
6904
6044
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
6905 2006-10-09 David Bateman <dbateman@free.fr>
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
6906
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
6907 * time/datevec.m: Add additional compatible default parsing strings.
12fd61d549ba [project @ 2006-10-09 21:28:23 by jwe]
jwe
parents: 6042
diff changeset
6908
6395
a8dd70bacc1e [project @ 2007-03-07 22:22:12 by jwe]
jwe
parents: 6394
diff changeset
6909 2006-10-09 Bill Denney <denney@seas.upenn.edu>
6041
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
6910
6042
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6911 * pkg/pkg.m: Remove trailing "\n" from error messages.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6912 Remove compare_versions subfunction.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6913
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6914 * miscellaneous/compare_versions.m: New function to compare
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6915 version numbers as strings with any boolean operators.
40be03213eb5 [project @ 2006-10-09 16:44:08 by jwe]
jwe
parents: 6041
diff changeset
6916
6041
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
6917 * miscellaneous/untar.m: Check more rigorously to see if the tar
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
6918 file exists.
8467683311f8 [project @ 2006-10-09 16:35:36 by jwe]
jwe
parents: 6037
diff changeset
6919
6036
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
6920 2006-10-04 John W. Eaton <jwe@octave.org>
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
6921
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
6922 * pkg/pkg.m: Use fullfile to concatenate directory and file names.
37f878fb9d54 [project @ 2006-10-04 19:13:08 by jwe]
jwe
parents: 6034
diff changeset
6923
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6924 2006-10-04 S�ren Hauberg <soren@hauberg.org>
6032
dcecca0396e6 [project @ 2006-10-04 17:35:15 by jwe]
jwe
parents: 6030
diff changeset
6925
6037
b2e7bf961122 [project @ 2006-10-04 20:38:06 by jwe]
jwe
parents: 6036
diff changeset
6926 * pkg/pkg.m: Update docs. Handle prefix option.
b2e7bf961122 [project @ 2006-10-04 20:38:06 by jwe]
jwe
parents: 6036
diff changeset
6927 Handle dependencies for load option.
6032
dcecca0396e6 [project @ 2006-10-04 17:35:15 by jwe]
jwe
parents: 6030
diff changeset
6928
6029
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
6929 2006-10-04 John W. Eaton <jwe@octave.org>
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
6930
6030
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
6931 * deprecated/clearplot.m, deprecated/clg.m: New functions.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
6932
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
6933 * plot/clg.m: Delete.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
6934 * plot/__init_plot_vars__.m: New function.
004037def470 [project @ 2006-10-04 14:54:46 by jwe]
jwe
parents: 6029
diff changeset
6935 * plot/__setup_plot__.m: Use __init_plot_vars__.
6029
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6025
diff changeset
6936
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6937 2006-10-03 S�ren Hauberg <soren@hauberg.org>
6025
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
6938
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
6939 * pkg/pkg.m: Avoid calling addpath with no args.
bb0c9f97fe4f [project @ 2006-10-03 19:21:09 by jwe]
jwe
parents: 6024
diff changeset
6940
6024
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6941 2006-10-03 Bill Denney <denney@seas.upenn.edu>
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6942
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6943 * audio/loadaudio.m, control/base/nyquist.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6944 control/system/__zp2ssg2__.m, linear-algebra/cross.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6945 linear-algebra/krylov.m, statistics/base/center.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6946 statistics/base/median.m, statistics/base/std.m,
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6947 statistics/base/var.m, testfun/test.m: Use the new find syntax to
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6948 find first or last element matching a condition.
500d884ae373 [project @ 2006-10-03 14:27:33 by jwe]
jwe
parents: 6023
diff changeset
6949
6023
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
6950 2006-10-02 Bill Denney <denney@seas.upenn.edu>
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
6951
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
6952 * strings/deblank.m, strings/upper.m, strings/lower.m,
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
6953 general/__isequal__.m: Minimize looping using cellfun.
75a828280d68 [project @ 2006-10-03 02:14:21 by jwe]
jwe
parents: 6020
diff changeset
6954
6020
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
6955 2006-10-02 David Bateman <dbateman@free.fr>
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
6956
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
6957 * pkg/pkg.m (copy_files): always create installation directory.
f542445f6b7a [project @ 2006-10-02 19:24:08 by dbateman]
dbateman
parents: 6016
diff changeset
6958
6016
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6959 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com>
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6960
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6961 * miscellaneous/doc.m: Swap file and directory args to info.
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6962
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6963 2006-10-01 Arno Onken <whyly@gmx.net>
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6964
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6965 * statistics/distributions/exprnd.m: Fix typo.
bd22133332bd [project @ 2006-10-02 13:48:46 by jwe]
jwe
parents: 6014
diff changeset
6966
6014
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
6967 2006-09-30 Benjamin Lindner <lindnerben@gmx.net>
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
6968
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
6969 * polynomial/ppval.m: Use .' instead of '.
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
6970 * polynomial/spline.m: Likewise. New tests.
437f9086b967 [project @ 2006-09-30 15:27:06 by jwe]
jwe
parents: 6004
diff changeset
6971
6004
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6972 2006-09-26 David Bateman <dbateman@free.fr>
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6973
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6974 * __plt3__.m: Using global variables __plot_data__,
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6975 __plot_data_offset__ and __plot_command__ to store plots and
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6976 correctly handle multiplots, and hold state. Only accept a single
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6977 data parameter plus, using, format and with strings. Remove
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6978 setting of gnuplot parameters.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6979 * __make_using_clause__.m: New function extracted from __plt__.m.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6980 * __setup_plot__.m: Convert to a function and pass the plotting
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6981 command to use.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6982 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6983 * contour.m: Use unwind protect on the parametric state of plot
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6984 and __plt3__ instead of calling __gnuplot_splot__ directly.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6985 * mesh.m: ditto.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6986 * plot3.m: Error checking, setting of parametric state and
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6987 formation of matrix to plot moved from old __plt3__.
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5997
diff changeset
6988
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
6989 2006-09-22 Michael Creel <michael.creel@uab.es>
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6990
5997
49dfdb54bb2b [project @ 2006-09-23 13:29:18 by dbateman]
dbateman
parents: 5996
diff changeset
6991 * deprecated/chisquare_pdf.m: Typo in documentation.
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6992
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
6993 2006-09-22 S�ren Hauberg <soren@hauberg.org>
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6994
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6995 * signal/filter2.m: Correct texinfo doc.
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6996
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
6997 2006-09-22 David Bateman <dbateman@free.fr>
5996
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6998
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
6999 * miscellaneous/parseparams.m: Correct texinfo doc.
bd0507994409 [project @ 2006-09-22 19:38:52 by dbateman]
dbateman
parents: 5993
diff changeset
7000
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7001 2006-09-15 David Bateman <dbateman@free.fr>
5993
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7002
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7003 * pkg/pkg.m (prepare_installation): Don't create package
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7004 installation directory here.
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7005 (copy_files): Create it here instead, to avoid issues with
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7006 upgrades. Also install the COPYING file in packinfo.
401ca0de8506 [project @ 2006-09-15 21:51:25 by dbateman]
dbateman
parents: 5989
diff changeset
7007
5989
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
7008 2006-09-13 John W. Eaton <jwe@octave.org>
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
7009
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
7010 * general/blkdiag.m: Adjust to new cellfun rules.
e049385342f6 [project @ 2006-09-14 02:10:46 by jwe]
jwe
parents: 5987
diff changeset
7011
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7012 2006-08-30 David Bateman <dbateman@free.fr>
5987
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7013
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7014 * pkg/pkg.m (install): Disallow bundles of packages. More verbose
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7015 error message for archive name not matching package name.
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7016 (installed_packages): Size header of printed results to
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7017 arguments. Sort the list of installed packages before printing
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7018 them.
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7019
5986
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7020 2006-09-11 Paul Kienzle <pkienzle@users.sf.net>
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7021
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7022 * signal/freqz.m: Update tests.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7023
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7024 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp>
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7025
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7026 * signal/freqz.m: Corretly postpad arrays.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7027 Don't call fliplr on a column vector.
14078139f941 [project @ 2006-09-12 02:46:33 by jwe]
jwe
parents: 5984
diff changeset
7028
5984
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
7029 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com>
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
7030
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
7031 * general/shiftdim.m: Use permute instead of reshape.
82a73f5dadd9 [project @ 2006-09-12 02:23:37 by jwe]
jwe
parents: 5981
diff changeset
7032
5981
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
7033 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net>
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
7034
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
7035 * miscellaneous/parseparams.m: New function.
dadcfe8b7ba4 [project @ 2006-09-05 15:33:24 by jwe]
jwe
parents: 5980
diff changeset
7036
5980
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
7037 2006-09-05 Rafael Laboissiere <rafael@debian.org>
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
7038
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
7039 * miscellaneous/doc.m: Swap order of --file and --directory
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
7040 options for info program invocation.
45f612d96d0e [project @ 2006-09-05 15:17:45 by jwe]
jwe
parents: 5976
diff changeset
7041
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7042 2006-08-30 David Bateman <dbateman@free.fr>
5976
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
7043
5987
f1375e3f3b97 [project @ 2006-09-12 21:25:27 by dbateman]
dbateman
parents: 5986
diff changeset
7044 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from
5976
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
7045 previous change.
b1a1c10bf2fd [project @ 2006-08-30 20:02:52 by dbateman]
dbateman
parents: 5974
diff changeset
7046
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7047 2006-08-26 David Bateman <dbateman@free.fr>
5974
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
7048
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
7049 * pkg/pkg.m (install, uninstall, installed_packages): Allow for
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
7050 absence of trailing "/" in OCTAVE_HOME.
51684d05b4bf [project @ 2006-08-26 09:36:44 by dbateman]
dbateman
parents: 5973
diff changeset
7051
5973
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
7052 2006-08-25 Alexander Barth <abarth@marine.usf.edu>
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
7053
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
7054 * time/datenum.m: Allow arg to be character string.
3cbefe88edc6 [project @ 2006-08-26 03:12:04 by jwe]
jwe
parents: 5971
diff changeset
7055
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7056 2006-08-25 David Bateman <dbateman@free.fr>
5971
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7057
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7058 * pkg/pkg.m (install): Verify that package name correponds to the
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7059 archive name. Treat both PKG_ADD and PKG_DEL and remove them if
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7060 they are empty. If package directory is empty, remove it to fail
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7061 gracefully for system specific packages.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7062 (extract_pkgadd, create_pkgadd): delete.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7063 (extract_pkg, create_pkg): Generalized versions of deleted functions
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7064 (copy_files): Install both bin/ and doc/ directories, adding the
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7065 bin/ to the EXEC_PATH when the package is loaded.
9cc8149f81b0 [project @ 2006-08-25 21:14:20 by dbateman]
dbateman
parents: 5967
diff changeset
7066
5962
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
7067 2006-08-24 John W. Eaton <jwe@octave.org>
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
7068
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
7069 * image/saveimage.m: Use logical indexing instead of
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
7070 indices computed by calling find on the logical index.
2289cafef60d [project @ 2006-08-24 16:23:12 by jwe]
jwe
parents: 5961
diff changeset
7071
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7072 2006-08-24 S�ren Hauberg <soren@hauberg.org>
5961
1c61d6a2c9e6 [project @ 2006-08-24 15:57:08 by jwe]
jwe
parents: 5959
diff changeset
7073
5967
d542d9197839 [project @ 2006-08-24 21:24:53 by jwe]
jwe
parents: 5963
diff changeset
7074 * miscellaneous/bincoeff.m, specfun/factorial.m:
5963
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
7075 Use logical indexing instead of indices computed by calling find
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
7076 on the logical index.
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
7077
b3478d7a0486 [project @ 2006-08-24 17:09:18 by jwe]
jwe
parents: 5962
diff changeset
7078 * linear-algebra/krylov.m: Delete unused local var nzidx.
5961
1c61d6a2c9e6 [project @ 2006-08-24 15:57:08 by jwe]
jwe
parents: 5959
diff changeset
7079
5959
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
7080 2006-08-23 Quentin Spencer <qspencer@ieee.org>
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
7081
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
7082 * control/system/tf2zp.m: Simplify gain calculation.
dcd376102ac1 [project @ 2006-08-23 19:09:30 by jwe]
jwe
parents: 5958
diff changeset
7083
5958
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
7084 2006-08-23 John W. Eaton <jwe@octave.org>
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
7085
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
7086 * plot/__plt__.m: Insert using clauses for all plots.
85c7dc4afe6b [project @ 2006-08-23 18:35:38 by jwe]
jwe
parents: 5957
diff changeset
7087
5957
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
7088 2006-08-23 A S Hodel <hodelas@auburn.edu>
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
7089
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
7090 * control/system/sysscale.m: Call tf and zp with correct number of
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
7091 args.
370f785718be [project @ 2006-08-23 14:09:39 by jwe]
jwe
parents: 5955
diff changeset
7092
5955
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7093 2006-08-22 David Bateman <dbateman@free.fr>
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7094
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7095 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7096 Search inst/*.m and src/*.m files in the package for
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7097 PKG_ADD directives and append user supplied PKG_ADD.
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7098 (pkg): Call create_pkgadd after copying files.
fc46f9c99028 [project @ 2006-08-22 18:37:43 by jwe]
jwe
parents: 5947
diff changeset
7099
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7100 2006-08-21 S�ren Hauberg <soren@hauberg.org>
5947
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7101
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7102 * pkg/pkg.m: Handle multiple packages in a single file.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7103 Insert directory separator between OCTAVE_HOME and rest of package
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7104 installation directory.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7105
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7106 2006-08-21 John W. Eaton <jwe@octave.org>
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7107
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7108 * general/num2str.m: Early return if arg is empty.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7109 From Thomas Treichl <Thomas.Treichl@gmx.net>.
009fa69b6182 [project @ 2006-08-21 16:15:20 by jwe]
jwe
parents: 5946
diff changeset
7110
5946
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
7111 2006-08-21 David Bateman <dbateman@free.fr>
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
7112
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
7113 * strings/mat2str.m: Compute NC before using.
4b433225128d [project @ 2006-08-21 15:54:50 by jwe]
jwe
parents: 5937
diff changeset
7114
5937
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
7115 2006-08-17 John W. Eaton <jwe@octave.org>
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
7116
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
7117 * audio/wavread.m: Fix calculation of sample count.
0c8ac963ae69 [project @ 2006-08-18 00:58:08 by jwe]
jwe
parents: 5934
diff changeset
7118
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7119 2006-08-14 S�ren Hauberg <soren@hauberg.org>
5934
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
7120
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
7121 * image/imshow.m: New Matlab-compatible version.
8702f00329bf [project @ 2006-08-17 20:29:51 by jwe]
jwe
parents: 5930
diff changeset
7122
5930
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
7123 2006-08-15 John W. Eaton <jwe@octave.org>
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
7124
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
7125 * deprecated/is_global.m: Delete.
a703198cb8b8 [project @ 2006-08-15 06:06:15 by jwe]
jwe
parents: 5928
diff changeset
7126
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7127 2006-08-14 John W. Eaton <jwe@octave.org>
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7128
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7129 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7130
5926
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
7131 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com>
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
7132
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
7133 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m,
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
7134 signal/freqz_plot.m: Adapt to new automatic_replot definition.
ddfe04062467 [project @ 2006-08-14 19:16:07 by jwe]
jwe
parents: 5924
diff changeset
7135
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7136 2006-08-14 S�ren Hauberg <soren@hauberg.org>
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7137
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7138 * pkg/pkg.m: Don't pass function name to print_usage.
5928
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7139 Use addpath and rmpath instead of manipulating LOADPATH.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7140 Handle changes to system function.
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7141 (rm_rf): New subfunction. Use it to avoid confirmation dialog for
e86311bdecc9 [project @ 2006-08-14 19:54:46 by jwe]
jwe
parents: 5926
diff changeset
7142 recursive directory removal.
5922
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
7143
5924
87fcda0eda04 [project @ 2006-08-14 18:41:15 by jwe]
jwe
parents: 5923
diff changeset
7144 * strings/bin2dec.m: Ignore spaces in input for compatibility.
87fcda0eda04 [project @ 2006-08-14 18:41:15 by jwe]
jwe
parents: 5923
diff changeset
7145
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7146 * colormap.m: Change global variable to persistent.
5923
611e30b984b3 [project @ 2006-08-14 18:29:18 by jwe]
jwe
parents: 5922
diff changeset
7147
5922
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
7148 * rgb2ind.m: Handle single 3-d array as rgb image.
1748af819fbb [project @ 2006-08-14 18:16:57 by jwe]
jwe
parents: 5920
diff changeset
7149
5920
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
7150 2006-08-14 John W. Eaton <jwe@octave.org>
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
7151
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
7152 * strings/str2double.m: Fix missing semicolon.
bf4241378994 [project @ 2006-08-14 16:46:32 by jwe]
jwe
parents: 5910
diff changeset
7153
5910
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
7154 2006-07-27 Jim Peterson <jpeterson@annapmicro.com>
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
7155
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
7156 * plot/plot3.m: Accept one complex or one real and one complex
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
7157 argument and plot real and imaginary components for y and z.
101d966c8d6b [project @ 2006-07-28 03:40:22 by jwe]
jwe
parents: 5908
diff changeset
7158
5908
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
7159 2006-07-27 John W. Eaton <jwe@octave.org>
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
7160
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
7161 * testfun/test.m: Call fflush after each block of calls to
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
7162 fprintf, fputs, or fdisp.
9c134531c2c4 [project @ 2006-07-27 17:14:24 by jwe]
jwe
parents: 5904
diff changeset
7163
5904
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
7164 2006-07-26 John W. Eaton <jwe@octave.org>
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
7165
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
7166 * miscellaneous/mex.m: New function.
80d3933fb8b6 [project @ 2006-07-26 17:19:10 by jwe]
jwe
parents: 5901
diff changeset
7167
5901
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
7168 2006-07-22 John W. Eaton <jwe@octave.org>
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
7169
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
7170 * special-matrix/hadamard.m: Coerce bool matrix to double.
5610a3fdeca6 [project @ 2006-07-22 08:40:40 by jwe]
jwe
parents: 5881
diff changeset
7171
5881
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
7172 2006-07-07 John W. Eaton <jwe@octave.org>
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
7173
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
7174 * miscellaneous/orderfields.m: New file.
70b3f8f1a793 [project @ 2006-07-08 03:54:17 by jwe]
jwe
parents: 5873
diff changeset
7175
5873
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
7176 2006-06-30 John W. Eaton <jwe@octave.org>
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
7177
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
7178 * time/datevec.m: Make another attempt to account for precision of
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
7179 datenum format.
b6ef36e92701 [project @ 2006-06-30 20:46:34 by jwe]
jwe
parents: 5868
diff changeset
7180
5868
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7181 2006-06-29 John W. Eaton <jwe@octave.org>
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7182
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7183 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list.
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7184 Use feval instead of "type -q" to get values now that all the
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7185 symbols are functions.
84b5cd59e627 [project @ 2006-06-29 06:39:20 by jwe]
jwe
parents: 5860
diff changeset
7186
5860
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
7187 2006-06-16 John W. Eaton <jwe@octave.org>
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
7188
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
7189 * time/datevec.m: Avoid computing log of non-positive values.
b645066d40ad [project @ 2006-06-16 05:01:38 by jwe]
jwe
parents: 5859
diff changeset
7190
5859
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
7191 2006-06-14 John W. Eaton <jwe@octave.org>
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
7192
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
7193 * time/datevec.m: Attempt to account for precision of datenum format.
ba0bea22167b [project @ 2006-06-14 18:18:51 by jwe]
jwe
parents: 5839
diff changeset
7194
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7195 2006-06-01 Quentin H. Spencer <qspencer@ieee.org>
5839
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
7196
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
7197 * audio/wavread.m: Fix file range error and add read support for
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
7198 24-bit WAV files.
0bc78d9ddcd4 [project @ 2006-06-01 21:21:11 by jwe]
jwe
parents: 5837
diff changeset
7199
5837
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7200 2006-06-01 David Bateman <dbateman@free.fr>
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7201
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7202 * general/interpft.m, general/quadl.m, general/polyarea.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7203 general/interp1.m, general/gradient.m, general/interp2.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7204 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7205 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m,
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7206 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge.
55404f3b0da1 [project @ 2006-06-01 19:05:31 by jwe]
jwe
parents: 5835
diff changeset
7207
5835
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
7208 2006-05-31 Bill Denney <bill@givebillmoney.com>
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
7209
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
7210 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso.
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
7211 * miscellaneous/texas_lotto.m: Fix warning message.
07dd13bfc0ba [project @ 2006-05-31 18:21:49 by jwe]
jwe
parents: 5830
diff changeset
7212
5830
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
7213 2006-05-26 John W. Eaton <jwe@octave.org>
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
7214
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
7215 * miscellaneous/doc.m: Also handle nargin == 0.
0bb816a28335 [project @ 2006-05-26 19:04:08 by jwe]
jwe
parents: 5829
diff changeset
7216
5829
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
7217 2006-05-23 John W. Eaton <jwe@octave.org>
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
7218
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
7219 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
7220 really needed.
93785a1b0f97 [project @ 2006-05-23 18:34:10 by jwe]
jwe
parents: 5827
diff changeset
7221
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7222 2006-05-22 John W. Eaton <jwe@octave.org>
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7223
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7224 * general/lookup.m: New file from Octave Forge.
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7225
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7226 2006-05-22 David Bateman <dbateman@free.fr>
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7227
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7228 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7229 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7230 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7231 special-matrix/wilkinson.m, special-matrix/pascal.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7232 special-matrix/magic.m, special-matrix/hadamard.m,
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
7233 strings/strtok.m: New files from Octave Forge.
5827
1fe78adb91bc [project @ 2006-05-22 06:25:14 by jwe]
jwe
parents: 5825
diff changeset
7234
5824
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
7235 2006-05-19 David Bateman <dbateman@free.fr>
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
7236
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
7237 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m,
5825
f3e37beb03aa [project @ 2006-05-19 16:13:52 by jwe]
jwe
parents: 5824
diff changeset
7238 polynomial/ppval.m, set/setxor.m: New files from Octave Forge.
5824
448f9982e7fb [project @ 2006-05-19 06:53:31 by jwe]
jwe
parents: 5821
diff changeset
7239
5821
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
7240 2006-05-17 John W. Eaton <jwe@octave.org>
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
7241
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
7242 * set/intersection.m: Delete
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
7243 * deprecated/intersection.m: New file.
11e4ae44984f [project @ 2006-05-17 21:05:53 by jwe]
jwe
parents: 5820
diff changeset
7244
5820
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7245 2006-05-17 David Bateman <dbateman@free.fr>
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7246
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7247 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7248 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7249 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7250 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m,
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7251 specfun/factorial.m, strings/strvcat.m: New files from Octave
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7252 Forge.
27c966e4b2dc [project @ 2006-05-17 21:00:54 by jwe]
jwe
parents: 5815
diff changeset
7253
5809
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
7254 2006-05-11 John W. Eaton <jwe@octave.org>
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
7255
5815
dc52b0e520f1 [project @ 2006-05-11 22:00:09 by jwe]
jwe
parents: 5812
diff changeset
7256 * path/path.m: Delete (now a built-in function).
dc52b0e520f1 [project @ 2006-05-11 22:00:09 by jwe]
jwe
parents: 5812
diff changeset
7257
5811
2ece6d7c7b5d [project @ 2006-05-11 07:00:19 by jwe]
jwe
parents: 5809
diff changeset
7258 * pkg/Makefile.in: New file.
2ece6d7c7b5d [project @ 2006-05-11 07:00:19 by jwe]
jwe
parents: 5809
diff changeset
7259 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list.
5812
653405a3af98 [project @ 2006-05-11 17:43:42 by jwe]
jwe
parents: 5811
diff changeset
7260 * Makefile.in (SUBDIRS): Add pkg to the list.
5809
c794ed00d473 [project @ 2006-05-11 04:19:52 by jwe]
jwe
parents: 5808
diff changeset
7261
5808
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
7262 2006-05-10 John W. Eaton <jwe@octave.org>
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
7263
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
7264 * tar.m, untar.m, unzip.m: Adapt to Octave coding style.
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
7265 * tar.m, untar.m: Only tar; don't compress or uncompress.
a18d85bdff31 [project @ 2006-05-11 03:11:03 by jwe]
jwe
parents: 5807
diff changeset
7266
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7267 2006-05-10 S�ren Hauberg <hauberg@gmail.com>
5807
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
7268
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
7269 * tar.m, untar.m, unzip.m: New files.
29c4fb42b210 [project @ 2006-05-11 01:48:56 by jwe]
jwe
parents: 5804
diff changeset
7270
5801
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
7271 2006-05-10 John W. Eaton <jwe@octave.org>
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
7272
5804
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
7273 * path/addpath.m, path/rmpath.m: Improve compatibility.
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
7274 * path/setpath.m: Delete.
296cefb48d7e [project @ 2006-05-10 20:10:10 by jwe]
jwe
parents: 5801
diff changeset
7275
5801
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
7276 * pkg/pkg.m: New file.
70013c9f3ccc [project @ 2006-05-10 16:53:03 by jwe]
jwe
parents: 5798
diff changeset
7277
5798
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7278 2006-05-09 Keith Goodman <kwgoodman@gmail.com>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7279
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7280 * plot/plot.m: Doc string fix.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7281
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7282 2006-05-09 Paul Kienzle <pkienzle@users.sf.net>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7283
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7284 * testfun/speeed.m: Use new interface to unique and assert.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7285 Improve documentation. Approximate time complexity from log-log
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7286 plot. Return time complexity and raw times if requested. The
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7287 mean ratio is no longer returned. Provide complete control over
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7288 which n are computed.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7289
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7290 2006-05-09 John W. Eaton <jwe@octave.org>
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7291
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7292 * path/path.m: Move here from miscellaneous.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7293 Adapt to new LOADPATH definition.
7e7ed81f5566 [project @ 2006-05-09 17:24:33 by jwe]
jwe
parents: 5789
diff changeset
7294
5789
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
7295 2006-05-03 David Bateman <dbateman@free.fr>
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
7296
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
7297 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
7298 explicit uses of a path seperation character with pathsep().
7d77b6839ca7 [project @ 2006-05-04 13:38:49 by dbateman]
dbateman
parents: 5786
diff changeset
7299
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7300 2006-05-03 Bob Weigel <rweigel@gmu.edu>
5786
9c3c903f037e [project @ 2006-05-03 20:03:41 by jwe]
jwe
parents: 5781
diff changeset
7301
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7302 * set/setdiff.m: New arg, byrows. New tests.
5786
9c3c903f037e [project @ 2006-05-03 20:03:41 by jwe]
jwe
parents: 5781
diff changeset
7303
5781
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
7304 2006-04-29 John W. Eaton <jwe@octave.org>
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
7305
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
7306 * startup/main-rcfile: Disable some warnings.
faafc2d98b8d [project @ 2006-05-02 19:40:19 by jwe]
jwe
parents: 5762
diff changeset
7307
5762
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
7308 2006-04-14 Bill Denney <denney@seas.upenn.edu>
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
7309
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
7310 * strings/strcmpi.m: Return false instead of error if args are not
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
7311 char or cellstr.
0163e7d69161 [project @ 2006-04-14 15:37:38 by jwe]
jwe
parents: 5750
diff changeset
7312
5750
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
7313 2006-04-10 John W. Eaton <jwe@octave.org>
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
7314
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
7315 * miscellaneous/dir.m: Ensure that returned structure array is
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
7316 Nx1, not 1xN.
bd9cd65d51e4 [project @ 2006-04-11 18:43:25 by jwe]
jwe
parents: 5746
diff changeset
7317
5746
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
7318 2006-04-06 Olli Saarela <olli.saarela@kcl.fi>
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
7319
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
7320 * plot/hist.m: Ignore NaN in inputs.
e4e93452fd3e [project @ 2006-04-06 20:46:31 by jwe]
jwe
parents: 5745
diff changeset
7321
5745
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
7322 2006-04-06 Keith Goodman <kwgoodman@gmail.com>
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
7323
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
7324 * miscellaneous/mkoctfile.m: Doc string fix.
0559ebb94bf0 [project @ 2006-04-06 20:33:40 by jwe]
jwe
parents: 5741
diff changeset
7325
5741
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7326 2006-04-05 John W. Eaton <jwe@octave.org>
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7327
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7328 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7329 are both empty.
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7330 * plot/__plt__.m: Ignore empty data and format strings returned
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7331 from __plt1__ or __plt2__.
07421c4e0312 [project @ 2006-04-05 19:28:35 by jwe]
jwe
parents: 5737
diff changeset
7332
5737
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
7333 2006-04-04 Bob Weigel <rweigel@gmu.edu>
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
7334
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7335 * set/unique.m: Properly handle single column input when
5737
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
7336 "rows" is specified.
c70bfdf5b2c5 [project @ 2006-04-04 20:19:57 by jwe]
jwe
parents: 5736
diff changeset
7337
5732
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7338 2006-04-04 John W. Eaton <jwe@octave.org>
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7339
5736
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
7340 * path/setpath.m: New file.
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
7341 * path/savepath.m: Use setpath to set path instead of assigning
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
7342 directly to LOADPATH.
e07baa8b93b9 [project @ 2006-04-04 19:41:45 by jwe]
jwe
parents: 5732
diff changeset
7343
5732
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7344 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m:
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7345 New files, adapted from Octave Forge by Keith Goodman
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7346 <kwgoodman@gmail.com>.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7347 * path: New directory.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7348 * Makefile.in (SUBDIRS): Add it to the list.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7349 * configure.in (AC_CONFIG_FILES): Include path/Makefile here.
17d87fbd7010 [project @ 2006-04-04 17:50:46 by jwe]
jwe
parents: 5731
diff changeset
7350
5731
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7351 2006-04-02 David Bateman <dbateman@free.fr>
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7352
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7353 * general/tril.m, general.triu.m:
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7354 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc)
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7355 to allow user types to work correctly.
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7356 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto.
c7d5a534afa5 [project @ 2006-04-03 19:33:26 by jwe]
jwe
parents: 5727
diff changeset
7357
5727
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
7358 2006-04-03 David Bateman <dbateman@free.fr>
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
7359
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
7360 * plot/grid.m: Cache the state of the grid to allow toggling.
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
7361 Accept keyword "minor" for minor grid.
f0fbefd984f6 [project @ 2006-04-03 18:50:31 by jwe]
jwe
parents: 5721
diff changeset
7362
5721
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7363 2006-03-28 John W. Eaton <jwe@octave.org>
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7364
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7365 * general/isscalar.m: Only require that all dimensions are 1 for
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7366 compatiblity.
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7367
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7368 2006-03-28 Bill Denney <bill@givebillmoney.com>
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7369
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7370 * general/isvector.m: Allow non-numeric objects to be vectors for
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7371 compatibility.
bd39bbda9bd9 [project @ 2006-03-28 14:30:03 by jwe]
jwe
parents: 5720
diff changeset
7372
5720
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7373 2006-03-28 Keith Goodman <kwgoodman@gmail.com>
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7374
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7375 * plot/__errplot__.m: Doc string fix.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7376
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7377 * miscellaneous/doc.m: Mark as command.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7378
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7379 * general/isequal.m, general/__isequal__.m, general/cell2mat.m,
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7380 general/isequalwithequalnans.m, general/blkdiag.m,
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7381 strings/strfind.m, miscellaneous/doc.m: Update FSF address.
067948dc39bf [project @ 2006-03-28 11:25:29 by jwe]
jwe
parents: 5717
diff changeset
7382
5717
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7383 2006-03-27 Don Bindner <dbindner@truman.edu>
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7384
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7385 * plot/meshgrid.m: If nargout == 3 and vectors are supplied,
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7386 return 3d matrices.
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7387
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7388 2006-03-27 Keith Goodman <kwgoodman@gmail.com>
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7389
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7390 * time/toc.m: Don't print "Elapsed time..." if tic has not been set.
34cda7d94c08 [project @ 2006-03-27 22:26:18 by jwe]
jwe
parents: 5708
diff changeset
7391
5708
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
7392 2006-03-22 John W. Eaton <jwe@octave.org>
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
7393
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
7394 * plot/print.m: Don't replot after popping terminal setting.
dec8dd15a574 [project @ 2006-03-22 22:25:58 by jwe]
jwe
parents: 5696
diff changeset
7395
5696
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
7396 2006-03-20 John W. Eaton <jwe@octave.org>
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
7397
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
7398 * miscellaneous/mkoctfile.m: Use version-specific name of
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
7399 mkoctfile. Use fullfile to construct file name.
70cc04f9af41 [project @ 2006-03-20 18:52:45 by jwe]
jwe
parents: 5695
diff changeset
7400
5695
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
7401 2006-03-20 Keith Goodman <kwgoodman@gmail.com>
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
7402
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
7403 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
7404 shell script from Octave prompt.
f6ddb906e30f [project @ 2006-03-20 18:34:13 by jwe]
jwe
parents: 5693
diff changeset
7405
5690
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7406 2006-03-17 John W. Eaton <jwe@octave.org>
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7407
5693
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7408 * deprecated/weibcdf.m, deprecated/weibinv.m,
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7409 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7410
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7411 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m,
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7412 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m:
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7413 Call new wbl functions to do the real work.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7414 Swap args and provide default values as necessary to preserve
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7415 compatibility with old version of Octave.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7416
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7417 * statistics/distributions/wblcdf.m: Rename from weibcdf.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7418 statistics/distributions/wblinv.m: Rename from weibinv.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7419 statistics/distributions/wblpdf.m: Rename from weibpdf.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7420 statistics/distributions/wblrnd.m: Rename from weibrnd.m.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7421 Swap scale and shape args for compatibility.
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7422
5692
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7423 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7424 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m:
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7425 Preserve compatibility with old versions of Octave given new
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7426 definitions of logncdf, logninv, lognpdf, and lognrnd.
5693
446b28529300 [project @ 2006-03-17 18:16:03 by jwe]
jwe
parents: 5692
diff changeset
7427
5692
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7428 * statistics/distributions/logncdf.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7429 statistics/distributions/logninv.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7430 statistics/distributions/lognpdf.m,
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7431 statistics/distributions/lognrnd.m: Compatibility fixes.
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7432 From Ben Barrowes <barrowes@alum.mit.edu>
fe226f54d259 [project @ 2006-03-17 17:02:32 by jwe]
jwe
parents: 5691
diff changeset
7433
5691
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
7434 * deprecated/hypergeometric_rnd.m: Update interface to match
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
7435 current 2.1.x version.
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
7436
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
7437 * deprecated/t_rnd.m: Call trnd, not t_rnd.
9be68956e450 [project @ 2006-03-17 15:14:41 by jwe]
jwe
parents: 5690
diff changeset
7438
5690
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7439 * miscellaneous/dir.m: Use readdir instead of glob.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7440 Special case for "." to avoid globbing. Use list_in_columns.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7441 Eliminate unused variables len and finfo.
161ebd1f3410 [project @ 2006-03-17 06:17:24 by jwe]
jwe
parents: 5689
diff changeset
7442
5689
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
7443 2006-03-16 Bill Denney <bill@givebillmoney.com>
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
7444
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
7445 * miscellaneous/dir.m: Improve compatibility.
9a16df2b1916 [project @ 2006-03-17 05:00:57 by jwe]
jwe
parents: 5687
diff changeset
7446
5687
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
7447 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
7448
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
7449 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m,
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
7450 time/now.m, time/weekday.m: New functions from Octave Forge.
a2902024bc4e [project @ 2006-03-16 20:22:40 by jwe]
jwe
parents: 5686
diff changeset
7451
5686
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
7452 2006-03-16 John W. Eaton <jwe@octave.org>
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
7453
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
7454 * control/base/bode_bounds.m: Check for iip and iiz empty instead
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
7455 of looking at sum of max dimensions.
e7790bb14cfc [project @ 2006-03-16 20:01:05 by jwe]
jwe
parents: 5681
diff changeset
7456
5681
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7457 2006-03-16 David Bateman <dbateman@free.fr>
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7458
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7459 * testfun/test.m: Clear last warning before warning test to avoid
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7460 issues with previously set warnings.
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7461 * build_sparse_test.sh: Tests for multiple RHS for rectanguar
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7462 sparse matrices. Force matrix type from spqr solution to be
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7463 singular to force QR solvers to be used for assert.
233d98d95659 [project @ 2006-03-16 17:48:55 by dbateman]
dbateman
parents: 5678
diff changeset
7464
5678
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
7465 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
7466
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
7467 * strings/strfind.m: New file.
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
7468
5677
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
7469 2006-03-16 John W. Eaton <jwe@octave.org>
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
7470
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
7471 * general/rows.m, general/columns.m: Delete.
a8f6903535c9 [project @ 2006-03-16 05:54:20 by jwe]
jwe
parents: 5676
diff changeset
7472
5674
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
7473 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
7474
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
7475 * strings/strcmpi.m: Simplify.
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
7476 * strings/strncmpi.m: Import from octave-forge, simplify.
5678
52323f13c86b [project @ 2006-03-16 06:45:08 by jwe]
jwe
parents: 5677
diff changeset
7477 * strings/strtrunc.m: New file.
5674
86adc85cc471 [project @ 2006-03-16 03:46:45 by jwe]
jwe
parents: 5672
diff changeset
7478
5676
9c9eac3a6513 [project @ 2006-03-16 04:09:07 by jwe]
jwe
parents: 5674
diff changeset
7479 * strings/lower.m, strings/upper.m: Handle cellstr arguments.
9c9eac3a6513 [project @ 2006-03-16 04:09:07 by jwe]
jwe
parents: 5674
diff changeset
7480
5672
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
7481 2006-03-15 John W. Eaton <jwe@octave.org>
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
7482
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
7483 * miscellaneous/doc.m: New file.
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
7484 From S�ren Hauberg <soren@hauberg.org>.
5672
62734ddaf17b [project @ 2006-03-15 21:27:34 by jwe]
jwe
parents: 5671
diff changeset
7485
5671
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
7486 2006-03-15 Keith Goodman <kwgoodman@gmail.com>
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
7487
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
7488 * miscellaneous/mkoctfile.m: New file.
387dd5b34757 [project @ 2006-03-15 20:10:45 by jwe]
jwe
parents: 5670
diff changeset
7489
5670
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
7490 2006-03-15 John W. Eaton <jwe@octave.org>
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
7491
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
7492 * polynomial/residue.m: Use & instead of && to generate arg for find.
14313620a2c6 [project @ 2006-03-15 19:56:29 by jwe]
jwe
parents: 5666
diff changeset
7493
5666
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
7494 2006-03-14 Keith Goodman <kwgoodman@gmail.com>
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
7495
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
7496 * strings/bin2dec.m: Doc fix.
4a48a1df26b7 [project @ 2006-03-15 02:37:55 by jwe]
jwe
parents: 5661
diff changeset
7497
5661
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
7498 2006-03-10 Paul Kienzle <pkienzle@users.sf.net>
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
7499
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
7500 * time/etime.m: Use datenum to support times spanning year boundaries.
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
7501 * time/datenum.m: New function to compute day number from time.
13be36ec8279 [project @ 2006-03-10 17:43:38 by jwe]
jwe
parents: 5659
diff changeset
7502
5659
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
7503 2006-03-09 John W. Eaton <jwe@octave.org>
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
7504
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
7505 * miscellaneous/unix.m, plot/print.m:
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
7506 Swap order of outputs from system.
960f4b9a26af [project @ 2006-03-10 15:35:20 by jwe]
jwe
parents: 5654
diff changeset
7507
5642
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7508 2006-03-06 Keith Goodman <kwgoodman@gmail.com>
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7509
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7510 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7511 audio/playaudio.m, audio/record.m, audio/saveaudio.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7512 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7513 control/base/__stepimp__.m, control/base/are.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7514 control/base/controldemo.m, control/base/damp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7515 control/base/dare.m, control/base/impulse.m, control/base/lqg.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7516 control/base/step.m, control/system/abcddim.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7517 control/system/is_abcd.m, control/system/is_controllable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7518 control/system/is_detectable.m, control/system/is_observable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7519 control/system/is_stabilizable.m, control/system/is_stable.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7520 control/system/jet707.m, control/system/sys2fir.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7521 control/system/sysdimensions.m, control/system/sysupdate.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7522 control/system/tfout.m, control/system/ugain.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7523 control/system/zpout.m, elfun/lcm.m, finance/irr.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7524 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7525 finance/rate.m, general/__isequal__.m, general/bitcmp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7526 general/bitget.m, general/bitset.m, general/blkdiag.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7527 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7528 general/circshift.m, general/columns.m, general/flipdim.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7529 general/fliplr.m, general/flipud.m, general/ind2sub.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7530 general/int2str.m, general/isdefinite.m, general/isequal.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7531 general/isequalwithequalnans.m, general/isscalar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7532 general/issquare.m, general/issymmetric.m, general/isvector.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7533 general/logspace.m, general/mod.m, general/nextpow2.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7534 general/num2str.m, general/perror.m, general/pol2cart.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7535 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7536 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7537 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7538 image/imshow.m, image/ind2gray.m, image/ind2rgb.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7539 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7540 image/saveimage.m, io/beep.m, linear-algebra/cond.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7541 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7542 miscellaneous/license.m, miscellaneous/menu.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7543 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7544 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7545 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7546 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7547 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7548 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7549 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7550 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7551 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7552 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7553 polynomial/polyinteg.m, polynomial/polyout.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7554 polynomial/polyreduce.m, polynomial/polyval.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7555 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7556 set/create_set.m, set/intersection.m, set/ismember.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7557 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7558 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7559 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7560 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7561 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7562 special-matrix/hilb.m, special-matrix/invhilb.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7563 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7564 special-matrix/vander.m, statistics/base/median.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7565 statistics/base/std.m, statistics/distributions/gamcdf.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7566 statistics/distributions/gaminv.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7567 statistics/distributions/gampdf.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7568 statistics/distributions/gamrnd.m, strings/base2dec.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7569 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7570 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7571 strings/lower.m, strings/upper.m, testfun/assert.m,
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7572 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m:
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7573 Move @seealso inside @defXXX macro. Remove "and" from @seealso.
2618a0750ae6 [project @ 2006-03-06 21:26:48 by jwe]
jwe
parents: 5633
diff changeset
7574
5633
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7575 2006-02-27 John W. Eaton <jwe@octave.org>
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7576
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7577 * time/tic.m: Move here from miscellaneous/tic.m.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7578 * time/toc.m: Move here from miscellaneous/toc.m.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7579
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7580 2006-02-26 Keith Goodman <kwgoodman@gmail.com>
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7581
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7582 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7583 does not assign output of toc to a variable.
92f8b2723c8c [project @ 2006-02-28 02:11:27 by jwe]
jwe
parents: 5627
diff changeset
7584
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7585 2006-02-16 Bill Denney <denney@seas.upenn.edu>
5627
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
7586
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
7587 * axis.m: Catch limits that are the same and return an error.
0f6a0a85a857 [project @ 2006-02-16 20:13:35 by jwe]
jwe
parents: 5625
diff changeset
7588
5625
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7589 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com>
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7590
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7591 * plot/print.m: Accept emf device option to support Enhanced
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7592 Metafile format.
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7593
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7594 2006-02-15 A S Hodel <hodelas@auburn.edu>
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7595
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7596 * control/base/lqe.m: Doc fix.
f88f2e35ad6e [project @ 2006-02-15 18:42:22 by jwe]
jwe
parents: 5623
diff changeset
7597
5623
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7598 2006-02-15 Keith Goodman <kwgoodman@gmail.com>
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7599
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7600 * statistics/distributions/gamcdf.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7601 * statistics/distributions/gaminv.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7602 * statistics/distributions/gampdf.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7603 * statistics/distributions/gamrnd.m: Doc fix.
691de3e3c2f8 [project @ 2006-02-15 18:32:32 by jwe]
jwe
parents: 5610
diff changeset
7604
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
7605 2006-02-09 David Bateman <dbateman@free.fr>
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
7606
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7607 * general/triu.m: Minimum change to allow sparse matrix. More needed
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7608 for arbitrary user type.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7609 * general/tril.m: ditto.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7610 * sparse/sprand.m: Doc fix.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7611 * sparse/sprandn.m: Ditto.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7612 * sparse/sprandsym.m: New function.
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7613 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m,
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7614 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m:
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7615 Update for syntax error for latest texinfo.tex file.
5610
9761b7d24e9e [project @ 2006-02-09 09:12:02 by dbateman]
dbateman
parents: 5605
diff changeset
7616
5605
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7617 2006-02-02 John W. Eaton <jwe@octave.org>
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7618
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7619 * plot/grid.m: Append ";\n" to "set grid" command.
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7620
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7621 2006-02-02 A S Hodel <hodelas@auburn.edu>
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7622
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7623 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty.
5b80eaa366c1 [project @ 2006-02-02 16:49:52 by jwe]
jwe
parents: 5597
diff changeset
7624
5597
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7625 2006-01-13 John W. Eaton <jwe@octave.org>
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7626
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7627 * audio/Makefile.in, control/base/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7628 control/hinf/Makefile.in, control/obsolete/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7629 control/system/Makefile.in, control/util/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7630 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7631 general/Makefile.in, image/Makefile.in, io/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7632 linear-algebra/Makefile.in, miscellaneous/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7633 optimization/Makefile.in, plot/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7634 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7635 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7636 special-matrix/Makefile.in, startup/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7637 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7638 statistics/models/Makefile.in, statistics/tests/Makefile.in,
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7639 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in:
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7640 (all): Depend on PKG_ADD.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7641 (PKG_ADD): New target.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7642
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7643 2006-01-13 Bill Denney <bill@givebillmoney.com>
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7644
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7645 * miscellaneous/dir.m: Add @seealso{} to docstring.
e0e48ea2a93c [project @ 2006-01-13 21:17:37 by jwe]
jwe
parents: 5596
diff changeset
7646
5596
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
7647 2006-01-13 John W. Eaton <jwe@octave.org>
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
7648
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
7649 * time/etime.m: Move here from miscellaneous/etime.m.
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
7650 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m.
6c4e4bffa622 [project @ 2006-01-13 20:05:51 by jwe]
jwe
parents: 5595
diff changeset
7651
5595
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
7652 2006-01-13 Bill Denney <bill@givebillmoney.com>
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
7653
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
7654 * miscellaneous/dir.m: Use filesep instead of "/" where needed.
5595
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
7655 * miscellaneous/fullfile.m: Likewise.
83df01a26136 [project @ 2006-01-13 20:01:08 by jwe]
jwe
parents: 5592
diff changeset
7656
5592
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
7657 2006-01-12 David Bateman <dbateman@free.fr>
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
7658
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
7659 * general/blkdiag.m: Compatible behavior for empty matrices
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
7660 * statistics/base/unidrnd.m: Documentation buglet.
61d6cebd243b [project @ 2006-01-12 17:55:22 by dbateman]
dbateman
parents: 5589
diff changeset
7661
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7662 2005-12-14 David Bateman <dbateman@free.fr>
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7663
5589
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7664 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m,
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7665 testfun/speed.m, testfun/example.m, Makefile.in: New files.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7666
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7667 * Makefile.in (SUBDIRS): Include testfun.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7668 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile.
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5583
diff changeset
7669
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7670 * miscellaneous/dir.m: Transpose sub-assignment for cleanness.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7671
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7672 * general/__isequal__.m: Remove reference to getfield.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7673
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7674 * plot/hist.m: Update test code for row/column discrepencies.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7675 * signal/freqz.m: Alter output row/column for matlab compatibility.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7676 Update the test code for this.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7677 * sparse/spstats.m: Fix small bug in the dimension of output.
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
7678
5579
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
7679 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
7680
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
7681 * cell/cell2mat.m: New file, from octave-forge.
03d2e1df7c1b [project @ 2005-12-14 03:13:54 by jwe]
jwe
parents: 5576
diff changeset
7682
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7683 2005-12-13 Ivana Varekova <varekova@redhat.com>
5576
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
7684
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
7685 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m:
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
7686 New graph theory functions.
7e008607a86e [project @ 2005-12-13 19:05:54 by jwe]
jwe
parents: 5574
diff changeset
7687
5574
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7688 2005-12-13 John W. Eaton <jwe@octave.org>
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7689
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7690 * general/blkdiag.m: Use "isempty" instead of @isempty.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7691
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7692 * control/system/ss.m: Doc fix.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7693 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
234751865ca2 [project @ 2005-12-13 17:50:05 by jwe]
jwe
parents: 5572
diff changeset
7694
5572
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7695 2005-12-12 Michael Zeising <michael@michaels-website.de>
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7696
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7697 * audio/wavread.m, audio/wavwrite.m:
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7698 Correct scaling for 8-bit linear pcm samples.
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7699 Improve scaling for all other linear pcm resolutions.
c45cf76df06f [project @ 2005-12-12 20:54:06 by jwe]
jwe
parents: 5568
diff changeset
7700
5568
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7701 2005-12-07 John W. Eaton <jwe@octave.org>
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7702
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7703 * statistics/base/moment.m: Don't save and restore warn_str_to_num.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7704
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7705 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7706 * strings/strjust.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7707
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7708 * general/shift.m: Don't save and restore warn_empty_list_elements.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7709 * signal/arma_rnd.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7710 * strings/strcat.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7711 * control/base/__freqresp__.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7712 * control/base/place.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7713 * control/base/pzmap.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7714 * control/base/pzmap.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7715 * control/system/sysappend.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7716 * control/system/syscont.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7717 * control/system/sysdisc.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7718 * control/system/sysgroup.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7719 * control/system/tfout.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7720 * control/system/zpout.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7721 * control/util/__outlist__.m: Likewise.
e9cde940b271 [project @ 2005-12-08 02:28:22 by jwe]
jwe
parents: 5567
diff changeset
7722
5567
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
7723 2005-12-06 John W. Eaton <jwe@octave.org>
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
7724
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
7725 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style.
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
7726 Avoid for loop in interleave/deinterleave steps.
80e629357483 [project @ 2005-12-07 06:31:28 by jwe]
jwe
parents: 5565
diff changeset
7727
5565
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
7728 2005-12-06 Michael Zeising <michael@michaels-website.de>
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
7729
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
7730 * audio/wavread.m, audio/wavwrite.m: New files.
2eeed655e801 [project @ 2005-12-06 20:38:20 by jwe]
jwe
parents: 5563
diff changeset
7731
5563
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
7732 2005-12-06 John W. Eaton <jwe@octave.org>
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
7733
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
7734 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array.
a75de3db5c37 [project @ 2005-12-06 16:29:48 by jwe]
jwe
parents: 5561
diff changeset
7735
5560
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
7736 2005-12-05 John W. Eaton <jwe@octave.org>
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
7737
5561
bdd6e60e54fb [project @ 2005-12-05 17:51:17 by jwe]
jwe
parents: 5560
diff changeset
7738 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line.
5560
3c668f44c55a [project @ 2005-12-05 17:46:37 by jwe]
jwe
parents: 5558
diff changeset
7739
5558
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
7740 2005-12-02 John W. Eaton <jwe@octave.org>
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
7741
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
7742 * miscellaneous/fileattrib.m: New function.
ec7b3ceb4bf2 [project @ 2005-12-03 04:39:26 by jwe]
jwe
parents: 5556
diff changeset
7743
5556
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7744 2005-12-01 John W. Eaton <jwe@octave.org>
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7745
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7746 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x).
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7747 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x).
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7748 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>.
dc24a787b96b [project @ 2005-12-01 20:40:14 by jwe]
jwe
parents: 5555
diff changeset
7749
5555
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
7750 2005-11-30 John W. Eaton <jwe@octave.org>
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
7751
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
7752 * linear-algebra/krylov.m: Format doc string.
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
7753 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
dbdba35033a6 [project @ 2005-11-30 16:12:04 by jwe]
jwe
parents: 5551
diff changeset
7754
5551
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
7755 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
7756
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
7757 * general/blkdiag.m: Import from octave-forge.
71cfd8fedd5d [project @ 2005-11-30 03:26:50 by jwe]
jwe
parents: 5549
diff changeset
7758 Ignore empty matrices in the input. Add tests.
5549
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7759
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7760 * general/isequal.m, general/isequalwithequalnans.m:
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7761 New wrapper scripts for general/__isequal__.m.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7762 * general/__isequal__.m: Rename from general/isequal.m.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7763 New arg, nans_compare_equal.
6db3a5df1eab [project @ 2005-11-30 03:15:19 by jwe]
jwe
parents: 5548
diff changeset
7764
5548
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7765 2005-11-29 John W. Eaton <jwe@octave.org>
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7766
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7767 * miscellaneous/ver.m: Use new uname built-in function instead of
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7768 calling system. Only append octave_forge_string if
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7769 OCTAVE_FORGE_VERSION exists. Use puts instead of disp.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7770 Call license instead of hard-coding license info here.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7771
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7772 * miscellaneous/license.m: Use persistent instead of global for
5654
6aae52010e3b [project @ 2006-03-09 19:04:53 by jwe]
jwe
parents: 5642
diff changeset
7773 __octave_licenses__. Use puts instead of disp.
5548
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7774 Use getuid and getpwuid instead of calling unix ("id -un").
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7775 If nargout = 1, return license info instead of printing usage message.
5cc01ba4c052 [project @ 2005-11-30 03:04:44 by jwe]
jwe
parents: 5546
diff changeset
7776
5546
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
7777 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
7778
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
7779 * miscellaneous/ver.m: New file.
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
7780 * miscellaneous/license.m: New file.
3ebf0e35156c [project @ 2005-11-29 17:30:50 by jwe]
jwe
parents: 5545
diff changeset
7781
5545
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
7782 2005-11-22 John W. Eaton <jwe@octave.org>
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
7783
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
7784 * plot/axis.m: Use %.16g instead of just %g to format ranges for
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
7785 gnuplot set command.
c4500e72f503 [project @ 2005-11-23 03:55:08 by jwe]
jwe
parents: 5539
diff changeset
7786
5539
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
7787 2005-11-15 John W. Eaton <jwe@octave.org>
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
7788
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
7789 * general/shiftdim.m: Doc fix.
b800ae36fc6a [project @ 2005-11-16 18:45:32 by jwe]
jwe
parents: 5532
diff changeset
7790
5532
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
7791 2005-11-07 Keith Goodman <kwgoodman@gmail.com>
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
7792
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
7793 * set/unique.m: Doc string fix.
8ad54ce6a831 [project @ 2005-11-07 20:15:23 by jwe]
jwe
parents: 5527
diff changeset
7794
5527
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7795 2005-11-01 John W. Eaton <jwe@octave.org>
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7796
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7797 * Makefile.in (distclean, maintainer-clean):
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7798 Also remove autom4te.cache directory.
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7799 From Quentin Spencer <qspencer@ieee.org>.
ce71ed4c6da6 [project @ 2005-11-01 22:15:49 by jwe]
jwe
parents: 5518
diff changeset
7800
5518
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7801 2005-10-28 John W. Eaton <jwe@octave.org>
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7802
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7803 * general/shiftdim.m: Compatibility fix for row vectors.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7804 Correct check for non-scalar non-integer shift. For positive
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7805 N, shift is remainder of N and number of dims. Always return NS.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7806 Simplify.
a9bd6c31751f [project @ 2005-10-29 04:26:38 by jwe]
jwe
parents: 5500
diff changeset
7807
5500
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
7808 2005-10-18 Keith Goodman <kwgoodman@gmail.com>
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
7809
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
7810 * general/randperm.m: Improve compatibility by allowing input
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
7811 value of zero.
709307492cd7 [project @ 2005-10-18 19:18:21 by jwe]
jwe
parents: 5493
diff changeset
7812
5493
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7813 2005-10-13 John W. Eaton <jwe@octave.org>
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7814
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7815 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m:
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7816 If in multiplot mode, clear plot before issuing new plot command.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7817
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7818 * plot/__setup_plot__.m: New function.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7819 * plot/__plt__.m, plot__errplot__.m: Use it.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7820 Handle multiplot data and offsets here.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7821
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7822 * plot/__plot_globals__.m: Also keep track of multiplot options.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7823 Move initialization to __setup_plot__.m.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7824
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7825 * plot/subplot.m: Multiplot globals now in __plot_globals__.m.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7826 Don't reset gnuplot_command_replot.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7827
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7828 * plot/replot.m: Handle multiplot data and offsets here.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7829 * plot__axis_label__.m, plot/axis.m, plot/grid.m,
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7830 plot/plot_border.m, plot/plot.m, plot/plot_title.m,
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7831 plot/top_title.m: Call replot, not __gnuplot_replot__.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents: 5489
diff changeset
7832
5489
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
7833 2005-10-12 John W. Eaton <jwe@octave.org>
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
7834
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
7835 * plot/figure.m: Handle __current_figure__, not gnuplot details.
250917610b55 [project @ 2005-10-12 23:53:36 by jwe]
jwe
parents: 5482
diff changeset
7836
5482
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7837 2005-10-04 Rafael Laboissiere <rafael@debian.org>
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7838
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7839 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m,
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7840 weibrnd.m: Removed calls and references to deprecated _pdf and
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7841 _inv functions.
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7842 * chi2pdf.m: Fixed typos in the documentation.
6bbfc37975d2 [project @ 2005-10-04 17:17:21 by jwe]
jwe
parents: 5476
diff changeset
7843
5475
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
7844 2005-09-28 John W. Eaton <jwe@octave.org>
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
7845
5476
941f0fc6b596 [project @ 2005-09-29 22:46:07 by jwe]
jwe
parents: 5475
diff changeset
7846 * miscellaneous/single.m: New function.
941f0fc6b596 [project @ 2005-09-29 22:46:07 by jwe]
jwe
parents: 5475
diff changeset
7847
5475
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
7848 * statistics/base/unidrnd.m: New function.
04fa51cb7e90 [project @ 2005-09-28 21:14:47 by jwe]
jwe
parents: 5474
diff changeset
7849
5474
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
7850 2005-09-27 John W. Eaton <jwe@octave.org>
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
7851
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
7852 * miscellaneous/dir.m: Filename never includes directory part.
af90c01ff467 [project @ 2005-09-28 02:30:13 by jwe]
jwe
parents: 5464
diff changeset
7853
5464
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7854 2005-09-22 John W. Eaton <jwe@octave.org>
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7855
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7856 * polynomial/residue.m: Use logical indexing instead of find..
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7857
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7858 2005-09-22 Julius Smith <jos@ccrma.stanford.edu>
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7859
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7860 * polynomial/residue.m: Avoid division by zero for pure imaginary
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7861 and zero poles.
9d0aab486882 [project @ 2005-09-22 21:31:39 by jwe]
jwe
parents: 5462
diff changeset
7862
5462
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7863 2005-09-22 Bill Denney <denney@seas.upenn.edu>
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7864
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7865 * strings/deblank.m: Handle cell arrays.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7866 * strings/split.m: New argument, N, to limit number of splits.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7867
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7868 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl>
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7869
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7870 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately.
74804828df1a [project @ 2005-09-22 18:36:22 by jwe]
jwe
parents: 5460
diff changeset
7871
5460
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
7872 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu>
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
7873
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
7874 * control/base/rlocus.m: Doc fix.
eaedbf469316 [project @ 2005-09-20 19:27:07 by jwe]
jwe
parents: 5459
diff changeset
7875
5459
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7876 2005-09-20 John W. Eaton <jwe@octave.org>
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7877
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7878 * general/isvector.m: Improve compatibility.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7879
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7880 * general/postpad.m: Allow first argument to be a scalar.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7881 Allow padding to extend dimensionality.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7882 * general/prepad.m: Likewise.
ff40c78cebf0 [project @ 2005-09-20 19:18:34 by jwe]
jwe
parents: 5449
diff changeset
7883
5448
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
7884 2005-09-14 Daniel <durbano@shbano.com>
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
7885
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
7886 * statistics/tests/bartlett_test.m, linear-algebra/cross.m,
5449
7332a98b6de7 [project @ 2005-09-14 19:12:49 by jwe]
jwe
parents: 5448
diff changeset
7887 statistics/distributions/discrete_cdf.m, general/fliplr.m,
7332a98b6de7 [project @ 2005-09-14 19:12:49 by jwe]
jwe
parents: 5448
diff changeset
7888 /control/base/dgram.m: Doc string fixes.
5448
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
7889 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
ebe5d7d15522 [project @ 2005-09-14 18:55:04 by jwe]
jwe
parents: 5446
diff changeset
7890
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7891 2005-09-12 Stefan van der Walt <stefan@sun.ac.za>
5446
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
7892
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
7893 * saveimage.m: Do not ignore most significant bit when writing
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
7894 black and white images to file.
4a00f3a31857 [project @ 2005-09-12 17:18:04 by jwe]
jwe
parents: 5443
diff changeset
7895
5443
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7896 2005-09-07 Bill Denney <denney@seas.upenn.edu>
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7897
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7898 * audio/playaudio.m, control/base/__bodquist__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7899 control/base/lqg.m, control/obsolete/dezero.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7900 control/system/__syschnamesl__.m, control/system/__sysconcat__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7901 control/system/c2d.m, control/system/cellidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7902 control/system/d2c.m, control/system/dmr2d.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7903 control/system/is_signal_list.m, control/system/listidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7904 control/system/ss.m, control/system/sysappend.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7905 control/system/sysconnect.m, control/system/sysdup.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7906 control/system/sysgetsignals.m, control/system/sysidx.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7907 control/system/sysprune.m, control/system/syssetsignals.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7908 control/system/tfout.m, control/system/zpout.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7909 control/util/prompt.m, control/util/sortcom.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7910 control/util/strappend.m, finance/fv.m, finance/nper.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7911 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7912 general/num2str.m, general/repmat.m, general/sortrows.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7913 general/strerror.m, image/colormap.m, image/imshow.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7914 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7915 miscellaneous/fileparts.m, miscellaneous/popen2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7916 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7917 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7918 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7919 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7920 plot/print.m, plot/title.m, plot/top_title.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7921 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7922 statistics/base/mean.m, statistics/base/moment.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7923 statistics/tests/cor_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7924 statistics/tests/kolmogorov_smirnov_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7925 statistics/tests/kolmogorov_smirnov_test_2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7926 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7927 statistics/tests/t_test.m, statistics/tests/t_test_2.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7928 statistics/tests/t_test_regression.m, statistics/tests/u_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7929 statistics/tests/var_test.m, statistics/tests/welch_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7930 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7931 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7932 strings/deblank.m, strings/dec2base.m, strings/index.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7933 strings/rindex.m, strings/split.m, strings/str2mat.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7934 strings/str2num.m, strings/strcat.m, strings/strcmpi.m,
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7935 strings/strncmp.m, strings/strrep.m, strings/substr.m:
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7936 Avoid deprecated functions. Use ischar instead of isstr. Use
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7937 isvector instead of is_vector. Use isstruct instead of
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7938 is_struct. Use char instead of setstr.
ec8c33dcd1bf [project @ 2005-09-08 01:40:57 by jwe]
jwe
parents: 5435
diff changeset
7939
5435
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7940 2005-08-31 Daniel <durbano@shbano.com>
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7941
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7942 * special-matrix/invhilb.m, statistics/base/iqr.m,
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7943 control/system/is_controllable.m, set/ismember.m: Doc fixes.
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7944 From Jorge Barros de Abreu <ficmatin01@solar.com.br>.
66ad03c58880 [project @ 2005-08-31 20:41:47 by jwe]
jwe
parents: 5431
diff changeset
7945
7641
115563ecbdc9 Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents: 7640
diff changeset
7946 2005-08-29 Bill Denney <denney@seas.upenn.edu>
5431
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
7947
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
7948 * image/saveimage.m: Open output file in binary mode.
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
7949
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
7950 * miscellaneous/bug_report.m: Open prefs file in text mode.
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
7951
5427
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
7952 2005-08-16 John W. Eaton <jwe@octave.org>
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
7953
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
7954 * miscellaneous/computer.m: Handle optional maxsize and endian
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
7955 outputs.
a92afe70fb8d [project @ 2005-08-16 19:49:23 by jwe]
jwe
parents: 5426
diff changeset
7956
5426
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
7957 2005-08-15 John W. Eaton <jwe@octave.org>
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
7958
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
7959 * strings/strcat.m: Allow single argument.
ee16a0a46351 [project @ 2005-08-15 19:59:39 by jwe]
jwe
parents: 5416
diff changeset
7960
5416
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
7961 2005-07-18 John W. Eaton <jwe@octave.org>
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
7962
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
7963 * strings/strcmp.m: Delete.
9433f94acd29 [project @ 2005-07-18 18:36:29 by jwe]
jwe
parents: 5413
diff changeset
7964
5413
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7965 2005-07-13 John W. Eaton <jwe@octave.org>
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7966
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7967 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7968 versions of Octave.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7969
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7970 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu>
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7971
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7972 * statistics/distributions/betacdf.m: Rename from beta_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7973 * statistics/distributions/betainv.m: Rename from beta_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7974 * statistics/distributions/betapdf.m: Rename from beta_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7975 * statistics/distributions/betarnd.m: Rename from beta_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7976 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7977 * statistics/distributions/binoinv.m: Rename from binomial_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7978 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7979 * statistics/distributions/binornd.m: Rename from binomial_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7980 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7981 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7982 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7983 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7984 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7985 * statistics/distributions/expinv.m: Rename from exponential_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7986 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7987 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7988 * statistics/distributions/fcdf.m: Rename from f_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7989 * statistics/distributions/finv.m: Rename from f_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7990 * statistics/distributions/fpdf.m: Rename from f_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7991 * statistics/distributions/frnd.m: Rename from f_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7992 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7993 * statistics/distributions/gaminv.m: Rename from gamma_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7994 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7995 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7996 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7997 * statistics/distributions/geoinv.m: Rename from geometric_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7998 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
7999 * statistics/distributions/geornd.m: Rename from geometric_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8000 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8001 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8002 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8003 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8004 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8005 * statistics/distributions/logninv.m: Rename from lognormal_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8006 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8007 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8008 * statistics/distributions/normcdf.m: Rename from normal_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8009 * statistics/distributions/norminv.m: Rename from normal_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8010 * statistics/distributions/normpdf.m: Rename from normal_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8011 * statistics/distributions/normrnd.m: Rename from normal_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8012 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8013 * statistics/distributions/poissinv.m: Rename from poisson_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8014 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8015 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8016 * statistics/distributions/tcdf.m: Rename from t_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8017 * statistics/distributions/tinv.m: Rename from t_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8018 * statistics/distributions/tpdf.m: Rename from t_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8019 * statistics/distributions/trnd.m: Rename from t_rnd.m.
5431
6ddb5a7f399e [project @ 2005-08-29 20:48:29 by jwe]
jwe
parents: 5427
diff changeset
8020 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m.
5413
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8021 * statistics/distributions/unifinv.m: Rename from uniform_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8022 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8023 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8024 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8025 * statistics/distributions/weibinv.m: Rename from weibull_inv.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8026 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8027 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8028
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8029 * deprecated/beta_cdf.m, deprecated/beta_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8030 deprecated/beta_pdf.m, deprecated/beta_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8031 deprecated/binomial_cdf.m, deprecated/binomial_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8032 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8033 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8034 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8035 deprecated/exponential_cdf.m, deprecated/exponential_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8036 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8037 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8038 deprecated/f_rnd.m, deprecated/gamma_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8039 deprecated/gamma_inv.m, deprecated/gamma_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8040 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8041 deprecated/geometric_inv.m, deprecated/geometric_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8042 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8043 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8044 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8045 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8046 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8047 deprecated/normal_inv.m, deprecated/normal_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8048 deprecated/normal_rnd.m, deprecated/poisson_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8049 deprecated/poisson_inv.m, deprecated/poisson_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8050 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8051 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8052 deprecated/uniform_inv.m, deprecated/uniform_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8053 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8054 deprecated/weibull_inv.m, deprecated/weibull_pdf.m,
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8055 deprecated/wiener_rnd.m: New files.
16e6025808fe [project @ 2005-07-13 19:36:52 by jwe]
jwe
parents: 5408
diff changeset
8056
5408
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
8057 2005-07-08 John W. Eaton <jwe@octave.org>
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
8058
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
8059 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m.
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
8060 * deprecated/weibull_rnd.m: New file.
9461ff9278fb [project @ 2005-07-08 15:46:15 by jwe]
jwe
parents: 5407
diff changeset
8061
5407
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
8062 2005-07-08 cctsim <cctsim@yahoo.co.uk>
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
8063
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
8064 * strings/dec2base.m: Allow matrix arguments.
2911127d0fe7 [project @ 2005-07-08 15:37:30 by jwe]
jwe
parents: 5406
diff changeset
8065
5406
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8066 2005-07-08 John W. Eaton <jwe@octave.org>
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8067
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8068 * plot/__errplot__.m: Use __plot_globals__.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8069 * plot/__plt__.m: Likewise.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8070 * plot/figure.m: Likewise.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8071
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8072 * plot/hold.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8073 * plot/ishold.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8074 * plot/__plot_globals__.m: New file.
c49aec8a9080 [project @ 2005-07-08 15:25:43 by jwe]
jwe
parents: 5400
diff changeset
8075
5400
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8076 2005-07-05 cctsim <cctsim@yahoo.co.uk>
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8077
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8078 * strings/dec2base.m: Don't remove all leading zeros if result is zero.
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8079
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8080 2005-07-05 John W. Eaton <jwe@octave.org>
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8081
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8082 * strings/findstr.m: Return [] for no matches.
c7e3cf2fce3e [project @ 2005-07-05 15:01:32 by jwe]
jwe
parents: 5399
diff changeset
8083
5399
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
8084 2005-06-17 Keith Goodman <kwgoodman@gmail.com>
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
8085
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
8086 * miscellaneous/tic.m: Fix doc string.
db34dff19947 [project @ 2005-06-17 21:16:20 by jwe]
jwe
parents: 5395
diff changeset
8087
5395
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
8088 2005-06-15 John W. Eaton <jwe@octave.org>
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
8089
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
8090 * polynomial/polyfit.m: Force return value to be a row vector.
8db4eb48f546 [project @ 2005-06-16 20:19:18 by jwe]
jwe
parents: 5393
diff changeset
8091
5393
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
8092 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov>
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
8093
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
8094 * general/isequal.m: Correct nargin check.
c8783205a7c6 [project @ 2005-06-15 17:03:54 by jwe]
jwe
parents: 5388
diff changeset
8095
5388
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
8096 2005-06-14 John W. Eaton <jwe@octave.org>
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
8097
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
8098 * general/isvector.m: Handle N-d arrays.
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
8099 From Bill Denney <denney@seas.upenn.edu>.
7099eb9841b4 [project @ 2005-06-14 20:04:31 by jwe]
jwe
parents: 5381
diff changeset
8100
5381
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8101 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu>
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8102
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8103 * plot/meshgrid.m: Handle 3 input arguments.
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8104
5377
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8105 2005-06-02 Paul Kienzle <pkienzle@users.sf.net>
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8106
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8107 * signal/freqz.m: Use correct calculations when given a vector of
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8108 frequencies. Improve accuracy of returned frequency vector.
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8109 Improve speed for medium length filters (at a slight cost for slow
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8110 filters). Add test cases.
bd4ee620c38a [project @ 2005-06-02 15:42:39 by jwe]
jwe
parents: 5373
diff changeset
8111
5373
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8112 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com>
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8113
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8114 * plot/loglog.m: Fix set commands.
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8115
5381
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8116 2005-05-25 John W. Eaton <jwe@octave.org>
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8117
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8118 * plot/sombrero.m: Default n to 41 if nargin == 0.
75f308189a05 [project @ 2005-06-05 13:19:20 by jwe]
jwe
parents: 5378
diff changeset
8119
5371
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
8120 2005-05-24 John W. Eaton <jwe@octave.org>
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
8121
5373
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8122 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean.
eabc8e96c006 [project @ 2005-05-27 13:25:22 by jwe]
jwe
parents: 5372
diff changeset
8123
5372
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
8124 * strings/strncmp.m: New file, from Tom Holroyd
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
8125 <tomh@kurage.nimh.nih.gov>.
b4485a3ce01b [project @ 2005-05-24 15:36:45 by jwe]
jwe
parents: 5371
diff changeset
8126
5371
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
8127 * strings/strcmp.m: Return logical values in all cases.
30b2b6ef8597 [project @ 2005-05-24 15:24:37 by jwe]
jwe
parents: 5366
diff changeset
8128
5366
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8129 2005-05-23 John W. Eaton <jwe@octave.org>
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8130
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8131 * plot/orient.m: New file. Adapt to Octave coding style.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8132 Texinfoize doc string.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8133
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8134 * plot/print.m: New file. Adapt to Octave coding style. Include
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8135 PKG_ADD command. Use set terminal consistently throughout. Use
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8136 set terminal push/pop and unconditionally set output to screen
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8137 when done to avoid requiring gget. Use a cell array for dev_list
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8138 and cellidx to search for items in the list. Delete local
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8139 variable endl. Don't set and restore automatic_replot. Use {}
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8140 instead of nth to index varargin. Delete local variable
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8141 va_arg_cnt.
4229d6801f23 [project @ 2005-05-23 20:08:39 by jwe]
jwe
parents: 5355
diff changeset
8142
5355
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
8143 2005-05-18 John W. Eaton <jwe@octave.org>
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
8144
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
8145 * general/num2str.m: Return early if X is a character string.
cf44c749ba52 [project @ 2005-05-18 11:43:37 by jwe]
jwe
parents: 5348
diff changeset
8146
5347
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
8147 2005-05-11 John W. Eaton <jwe@octave.org>
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
8148
5348
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
8149 * strings/findstr.m: Allow non-string arguments for compatiblity.
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
8150 From Tom Holroyd <tomh@kurage.nimh.nih.gov>.
b3ba123faec8 [project @ 2005-05-11 17:11:48 by jwe]
jwe
parents: 5347
diff changeset
8151
5347
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
8152 * plot/polar.m: Don't call __pltopt__ here.
679cc8fec408 [project @ 2005-05-11 16:34:11 by jwe]
jwe
parents: 5333
diff changeset
8153
5333
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
8154 2005-05-02 John W. Eaton <jwe@octave.org>
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
8155
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
8156 * mkdoc: Print header message.
ac8d64b9e76a [project @ 2005-05-02 18:15:20 by jwe]
jwe
parents: 5319
diff changeset
8157
5319
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
8158 2005-04-28 John W. Eaton <jwe@octave.org>
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
8159
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
8160 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
8161 startup/octaverc.
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5318
diff changeset
8162
5318
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
8163 2005-04-28 Stefan van der Walt <stefan@sun.ac.za>
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
8164
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
8165 * image/imshow.m: Handle various image depths and 3d RGB images.
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
8166 (__im_numeric_limits__): New internal function.
9a72639b62a7 [project @ 2005-04-28 18:44:27 by jwe]
jwe
parents: 5317
diff changeset
8167
5317
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8168 2005-04-28 toni saarela <toni.saarela@helsinki.fi>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8169
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8170 * statistics/tests/anova.m: Compute total_mean as mean of all
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8171 data, not mean of group_mean.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8172
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8173 2005-04-28 John W. Eaton <jwe@octave.org>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8174
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8175 * startup/local-rcfile: New file.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8176 * startup/main-rcfile: Rename from startup/octaverc.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8177 * startup/Makefile.in (SOURCES): Add inputrc to the list.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8178 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8179 Install local-rcfile in $(localfcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8180
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8181 2005-04-28 Keith Goodman <kwgoodman@gmail.com>
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8182
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8183 * startup/inputrc: New file.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8184 * startup/octaverc: Configure readline using inputrc from
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8185 startupfiledir.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8186 * startup/Makefile.in (install, install-strip): Install octaverc
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8187 in $(fcnfiledir)/startup.
1c5fe2690d2c [project @ 2005-04-28 17:57:29 by jwe]
jwe
parents: 5310
diff changeset
8188
5310
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
8189 2005-04-27 John W. Eaton <jwe@octave.org>
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
8190
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
8191 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain.
2fbcdc356fc7 [project @ 2005-04-27 15:38:53 by jwe]
jwe
parents: 5289
diff changeset
8192
5289
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8193 2005-04-21 John W. Eaton <jwe@octave.org>
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8194
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8195 * optimization/glpk.m: Handle SENSE argument.
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8196
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8197 * optimization/qp.m, optimization/sqp.m: New files.
b98bf1d70a0a [project @ 2005-04-21 14:43:14 by jwe]
jwe
parents: 5276
diff changeset
8198
5276
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
8199 2005-04-08 John W. Eaton <jwe@octave.org>
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
8200
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
8201 * Makefile.in (clean, distclean, maintainer-clean):
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
8202 Avoid duplication in rules.
233140bc8068 [project @ 2005-04-08 16:58:34 by jwe]
jwe
parents: 5253
diff changeset
8203
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8204 2005-03-28 John W. Eaton <jwe@octave.org>
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8205
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8206 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8207 setting {no,}parametric.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8208 * plot/figure.m: Likewise, for setting terminal type.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8209
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8210 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8211 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8212 plot/plot_border.m, plot/subplot.m, plot/subwindow.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8213 plot/title.m, plot/top_title.m: Avoid eval.
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8214
5251
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
8215 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com>
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
8216
5253
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
8217 * plot/__axis_label__.m, plot/axis.m, plot/grid.m,
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
8218 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m:
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
8219 Use __gnuplot_replot__ instead of replot.
6b91c98e3db0 [project @ 2005-03-28 18:56:56 by jwe]
jwe
parents: 5252
diff changeset
8220
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8221 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8222 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8223 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8224 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8225 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8226 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m,
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8227 plot/subwindow.m, plot/title.m, plot/top_title.m:
5654
6aae52010e3b [project @ 2006-03-09 19:04:53 by jwe]
jwe
parents: 5642
diff changeset
8228 Use __gnuplot_raw__ instead of __gnuplot_set__.
5252
3d9afb170a39 [project @ 2005-03-28 18:40:35 by jwe]
jwe
parents: 5251
diff changeset
8229
5251
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
8230 * plot/replot.m: Use __gnuplot_replot__, not __greplot__.
454e3c98300d [project @ 2005-03-28 16:05:51 by jwe]
jwe
parents: 5244
diff changeset
8231
5244
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8232 2005-03-24 John W. Eaton <jwe@octave.org>
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8233
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8234 * optimization/glpkmex.m: Texinfoize Doc string.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8235 * optimization/glpk.m: Likewise.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8236 Allow VARTYPE and CTYPE to be row or column vectors of characters
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8237 (row vectors are orginary character strings).
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8238 * optimization/glpkparam.m: Delete.
a34c3c5c37cf [project @ 2005-03-25 03:29:52 by jwe]
jwe
parents: 5243
diff changeset
8239
5243
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
8240 2005-03-24 Quentin Spencer <qspencer@ieee.org>
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
8241
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
8242 * statistics/base/mean.m: Allow DIMS arg greater than the number
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
8243 of dimensions of X.
28c69e8c0e85 [project @ 2005-03-24 06:36:02 by jwe]
jwe
parents: 5239
diff changeset
8244
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8245 2005-03-23 John W. Eaton <jwe@octave.org>
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8246
5239
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
8247 * general/tril.m, general/triu.m: Return value of same class as
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
8248 argument.
8a7224914e16 [project @ 2005-03-24 00:37:15 by jwe]
jwe
parents: 5237
diff changeset
8249
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8250 * optimization/glpk.m: Simplify interface. By default, solve
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8251 standard LP min C'*x s.t. A*x = b, x >= 0.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8252 * optimization/glpkmex.m: New file.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8253
5232
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8254 2005-03-22 John W. Eaton <jwe@octave.org>
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8255
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8256 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8257 list.
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5233
diff changeset
8258
5233
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8259 * optimization/glpk.m: Adapt to Octave coding style.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8260 No need for varargout or varargin.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8261 Print usage message if nargin > 11.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8262 Allow any value of nargout.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8263 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)).
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8264 Avoid looping when checking character classes.
bdf892d3b024 [project @ 2005-03-22 17:44:31 by jwe]
jwe
parents: 5232
diff changeset
8265
5232
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8266 * optimization: New directory.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8267 * Makefile.in (SUBDIRS): Add it to the list.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8268 * optimization/Makefile.in: New file.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8269 * optimization/glpk.m, optimization/glpkparams.m,
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8270 optimization/glpktest1, optimization/glpktest2: New files.
9b776f5a33eb [project @ 2005-03-22 16:16:30 by jwe]
jwe
parents: 5218
diff changeset
8271
9276
f5e4b5fd1f1e Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents: 9275
diff changeset
8272 2005-03-16 S�ren Hauberg <soren@hauberg.org>
5218
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
8273
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
8274 * strings/split.m: Quick return for empty second arg.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
8275 Improve warning for multi-line strings.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
8276 Speed up by avoiding sprintf in loop and eval.
4d036412ccca [project @ 2005-03-16 20:30:04 by jwe]
jwe
parents: 5217
diff changeset
8277
5217
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
8278 2005-03-16 Paul Kienzle <pkienzle@users.sf.net>
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
8279
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
8280 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms.
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
8281 * polynomial/polyder.m: Ditto.
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
8282 * polynomial/polygcd.m: New function.
5217
e88886a6934d [project @ 2005-03-16 20:03:01 by jwe]
jwe
parents: 5215
diff changeset
8283
5214
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
8284 2005-03-16 John W. Eaton <jwe@octave.org>
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
8285
5215
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8286 * control/base/__stepimp__.m, control/base/bode.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8287 control/base/frdemo.m, control/base/nichols.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8288 control/base/nyquist.m, control/base/pzmap.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8289 control/base/rldemo.m, control/base/rlocus.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8290 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8291 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8292 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8293 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8294 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8295 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8296 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8297 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8298 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8299 plot/xlabel.m, quaternion/demoquat.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8300 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8301 statistics/base/ppplot.m, statistics/base/qqplot.m:
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8302 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8303 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot,
32c569794216 [project @ 2005-03-16 18:54:42 by jwe]
jwe
parents: 5214
diff changeset
8304 gsplot from @seealso docs.
5214
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
8305
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
8306 * plot/replot.m: New file.
eecc24b92d97 [project @ 2005-03-16 17:14:12 by jwe]
jwe
parents: 5205
diff changeset
8307
5205
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
8308 2005-03-15 David Bateman <dbateman@free.fr>
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
8309
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
8310 * set/unique.m, set/ismember.m: Handle cell arrays.
59592dcbb5d8 [project @ 2005-03-15 16:04:56 by jwe]
jwe
parents: 5196
diff changeset
8311
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8312 2005-03-09 John W. Eaton <jwe@octave.org>
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8313
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8314 * statistics/Makefile.in (bin-dist): Delete target.
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8315 (BINDISTSUBDIRS): Delete variable.
6754
451b346d8c2f [project @ 2007-06-25 17:31:46 by jwe]
jwe
parents: 6753
diff changeset
8316 * control/Makefile.in: Likewise.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8317
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8318 * audio/Makefile.in (bin-dist): Delete target.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8319 (BINDISTFILES): Delete variable.
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8320 * control/base/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8321 * control/hinf/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8322 * control/obsolete/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8323 * control/system/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8324 * control/util/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8325 * deprecated/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8326 * elfun/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8327 * finance/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8328 * general/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8329 * image/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8330 * sparse/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8331 * io/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8332 * plot/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8333 * Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8334 * miscellaneous/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8335 * linear-algebra/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8336 * polynomial/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8337 * quaternion/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8338 * set/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8339 * signal/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8340 * specfun/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8341 * special-matrix/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8342 * startup/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8343 * statistics/base/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8344 * statistics/distributions/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8345 * statistics/models/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8346 * statistics/tests/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8347 * strings/Makefile.in: Likewise.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8348 * time/Makefile.in: Likewise.
5196
cd5cc2a80589 [project @ 2005-03-09 15:22:58 by jwe]
jwe
parents: 5195
diff changeset
8349
5195
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
8350 2005-03-08 John W. Eaton <jwe@octave.org>
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
8351
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
8352 * general/repmat.m: Correctly diagnose 3-argument non-scalar
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
8353 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>.
5208182e2e62 [project @ 2005-03-08 19:04:12 by jwe]
jwe
parents: 5193
diff changeset
8354
5192
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
8355 2005-03-04 John W. Eaton <jwe@octave.org>
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
8356
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
8357 * plot/clg.m: New file.
a6ad58b1c46f [project @ 2005-03-04 05:25:35 by jwe]
jwe
parents: 5181
diff changeset
8358
5193
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8359 2005-03-03 John W. Eaton <jwe@octave.org>
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8360
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8361 * general/isequal.m, general/sortrows.m, set/ismember.m,
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8362 set/setdiff.m, strings/str2double.m, strings/strmatch.m,
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8363 strings/strcmpi.m:
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8364 New files from Octave-forge. Adapt to Octave coding standards.
40d1282dda33 [project @ 2005-03-04 14:09:49 by jwe]
jwe
parents: 5192
diff changeset
8365
5181
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
8366 2005-03-03 Paul Kienzle <pkienzle@users.sf.net>
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
8367
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
8368 * statistics/distributions/binomial_pdf.m: Extend the feasible
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
8369 computation range.
41cd70503c72 [project @ 2005-03-03 05:49:55 by jwe]
jwe
parents: 5164
diff changeset
8370
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8371 2005-02-25 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8372
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8373 Sparse merge.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8374
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8375 2005-01-23 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8376
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8377 * sparse/randperm.m: Delete duplicate randperm.m.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8378
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8379 2005-01-10 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8380
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8381 * sparse/Makefile.in: New file.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8382 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8383
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8384 2005-01-07 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8385
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8386 * set/unique.m: import file from octave-forge.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8387
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8388 2005-01-05 David Bateman <dbateman@free.fr>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8389
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8390 * Makefile.in: include sparse directory in SUBDIRS.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8391
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8392 2004-12-30 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8393
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8394 * sparse/nzmax.m: Delete (there is an nzmax function in
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8395 src/DLD-FUNCTIONS/sparse.cc).
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8396
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8397 2004-12-28 John W. Eaton <jwe@octave.org>
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8398
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8399 Merge of sparse code from David Bateman <dbateman@free.fr> and
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8400 Andy Adler <adler@site.uottawa.ca>.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8401
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8402 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8403 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8404 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8405 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m,
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8406 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8407
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8408 * sparse: New directory.
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 5158
diff changeset
8409
5158
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8410 2005-02-22 John W. Eaton <jwe@octave.org>
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8411
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8412 * polynomial/residue.m: Force prepad to always create row vectors.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8413
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8414 * polynomial/poly.m: Quick return if m is 0.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8415 From Carmen Navarrete <carmen.navarrete@uam.es>.
955ed0dcdc5f [project @ 2005-02-23 00:40:57 by jwe]
jwe
parents: 5154
diff changeset
8416
5154
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8417 2005-02-21 David Bateman <dbateman@free.fr>
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8418
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8419 * statistics/distributions/poisson_rnd.m: fix for lambda of zero.
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8420 From Mark van Rossum <mvanross@inf.ed.ac.uk>.
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8421 Fix for row vectors with at least one element of lambda not in
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8422 (0, Inf).
9cb38bfb04ea [project @ 2005-02-21 21:23:28 by jwe]
jwe
parents: 5153
diff changeset
8423
5152
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
8424 2005-02-21 John W. Eaton <jwe@octave.org>
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
8425
5153
ee2af1e830b2 [project @ 2005-02-21 21:01:42 by jwe]
jwe
parents: 5152
diff changeset
8426 * statistics/base/qqplot.m: Use feval instead of eval.
ee2af1e830b2 [project @ 2005-02-21 21:01:42 by jwe]
jwe
parents: 5152
diff changeset
8427
5152
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
8428 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m,
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
8429 plot/__axis_label__.m: Issue replot command.
b111ca4715c6 [project @ 2005-02-21 19:41:23 by jwe]
jwe
parents: 5135
diff changeset
8430
5135
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
8431 2005-02-09 John W. Eaton <jwe@octave.org>
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
8432
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
8433 * polynomial/polyderiv.m: Force P to be a row vector.
8eaef366ab43 [project @ 2005-02-09 07:59:37 by jwe]
jwe
parents: 5133
diff changeset
8434
5133
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
8435 2005-02-08 John W. Eaton <jwe@octave.org>
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
8436
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
8437 * strings/dec2base.m: Don't delete leading zero if third arg is
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
8438 provided and len <= computed max_len.
7191f6e086f9 [project @ 2005-02-08 19:17:41 by jwe]
jwe
parents: 5125
diff changeset
8439
5125
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8440 2005-01-27 David Bateman <dbateman@free.fr>
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8441
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8442 * strings/dec2base.m: Be even more careful about handling all digits.
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8443
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8444 2005-01-27 Paul Kienzle <pkienzle@users.sf.net>
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8445
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8446 * strings/dec2base.m: Use integer arithmetic to count number of digits.
8bf86c0fad1b [project @ 2005-01-27 17:50:57 by jwe]
jwe
parents: 5123
diff changeset
8447
5123
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
8448 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com>
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
8449
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
8450 * statistics/base/median.m: Make it work for the scalar case too.
500f3031866d [project @ 2005-01-27 16:30:09 by jwe]
jwe
parents: 5118
diff changeset
8451
6308
22e2c78e406e [project @ 2007-02-15 08:16:08 by jwe]
jwe
parents: 6304
diff changeset
8452 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org>
5117
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
8453
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
8454 * plot/__plt__.m: Initialize fmt and sep outside of loop.
5118
ecbb290ba9ff [project @ 2005-01-25 22:10:26 by jwe]
jwe
parents: 5117
diff changeset
8455 Simplify logic for decoding args.
5117
2d94fe12e09a [project @ 2005-01-25 18:43:49 by jwe]
jwe
parents: 5116
diff changeset
8456
5115
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8457 2005-01-24 John W. Eaton <jwe@octave.org>
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8458
5116
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
8459 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
8460
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
8461 * plot/__plt__.m: No need to save and reset hold state now.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
8462 (first_plot): Delete unused variable.
67320fb4ae5c [project @ 2005-01-25 03:57:01 by jwe]
jwe
parents: 5115
diff changeset
8463
5115
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8464 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8465
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8466 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8467 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m,
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8468 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m,
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8469 plot/__plt2vv__.m:
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8470 Return data and gnuplot commands instead of evaluating them.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8471 * plot/__plt__.m: Handle evaluation of all gnuplot commands here.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8472 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>.
57372235194b [project @ 2005-01-24 18:38:45 by jwe]
jwe
parents: 5108
diff changeset
8473
5108
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
8474 2005-01-18 John W. Eaton <jwe@octave.org>
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
8475
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
8476 * linear-algebra/cross.m: Allocate idx1 before use.
10004c9625c3 [project @ 2005-01-18 20:05:10 by jwe]
jwe
parents: 5096
diff changeset
8477
5096
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
8478 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi>
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
8479
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
8480 * statistics/base/range.m: Fix varargin usage.
60168f509269 [project @ 2004-12-08 15:26:46 by jwe]
jwe
parents: 5095
diff changeset
8481
5091
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
8482 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
8483
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
8484 * strings/deblank.m: Remove all trailing whitespace (check with
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
8485 isspace), not just SPC.
87b0b9a97e40 [project @ 2004-12-03 04:41:50 by jwe]
jwe
parents: 5090
diff changeset
8486
5090
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
8487 2004-12-02 Balint Reczey <balint_reczey@yahoo.com>
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
8488
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
8489 * statistics/base/moment.m: Fix argument parsing for N-d arrays.
c42c90543e36 [project @ 2004-12-03 04:32:11 by jwe]
jwe
parents: 5073
diff changeset
8490
5073
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
8491 2004-11-09 John W. Eaton <jwe@octave.org>
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
8492
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
8493 * miscellaneous/fileparts.m: Allow filenames with no extension.
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
8494 From Julius Smith <jos@ccrma.stanford.edu>.
e71be9c548f2 [project @ 2004-11-09 18:31:25 by jwe]
jwe
parents: 5072
diff changeset
8495
5072
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
8496 2004-11-08 John W. Eaton <jwe@octave.org>
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
8497
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
8498 * plot/__plt2vm__.m: Delete debugging statement.
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
8499 From Dmitri A. Sergatskov <dmitri@unm.edu>.
97b62f0c1bee [project @ 2004-11-09 05:51:30 by jwe]
jwe
parents: 5065
diff changeset
8500
5065
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
8501 2004-11-04 John W. Eaton <jwe@octave.org>
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
8502
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
8503 * plot/hist.m: Always return row vectors for vector args.
1312d3af9eb0 [project @ 2004-11-04 20:12:00 by jwe]
jwe
parents: 5031
diff changeset
8504
5031
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
8505 2004-09-23 John W. Eaton <jwe@octave.org>
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
8506
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
8507 * strings/strcmp.m: If args are not strings or cell arrays of
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
8508 strings, return zero instead of reporting an error.
5d1e2102d447 [project @ 2004-09-24 03:50:58 by jwe]
jwe
parents: 5021
diff changeset
8509
5021
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8510 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no>
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8511
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8512 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8513 control/base/controldemo.m, control/base/damp.m, control/base/dare.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8514 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8515 control/base/dre.m, control/base/frdemo.m, control/base/gram.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8516 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8517 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8518 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8519 control/hinf/is_dgkf.m, control/system/c2d.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8520 control/system/is_detectable.m, control/system/is_sample.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8521 control/system/is_siso.m, control/system/is_stable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8522 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8523 control/system/sys2tf.m, control/system/sys2zp.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8524 control/system/sysappend.m, control/system/sysconnect.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8525 control/system/sysdisc.m, control/system/sysdup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8526 control/system/sysgetsignals.m, control/system/sysmult.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8527 control/system/syssetsignals.m, control/system/syssub.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8528 control/system/tf2sys.m, control/system/ugain.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8529 control/system/zp2ss.m, control/system/zp2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8530 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8531 special-matrix/toeplitz.m: Fix typos in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8532
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8533 * control/base/are.m, control/base/dare.m, control/base/lsim.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8534 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8535 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8536 ontrol/system/is_abcd.m, control/system/parallel.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8537 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8538 control/system/sysappend.m, control/system/sysconnect.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8539 control/system/sysdup.m, control/system/sysgroup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8540 control/system/sysprune.m, control/system/sysreorder.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8541 control/system/sysscale.m, control/system/syssub.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8542 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8543 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8544 polynomial/polyout.m, specfun/log2.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8545 Add output arguments in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8546
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8547 * control/base/are.m, control/base/bode_bounds, control/base/bode.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8548 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8549 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8550 control/base/freqchkw.m, control/base/__freqresp__.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8551 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8552 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8553 control/base/obsv.m, control/base/place.m, control/base/pzmap.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8554 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8555 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8556 control/hinf/h2syn.m, control/hinf/hinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8557 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8558 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8559 control/obsolete/syschnames.m, control/obsolete/syschnames.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8560 control/system/c2d.m, control/system/is_abcd.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8561 control/system/is_controllable.m, control/system/is_detectable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8562 control/system/is_observable.m, control/system/is_stable.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8563 control/system/jet707.m, control/system/ord2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8564 control/system/starp.m, control/system/sys2fir.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8565 control/system/sys2ss.m, control/system/sys2tf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8566 control/system/sys2zp.m, control/system/syscont.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8567 control/system/sysdisc.m, control/system/sysdup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8568 control/system/sysgettype.m, control/system/sysgroup.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8569 control/system/sysmult.m, control/system/sysprune.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8570 control/system/sysreorder.m, control/system/sysscale.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8571 control/system/syssetsignals.m, control/system/sysupdate.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8572 control/system/tf2ss.m, control/system/tf2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8573 control/system/zp2ss.m, control/system/zp2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8574 control/util/axis2dlim.m, control/util/prompt.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8575 control/util/zgfmul.m, control/util/zginit.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8576 control/util/__zgpbal__.m, control/util/zgscal.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8577 Use @var, @strong, @command, @math, @acronym, @table and @cite
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8578 in doc strings.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8579
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8580 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8581 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8582 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8583 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8584 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8585 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8586 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8587 control/hinf/wgt1o.m, control/obsolete/syschnames.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8588 control/system/c2d.m, control/system/fir2sys.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8589 control/system/is_stabilizable.m, control/system/jet707.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8590 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8591 control/util/zgshsr.m, polynomial/polyout.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8592 New @tex section(s) in doc strings for better formating of printed
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8593 output.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8594
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8595 * control/base/__freqresp__.m, control/base/nyquist.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8596 control/base/__stepimp__.m, control/hinf/hinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8597 control/obsolete/syschnames.m, control/system/sysprune.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8598 Use proper double quote marks for TeX.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8599
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8600 * control/base/DEMOcontrol.m: Add missing ;
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8601
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8602 * control/base/nichols.m, control/base/rlocus.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8603 control/obsolete/minfo.m, control/system/is_digital.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8604 control/system/ss2zp.m, control/system/sysmin.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8605 control/system/tf2zp.m, control/util/sortcom.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8606 Convert documentation to use or more completely use Texinfo.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8607
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8608 * control/base/rlocus.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8609 control/hinf/hinfdemo.m, control/system/ord2.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8610 control/system/parallel.m, control/system/ss2tf.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8611 control/system/starp.m: Use "@group ... @end group" to avoid ascii
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8612 art splitting over a page boundary.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8613
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8614 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8615 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8616 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8617 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m,
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8618 control/hinf/wgt1o.m, control/system/buildssic.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8619 Use {\cal H}_\infty for H-infinity and likewise for H-2 to
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8620 the TeX documentation.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8621
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8622 * control/system/is_stabilizable.m:
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8623 Add Copyright so that help is displayed correctly.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8624
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8625 * special-matrix/vander.m: Octave indexes start at 1.
2a0e2daac997 [project @ 2004-09-22 12:45:09 by jwe]
jwe
parents: 5011
diff changeset
8626
5011
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8627 2004-09-21 David Bateman <dbateman@free.fr>
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8628
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8629 * general/rotdim.m: New function for rotation of an N-d array in an
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8630 arbitrary plane.
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8631
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8632 * general/flipdim.m: New function to flip an N-d array about an
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8633 arbitrary axis.
1743bf921773 [project @ 2004-09-21 15:41:14 by jwe]
jwe
parents: 5003
diff changeset
8634
5003
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
8635 2004-09-15 David Bateman <dbateman@free.fr>
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
8636
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
8637 * general/bitget.m: Replace Bmax, which is undefined with bitmax
a0e7231a58eb [project @ 2004-09-16 16:44:44 by jwe]
jwe
parents: 4993
diff changeset
8638
4992
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
8639 2004-09-15 John W. Eaton <jwe@octave.org>
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
8640
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
8641 * strings/strcmp.m: Fix typo in cell/string array case.
4993
761b8d760785 [project @ 2004-09-15 18:28:56 by jwe]
jwe
parents: 4992
diff changeset
8642 Use iscellstr to check for cells rather than iscell.
761b8d760785 [project @ 2004-09-15 18:28:56 by jwe]
jwe
parents: 4992
diff changeset
8643 Improve diagnostics for invalid args.
4992
2f2afb8635f5 [project @ 2004-09-15 18:22:27 by jwe]
jwe
parents: 4983
diff changeset
8644
4983
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8645 2004-09-10 David Bateman <dbateman@free.fr>
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8646
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8647 * statistics/distributions/binomial_rnd.m: Fix error for scalar n
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8648 and p with n > 1, and fix for matrix n and p with n == 1.
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8649
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8650 * statistics/distributions/poisson_rnd.m: Fix for matrix length,
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8651 due to row vs. column vector operations.
13aaef87cf18 [project @ 2004-09-10 13:51:29 by jwe]
jwe
parents: 4964
diff changeset
8652
4964
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
8653 2004-09-03 David Bateman <dbateman@free.fr>
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
8654
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
8655 * general/repmat.m: Fix to allow logical classes.
269c3d6c0569 [project @ 2004-09-04 01:16:28 by jwe]
jwe
parents: 4950
diff changeset
8656
4950
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8657 2004-08-31 John W. Eaton <jwe@octave.org>
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8658
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8659 * general/isa.m: New function, from Octave-forge.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8660
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8661 2004-08-31 David Bateman <dbateman@free.fr>
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8662
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8663 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8664 limitation on the use of int64 and uint64 types, and the use
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8665 of the eval.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8666
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8667 * general/bitset.m: Remove superfluous cast to return type, as bug
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8668 in .^ with integer types is fixed.
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8669
0896307b1b48 [project @ 2004-08-31 21:26:35 by jwe]
jwe
parents: 4945
diff changeset
8670 * general/repmat.m: Adapt to allow integer types.
4945
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
8671
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
8672 2004-08-31 Paul Kienzle <pkienzle@users.sf.net>
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
8673
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
8674 * plot/axis.m: Don't reset axes when querying them.
4bd917f8a4a7 [project @ 2004-08-31 15:09:17 by jwe]
jwe
parents: 4942
diff changeset
8675
4942
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
8676 2004-08-27 David Bateman <dbateman@free.fr>
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
8677
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
8678 * statistics/base/ranks.m: Handle non-consecutive ties.
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
8679 Eliminate loop.
a0f2839f6ac8 [project @ 2004-08-28 01:29:39 by jwe]
jwe
parents: 4918
diff changeset
8680
4918
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
8681 2004-07-27 David Bateman <dbateman@free.fr>
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
8682
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
8683 * general/num2str.m: Also insert spaces in output when precision
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
8684 argument is supplied.
d2a7208f35d4 [project @ 2004-07-27 15:18:04 by jwe]
jwe
parents: 4915
diff changeset
8685
4915
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
8686 2004-07-23 David Bateman <dbateman@free.fr>
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
8687
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
8688 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions.
c638c144d4da [project @ 2004-07-23 19:01:22 by jwe]
jwe
parents: 4911
diff changeset
8689
4911
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8690 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8691
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8692 * general/sub2ind.m: Make reshaping index list unnecessary.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8693
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8694 2004-07-22 Paul Kienzle <pkienzle@users.sf.net>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8695
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8696 * miscellaneous/unix.m: Fix doc string.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8697
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8698 2004-07-22 Stefan van der Walt <stefan@sun.ac.za>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8699
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8700 * plot/figure.m: Clarification of documentation.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8701
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8702 * image/imshow.m: Warn for complex images.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8703 Only estimate colourmap for images in [0, 65536].
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8704
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8705 2004-07-22 David Bateman <dbateman@free.fr>
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8706
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8707 * general/num2str.m: Fix the case of an all zero input.
14027e0bafa4 [project @ 2004-07-22 19:58:06 by jwe]
jwe
parents: 4906
diff changeset
8708
4906
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
8709 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu>
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
8710
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
8711 * general/ind2sub.m: Doc fix.
6754342ef7ad [project @ 2004-06-23 11:11:50 by jwe]
jwe
parents: 4900
diff changeset
8712
4900
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
8713 2004-06-08 John W. Eaton <jwe@octave.org>
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
8714
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
8715 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
8716 convert function handle to string for eval.
cf470c996819 [project @ 2004-06-08 15:13:22 by jwe]
jwe
parents: 4898
diff changeset
8717
4898
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8718 2004-06-04 Paul Kienzle <pkienzle@users.sf.net>
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8719
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8720 * plot/errorbar.m: Remove debugging output.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8721
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8722 2004-06-03 Stefan van der Walt <stefan@sun.ac.za>
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8723
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8724 * plot/__pltopt__.m: Properly escape @ symbols in doc string.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8725
4897
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
8726 2004-06-03 Paul Kienzle <pkienzle@users.sf.net>
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
8727
4898
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8728 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8729
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8730 * polynomial/polyout.m: Use parenthesis if necessary around
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8731 complex polynomial coefficient.
8fd9495f5054 [project @ 2004-06-04 13:29:33 by jwe]
jwe
parents: 4897
diff changeset
8732
4897
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
8733 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
8734 the bug which causes __errplot__ to ignore the last argument.
89eee52fd4c7 [project @ 2004-06-03 23:07:55 by jwe]
jwe
parents: 4894
diff changeset
8735
4894
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8736 2004-06-03 David Bateman <dbateman@free.fr>
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8737
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8738 * general/shiftdim.m: New function based on JWE code snippet.
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8739
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8740 * general/circdim.m: New function.
ab5870f984d9 [project @ 2004-06-03 19:32:02 by jwe]
jwe
parents: 4890
diff changeset
8741
4890
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8742 2004-05-06 David Bateman <dbateman@free.fr>
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8743
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8744 * general/issquare.m: Fail if ndim(x) > 2.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8745
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8746 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8747
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8748 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8749 N-d array arguments. Add optional dim argument to define
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8750 dimension along which to operate.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8751
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8752 * linear-algebra/dmult.m: Allow N-d arrays.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8753
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8754 * linear-algebra/vec.m: Use v(:) and not reshape.
e7da90a1cc11 [project @ 2004-05-06 20:36:29 by jwe]
jwe
parents: 4885
diff changeset
8755
4885
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8756 2004-04-29 David Bateman <dbateman@free.fr>
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8757
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8758 * statistics/base/ranks.m, statistics/base/run_count.m,
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8759 statistics/base/studentize.m, statistics/base/kurtosis.m
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8760 statistics/base/statistics.m, statistics/base/skewness.m
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8761 statistics/base/iqr.m:
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8762 Make N-d array aware. Allow optional argument to define the
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8763 dimension along which to operate. Update the documentation.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8764
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8765 * statistics/base/ranks.m: Change algorithm to use sort,
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8766 and adjust for the ties after.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8767
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8768 * statistics/base/run_counts.m: Change algorithm to use
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8769 the a combination of diff and find, rather than a for-loop.
28ab079d8f0e [project @ 2004-04-30 04:21:33 by jwe]
jwe
parents: 4881
diff changeset
8770
4881
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
8771 2004-04-23 Paul Kienzle <pkienzle@users.sf.net>
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
8772
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
8773 * plot/hist.m: Correctly determine cutoffs. New tests.
d665266bb453 [project @ 2004-04-23 16:19:28 by jwe]
jwe
parents: 4878
diff changeset
8774
4878
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8775 2004-04-23 David Bateman <dbateman@free.fr>
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8776
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8777 * general/int2str.m: Treat only real part of argument, and treat
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8778 NDArrays by stacking the slices through the matrix vertically.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8779
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8780 * general/num2str.m: Improve format of integer matrices, and the
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8781 conversion of complex matrices added. Treat NDArrays by stacking
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8782 the slices through the matrix vertically.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8783
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8784 * deprecated/com2str.m: Moved here from general subdirectory.
4eaf35cfdb11 [project @ 2004-04-23 15:42:10 by jwe]
jwe
parents: 4877
diff changeset
8785
4877
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
8786 2004-04-22 John W. Eaton <jwe@octave.org>
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
8787
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
8788 * quaternion/qtransvmat.m: Use continuation characters to make
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
8789 sure result is a matrix instead of a vector. From <aklark@atdot.it>.
0ab4fd8ded30 [project @ 2004-04-22 19:59:44 by jwe]
jwe
parents: 4870
diff changeset
8790
4869
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8791 2004-04-21 David Bateman <dbateman@free.fr>
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8792
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8793 * elfun/lcm.m: Make N-d aware.
4870
2cbc6f37b0c2 [project @ 2004-04-21 17:30:51 by jwe]
jwe
parents: 4869
diff changeset
8794
4869
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8795 * general/diff.m: Make the code N-d array aware. Allow an
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8796 optional argument to define the dimension along which to perform
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8797 the differences and allow the order of the differences to be larger
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8798 than the dimension itself.
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8799
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8800 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8801 use of these functions to 1- and 2-d arrays.
b92d59213e63 [project @ 2004-04-21 17:03:02 by jwe]
jwe
parents: 4863
diff changeset
8802
4863
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
8803 2004-04-16 John W. Eaton <jwe@octave.org>
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
8804
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
8805 * elfun/gcd.m: Delete.
c4cefcb802da [project @ 2004-04-16 15:57:23 by jwe]
jwe
parents: 4862
diff changeset
8806
4862
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8807 2004-04-15 David Bateman <dbateman@free.fr>
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8808
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8809 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8810
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8811 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8812 array aware and and optional argument for the dimension along
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8813 which to operate.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8814
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
8815 * signal/unwrap.m: Make N-d array aware and fix optional
4862
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8816 argument for the dimension to be consistent with other N-d array
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8817 functions.
a0997c4d1d54 [project @ 2004-04-15 21:14:43 by jwe]
jwe
parents: 4860
diff changeset
8818
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8819 2004-04-08 David Bateman <dbateman@free.fr>
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8820
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8821 * statistics/distributions/discrete_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8822 statistics/distributions/discrete_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8823 statistics/distributions/discrete_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8824 statistics/distributions/discrete_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8825 statistics/distributions/exponential_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8826 statistics/distributions/exponential_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8827 statistics/distributions/exponential_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8828 statistics/distributions/exponential_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8829 statistics/distributions/f_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8830 statistics/distributions/f_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8831 statistics/distributions/f_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8832 statistics/distributions/f_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8833 statistics/distributions/geometric_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8834 statistics/distributions/geometric_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8835 statistics/distributions/geometric_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8836 statistics/distributions/geometric_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8837 statistics/distributions/hypergeometric_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8838 statistics/distributions/kolmogorov_smirnov_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8839 statistics/distributions/laplace_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8840 statistics/distributions/laplace_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8841 statistics/distributions/laplace_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8842 statistics/distributions/laplace_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8843 statistics/distributions/logistic_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8844 statistics/distributions/logistic_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8845 statistics/distributions/lognormal_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8846 statistics/distributions/lognormal_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8847 statistics/distributions/lognormal_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8848 statistics/distributions/lognormal_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8849 statistics/distributions/pascal_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8850 statistics/distributions/pascal_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8851 statistics/distributions/pascal_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8852 statistics/distributions/pascal_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8853 statistics/distributions/poisson_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8854 statistics/distributions/poisson_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8855 statistics/distributions/poisson_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8856 statistics/distributions/poisson_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8857 statistics/distributions/t_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8858 statistics/distributions/t_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8859 statistics/distributions/t_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8860 statistics/distributions/t_rnd.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8861 statistics/distributions/weibull_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8862 statistics/distributions/weibull_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8863 statistics/distributions/weibull_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8864 statistics/distributions/weibull_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8865 Allow N-d arrays.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8866
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8867 * statistics/distributions/discrete_inv.m: Fix bug in indexing,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8868 that results in NaN in places where it should not have had.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8869
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8870 * statistics/distributions/discrete_rnd.m: New argument formats to
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8871 allow creating arbitrary matrices, compatiable with the other
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
8872 *_rnd.m functions. Maintain compatibility with previous format.
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8873
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8874 * statistics/distributions/empirical_rnd.m: New argument formats
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8875 to allow creating arbitrary matrices, compatiable with the other
5583
8eebdcfde94e [project @ 2005-12-15 01:16:26 by jwe]
jwe
parents: 5579
diff changeset
8876 *_rnd.m functions. Maintain compatibility with previous
4860
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8877 format. Allow N-d arrays.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8878
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8879 * statistics/distributions/hypergeometric_cdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8880 statistics/distributions/hypergeometric_inv.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8881 statistics/distributions/hypergeometric_pdf.m,
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8882 statistics/distributions/wiener_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8883 Error for non-scalar arguments.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8884
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8885 * statistics/distributions/pascal_rnd.m:
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8886 Correct for n = 1 bug, where all elements were equal.
48c7fbca248b [project @ 2004-04-08 23:56:39 by jwe]
jwe
parents: 4854
diff changeset
8887
4849
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
8888 2004-04-06 David Bateman <dbateman@free.fr>
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
8889
4854
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8890 * general/common_size.m, miscellaneous/bincoeff.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8891 statistics/distributions/beta_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8892 statistics/distributions/beta_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8893 statistics/distributions/beta_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8894 statistics/distributions/beta_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8895 statistics/distributions/binomial_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8896 statistics/distributions/binomial_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8897 statistics/distributions/binomial_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8898 statistics/distributions/binomial_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8899 statistics/distributions/cauchy_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8900 statistics/distributions/cauchy_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8901 statistics/distributions/cauchy_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8902 statistics/distributions/cauchy_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8903 statistics/distributions/chisquare_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8904 statistics/distributions/chisquare_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8905 statistics/distributions/chisquare_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8906 statistics/distributions/chisquare_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8907 statistics/distributions/gamma_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8908 statistics/distributions/gamma_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8909 statistics/distributions/gamma_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8910 statistics/distributions/gamma_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8911 statistics/distributions/normal_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8912 statistics/distributions/normal_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8913 statistics/distributions/normal_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8914 statistics/distributions/normal_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8915 statistics/distributions/stdnormal_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8916 statistics/distributions/stdnormal_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8917 statistics/distributions/stdnormal_rnd.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8918 statistics/distributions/uniform_cdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8919 statistics/distributions/uniform_inv.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8920 statistics/distributions/uniform_pdf.m,
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8921 statistics/distributions/uniform_rnd.m:
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8922 Allow the inputs to be N-d arrays.
4b0f3b055331 [project @ 2004-04-07 02:37:05 by jwe]
jwe
parents: 4852
diff changeset
8923
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8924 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg.
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8925 * statistics/base/median.m: Likewise.
4849
a3440ff5eb14 [project @ 2004-04-06 15:23:56 by jwe]
jwe
parents: 4847
diff changeset
8926
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8927 2004-04-02 David Bateman <dbateman@free.fr>
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8928
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8929 * statistics/base/std.m: Allow optional args for type and dim.
4847
83ddfedb8db7 [project @ 2004-04-02 21:15:34 by jwe]
jwe
parents: 4844
diff changeset
8930 * statistics/base/center.m, statistics/base/meansq.m,
83ddfedb8db7 [project @ 2004-04-02 21:15:34 by jwe]
jwe
parents: 4844
diff changeset
8931 statistics/base/moment.m, statistics/base/range.m:
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8932 Update for N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8933 * signal/fftshift.m: Fix dimensioning error.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8934
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8935 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8936 N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8937
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8938 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg.
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8939
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8940 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8941
4852
404c7122853e [project @ 2004-04-06 17:23:37 by jwe]
jwe
parents: 4849
diff changeset
8942 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays.
4844
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8943
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8944 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m,
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8945 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m,
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8946 control/system/sysprune.m: Doc update for usage of cell arrays.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8947
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8948 * control/system/sysidx.m: Use cellidx and not listidx.
9f7ef92b50b0 [project @ 2004-04-02 17:26:53 by jwe]
jwe
parents: 4841
diff changeset
8949
4841
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
8950 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu>
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
8951
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
8952 * plot/__pltopt1__.m: Always add title clause to plot command with
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
8953 default of "" (so it is off unless explicitly set by the user).
66fb9f8c66c8 [project @ 2004-03-12 23:02:54 by jwe]
jwe
parents: 4836
diff changeset
8954
4836
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
8955 2004-03-12 Stefan van der Walt <stefan@sun.ac.za>
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
8956
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
8957 * image/imshow.m: Accept "truesize" argument.
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
8958 Ignore current colormap. New tests and demos.
518e495e489f [project @ 2004-03-12 18:16:03 by jwe]
jwe
parents: 4834
diff changeset
8959
4834
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
8960 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de>
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
8961
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
8962 * signal/sinewave.m: Allow N to default to M.
8f669cc5a901 [project @ 2004-03-11 18:49:17 by jwe]
jwe
parents: 4826
diff changeset
8963
4826
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
8964 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu>
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
8965
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
8966 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []".
a7b1e6122d0c [project @ 2004-03-09 19:57:29 by jwe]
jwe
parents: 4819
diff changeset
8967
4818
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
8968 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu>
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
8969
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
8970 * general/deal.m: New function.
4819
de3b34644549 [project @ 2004-03-05 04:57:07 by jwe]
jwe
parents: 4818
diff changeset
8971 Add tests from Paul Kienzle.
4818
ef6ae7349d59 [project @ 2004-03-04 22:10:45 by jwe]
jwe
parents: 4811
diff changeset
8972
4811
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
8973 2004-03-03 Stefan van der Walt <stefan@sun.ac.za>
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
8974
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
8975 * plot/hist.m: Compute histogram correctly for n>=30.
198f3712c692 [project @ 2004-03-03 19:24:33 by jwe]
jwe
parents: 4807
diff changeset
8976
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
8977 2004-03-02 Paul Kienzle <pkienzle@users.sf.net>
4807
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
8978
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
8979 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros.
15e923b54eff [project @ 2004-03-02 14:21:02 by jwe]
jwe
parents: 4806
diff changeset
8980
4806
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
8981 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu>
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
8982
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
8983 * miscellaneous/horzcat.m: Delete.
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
8984 * miscellaneous/vertcat.m: Delete.
d3bd9c04147f [project @ 2004-03-02 05:12:32 by jwe]
jwe
parents: 4790
diff changeset
8985
4790
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
8986 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu>
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
8987
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
8988 * plot/figure.m: Also look for GNUTERM in the environment and use
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
8989 that if it is set (for OS X). From Per Persson <persquare@mac.com>.
91a84c9bdadb [project @ 2004-02-19 20:15:17 by jwe]
jwe
parents: 4789
diff changeset
8990
4789
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
8991 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
8992
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
8993 * control/base/__stepimp__.m: Only call clearplot if we will be
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
8994 doing multiple plots in the same gnuplot frame.
ac4441e16ffa [project @ 2004-02-19 16:16:34 by jwe]
jwe
parents: 4780
diff changeset
8995
4780
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
8996 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu>
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
8997
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
8998 * control/system/__sysconcat__.m, control/system/__tfl__.m,
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
8999 control/system/cellidx.m, control/system/ss.m,
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
9000 control/system/tf.m, control/system/zp.m: New functions.
5eb5b8aaed8a [project @ 2004-02-17 15:32:13 by jwe]
jwe
parents: 4778
diff changeset
9001
4778
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
9002 2004-02-16 Glenn Golden <gdg@zplane.com>
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
9003
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
9004 * statistics/distributions/discrete_inv.m:
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
9005 Reduce memory requirements.
567c8e2d2438 [project @ 2004-02-17 00:35:43 by jwe]
jwe
parents: 4772
diff changeset
9006
4772
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
9007 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu>
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
9008
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
9009 * plot/__errcomm__.m: Fix thinko in previous change.
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
9010 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>.
9eed17b2c8d1 [project @ 2004-02-16 17:57:34 by jwe]
jwe
parents: 4771
diff changeset
9011
4771
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9012 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU>
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9013
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9014 * control/base/__bodquist__.m, control/base/__stepimp__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9015 control/base/analdemo.m, control/base/bddemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9016 control/base/bode.m, control/base/dre.m, control/base/frdemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9017 control/base/lqg.m, control/base/nyquist.m, control/base/place.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9018 control/base/rldemo.m, control/base/rlocus.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9019 control/base/tzero.m, control/hinf/dgkfdemo.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9020 control/hinf/dhinfdemo.m, control/hinf/h2syn.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9021 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9022 control/hinf/wgt1o.m, control/obsolete/dlqg.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9023 control/obsolete/packsys.m, control/obsolete/series.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9024 control/system/__sysdefioname__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9025 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9026 control/system/__tf2sysl__.m, control/system/buildssic.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9027 control/system/c2d.m, control/system/d2c.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9028 control/system/dmr2d.m, control/system/fir2sys.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9029 control/system/is_signal_list.m, control/system/is_siso.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9030 control/system/jet707.m, control/system/listidx.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9031 control/system/moddemo.m, control/system/ord2.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9032 control/system/packedform.m, control/system/parallel.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9033 control/system/ss2sys.m, control/system/sys2tf.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9034 control/system/sys2zp.m, control/system/sysadd.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9035 control/system/sysappend.m, control/system/sysconnect.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9036 control/system/syscont.m, control/system/sysdimensions.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9037 control/system/sysdisc.m, control/system/sysdup.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9038 control/system/sysgetsignals.m, control/system/sysgettype.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9039 control/system/sysgroup.m, control/system/sysmin.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9040 control/system/sysmult.m, control/system/sysprune.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9041 control/system/sysrepdemo.m, control/system/sysscale.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9042 control/system/syssetsignals.m, control/system/syssub.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9043 control/system/sysupdate.m, control/system/tf2sys.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9044 control/system/ugain.m, control/system/zp2ss.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9045 control/system/zp2sys.m, control/util/__outlist__.m,
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9046 control/util/__zgpbal__.m, control/util/strappend.m:
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9047 Use cell arrays instead of lists.
b8105302cfe8 [project @ 2004-02-16 17:45:50 by jwe]
jwe
parents: 4723
diff changeset
9048
4723
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
9049 2004-01-23 Stefan van der Walt <stefan@sun.ac.za>
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
9050
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
9051 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
9052 so that bar (1, 1) will work.
ccb4eca28f7e [project @ 2004-01-23 14:33:26 by jwe]
jwe
parents: 4717
diff changeset
9053
4710
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
9054 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
9055
4717
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
9056 * plot/__errcomm__.m: Cope with nargin now being a function.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
9057 * plot/__errplot__.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
9058 * plot/__plt__.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
9059 * plot/plot_border.m: Likewise.
7fa16e369904 [project @ 2004-01-23 03:15:53 by jwe]
jwe
parents: 4710
diff changeset
9060
4710
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
9061 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS,
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
9062 not $(DOCSTRINGS).
48191fcee04d [project @ 2004-01-22 19:12:02 by jwe]
jwe
parents: 4706
diff changeset
9063
4706
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
9064 2004-01-21 Quentin Spencer <qspencer@ieee.org>
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
9065
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
9066 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
9067 rank ([], tol).
2c73119a576a [project @ 2004-01-22 04:36:54 by jwe]
jwe
parents: 4692
diff changeset
9068
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9069 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9070
4692
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
9071 * elfun/acot.m: Return atan (1./z).
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
9072 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>.
ae49c6ba722c [project @ 2004-01-10 22:15:47 by jwe]
jwe
parents: 4691
diff changeset
9073
4691
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9074 * miscellaneous/dir.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9075
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9076 * general/num2str.m: Use "%d" as format if values are ints with
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9077 magnitude less than 1e10.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9078
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9079 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu>
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9080
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9081 * general/num2str.m: If single arg is string, return it.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9082
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9083 * miscellaneous/not.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9084
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9085 * miscellaneous/unix.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9086
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9087 * miscellaneous/isunix.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9088 * miscellaneous/ispc.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9089
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9090 * miscellaneous/computer.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9091
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9092 * miscellaneous/delete.m: New file.
bdc51b369a78 [project @ 2004-01-10 18:16:02 by jwe]
jwe
parents: 4689
diff changeset
9093
4689
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9094 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu>
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9095
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9096 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9097
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9098 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu>
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9099
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9100 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9101 Always return substituted version of LOADPATH if nargout != 0.
a2d3862ed07a [project @ 2004-01-08 20:49:06 by jwe]
jwe
parents: 4685
diff changeset
9102
4685
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9103 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at>
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9104
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9105 * miscellaneous/fullfile.m: If filename is empty, set it to "."
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9106 before continuing.
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9107
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9108 * miscellaneous/fileparts.m: Allow name to start with ".".
14a1c9f42f67 [project @ 2004-01-06 17:20:02 by jwe]
jwe
parents: 4677
diff changeset
9109
4677
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
9110 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu>
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
9111
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
9112 * general/ind2sub.m: New file.
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
9113 * general/sub2ind.m: New file.
e650670557f7 [project @ 2003-12-17 00:15:30 by jwe]
jwe
parents: 4675
diff changeset
9114
4675
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9115 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9116
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9117 * control/system/zp2ss.m: Don't save and restore
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9118 warn_empty_list_elements.
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9119
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9120 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9121
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
9122 * control/system/zp2ss.m: Correct definition of pure gain system.
4675
f6d6335c08f6 [project @ 2003-12-16 05:11:26 by jwe]
jwe
parents: 4673
diff changeset
9123
4673
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
9124 2003-12-10 Quentin Spencer <qspencer@ieee.org>
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
9125
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
9126 * statistics/base/mean.m: Remove special case for row vectors.
6639c2574023 [project @ 2003-12-10 16:11:54 by jwe]
jwe
parents: 4637
diff changeset
9127
4637
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
9128 2003-11-19 Quentin Spencer <qspencer@ieee.org>
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
9129
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
9130 * signal/freqz_plot.m: Save and restore automatic_replot too.
2b4e706ff011 [project @ 2003-11-20 04:39:32 by jwe]
jwe
parents: 4631
diff changeset
9131
4631
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
9132 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it>
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
9133
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
9134 * statistics/base/iqr.m: Handle matrices.
cae0b7c46842 [project @ 2003-11-18 18:30:06 by jwe]
jwe
parents: 4630
diff changeset
9135
4630
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
9136 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu>
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
9137
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
9138 * general/issymmetric.m: Don't fail if norm (x) == 0.
ca70857bdbd1 [project @ 2003-11-18 18:18:16 by jwe]
jwe
parents: 4629
diff changeset
9139
4629
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9140 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu>
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9141
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9142 * miscellaneous/path.m: Fix thinko in previous change.
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9143
4609
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9144 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9145
4629
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9146 * control/base/dare.m: Check positive (semi)definiteness and
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9147 dimensions of r (and q).
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9148 * control/base/dlqr.m: Check stabilizability of (A,B),
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9149 detectability of (A,Q), and whether (A,Q) has non minimal modes
ed92d574b55b [project @ 2003-11-17 20:43:13 by jwe]
jwe
parents: 4611
diff changeset
9150 near unit circle.
4611
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
9151
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
9152 * control/system/is_detectable.m: Use Hautus Lemma.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
9153 Correct the behavior for discrete-time systems.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
9154 * control/system/is_stabilizable.m: Likewise.
c76a32c6f90c [project @ 2003-11-14 17:48:46 by jwe]
jwe
parents: 4610
diff changeset
9155
4609
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9156 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case.
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9157
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9158 * linear-algebra/krylovb.m: Fix typo in usage message.
ac4e4807acc5 [project @ 2003-11-14 16:14:31 by jwe]
jwe
parents: 4567
diff changeset
9159
4610
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4609
diff changeset
9160 * general/isdefinite.m: New function.
02d2fcf835fc [project @ 2003-11-14 17:08:59 by jwe]
jwe
parents: 4609
diff changeset
9161
4567
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
9162 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu>
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
9163
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
9164 * general/reshape: Delete.
fc30061d01da [project @ 2003-10-29 20:11:15 by jwe]
jwe
parents: 4559
diff changeset
9165
4559
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
9166 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu>
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
9167
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
9168 * general/numel.m: Delete.
802818bfac91 [project @ 2003-10-28 19:13:43 by jwe]
jwe
parents: 4536
diff changeset
9169
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
9170 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu>
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
9171
4536
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
9172 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files.
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
9173
dcc6ac844587 [project @ 2003-10-16 02:48:06 by jwe]
jwe
parents: 4535
diff changeset
9174 * deprecated/isstr.m: New file.
4535
a5f23212a3d8 [project @ 2003-10-16 02:39:15 by jwe]
jwe
parents: 4529
diff changeset
9175
4529
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
9176 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu>
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
9177
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
9178 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m,
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
9179 plot/zlabel.m, plot/title.m: Return a value if nargout > 0.
78954aeaf321 [project @ 2003-10-04 19:35:36 by jwe]
jwe
parents: 4525
diff changeset
9180
4525
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
9181 2003-10-02 Quentin Spencer <qspencer@ieee.org>
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
9182
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
9183 * statistics/base/mean.m: Fix missing semicolon problem.
cccd107fa208 [project @ 2003-10-02 05:24:04 by jwe]
jwe
parents: 4503
diff changeset
9184
4503
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
9185 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov>
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
9186
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
9187 * plot/subplot.m: New global variable, __multiplot_scale__.
55db663c15ce [project @ 2003-09-09 01:54:26 by jwe]
jwe
parents: 4492
diff changeset
9188
4492
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
9189 2003-08-29 David Castelow <DCastelow@Airspan.com>
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
9190
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
9191 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m:
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
9192 Allow optional length argument.
819e3c246702 [project @ 2003-08-29 17:09:38 by jwe]
jwe
parents: 4491
diff changeset
9193
4491
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9194 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu>
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9195
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9196 * polynomial/polyfit.m: Avoid calling flipud.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9197 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9198 Return structure as second output value for improved Matlab
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9199 compatibility.
96a25f032846 [project @ 2003-08-28 21:01:21 by jwe]
jwe
parents: 4478
diff changeset
9200
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
9201 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu>
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
9202
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9203 * linear-algebra/cond.m: Behave as though old built-in variable
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9204 propagate_empty_matrices is always 1. Also handle empty matrices
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9205 with one non-zero dimension.
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9206
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
9207 * miscellaneous/dump_prefs.m: Add warn_separator_insert and
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
9208 warn_single_quote_string to the list.
4478
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9209 Delete whitespace_in_literal_matrix and propagate_empty_matrices
7afd4bf05aa8 [project @ 2003-07-30 19:15:31 by jwe]
jwe
parents: 4476
diff changeset
9210 from the list.
4476
b7360f8eb035 [project @ 2003-07-30 17:17:21 by jwe]
jwe
parents: 4469
diff changeset
9211
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9212 2003-07-25 Paul Kienzle <pkienzle@users.sf.net>
4469
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9213
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9214 * signal/autocov.m: Transpose result of conj because diag returns
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9215 a column vector, not a row vector.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9216
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9217 * audio/playaudio.m, audio/record.m, image/image.m,
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9218 miscellaneous/bug_report.m: Protect spaces in filenames
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9219 with quotes.
53ee020af847 [project @ 2003-07-26 03:45:10 by jwe]
jwe
parents: 4468
diff changeset
9220
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9221 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu>
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9222
4468
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4466
diff changeset
9223 * io/printf.m, io/puts.m: Delete.
efb6301dae80 [project @ 2003-07-15 19:18:20 by jwe]
jwe
parents: 4466
diff changeset
9224
4466
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9225 * miscellaneous/dump_prefs.m: Delete define_all_return_values and
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9226 default_return_value from the list.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9227 Add warn_undefined_return_values to the list.
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9228
b18007283045 [project @ 2003-07-15 11:43:28 by jwe]
jwe
parents: 4464
diff changeset
9229
4464
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
9230 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu>
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
9231
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
9232 * miscellaneous/dump_prefs.m: Delete default_global_variable_value
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
9233 and initialize_global_variables from the list.
184fc19a7d99 [project @ 2003-07-13 23:15:28 by jwe]
jwe
parents: 4463
diff changeset
9234
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9235 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu>
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9236
4463
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9237 * image/colormap.m: Don't save and restore default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9238
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9239 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9240
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9241 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9242 * control/system/sys2fir.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9243
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9244 * control/system/is_siso.m: Use && instead of & where appropriate.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9245 * control/system/__tf2sysl__.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9246
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9247 * control/system/__tf2sysl__.m: Use end instead of length(X).
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9248
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9249 * control/freqchkw.m: Use %-escapes for error instead of num2str
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9250 and [] concatenation.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9251 * control/system/sys2fir.m: Likewise.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9252
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9253 * control/base/dgram.m, control/base/freqchkw.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9254 control/base/gram.m, control/system/__abcddims__.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9255 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9256 control/system/is_sample.m, control/system/is_signal_list.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9257 control/system/is_siso.m, control/system/sys2fir.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9258 control/system/syschtsam.m, control/system/sysgettsam.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9259 control/system/sysgettype.m, control/system/tf2zp.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9260 control/system/ugain.m, control/util/prompt.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9261 control/util/run_cmd.m, control/util/zgrownorm.m,
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9262 control/util/zgshsr.m:
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9263 Improve conformance to Octave coding style.
322453495d75 [project @ 2003-07-12 05:03:33 by jwe]
jwe
parents: 4461
diff changeset
9264
4461
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
9265 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
9266 the list.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
9267 Delete resize_on_range_error from the list.
af308ca1a354 [project @ 2003-07-11 22:21:17 by jwe]
jwe
parents: 4460
diff changeset
9268
4460
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9269 * control/base/pzmap.m, control/base/place.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9270 control/base/__freqresp__.m, control/system/sysappend.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9271 control/system/syscont.m, control/system/sysdisc.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9272 control/system/sysgroup.m, control/system/tfout.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9273 control/system/zp2ss.m, control/system/zpout.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9274 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m,
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9275 strings/strcat.m: Save and restore warn_empty_list_elements, not
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9276 empty_list_elements_ok.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9277
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9278 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9279 Delete empty_list_elements_ok from the list.
cef48c4b902d [project @ 2003-07-11 18:37:48 by jwe]
jwe
parents: 4457
diff changeset
9280
4457
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9281 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9282
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9283 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9284 list.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9285 Delete treat_neg_dim_as_zero from the list.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9286
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9287 * strings/blanks.m: Don't check treat_neg_dim_as_zero.
d7d9ca19960a [project @ 2003-07-11 03:05:38 by jwe]
jwe
parents: 4455
diff changeset
9288
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
9289 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu>
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
9290
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9291 * general/reshape.m: Omit do_fortran_indexing from doc string (it
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9292 was not used in the code in any case).
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9293
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9294 * strings/strjust.m: Temporarily set warn_fortran_indexing, not
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9295 do_fortran_indexing.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9296
4452
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
9297 * statistics/base/moment.m: Temporarily set warn_str_to_num, not
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
9298 implict_str_to_num_ok. Use unwind_protect block to do it.
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
9299
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
9300 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH,
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
9301 DEFAULT_LOAD_PATH, crash_dumps_octave_core,
4452
f3c21a1d1c62 [project @ 2003-07-09 23:20:18 by jwe]
jwe
parents: 4451
diff changeset
9302 sighup_dumps_octave_core, sigterm_dumps_octave_core,
4455
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9303 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9304 warn_fortran_indexing in the list.
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9305 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok,
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9306 implicit_str_to_num_ok, do_fortran_indexing, and
abbf63293766 [project @ 2003-07-11 01:01:16 by jwe]
jwe
parents: 4452
diff changeset
9307 prefer_column_vectors from list.
4451
ea1d3e1a4b1b [project @ 2003-07-09 19:09:09 by jwe]
jwe
parents: 4440
diff changeset
9308
4440
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9309 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu>
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9310
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9311 * Makefile.in (distclean, maintainer-clean): Also remove
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9312 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9313 directory.
0bca8443db39 [project @ 2003-07-02 22:45:29 by jwe]
jwe
parents: 4430
diff changeset
9314
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9315 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu>
4430
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
9316
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
9317 * plot/hist.m: Don't forget to define n if x is a vector.
1541c3ed2c93 [project @ 2003-06-17 16:50:23 by jwe]
jwe
parents: 4424
diff changeset
9318
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9319 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at>
4424
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
9320
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
9321 * miscellaneous/fileparts.m: For compatibility with Matlab,
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
9322 return "." with extension.
ab82d3a27d96 [project @ 2003-06-13 14:35:25 by jwe]
jwe
parents: 4422
diff changeset
9323
4422
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9324 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu>
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9325
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9326 * control/base/__stepimp__.m, control/base/nichols.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9327 control/base/nyquist.m, miscellaneous/dump_prefs.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9328 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9329 plot/oneplot.m, plot/plot_border.m, plot/subplot.m,
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9330 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m:
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9331 Eliminate gnuplot_has_multiplot (assume it is always true).
92be67bc9301 [project @ 2003-06-04 17:43:15 by jwe]
jwe
parents: 4413
diff changeset
9332
4413
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
9333 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
9334
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
9335 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR.
2de7c7452a1e [project @ 2003-05-14 22:27:43 by jwe]
jwe
parents: 4407
diff changeset
9336
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9337 2003-05-05 Andy Adler <adler@site.uottawa.ca>
4407
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
9338
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
9339 * plot/hist.m: Improve performance by using different algorithms
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
9340 depending on number of bins.
16e8acbd19d5 [project @ 2003-05-05 19:00:56 by jwe]
jwe
parents: 4404
diff changeset
9341
4404
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
9342 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu>
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
9343
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
9344 * control/system/sysadd.m: If systems are not "tf", convert before
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
9345 adding.
c05051baf03b [project @ 2003-05-01 19:41:57 by jwe]
jwe
parents: 4403
diff changeset
9346
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9347 2003-05-01 Paul Kienzle <pkienzle@users.sf.net>
4403
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
9348
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
9349 * image/imagesc.m: Accept data limits parameter for colormap.
f52b3f1a9399 [project @ 2003-05-01 19:28:11 by jwe]
jwe
parents: 4375
diff changeset
9350
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9351 2003-04-11 Doug Stewart <dastew@sympatico.ca>
4375
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
9352
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
9353 * control/base/__stepimp__.m: If digital impulse, reduce gain of
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
9354 the impulse by t_step.
5855de872659 [project @ 2003-04-11 17:40:32 by jwe]
jwe
parents: 4373
diff changeset
9355
4373
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
9356 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu>
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
9357
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
9358 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
9359 column vectors.
51cd16a73307 [project @ 2003-04-07 21:03:37 by jwe]
jwe
parents: 4371
diff changeset
9360
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9361 2003-03-24 Quentin Spencer <qspencer@ieee.org>
4371
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
9362
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
9363 * linear-algebra/null.m: Handle empty matrix arg.
c14ec945fabb [project @ 2003-03-26 16:05:59 by jwe]
jwe
parents: 4369
diff changeset
9364
4369
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
9365 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu>
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
9366
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
9367 * general/shift.m: Force empty_list_elements_ok to 1.
3192d1c40195 [project @ 2003-03-18 09:13:46 by jwe]
jwe
parents: 4358
diff changeset
9368
4358
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
9369 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
9370
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
9371 * deprecated/struct_contains.m, deprecated/struct_elements.m:
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
9372 New files.
83d4452bc522 [project @ 2003-02-23 02:16:53 by jwe]
jwe
parents: 4348
diff changeset
9373
4348
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9374 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu>
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9375
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9376 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9377 function handle to pass to feval.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9378 * statistics/base/qqplot.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9379 * statistics/base/ppplot.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9380 * signal/spectral_xdf.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9381 * signal/spectral_adf.m: Likewise.
05415e529cef [project @ 2003-02-21 06:22:48 by jwe]
jwe
parents: 4340
diff changeset
9382
4340
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
9383 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu>
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
9384
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
9385 * plot/axis.m: Avoid whitespace in literal matrix problem.
8aa604426d35 [project @ 2003-02-20 04:01:31 by jwe]
jwe
parents: 4334
diff changeset
9386
4334
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
9387 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
9388
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
9389 * linear-algebra/logm.m: New file.
764229f9a5c8 [project @ 2003-02-19 06:24:02 by jwe]
jwe
parents: 4329
diff changeset
9390
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9391 2003-02-18 David Bateman <dbateman@free.fr>
4329
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
9392
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
9393 * mkpkgadd: Scan C++ files as well
d53c33d93440 [project @ 2003-02-18 20:00:48 by jwe]
jwe
parents: 4321
diff changeset
9394
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9395 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at>
4321
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
9396
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
9397 * strings/findstr.m: Return empty set for zero-length target.
8460c03f3b4b [project @ 2003-02-14 01:08:38 by jwe]
jwe
parents: 4317
diff changeset
9398
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9399 2003-02-11 Paul Kienzle <pkienzle@users.sf.net>
4317
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
9400
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
9401 * set/union.m: Preserve the orientation of inputs.
1ced186d4b6b [project @ 2003-02-11 16:10:09 by jwe]
jwe
parents: 4305
diff changeset
9402
4305
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
9403 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu>
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
9404
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
9405 * general/int2str.m: Eliminate leading spaces.
98e65d1728a1 [project @ 2003-01-23 16:48:11 by jwe]
jwe
parents: 4303
diff changeset
9406
4303
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
9407 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu>
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
9408
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
9409 * general/int2str.m: Do a better job with 0, Inf, and NaN,
e15a96673976 [project @ 2003-01-23 03:03:08 by jwe]
jwe
parents: 4298
diff changeset
9410
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9411 2003-01-11 Paul Kienzle <pkienzle@users.sf.net>
4298
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
9412
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
9413 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
9414 $(BUILD_LDFLAGS) to compiler.
055d2f68d445 [project @ 2003-01-13 15:09:31 by jwe]
jwe
parents: 4295
diff changeset
9415
4295
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
9416 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu>
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
9417
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
9418 * general/num2str.m: Don't specify field width for scalars.
fea24da316a2 [project @ 2003-01-11 04:23:24 by jwe]
jwe
parents: 4292
diff changeset
9419
4292
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
9420 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
9421
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
9422 * Makefile.in (DISTFILES): Don't forget mkpkgadd.
c8f6dd25219d [project @ 2003-01-05 07:50:29 by jwe]
jwe
parents: 4279
diff changeset
9423
4265
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
9424 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
9425
4279
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4266
diff changeset
9426 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++.
64c444ac1fee [project @ 2003-01-04 01:10:25 by jwe]
jwe
parents: 4266
diff changeset
9427
4266
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
9428 * miscellaneous/tempname.m: New file.
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
9429
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
9430 * miscellaneous/tempdir.m: New file.
1086ac09a411 [project @ 2003-01-03 06:22:54 by jwe]
jwe
parents: 4265
diff changeset
9431
4265
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
9432 * miscellaneous/fullfile.m: New file.
48897c78c52b [project @ 2003-01-03 06:04:29 by jwe]
jwe
parents: 4264
diff changeset
9433
4259
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
9434 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu>
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
9435
4264
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
9436 * miscellaneous/fileparts.m: New file.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
9437
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
9438 * io/beep.m: New file.
4e2d2516da22 [project @ 2003-01-03 05:30:34 by jwe]
jwe
parents: 4260
diff changeset
9439
4260
17826ec287bc [project @ 2003-01-02 17:59:17 by jwe]
jwe
parents: 4259
diff changeset
9440 * plot/__pltopt1__.m: Call undo_string_escapes for title part of
17826ec287bc [project @ 2003-01-02 17:59:17 by jwe]
jwe
parents: 4259
diff changeset
9441 format only.
4259
0493a367de6f [project @ 2003-01-02 17:30:14 by jwe]
jwe
parents: 4257
diff changeset
9442
4257
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
9443 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu>
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
9444
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
9445 * strings/strcmp.m: Handle cell arrays of strings.
e556870ce8f0 [project @ 2003-01-02 03:14:41 by jwe]
jwe
parents: 4229
diff changeset
9446
4229
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9447 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu>
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9448
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9449 * general/int2str.m: Handle matrices.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9450 * general/num2str.m: Likewise.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9451 Also handle optional precision, and format args.
40153a2affd6 [project @ 2002-12-18 20:37:32 by jwe]
jwe
parents: 4225
diff changeset
9452
4225
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9453 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9454
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9455 * audio/Makefile.in, control/base/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9456 control/hinf/Makefile.in, control/obsolete/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9457 control/system/Makefile.in, elfun/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9458 finance/Makefile.in, general/Makefile.in, image/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9459 io/Makefile.in, linear-algebra/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9460 miscellaneous/Makefile.in, polynomial/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9461 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9462 specfun/Makefile.in, special-matrix/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9463 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9464 statistics/models/Makefile.in, statistics/tests/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9465 strings/Makefile.in, time/Makefile.in, plot/Makefile.in,
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9466 deprecated/Makefile.in: Use new do-script-install and
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9467 do-script-uninstall macros.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9468
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9469 * mkpkgadd: New script.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9470
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9471 * plot/close.m: New file.
fa4dfbc33ce5 [project @ 2002-12-18 03:07:48 by jwe]
jwe
parents: 4184
diff changeset
9472
4184
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
9473 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu>
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
9474
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
9475 * image/image.m: Use -raw option for xv.
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
9476 From Remy Bruno <remy.bruno@libertysurf.fr>
e4b7578e5fc7 [project @ 2002-11-15 20:58:50 by jwe]
jwe
parents: 4174
diff changeset
9477
4172
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
9478 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu>
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
9479
4174
aabb8307021f [project @ 2002-11-13 00:45:22 by jwe]
jwe
parents: 4172
diff changeset
9480 * control/base/lsim.m: Use approximate test for step size change.
aabb8307021f [project @ 2002-11-13 00:45:22 by jwe]
jwe
parents: 4172
diff changeset
9481
4172
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
9482 * signal/bartlett.m: Avoid row/column mismatch error.
2e94b2abfe6d [project @ 2002-11-12 21:14:04 by jwe]
jwe
parents: 4171
diff changeset
9483
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9484 2002-11-12 Paul Kienzle <pkienzle@users.sf.net>
4171
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
9485
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
9486 * statistics/base/var.m: Use better formula for improved accuracy.
04694e5b4239 [project @ 2002-11-12 20:27:24 by jwe]
jwe
parents: 4150
diff changeset
9487
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9488 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk>
4150
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9489
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9490 * control/base/lsim.m: Correct doc string.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9491
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9492 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU>
4150
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9493
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9494 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum.
0d411821682c [project @ 2002-11-04 22:03:05 by jwe]
jwe
parents: 4148
diff changeset
9495
4148
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9496 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9497
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9498 * plot/contour.m: Handle x and y as matrices too.
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9499
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9500 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com>
4148
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9501
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9502 * plot/contour.m: Fix error and usage messages.
dc912f90db92 [project @ 2002-11-02 04:16:57 by jwe]
jwe
parents: 4146
diff changeset
9503
4146
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
9504 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu>
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
9505
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
9506 * plot/contour.m: Correct orientation of plot.
c3bb286a18a9 [project @ 2002-11-01 20:18:29 by jwe]
jwe
parents: 4139
diff changeset
9507
4139
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
9508 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu>
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
9509
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
9510 * control/base/analdemo.m: Fix typo.
02ca908056e9 [project @ 2002-11-01 00:49:13 by jwe]
jwe
parents: 4137
diff changeset
9511
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9512 2002-10-31 Francesco Potorti` <pot@gnu.org>
4137
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
9513
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
9514 * statistics/distributions/discrete_pdf.m: Fix typo.
4e8255035e84 [project @ 2002-10-31 15:10:57 by jwe]
jwe
parents: 4098
diff changeset
9515
4098
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9516 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu>
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9517
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9518 * mkdoc: Exit immediately on errors.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9519 Exit with error if gethelp does not exist.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9520
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9521 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate.
8496ae60db8a [project @ 2002-10-10 05:20:20 by jwe]
jwe
parents: 4093
diff changeset
9522
4093
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
9523 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu>
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
9524
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
9525 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX).
5a82e874999b [project @ 2002-10-08 23:48:45 by jwe]
jwe
parents: 4079
diff changeset
9526
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9527 2002-09-27 Paul Kienzle <pkienzle@users.sf.net>
4079
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
9528
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
9529 * statistics/distributions/normal_cdf.m: Handle variance == 0.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
9530 * statistics/distributions/normal_pdf.m: Likewise.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
9531 * statistics/distributions/normal_inv.m: Likewise.
c0532bbaefd7 [project @ 2002-09-30 19:08:09 by jwe]
jwe
parents: 4077
diff changeset
9532
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9533 2002-09-27 Paul Kienzle <pkienzle@users.sf.net>
4077
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
9534
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
9535 * specfun/erfinv.m: Return NaN for NaN inputs.
b5267e631ba8 [project @ 2002-09-27 22:48:46 by jwe]
jwe
parents: 4068
diff changeset
9536
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9537 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net>
4068
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
9538
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
9539 * statistics/base/var.m: Handle complex values.
2c088a2f36e2 [project @ 2002-09-26 22:48:24 by jwe]
jwe
parents: 4031
diff changeset
9540
4031
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9541 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9542
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9543 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9544 list.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9545 * deprecated/Makefile.in: New file.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9546
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9547 2002-08-09 Paul Kienzle <pkienzle@users.sf.net>
4031
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9548
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9549 * statistics/distributions/beta_cdf.m: Replace betai with betainc.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9550 * statistics/distributions/binomial_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9551 * statistics/distributions/f_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9552 * statistics/distributions/t_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9553
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9554 * miscellaneous/bincoeff.m: Replace lgamma with gammaln.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9555 * specfun/beta.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9556 * special-matrix/invhilb.m: Likewise (but it is only in a comment).
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9557 * statistics/distributions/gamma_pdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9558 * statistics/distributions/poisson_pdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9559
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9560 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9561 * statistics/distributions/poisson_cdf.m: Likewise.
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 4030
diff changeset
9562
4026
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9563 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu>
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9564
4028
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9565 * deprecated/is_bool.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9566 * deprecated/is_complex.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9567 * deprecated/is_global.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9568 * deprecated/is_list.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9569 * deprecated/is_matrix.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9570 * deprecated/is_scalar.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9571 * deprecated/is_square.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9572 * deprecated/is_stream.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9573 * deprecated/is_struct.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9574 * deprecated/is_symmetric.m: New file.
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9575 * deprecated/is_vector.m: New file.
4030
22bd65326ec1 [project @ 2002-08-09 18:58:13 by jwe]
jwe
parents: 4029
diff changeset
9576 * Change all callers of these functions to use the new names.
4028
ef75c970c8f5 [project @ 2002-08-09 07:19:02 by jwe]
jwe
parents: 4026
diff changeset
9577
4029
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
9578 * deprecated: New directory.
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
9579 * Makefile.in (SUBDIRS): Add it to the list.
2cc57b6169cf [project @ 2002-08-09 07:36:15 by jwe]
jwe
parents: 4028
diff changeset
9580
4026
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9581 * general/isscalar.m: Rename from is_scalar.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9582 * general/issquare.m: Rename from is_square.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9583 * general/issymmetric.m: Rename from is_symmetric.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9584 * general/isvector.m: Rename from is_vector.m.
8cb8eff3f44c [project @ 2002-08-09 06:54:46 by jwe]
jwe
parents: 4022
diff changeset
9585
4022
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
9586 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu>
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
9587
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
9588 * statistics/base/mean.m: Allow empty matrices.
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
9589 Handle DIM arg.
789c4112a37d [project @ 2002-08-06 03:42:41 by jwe]
jwe
parents: 4020
diff changeset
9590
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9591 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
4020
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
9592
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
9593 * plot/__errcomm__.m: If format is not specified, default to error
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
9594 bar format.
ca18dc3d5596 [project @ 2002-08-05 16:50:37 by jwe]
jwe
parents: 4011
diff changeset
9595
4011
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9596 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu>
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9597
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9598 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9599 __F_SETFL__ and __O_NONBLOCK__.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9600
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9601 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9602 * miscellaneous/bug_report.m: Likewise.
eb377885843d [project @ 2002-08-01 20:08:08 by jwe]
jwe
parents: 4008
diff changeset
9603
4007
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
9604 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
9605
4008
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
9606 * general/mod.m: Use isreal (x), not any (any (imag (x))).
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
9607 * general/rem.m: Likewise.
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
9608
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
9609 * plot/loglogerr.m: Use varargin instead of old style varargs.
a0e323e959cd [project @ 2002-07-26 04:51:03 by jwe]
jwe
parents: 4007
diff changeset
9610 * plot/semilogxerr.m: Likewise.
4007
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
9611 * plot/semilogyerr.m: Likewise.
31448e09d38e [project @ 2002-07-26 01:47:32 by jwe]
jwe
parents: 4006
diff changeset
9612
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9613 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
4006
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9614
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9615 * plot/__errcomm__.m: New file. Common functionality for error plots.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9616 * plot/loglogerr.m: New file. Double logarithm plots with errorbars.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9617 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9618 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9619
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9620 * plot/errorbar.m: Use __errcomm__.m.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9621 * plot/__errplot__.m: Minor cleanups.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9622 * plot/__pltopt__.m: Handle boxxyerrorbars plot style.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9623 * plot/__pltopt1__.m: Likewise.
efac4b97bb09 [project @ 2002-07-26 01:20:46 by jwe]
jwe
parents: 3981
diff changeset
9624
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9625 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9626
3981
29ea0e6bd19e [project @ 2002-07-10 19:07:57 by jwe]
jwe
parents: 3980
diff changeset
9627 * general/rem.m: Delete redundant call to usage.
29ea0e6bd19e [project @ 2002-07-10 19:07:57 by jwe]
jwe
parents: 3980
diff changeset
9628
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9629 * general/mod.m: Additional error checks, Texinfoize doc string.
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9630
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9631 2002-04-29 Paul Kienzle <pkienzle@users.sf.net>
3980
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9632
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9633 * general/mod.m: New function.
02a959755258 [project @ 2002-07-10 18:48:58 by jwe]
jwe
parents: 3979
diff changeset
9634
3979
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9635 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu>
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9636
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9637 * control/system/sysmult.m: Use varargin instead of old style varargs.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9638 * control/system/sysadd.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9639 * control/system/sysgroup.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9640 * control/system/syssub.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9641 * elfun/gcd.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9642 * elfun/lcm.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9643 * general/common_size.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9644 * io/printf.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9645 * miscellaneous/menu.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9646 * miscellaneous/path.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9647 * plot/__errplot__.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9648 * plot/__plt__.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9649 * plot/axis.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9650 * plot/errorbar.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9651 * plot/mplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9652 * plot/loglog.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9653 * plot/plot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9654 * plot/plot_border.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9655 * plot/semilogx.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9656 * plot/semilogy.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9657 * plot/xlabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9658 * plot/ylabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9659 * plot/zlabel.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9660 * statistics/base/ppplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9661 * statistics/base/qqplot.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9662 * statistics/tests/bartlett_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9663 * statistics/tests/kolmogorov_smirnov_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9664 * statistics/tests/kruskal_wallis_test.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9665 * strings/str2mat.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9666 * strings/strcat.m: Likewise.
e0b7a493e5a8 [project @ 2002-07-10 17:45:34 by jwe]
jwe
parents: 3962
diff changeset
9667
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9668 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>
3962
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
9669
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
9670 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases.
e39b0ee1da6c [project @ 2002-06-27 14:14:08 by jwe]
jwe
parents: 3925
diff changeset
9671
3924
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
9672 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu>
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
9673
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
9674 * skip-autoheader: New file, for autogen.sh.
3925
ab04567e7809 [project @ 2002-05-01 07:22:59 by jwe]
jwe
parents: 3924
diff changeset
9675 * Makefile.in (DISTFILES): Add it to the list.
3924
9483f6f094ef [project @ 2002-05-01 07:16:28 by jwe]
jwe
parents: 3918
diff changeset
9676
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9677 2002-04-29 Paul Kienzle <pkienzle@users.sf.net>
3914
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
9678
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
9679 * general/repmat.m: New function.
9eb96199e0f1 [project @ 2002-04-30 02:40:04 by jwe]
jwe
parents: 3911
diff changeset
9680
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9681 2002-04-25 Paul Kienzle <pkienzle@users.sf.net>
3911
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9682
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9683 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9684 Use optional parameter to specify the number of bits in the input.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9685 * audio/mu2lin.m: Accept matrices, return n-bit integers or
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9686 floats in the range [-1,1], 2x speedup.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9687
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9688 * strings/index.m, strings/rindex.m: Vectorize for speed.
8389e78e67d4 [project @ 2002-04-28 02:15:38 by jwe]
jwe
parents: 3910
diff changeset
9689
3910
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
9690 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu>
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
9691
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
9692 * linear-algebra/kron.m: Delete.
79a90a0f0eff [project @ 2002-04-25 05:36:52 by jwe]
jwe
parents: 3907
diff changeset
9693
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9694 2002-04-24 Paul Kienzle <pkienzle@users.sf.net>
3907
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
9695
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
9696 * signal/freqz.m: If nargout is zero, plot results instead of
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
9697 returning them.
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
9698 * signal/freqz_plot.m: New file.
437884fae441 [project @ 2002-04-24 19:33:08 by jwe]
jwe
parents: 3906
diff changeset
9699
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9700 2002-04-24 Bill Lash <lash@tellabs.com>
3906
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3904
diff changeset
9701
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
9702 * signal/unwrap.m: New file.
3906
a7096282a091 [project @ 2002-04-24 19:19:55 by jwe]
jwe
parents: 3904
diff changeset
9703
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9704 2002-04-23 Paul Kienzle <pkienzle@users.sf.net>
3904
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
9705
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
9706 * image/rgb2hsv.m: Faster, more accurate, remove the
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
9707 divide by zero warning.
6b00ac653c0f [project @ 2002-04-24 04:56:10 by jwe]
jwe
parents: 3894
diff changeset
9708
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9709 2002-04-09 Paul Kienzle <pkienzle@users.sf.net>
3893
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
9710
3894
d71f92546e45 [project @ 2002-04-10 00:39:03 by jwe]
jwe
parents: 3893
diff changeset
9711 * strings/deblank.m: Trim \0 as well as blank.
d71f92546e45 [project @ 2002-04-10 00:39:03 by jwe]
jwe
parents: 3893
diff changeset
9712
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
9713 * freqz.m: Evaluate a specific range of frequencies
3893
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
9714 expressed in radians or Hz relative to a supplied sample rate.
abd8659eea11 [project @ 2002-04-09 21:36:31 by jwe]
jwe
parents: 3891
diff changeset
9715
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9716 2002-04-04 Paul Kienzle <pkienzle@users.sf.net>
3890
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
9717
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
9718 * signal/fftfilt.m: Filter columns if called with a matrix.
9652abf2c297 [project @ 2002-04-04 23:24:39 by jwe]
jwe
parents: 3889
diff changeset
9719
3891
e2cbe8e31e06 [project @ 2002-04-04 23:38:33 by jwe]
jwe
parents: 3890
diff changeset
9720 * strings/findstr.m: Vectorize as much as possible.
e2cbe8e31e06 [project @ 2002-04-04 23:38:33 by jwe]
jwe
parents: 3890
diff changeset
9721
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9722 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za>
3889
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
9723
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
9724 * special-matrix/invhilb.m: New version that is faster and more
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
9725 accurate.
ac24529a78a0 [project @ 2002-04-04 23:03:15 by jwe]
jwe
parents: 3887
diff changeset
9726
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9727 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu>
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
9728
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
9729 * configure.in: Update for autoconf 2.5x.
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3885
diff changeset
9730
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9731 2002-04-03 Paul Kienzle <pkienzle@users.sf.net>
3885
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
9732
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
9733 * special-matrix/vander.m: Code tidy and vectorize.
f49111e2d8a4 [project @ 2002-04-03 17:33:19 by jwe]
jwe
parents: 3883
diff changeset
9734
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9735 2002-04-02 Paul Kienzle <pkienzle@users.sf.net>
3882
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9736
3883
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
9737 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
9738 to vectors. Issue a warning in the case x matches y' but return a
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
9739 column vector as Octave currently does.
69b6bd271277 [project @ 2002-04-02 21:05:10 by jwe]
jwe
parents: 3882
diff changeset
9740
3882
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9741 * plot/contour.m: Set default number of levels for contour(x,y,z).
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9742
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9743 * control/system/starp.m: Leave more of the documentation
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9744 processing to texinfo and less to the @format block.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9745
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9746 * image/imagesc.m: Only display image if no output is requested.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9747 Code tidying.
c8c1ead8474f [project @ 2002-04-02 18:25:48 by jwe]
jwe
parents: 3876
diff changeset
9748
3876
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
9749 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
9750
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
9751 * statistics/base/center.m: Accept and return empty matrix.
a134e5cfdc01 [project @ 2002-03-07 18:57:46 by jwe]
jwe
parents: 3872
diff changeset
9752
3872
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
9753 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
9754
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
9755 * specfun/erfinv.m: Fix usage message.
57d51184b669 [project @ 2002-02-23 02:54:08 by jwe]
jwe
parents: 3869
diff changeset
9756
3869
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
9757 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
9758
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
9759 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z).
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
9760 From "Michael O'Brien" <mobrien@kento.unm.edu>.
63aa2e20e638 [project @ 2002-02-09 05:08:15 by jwe]
jwe
parents: 3837
diff changeset
9761
3837
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
9762 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu>
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
9763
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
9764 * statistics/distributions/discrete_cdf.m: Downcase incorrectly
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
9765 capitalized variable names.
bb3e654d6684 [project @ 2001-06-07 00:24:25 by jwe]
jwe
parents: 3836
diff changeset
9766
3836
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
9767 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr>
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
9768
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
9769 * m/image/saveimage.m: fix saving an image to Postscript format.
b8c1cb5b9fd9 [project @ 2001-05-31 19:30:49 by jwe]
jwe
parents: 3833
diff changeset
9770
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9771 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3814
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
9772
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
9773 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys.
fb01838d0f38 [project @ 2001-04-19 02:26:07 by jwe]
jwe
parents: 3803
diff changeset
9774
3803
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9775 2001-02-28 Kai Habel <kai.habel@gmx.de>
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9776
3833
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9777 * general/cart2pol.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9778 * general/pol2cart.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9779 * general/cart2sph.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9780 * general/sph2cart.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9781 * image/rgb2hsv.m: New file.
f3278ec3ccb7 [project @ 2001-05-17 12:31:52 by jwe]
jwe
parents: 3814
diff changeset
9782 * image/hsv2rgb.m: New file.
3803
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9783
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9784 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9785
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9786 * plot/meshgrid.m: Avoid for loops.
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9787 * plot/meshdom.m: Likewise.
63c75bc3db82 [project @ 2001-02-28 08:24:40 by jwe]
jwe
parents: 3801
diff changeset
9788
3801
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9789 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu>
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9790
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9791 * linear-algebra/norm.m: Use sqrt instead of ^0.5.
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9792
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9793 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca>
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9794
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9795 * linear-algebra/norm.m: Use more efficient method for Frobenius
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9796 norm.
bc61e418f200 [project @ 2001-02-23 02:13:10 by jwe]
jwe
parents: 3792
diff changeset
9797
3792
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9798 2001-02-09 David Livings <david.livings@asa.co.uk>
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9799
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9800 * statistics/tests/welch_test.m: Fix typo.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9801
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9802 * statistics/distributions/chisquare_cdf.m:
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9803 Don't restrict inputs to be only positive integers.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9804 * statistics/distributions/chisquare_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9805 * statistics/distributions/chisquare_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9806 * statistics/distributions/chisquare_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9807 * statistics/distributions/f_cdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9808 * statistics/distributions/f_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9809 * statistics/distributions/f_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9810 * statistics/distributions/f_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9811 * statistics/distributions/t_cdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9812 * statistics/distributions/t_inv.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9813 * statistics/distributions/t_pdf.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9814 * statistics/distributions/t_rnd.m: Likewise.
74c2fc84f0cf [project @ 2001-02-09 15:56:19 by jwe]
jwe
parents: 3790
diff changeset
9815
3790
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9816 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9817
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9818 * strings/dec2base.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9819 * strings/base2dec.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9820 * strings/strjust.m: New file.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9821 * strings/dec2hex.m: Replace with version that just calls 2dec2base.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9822 * strings/dec2bin.m: Likewise.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9823 * strings/hex2dec.m: Replace with version that just calls base2dec.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9824 * strings/bin2dec.m: Likewise.
1e0d844b8f54 [project @ 2001-02-09 04:12:54 by jwe]
jwe
parents: 3787
diff changeset
9825
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9826 2001-02-07 David Livings <david.livings@asa.co.uk>
3787
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
9827
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
9828 * statistics/base/ppplot.m: Use gset, not set.
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
9829 * statistics/base/qqplot.m: Likewise.
5fea33691021 [project @ 2001-02-07 18:24:37 by jwe]
jwe
parents: 3775
diff changeset
9830
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9831 2001-02-05 Ondrej Popp <ondrej@geocities.com>
3775
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
9832
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
9833 * control/system/c2d.m: Add missing endif.
13905c3a24af [project @ 2001-02-06 01:56:59 by jwe]
jwe
parents: 3759
diff changeset
9834
3759
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9835 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9836
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9837 * strings/index.m: Return 0 if either string is empty.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9838
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9839 2000-12-15 Ben Sapp <bsapp@lanl.gov>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9840
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9841 * control/system/c2d.m: Allow option of matched pole/zero
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9842 equivalent for conversion.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9843
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9844 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu>
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9845
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9846 * strings/findstr.m: Return empty matrix if search string is empty.
110bc441a954 [project @ 2000-12-16 01:25:12 by jwe]
jwe
parents: 3757
diff changeset
9847
3757
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
9848 2000-12-15 Kai Habel <kai.habel@gmx.de>
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
9849
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
9850 * saveimage.m: Do create rawbit image for black and white images,
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
9851 but do it correctly.
574711ce9070 [project @ 2000-12-15 18:19:15 by jwe]
jwe
parents: 3754
diff changeset
9852
3754
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
9853 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
9854
6778
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
9855 * polynomial/deconv.m: For compatibility with Matlab, don't reduce
083721ae3dfa [project @ 2007-07-18 17:03:10 by jwe]
jwe
parents: 6777
diff changeset
9856 result polynomials.
3754
e63a3a6d7797 [project @ 2000-12-14 21:57:14 by jwe]
jwe
parents: 3748
diff changeset
9857
3748
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
9858 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu>
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
9859
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
9860 * image/saveimage.m: Don't try to create rawbit image.
599fb10b454d [project @ 2000-12-08 04:43:33 by jwe]
jwe
parents: 3740
diff changeset
9861
3740
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
9862 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
9863
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
9864 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c.
0228f57f88c3 [project @ 2000-11-28 02:51:22 by jwe]
jwe
parents: 3737
diff changeset
9865
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9866 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3737
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
9867
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
9868 * plot/contour.m: Reorder args for Matlab compatibility.
b736f8b8f0a1 [project @ 2000-11-16 18:01:08 by jwe]
jwe
parents: 3727
diff changeset
9869
3727
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
9870 2000-10-27 Mats Jansson <mats.e.jansson@home.se>
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
9871
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
9872 * set/create_set.m: Avoid empty matrix in matrix list warning.
e6d0041aedf3 [project @ 2000-10-31 02:08:49 by jwe]
jwe
parents: 3718
diff changeset
9873
3717
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9874 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi>
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9875
3718
65c6da68ddb3 [project @ 2000-09-08 06:50:02 by jwe]
jwe
parents: 3717
diff changeset
9876 * plot/errorbar.m, plot/__errplot__.m: New functions.
65c6da68ddb3 [project @ 2000-09-08 06:50:02 by jwe]
jwe
parents: 3717
diff changeset
9877
3717
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9878 * plot/mesh.m: Also set nologscale before plotting.
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9879 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9880 xyerrorbars instead of just errorbars.
e3501697c995 [project @ 2000-09-08 06:27:44 by jwe]
jwe
parents: 3714
diff changeset
9881
3714
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
9882 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de>
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
9883
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
9884 * image/image.m: Try display (from ImageMagick) first.
38ff09748e26 [project @ 2000-08-25 06:10:30 by jwe]
jwe
parents: 3709
diff changeset
9885
3709
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
9886 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de>
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
9887
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
9888 * plot/meshgrid.m: Use transpose to reorient vectors, not complex
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
9889 conjugate transpose.
c73bea82af94 [project @ 2000-08-02 02:23:26 by jwe]
jwe
parents: 3705
diff changeset
9890
3705
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
9891 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu>
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
9892
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
9893 * strings/str2mat.m: Apply setstr to each argument.
7e90f4e9a4d5 [project @ 2000-07-22 01:57:25 by jwe]
jwe
parents: 3696
diff changeset
9894
3696
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9895 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it>
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9896
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9897 * control/base/dkalman.m: New file.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9898 * control/base/dlqe.m: Handle singular A matrix.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9899 * control/base/dlqr.m: Likewise.
5a7174ebc684 [project @ 2000-07-17 19:38:53 by jwe]
jwe
parents: 3695
diff changeset
9900
3695
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
9901 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu>
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
9902
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
9903 * strings/strcmp.m: Return 0 instead of an error if row and column
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
9904 dimensions don't match.
64ca92e02a7e [project @ 2000-07-14 18:49:06 by jwe]
jwe
parents: 3690
diff changeset
9905
3690
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
9906 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE>
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
9907
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
9908 * plot/hist.m: Allow 3 argument form to work.
55e59236c5e5 [project @ 2000-06-30 20:55:36 by jwe]
jwe
parents: 3685
diff changeset
9909
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9910 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu>
3683
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
9911
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
9912 * plot/plot.m: Add examples in doc string.
505f5c35a2c9 [project @ 2000-06-27 20:19:47 by jwe]
jwe
parents: 3679
diff changeset
9913
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9914 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3679
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
9915
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
9916 * control/base/__stepimp__.m: Reset multiplot state when done.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
9917 Do the right thing even if automatic_replot is not zero.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
9918 Avoid failure if system has pure imaginary poles.
0f319a2fca12 [project @ 2000-06-08 16:17:42 by jwe]
jwe
parents: 3674
diff changeset
9919
3674
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
9920 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu>
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
9921
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
9922 * general/logical.m: Return arg if it is empty. Better error
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
9923 message for non-numeric types.
ef883684e58e [project @ 2000-06-07 17:11:33 by jwe]
jwe
parents: 3672
diff changeset
9924
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9925 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3672
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9926
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9927 * control/base/dlqe.m: Update documentation. Fix typo. Warn
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9928 about difference with Matlab dlqe function.
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9929
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9930 * control/system/sysmult.m: Fix typo in argument dimensions checking.
a0952f6b163e [project @ 2000-05-31 20:57:50 by jwe]
jwe
parents: 3670
diff changeset
9931
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9932 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3670
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
9933
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
9934 * strings/strrep.m: Fix typo.
0287dfeb1f34 [project @ 2000-05-24 18:41:37 by jwe]
jwe
parents: 3667
diff changeset
9935
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9936 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu>
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9937
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9938 * strings/strrep.m: Don't transpose result for case of jump > 0.
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9939
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9940 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9941
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9942 * strings/strrep.m: Avoid for loop for speed.
3667
f7f94396dd81 [project @ 2000-05-13 06:31:28 by jwe]
jwe
parents: 3666
diff changeset
9943 * plot/axis.m: Handle string options for Matlab compatibility.
3666
301e0da5b455 [project @ 2000-05-13 06:02:36 by jwe]
jwe
parents: 3656
diff changeset
9944
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9945 2000-04-04 John Smith <john@arrows.demon.co.uk>
3656
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
9946
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
9947 * statistics/distributions/beta_inv.m: Provide better(?) initial
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
9948 guess for iteration.
96679fb690a4 [project @ 2000-04-04 06:16:22 by jwe]
jwe
parents: 3651
diff changeset
9949
3651
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9950 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9951
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9952 * image/image.m: Allow image (A) or image (x, y, A).
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9953 * image/imagesc.m: Likewise.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9954
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9955 * image/image.m: If zoom is not supplied, or if it is an empty
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9956 matrix, autoscale the image.
c2305b99fbd7 [project @ 2000-03-31 07:12:29 by jwe]
jwe
parents: 3619
diff changeset
9957
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9958 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu>
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9959
3619
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
9960 * plot/title.m, plot/bottom_title.m, plot/top_title.m:
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
9961 Undo string escapes in text twice(!) before sending to gnuplot.
a7fe24b18fa4 [project @ 2000-03-22 21:56:18 by jwe]
jwe
parents: 3618
diff changeset
9962
3618
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9963 * image/saveimage.m: Add comment to file saying who created it and
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9964 when it was created. Suggested by Stephen Eglen
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9965 <stephen@cogsci.ed.ac.uk>.
8cea69ad95ae [project @ 2000-03-22 20:51:45 by jwe]
jwe
parents: 3617
diff changeset
9966
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9967 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
3617
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9968
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9969 * polynomial/polyreduce.m: Simplify by looking for the first
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9970 non-zero element rather than the last of the first set of zero
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9971 elements.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9972
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9973 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles.
b0d6c6e84d56 [project @ 2000-03-21 10:51:38 by jwe]
jwe
parents: 3616
diff changeset
9974
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9975 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE>
3616
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
9976
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
9977 * image/saveimage.m: Swap black and white colormaps so zero is
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
9978 displayed as black and 1 is displayed as white.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
9979 Fix indexing bug in ppm case.
1b5178224a25 [project @ 2000-03-21 08:45:53 by jwe]
jwe
parents: 3604
diff changeset
9980
3604
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
9981 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk>
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
9982
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
9983 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
9984 between the two distributions (took same approach as ks.test() in R.)
5446d3f11362 [project @ 2000-03-07 04:00:20 by jwe]
jwe
parents: 3603
diff changeset
9985
3603
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
9986 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu>
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
9987
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
9988 * control/base/bode.m: Temporarily disable automatic_replot.
de4471c26cd3 [project @ 2000-02-29 07:59:54 by jwe]
jwe
parents: 3601
diff changeset
9989
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
9990 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu>
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
9991
3601
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
9992 * Makefile.in (clean): Also remove gethelp.
b1830ce6993a [project @ 2000-02-24 05:07:15 by jwe]
jwe
parents: 3599
diff changeset
9993
3599
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
9994 * specfun/erfinv.m: Use z_new in convergence test, not z_old.
b8fa63b7ea79 [project @ 2000-02-23 22:48:08 by jwe]
jwe
parents: 3597
diff changeset
9995
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
9996 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg>
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
9997
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
9998 * set/create_set.m: Use find to avoid while loop.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
9999
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10000 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk>
3597
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10001
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10002 * plot/hist.m: New optional third argument.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10003
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10004 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu>
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10005
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10006 * miscellaneous/bug_report.m: Use octave-bug script with version
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10007 number appended.
26662775f4e9 [project @ 2000-02-12 02:24:41 by jwe]
jwe
parents: 3575
diff changeset
10008
3575
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
10009 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu>
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
10010
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
10011 * gethelp.cc: Sprinkle with std:: qualifier.
7576a76f6d7b [project @ 2000-02-04 11:02:49 by jwe]
jwe
parents: 3498
diff changeset
10012
3498
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
10013 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu>
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
10014
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
10015 * image/saveimage.m: Delete some debugging code.
e391aeef2b3c [project @ 2000-01-31 03:17:14 by jwe]
jwe
parents: 3495
diff changeset
10016
3486
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10017 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu>
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10018
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10019 * signal/sinc.m: Avoid reshaping.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10020
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10021 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10022 * image/ind2rgb.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10023 * image/ind2gray.m: Ditto.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10024 * general/reshape.m: Ditto. Also no longer needs to reset
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10025 implicit_str_to_num_ok.
9493fe321888 [project @ 2000-01-28 05:05:41 by jwe]
jwe
parents: 3483
diff changeset
10026
3483
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
10027 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu>
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
10028
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
10029 * miscellaneous/popen2.m: Deal with the fact that pipe now returns
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
10030 a list of file structures, not a vector of numeric file ids.
1bb6e519a4a2 [project @ 2000-01-26 23:37:10 by jwe]
jwe
parents: 3476
diff changeset
10031
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
10032 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu>
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
10033
3476
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10034 * plot/__axis_label__.m: New function.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10035 Undo string escapes in text twice(!) before sending to gnuplot.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10036 * plot/xlabel.m: Use it.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10037 * plot/ylabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10038 * plot/zlabel.m: Ditto.
78e1e0007f0f [project @ 2000-01-26 00:05:43 by jwe]
jwe
parents: 3474
diff changeset
10039
3474
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
10040 * plot/mesh.m: Fix error message to reflect reality.
9c68cfa263eb [project @ 2000-01-25 10:17:55 by jwe]
jwe
parents: 3473
diff changeset
10041
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10042 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr>
3473
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
10043
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
10044 * statistics/distributions/weibull_pdf.m: Use correct formula.
64f8babb7b3d [project @ 2000-01-25 09:44:15 by jwe]
jwe
parents: 3471
diff changeset
10045
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10046 2000-01-22 Michael Reifenberger <mike@Plaut.de>
3471
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
10047
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
10048 * audio/saveaudio.m: Also accept files with .ul extension.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
10049 * audio/loadaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
10050 * audio/playaudio.m: Ditto.
a0aef47b4b4d [project @ 2000-01-22 23:10:42 by jwe]
jwe
parents: 3456
diff changeset
10051
3456
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10052 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu>
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10053
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10054 * statistics/distributions/beta_cdf.m: Texinfoize doc string.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10055 * statistics/distributions/beta_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10056 * statistics/distributions/beta_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10057 * statistics/distributions/beta_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10058 * statistics/distributions/binomial_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10059 * statistics/distributions/binomial_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10060 * statistics/distributions/binomial_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10061 * statistics/distributions/binomial_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10062 * statistics/distributions/cauchy_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10063 * statistics/distributions/cauchy_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10064 * statistics/distributions/cauchy_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10065 * statistics/distributions/cauchy_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10066 * statistics/distributions/chisquare_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10067 * statistics/distributions/chisquare_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10068 * statistics/distributions/chisquare_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10069 * statistics/distributions/chisquare_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10070 * statistics/distributions/discrete_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10071 * statistics/distributions/discrete_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10072 * statistics/distributions/discrete_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10073 * statistics/distributions/discrete_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10074 * statistics/distributions/empirical_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10075 * statistics/distributions/empirical_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10076 * statistics/distributions/empirical_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10077 * statistics/distributions/empirical_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10078 * statistics/distributions/exponential_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10079 * statistics/distributions/exponential_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10080 * statistics/distributions/exponential_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10081 * statistics/distributions/exponential_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10082 * statistics/distributions/f_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10083 * statistics/distributions/f_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10084 * statistics/distributions/f_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10085 * statistics/distributions/f_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10086 * statistics/distributions/gamma_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10087 * statistics/distributions/gamma_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10088 * statistics/distributions/gamma_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10089 * statistics/distributions/gamma_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10090 * statistics/distributions/geometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10091 * statistics/distributions/geometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10092 * statistics/distributions/geometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10093 * statistics/distributions/geometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10094 * statistics/distributions/hypergeometric_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10095 * statistics/distributions/hypergeometric_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10096 * statistics/distributions/hypergeometric_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10097 * statistics/distributions/hypergeometric_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10098 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10099 * statistics/distributions/laplace_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10100 * statistics/distributions/laplace_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10101 * statistics/distributions/laplace_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10102 * statistics/distributions/laplace_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10103 * statistics/distributions/logistic_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10104 * statistics/distributions/logistic_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10105 * statistics/distributions/logistic_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10106 * statistics/distributions/logistic_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10107 * statistics/distributions/lognormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10108 * statistics/distributions/lognormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10109 * statistics/distributions/lognormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10110 * statistics/distributions/lognormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10111 * statistics/distributions/normal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10112 * statistics/distributions/normal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10113 * statistics/distributions/normal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10114 * statistics/distributions/normal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10115 * statistics/distributions/pascal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10116 * statistics/distributions/pascal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10117 * statistics/distributions/pascal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10118 * statistics/distributions/pascal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10119 * statistics/distributions/poisson_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10120 * statistics/distributions/poisson_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10121 * statistics/distributions/poisson_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10122 * statistics/distributions/poisson_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10123 * statistics/distributions/stdnormal_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10124 * statistics/distributions/stdnormal_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10125 * statistics/distributions/stdnormal_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10126 * statistics/distributions/stdnormal_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10127 * statistics/distributions/t_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10128 * statistics/distributions/t_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10129 * statistics/distributions/t_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10130 * statistics/distributions/t_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10131 * statistics/distributions/uniform_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10132 * statistics/distributions/uniform_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10133 * statistics/distributions/uniform_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10134 * statistics/distributions/uniform_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10135 * statistics/distributions/weibull_cdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10136 * statistics/distributions/weibull_inv.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10137 * statistics/distributions/weibull_pdf.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10138 * statistics/distributions/weibull_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10139 * statistics/distributions/wiener_rnd.m: Ditto.
434790acb067 [project @ 2000-01-19 06:58:51 by jwe]
jwe
parents: 3454
diff changeset
10140
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10141 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu>
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10142
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10143 * statistics/base/values.m: Texinfoize doc string.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10144 * statistics/base/var.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10145 * statistics/base/table.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10146 * statistics/base/studentize.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10147 * statistics/base/statistics.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10148 * statistics/base/spearman.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10149 * statistics/base/run_count.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10150 * statistics/base/ranks.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10151 * statistics/base/range.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10152 * statistics/base/qqplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10153 * statistics/base/probit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10154 * statistics/base/ppplot.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10155 * statistics/base/moment.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10156 * statistics/base/meansq.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10157 * statistics/base/logit.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10158 * statistics/base/kendall.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10159 * statistics/base/iqr.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10160 * statistics/base/cut.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10161 * statistics/base/cor.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10162 * statistics/base/cloglog.m: Ditto.
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10163 * statistics/base/center.m: Ditto.
3454
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10164 * statistics/models/logistic_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10165 * statistics/models/logistic_regression_derivative.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10166 * statistics/models/logistic_regression_likelihood.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10167 * statistics/tests/anova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10168 * statistics/tests/bartlett_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10169 * statistics/tests/chisquare_test_homogeneity.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10170 * statistics/tests/chisquare_test_independence.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10171 * statistics/tests/cor_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10172 * statistics/tests/f_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10173 * statistics/tests/hotelling_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10174 * statistics/tests/hotelling_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10175 * statistics/tests/kolmogorov_smirnov_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10176 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10177 * statistics/tests/kruskal_wallis_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10178 * statistics/tests/manova.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10179 * statistics/tests/mcnemar_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10180 * statistics/tests/prop_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10181 * statistics/tests/run_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10182 * statistics/tests/sign_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10183 * statistics/tests/t_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10184 * statistics/tests/t_test_2.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10185 * statistics/tests/t_test_regression.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10186 * statistics/tests/u_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10187 * statistics/tests/var_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10188 * statistics/tests/welch_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10189 * statistics/tests/wilcoxon_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10190 * statistics/tests/z_test.m: Ditto.
d8b731d3f7a3 [project @ 2000-01-18 10:13:31 by jwe]
jwe
parents: 3453
diff changeset
10191 * statistics/tests/z_test_2.m: Ditto.
3453
71d2e09c15a2 [project @ 2000-01-18 08:32:09 by jwe]
jwe
parents: 3452
diff changeset
10192
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
10193 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu>
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
10194
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
10195 * strings/bin2dec.m: Texinfoize doc string.
3449
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10196 * plot/__plr1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10197 * plot/__pltopt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10198 * plot/__plt__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10199 * plot/__plt2vv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10200 * plot/__plr2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10201 * plot/__plr__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10202 * plot/__plt1__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10203 * plot/__plt2__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10204 * plot/__plt2mm__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10205 * plot/__plt2mv__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10206 * plot/__plt2ss__.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10207 * miscellaneous/paren.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10208 * miscellaneous/comma.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10209 * miscellaneous/semicolon.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10210 * miscellaneous/path.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10211 * miscellaneous/list_primes.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10212 * miscellaneous/flops.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10213 * miscellaneous/dump_prefs.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10214 * miscellaneous/bug_report.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10215 * linear-algebra/dot.m: Ditto
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10216 * linear-algebra/dmult.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10217 * general/randperm.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10218 * general/logical.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10219 * general/is_duplicate_entry.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10220 * signal/arch_fit.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10221 * signal/arch_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10222 * signal/arch_test.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10223 * signal/arma_rnd.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10224 * signal/autocor.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10225 * signal/autocov.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10226 * signal/autoreg_matrix.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10227 * signal/bartlett.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10228 * signal/blackman.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10229 * signal/detrend.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10230 * signal/diffpara.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10231 * signal/durbinlevinson.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10232 * signal/fftconv.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10233 * signal/fftfilt.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10234 * signal/fftshift.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10235 * signal/fractdiff.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10236 * signal/freqz.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10237 * signal/hamming.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10238 * signal/hanning.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10239 * signal/hurst.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10240 * signal/periodogram.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10241 * signal/rectangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10242 * signal/rectangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10243 * signal/sinc.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10244 * signal/sinetone.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10245 * signal/sinewave.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10246 * signal/spectral_adf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10247 * signal/spectral_xdf.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10248 * signal/spencer.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10249 * signal/stft.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10250 * signal/synthesis.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10251 * signal/triangle_lw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10252 * signal/triangle_sw.m: Ditto.
858695b3ed62 [project @ 2000-01-18 04:08:59 by jwe]
jwe
parents: 3446
diff changeset
10253 * signal/yulewalker.m: Ditto.
3450
4b61d9e3c73a [project @ 2000-01-18 04:43:54 by jwe]
jwe
parents: 3449
diff changeset
10254 * control/util/strappend.m: Ditto.
3451
a6cc6bc220b3 [project @ 2000-01-18 04:49:49 by jwe]
jwe
parents: 3450
diff changeset
10255 * control/base/nichols.m: Ditto.
3452
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10256 * control/system/is_signal_list.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10257 * control/system/listidx.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10258 * control/system/sysgettsam.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10259 * control/system/sysidx.m: Ditto.
3446
5ee5afb3981a [project @ 2000-01-17 09:42:43 by jwe]
jwe
parents: 3441
diff changeset
10260
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10261 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10262
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10263 * control/system/__abcddims__.m: Rename from
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10264 control/system/abcddims.m, change all callers.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10265 * control/base/__bodquist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10266 * control/base/__freqresp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10267 * control/util/__outlist__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10268 * control/base/__stepimp__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10269 * control/system/__syschnamesl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10270 * control/system/__syscont_disc__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10271 * control/system/__sysdefioname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10272 * control/system/__sysdefstname__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10273 * control/system/__sysgroupn__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10274 * control/system/__tf2sysl__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10275 * control/util/__zgpbal__.m: Likewise.
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10276 * control/system/__zp2ssg2__.m: Likewise.
3495
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
10277
88eeb67a360e [project @ 2000-01-29 00:02:06 by jwe]
jwe
parents: 3486
diff changeset
10278 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string.
3452
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10279 * quaternion/qconj.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10280 * quaternion/qcoordinate_plot.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10281 * quaternion/qderiv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10282 * quaternion/qderivmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10283 * quaternion/qinv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10284 * quaternion/qmult.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10285 * quaternion/qtrans.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10286 * quaternion/qtransv.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10287 * quaternion/qtransvmat.m: Ditto.
a892190f4977 [project @ 2000-01-18 06:00:57 by jwe]
jwe
parents: 3451
diff changeset
10288 * quaternion/quaternion.m: Ditto.
3438
2e06c3941943 [project @ 2000-01-14 06:33:18 by jwe]
jwe
parents: 3436
diff changeset
10289
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10290 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10291
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10292 * control/base/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10293 * control/hinf/Makefile.in: New file.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10294 * control/marsyas/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10295 * control/obsolete/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10296 * control/system/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10297 * control/util/Makefile.in: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10298
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10299 * strings/com2str.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10300
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10301 * control/base: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10302 * control/base/DEMOcontrol.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10303 * control/base/analdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10304 * control/base/are.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10305 * control/base/bddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10306 * control/base/bode.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10307 * control/base/bode_bounds.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10308 * control/base/bodquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10309 * control/base/controldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10310 * control/base/ctrb.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10311 * control/base/damp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10312 * control/base/dare.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10313 * control/base/dcgain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10314 * control/base/dgram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10315 * control/base/dlqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10316 * control/base/dlqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10317 * control/base/dlyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10318 * control/base/dre.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10319 * control/base/frdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10320 * control/base/freqchkw.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10321 * control/base/freqresp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10322 * control/base/gram.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10323 * control/base/impulse.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10324 * control/base/lqe.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10325 * control/base/lqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10326 * control/base/lqr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10327 * control/base/lsim.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10328 * control/base/ltifr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10329 * control/base/lyap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10330 * control/base/nichols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10331 * control/base/nyquist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10332 * control/base/obsv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10333 * control/base/place.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10334 * control/base/pzmap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10335 * control/base/rldemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10336 * control/base/rlocus.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10337 * control/base/step.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10338 * control/base/stepimp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10339 * control/base/tzero.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10340 * control/base/tzero2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10341
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10342 * control/hinf: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10343 * control/hinf/dhinfdemo.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10344 * control/hinf/h2norm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10345 * control/hinf/h2syn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10346 * control/hinf/hinf_ctr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10347 * control/hinf/hinfdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10348 * control/hinf/hinfnorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10349 * control/hinf/hinfsyn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10350 * control/hinf/hinfsyn_chk.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10351 * control/hinf/hinfsyn_ric.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10352 * control/hinf/wgt1o.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10353 * control/hinf/dgkfdemo.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10354 * control/hinf/is_dgkf.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10355
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10356 * control/marsyas: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10357 * control/marsyas/demomarsyas.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10358 * control/marsyas/susball.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10359
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10360 * control/obsolete/dezero.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10361 * control/obsolete/rotg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10362
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10363 * control/system: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10364 * control/system/abcddim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10365 * control/system/abcddims.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10366 * control/system/buildssic.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10367 * control/system/c2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10368 * control/system/d2c.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10369 * control/system/dmr2d.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10370 * control/system/fir2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10371 * control/system/is_abcd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10372 * control/system/is_digital.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10373 * control/system/is_sample.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10374 * control/system/is_signal_list.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10375 * control/system/is_siso.m: Ditto.
3441
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10376 * control/system/is_controllable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10377 * control/system/is_detectable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10378 * control/system/is_observable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10379 * control/system/is_stabilizable.m: Ditto.
36ae9880c594 [project @ 2000-01-14 22:03:32 by jwe]
jwe
parents: 3438
diff changeset
10380 * control/system/is_stable.m: Ditto.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10381 * control/system/jet707.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10382 * control/system/listidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10383 * control/system/moddemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10384 * control/system/ord2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10385 * control/system/packedform.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10386 * control/system/parallel.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10387 * control/system/ss2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10388 * control/system/ss2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10389 * control/system/ss2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10390 * control/system/starp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10391 * control/system/sys2fir.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10392 * control/system/sys2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10393 * control/system/sys2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10394 * control/system/sys2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10395 * control/system/sysadd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10396 * control/system/sysappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10397 * control/system/syschnamesl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10398 * control/system/syschtsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10399 * control/system/sysconnect.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10400 * control/system/syscont.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10401 * control/system/syscont_disc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10402 * control/system/sysdefioname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10403 * control/system/sysdefstname.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10404 * control/system/sysdimensions.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10405 * control/system/sysdisc.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10406 * control/system/sysdup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10407 * control/system/sysgetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10408 * control/system/sysgettsam.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10409 * control/system/sysgettype.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10410 * control/system/sysgroup.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10411 * control/system/sysgroupn.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10412 * control/system/sysidx.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10413 * control/system/sysmin.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10414 * control/system/sysmult.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10415 * control/system/sysout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10416 * control/system/sysprune.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10417 * control/system/sysreorder.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10418 * control/system/sysrepdemo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10419 * control/system/sysscale.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10420 * control/system/syssetsignals.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10421 * control/system/syssub.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10422 * control/system/sysupdate.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10423 * control/system/tf2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10424 * control/system/tf2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10425 * control/system/tf2sysl.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10426 * control/system/tf2zp.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10427 * control/system/tfout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10428 * control/system/ugain.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10429 * control/system/zp2ss.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10430 * control/system/zp2ssg2.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10431 * control/system/zp2sys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10432 * control/system/zp2tf.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10433 * control/system/zpout.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10434
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10435 * control/util: New directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10436 * control/util/axis2dlim.m: Move here from control directory.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10437 * control/util/outlist.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10438 * control/util/prompt.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10439 * control/util/run_cmd.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10440 * control/util/sortcom.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10441 * control/util/strappend.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10442 * control/util/swap.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10443 * control/util/zgfmul.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10444 * control/util/zgfslv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10445 * control/util/zginit.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10446 * control/util/zgpbal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10447 * control/util/zgreduce.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10448 * control/util/zgrownorm.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10449 * control/util/zgscal.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10450 * control/util/zgsgiv.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10451 * control/util/zgshsr.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10452
3427
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
10453 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
10454
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
10455 * gethelp.cc (extract_help_text): Discard first space character
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
10456 after consecutive comment characters.
e098ebb77023 [project @ 2000-01-13 09:25:53 by jwe]
jwe
parents: 3424
diff changeset
10457
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
10458 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu>
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
10459
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
10460 * control/obsolete: New directory
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
10461 * control/obsolete/swaprows.m: Move here from control directory.
3436
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10462 * control/obsolete/swapcols.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10463 * control/obsolete/dlqg.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10464 * control/obsolete/minfo.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10465 * control/obsolete/packsys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10466 * control/obsolete/qzval.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10467 * control/obsolete/unpacksys.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10468 * control/obsolete/series.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10469 * control/obsolete/syschnames.m: Ditto.
655add875c71 [project @ 2000-01-14 04:59:56 by jwe]
jwe
parents: 3427
diff changeset
10470 * polynomial/polyout.m: Ditto.
3422
9fc59b290856 [project @ 2000-01-13 06:58:27 by jwe]
jwe
parents: 3420
diff changeset
10471
3420
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
10472 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu>
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
10473
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
10474 * general/fliplr.m: Eliminate useless copy of arg.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
10475 * general/flipud.m: Ditto.
39496bf0ffdf [project @ 2000-01-13 06:46:24 by jwe]
jwe
parents: 3418
diff changeset
10476
3418
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10477 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu>
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10478
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10479 * linear-algebra/cross.m: Only return a row vector if both args
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10480 are row vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10481 * polynomial/polyfit.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10482
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10483 * signal/autocov.m: Don't reset prefer_column_vectors.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10484
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10485 * statistics/distributions/discrete_rnd.m:
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10486 Always generate a row vector.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10487 * statistics/distributions/hypergeometric_rnd.m: Likewise.
ca92c9d3f882 [project @ 2000-01-12 03:07:47 by jwe]
jwe
parents: 3416
diff changeset
10488
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10489 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3416
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10490
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10491 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10492
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10493 * audio/setaudio.m: Texinfoize doc string.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10494 * control/com2str.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10495 * control/controldemo.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10496 * control/DEMOcontrol.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10497 * control/dezero.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10498 * control/dre.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10499 * control/hinfsyn_ric.m: Likewise.
493df428100e [project @ 2000-01-11 07:03:30 by jwe]
jwe
parents: 3407
diff changeset
10500
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10501 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3407
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10502
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10503 * io/printf.m: Add @seealso{...} to doc string.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10504 * io/puts.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10505 * plot/semilogx.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10506 * plot/semilogy.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10507 * plot/__pltopt__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10508 * plot/bar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10509 * plot/xlabel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10510 * plot/grid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10511 * plot/shg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10512 * plot/title.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10513 * plot/mesh.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10514 * plot/__pltopt1__.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10515 * plot/contour.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10516 * plot/hist.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10517 * plot/stairs.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10518 * plot/meshgrid.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10519 * plot/polar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10520 * plot/loglog.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10521 * plot/plot.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10522 * miscellaneous/semicolon.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10523 * miscellaneous/menu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10524 * miscellaneous/etime.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10525 * miscellaneous/texas_lotto.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10526 * miscellaneous/comma.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10527 * audio/lin2mu.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10528 * audio/playaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10529 * audio/loadaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10530 * audio/saveaudio.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10531 * audio/mu2lin.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10532 * audio/record.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10533 * strings/isletter.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10534 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10535 * strings/lower.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10536 * strings/upper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10537 * specfun/erfinv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10538 * specfun/gammai.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10539 * specfun/log2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10540 * specfun/pow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10541 * elfun/gcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10542 * elfun/lcm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10543 * special-matrix/vander.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10544 * special-matrix/sylvester_matrix.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10545 * special-matrix/hilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10546 * special-matrix/hankel.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10547 * special-matrix/toeplitz.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10548 * special-matrix/invhilb.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10549 * statistics/base/std.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10550 * statistics/base/median.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10551 * linear-algebra/cond.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10552 * linear-algebra/norm.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10553 * finance/nper.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10554 * finance/pmt.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10555 * finance/pv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10556 * finance/rate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10557 * finance/npv.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10558 * general/fliplr.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10559 * general/flipud.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10560 * general/is_scalar.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10561 * general/rem.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10562 * general/perror.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10563 * general/tril.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10564 * general/rot90.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10565 * general/num2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10566 * general/int2str.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10567 * general/reshape.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10568 * general/logspace.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10569 * general/is_symmetric.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10570 * general/is_vector.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10571 * general/nextpow2.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10572 * general/columns.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10573 * general/is_square.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10574 * general/rows.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10575 * control/ugain.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10576 * control/damp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10577 * control/dare.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10578 * control/are.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10579 * control/sys2fir.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10580 * control/abcddim.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10581 * control/is_abcd.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10582 * control/step.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10583 * control/is_observable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10584 * control/is_controllable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10585 * control/jet707.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10586 * control/polyout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10587 * control/impulse.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10588 * control/lqg.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10589 * control/is_detectable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10590 * control/sysdimensions.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10591 * control/sysupdate.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10592 * control/stepimp.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10593 * control/is_stable.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10594 * control/tfout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10595 * control/zpout.m: Likewise.
5e0a0b1cba43 [project @ 2000-01-06 03:13:55 by jwe]
jwe
parents: 3405
diff changeset
10596
3405
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10597 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu>
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10598
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10599 * set/complement.m: Add @seealso{} stuff.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10600 * set/create_set.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10601 * set/intersection.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10602 * set/union.m: Likewise.
a020244950f9 [project @ 2000-01-05 08:09:27 by jwe]
jwe
parents: 3400
diff changeset
10603
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
10604 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu>
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
10605
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10606 * control/d2c.m: Use double quotes instead of single quotes for
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10607 string constants.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10608 * control/dgkfdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10609 * control/fir2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10610 * control/frdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10611 * control/moddemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10612 * control/minfo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10613 * control/is_stabilizable.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10614 * control/is_dgkf.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10615 * control/polyout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10616 * control/sysconnect.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10617 * control/sysrepdemo.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10618 * control/tf2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10619 * control/tfout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10620 * control/zp2sys.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10621 * control/zpout.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10622 * control/tzero.m: Likewise.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10623
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10624 * control/DEMOcontrol.m: Handle moddemo case too.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10625
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10626 * image/loadimage.m: Use double quotes instead of single quotes
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10627 for string constants. Use sprintf instead of square brackets to
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10628 construct string.
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10629
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
10630 * control/DEMOcontrol.m: Formatting tweaks.
3400
18366d37e7dd [project @ 1999-12-22 23:36:09 by jwe]
jwe
parents: 3399
diff changeset
10631 * control/fir2sys.m: Likewise.
3399
e665633c76af [project @ 1999-12-22 22:11:50 by jwe]
jwe
parents: 3390
diff changeset
10632
3390
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
10633 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu>
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
10634
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
10635 * mkdoc: Only delete spaces before @ characters at the beginning
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
10636 of a line.
6f0b962d79b0 [project @ 1999-12-18 00:13:09 by jwe]
jwe
parents: 3388
diff changeset
10637
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10638 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu>
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10639
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10640 * control/bddemo.m: Make it more likely to work with any value of
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10641 whitespace_in_literal_matrix.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10642 * control/analdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10643 * control/dgkfdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10644 * control/frdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10645 * control/sysrepdemo.m: Ditto.
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10646 * control/moddemo.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10647 * control/zp2ss.m: Ditto.
3387
eb4223985ca8 [project @ 1999-12-16 00:38:16 by jwe]
jwe
parents: 3386
diff changeset
10648 * control/zp2tf.m: Ditto.
3388
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10649 * control/syssub.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10650 * finance/npv.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10651 * statistics/base/studentize.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10652 * statistics/base/values.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10653 * statistics/distributions/exponential_cdf.m: Ditto.
42cb61dd0248 [project @ 1999-12-16 04:51:43 by jwe]
jwe
parents: 3387
diff changeset
10654 * statistics/distributions/poisson_cdf.m: Ditto.
3386
a5288b88446f [project @ 1999-12-15 22:56:00 by jwe]
jwe
parents: 3384
diff changeset
10655
3384
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
10656 * control/dezero.m: Use toascii to convert string to ASCII value
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
10657 instead of multiplying it by 1.
6735e4c759a2 [project @ 1999-12-15 21:57:48 by jwe]
jwe
parents: 3383
diff changeset
10658
3383
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10659 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10660 * control/zpout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10661 * control/tfout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10662 * control/tf2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10663 * control/syssub.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10664 * control/syssetsignals.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10665 * control/sysout.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10666 * control/sysmult.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10667 * control/sysgroup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10668 * control/sysdup.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10669 * control/sysdisc.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10670 * control/syscont.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10671 * control/sysconnect.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10672 * control/sysappend.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10673 * control/sysadd.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10674 * control/ss2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10675 * control/nyquist.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10676 * control/lqg.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10677 * control/fir2sys.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10678 * control/dmr2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10679 * control/dezero.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10680 * control/d2c.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10681 * control/c2d.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10682 * control/bddemo.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10683 * control/pzmap.m: Ditto.
ebf69eb3d07d [project @ 1999-12-15 21:27:56 by jwe]
jwe
parents: 3374
diff changeset
10684
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10685 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr>
3374
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
10686
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
10687 * signal/spectral_adf.m: Fix typo.
89405d9a9b0b [project @ 1999-12-08 06:58:04 by jwe]
jwe
parents: 3373
diff changeset
10688
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10689 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu>
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10690
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10691 * linear-algebra/cond.m: Texinfoize doc string.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10692 * linear-algebra/kron.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10693 * linear-algebra/norm.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10694 * linear-algebra/null.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10695 * linear-algebra/orth.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10696 * linear-algebra/rank.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10697 * linear-algebra/trace.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10698 * linear-algebra/qzhess.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10699 * miscellaneous/menu.m: Ditto.
3373
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10700 * general/perror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10701 * general/strerror.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10702 * general/columns.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10703 * general/rows.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10704 * image/colormap.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10705 * image/gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10706 * image/gray2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10707 * image/image.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10708 * image/imagesc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10709 * image/imshow.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10710 * image/ind2gray.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10711 * image/ind2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10712 * image/loadimage.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10713 * image/rgb2ntsc.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10714 * image/ntsc2rgb.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10715 * image/ocean.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10716 * image/rgb2ind.m: Ditto.
36405da8e173 [project @ 1999-11-23 20:54:17 by jwe]
jwe
parents: 3372
diff changeset
10717 * image/saveimage.m: Ditto.
3372
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10718 * io/printf.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10719 * io/puts.m: Ditto.
f16c2ce14886 [project @ 1999-11-23 19:07:09 by jwe]
jwe
parents: 3371
diff changeset
10720
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10721 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu>
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10722
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10723 * special-matrix/hankel.m: Texinfoize doc string.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10724 * special-matrix/hilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10725 * special-matrix/invhilb.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10726 * special-matrix/sylvester_matrix.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10727 * special-matrix/toeplitz.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10728 * special-matrix/vander.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10729 * linear-algebra/vec.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10730 * linear-algebra/vech.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10731 * general/common_size.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10732 * general/diff.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10733 * general/fliplr.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10734 * general/flipud.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10735 * general/rot90.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10736 * general/reshape.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10737 * general/shift.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10738 * general/tril.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10739 * general/triu.m: Ditto.
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10740 * general/logspace.m: Ditto.
3371
86873384cd10 [project @ 1999-11-21 17:31:07 by jwe]
jwe
parents: 3369
diff changeset
10741 * general/nargchk.m: Ditto.
3369
f37ca3017116 [project @ 1999-11-21 16:26:02 by jwe]
jwe
parents: 3368
diff changeset
10742
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10743 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu>
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10744
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10745 * statistics/base/mean: Texinfoize doc string.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10746 * statistics/base/median: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10747 * statistics/base/std: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10748 * statistics/base/cov: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10749 * statistics/base/corrcoef: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10750 * statistics/base/kurtosis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10751 * statistics/base/mahalanobis: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10752 * statistics/base/skewness: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10753 * statistics/base/gls.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10754 * statistics/base/ols.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10755 * signal/detrend.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10756 * signal/freqz.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10757 * signal/sinc.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10758 * signal/fftconv.m: Ditto.
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10759 * signal/fftfilt.m: Ditto.
3368
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10760 * set/create_set.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10761 * set/union.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10762 * set/intersection.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10763 * set/complement.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10764 * poly/compan.m: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10765 * poly/conv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10766 * poly/deconv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10767 * poly/poly: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10768 * poly/polyderiv: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10769 * poly/polyfit: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10770 * poly/polyinteg: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10771 * poly/polyreduce: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10772 * poly/polyval: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10773 * poly/polyvalm: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10774 * poly/residue: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10775 * poly/roots: Ditto.
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10776 * plot/top_title.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10777 * plot/subwindow.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10778 * plot/subplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10779 * plot/plot_border.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10780 * plot/oneplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10781 * plot/multiplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10782 * plot/mplot.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10783 * plot/xlabel.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10784 * plot/figure.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10785 * plot/meshdom.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10786 * plot/mesh.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10787 * plot/stairs.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10788 * plot/polar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10789 * plot/loglog.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10790 * plot/hist.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10791 * plot/contour.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10792 * plot/bar.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10793 * plot/axis.m: Ditto
a4cd1e9d9962 [project @ 1999-11-20 17:22:48 by jwe]
jwe
parents: 3367
diff changeset
10794 * plot/plot.m: Ditto.
3367
0748b03c3510 [project @ 1999-11-20 14:52:38 by jwe]
jwe
parents: 3365
diff changeset
10795
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10796 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu>
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10797
3365
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
10798 * control/pinv.m: Delete.
7ed630f7b7be [project @ 1999-11-20 03:11:17 by jwe]
jwe
parents: 3364
diff changeset
10799
3364
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
10800 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES).
fac05a83b4c5 [project @ 1999-11-20 03:05:42 by jwe]
jwe
parents: 3361
diff changeset
10801
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10802 * strings/blanks.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10803 * strings/strcat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10804 * strings/str2mat.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10805 * strings/deblank.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10806 * strings/findstr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10807 * strings/index.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10808 * strings/rindex.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10809 * strings/split.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10810 * strings/strcmp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10811 * strings/strrep.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10812 * strings/substr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10813 * general/int2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10814 * general/num2str.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10815 * strings/dec2bin.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10816 * strings/bin2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10817 * strings/dec2bin: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10818 * strings/dec2hex: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10819 * strings/hex2dec: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10820 * strings/str2num: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10821
3347
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
10822 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu>
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
10823
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
10824 * Makefile.in (DISTFILES): Include DOCSTRINGS.
3cfec93fd0ef [project @ 1999-11-10 23:09:10 by jwe]
jwe
parents: 3332
diff changeset
10825
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10826 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3361
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10827
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10828 * control/DEMOcontrol.m: Texinfoize doc string.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10829 * control/abcddim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10830 * control/abcddims.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10831 * control/analdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10832 * control/are.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10833 * control/axis2dlim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10834 * control/bddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10835 * control/bode.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10836 * control/bode_bounds.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10837 * control/bodquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10838 * control/buildssic.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10839 * control/c2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10840 * control/ctrb.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10841 * control/d2c.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10842 * control/damp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10843 * control/dare.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10844 * control/dcgain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10845 * control/dgkfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10846 * control/dgram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10847 * control/dlqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10848 * control/dlqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10849 * control/dlyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10850 * control/dmr2d.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10851 * control/fir2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10852 * control/frdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10853 * control/freqchkw.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10854 * control/freqresp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10855 * control/gram.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10856 * control/h2norm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10857 * control/h2syn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10858 * control/hinf_ctr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10859 * control/hinfdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10860 * control/hinfnorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10861 * control/hinfsyn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10862 * control/hinfsyn_chk.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10863 * control/impulse.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10864 * control/is_abcd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10865 * control/is_controllable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10866 * control/is_detectable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10867 * control/is_dgkf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10868 * control/is_digital.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10869 * control/is_observable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10870 * control/is_sample.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10871 * control/is_signal_list.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10872 * control/is_siso.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10873 * control/is_stabilizable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10874 * control/is_stable.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10875 * control/jet707.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10876 * control/lqe.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10877 * control/lqg.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10878 * control/lqr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10879 * control/lsim.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10880 * control/ltifr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10881 * control/lyap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10882 * control/moddemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10883 * control/nyquist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10884 * control/obsv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10885 * control/ord2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10886 * control/outlist.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10887 * control/pinv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10888 * control/place.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10889 * control/polyout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10890 * control/prompt.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10891 * control/pzmap.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10892 * control/qzval.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10893 * control/rldemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10894 * control/rlocus.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10895 * control/sortcom.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10896 * control/ss2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10897 * control/ss2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10898 * control/ss2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10899 * control/starp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10900 * control/step.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10901 * control/stepimp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10902 * control/susball.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10903 * control/sys2fir.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10904 * control/sys2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10905 * control/sys2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10906 * control/sys2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10907 * control/sysadd.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10908 * control/sysappend.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10909 * control/syschnames.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10910 * control/syschnamesl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10911 * control/syschtsam.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10912 * control/sysconnect.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10913 * control/syscont.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10914 * control/syscont_disc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10915 * control/sysdefioname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10916 * control/sysdefstname.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10917 * control/sysdimensions.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10918 * control/sysdisc.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10919 * control/sysdup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10920 * control/sysgetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10921 * control/sysgettype.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10922 * control/sysgroup.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10923 * control/sysgroupn.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10924 * control/sysmult.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10925 * control/sysout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10926 * control/sysprune.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10927 * control/sysreorder.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10928 * control/sysrepdemo.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10929 * control/sysscale.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10930 * control/syssetsignals.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10931 * control/syssub.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10932 * control/sysupdate.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10933 * control/tf2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10934 * control/tf2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10935 * control/tf2sysl.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10936 * control/tf2zp.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10937 * control/tfout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10938 * control/tzero.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10939 * control/tzero2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10940 * control/ugain.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10941 * control/wgt1o.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10942 * control/zgfmul.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10943 * control/zgfslv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10944 * control/zginit.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10945 * control/zgpbal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10946 * control/zgreduce.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10947 * control/zgrownorm.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10948 * control/zgscal.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10949 * control/zgsgiv.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10950 * control/zgshsr.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10951 * control/zp2ss.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10952 * control/zp2ssg2.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10953 * control/zp2sys.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10954 * control/zp2tf.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10955 * control/zpout.m: Ditto.
4f40efa995c1 [project @ 1999-11-19 21:19:37 by jwe]
jwe
parents: 3347
diff changeset
10956
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10957 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
10958
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10959 * audio/lin2mu.m: Texinfoize doc string.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10960 * audio/loadaudio.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10961 * audio/mu2lin.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10962 * audio/playaudio.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10963 * audio/record.m: Ditto.
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
10964 * audio/saveaudio.m: Ditto.
3332
7c03933635c6 [project @ 1999-11-02 06:57:12 by jwe]
jwe
parents: 3321
diff changeset
10965
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10966 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10967
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10968 * elfun/acot.m: Texinfoize doc string.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10969 * elfun/acsc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10970 * elfun/acsch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10971 * elfun/asec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10972 * elfun/asech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10973 * elfun/cot.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10974 * elfun/coth.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10975 * elfun/csc.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10976 * elfun/csch.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10977 * elfun/gcd.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10978 * elfun/lcm.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10979 * elfun/sec.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10980 * elfun/sech.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10981 * general/nextpow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10982 * general/rem.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10983 * linear-algebra/commutation_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10984 * linear-algebra/cross.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10985 * linear-algebra/duplication_matrix.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10986 * miscellaneous/bincoeff.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10987 * miscellaneous/xor.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10988 * specfun/bessel.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10989 * specfun/beta.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10990 * specfun/betai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10991 * specfun/erfinv.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10992 * specfun/gammai.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10993 * specfun/log2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10994 * specfun/pow2.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10995
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
10996 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov>
3321
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10997
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10998 * general/is_scalar.m: Texinfoize help text.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
10999 * general/is_square.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
11000 * general/is_symmetric.m: Ditto.
6923abb04e16 [project @ 1999-10-26 18:15:30 by jwe]
jwe
parents: 3320
diff changeset
11001
3320
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
11002 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu>
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
11003
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
11004 * strings/split.m: If the string to be split is empty, just return
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
11005 an empty string.
b0b71d14dab9 [project @ 1999-10-22 09:46:23 by jwe]
jwe
parents: 3319
diff changeset
11006
3319
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
11007 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu>
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
11008
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
11009 * Makefile.in (ALL_M_FILES): New macro.
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
11010 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES).
a4f11eae45c4 [project @ 1999-10-22 02:03:08 by jwe]
jwe
parents: 3306
diff changeset
11011
3306
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11012 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu>
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11013
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11014 * control/bode.m: Don't return anything if nargout == 0.
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11015
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11016 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu>
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11017
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11018 * control/bode.m: Don't do axis scaling for magnitude plots.
b3bef983b12d [project @ 1999-10-21 01:48:13 by jwe]
jwe
parents: 3305
diff changeset
11019
3305
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
11020 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu>
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
11021
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
11022 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
11023 gethelp.cc to the list.
f1c5658772cf [project @ 1999-10-20 19:40:10 by jwe]
jwe
parents: 3301
diff changeset
11024
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11025 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu>
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11026
3301
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11027 * time/asctime.m: Texinfoize help text.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11028 * time/clock.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11029 * time/date.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11030 * miscellaneous/cputime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11031 * miscellaneous/etime.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11032 * miscellaneous/is_leap_year.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11033 * miscellaneous/popen2.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11034 * miscellaneous/version.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11035 * miscellaneous/tic.m: Ditto.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11036 * miscellaneous/toc.m: Just refer to tic.m.
02866242d3ae [project @ 1999-10-20 04:10:46 by jwe]
jwe
parents: 3297
diff changeset
11037
3297
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11038 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11039 `cd dir; $(MAKE); cd ..'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11040 ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11041
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11042 * statistics/Makefile.in ($(SUBDIRS)): Likewise.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11043
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11044 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11045 of `cd dir; $(MAKE)'.
b68ef5dec3bd [project @ 1999-10-19 17:52:27 by jwe]
jwe
parents: 3296
diff changeset
11046
3296
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11047 * gethelp.cc, mkdoc: New files.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11048 * Makefile.in: Use them to create DOCSTRINGS file from .m file
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11049 sources.
7d60704b2cbe [project @ 1999-10-19 10:23:04 by jwe]
jwe
parents: 3291
diff changeset
11050
3291
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
11051 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
11052
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
11053 * linear-algebra/kron.m: Fix typo in previous change
029fac81ac65 [project @ 1999-10-14 18:03:19 by jwe]
jwe
parents: 3282
diff changeset
11054
3282
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
11055 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu>
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
11056
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
11057 * control/bode.m: Allow optional 5th arg to specify plot style.
518ea57df2c4 [project @ 1999-10-13 19:00:38 by jwe]
jwe
parents: 3273
diff changeset
11058
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11059 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu>
3273
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11060
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11061 * linear-algebra/krylov.m: Correctly handle case of V having full
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11062 rank when V has more columns than rows.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11063
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11064 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11065
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11066 * general/linspace.m, linear-algebra/pinv.m: Delete.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11067
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11068 * statistics/tests/manova.m: Avoid problems if
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11069 whitespace_in_literal_matrix is set to "traditional".
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11070 * statistics/tests/t_test_regression.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11071 * statistics/tests/u_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11072 * statistics/tests/chisquare_test_homogeneity.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11073 * statistics/tests/anova.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11074 * statistics/tests/kruskal_wallis_test.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11075 * statistics/base/statistics.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11076 * image/saveimage.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11077 * signal/arch_fit.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11078 * signal/autoreg_matrix.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11079 * signal/triangle_lw.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11080 * strings/dec2hex.m: Likewise.
eb27ea9b7ff8 [project @ 1999-10-12 02:22:25 by jwe]
jwe
parents: 3268
diff changeset
11081
3268
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11082 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11083
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11084 * image/saveimage.m: Initialize scale.
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11085
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11086 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11087
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11088 * general/reshape.m: Allow reshape (a, size (b)).
fdc7dd08cd85 [project @ 1999-09-10 05:16:49 by jwe]
jwe
parents: 3266
diff changeset
11089
3266
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
11090 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
11091
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
11092 * specfun/erfinv.m: Improve stopping criterion.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
11093 Add iteration count as second return value.
3add30d33bd0 [project @ 1999-09-03 17:15:40 by jwe]
jwe
parents: 3265
diff changeset
11094
3265
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
11095 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
11096
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
11097 * statistics/base/mean.m: Use .', not ' to reorient row vectors.
a2b3a1413d28 [project @ 1999-09-03 02:53:03 by jwe]
jwe
parents: 3263
diff changeset
11098
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11099 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11100
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11101 * miscellaneous/pack.m: New function.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11102
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11103 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11104
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11105 * plot/figure.m: Always return figure number. With no args,
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11106 figure now creates a new figure window and returns its number.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11107 Accept figure (property, value) syntax, but do nothing.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11108
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11109 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu>
3263
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11110
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11111 * general/shift.m: Avoid printing temporary value for backward shift.
7d80b56e0dc8 [project @ 1999-08-20 19:10:09 by jwe]
jwe
parents: 3260
diff changeset
11112
3260
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
11113 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
11114
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
11115 * plot/bar.m: Compute bar widths correctly when x-values are not
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
11116 evenly spaced.
cd454a6fa1a4 [project @ 1999-08-02 21:55:15 by jwe]
jwe
parents: 3250
diff changeset
11117
3250
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11118 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11119
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11120 * linear-algebra/cond.m: Avoid returning NaN for matrices that
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11121 contain only zeros.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11122
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11123 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au>
3250
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11124
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11125 * linear-algebra/kron.m: Create result matrix and insert blocks
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11126 instead of appending them.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11127
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11128 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11129
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11130 * control/bodquist.m, control/buildssic.m, control/is_digital.m,
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11131 control/stepimp.m, control/sysmin.m, control/syssetsignals.m:
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11132 Update from A. S. Hodel.
ae3bdfd82f91 [project @ 1999-07-13 03:49:22 by jwe]
jwe
parents: 3246
diff changeset
11133
3246
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
11134 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
11135
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
11136 * polynomial/polyfit.m: Correct previous change.
a41cc560087a [project @ 1999-06-19 06:46:20 by jwe]
jwe
parents: 3243
diff changeset
11137
3243
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
11138 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
11139
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
11140 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete.
dd00769643ae [project @ 1999-05-28 04:19:00 by jwe]
jwe
parents: 3240
diff changeset
11141
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11142 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu>
3240
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11143
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11144 * control/is_controllable.m, control/zgscal.m: Accomodate new
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11145 version of krylov and krylovb.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11146
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11147 * control/outlist.m, control/sysout.m: Fix typos.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11148
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11149 * control/sysdimensions.m: Add option for total number of states.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11150
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11151 * linear-algebra/krylov.m: Improve robustness by row-pivoting.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11152 * linear-algebra/krylovb.m: Just call krylov with appropriate
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11153 arguments.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11154
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11155 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11156
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11157 * strings/index.m: Fail with meaningful error message if either
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11158 arg is a string array.
2e74d8aa1a20 [project @ 1999-04-07 18:33:23 by jwe]
jwe
parents: 3238
diff changeset
11159
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11160 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11161
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11162 * linear-algebra/norm.m: Do the right thing for 1- and
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11163 infinity-norms of complex matrices. From Sven Khatri
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11164 <khatri@saturn.vocalpoint.com>.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11165
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11166 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11167
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11168 * linear-algebra/qrhouse.m: Handle default args correctly.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11169
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11170 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11171
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11172 * strings/split.m: Avoid problems when splitting strings that have
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11173 \ in them.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11174
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11175 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11176
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11177 * image/colormap.m: Do better arg checking, handle string args
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11178 that name the colormap function to call (e.g., colormap ("ocean")).
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11179
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11180 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11181
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11182 * polynomial/polyfit.m: Use .' transpose operator, not '.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11183 * linear-algebra/dot.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11184 * linear-algebra/cross.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11185 * general/rot90.m: Likewise.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11186
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11187 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11188
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11189 * linear-algebra/qrhouse.m: Permute columns at each iteration so
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11190 that the leading column is not all zeros.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11191
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11192 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11193
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11194 * general/shift.m: Fix potential problems with
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11195 whitespace_in_literal_matrix.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11196 * signal/arch_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11197 * signal/autocov.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11198 * signal/diffpara.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11199 * signal/hurst.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11200 * signal/periodogram.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11201 * signal/spectral_adf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11202 * signal/spectral_xdf.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11203 * signal/spencer.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11204 * signal/synthesis.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11205 * statistics/distributions/wiener_rnd.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11206 * statistics/models/logistic_regression_likelihood.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11207 * statistics/models/logistic_regression.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11208 * statistics/models/logistic_regression_derivatives.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11209 * statistics/tests/run_test.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11210 * statistics/tests/chisquare_test_independence.m: Ditto.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11211
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11212 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt>
3238
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11213
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11214 * plot/__plr2__.m: Fix typo.
041ea33fbbf4 [project @ 1999-03-26 17:48:16 by jwe]
jwe
parents: 3233
diff changeset
11215
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11216 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11217
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11218 * plot/__pltopt1__.m: Accept "k" to mean black.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11219
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11220 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11221
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11222 * linear-algebra/krylov.m: Force empty_list_elements_ok for this
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11223 function.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11224
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11225 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11226
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11227 * control/ss2sys.m: Fix typo.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11228
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11229 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11230
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11231 * plot/subplot.m, plot/oneplot.m: Don't call clearplot.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11232
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11233 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11234 signal names as lists of strings instead of string arrays.
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11235
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11236 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11237
3233
98d0ee053ba4 [project @ 1999-01-27 20:23:40 by jwe]
jwe
parents: 3226
diff changeset
11238 * quaternion: New directory of functions from A. S. Hodel
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11239 <a.s.hodel@eng.auburn.edu>.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11240 * Makefile.in (SUBDIRS): Add it to the list.
3226
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
11241 * quaternion/Makefile.in: New file.
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3225
diff changeset
11242 * configure.in (AC_OUTPUT): Add quaternion/Makefile.
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11243
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11244 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11245
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11246 * image/saveimage.m: Make it work again for black and white colormaps.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11247
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11248 * image/imagesc.m: Use rows (colormap), not length (colormap),
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11249 since there can be fewer rows than columns. Round values to
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11250 nearest position in colormap instead of truncating. Correct usage
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11251 message.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11252
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11253 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov>
3225
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11254
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11255 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11256 zero rows of [A,v] as householder pivots; this avoids spurious
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11257 non-zero entries in returned orthogonal matrix U, but destroys the
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11258 Householder matrix structure of H.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11259
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11260 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11261
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11262 * general/logical.m: Just copy input to output if argument is
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11263 already a logical object.
7aae2c3636a7 [project @ 1998-12-04 23:20:12 by jwe]
jwe
parents: 3215
diff changeset
11264
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11265 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11266
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11267 * New files from OCST, in control subdiretory:
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11268
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11269 DEMOcontrol.m is_siso.m syschnames.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11270 abcddim.m is_stabilizable.m syschnamesl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11271 abcddims.m is_stable.m syschtsam.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11272 analdemo.m jet707.m sysconnect.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11273 are.m lqe.m syscont.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11274 axis2dlim.m lqg.m syscont_disc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11275 bddemo.m lqr.m sysdefioname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11276 bode.m lsim.m sysdefstname.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11277 bode_bounds.m ltifr.m sysdimensions.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11278 bodquist.m lyap.m sysdisc.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11279 buildssic.m mb.m sysdup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11280 c2d.m minfo.m sysgetsignals.m
6302
a5cd8b77e892 [project @ 2007-02-13 08:08:33 by jwe]
jwe
parents: 6301
diff changeset
11281 com2str.m moddemo.m sysgettsam.m
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11282 controldemo.m nichols.m sysgettype.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11283 ctrb.m nyquist.m sysgroup.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11284 d2c.m obsv.m sysgroupn.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11285 damp.m ord2.m sysmult.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11286 dare.m outlist.m sysout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11287 dcgain.m packedform.m sysprune.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11288 demomarsyas.m packsys.m sysreorder.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11289 dezero.m; parallel.m sysrepdemo.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11290 dgkfdemo.m place.m sysscale.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11291 dgram.m polyout.m syssub.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11292 dhinfdemo.m prompt.m sysupdate.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11293 dlqe.m pzmap.m tf2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11294 dlqg.m qzval.m tf2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11295 dlqr.m rldemo.m tf2sysl.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11296 dlyap.m rlocus.m tf2zp.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11297 dmr2d.m rotg.m tfout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11298 fir2sys.m run_cmd.m; tzero.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11299 frdemo.m series.m tzero2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11300 freqchkw.m sortcom.m ugain.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11301 freqresp.m ss2sys.m unpacksys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11302 gram.m ss2tf.m wgt1o.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11303 h2norm.m ss2zp.m zgfmul.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11304 h2syn.m starp.m zgfslv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11305 hinf_ctr.m step.m zginit.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11306 hinfdemo.m stepimp.m zgpbal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11307 hinfnorm.m strappend.m; zgreduce.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11308 hinfsyn.m susball.m zgrownorm.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11309 hinfsyn_chk.m swap.m zgscal.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11310 impulse.m swapcols.m zgsgiv.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11311 is_abcd.m swaprows.m zgshsr.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11312 is_controllable.m sys2fir.m zp2ss.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11313 is_detectable.m sys2ss.m zp2ssg2.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11314 is_dgkf.m sys2tf.m zp2sys.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11315 is_digital.m sys2zp.m zp2tf.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11316 is_observable.m sysadd.m zpout.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11317 is_sample.m sysappend.m
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11318
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11319 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11320
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11321 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11322
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11323 * strings/deblank.m: Make it work for string arrays too.
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3211
diff changeset
11324
3211
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11325 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11326
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11327 * linear-algebra/housh.m: New file from the OCST.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11328 * linear-algebra/krygetq.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11329 * linear-algebra/krylov.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11330 * linear-algebra/krylovb.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11331 * linear-algebra/qrhouse.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11332 * general/is_duplicate_entry.m: Ditto.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11333
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11334 * general/is_symmetric.m: Call is_square instead of doing that
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11335 check in line.
440b2b28e74a [project @ 1998-11-05 04:16:22 by jwe]
jwe
parents: 3202
diff changeset
11336
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
11337 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
11338
3202
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11339 * general/is_square.m:
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11340
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11341 * general/isempty.m, general/is_matrix.m: Delete.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11342
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11343 * general/is_symmetric: Delete special case for strings. Whether
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11344 the conversion is valid should depend on implicit_str_to_num_ok.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11345
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11346 * general/is_square.m: If arg is not a matrix, don't check size,
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11347 just return 0.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11348 * general/is_symmetric: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11349 * general/is_vector.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11350 * general/is_scalar.m: Likewise.
44d82b369c78 [project @ 1998-10-29 20:27:57 by jwe]
jwe
parents: 3196
diff changeset
11351
3196
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
11352 * general/length.m: Delete.
3ac3e8edc258 [project @ 1998-10-28 23:04:39 by jwe]
jwe
parents: 3191
diff changeset
11353
3191
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11354 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11355
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11356 * configure.in: Add finance/Makefile, statistics/base/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11357 statistics/distributions/Makefile, statistics/models/Makefile,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11358 and statistics/tests/Makefile to the list of files to create.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11359
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11360 * finance/Makefile.in, statistics/base/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11361 statistics/distributions/Makefile.in, statistics/models/Makefile.in,
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11362 statistics/tests/Makefile.in: New files.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11363 * statistics/Makefile.in: Delete file lists. Now only handle
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11364 subdirectories.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11365 * Makefile.in (SUBDIRS): Add finance.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11366
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11367 * Move the following files from statistics to statistics/base:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11368
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11369 corrcoef.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11370 kurtosis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11371 mahalanobis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11372 median.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11373 ols.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11374 skewness.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11375 std.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11376
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11377 New files, from Kurt Hornik's octave-ci package:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11378
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11379 * finance (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11380
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11381 fv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11382 fvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11383 irr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11384 nper.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11385 npv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11386 pmt.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11387 pv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11388 pvl.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11389 rate.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11390 vol.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11391
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11392 * linear-algebra/dmult.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11393
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11394 * signal:
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11395
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11396 arch_fit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11397 arch_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11398 arch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11399 arma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11400 autocor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11401 autocov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11402 autoreg_matrix.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11403 bartlett.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11404 blackman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11405 diffpara.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11406 durbinlevinson.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11407 fractdiff.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11408 hamming.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11409 hanning.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11410 hurst.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11411 periodogram.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11412 rectangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11413 rectangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11414 sinetone.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11415 sinewave.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11416 spectral_adf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11417 spectral_xdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11418 spencer.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11419 stft.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11420 synthesis.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11421 triangle_lw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11422 triangle_sw.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11423 yulewalker.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11424
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11425 * statistics/base (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11426
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11427 center.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11428 cloglog.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11429 cor.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11430 cov.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11431 cut.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11432 iqr.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11433 kendall.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11434 logit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11435 mean.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11436 meansq.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11437 moment.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11438 ppplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11439 probit.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11440 qqplot.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11441 range.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11442 ranks.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11443 run_count.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11444 spearman.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11445 statistics.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11446 studentize.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11447 table.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11448 values.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11449 var.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11450
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11451 (Replaces cov.m and mean.m with new versions.)
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11452
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11453 * statistics/distributions (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11454
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11455 beta_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11456 beta_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11457 beta_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11458 beta_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11459 binomial_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11460 binomial_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11461 binomial_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11462 binomial_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11463 cauchy_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11464 cauchy_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11465 cauchy_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11466 cauchy_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11467 chisquare_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11468 chisquare_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11469 chisquare_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11470 chisquare_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11471 discrete_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11472 discrete_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11473 discrete_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11474 discrete_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11475 empirical_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11476 empirical_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11477 empirical_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11478 empirical_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11479 exponential_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11480 exponential_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11481 exponential_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11482 exponential_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11483 f_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11484 f_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11485 f_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11486 f_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11487 gamma_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11488 gamma_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11489 gamma_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11490 gamma_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11491 geometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11492 geometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11493 geometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11494 geometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11495 hypergeometric_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11496 hypergeometric_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11497 hypergeometric_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11498 hypergeometric_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11499 kolmogorov_smirnov_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11500 laplace_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11501 laplace_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11502 laplace_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11503 laplace_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11504 logistic_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11505 logistic_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11506 logistic_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11507 logistic_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11508 lognormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11509 lognormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11510 lognormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11511 lognormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11512 normal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11513 normal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11514 normal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11515 normal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11516 pascal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11517 pascal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11518 pascal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11519 pascal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11520 poisson_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11521 poisson_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11522 poisson_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11523 poisson_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11524 stdnormal_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11525 stdnormal_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11526 stdnormal_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11527 stdnormal_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11528 t_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11529 t_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11530 t_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11531 t_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11532 uniform_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11533 uniform_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11534 uniform_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11535 uniform_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11536 weibull_cdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11537 weibull_inv.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11538 weibull_pdf.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11539 weibull_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11540 wiener_rnd.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11541
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11542 * statistics/models (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11543
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11544 logistic_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11545 logistic_regression_derivatives.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11546 logistic_regression_likelihood.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11547
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11548 * statistics/tests (new directory):
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11549
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11550 anova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11551 bartlett_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11552 chisquare_test_homogeneity.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11553 chisquare_test_independence.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11554 cor_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11555 f_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11556 hotelling_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11557 hotelling_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11558 kolmogorov_smirnov_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11559 kolmogorov_smirnov_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11560 kruskal_wallis_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11561 manova.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11562 mcnemar_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11563 prop_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11564 run_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11565 sign_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11566 t_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11567 t_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11568 t_test_regression.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11569 u_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11570 var_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11571 welch_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11572 wilcoxon_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11573 z_test.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11574 z_test_2.m
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11575
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11576 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11577
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11578 * time/date.m: Use %Y, not %y in format string, for Matlab 5
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11579 compatibility and to avoid Y2K problems.
e4f4b2d26ee9 [project @ 1998-10-23 05:43:59 by jwe]
jwe
parents: 3190
diff changeset
11580
3190
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
11581 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
11582
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
11583 * polynomial/polyfit.m: Just use the \ operator to handle the
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
11584 least-squares solution.
70eb3f4136cd [project @ 1998-10-19 22:37:56 by jwe]
jwe
parents: 3180
diff changeset
11585
3180
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11586 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11587
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11588 * strings/str2num.m: If eval returns a string, return an empty matrix.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11589
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11590 * strings/strrep.m: Don't convert args to numeric values.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11591 Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11592 From Georg Thimm <thimm@idiap.ch>.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11593
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11594 * strings/strcat.m: Prevent warnings for empty string args.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11595
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11596 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11597
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11598 * miscellaneous/menu.m: Remove special case for empty string
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11599 returned from input(). Add second arg to eval() to catch errors.
c17387059fd3 [project @ 1998-09-24 18:59:11 by jwe]
jwe
parents: 3178
diff changeset
11600
3178
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
11601 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
11602
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
11603 * plot/__plt__.m: Don't call usleep.
09a3064a3a17 [project @ 1998-06-23 03:46:42 by jwe]
jwe
parents: 3175
diff changeset
11604
3175
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11605 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11606
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11607 * linear-algebra/dot.m: New function.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11608
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11609 * strings/lower.m, strings/upper.m: New functions, for Matlab
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11610 compatibility.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11611
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11612 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11613
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11614 * plot/hist.m: Also allow just one output argument.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11615
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11616 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11617
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11618 * strings/deblank.m: Make it work if the string is only blanks.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11619
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11620 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11621
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11622 * plot/__plt2mv__.m: Delete calls to keyboard.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11623
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11624 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11625
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11626 * plot/oneplot.m: Fix typo.
096940972434 [project @ 1998-05-18 17:03:01 by jwe]
jwe
parents: 3174
diff changeset
11627
3174
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11628 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11629
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11630 * miscellaneous/flops.m: Allow a single argument too.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11631
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11632 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11633
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11634 * strings/str2mat.m: Also handle case when there are no empty
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11635 strings correctly.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11636
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11637 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11638
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11639 * strings/isletter.m: New function, for Matlab compatibility.
390d5e396682 [project @ 1998-05-04 16:36:17 by jwe]
jwe
parents: 3168
diff changeset
11640
3168
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
11641 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
11642
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
11643 * strings/str2mat.m: Handle string matrices too.
1c267910655d [project @ 1998-04-19 01:22:38 by jwe]
jwe
parents: 3167
diff changeset
11644
3167
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11645 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11646
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11647 * audio/loadaudio.m: Accept "pcm" as another file extension for
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11648 linear encoding.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11649
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11650 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m,
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11651 audio/record.m: Open files in binary mode.
d609b993be3b [project @ 1998-04-17 04:41:59 by jwe]
jwe
parents: 3164
diff changeset
11652
3164
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11653 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11654
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11655 * miscellaneous/dump_prefs.m: Use string array for list of values.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11656 Move functionality of dump_1_pref here, but use built-in function
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11657 type to extract value, and put it inside try/catch block.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11658 * miscellaneous/dump_1_pref.m: Delete unused function.
45490c020e47 [project @ 1998-04-14 20:56:48 by jwe]
jwe
parents: 3162
diff changeset
11659
3162
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11660 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11661
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11662 * plot/__pltopt1.m__: New file.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11663 * plot/__pltopt.m__: Handle opt as a string array by calling
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11664 __pltopt1__ multiple times and returning a string array with rows
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11665 corresponding to the rows of opt.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11666 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m,
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11667 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11668 array.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11669
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11670 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11671
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11672 * plot/mplot.m: Fix misspellings of global variables.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11673 Don't call clearplot.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11674
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11675 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11676
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11677 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11678 "cle;rep" when going in ot multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11679 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11680 switching out of multiplot mode.
7c96e85c76db [project @ 1998-04-08 18:19:35 by jwe]
jwe
parents: 3156
diff changeset
11681
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
11682 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
3148
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3141
diff changeset
11683
3156
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
11684 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m,
a494f93e60ff [project @ 1998-02-20 07:47:48 by jwe]
jwe
parents: 3148
diff changeset
11685 plot/subwindow.m: Call clearplot after setting up multiplot mode.
3148
8cdcb8945695 [project @ 1998-02-06 21:25:11 by jwe]
jwe
parents: 3141
diff changeset
11686
3141
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11687 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11688
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11689 * special-matrix/sylvester_matrix.m: Rename from hadamard.m
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11690
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11691 * miscellaneous/bug_report.m: Don't try to get smart with
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11692 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11693
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11694 * Makefile.in (install): Create separate ls-R files for
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11695 $(datadir) and $(libexecdir).
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11696 (uninstall): Remove both ls-R files.
292ff0bf484b [project @ 1998-02-03 08:11:07 by jwe]
jwe
parents: 3136
diff changeset
11697
3136
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11698 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11699
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11700 * signal/fftshift.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11701
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11702 * plot/contour.m: Fix for non-square case.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11703
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11704 * general/randperm.m: New file.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11705
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11706 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11707
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11708 * specfun/betai.m: Restore file for compatibility with previous
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11709 versions. Call betainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11710 * specfun/gammai.m: Likewise, call gammainc with reordered args.
af7ec9d3a5e6 [project @ 1998-02-01 20:11:06 by jwe]
jwe
parents: 3131
diff changeset
11711
3131
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11712 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11713
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11714 * plot/contour.m: Handle discrete contour levels.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11715
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11716 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11717
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11718 * control/lyap.m: For compatibility with Matlab, solve
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11719 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0.
9c5160c83bd2 [project @ 1998-01-29 04:46:33 by jwe]
jwe
parents: 3124
diff changeset
11720
3124
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11721 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11722
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11723 * specfun/bessel.m: New file.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11724
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11725 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m,
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11726 specfun/gammainc.m: Delete.
38684be52a3e [project @ 1997-12-12 04:01:51 by jwe]
jwe
parents: 3106
diff changeset
11727
3106
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11728 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11729
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11730 * image/colormap.m: Initialize __current_color_map__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11731 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11732 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11733 statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11734 * plot/axis.m: Initialize __current_axis__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11735 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m,
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11736 plot/subwindow.m: Initialize __multiplot_mode__ in global statement.
21208b797332 [project @ 1997-11-19 06:26:03 by jwe]
jwe
parents: 3103
diff changeset
11737
3103
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11738 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11739
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11740 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11741 * time/toc.m: Likewise.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11742
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11743 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11744
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11745 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11746 anything special for automatic_replot when in multiplot mode --
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11747 recent 3.6beta releases handle this correctly.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11748
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11749 * plot/figure.m: Ensure that we are not in multiplot mode before
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11750 setting the terminal type.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11751
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11752 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m,
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11753 plot/subwindow.m: Use leading and trailing underscores for
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11754 `private' globals.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11755
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11756 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false.
98d862e12945 [project @ 1997-11-18 10:46:30 by jwe]
jwe
parents: 3101
diff changeset
11757
3101
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
11758 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
11759
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
11760 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE.
f9806795b6d5 [project @ 1997-11-14 16:54:46 by jwe]
jwe
parents: 3092
diff changeset
11761
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11762 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11763
3092
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
11764 * specfun/gammai.m: Avoid problems with whitespace when
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
11765 constructing matrices.
4bb976b250bf [project @ 1997-10-17 07:48:48 by jwe]
jwe
parents: 3091
diff changeset
11766
3091
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11767 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11768 <SJL@nrc.gov>. Also return yf in the same orientation as the
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11769 original y vector.
b06dcbb6b3b1 [project @ 1997-10-10 16:26:47 by jwe]
jwe
parents: 3085
diff changeset
11770
3085
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11771 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11772
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11773 * linear-algebra/cross.m: Use direct formula instead of calling
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11774 det three times in a loop. If both args are column (row) vectors,
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11775 return a column (row) vector. If they don't match, pay attention
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11776 to the value of prefer_column_vectors.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11777
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11778 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de>
3085
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11779
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11780 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11781 nonsymmetric matrices.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11782
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11783 * general/tril.m: Fix usage message.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11784
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11785 * polynomial/polyvalm.m: Fix error messages.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11786 * polynomial/polyderiv.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11787 * polynomial/polyval.m: Likewise.
e6d14959bea9 [project @ 1997-09-19 22:06:12 by jwe]
jwe
parents: 3081
diff changeset
11788
3081
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
11789 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
11790
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
11791 * strings/blanks.m: Allow blanks(0) to return empty string.
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
11792 Allow negative arguments if treat_neg_dim_as_zero is true.
8c779ed7979b [project @ 1997-08-25 15:51:20 by jwe]
jwe
parents: 3063
diff changeset
11793
3063
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
11794 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
11795
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
11796 * plot/mesh.m: Set noparametric plot mode after plotting.
4287b8c06fbf [project @ 1997-06-26 02:36:05 by jwe]
jwe
parents: 3062
diff changeset
11797
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11798 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov>
3062
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
11799
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
11800 * plot/__pltopt__.m: Handle key/legend names.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
11801 Correctly set colors, line styles, and point styles.
7310b801f8c2 [project @ 1997-06-26 02:11:29 by jwe]
jwe
parents: 3061
diff changeset
11802
3061
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11803 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11804
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11805 * polynomial/polyfit.m: Return fit y values as second output.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11806 Don't use QR factorization to solve least squares problem.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11807
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11808 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11809
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11810 * control/dlqr.m: Use ao, not a, to compute k.
1a5fe3010f09 [project @ 1997-06-25 18:36:19 by jwe]
jwe
parents: 3024
diff changeset
11811
3024
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
11812 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
11813
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
11814 * miscellaneous/path.m: New file.
95e8b5c4824a [project @ 1997-06-04 05:06:26 by jwe]
jwe
parents: 2993
diff changeset
11815
2993
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
11816 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
11817
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
11818 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
11819 name.
91589ab98e37 [project @ 1997-05-21 21:44:54 by jwe]
jwe
parents: 2968
diff changeset
11820
2968
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
11821 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
11822
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
11823 * specfun/erfinv.m: Add missing semicolon.
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2870
diff changeset
11824
2870
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
11825 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
11826
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
11827 * miscellaneous/xor.m: Make type of return value logical.
3241d0057e78 [project @ 1997-04-19 01:21:29 by jwe]
jwe
parents: 2853
diff changeset
11828
2853
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
11829 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
11830
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
11831 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
11832 warn_comma_in_global_decl.
ff4ee9ad942a [project @ 1997-03-28 22:21:25 by jwe]
jwe
parents: 2831
diff changeset
11833
2831
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
11834 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
11835
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
11836 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
11837 octave-bug script.
19c45d29f177 [project @ 1997-03-26 04:17:16 by jwe]
jwe
parents: 2824
diff changeset
11838
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
11839 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
11840
2824
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
11841 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
11842 prefer_zero_one_indexing.
e56a90687a1e [project @ 1997-03-24 22:54:51 by jwe]
jwe
parents: 2823
diff changeset
11843
2823
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
11844 * general/logical.m: New file.
7ffbb34efd2d [project @ 1997-03-24 22:50:14 by jwe]
jwe
parents: 2816
diff changeset
11845
2816
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
11846 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
11847
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
11848 * general/nextpow2.m: Correctly handle new meaning of is_scalar()
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
11849 and is_vector().
ad4bf2a82b4f [project @ 1997-03-15 21:08:25 by jwe]
jwe
parents: 2813
diff changeset
11850
5095
c9a44ec47b20 [project @ 2004-12-03 14:18:51 by jwe]
jwe
parents: 5091
diff changeset
11851 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
2813
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
11852
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
11853 * specfun/erfinv.m: Scale update by sqrt (pi) / 2.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
11854 Use tolerance of 2 * eps.
d45d48b3dcde [project @ 1997-03-13 22:39:15 by jwe]
jwe
parents: 2811
diff changeset
11855
2811
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11856 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11857
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11858 * Makefile.in (install-strip): New target.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11859 * audio/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11860 * control/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11861 * elfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11862 * general/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11863 * image/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11864 * io/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11865 * linear-algebra/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11866 * miscellaneous/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11867 * plot/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11868 * polynomial/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11869 * set/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11870 * signal/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11871 * specfun/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11872 * special-matrix/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11873 * startup/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11874 * statistics/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11875 * strings/Makefile.in: Ditto.
1dd37f97364a [project @ 1997-03-12 23:06:13 by jwe]
jwe
parents: 2809
diff changeset
11876
2809
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
11877 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
11878
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
11879 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x).
589761f7e756 [project @ 1997-03-11 16:15:34 by jwe]
jwe
parents: 2798
diff changeset
11880
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
11881 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
11882
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
11883 * statistics/corrcoef.m: Make it actually work.
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
11884
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
11885 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
11886
2798
d477bceb9e2a [project @ 1997-03-08 05:08:12 by jwe]
jwe
parents: 2795
diff changeset
11887 * statistics/corrcoef.m: Don't fail if single argument is a matrix.
2795
14d07e4a0265 [project @ 1997-03-07 02:18:49 by jwe]
jwe
parents: 2779
diff changeset
11888
2779
50b31bb6b959 [project @ 1997-03-01 21:24:58 by jwe]
jwe
parents: 2775
diff changeset
11889 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2775
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
11890
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
11891 * Version 2.0.5 released.
c80d72d52385 [project @ 1997-03-01 07:37:31 by jwe]
jwe
parents: 2749
diff changeset
11892
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11893 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11894
2749
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
11895 * Makefile.in (maintainer-clean): Also remove configure.
02f569448c7a [project @ 1997-02-26 18:16:02 by jwe]
jwe
parents: 2746
diff changeset
11896
2746
c51575839b21 [project @ 1997-02-26 08:22:45 by jwe]
jwe
parents: 2745
diff changeset
11897 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix().
c51575839b21 [project @ 1997-02-26 08:22:45 by jwe]
jwe
parents: 2745
diff changeset
11898
2745
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11899 * general/is_matrix.m: Return zero for empty matrices.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11900
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11901 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11902
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11903 * linear-algebra/vech.m: Size result just once.
76411ce43c05 [project @ 1997-02-26 07:52:14 by jwe]
jwe
parents: 2726
diff changeset
11904
2726
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
11905 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
11906
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
11907 * general/is_square.m: Handle empty matrices correctly.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
11908 * general/is_symmetric.m: Handle empty matrices and strings.
ea5b2a3dbb26 [project @ 1997-02-23 06:15:22 by jwe]
jwe
parents: 2716
diff changeset
11909
2716
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11910 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11911
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11912 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix().
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11913 * polynomial/deconv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11914 * polynomial/polyderiv.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11915 * polynomial/polyinteg.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11916 * polynomial/polyreduce.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11917 * polynomial/polyval.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11918 * polynomial/polyvalm.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11919 * general/postpad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11920 * general/prepad.m: Likewise.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11921
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11922 * polynomial/compan.m: Check input with is_vector(), not
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11923 is_matrix(). Handle scalar case.
2b5c27299cde [project @ 1997-02-22 08:40:55 by jwe]
jwe
parents: 2715
diff changeset
11924
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
11925 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
11926
2715
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
11927 * plot/contour.m: Order data so that it is consistent with
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
11928 meshgrid and mesh.
df8c732b4fb2 [project @ 1997-02-22 02:39:47 by jwe]
jwe
parents: 2711
diff changeset
11929
2711
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
11930 * plot/meshdom.m, plot/meshgrid.m: Change help message.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
11931 * plot/sombrero.m: Use meshgrid, not meshdom.
b50865d6de09 [project @ 1997-02-21 19:43:36 by jwe]
jwe
parents: 2709
diff changeset
11932
2709
0f72b0462b51 [project @ 1997-02-20 17:55:40 by jwe]
jwe
parents: 2706
diff changeset
11933 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
11934
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
11935 * Version 2.0.4 released.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
11936
2706
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2702
diff changeset
11937 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5dd7d7e947b2 [project @ 1997-02-20 05:02:43 by jwe]
jwe
parents: 2702
diff changeset
11938
2702
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
11939 * miscellaneous/paren.m: New file.
7a820bb7f406 [project @ 1997-02-19 19:22:34 by jwe]
jwe
parents: 2693
diff changeset
11940
2693
f4d0604cbcc4 [project @ 1997-02-18 15:25:21 by jwe]
jwe
parents: 2690
diff changeset
11941 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2690
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
11942
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
11943 * Version 2.0.3 released.
b91b72e856ce [project @ 1997-02-18 09:22:47 by jwe]
jwe
parents: 2676
diff changeset
11944
2676
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
11945 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
11946
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
11947 * image/saveimage.m: Only clip image data that is actually out of
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
11948 range.
a5a300c61159 [project @ 1997-02-14 03:16:06 by jwe]
jwe
parents: 2667
diff changeset
11949
2667
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11950 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11951
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11952 * general/is_matrix.m: Scalars, vectors, and empty matrices may
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11953 also be considered to be matrices.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11954
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11955 * general/is_vector.m: Scalars may also be considered to be vectors.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11956
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11957 * general/isempty.m: Use size(), not rows() and columns().
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11958
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11959 * plot/contour.m: Convert set to gset.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11960 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1.
1d2a83e8a9a3 [project @ 1997-02-10 04:06:55 by jwe]
jwe
parents: 2663
diff changeset
11961
2663
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
11962 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
11963
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
11964 * specfun/erfinv.m: Fix typo in last change.
00b2eff19bf5 [project @ 1997-02-08 21:58:49 by jwe]
jwe
parents: 2650
diff changeset
11965
2650
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11966 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11967
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11968 * image/loadimage.m: Make it possible to load files with image
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11969 data named X or img.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11970
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11971 * image/default.img: Change name of image from X to img to match
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11972 what saveimage does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11973
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11974 * image/loadimage.m: Rename X to be img, to match what saveimage
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11975 does now.
64aff25e8be3 [project @ 1997-01-31 16:16:53 by jwe]
jwe
parents: 2634
diff changeset
11976
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
11977 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
11978
2634
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
11979 * Version 2.0.2 released.
eebc31f84a4d [project @ 1997-01-27 21:53:18 by jwe]
jwe
parents: 2632
diff changeset
11980
2632
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
11981 * plot/__plt__.m: Use usleep() instead of replot to try to avoid
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
11982 weird missing-lines bug without creating extra plots unecessarily.
b8a3dd7e2e1a [project @ 1997-01-27 19:49:33 by jwe]
jwe
parents: 2624
diff changeset
11983
2624
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11984 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11985
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11986 * Makefile.in, audio/Makefile.in, control/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11987 elfun/Makefile.in, general/Makefile.in, image/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11988 io/Makefile.in, linear-algebra/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11989 miscellaneous/Makefile.in, plot/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11990 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11991 specfun/Makefile.in, special-matrix/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11992 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in,
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11993 time/Makefile.in (bin-dist): New target.
7e24c1f29db4 [project @ 1997-01-26 04:40:00 by jwe]
jwe
parents: 2621
diff changeset
11994
2621
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
11995 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
11996
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
11997 * specfun/erfinv.m: Avoid A([]) = X, X != [] error.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
11998
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
11999 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
12000
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
12001 * miscellaneous/xor.m: Make it work.
337a09dd1c06 [project @ 1997-01-24 21:49:41 by jwe]
jwe
parents: 2613
diff changeset
12002
2613
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
12003 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
12004
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
12005 * plot/sombrero.m: Doc fix.
5bcee07be597 [project @ 1997-01-21 03:52:08 by jwe]
jwe
parents: 2602
diff changeset
12006
2602
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
12007 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
12008
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
12009 * Version 2.0.1 released.
9cbbbcf5b6f5 [project @ 1997-01-07 06:18:23 by jwe]
jwe
parents: 2601
diff changeset
12010
2601
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12011 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12012
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12013 * elfun/lcm.m: Replace missing if statement.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12014
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12015 * elfun/gcd.m: Report error if no input args.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12016 * elfun/lcm.m: Likewise.
3723512a827a [project @ 1997-01-06 05:43:16 by jwe]
jwe
parents: 2597
diff changeset
12017
2597
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
12018 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
12019
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
12020 * Makefile.in (install): Use ls -LR to create ls-R database.
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
12021 Also list contents of $libexecdir/octave in ls-R database.
106ae3df29f5 [project @ 1996-12-17 17:48:01 by jwe]
jwe
parents: 2583
diff changeset
12022
2583
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
12023 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
12024
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
12025 * Version 2.0 released.
df3124e46963 [project @ 1996-12-10 07:45:00 by jwe]
jwe
parents: 2575
diff changeset
12026
2575
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
12027 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
12028
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
12029 * Version 1.94.
e57847e2de87 [project @ 1996-12-09 18:05:37 by jwe]
jwe
parents: 2558
diff changeset
12030
2558
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
12031 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
12032
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
12033 * strings/str2num.m: New file.
c097977bca6f [project @ 1996-12-02 02:56:01 by jwe]
jwe
parents: 2554
diff changeset
12034
2554
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
12035 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
12036
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
12037 * Version 1.93.
f7e3d23f0a8f [project @ 1996-11-21 01:41:57 by jwe]
jwe
parents: 2540
diff changeset
12038
2540
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12039 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12040
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12041 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12042 linear-algebra/duplication_matrix.m, linear-algebra/vec.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12043 linear-algebra/vech.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12044
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12045 * general/nextpow2.m, general/shift.m, general/diff.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12046 general/common_size.m: New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12047
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12048 * miscellaneous/bincoeff.m, miscellaneous/xor.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12049 New files from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12050
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12051 * signal/detrend.m: New file from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12052
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12053 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m,
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12054 specfun/pow2.m, specfun/log2.m:
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12055 New files and updates from Kurt Hornik.
c3d634d49ce4 [project @ 1996-11-20 00:20:12 by jwe]
jwe
parents: 2523
diff changeset
12056
2523
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
12057 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
12058
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
12059 * plot/__plt__.m: Add explicit replot after last command is
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
12060 issued, to force all lines to be displayed. Hmm.
007e977442b8 [project @ 1996-11-16 00:33:22 by jwe]
jwe
parents: 2520
diff changeset
12061
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
12062 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
12063
2520
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12064 * plot/axis.m, plot/bottom_title.m, plot/contour.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12065 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12066 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12067 plot/plot_border.m, plot/polar.m, plot/semilogx.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12068 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m,
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12069 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m:
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12070 Uset gset, not set.
a034dcdbc282 [project @ 1996-11-15 04:57:21 by jwe]
jwe
parents: 2512
diff changeset
12071
2512
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
12072 * Version 1.92.
fda09c1e787e [project @ 1996-11-14 08:39:41 by jwe]
jwe
parents: 2486
diff changeset
12073
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
12074 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
12075
2486
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12076 * image/saveimage.m: When writing PostScript, name Octave as the
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12077 almighty Creator. Use single call to fprintf instead of looping.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12078
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12079 * image/Makefile.in: Delete references to octtopnm.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12080
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12081 * general/logspace.m: Doc fix.
830038ee04aa [project @ 1996-11-08 03:54:40 by jwe]
jwe
parents: 2482
diff changeset
12082
2482
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
12083 * Version 1.91.
c89bce1baba3 [project @ 1996-11-07 18:48:29 by jwe]
jwe
parents: 2458
diff changeset
12084
2458
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12085 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12086
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12087 * image/image.m: Use tmpnam() instead of home-brew scheme.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12088
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12089 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12090 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12091 deleted.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12092 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12093 of a system() command to delete the tmp file.
d07a5d0b57e2 [project @ 1996-11-03 03:25:18 by jwe]
jwe
parents: 2452
diff changeset
12094
2452
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12095 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12096
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12097 * Version 1.90.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12098
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12099 * Makefile.in (DISTFILES): Add ChangeLog.
a28ed603c65c [project @ 1996-10-31 19:49:29 by jwe]
jwe
parents: 2360
diff changeset
12100
2360
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12101 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12102
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12103 * plot/subplot.m, plot/multiplot.m, plot/mplot.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12104 Don't check for string value of automatic_replot.
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12105
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12106 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m:
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12107 Temporarily set do_fortran_indexing to 1, not "true".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12108
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12109 * miscellaneous/menu.m: Temporarily set page_screen_output to 0,
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12110 not "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12111
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12112 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12113 "false".
8fc0fa7ae9ca [project @ 1996-10-10 22:36:46 by jwe]
jwe
parents: 2355
diff changeset
12114
2355
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
12115 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
12116
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
12117 * strings/substr.m: Allow negative OFFSET. LEN is now optional.
c9f70d39255f [project @ 1996-08-20 23:30:54 by jwe]
jwe
parents: 2330
diff changeset
12118
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12119 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12120
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12121 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12122 system command.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12123
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12124 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12125
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12126 * __plr1__.m: Renamed from polar_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12127 * __plr2__.m: Renamed from polar_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12128 * __plr__.m: Renamed from polar_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12129 * __plt1__.m: Renamed from plot_int_1.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12130 * __plt2__.m: Renamed from plot_int_2.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12131 * __plt2mm__.m: Renamed from plot_2_m_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12132 * __plt2mv__.m: Renamed from plot_2_m_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12133 * __plt2ss__.m: Renamed from plot_2_s_s_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12134 * __plt2vm__.m: Renamed from plot_2_v_m_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12135 * __plt2vv__.m: Renamed from plot_2_v_v_.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12136 * __plt__.m: Renamed from plot_int.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12137 * __pltopt__.m: Renamed from plot_opt.m.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12138 Change all callers.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12139
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12140 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12141
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12142 * All .m files: Add regular Author:, Created:, and Adapted-By:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12143 comments like those found in Emacs lisp files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12144
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12145 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12146
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12147 * All .m files: Change comment style.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12148
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12149 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12150
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12151 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12152 subplot.m, subwindow.m, top_title.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12153 Print error message if gnuplot_has_multiplot is not true.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12154
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12155 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12156
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12157 * plot/figure.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12158
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12159 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12160
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12161 * strings/strrep.m: New function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12162
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12163 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12164
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12165 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12166 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12167 strings/hex2dec.m, strings/index.m, strings/rindex.m,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12168 strings/split.m, strings/str2mat.m, strings/substr.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12169 New functions from Kurt Hornik, heavily modified by jwe.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12170
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12171 * general/reshape.m: Allow strings to be reshaped too.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12172
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12173 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12174 Always return a scalar.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12175
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12176 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12177
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12178 * polynomial/polyfit.m: Make orientation of result compatible with
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12179 Matlab.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12180
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12181 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12182
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12183 * polynomial/polyfit.m: Add missing close paren.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12184
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12185 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12186
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12187 * plot/plot_opt.m: Set compatibility arg in call to sscanf.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12188
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12189 * io/scanf.m: Delete.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12190
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12191 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12192
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12193 * statistics/median.m: Fix typo in usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12194
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12195 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12196
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12197 * miscellaneous/popen2.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12198
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12199 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12200
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12201 * configure.in (AC_OUTPUT): Add io/Makefile.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12202
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12203 * io: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12204 * Makefile.in (SUBDIRS): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12205
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12206 * miscellaneous/flops.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12207
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12208 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12209
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12210 * miscellaneous/cputime.m: Return three arguments instead of a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12211 vector, for compatibility with previous versions and with Matlab
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12212 (which only returns one scalar value).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12213
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12214 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12215
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12216 * general/triu.m: Compute lower bound on loop index correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12217 * general/tril.m: Likewise, for upper bound.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12218
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12219 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12220
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12221 * image/saveimage.m: For color images, make sure indices into
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12222 temporary colormap and result matrix have proper orientation.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12223 Set grey flag correctly.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12224
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12225 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12226
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12227 * statistics/std.m: Use better formula (from Jim Van Zandt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12228 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12229
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12230 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12231
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12232 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12233 * mesh.m: Transpose Z if only one arg.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12234 Handle case of all three args being matrices (from Jim Van Zandt
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12235 jrv@vanzandt.mv.com).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12236 * meshdom.m: Undo previous change.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12237
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12238 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12239
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12240 * configure.in (AC_OUTPUT): Add audio/Makefile
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12241
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12242 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12243
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12244 * audio: New directory of files from Kurt Hornik and Andreas
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12245 Weingessel.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12246 * audio/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12247 * Makefile.in (SUBDIRS): Add audio to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12248
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12249 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12250
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12251 * polynomial/polyfit.m: Use `economy-stle' QR factorization.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12252
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12253 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12254
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12255 * plot/mesh.m: Require, length (y) == rows (z) and length (x) ==
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12256 columns (z), not the other way around.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12257 * plot/meshdom.m: Don't reverse order of elements in y.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12258
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12259 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12260
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12261 * plot/axis.m: Return current axis if nargin == 0.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12262
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12263 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12264
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12265 * polynomial/roots.m: Updates from Kurt Hornik.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12266
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12267 * polynomial/polyder.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12268
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12269 * polynomial/polyderiv.m: Give return value and arg different names.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12270
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12271 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12272
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12273 * specfun/betainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12274 * specfun/gammainc.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12275
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12276 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12277
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12278 * general/strerror.m: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12279 * general/perror.m: Implement using strerror().
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12280
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12281 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12282
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12283 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12284 plot/plot_border.m plot/subplot.m plot/subwindow.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12285 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12286
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12287 * image/saveimage.m: Round img values first.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12288
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12289 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12290
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12291 * control/abcddim.m control/are.m general/tril.m general/triu.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12292 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12293 linear-algebra/null.m miscellaneous/etime.m plot/contour.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12294 plot/mesh.m plot/plot_int.m plot/polar_int.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12295 special-matrix/hankel.m special-matrix/toeplitz.m
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12296 tuwien/strfun/split.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12297
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12298 * plot/polar_int.m: Use .', not ' to make vectors conform.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12299
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12300 * image/Makefile.in: Don't build or install octtoppm.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12301
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12302 * image/saveimage.m: Rewrite to avoid using octoppm and pbm
6653
673686daec87 [project @ 2007-05-22 15:36:09 by jwe]
jwe
parents: 6645
diff changeset
12303 routines so that people who don't have the pbm stuff installed
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12304 can still use this function.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12305
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12306 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12307
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12308 * image/saveimage.m: Better error checking, clean up a bit.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12309
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12310 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12311
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12312 * plot/plot_opt.m: Change more to more_opts as a temporary fix to
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12313 avoid conflict with new built-in text-style function more.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12314
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12315 * linear-algebra/norm.m: Also allow 2nd arg == "inf".
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12316
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12317 * startup/Makefile.in (install): Also install octaverc in
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12318 $localfcnfiledir/startup/octavrc.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12319
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12320 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12321
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12322 * mkinstalldirs: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12323 * Makefile.in (DISTFILES): Add it to the list.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12324
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12325 * Makefile.in (DISTFILES): Distribute configure.in and configure.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12326
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12327 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12328
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12329 * special-matrix/hankel.m: Compatibility fix. Complain if
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12330 r(1) != c(nr), not if r(1) != c(1).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12331
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12332 * signal/filter.m: Doc fix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12333
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12334 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12335
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12336 * miscellaneous/cputime.m: Use new resource structure names (no
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12337 ru_ or tv_ prefixes).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12338
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12339 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12340
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12341 * time/ctime.m: Fix doc string and usage message.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12342
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12343 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12344
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12345 * time/clock.m: Use new time structure names (no tm_ prefix).
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12346
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12347 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12348
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12349 * control/c2d.m: Make function work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12350 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12351 * control/dare.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12352 * control/tzero.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12353 * elfun/gcd.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12354 * elfun/lcm.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12355 * general/postpad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12356 * general/prepad.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12357 * linear-algebra/kron.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12358 * miscellaneous/etime.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12359 * polynomial/conv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12360 * polynomial/deconv.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12361 * polynomial/poly.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12362 * polynomial/roots.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12363 * signal/filter.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12364 * signal/freqz.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12365 * signal/fftfilt.m: Likewise.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12366
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12367 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12368
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12369 * miscellaneous/is_leap_year.m: Make work for vector args.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12370
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12371 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12372
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12373 * plot/polar_int_2.m: Add missing semicolons.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12374 Set theta = theta', not rho'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12375
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12376 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12377
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12378 * polynomial/roots.m: Make it work for any value of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12379 whitespace_in_literal_matrix.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12380
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12381 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12382
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12383 * configure.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12384
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12385 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12386
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12387 * control/lyap.m: Add missing semicolon.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12388
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12389 * miscellaneous/cputime.m: New function file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12390
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12391 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12392
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12393 * time: New directory.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12394 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12395 New function files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12396 * time/Makefile.in: New file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12397 * Makefile.in (SUBDIRS): Add time.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12398
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12399 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12400
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12401 * polynomial/polyreduce.m: Make sure initial index is not empty.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12402
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12403 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12404
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12405 * plot/plot_int_1.m: Transpose data with .', not '.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12406
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12407 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12408
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12409 * Makefile.in (install uninstall clean mostlyclean distclean
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12410 realclean): Use SUBDIR_FOR_COMMAND. Combine actions.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12411
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12412 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12413
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12414 * Makefile.in (install): Create ls-R database file.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12415 (uninstall): Delete it.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12416
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12417 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu>
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12418
5378
b2a5596a3f7b [project @ 2005-06-02 16:01:25 by jwe]
jwe
parents: 5377
diff changeset
12419 * image/saveimage.m: Fix typo.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12420
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12421 See ChangeLog.1 in the top level directory for earlier changes.