Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9618:e381f80a5f7a
correctly toggle hold state
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 05 Sep 2009 16:50:21 -0400 |
parents | 70de69177370 |
children | 40cbcdf12b54 |
rev | line source |
---|---|
9618
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1 2009-09-05 John W. Eaton <jwe@octave.org> |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
2 |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
3 * plot/hold.m: Correctly toggle hold state. Set both figure and |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
4 axes "nextplot" property when turning hold state on. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
5 * plot/ishold.m: Check figure and axes nextplot properties. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
6 Accept axes or figure handle argument. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
7 |
9598
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
8 2009-09-01 Christophe Tournery <christophe.tournery@illusonic.com> |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
9 |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
10 * audio/wavread.m: Rename data_size from obsolete ck_size. |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
11 |
9590
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
12 2009-08-31 David Bateman <dbateman@free.fr> |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
13 |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
14 * general/quadgk.m: More care with the interval length and |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
15 convergence of contour integrals. |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
16 |
9586
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
17 2009-08-29 John W. Eaton <jwe@octave.org> |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
18 |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
19 * time/datestr.m: Add missing semicolon. |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
20 |
9576 | 21 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
22 | |
23 * general/int2str.m: Convert to double before calling log10. | |
24 | |
9574
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
25 2009-08-26 E. Joshua Rigler <relgire@gmail.com> |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
26 |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
27 * time/datestr.m: Set tm.isdst to -1 before calling mktime. |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
28 |
9561
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
29 2009-08-25 John W. Eaton <jwe@octave.org> |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
30 |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
31 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
32 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
33 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
34 Dmitri Sergatskov <dasergatskov@gmail.com>. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
35 |
9554
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
36 2009-08-22 David Bateman <dbateman@free.fr> |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
37 |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
38 * plot/__add_datasource__.m: Correct test for "datasource" argument |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
39 * plot/__countour__.m: Add edgecolor properties and make it an alias |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
40 for linecolor with the value "auto" being "flat" for the edgecolor. |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
41 |
9535
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
42 2009-08-17 John W. Eaton <jwe@octave.org> |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
43 |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
44 * help/print_usage.m: Make it work again if an argument is given. |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
45 |
9530
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
46 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
47 |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
48 * help/print_usage: Allow calling from methods. |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
49 |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
50 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
51 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
52 * general/diff.m: Remove. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
53 * general/Makefile.in: Update. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
54 |
9510
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
55 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
56 |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
57 * general/flipdim.m: Fix omitted check. |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
58 |
9508 | 59 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
60 | |
61 * general/flipdim.m: Simplify. | |
62 | |
9504
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
63 2009-08-07 Olli Saarela <olli.saarela@gmail.com> |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
64 |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
65 * plot/__gnuplot_ginput__.m: If read fails to return data, sleep |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
66 before trying again. |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
67 |
9502
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
68 2009-08-06 John W. Eaton <jwe@octave.org> |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
69 |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
70 * plot/compass.m, plot/feather.m: Simplify argument processing. |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
71 |
9500
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
72 2009-08-06 John W. Eaton <jwe@octave.org> |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
73 |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
74 * statistics/base/std.m: Correctly work along singleton dimension. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
75 From Christoph Ellenberger <C.Ellenberger@gmx.net>. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
76 |
9496 | 77 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
78 | |
79 * geometry/griddata.m: Optimize. | |
80 | |
9501 | 81 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
9495 | 82 |
83 * geometry/griddata.m: Linearize arrays. | |
84 | |
9501 | 85 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9498
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
86 |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
87 * set/setxor.m: Added test for cell arrays of strings. |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
88 |
9491
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
89 2009-08-05 Olli Saarela <olli.saarela@gmail.com> |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
90 |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
91 * plot/__gnuplot_get_var__.m: If read fails to return data, sleep |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
92 before trying again. |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
93 |
9501 | 94 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9481
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
95 |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
96 * set/setxor.m: Support cell arrays of strings. |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
97 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
98 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
99 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
100 * general/sub2ind.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
101 * general/ind2sub.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
102 * general/Makefile.in: Update. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
103 |
9501 | 104 2009-08-02 Ben Abbott <bpabbott@mac.com> |
9478
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
105 |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
106 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
107 rapid replots by avoidng setting multiplot mode. This fix only |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
108 functions for a single axes with no image objects. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
109 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
110 |
9477 | 111 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
112 | |
113 * general/common_size: Optimize. | |
114 | |
9501 | 115 2009-07-29 Ben Abbott <bpabbott@mac.com> |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
116 |
9472
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
117 * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character |
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
118 array. |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
119 * plot/__go_draw_axes__.m: Ignore fontnames for the Lua-TikZ terminal. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
120 * plot/gnuplot_drawnow.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
121 * plot/print.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
122 |
9467
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
123 2009-07-29 Jaroslav Hajek <highegg@gmail.com> |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
124 |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
125 * plot/gnuplot_binary.m: Fix typo. |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
126 |
9464
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
127 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
128 |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
129 * optimization/fzero.m: Use "global" parameter in str2func. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
130 * optimization/fsolve.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
131 * optimization/fminunc.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
132 |
9461
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
133 2009-07-24 John W. Eaton <jwe@octave.org> |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
134 |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
135 * plot/gnuplot_binary.in: Accept arguments in addition to program name. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
136 * plot/__gnuplot_open_stream__.m: Pass additional args to gnuplot. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
137 |
9501 | 138 2009-07-23 Ben Abbott <bpabbott@mac.com> |
9457
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
139 |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
140 * plot/legend.m: Add an hggroup demo using bar(). Include clf() |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
141 in each demo. |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
142 |
9451 | 143 2009-07-23 John W. Eaton <jwe@octave.org> |
144 | |
9456 | 145 * image/imread.m: Fix test. |
146 | |
9451 | 147 * plot/legend.m: Process arguments in order, child objects in |
148 reverse. Remove special case for single label. New demos. | |
149 | |
9448
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
150 2009-07-23 Thorsten Meyer <thorsten.meyier@gmx.de> |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
151 |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
152 * testfun/assert.m: Fix string comparison bug. |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
153 |
9447
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
154 2009-07-20 Jaroslav Hajek <highegg@gmail.com> |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
155 |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
156 * testfun/assert.m: Use less strict checking for exact matches. |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
157 |
9438
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
158 2009-07-17 John W. Eaton <jwe@octave.org> |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
159 |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
160 * plot/__go_draw_axes__.m: Use "layer" property to decide whether |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
161 to send "set border front" or "set border layerdefault" to plot |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
162 stream. Don't send "set border front" to plot stream for image data. |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
163 |
9501 | 164 2009-07-15 Robert T. Short <octave@phaselockedsystems.com> |
9433
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
165 |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
166 * polynomial/conv.m: Fix Matlab incompatibility. New tests. |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
167 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
168 2009-07-09 John W. Eaton <jwe@octave.org> |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
169 |
9427
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
170 * plot/axis.m: Return 4-element vector for 2-d view. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
171 From David Woodburn <david.woodburn@gmail.com>. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
172 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
173 * sparse/nonzeros.m: Always return a column vector. New tests. |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
174 |
9501 | 175 2009-06-25 Ben Abbott <bpabbott@mac.com> |
9398
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
176 |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
177 * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
178 * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
179 gnuplot >= 4.3.0. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
180 |
9501 | 181 2009-06-24 Ben Abbott <bpabbott@mac.com> |
9393
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
182 |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
183 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
184 output is landscape. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
185 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
186 properties, and rely upon listeners for units conversion. Minor code |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
187 improvements. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
188 * plot/print.m: Reimplement -landscape and -portrait to modify the |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
189 properties papersize and paperposition. Produce compatible results |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
190 when paperpositionmode=='auto'. Simplfy units conversion and |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
191 restoration of initial figure properties. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
192 |
9388
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
193 2009-06-24 Marco Caliari <marco.caliari@univr.it> |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
194 |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
195 * general/repmat.m: Call kron, not spkron. |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
196 |
9385
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
197 2009-06-24 Alexander Mamonov <mamonov@gmail.com> |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
198 |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
199 * plot/plot3.m: Correctly compute offsets for property/value pairs. |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
200 |
9382
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
201 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
202 |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
203 * image/imread.m: New test. |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
204 |
9501 | 205 2009-06-22 Ben Abbott <bpabbott@mac.com> |
9374
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
206 |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
207 * plot/grid.m: Add missing semi-colon. Allow grid to be toggled |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
208 on/off for each axis independently. Gnuplot requires that minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
209 ticks accompany minor ticks. Add demo. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
210 * plot/__go_draw_axes__.m: For {x,y,z}scale == 'log' use 10 minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
211 ticks. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
212 |
9371
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
213 2009-06-22 John W. Eaton <jwe@octave.org> |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
214 |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
215 * statistics/base/var.m: Return zero for scalar case. Handle |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
216 empty arguments in a Matlab compatible way. New tests. |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
217 |
9364 | 218 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
219 | |
220 * set/ismember.m: Properly handle NaNs. Fix test. | |
221 | |
9501 | 222 2009-06-18 Ben Abbott <bpabbott@mac.com> |
9361
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
223 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
224 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
225 to ',0' to avoid delays searching the fontpath for a font named '*'. |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
226 |
9501 | 227 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
9360
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
228 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
229 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
230 poles at zero. Test added. |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
231 |
9501 | 232 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
233 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
234 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
235 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
236 |
9501 | 237 2009-06-15 Ben Abbott <bpabbott@mac.com> |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
238 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
239 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
240 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
241 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
242 |
9501 | 243 2009-06-14 Ben Abbott <bpabbott@mac.com> |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
244 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
245 * 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
|
246 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
247 |
9501 | 248 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
249 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
250 * 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
|
251 |
9345 | 252 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
253 | |
254 * set/ismember.m: Reimplement using lookup & unique. | |
255 | |
9501 | 256 2009-06-11 Ben Abbott <bpabbott@mac.com> |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
257 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
258 * 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
|
259 * 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
|
260 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
261 * 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
|
262 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
|
263 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
|
264 |
9501 | 265 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
266 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
267 * 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
|
268 * 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
|
269 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
270 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
271 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
272 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
|
273 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
274 * 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
|
275 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
276 |
9501 | 277 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
278 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
279 * 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
|
280 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
281 |
9501 | 282 2009-06-08 Ben Abbott <bpabbott@mac.com> |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
283 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
284 * 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
|
285 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
286 |
9313 | 287 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
288 | |
289 * testfun/assert.m: Fix texinfo bug. | |
290 | |
9501 | 291 2009-06-04 Ben Abbott <bpabbott@mac.com> |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
292 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
293 * 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
|
294 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
|
295 * 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
|
296 |
9501 | 297 2009-06-03 Ben Abbott <bpabbott@mac.com> |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
298 |
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
|
299 * 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
|
300 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
|
301 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
|
302 * 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
|
303 "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
|
304 * 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
|
305 __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
|
306 * 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
|
307 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
308 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
309 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
310 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
311 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
312 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
|
313 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
314 * 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
|
315 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
316 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
317 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
|
318 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
319 * 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
|
320 |
9501 | 321 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
322 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
323 * 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
|
324 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
325 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
326 * 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
|
327 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
328 |
9501 | 329 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
330 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
331 * 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
|
332 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
333 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
|
334 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
335 * 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
|
336 * 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
|
337 |
9278 | 338 2009-05-28 Radek Salac <salac.r@gmail.com> |
339 | |
340 * sparse/bicgstab.m: New output when calling without arguments. | |
341 Time optimization - remove certain checks linked to preconditioner which | |
342 are unacceptably slow. | |
343 * sparse/cgs.m: New output when calling without arguments. | |
344 Time optimization - remove certain checks linked to preconditioner which | |
345 are unacceptably slow. Rename internal variable to match bicgstab. | |
346 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
347 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
|
348 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
349 * 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
|
350 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
351 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
|
352 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
353 * 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
|
354 |
9273 | 355 2009-05-27 John W. Eaton <jwe@octave.org> |
356 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
357 * 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
|
358 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
359 |
9273 | 360 * image/imshow.m: In demo, convert image to rgb before scaling |
361 components. Use imread instead of loadimage. | |
362 | |
9501 | 363 2009-05-26 Ben Abbott <bpabbott@mac.com> |
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
|
364 |
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
|
365 * 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
|
366 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
|
367 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
368 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
|
369 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
370 * 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
|
371 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
372 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
373 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
374 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
375 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
376 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
|
377 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
378 * 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
|
379 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
380 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
381 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
382 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
383 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
384 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
|
385 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
386 * 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
|
387 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
388 |
9501 | 389 2009-05-25 Ben Abbott <bpabbott@mac.com> |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
390 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
391 * 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
|
392 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
393 |
9501 | 394 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
395 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
396 * 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
|
397 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
398 * 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
|
399 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
400 |
9501 | 401 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
402 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
403 * 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
|
404 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
405 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
406 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
|
407 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
408 * 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
|
409 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
|
410 |
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
|
411 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
|
412 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
413 * 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
|
414 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
|
415 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
416 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
|
417 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
418 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
419 * 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
|
420 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
421 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
422 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
423 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
|
424 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
425 * *.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
|
426 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
427 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
428 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
|
429 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
430 * 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
|
431 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
432 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
433 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
|
434 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
435 * 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
|
436 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
|
437 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
|
438 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
439 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
|
440 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
441 * 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
|
442 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
443 |
9501 | 444 2009-05-08 Ben Abbott <bpabbott@mac.com> |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
445 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
446 * 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
|
447 * 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
|
448 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
449 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
|
450 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
451 * 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
|
452 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
|
453 |
9501 | 454 2009-04-30 Ben Abbott <bpabbott@mac.com> |
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
|
455 |
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
|
456 * 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
|
457 "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
|
458 |
9501 | 459 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
460 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
461 * 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
|
462 |
9160 | 463 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
464 | |
465 * statistics/base/range.m: Fix behavior when dim is specified. | |
466 | |
9501 | 467 2009-04-28 Ben Abbott <bpabbott@mac.com> |
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
|
468 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
469 * 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
|
470 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
|
471 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
|
472 |
9501 | 473 2009-04-23 Ben Abbott <bpabbott@mac.com> |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
474 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
475 * 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
|
476 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
|
477 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
|
478 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
|
479 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
480 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
481 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
482 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
483 |
9140 | 484 2009-04-20 John W. Eaton <jwe@octave.org> |
485 | |
486 * special-matrix/vander.m: Update tests. | |
487 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
488 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
|
489 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
490 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
491 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
492 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
493 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
|
494 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
495 * 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
|
496 |
9501 | 497 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
498 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
499 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
500 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
501 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
|
502 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
503 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
504 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
505 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
506 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
|
507 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
508 * 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
|
509 |
9501 | 510 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
511 | |
512 * special-matrix/hadamard.m: Fix a documentation mistake. | |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
513 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
514 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
|
515 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
516 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
517 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
518 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
519 |
9501 | 520 2009-04-12 Ben Abbott <bpabbott@mac.com> |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
521 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
522 * 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
|
523 * 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
|
524 * 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
|
525 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
526 |
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
|
527 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
|
528 |
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
|
529 * 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
|
530 * 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
|
531 * 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
|
532 * 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
|
533 * 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
|
534 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
|
535 * 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
|
536 |
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
|
537 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
|
538 |
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
|
539 * 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
|
540 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
|
541 * 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
|
542 |
9108 | 543 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
544 | |
545 * set/intersect.m: Add missing branch. | |
546 | |
9501 | 547 2009-04-10 Ben Abbott <bpabbott@mac.com> |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
548 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
549 * 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
|
550 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
|
551 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
|
552 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
553 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
554 * 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
|
555 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
556 * 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
|
557 |
9104 | 558 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
559 | |
560 * special-matrix/vander.m: Optimize. | |
561 | |
9501 | 562 2009-04-07 Ben Abbott <bpabbott@mac.com> |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
563 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
564 * 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
|
565 |
9501 | 566 2009-04-06 Ben Abbott <bpabbott@mac.com> |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
567 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
568 * 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
|
569 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
|
570 * 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
|
571 * 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
|
572 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
|
573 |
9501 | 574 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
575 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
576 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
577 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
578 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
579 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
580 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
581 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
582 |
9093 | 583 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
584 | |
585 * linear-algebra/vech.m: Optimize. | |
586 | |
9092 | 587 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
588 | |
589 * special-matrix/toeplitz.m: Optimize. | |
590 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
591 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
592 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
593 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
594 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
595 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
|
596 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
597 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
598 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
599 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
600 |
9501 | 601 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
602 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
603 * 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
|
604 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
605 |
9501 | 606 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
607 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
608 * 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
|
609 |
9075 | 610 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
611 | |
612 * optimization/fsolve.m: Fix test. | |
613 | |
9501 | 614 2009-03-30 Ben Abbott <bpabbott@mac.com> |
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
|
615 |
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
|
616 * 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
|
617 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
|
618 |
9501 | 619 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
620 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
621 * 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
|
622 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
|
623 * 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
|
624 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
625 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
626 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
|
627 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
628 * 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
|
629 |
9501 | 630 2009-03-29 Ben Abbott <bpabbott@mac.com> |
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
|
631 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
632 * 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
|
633 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
|
634 |
9501 | 635 2009-03-28 Ben Abbott <bpabbott@mac.com> |
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
|
636 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
637 * 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
|
638 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
|
639 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
|
640 |
9501 | 641 2009-03-27 Ben Abbott <bpabbott@mac.com> |
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
|
642 |
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
|
643 * 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
|
644 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
|
645 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
646 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
|
647 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
648 * 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
|
649 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
650 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
|
651 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
652 * 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
|
653 dimensions. Change interpretation of vector arguments from |
9016 | 654 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
|
655 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
656 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
|
657 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
658 * 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
|
659 * 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
|
660 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
|
661 |
9501 | 662 2009-03-24 Ben Abbott <bpabbott@mac.com> |
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
|
663 |
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
|
664 * 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
|
665 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
|
666 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
667 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
|
668 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
669 * 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
|
670 |
9501 | 671 2009-03-23 Ben Abbott <bpabbott@mac.com> |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
672 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
673 * 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
|
674 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
675 * 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
|
676 |
9501 | 677 2009-03-21 Ben Abbott <bpabbott@mac.com> |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
678 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
679 * 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
|
680 * 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
|
681 * 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
|
682 |
9501 | 683 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
684 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
685 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
686 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
687 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
688 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
689 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
690 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
691 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
692 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
|
693 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
694 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
695 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
696 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
697 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
698 |
8980 | 699 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
700 | |
701 * statistics/base/var.m: a -> x. | |
702 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
703 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
704 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
705 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
706 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
707 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
708 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
709 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
710 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
711 |
8970 | 712 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
713 | |
714 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
715 products. | |
716 | |
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
|
717 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
|
718 |
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
|
719 * 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
|
720 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
|
721 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
|
722 |
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
|
723 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
|
724 |
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
|
725 * 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
|
726 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
|
727 "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
|
728 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
729 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
|
730 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
731 * 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
|
732 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
733 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
734 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
|
735 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
736 * 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
|
737 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
738 * 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
|
739 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
|
740 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
741 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
742 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
743 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
744 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
745 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
746 |
9501 | 747 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
748 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
749 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
750 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
751 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
|
752 |
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
|
753 * 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
|
754 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
|
755 * 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
|
756 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
|
757 |
8912 | 758 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
759 | |
760 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
761 for tests. | |
762 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
763 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
|
764 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
765 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
766 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
767 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
|
768 |
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
|
769 * 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
|
770 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
|
771 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
772 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
773 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
774 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
775 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
776 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
|
777 |
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
|
778 * 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
|
779 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
|
780 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
781 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
782 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
783 * 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
|
784 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
785 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
|
786 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
787 * 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
|
788 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
789 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
790 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
|
791 |
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
|
792 * 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
|
793 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
|
794 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
|
795 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
796 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
|
797 |
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
|
798 * 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
|
799 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
|
800 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
801 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
|
802 |
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
|
803 * 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
|
804 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
|
805 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
|
806 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
807 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
|
808 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
809 * 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
|
810 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
811 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
812 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
|
813 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
814 * 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
|
815 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
|
816 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
817 * 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
|
818 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
819 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
820 * 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
|
821 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
|
822 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
|
823 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
824 * 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
|
825 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
|
826 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
|
827 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
|
828 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
|
829 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
|
830 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
|
831 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
832 * 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
|
833 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
|
834 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
835 * 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
|
836 "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
|
837 * 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
|
838 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
|
839 * 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
|
840 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
841 * 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
|
842 * 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
|
843 * 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
|
844 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
845 * 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
|
846 |
8884 | 847 2009-02-27 John W. Eaton <jwe@octave.org> |
848 | |
8887 | 849 * set/complement.m: Call unique, not create_set. |
850 * set/unique.m: Style fix for docstring. | |
851 * deprecated/create_set.m: Move here from set/create_set.m. | |
852 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
|
853 |
8887 | 854 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
855 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
856 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
857 * 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
|
858 |
8884 | 859 * strings/strsplit.m: Style fixes. |
860 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
861 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
862 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
863 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
864 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
865 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
|
866 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
867 * 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
|
868 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
869 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
870 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
871 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
872 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
873 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
874 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
875 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
876 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
877 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
878 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
879 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
880 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
881 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
882 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
883 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
884 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
885 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
886 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
887 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
888 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
889 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
|
890 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
891 * 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
|
892 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
893 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
894 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
895 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
896 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
897 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
898 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
899 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
900 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
901 * 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
|
902 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
|
903 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
904 * 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
|
905 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
906 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
907 |
8861 | 908 2009-02-24 John W. Eaton <jwe@octave.org> |
909 | |
910 * 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
|
911 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
|
912 |
8861 | 913 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
914 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
915 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
|
916 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
917 * 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
|
918 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
919 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
920 * 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
|
921 |
8857 | 922 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
923 | |
924 * optimization/fsolve.m: Update niter after each iteration, not just | |
925 a succesful one. | |
926 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
927 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
|
928 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
929 * 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
|
930 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
931 * 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
|
932 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
933 |
8847 | 934 2009-02-23 John W. Eaton <jwe@octave.org> |
935 | |
936 * plot/fplot.m: Fix nargin check. | |
937 From Joel Parker <Joel.Parker@radiancetech.com>. | |
938 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
939 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
|
940 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
941 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
942 |
8826 | 943 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
944 | |
945 * linear-algebra/dmult.m: Remove. | |
946 * linear-algebra/Makefile.in: Update. | |
947 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
948 * deprecated/Makefile.in: Update. | |
949 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
950 by diagonal matrices. | |
951 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
952 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
|
953 |
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
|
954 * 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
|
955 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
|
956 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
|
957 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
958 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
|
959 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
960 * 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
|
961 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
|
962 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
|
963 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
|
964 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
|
965 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
|
966 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
|
967 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
|
968 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
|
969 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
|
970 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
|
971 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
|
972 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
|
973 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
|
974 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
|
975 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
|
976 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
|
977 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
|
978 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
|
979 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
|
980 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
981 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
982 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
983 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
984 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
985 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
986 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
|
987 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
988 * 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
|
989 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
990 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
|
991 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
992 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
993 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
994 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
|
995 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
996 * 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
|
997 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
998 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
999 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
|
1000 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1001 * 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
|
1002 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
|
1003 |
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
|
1004 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
|
1005 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1006 * 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
|
1007 * 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
|
1008 * 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
|
1009 * 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
|
1010 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
|
1011 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
|
1012 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1013 2009-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
|
1014 |
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
|
1015 * 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
|
1016 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
|
1017 (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
|
1018 (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
|
1019 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1020 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
|
1021 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1022 * 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
|
1023 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1024 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
|
1025 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1026 * 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
|
1027 * 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
|
1028 * 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
|
1029 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
|
1030 * 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
|
1031 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1032 |
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
|
1033 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
|
1034 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1035 * 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
|
1036 * 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
|
1037 |
8757 | 1038 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1039 | |
1040 * 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
|
1041 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
1042 * optimization/fsolve.m: Update comments. |
8757 | 1043 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1044 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
|
1045 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1046 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1047 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1048 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
|
1049 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1050 * 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
|
1051 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
|
1052 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1053 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1054 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1055 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
|
1056 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
|
1057 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
|
1058 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
|
1059 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
|
1060 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
|
1061 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1062 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1063 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1064 * 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
|
1065 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1066 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1067 * 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
|
1068 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1069 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1070 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1071 * 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
|
1072 |
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
|
1073 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
|
1074 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1075 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1076 |
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
|
1077 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1078 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1079 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1080 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1081 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
|
1082 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1083 * 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
|
1084 |
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
|
1085 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
|
1086 |
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
|
1087 * 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
|
1088 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
|
1089 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1090 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
|
1091 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1092 * 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
|
1093 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1094 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1095 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1096 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1097 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1098 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1099 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
|
1100 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1101 * 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
|
1102 |
8714 | 1103 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1104 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1105 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1106 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
|
1107 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1108 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1109 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
|
1110 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1111 * 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
|
1112 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1113 * 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
|
1114 |
8698 | 1115 2009-02-08 John W. Eaton <jwe@octave.org> |
1116 | |
1117 * Makefile.in (install install-strip): Don't install ls-R file. | |
1118 (uninstall): Don't uninstall ls-R file. | |
1119 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1120 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1121 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1122 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1123 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1124 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1125 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
|
1126 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1127 * 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
|
1128 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1129 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
|
1130 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1131 * 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
|
1132 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1133 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1134 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
|
1135 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1136 * 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
|
1137 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1138 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
|
1139 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1140 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1141 * 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
|
1142 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1143 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
|
1144 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1145 * 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
|
1146 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1147 |
8666 | 1148 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
1149 | |
1150 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
1151 instead of "interpolate 4, 4". | |
1152 | |
8664 | 1153 2009-02-04 John W. Eaton <jwe@octave.org> |
1154 | |
1155 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
1156 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
1157 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
1158 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
1159 geometry/voronoi.m, geometry/voronoin.m, | |
1160 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
1161 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
1162 linear-algebra/dmult.m, linear-algebra/dot.m, | |
1163 linear-algebra/expm.m, linear-algebra/housh.m, | |
1164 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
1165 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
1166 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
1167 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
1168 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
1169 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
1170 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
1171 statistics/tests/cor_test.m, | |
1172 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
1173 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
1174 time/addtodate.m: Style fixes. | |
1175 | |
8661 | 1176 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
1177 | |
1178 * optimization/fsolve.m: remove redundant line. | |
1179 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1180 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1181 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1182 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1183 |
9501 | 1184 2009-02-02 Rob Mahurin <rob@utk.edu> |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1185 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1186 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1187 |
8652 | 1188 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
1189 | |
1190 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
1191 mlock to avoid unloading. | |
1192 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1193 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
|
1194 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1195 * 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
|
1196 * 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
|
1197 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
|
1198 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1199 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1200 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1201 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1202 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1203 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1204 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1205 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1206 |
8645 | 1207 2009-01-30 Kai Habel <kai.habel@gmx.de> |
1208 | |
1209 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
1210 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
1211 Require gnuplot 4.3 for transparent patches and surfaces. | |
1212 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1213 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
|
1214 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1215 * 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
|
1216 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
|
1217 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1218 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
|
1219 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1220 * 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
|
1221 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1222 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1223 * 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
|
1224 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1225 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
|
1226 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1227 * 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
|
1228 |
9501 | 1229 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8633 | 1230 |
1231 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1232 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1233 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1234 |
1235 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1236 print sensible error message when function is found but not documented. | |
1237 | |
1238 * help/help.m: Allow displaying 'Contents.m' files. | |
1239 | |
9501 | 1240 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1241 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1242 * 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
|
1243 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1244 |
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
|
1245 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1246 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1247 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1248 |
1249 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1250 feature. | |
1251 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1252 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
|
1253 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1254 * 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
|
1255 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1256 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1257 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
|
1258 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1259 * 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
|
1260 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
|
1261 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
|
1262 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1263 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1264 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1265 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1266 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1267 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1268 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1269 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
|
1270 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1271 * 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
|
1272 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
|
1273 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
|
1274 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1275 * 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
|
1276 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1277 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1278 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1279 * 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
|
1280 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1281 |
8602 | 1282 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1283 | |
1284 * polynomial/spline.m: Doc fix. | |
1285 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1286 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
|
1287 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1288 * 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
|
1289 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1290 |
8600 | 1291 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1292 | |
1293 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1294 square and overdetermined systems. | |
1295 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1296 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
|
1297 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1298 * 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
|
1299 Adjust some defaults. |
8628 | 1300 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1301 * 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
|
1302 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1303 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
|
1304 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1305 * 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
|
1306 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1307 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1308 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1309 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1310 |
8591 | 1311 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1312 | |
1313 * optimization/__fsolve_defopts__.m: Remove. | |
1314 * optimization/Makefile.in: Reflect change. | |
1315 | |
8590 | 1316 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1317 | |
1318 * optimization/__fdjac__.m: Fix setting up h. | |
1319 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1320 large enough square and overdetermined systems, with pivoting in the | |
1321 first step. Simplify options. Adjust defaults - make TR radius | |
1322 tolerance less stringent. Support DisplayFcn. | |
1323 | |
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
|
1324 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
|
1325 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1326 * 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
|
1327 |
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
|
1328 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
|
1329 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1330 * 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
|
1331 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1332 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1333 |
1334 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1335 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1336 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
|
1337 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1338 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1339 * 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
|
1340 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1341 * 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
|
1342 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1343 * 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
|
1344 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1345 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1346 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
|
1347 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1348 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1349 * 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
|
1350 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1351 * 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
|
1352 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
|
1353 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
|
1354 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1355 * 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
|
1356 * 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
|
1357 * 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
|
1358 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1359 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1360 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
|
1361 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1362 * 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
|
1363 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1364 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
|
1365 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1366 * 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
|
1367 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1368 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
|
1369 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1370 * 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
|
1371 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
|
1372 * 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
|
1373 * 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
|
1374 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1375 * 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
|
1376 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
|
1377 * 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
|
1378 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1379 * 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
|
1380 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1381 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1382 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1383 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1384 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1385 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1386 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1387 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1388 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1389 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1390 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1391 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
|
1392 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1393 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1394 * general/prepad.m: Doc fix. |
8544 | 1395 * image/pink.m: Spelling fix. |
1396 * image/hsv.m: Doc fix. | |
1397 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1398 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1399 * 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
|
1400 |
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
|
1401 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1402 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1403 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1404 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1405 |
9501 | 1406 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1407 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1408 * 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
|
1409 |
9501 | 1410 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1411 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1412 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1413 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1414 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
|
1415 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1416 * 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
|
1417 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
|
1418 |
8528 | 1419 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1420 | |
1421 * plot/grid.m: Document handle argument. | |
1422 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1423 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
|
1424 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1425 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1426 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1427 |
8521 | 1428 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1429 | |
1430 * gethelp.cc: Include <cstdio>. | |
1431 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1432 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
|
1433 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1434 * 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
|
1435 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
|
1436 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1437 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
|
1438 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1439 * 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
|
1440 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1441 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
|
1442 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
|
1443 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
|
1444 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
|
1445 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
|
1446 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
|
1447 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
|
1448 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
|
1449 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
|
1450 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
|
1451 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
|
1452 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
|
1453 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
|
1454 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1455 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1456 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
|
1457 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1458 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1459 |
8513 | 1460 * optimization/fsolve.m: Doc fix. |
1461 | |
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
|
1462 * 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
|
1463 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1464 * 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
|
1465 |
8506 | 1466 2009-01-13 John W. Eaton <jwe@octave.org> |
1467 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1468 * 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
|
1469 |
8507 | 1470 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1471 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1472 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1473 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1474 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1475 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1476 image/imwrite.m, linear-algebra/dmult.m, | |
1477 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1478 miscellaneous/setfield.m, miscellaneous/what.m, | |
1479 optimization/fsolve.m, optimization/fzero.m, | |
1480 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1481 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1482 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1483 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1484 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1485 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1486 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1487 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1488 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1489 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1490 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1491 statistics/base/center.m, statistics/base/quantile.m, | |
1492 statistics/base/ranks.m, statistics/base/std.m, | |
1493 statistics/distributions/hygepdf.m, | |
1494 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1495 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1496 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1497 testfun/speed.m, testfun/test.m: Style fixes. | |
1498 | |
8506 | 1499 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1500 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1501 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1502 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1503 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1504 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1505 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1506 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1507 statistics/base/quantile.m, statistics/base/values.m, | |
1508 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1509 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1510 time/datestr.m, time/datevec.m: Comment style fixes. | |
1511 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1512 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
|
1513 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1514 * 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
|
1515 |
8466 | 1516 2009-01-12 John W. Eaton <jwe@octave.org> |
1517 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1518 * 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
|
1519 Use strcmpi to compare options. |
8466 | 1520 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1521 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
|
1522 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1523 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1524 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1525 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1526 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
|
1527 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1528 * 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
|
1529 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1530 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1531 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1532 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1533 * miscellaneous/orderfields.m: Ditto. |
1534 * miscellaneous/what.m: Ditto. | |
1535 * pkg/pkg.m: Ditto. | |
1536 * plot/ndgrid.m: Ditto. | |
1537 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1538 |
9501 | 1539 2009-01-09 Kai Habel <kai.habel@gmx.de> |
8451 | 1540 |
1541 * plot/surfl.m: New function | |
8628 | 1542 * plot/diffuse.m: Ditto. |
1543 * plot/specular.m: Ditto. | |
8451 | 1544 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1545 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
|
1546 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1547 * 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
|
1548 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1549 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
|
1550 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1551 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1552 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1553 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
|
1554 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1555 * 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
|
1556 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
|
1557 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
|
1558 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
|
1559 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
|
1560 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
|
1561 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
|
1562 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
|
1563 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
|
1564 * 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
|
1565 * 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
|
1566 * 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
|
1567 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1568 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
|
1569 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1570 * 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
|
1571 |
9501 | 1572 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
8438 | 1573 |
1574 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1575 operation fails. | |
1576 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1577 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
|
1578 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1579 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1580 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1581 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1582 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1583 * 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
|
1584 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1585 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1586 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1587 * 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
|
1588 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1589 |
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
|
1590 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
|
1591 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1592 * 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
|
1593 |
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
|
1594 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
|
1595 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1596 * 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
|
1597 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1598 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1599 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1600 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1601 |
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
|
1602 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
|
1603 |
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
|
1604 * 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
|
1605 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
|
1606 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1607 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1608 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1609 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1610 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1611 |
8416 | 1612 2008-11-21 Radek Salac <salac.r@gmail.com> |
1613 | |
1614 * sparse/bicgstab.m: New function. | |
1615 * sparse/Makefile.in (SOURCES): Add it here. | |
1616 | |
9501 | 1617 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1618 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1619 * 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
|
1620 (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
|
1621 * 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
|
1622 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1623 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1624 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1625 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1626 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1627 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1628 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1629 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
|
1630 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1631 * 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
|
1632 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
|
1633 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1634 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1635 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1636 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1637 |
8393 | 1638 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1639 | |
8394 | 1640 * linear-algebra/expm.m: New source. |
8393 | 1641 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1642 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1643 |
8394 | 1644 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1645 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1646 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1647 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1648 * 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
|
1649 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1650 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
|
1651 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1652 * 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
|
1653 * 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
|
1654 * 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
|
1655 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1656 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
|
1657 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1658 * 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
|
1659 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
|
1660 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
|
1661 * 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
|
1662 * 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
|
1663 * 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
|
1664 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1665 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1666 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1667 * 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
|
1668 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1669 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
|
1670 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1671 * 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
|
1672 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1673 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
|
1674 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1675 * 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
|
1676 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1677 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
|
1678 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1679 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
|
1680 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1681 |
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
|
1682 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
|
1683 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1684 * 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
|
1685 |
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
|
1686 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
|
1687 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1688 * 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
|
1689 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1690 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
|
1691 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1692 * 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
|
1693 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1694 |
8324 | 1695 2008-11-14 David Bateman <dbateman@free.fr> |
1696 | |
1697 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1698 of the axis object. | |
1699 | |
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
|
1700 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
|
1701 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1702 * 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
|
1703 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1704 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
|
1705 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1706 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1707 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1708 |
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
|
1709 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
|
1710 |
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
|
1711 * 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
|
1712 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
|
1713 * 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
|
1714 |
8316 | 1715 2008-11-10 John W. Eaton <jwe@octave.org> |
1716 | |
1717 * 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
|
1718 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1719 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1720 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
|
1721 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1722 * 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
|
1723 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1724 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1725 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
|
1726 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1727 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1728 |
9501 | 1729 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1730 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1731 * 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
|
1732 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1733 |
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
|
1734 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
|
1735 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1736 * 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
|
1737 |
9501 | 1738 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1739 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1740 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1741 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1742 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1743 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1744 |
9501 | 1745 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 1746 |
1747 * optimization/fzero.m: Replace tabs by spaces. | |
1748 | |
9501 | 1749 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 1750 |
1751 * optimization/fzero.m: Simplify exception handling. | |
1752 | |
1753 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1754 | |
1755 * optimization/fzero.m: New function file. | |
1756 * optimization/Makefile.in: Add it. | |
1757 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1758 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1759 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1760 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1761 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1762 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1763 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1764 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1765 |
9501 | 1766 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1767 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1768 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1769 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1770 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1771 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1772 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1773 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1774 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1775 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1776 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
|
1777 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1778 * 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
|
1779 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1780 * 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
|
1781 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
|
1782 * 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
|
1783 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1784 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
|
1785 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1786 * 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
|
1787 * 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
|
1788 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
|
1789 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1790 * 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
|
1791 * 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
|
1792 * 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
|
1793 * 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
|
1794 * 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
|
1795 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1796 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1797 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
|
1798 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1799 * 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
|
1800 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
|
1801 * 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
|
1802 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
|
1803 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
|
1804 * 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
|
1805 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1806 * 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
|
1807 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
|
1808 * 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
|
1809 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
|
1810 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1811 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1812 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
|
1813 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1814 * 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
|
1815 |
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
|
1816 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
|
1817 |
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
|
1818 * 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
|
1819 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
|
1820 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1821 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
|
1822 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1823 * 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
|
1824 |
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
|
1825 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
|
1826 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1827 * 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
|
1828 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1829 * 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
|
1830 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1831 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
|
1832 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1833 * 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
|
1834 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1835 |
8257 | 1836 2008-10-22 David Bateman <dbateman@free.fr> |
1837 | |
8260 | 1838 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1839 "caller" workspace. | |
1840 | |
8258 | 1841 * plot/__errplot__.m: Add errorbar series objects. |
1842 * plot/errbar.m: Add some demos. | |
1843 | |
8257 | 1844 * plot/__add_line_series__.m: Remove |
1845 * plot/Makefile.in (SOURCES): Remove it here too. | |
1846 * plot/__add_datasource__.m: Allow for more than one character in | |
1847 source name. | |
1848 * plot/refreshdata.m: Ditto. | |
1849 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1850 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1851 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1852 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1853 * plot/legend.m: Update type in loop and remove debugging messages. | |
1854 | |
8251 | 1855 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1856 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1857 * 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
|
1858 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1859 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1860 |
8249 | 1861 2008-10-21 John W. Eaton <jwe@octave.org> |
1862 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1863 * 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
|
1864 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1865 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1866 |
8249 | 1867 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1868 struct. Use get instead of examining struct fields directly. | |
1869 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1870 object struct. Use get instead of examining struct elements | |
1871 directly. Use allhild instead of looking at children field of | |
1872 figure object struct. | |
1873 | |
8251 | 1874 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1875 |
1876 * plot/orient.m: Fix syntax error. | |
1877 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1878 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1879 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1880 * 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
|
1881 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1882 * 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
|
1883 * 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
|
1884 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1885 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
|
1886 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1887 * 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
|
1888 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
|
1889 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1890 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1891 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
|
1892 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1893 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1894 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1895 * 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
|
1896 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1897 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1898 * 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
|
1899 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1900 * 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
|
1901 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1902 * 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
|
1903 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1904 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
|
1905 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1906 * 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
|
1907 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
|
1908 |
8236 | 1909 2008-10-17 David Bateman <dbateman@free.fr> |
1910 | |
1911 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1912 from potential axis handles. | |
1913 * plot/colorbar.m: Remove debug output. | |
1914 * plot/comet.m: Close plot before demo | |
1915 * plot/contourc.m: No output if nargout == 0. | |
1916 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1917 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
|
1918 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1919 * 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
|
1920 |
8229 | 1921 2008-10-16 John W. Eaton <jwe@octave.org> |
1922 | |
1923 * testfun/rundemos.m: New function. | |
1924 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1925 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
|
1926 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1927 * 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
|
1928 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1929 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
|
1930 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1931 * 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
|
1932 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
|
1933 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1934 * 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
|
1935 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
|
1936 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
|
1937 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1938 * 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
|
1939 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
|
1940 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1941 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1942 * 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
|
1943 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
|
1944 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1945 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
|
1946 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1947 * 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
|
1948 (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
|
1949 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1950 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
|
1951 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1952 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1953 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1954 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1955 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
|
1956 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1957 * 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
|
1958 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
|
1959 (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
|
1960 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1961 * 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
|
1962 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1963 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1964 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1965 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
|
1966 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1967 * 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
|
1968 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1969 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1970 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
|
1971 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1972 * 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
|
1973 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1974 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
|
1975 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1976 * 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
|
1977 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1978 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1979 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1980 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1981 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1982 |
8208 | 1983 2008-10-10 David Bateman <dbateman@free.fr> |
1984 | |
1985 * image/__img__.m: Manually set the limits of th eimage | |
1986 * plot/__go_draw_axes__.m: Base window position in the axis | |
1987 position property and not the outerposition property. Remove | |
1988 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1989 vector to support image based colorbars. Also check labelmode for | |
1990 manual tics. | |
1991 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1992 colorbar code. | |
1993 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1994 it to the principal axis. | |
1995 * plot/legend.m: Support an axis handle as the first | |
1996 argument. Support hggroups. | |
1997 * plot/pareto.m: Don't support an axis handle as the first | |
1998 argument as the plotyy command in fact needs two axis handles. | |
1999 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
2000 synchronize the two axes. | |
2001 * plot/subplot.m: Also skip axes that are tagged as being a | |
2002 colorbar. Don't break in search of overlapping axes to delete. Set | |
2003 both the position and the outerposition. | |
2004 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2005 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
|
2006 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
2007 * 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
|
2008 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2009 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
|
2010 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2011 * 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
|
2012 * 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
|
2013 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2014 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
|
2015 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2016 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2017 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2018 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2019 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2020 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2021 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2022 * 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
|
2023 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2024 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
|
2025 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2026 * 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
|
2027 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2028 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
|
2029 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2030 * 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
|
2031 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
|
2032 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
|
2033 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
|
2034 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
|
2035 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
|
2036 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
|
2037 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
|
2038 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
|
2039 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
|
2040 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2041 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
|
2042 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2043 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2044 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2045 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2046 * 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
|
2047 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2048 * 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
|
2049 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
2050 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
|
2051 |
8182 | 2052 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
2053 | |
2054 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
|
2055 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
2056 * 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
|
2057 |
8182 | 2058 2008-10-02 Ben Abbott <bpabbott@mac.com> |
2059 | |
2060 * 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
|
2061 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2062 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2063 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2064 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2065 |
8182 | 2066 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
|
2067 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2068 * 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
|
2069 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2070 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2071 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2072 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
|
2073 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2074 * 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
|
2075 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2076 * 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
|
2077 |
8182 | 2078 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
|
2079 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2080 * 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
|
2081 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2082 * 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
|
2083 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2084 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
|
2085 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2086 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2087 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2088 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2089 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2090 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2091 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
|
2092 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2093 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2094 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
|
2095 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2096 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2097 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2098 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 2099 |
2100 * image/imread.m, image/imwrite.m: Doc fix. | |
2101 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2102 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
|
2103 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2104 * 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
|
2105 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2106 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
|
2107 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2108 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2109 * 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
|
2110 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2111 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
|
2112 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2113 * 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
|
2114 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2115 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2116 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2117 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2118 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2119 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2120 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2121 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2122 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2123 |
8182 | 2124 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 2125 |
2126 * plot/comet.m: New file. | |
2127 * plot/Makefile.in (SOURCES): Add it here. | |
2128 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2129 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
|
2130 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2131 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2132 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2133 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2134 * 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
|
2135 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
|
2136 |
8182 | 2137 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
|
2138 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2139 * 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
|
2140 |
8116 | 2141 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
2142 | |
8117 | 2143 * image/imshow.m: Fix for display_range. |
2144 | |
8116 | 2145 * general/interpn.m: Fixe for extrapval and documentation of |
2146 extrapval. | |
2147 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2148 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
|
2149 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2150 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2151 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2152 * 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
|
2153 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2154 * 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
|
2155 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2156 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2157 * 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
|
2158 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
|
2159 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2160 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2161 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2162 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2163 |
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
|
2164 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
|
2165 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2166 * 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
|
2167 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
|
2168 |
8088 | 2169 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
2170 | |
2171 * plot/plot.m: Doc fix. | |
2172 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2173 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
|
2174 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2175 * 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
|
2176 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2177 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2178 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
|
2179 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2180 * 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
|
2181 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2182 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2183 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2184 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2185 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2186 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2187 * 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
|
2188 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2189 |
8076 | 2190 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
2191 | |
2192 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2193 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
2194 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
2195 | |
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
|
2196 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
|
2197 |
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
|
2198 * 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
|
2199 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
|
2200 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
|
2201 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
|
2202 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
|
2203 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
|
2204 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
|
2205 '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
|
2206 * 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
|
2207 |
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
|
2208 * 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
|
2209 * 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
|
2210 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2211 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2212 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2213 * 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
|
2214 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2215 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2216 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2217 * 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
|
2218 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
|
2219 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2220 * 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
|
2221 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
|
2222 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
|
2223 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2224 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2225 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2226 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2227 |
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
|
2228 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
|
2229 |
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
|
2230 * 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
|
2231 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
|
2232 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2233 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
|
2234 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2235 * 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
|
2236 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2237 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2238 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
|
2239 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2240 * 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
|
2241 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
|
2242 * 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
|
2243 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
|
2244 * 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
|
2245 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2246 * 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
|
2247 * 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
|
2248 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
|
2249 * 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
|
2250 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
|
2251 * 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
|
2252 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
|
2253 * 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
|
2254 * 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
|
2255 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
|
2256 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2257 |
8054 | 2258 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2259 | |
2260 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2261 Handle parameter-value options. Untabify. | |
2262 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2263 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
|
2264 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2265 * 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
|
2266 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2267 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2268 * 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
|
2269 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
|
2270 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2271 * 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
|
2272 * 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
|
2273 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2274 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2275 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
|
2276 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2277 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2278 |
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
|
2279 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
|
2280 |
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
|
2281 * 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
|
2282 (__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
|
2283 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
|
2284 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2285 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2286 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2287 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2288 |
8046 | 2289 2008-08-21 David Bateman <dbateman@free.fr> |
2290 | |
2291 * plot/ezplot.m : New function. | |
2292 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2293 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2294 | |
8182 | 2295 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
|
2296 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2297 * 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
|
2298 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2299 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2300 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
|
2301 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2302 * 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
|
2303 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
|
2304 |
8040 | 2305 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
|
2306 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2307 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2308 |
8035 | 2309 2008-08-19 David Bateman <dbateman@free.fr> |
2310 | |
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
|
2311 * 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
|
2312 * 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
|
2313 |
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
|
2314 * statistics/base/ranks.m: Doc fix. |
8035 | 2315 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2316 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
|
2317 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2318 * 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
|
2319 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2320 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
|
2321 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2322 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2323 |
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
|
2324 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
|
2325 |
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
|
2326 * 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
|
2327 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
|
2328 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2329 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
|
2330 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2331 * 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
|
2332 |
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
|
2333 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
|
2334 |
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
|
2335 * 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
|
2336 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
|
2337 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2338 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
|
2339 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2340 * 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
|
2341 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2342 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2343 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2344 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2345 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2346 * 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
|
2347 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2348 * 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
|
2349 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2350 |
8182 | 2351 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
|
2352 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2353 * plot/hold.m: Clarify help text. |
7986 | 2354 |
2355 * specfun/reallog.m: Fix help string. | |
2356 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2357 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2358 |
2359 * strings/regexptranslate.m: Add real documentation. | |
2360 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2361 * 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
|
2362 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2363 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2364 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2365 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2366 |
7974 | 2367 2008-07-28 John W. Eaton <jwe@octave.org> |
2368 | |
2369 * image/imwrite.m: New function. | |
2370 * image/Makefile.in (SOURCES): Add it to the list. | |
2371 | |
7969 | 2372 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2373 | |
2374 * time/datestr.m: New xtest. | |
2375 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2376 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
|
2377 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2378 * 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
|
2379 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2380 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2381 |
7940 | 2382 2008-07-17 John W. Eaton <jwe@octave.org> |
2383 | |
2384 * general/fliplr.m: Fix usage test. | |
2385 * testfun/test.m: Fix usage tests. | |
2386 | |
8040 | 2387 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2388 |
2389 * statistics/base/cov.m: Fix test that should no longer work. | |
2390 | |
7935 | 2391 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2392 | |
2393 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2394 * plot/Makefile.in (SOURCES): Add them to the list. | |
2395 | |
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
|
2396 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
|
2397 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2398 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2399 * 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
|
2400 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2401 * 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
|
2402 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2403 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2404 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2405 |
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
|
2406 * 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
|
2407 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2408 * 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
|
2409 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2410 * 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
|
2411 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2412 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
|
2413 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2414 * 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
|
2415 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2416 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
|
2417 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2418 * 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
|
2419 |
8040 | 2420 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
|
2421 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2422 * 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
|
2423 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2424 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2425 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2426 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2427 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
|
2428 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2429 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
|
2430 |
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
|
2431 * 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
|
2432 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2433 * 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
|
2434 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
|
2435 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2436 |
8040 | 2437 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
|
2438 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2439 * 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
|
2440 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2441 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2442 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2443 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2444 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2445 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2446 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2447 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
|
2448 |
7817 | 2449 * miscellaneous/debug.m: New file.. |
2450 * Makefile.in (SOURCES): Add it to the list. | |
2451 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2452 * 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
|
2453 []. 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
|
2454 |
8040 | 2455 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2456 |
2457 * strings/strcat.m: Add tests. | |
2458 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2459 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
|
2460 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2461 * 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
|
2462 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2463 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2464 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2465 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2466 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2467 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2468 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2469 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2470 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2471 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2472 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2473 |
7783 | 2474 2008-05-20 Bill Denney <bill@denney.ws> |
2475 | |
2476 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2477 New tests. | |
2478 | |
7777 | 2479 2008-05-19 John W. Eaton <jwe@octave.org> |
2480 | |
2481 * general/isa.m: Fix tests. | |
2482 | |
7773 | 2483 2008-05-13 Bill Denney <bill@denney.ws> |
2484 | |
2485 * general/isa.m: Use persistent cell arrays to hold class names | |
2486 instead of multiple strcmp calls. | |
2487 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2488 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2489 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2490 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2491 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
|
2492 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2493 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2494 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
|
2495 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
|
2496 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2497 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2498 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2499 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2500 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2501 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2502 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
|
2503 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2504 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2505 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2506 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2507 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
|
2508 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2509 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2510 * 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
|
2511 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2512 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2513 * 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
|
2514 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2515 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2516 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2517 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2518 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2519 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
|
2520 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2521 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2522 |
7765 | 2523 2008-05-06 David Bateman <dbateman@free.fr> |
2524 | |
2525 * miscellaneous/symvar.m: New function. | |
2526 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2527 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2528 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
|
2529 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2530 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2531 * 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
|
2532 |
9501 | 2533 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2534 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2535 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2536 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
|
2537 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
|
2538 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2539 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2540 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2541 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2542 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2543 * 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
|
2544 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2545 |
7747 | 2546 2008-04-30 John W. Eaton <jwe@octave.org> |
2547 | |
2548 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2549 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2550 | |
8040 | 2551 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2552 |
2553 * specfun/log2.m: Delete. | |
2554 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2555 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2556 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
|
2557 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2558 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
|
2559 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2560 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2561 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2562 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2563 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2564 |
7736 | 2565 2008-04-25 John W. Eaton <jwe@octave.org> |
2566 | |
2567 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2568 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2569 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2570 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
|
2571 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2572 * 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
|
2573 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
|
2574 * 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
|
2575 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2576 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
|
2577 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2578 * 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
|
2579 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2580 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
|
2581 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2582 * 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
|
2583 |
7713 | 2584 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
|
2585 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2586 * 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
|
2587 |
7710 | 2588 2008-04-14 David Bateman <dbateman@free.fr> |
2589 | |
2590 * plot/rose.m: Add missing comment mark that causes issues with | |
2591 octave-forge function referencing. | |
2592 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2593 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2594 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
|
2595 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2596 * 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
|
2597 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
|
2598 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
|
2599 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
|
2600 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
|
2601 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
|
2602 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
|
2603 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
|
2604 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
|
2605 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
|
2606 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
|
2607 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
|
2608 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
|
2609 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
|
2610 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
|
2611 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
|
2612 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
|
2613 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
|
2614 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
|
2615 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
|
2616 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
|
2617 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
|
2618 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
|
2619 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
|
2620 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
|
2621 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
|
2622 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
|
2623 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
|
2624 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
|
2625 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
|
2626 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
|
2627 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
|
2628 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
|
2629 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
|
2630 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
|
2631 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
|
2632 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
|
2633 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
|
2634 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
|
2635 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
|
2636 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
|
2637 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
|
2638 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
|
2639 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
|
2640 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
|
2641 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
|
2642 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
|
2643 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
|
2644 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2645 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
|
2646 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2647 * 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
|
2648 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2649 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
|
2650 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2651 * 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
|
2652 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2653 * 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
|
2654 * 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
|
2655 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2656 * 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
|
2657 * 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
|
2658 * 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
|
2659 * 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
|
2660 * 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
|
2661 * 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
|
2662 * 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
|
2663 * 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
|
2664 * 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
|
2665 * 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
|
2666 * 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
|
2667 * 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
|
2668 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2669 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2670 * 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
|
2671 * 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
|
2672 * 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
|
2673 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2674 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
|
2675 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2676 * 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
|
2677 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
|
2678 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2679 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
|
2680 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2681 * 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
|
2682 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
|
2683 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
|
2684 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
|
2685 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
|
2686 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
|
2687 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
|
2688 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
|
2689 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
|
2690 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
|
2691 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
|
2692 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
|
2693 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
|
2694 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
|
2695 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
|
2696 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
|
2697 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2698 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
|
2699 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
|
2700 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
|
2701 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
|
2702 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
|
2703 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
|
2704 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2705 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
|
2706 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
|
2707 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
|
2708 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
|
2709 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
|
2710 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
|
2711 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2712 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
|
2713 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
|
2714 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
|
2715 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
|
2716 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
|
2717 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
|
2718 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
|
2719 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
|
2720 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
|
2721 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2722 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
|
2723 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2724 * 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
|
2725 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
|
2726 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
|
2727 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
|
2728 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
|
2729 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
|
2730 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
|
2731 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
|
2732 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
|
2733 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
|
2734 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
|
2735 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
|
2736 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
|
2737 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
|
2738 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
|
2739 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
|
2740 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2741 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
|
2742 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
|
2743 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
|
2744 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
|
2745 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
|
2746 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2747 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
|
2748 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
|
2749 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2750 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
|
2751 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
|
2752 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
|
2753 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
|
2754 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
|
2755 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2756 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
|
2757 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2758 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
|
2759 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
|
2760 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
|
2761 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
|
2762 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
|
2763 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
|
2764 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
|
2765 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
|
2766 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
|
2767 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2768 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
|
2769 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
|
2770 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
|
2771 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2772 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2773 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2774 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2775 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2776 * 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
|
2777 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2778 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2779 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2780 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2781 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2782 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2783 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2784 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2785 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2786 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2787 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2788 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2789 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2790 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2791 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2792 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
|
2793 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2794 * 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
|
2795 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2796 * 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
|
2797 |
7682 | 2798 2008-04-02 Bill Denney <bill@denney.ws> |
2799 | |
2800 * optimization/lsqnonneg.m: New function. | |
2801 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2802 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2803 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2804 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2805 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2806 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2807 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2808 * 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
|
2809 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
|
2810 * 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
|
2811 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2812 |
7678 | 2813 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2814 | |
2815 * general/sortrows.m: Handle negative column arguments. | |
2816 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2817 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2818 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2819 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2820 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2821 |
7673 | 2822 2008-03-31 David Bateman <dbateman@free.fr> |
2823 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2824 * 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
|
2825 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
|
2826 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2827 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2828 * 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
|
2829 * 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
|
2830 * 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
|
2831 * 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
|
2832 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2833 * 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
|
2834 |
7673 | 2835 * plot/ginput.m: New function. |
2836 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2837 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2838 * plot/Makefile.in (SOURCES): Add them to the list. | |
2839 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2840 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
|
2841 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2842 * 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
|
2843 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2844 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2845 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2846 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2847 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2848 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2849 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2850 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2851 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2852 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
|
2853 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2854 * 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
|
2855 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2856 |
7669 | 2857 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2858 | |
2859 * general/del2.m: Missing semicolon. | |
2860 | |
7668 | 2861 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2862 | |
2863 * miscellaneous/info.m: New function. | |
2864 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2865 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2866 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
|
2867 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2868 * 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
|
2869 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2870 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2871 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
|
2872 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2873 * 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
|
2874 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
|
2875 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2876 * 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
|
2877 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
|
2878 |
7655 | 2879 2008-03-27 Bill Denney <bill@denney.ws> |
2880 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2881 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2882 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2883 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2884 * 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
|
2885 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2886 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2887 * 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
|
2888 |
7657 | 2889 * general/genvarname.m: New function. |
2890 * general/Makefile.in (SOURCES): Add it to the list. | |
2891 | |
7656 | 2892 * time/addtodate.m: New function. |
7657 | 2893 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2894 |
7655 | 2895 * geometry/rectint.m: Vectorize and add more tests. |
2896 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2897 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
|
2898 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2899 * 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
|
2900 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2901 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2902 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2903 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2904 |
7650 | 2905 2008-03-26 John W. Eaton <jwe@octave.org> |
2906 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2907 * 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
|
2908 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2909 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2910 * 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
|
2911 |
7650 | 2912 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2913 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2914 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2915 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2916 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2917 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2918 Texinfo fixes. | |
2919 | |
8040 | 2920 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
|
2921 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2922 * 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
|
2923 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2924 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
|
2925 |
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
|
2926 * 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
|
2927 |
8182 | 2928 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
|
2929 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2930 * 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
|
2931 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
|
2932 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2933 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2934 * 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
|
2935 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2936 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2937 |
2938 * polynomial/convn.m: New function. | |
2939 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2940 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2941 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2942 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2943 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2944 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2945 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2946 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
|
2947 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2948 * 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
|
2949 |
7627 | 2950 2008-03-24 David Bateman <dbateman@free.fr> |
2951 | |
2952 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2953 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2954 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2955 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2956 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2957 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2958 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2959 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2960 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2961 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
|
2962 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2963 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2964 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2965 * 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
|
2966 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2967 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
|
2968 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2969 * 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
|
2970 |
7617 | 2971 * miscellaneous/cast.m: Also allow cast to "char". |
2972 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2973 * 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
|
2974 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2975 * 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
|
2976 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2977 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2978 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2979 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2980 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2981 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2982 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2983 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2984 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2985 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2986 |
7610 | 2987 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2988 | |
2989 * signal/sinetone.m: Ensure integral number of samples. | |
2990 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2991 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
|
2992 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2993 * 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
|
2994 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2995 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
|
2996 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2997 * 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
|
2998 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2999 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
|
3000 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3001 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3002 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3003 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3004 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3005 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3006 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3007 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3008 * 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
|
3009 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3010 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3011 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3012 * 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
|
3013 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3014 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3015 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3016 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
|
3017 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
3018 * 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
|
3019 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3020 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
|
3021 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3022 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3023 |
7592 | 3024 2008-03-14 Kai Habel <kai.habel@gmx.de> |
3025 | |
3026 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
3027 style to default to avoid wrong mesh color in some cases. | |
3028 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3029 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3030 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3031 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3032 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
|
3033 |
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
|
3034 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
|
3035 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
3036 * 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
|
3037 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
|
3038 |
7592 | 3039 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
3040 | |
7582 | 3041 2008-03-11 Kai Habel <kai.habel@gmx.de> |
3042 | |
3043 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
3044 Allow plotting of uniform colored mesh plots with and | |
3045 w/o hidden line removal. | |
3046 | |
3047 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
|
3048 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3049 * 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
|
3050 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3051 * 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
|
3052 |
7569 | 3053 2008-03-07 John W. Eaton <jwe@octave.org> |
3054 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
3055 * 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
|
3056 |
7569 | 3057 * plot/__go_draw_axes__.m: Handle tickdir property. |
3058 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3059 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3060 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3061 * 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
|
3062 Allow matrix arguments when number of bins > 30. |
7568 | 3063 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
|
3064 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3065 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3066 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3067 * 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
|
3068 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3069 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3070 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3071 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
|
3072 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3073 * 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
|
3074 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3075 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
|
3076 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3077 * 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
|
3078 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3079 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3080 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
|
3081 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3082 * 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
|
3083 |
7551 | 3084 2008-03-04 Bill Denney <bill@denney.ws> |
3085 | |
7557 | 3086 * plot/allchild.m, plot/findall.m: New functions. |
3087 * plot/Makefile.in (SOURCES): Add them to the list. | |
3088 | |
7551 | 3089 * geometry/rectint.m: New function. |
7557 | 3090 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 3091 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3092 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
|
3093 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3094 * 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
|
3095 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
|
3096 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3097 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 3098 |
3099 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
3100 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3101 * 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
|
3102 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3103 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
|
3104 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3105 * 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
|
3106 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3107 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
|
3108 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3109 * 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
|
3110 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
|
3111 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3112 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
|
3113 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3114 * 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
|
3115 "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
|
3116 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3117 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
|
3118 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3119 * 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
|
3120 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
|
3121 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
|
3122 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
|
3123 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
|
3124 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
|
3125 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
|
3126 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
|
3127 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
|
3128 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
|
3129 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
|
3130 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
|
3131 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
|
3132 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3133 * 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
|
3134 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3135 * 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
|
3136 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3137 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
|
3138 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3139 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3140 |
7525 | 3141 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
3142 | |
3143 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
3144 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3145 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
|
3146 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3147 * 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
|
3148 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3149 |
7518 | 3150 2008-02-22 Ben Abbott <bpabbott@mac.com> |
3151 | |
3152 * specfun/legendre.m: Doc fix. | |
3153 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3154 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
|
3155 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3156 * 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
|
3157 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3158 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3159 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
|
3160 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3161 * 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
|
3162 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3163 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3164 * 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
|
3165 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3166 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
|
3167 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3168 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3169 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3170 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3171 * 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
|
3172 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3173 * 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
|
3174 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3175 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3176 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
|
3177 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3178 * 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
|
3179 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3180 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3181 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
|
3182 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3183 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3184 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3185 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
|
3186 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3187 * 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
|
3188 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
|
3189 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
|
3190 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
|
3191 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3192 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
|
3193 |
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
|
3194 * 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
|
3195 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
|
3196 |
7501 | 3197 * polynomial/polyfit.m: Use QR decomposition. Handle |
3198 normalization option. | |
3199 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
3200 generate 50% prediction intervals. | |
3201 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3202 * 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
|
3203 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3204 |
7498 | 3205 2008-02-19 John W. Eaton <jwe@octave.org> |
3206 | |
3207 * pkg/pkg.m: Style fixes. | |
3208 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3209 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 3210 |
3211 * pkg/pkg.m: Handle 'describe' command. | |
3212 (parse_pkg_idx, print_package_description): New subfunctions. | |
3213 | |
7493 | 3214 2008-02-19 Bill Denney <bill@denney.ws> |
3215 | |
3216 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
3217 elements wide. | |
3218 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3219 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
|
3220 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3221 * 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
|
3222 |
7485 | 3223 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3224 | |
3225 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3226 * general/runlength.m: New function from Paul Kienzle. | |
3227 | |
7484 | 3228 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3229 | |
3230 * linear-algebra/cond.m: New optional second argument to | |
3231 specify 1-norm, inf-norm, or frobenius-norm. | |
3232 | |
7475 | 3233 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3234 | |
3235 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3236 body. Allow the linespec to specify the arrow color. | |
3237 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3238 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
|
3239 |
7474 | 3240 * miscellaneous/cast.m: Also treat the logical type. |
3241 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3242 * 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
|
3243 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3244 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3245 * 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
|
3246 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3247 * 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
|
3248 * 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
|
3249 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3250 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
|
3251 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3252 * 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
|
3253 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3254 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3255 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3256 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3257 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3258 * 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
|
3259 |
7436 | 3260 2008-02-01 Dave Goel <deego3@gmail.com> |
3261 | |
3262 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3263 | |
7434 | 3264 2008-02-01 Bill Denney <bill@denney.ws> |
3265 | |
3266 * time/weekday.m: Allow vector inputs and speed up. | |
3267 * time/eomday.m: Return column vector for column vector inputs. | |
3268 | |
7429 | 3269 2008-01-30 John W. Eaton <jwe@octave.org> |
3270 | |
7434 | 3271 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3272 revision". | |
3273 | |
7431 | 3274 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3275 __plt2vs__.m in the list. | |
3276 | |
7430 | 3277 * miscellaneous/tempdir.m: Append filesep to name for |
3278 compatibility. Warn if not a directory or directory does not | |
3279 exist. | |
3280 | |
7429 | 3281 * strings/deblank.m: Improve compatibility. |
3282 | |
7428 | 3283 2008-01-29 John W. Eaton <jwe@octave.org> |
3284 | |
3285 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3286 | |
3287 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3288 |
3289 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3290 Return the label handle, not the current axis handle. | |
3291 | |
7421 | 3292 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3293 | |
3294 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3295 abscissa. | |
3296 | |
3297 2008-01-25 David Bateman <dbateman@free.fr> | |
3298 | |
7423 | 3299 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3300 * plot/__scatter__.m: Remove NaN values from data. |
3301 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3302 | |
7418 | 3303 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3304 | |
3305 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3306 | |
3307 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3308 | |
3309 * geometry/griddata3.m: Call griddata, not gridata. | |
3310 | |
7415 | 3311 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3312 | |
3313 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3314 | |
7411 | 3315 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3316 | |
3317 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3318 Move tests here from test/test_linalg.m. | |
3319 | |
3320 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3321 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3322 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3323 special-matrix/hankel.m, special-matrix/hilb.m, | |
3324 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3325 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3326 Move tests here from test/test_matrix.m. | |
3327 | |
3328 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3329 Move tests here from test/test_number.m. | |
3330 | |
3331 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3332 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3333 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3334 polynomial/polyvalm.m, polynomial/roots.m: | |
3335 Move tests here from test/test_poly.m. | |
3336 | |
3337 * signal/unwrap.m: | |
3338 Move tests here from test/test_signal.m. | |
3339 | |
3340 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3341 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3342 statistics/base/mean.m, statistics/base/median.m, | |
3343 statistics/base/skewness.m, statistics/base/std.m: | |
3344 Move tests here from test/test_stats.m. | |
3345 | |
3346 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3347 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3348 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3349 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3350 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3351 strings/substr.m: | |
3352 Move tests here from test/test_string.m. | |
3353 | |
3354 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3355 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3356 time/date.m, time/etime.m, time/is_leap_year.m: | |
3357 Move tests here from test/test_system.m. | |
3358 | |
7410 | 3359 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3360 | |
3361 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3362 Simplify initial checks on argument values. | |
3363 | |
7408 | 3364 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3365 | |
3366 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3367 implementation of the gnuplot-based graphics backend (derived from | |
3368 drawnow.m). | |
3369 * plot/drawnow.m: Deleted (converted to C++). | |
3370 | |
7401 | 3371 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3372 | |
3373 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3374 New tests. | |
3375 | |
7399 | 3376 2008-01-18 John W. Eaton <jwe@octave.org> |
3377 | |
3378 * optimization/sqp.m: End each function with endfunction. | |
3379 | |
7398 | 3380 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3381 | |
3382 * polynomial/residue.m: For each group of pole multiplicity, set | |
3383 the poles of the group to the value of the group's average. | |
3384 | |
7396 | 3385 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3386 | |
3387 * plot/print.m: Handle PDF output. | |
3388 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3389 | |
7392 | 3390 2008-01-17 John W. Eaton <jwe@octave.org> |
3391 | |
7393 | 3392 * path/savepath.m: Print newline before initial comment line. |
3393 Double up single quote characters. | |
3394 * path/__extractpath__.m: Return just the path as a string. | |
3395 Undo single quote character doubling. | |
3396 | |
3397 * path/pathdef.m: Avoid eval. Simplify. | |
3398 | |
7392 | 3399 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3400 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3401 avoid possible file descriptor leak. | |
3402 | |
3403 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3404 | |
3405 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3406 * startup/main-rcfile: Call atexit ("__finish__"). | |
3407 | |
7388 | 3408 2008-01-16 John W. Eaton <jwe@octave.org> |
3409 | |
7390 | 3410 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3411 Use it to disable enhanced mode for individual labels and titles. | |
3412 | |
7392 | 3413 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3414 (install install-strip, uninstall): Handle function files. |
3415 | |
3416 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3417 | |
7392 | 3418 * startup/__finish__.m: New file. |
3419 * path/__extractpath__.m, path/matlabroot.m, | |
3420 path/pathdef.m: New files. | |
7388 | 3421 * path/Makefile.in (SOURCES): Add them to the list. |
3422 | |
7385 | 3423 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3424 | |
7387 | 3425 * special-matrix/vander.m: Vectorize. New test. |
3426 | |
7385 | 3427 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3428 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3429 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3430 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3431 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3432 Move tests here from test/test_arith.m. | |
3433 | |
7382 | 3434 2008-01-15 John W. Eaton <jwe@octave.org> |
3435 | |
3436 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3437 | |
7379 | 3438 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3439 | |
3440 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3441 Call __get__ instead of get. | |
3442 | |
3443 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3444 | |
3445 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3446 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3447 hermitian operator. | |
3448 | |
7376 | 3449 2008-01-14 Bill Denney <bill@denney.ws> |
3450 | |
3451 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3452 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3453 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3454 |
3455 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3456 image/rgb2ntsc.m: Also accept images as input. | |
3457 | |
3458 * image/gray2ind.m: Handle image type other than double. | |
3459 Improve error checking and documentation. | |
3460 | |
7371 | 3461 2008-01-14 John W. Eaton <jwe@octave.org> |
3462 | |
7372 | 3463 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3464 instead of calling tolower on first arg. Default font name is | |
3465 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3466 (__maybe_munge_text__): Fix typo. | |
3467 | |
7371 | 3468 * optimization/sqp.m: Fix function definitions in test code. |
3469 | |
7361 | 3470 2008-01-12 John W. Eaton <jwe@octave.org> |
3471 | |
3472 * plot/gnuplot_binary.in: New file. | |
3473 * plot/gnuplot_binary.m: Delete. | |
3474 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3475 (SOURCES_IN, GEN_M): New macros. | |
3476 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3477 (FCN_FILES): Include $(GEN_M) in the list. | |
3478 (all): Depend on $(GEN_M). | |
3479 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3480 (distclean): Also remove $(GEN_M). |
7361 | 3481 |
3482 2008-01-11 John W. Eaton <jwe@octave.org> | |
3483 | |
3484 * optimization/sqp.m: New test from example in doc string. | |
3485 | |
7360 | 3486 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3487 | |
3488 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3489 to more than one multiplicity group. | |
3490 | |
7358 | 3491 2008-01-10 John W. Eaton <jwe@octave.org> |
3492 | |
3493 * plot/gnuplot_binary.m: New file. | |
3494 * plot/Makefile.in (SOURCES): Add it to the list. | |
3495 | |
7355 | 3496 2008-01-09 John W. Eaton <jwe@octave.org> |
3497 | |
3498 * plot/drawnow.m: Fail if filename includes a directory part that | |
3499 does not exist. | |
3500 | |
7352 | 3501 2008-01-07 John W. Eaton <jwe@octave.org> |
3502 | |
3503 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3504 Error if glob call fails to match any files. | |
3505 | |
7346 | 3506 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3507 | |
3508 * strings/strtrim.m: Doc fix. | |
3509 | |
7345 | 3510 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3511 | |
3512 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3513 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3514 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3515 |
3516 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3517 | |
7341 | 3518 2008-01-02 John W. Eaton <jwe@octave.org> |
3519 | |
3520 * plot/print.m: Correctly handle pbm terminal. | |
3521 | |
7340 | 3522 2007-12-28 John W. Eaton <jwe@octave.org> |
3523 | |
3524 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3525 extensions. | |
3526 | |
7337 | 3527 2007-12-28 David Bateman <dbateman@free.fr> |
3528 | |
3529 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3530 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3531 * Makefile.in (SOURCES): Add to the sources. | |
3532 | |
3533 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3534 | |
3535 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3536 Remove unnecessary call of size function. | |
3537 | |
7334 | 3538 2007-12-21 John W. Eaton <jwe@octave.org> |
3539 | |
3540 Version 3.0.0 released. | |
3541 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3542 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3543 |
3544 * image/imshow.m: Accept empty value for display_range. | |
3545 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3546 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3547 |
3548 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3549 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3550 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3551 |
3552 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3553 display ranges correctly. | |
3554 | |
7327 | 3555 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3556 Peter A. Gustafson <petegus@umich.edu> | |
3557 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3558 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3559 |
7325 | 3560 2007-12-19 John W. Eaton <jwe@octave.org> |
3561 | |
3562 * miscellaneous/edit.m: New function. | |
3563 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3564 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3565 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3566 |
3567 * plot/__bar__.m: Handle "basevalue" option. | |
3568 * plot/__bars__.m: New arg, base_value. | |
3569 | |
7321 | 3570 2007-12-17 David Bateman <dbateman@free.fr> |
3571 | |
3572 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3573 * plot/Makefiles (SOURCES): Add them to the sources | |
3574 * plot/polar.m: Set the x and y limits to the maximum polar | |
3575 radius. Set the axes to be square. | |
3576 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3577 and print axis at zero if this is used. | |
3578 | |
3579 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3580 contours can overlay pcolor plots. Priveldge no hidden line | |
3581 removal when there are multiple objects in the plot. | |
3582 | |
7320 | 3583 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3584 | |
3585 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3586 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3587 | |
7319 | 3588 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3589 | |
3590 * miscellaneous/run.m: Replace script with f when looking for | |
3591 file to run. | |
3592 | |
7316 | 3593 2007-12-14 David Bateman <dbateman@free.fr> |
3594 | |
7317 | 3595 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3596 * plot/contour.m: Doc fix. | |
3597 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3598 Include linetype in withclause. | |
3599 | |
7316 | 3600 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3601 Use it to determine dimensions. Consolidate all 3-d settings. | |
3602 | |
7315 | 3603 2007-12-13 John W. Eaton <jwe@octave.org> |
3604 | |
3605 * image/imshow.m: Turn axis visibility off. | |
3606 Don't scale true color images. | |
3607 * image/image.m: Set axis layer property to "top". | |
3608 | |
7307 | 3609 2007-12-12 John W. Eaton <jwe@octave.org> |
3610 | |
7313 | 3611 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3612 | |
3613 * plot/pie.m: Avoid calling "exist". | |
3614 | |
7309 | 3615 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3616 Condense argument processing logic. Allow 6 arguments. |
3617 Use issquare. Avoid calling "exist". | |
7309 | 3618 |
7307 | 3619 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3620 | |
7305 | 3621 2007-12-12 David Bateman <dbateman@free.fr> |
3622 | |
3623 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3624 * plot/Makefile.in (SOURCES): Add to the sources. | |
3625 | |
7290 | 3626 2007-12-11 John W. Eaton <jwe@octave.org> |
3627 | |
7298 | 3628 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3629 * plot/surface.m: Not here. | |
3630 | |
7297 | 3631 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3632 subsequent "unset grid" if there is no grid. | |
3633 | |
7296 | 3634 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3635 | |
7293 | 3636 * plot/surface.m: Don't set facecolor property in call to |
3637 __go_surface__. | |
3638 | |
7290 | 3639 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3640 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3641 | |
7292 | 3642 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3643 | |
7295 | 3644 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3645 color string is not taken as z value. | |
3646 | |
7292 | 3647 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3648 zgrid to "on" and box to "off" for used axes. | |
3649 | |
3650 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3651 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3652 | |
7286 | 3653 2007-12-11 David Bateman <dbateman@free.fr> |
3654 | |
7288 | 3655 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3656 | |
7287 | 3657 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3658 * statistics/base/mode.m: Ditto. | |
3659 | |
7286 | 3660 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3661 object handles are all now non integer. | |
3662 | |
7278 | 3663 2007-12-10 John W. Eaton <jwe@octave.org> |
3664 | |
7282 | 3665 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3666 | |
7281 | 3667 * general/issymmetric.m: Use ' instead of .' for compatibility |
3668 with previous versions of Octave. | |
3669 * general/ishermitian.m: Delete. | |
7285 | 3670 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3671 |
7280 | 3672 * plot/fplot.m: In N is not specified, increase initial number of |
3673 points from 3 and 5 to 5 and 8. | |
3674 | |
7279 | 3675 * signal/detrend.m: Move tests here from test/test_signal.m. |
3676 Loosen tolerance on first test from 10*eps to 20*eps. | |
3677 | |
7278 | 3678 * finance/rate.m: Don't request info from fsolve. |
3679 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3680 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3681 |
3682 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3683 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3684 | |
7276 | 3685 2007-12-10 David Bateman <dbateman@free.fr> |
3686 | |
3687 * image/image.m: Rewritten to allow trailing properties to be | |
3688 passed to underlying image object. | |
3689 * image/__img__.m: Pass additional arguments to __go_image__. | |
3690 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3691 | |
7274 | 3692 2007-12-10 John W. Eaton <jwe@octave.org> |
3693 | |
3694 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3695 front" to gnuplot. | |
3696 | |
7271 | 3697 2007-12-10 David Bateman <dbateman@free.fr> |
3698 | |
7274 | 3699 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3700 border front" from images. |
7274 | 3701 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3702 * plot/pcolor.m: Set axis "box" property. | |
3703 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3704 Mark as commands. | |
7271 | 3705 |
7269 | 3706 2007-12-07 David Bateman <dbateman@free.fr> |
3707 | |
3708 * plot/surf.m: Don't set facecolor property. | |
3709 | |
7265 | 3710 2007-12-06 John W. Eaton <jwe@octave.org> |
3711 | |
7269 | 3712 * plot/print.m: Pass mono to drawnow. |
3713 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3714 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3715 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3716 disable color specifications. | |
3717 | |
7265 | 3718 * general/issymmetric.m: Move tests here from test/test_number.m |
3719 | |
3720 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3721 | |
3722 * general/issymmetric.m: To keep its argument sparse and the | |
3723 function quick, use the infinity norm rather than the 2-norm. | |
3724 Also measure the symmetric part rather than the Hermitian part. | |
3725 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3726 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3727 | |
7248 | 3728 2007-12-04 John W. Eaton <jwe@octave.org> |
3729 | |
7257 | 3730 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3731 text and label commands if font is "*". | |
3732 | |
7248 | 3733 * linear-algebra/krylov.m: Doc fixes. |
3734 From Marco Caliari <caliari@sci.univr.it>. | |
3735 | |
7250 | 3736 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3737 | |
3738 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3739 Add "## PKG_ADD: mark_as_command axis" line. | |
3740 | |
7245 | 3741 2007-12-03 John W. Eaton <jwe@octave.org> |
3742 | |
3743 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3744 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3745 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3746 Generate demos from examples. | |
3747 | |
7240 | 3748 2007-12-03 David Bateman <dbateman@free.fr> |
3749 | |
7243 | 3750 * testfun/test.m: Disable "testif" test block to avoid spurious |
3751 skipped test for "make check". Avoid printing variables for | |
3752 skipped tests. | |
3753 | |
7242 | 3754 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3755 | |
7240 | 3756 * plot/plotyy.m: Use activepositionproperty property of axes |
3757 object. Set second axis color to "none". | |
3758 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3759 property of the axis objects. | |
3760 | |
7239 | 3761 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3762 | |
3763 * linear-algebra/condest.m: Loosen tolerance in test. | |
3764 | |
7236 | 3765 2007-12-02 John W. Eaton <jwe@octave.org> |
3766 | |
3767 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3768 get_data_limits. | |
3769 | |
7222 | 3770 2007-11-30 John W. Eaton <jwe@octave.org> |
3771 | |
3772 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3773 (get_data_limits, get_axis_limits): Delete. | |
3774 | |
7228 | 3775 2007-11-30 David Bateman <dbateman@free.fr> |
3776 | |
7235 | 3777 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3778 | |
7228 | 3779 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3780 tick labels rather than one by one on the labels themselves. | |
3781 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3782 95% crossing fixed. | |
3783 | |
7217 | 3784 2007-11-29 David Bateman <dbateman@free.fr> |
3785 | |
7220 | 3786 * plot/pareto.m: New file. |
3787 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3788 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3789 marks to avoid gnuplot error about formating. More colorspec to | |
3790 after the tics. | |
3791 * plot/plotyy.m: More generic check for appropriate axis color. | |
3792 | |
7217 | 3793 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3794 2- and 3-D. | |
3795 * plot/stem3.m: New function. | |
3796 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3797 * plot/stem.m: Adapt to use __stem__. | |
3798 | |
7216 | 3799 2007-11-29 John W. Eaton <jwe@octave.org> |
3800 | |
3801 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3802 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3803 requested. | |
3804 | |
3805 * plot/patch.m: Omit isnan check on handle returned from | |
3806 __plt_get_axis_arg__. | |
3807 | |
3808 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3809 but has no axes. | |
3810 | |
7215 | 3811 2007-11-28 David Bateman <dbateman@free.fr> |
3812 | |
3813 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3814 ancestor. If leading argument is logical set variable nogca to see | |
3815 if gca() should be called if there is no active handle found. | |
3816 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3817 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3818 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3819 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3820 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3821 __plt__get_axis_arg__ to find axis handle. | |
3822 * polar.m: Typo. | |
3823 | |
7213 | 3824 2007-11-28 John W. Eaton <jwe@octave.org> |
3825 | |
3826 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3827 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3828 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3829 |
3830 * plot/drawnow.m: Fix typo. | |
3831 | |
7206 | 3832 2007-11-27 David Bateman <dbateman@free.fr> |
3833 | |
7207 | 3834 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3835 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3836 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3837 | |
3838 * plot/meshz.m: New function. | |
3839 * plot/Makefile.in (SOURCES): Add it to the list. | |
3840 * plot/surface.m: Allow surface to accept an axis handle as the | |
3841 first argument. | |
3842 * plot/meshc.m: Extract z from the the surface object rather than | |
3843 varargin so that we can rely on code in surface to treat leading | |
3844 axis handles. | |
3845 | |
7206 | 3846 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3847 y2tics" in the case of a plotyy plot. | |
3848 * plot/plotyy.m: ensure the position property is set correct for | |
3849 the second axis, by setting it after the plot itself. In the case | |
3850 of a plot that returns multiple handles, base the color selection | |
3851 on the first. | |
3852 | |
7204 | 3853 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3854 | |
3855 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3856 z-value of vertex 'c3'. | |
3857 | |
7203 | 3858 2007-11-27 John W. Eaton <jwe@octave.org> |
3859 | |
3860 * image/image.m: Allow nargin == 0 case to work again. | |
3861 | |
7202 | 3862 2007-11-27 David Bateman <dbateman@free.fr> |
3863 | |
3864 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3865 colorbar, to ensure that the colorbar is on the canvas for png and | |
3866 postscipt outputs. | |
3867 | |
7189 | 3868 2007-11-26 David Bateman <dbateman@free.fr> |
3869 | |
7197 | 3870 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3871 return values. | |
3872 | |
7194 | 3873 * plot/plotyy.m: New function |
3874 * plot/Makefile.in (SOURCES): Add it here. | |
3875 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3876 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3877 {x|y}label to respect the axis position. | |
3878 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3879 handle as the first argument. | |
3880 | |
7192 | 3881 * pkg/pkg.m (pkg:install): When loading the installed packages |
3882 index into installed_pkgs_lst and not descriptions.. | |
3883 | |
7189 | 3884 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3885 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3886 * plot/quiver.m: Modify to use __quiver__.m. | |
3887 | |
3888 * plot/hist.m: Avoid saturation when the x values are in an | |
3889 inetger type. | |
3890 | |
3891 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3892 | |
3893 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3894 functions. | |
3895 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3896 | |
3897 2007-11-26 David Bateman <dbateman@free.fr> | |
3898 | |
3899 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3900 extent. | |
3901 | |
3902 * plot/colorbar.m: New function. | |
3903 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3904 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3905 precalculate the clim, set pm3d except for mesh. | |
3906 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3907 save the real values so that colorbar corresponds to the contour | |
3908 levels. | |
3909 | |
3910 * plot/stem.m: Set marker color the same as the line color. Draw | |
3911 a single discontinous line object for the stems. | |
3912 | |
3913 * plot/sphere.m: New function ported from JHandles. | |
3914 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3915 | |
3916 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3917 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3918 to get enhanced mode to work correctly for the X11 terminal. | |
3919 | |
3920 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3921 the reverse. Allow an axes handle to be passed and/or returned. | |
3922 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3923 | |
3924 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3925 sort surface patches by their depth and not the order they are | |
3926 rendered in. | |
3927 | |
3928 * plot/__patch__.m: Set clim correctly. | |
3929 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3930 the marker color is determined by the cmap. | |
3931 * plot/scatter.m: New function to 2D scatter plots. | |
3932 * plot/scatter3.m: New function to 3D scatter plots. | |
3933 * plot/__scatter__.m: Support function for scatter plots | |
3934 * Makefile.in (SOURCES): Ad dnew functions here. | |
3935 | |
3936 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3937 Return whether the terminal supports enhanced text or not. | |
3938 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3939 supports enhanced mode. | |
3940 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3941 __go_draw_axes__. | |
3942 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3943 needed to support the enhanced mode. | |
3944 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3945 drawnow.m. | |
3946 | |
3947 * plot/caxis.m: New function to control the color axis limits. | |
3948 * plot/Makefile.in (SOURCES): Include it. | |
3949 * plot/axis.m: Allow the first argument to be an axes handle. | |
3950 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3951 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3952 caxis limits. | |
3953 | |
3954 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3955 * image/Makefile.in (SOURCES): Include it. | |
3956 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3957 of the bars for the colormap. | |
3958 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3959 passed. | |
3960 * plot/__contour.m: Avoid possible divide by zero error. | |
3961 * plot/contour.m: Missing semicolon. | |
3962 * plot/surface.m: Don't attempt to set additional arguments if | |
3963 there are none. | |
3964 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3965 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3966 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3967 |
3968 * plot/__bar__.m: put bar creation code into separate function | |
3969 to allow easy hook up from other graphic backends | |
3970 | |
3971 * plot/__bars__.m: new function containing bar creation code | |
3972 | |
7186 | 3973 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3974 | |
3975 * general/accumarray.m: Correct dimension check. | |
3976 | |
7183 | 3977 2007-11-26 John W. Eaton <jwe@octave.org> |
3978 | |
3979 * polynomial/residue.m: Prepad along second dimension. | |
3980 From Doug Stewart <dastew@sympatico.ca>. | |
3981 | |
7181 | 3982 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3983 | |
7183 | 3984 * plot/cylinder.m, plot/slice.m: New functions. |
3985 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3986 |
7177 | 3987 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3988 | |
3989 * plot/patch.m: Handle arg may also be hggroup object. | |
3990 Use ancestor to find parent axes object. | |
3991 | |
7175 | 3992 2007-11-14 David Bateman <dbateman@free.fr> |
3993 | |
3994 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3995 flag to patch that it is not closed. Allow z to take string | |
3996 arguments and use it to flag that the contours are placed at the | |
3997 z level of the contour itself. | |
3998 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3999 objects as well. Let hidden removal take precedence in case of a | |
4000 conflict. | |
4001 * plot/surface.m: Allow surface to treat handles being passed or | |
4002 returned. Any additional arguments arr used to set the surface | |
4003 handle. | |
4004 * plot/contour3.m: New function | |
4005 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4006 | |
7173 | 4007 2007-11-14 John W. Eaton <jwe@octave.org> |
4008 | |
4009 * specfun/bessel.m: Update doc string from | |
4010 src/DLD-FUNCTIONS/besselj.cc. | |
4011 | |
7170 | 4012 2007-11-12 David Bateman <dbateman@free.fr> |
4013 | |
4014 * plot/contour.m: Allow handles to be passed and returned. Split | |
4015 the countour function itself into __contour__.m to be shared with | |
4016 surfc and meshc. | |
4017 * plot/__contour__.m: New file | |
4018 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4019 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
4020 the face or edge if the facecolor or edge color are marked as | |
4021 "none". Allow the edgecolor to be determined by the cdata in the | |
4022 same manner as the facecolor. Fail if facecolor is not "none" and | |
4023 a 3-D plot is desired, rather than ignoring zdata. Make the | |
4024 storage of 3D/4D data consistent between line, surface and patch | |
4025 objects. | |
4026 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
4027 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 4028 |
4029 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
4030 Handle fontweight and fontangle properties. | |
4031 | |
7163 | 4032 2007-11-12 Kai Habel <kai.habel@gmx.de> |
4033 | |
4034 * plot/spinmap.m, plot/ribbon.m: New functions. | |
4035 * plot/Makefile.in (SOURCES): Add them to the list. | |
4036 | |
4037 2007-11-12 John W. Eaton <jwe@octave.org> | |
4038 | |
4039 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
4040 Use it to avoid duplicated code. | |
4041 | |
7161 | 4042 2007-11-12 David Bateman <dbateman@free.fr> |
4043 | |
7162 | 4044 * plot/title.m: Fix return value for nargout > 0. |
4045 | |
4046 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
4047 specified for the title, xlabel, ylabel and text objects. | |
4048 | |
7161 | 4049 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
4050 4.0 and surface plots. | |
4051 | |
7160 | 4052 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
4053 | |
4054 * plot/__patch__.m: Fix computation of faces when patch is defined | |
4055 with X/Y/Z data. | |
4056 | |
7146 | 4057 2007-11-09 John W. Eaton <jwe@octave.org> |
4058 | |
7152 | 4059 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 4060 Correct logic in setting palette data. |
7152 | 4061 |
7151 | 4062 * audio/wavread.m, control/base/__bodquist__.m, |
4063 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
4064 control/system/c2d.m, control/system/is_detectable.m, | |
4065 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
4066 control/system/tfout.m, general/isdefinite.m, | |
4067 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
4068 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
4069 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
4070 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
4071 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
4072 testfun/test.m: Use specific end keywords. | |
4073 | |
7146 | 4074 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
4075 | |
4076 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
4077 | |
4078 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
4079 Don't change view if hold is on. | |
4080 | |
7142 | 4081 2007-11-09 David Bateman <dbateman@free.fr> |
4082 | |
7149 | 4083 * plot/hidden.m: New function. |
4084 * plot/Makefile.in (SOURCES): Add it here. | |
4085 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
4086 line removal. | |
4087 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
4088 removal and if it is "none" don't do hidden line removal. | |
4089 | |
7148 | 4090 * plot/legend.m: Also allow labels for surface and patch types. |
4091 * plot/__bar__.m: Split into separate patch pbjects to allow | |
4092 setting of the legend. | |
4093 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
4094 objects as well. | |
4095 | |
7146 | 4096 * plot/area.m, plot/__area__.m: New functions |
4097 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
4098 | |
7142 | 4099 * plot/patch.m: Correctly handle case of axis handle as first arg. |
4100 | |
7144 | 4101 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
4102 | |
4103 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
4104 | |
7131 | 4105 2007-11-08 John W. Eaton <jwe@octave.org> |
4106 | |
7133 | 4107 * control/base/dcgain.m, control/base/dre.m, |
4108 control/base/impulse.m, control/base/step.m, | |
4109 control/system/dmr2d.m, control/system/ord2.m, | |
4110 control/system/sys2ss.m, control/system/sysdimensions.m, | |
4111 control/system/sysgetsignals.m, control/system/sysout.m, | |
4112 control/system/tfout.m, control/system/ugain.m, | |
4113 control/system/zpout.m, control/util/strappend.m: | |
4114 Don't fail with usage message if nargout is too large. | |
4115 | |
7131 | 4116 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
4117 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4118 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 4119 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
4120 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
4121 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
4122 control/obsolete/rotg.m, control/obsolete/series.m, | |
4123 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
4124 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 4125 control/system/__syschnamesl__.m, |
4126 control/system/__syscont_disc__.m, | |
4127 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
4128 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
4129 control/system/abcddim.m, control/system/buildssic.m, | |
4130 control/system/c2d.m, control/system/cellidx.m, | |
4131 control/system/d2c.m, control/system/dmr2d.m, | |
4132 control/system/fir2sys.m, control/system/is_abcd.m, | |
4133 control/system/is_controllable.m, control/system/is_detectable.m, | |
4134 control/system/is_digital.m, control/system/is_observable.m, | |
4135 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4136 control/system/jet707.m, control/system/listidx.m, | |
4137 control/system/parallel.m, control/system/ss.m, | |
4138 control/system/ss2sys.m, control/system/ss2zp.m, | |
4139 control/system/starp.m, control/system/sys2ss.m, | |
4140 control/system/sys2tf.m, control/system/sys2zp.m, | |
4141 control/system/sysadd.m, control/system/sysappend.m, | |
4142 control/system/sysconnect.m, control/system/syscont.m, | |
4143 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 4144 control/system/sysdup.m, control/system/sysgetsignals.m, |
4145 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 4146 control/system/sysmult.m, control/system/sysout.m, |
4147 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 4148 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 4149 control/system/syssub.m, control/system/sysupdate.m, |
4150 control/system/tf.m, control/system/tf2ss.m, | |
4151 control/system/tf2sys.m, control/system/tfout.m, | |
4152 control/system/zp.m, control/system/zp2ss.m, | |
4153 control/system/zp2sys.m, control/system/zp2tf.m, | |
4154 control/system/zpout.m, control/util/__outlist__.m, | |
4155 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
4156 control/util/prompt.m, control/util/sortcom.m, | |
4157 control/util/zgfmul.m, control/util/zgfslv.m, | |
4158 control/util/zginit.m, control/util/zgreduce.m, | |
4159 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 4160 |
7130 | 4161 2007-11-08 David Bateman <dbateman@free.fr> |
4162 | |
4163 * plot/quiver.m: Fix arrowheads. | |
4164 | |
7128 | 4165 2007-11-07 Ben Abbott <bpabbott@mac.com> |
4166 | |
4167 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 4168 Handle "rows" argument. New tests. |
7128 | 4169 (cell_ismember): New function. |
4170 | |
7127 | 4171 2007-11-07 John W. Eaton <jwe@octave.org> |
4172 | |
4173 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4174 control/base/__stepimp__.m, control/base/are.m, | |
4175 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
4176 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
4177 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
4178 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
4179 control/base/ltifr.m, control/base/nichols.m, | |
4180 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
4181 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
4182 Style fixes. | |
4183 | |
7125 | 4184 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
4185 | |
4186 * control/base/bode_bounds.m, control/base/dgram.m, | |
4187 control/base/dlyap.m, control/base/freqchkw.m, | |
4188 control/base/gram.m, control/base/place.m, | |
4189 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
4190 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
4191 control/system/is_signal_list.m, control/system/ss2tf.m, | |
4192 control/system/sys2fir.m, control/system/sysgettsam.m, | |
4193 control/system/sysgettype.m, control/system/sysreorder.m, | |
4194 control/system/tf2sys.m, control/system/zp2tf.m, | |
4195 control/util/axis2dlim.m, control/util/swap.m, | |
4196 control/util/zgfmul.m, control/util/zgfslv.m, | |
4197 control/util/zginit.m, control/util/zgreduce.m, | |
4198 control/util/zgrownorm.m, control/util/zgscal.m, | |
4199 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
4200 geometry/inpolygon.m, linear-algebra/housh.m, | |
4201 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
4202 miscellaneous/run.m, quaternion/qconj.m, | |
4203 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
4204 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
4205 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
4206 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
4207 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
4208 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
4209 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
4210 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
4211 statistics/distributions/empirical_cdf.m, | |
4212 statistics/distributions/empirical_inv.m, | |
4213 statistics/distributions/empirical_pdf.m, | |
4214 statistics/models/logistic_regression_derivatives.m, | |
4215 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
4216 | |
7118 | 4217 2007-11-07 David Bateman <dbateman@free.fr> |
4218 | |
7120 | 4219 * general/gradient.m: Correctly convert deltax and deltay scalar |
4220 values are scalars to vectors. | |
4221 | |
7119 | 4222 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4223 the meshc.m function. | |
4224 * plot/meshc.m: Also use the surface function. | |
4225 | |
7120 | 4226 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4227 * plot/Makefile.in (SOURCES): Add them to the list. |
4228 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4229 | |
7117 | 4230 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4231 | |
4232 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4233 | |
7115 | 4234 2007-11-07 John W. Eaton <jwe@octave.org> |
4235 | |
4236 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4237 the data limits are infinite. | |
4238 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4239 (get_axis_limits): Don't do anything if min_val or max_val are | |
4240 infinite. | |
4241 | |
7112 | 4242 2007-11-06 David Bateman <dbateman@free.fr> |
4243 | |
4244 * plot/hist.m: Pass any additional arguments to bar for | |
4245 treatment. Create a default x value that is always a vector. | |
4246 | |
7111 | 4247 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4248 | |
4249 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4250 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4251 |
4252 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4253 | |
4254 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4255 New files. | |
4256 * plot/mesh.m: Call surface to do the real work. | |
4257 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4258 properties. | |
4259 | |
4260 * image/colormap.m: Also return current colormap if nargout and | |
4261 nargin are both 0. | |
4262 | |
7106 | 4263 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4264 | |
4265 * startup/inputrc: Delete key bindings starting with \340 code. | |
4266 | |
7112 | 4267 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4268 |
4269 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4270 to avoid issues of over- and underflow. From Rolf Fabian | |
4271 <Rolf.Fabian@gmx.de>. | |
4272 | |
7097 | 4273 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4274 | |
4275 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4276 help texts. | |
4277 | |
7096 | 4278 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4279 | |
4280 * plot/bar.m, plot/barh.m: Doc fix. | |
4281 | |
7094 | 4282 2007-10-31 John W. Eaton <jwe@octave.org> |
4283 | |
4284 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4285 | |
7086 | 4286 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4287 | |
4288 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4289 objects and legend objects are implemented with a separate axes | |
4290 object. | |
4291 | |
7078 | 4292 2007-10-30 David Bateman <dbateman@free.fr> |
4293 | |
7081 | 4294 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4295 | |
7078 | 4296 * plot/__go_draw_axes__.m (do_linestyle_command): |
4297 Use point type 0 for ".". | |
4298 | |
7073 | 4299 2007-10-26 John W. Eaton <jwe@octave.org> |
4300 | |
7074 | 4301 * image/imshow.m: Improve compatibility. |
4302 * image/image.m: Return handle if nargou > 0. | |
4303 | |
7073 | 4304 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4305 | |
7069 | 4306 2007-10-25 John W. Eaton <jwe@octave.org> |
4307 | |
4308 * miscellaneous/compare_versions.m: Style fixes. | |
4309 | |
7060 | 4310 2007-10-24 John W. Eaton <jwe@octave.org> |
4311 | |
7061 | 4312 * image/saveimage.m: Use functional form of save instead of eval. |
4313 Use -text instead of -ascii. | |
4314 | |
7060 | 4315 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4316 | |
7054 | 4317 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4318 | |
4319 * plot/legend.m: Also extract location string from varargin (lost | |
4320 when 2007-10-08 patch was applied). | |
4321 | |
7049 | 4322 2007-10-23 David Bateman <dbateman@free.fr> |
4323 | |
4324 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4325 miscellaneous/what.m: New functions | |
4326 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4327 functions. | |
4328 | |
7045 | 4329 2007-10-22 David Bateman <dbateman@free.fr> |
4330 | |
4331 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4332 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4333 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4334 | |
7042 | 4335 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4336 | |
4337 * plot/contourf.m: New function. | |
4338 * plot/Makefile.in (SOURCES): Add it to the list. | |
4339 | |
7040 | 4340 2007-10-19 John W. Eaton <jwe@octave.org> |
4341 | |
4342 * plot/subplot.m: Doc fix. | |
4343 | |
7039 | 4344 2007-10-19 David Bateman <dbateman@free.fr> |
4345 | |
7041 | 4346 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4347 |
7037 | 4348 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4349 | |
4350 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4351 output. | |
4352 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4353 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4354 |
4355 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4356 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4357 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4358 control/system/syssetsignals.m, control/base/lqg.m, | |
4359 strings/str2double.m, control/system/sysscale.m, | |
4360 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4361 Make help text fit on pages when using smallbook. | |
4362 | |
7028 | 4363 2007-10-15 David Bateman <dbateman@free.fr> |
4364 | |
7032 | 4365 * plot/print.m: Call drawnow before printing to ensure the plot is |
4366 on the screen. | |
4367 | |
7028 | 4368 * testfun/test.m: In error/warning blocks test for an error before |
4369 a warning to avoid unexpected failures. | |
4370 | |
7027 | 4371 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4372 | |
4373 * testfun/assert.m: Correct documentation of absolution versus | |
4374 relative error tolerance and add tests. | |
4375 | |
7024 | 4376 2007-10-14 David Bateman <dbateman@free.fr> |
4377 | |
4378 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4379 src directory. | |
4380 * plot/Makefile.in (SOURCES): Add fill.m. | |
4381 | |
7020 | 4382 2007-10-13 David Bateman <dbateman@free.fr> |
4383 | |
4384 * plot/__patch__.m: Allow multiple patches to be defined and | |
4385 return a single patch object. Allow Faces/Vertices form of | |
4386 patch. Flag failure so the patch can call print_usage. | |
4387 * plot/patch.m: Update help string for Faces/Vertices | |
4388 call. Respect the fail flag returned by __patch__. Add demo code | |
4389 that tests the functionality of patch. | |
4390 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4391 patch object. | |
4392 * plot/fill.m: New function. | |
4393 | |
7016 | 4394 2007-10-12 John W. Eaton <jwe@octave.org> |
4395 | |
4396 * Change copyright notices in all files that are part of Octave to | |
4397 GPLv3 or any later version. | |
4398 | |
7012 | 4399 2007-10-11 John W. Eaton <jwe@octave.org> |
4400 | |
4401 * plot/__go_draw_axes__.m (get_axis_limits): | |
4402 Return lim = [] if logscale and no positive values. | |
4403 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4404 Set initial min and min positive values to Inf, max values to -Inf. | |
4405 (get_data_limits): Correctly handle xminp when no positive values | |
4406 are found. | |
4407 | |
7011 | 4408 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4409 | |
4410 * polynomial/residue.m: New optional input for pole multiplicity. | |
4411 Doc fix. Fix tests. | |
4412 | |
7010 | 4413 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4414 | |
4415 * toplev.cc (Foctave_config_info): Add field "mac". | |
4416 | |
4417 * miscellaneous/ismac.m: New function. | |
4418 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4419 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4420 | |
7009 | 4421 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4422 | |
4423 * statistics/distributions/hygernd.m: Allow size to be specified | |
4424 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4425 scalars or matrices of a common size. | |
4426 | |
7007 | 4427 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4428 | |
4429 * control/csrefcard.lt, control/system/is_detectable.m, | |
4430 control/system/sysgroup.m, geometry/voronoin.m, | |
4431 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4432 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4433 statistics/distributions/binornd.m, | |
4434 statistics/distributions/cauchy_rnd.m, | |
4435 statistics/distributions/chi2rnd.m, | |
4436 statistics/distributions/discrete_rnd.m, | |
4437 statistics/distributions/exprnd.m, | |
4438 statistics/distributions/frnd.m, | |
4439 statistics/distributions/gamrnd.m, | |
4440 statistics/distributions/geornd.m, | |
4441 statistics/distributions/laplace_rnd.m, | |
4442 statistics/distributions/logistic_rnd.m, | |
4443 statistics/distributions/lognrnd.m, | |
4444 statistics/distributions/nbinrnd.m, | |
4445 statistics/distributions/normrnd.m, | |
4446 statistics/distributions/poissrnd.m, | |
4447 statistics/distributions/stdnormal_rnd.m, | |
4448 statistics/distributions/trnd.m, | |
4449 statistics/distributions/unifrnd.m, | |
4450 statistics/distributions/wblrnd.m: Spelling fixes. | |
4451 | |
7005 | 4452 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4453 | |
4454 * time/tic.m: New optional output value. | |
4455 | |
4456 * general/int2str.m: Doc fix. | |
4457 | |
7002 | 4458 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4459 | |
4460 * statistics/distributions/hygecdf.m, | |
4461 statistics/distributions/hygeinv.m, | |
4462 statistics/distributions/hygepdf.m, | |
4463 statistics/distributions/hygernd.m: | |
4464 Swap order of T and M args for compatibility. | |
4465 | |
7001 | 4466 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4467 | |
4468 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4469 control/system/buildssic.m, control/system/c2d.m, | |
4470 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4471 control/system/ss2sys.m, control/system/ss2tf.m, | |
4472 control/system/syscont.m, control/system/sysdimensions.m, | |
4473 control/system/sysdisc.m, control/system/sysmult.m, | |
4474 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4475 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4476 general/interp1.m, general/interp2.m, general/interp3.m, | |
4477 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4478 general/rat.m, general/structfun.m, general/trapz.m, | |
4479 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4480 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4481 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4482 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4483 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4484 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4485 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4486 statistics/base/meansq.m, statistics/base/var.m, | |
4487 statistics/tests/chisquare_test_independence.m, | |
4488 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4489 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4490 testfun/test.m: Spelling fixes. | |
4491 | |
6998 | 4492 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4493 | |
4494 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4495 | |
6997 | 4496 2007-10-10 John W. Eaton <jwe@octave.org> |
4497 | |
4498 * general/num2str.m: Always allow for sign for automatically | |
4499 computed format widths. | |
4500 | |
6988 | 4501 2007-10-09 David Bateman <dbateman@free.fr> |
4502 | |
4503 * plot/patch.m: Accept a handle as the first argument. | |
4504 | |
6987 | 4505 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4506 | |
7010 | 4507 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4508 |
6985 | 4509 2007-10-09 John W. Eaton <jwe@octave.org> |
4510 | |
4511 * audio/wavwrite.m: Accept arguments in compatible order. | |
4512 | |
6979 | 4513 2007-10-08 David Bateman <dbateman@free.fr> |
4514 | |
4515 * general/interp2.m: Relax test for values outside the grid to | |
4516 allow monotonically decreasing abscissa as well. | |
4517 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4518 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4519 |
4520 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4521 as output parameter. | |
4522 | |
6977 | 4523 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4524 | |
4525 * plot/__go_draw_axes__.m, plot/legend.m: | |
4526 Handle compatible position specifiers as strings. | |
4527 | |
6975 | 4528 2007-10-08 John Swensen <jpswensen@comcast.net> |
4529 | |
4530 * general/num2str.m: Eliminate extra whitespace in output. | |
4531 * strings/strtrim.m: New function. | |
4532 * strings/Makefile.in (SOURCES): Add it to the list. | |
4533 | |
6968 | 4534 2007-10-06 John W. Eaton <jwe@octave.org> |
4535 | |
4536 * polynomial/residue.m: New test from test/test_poly.m. | |
4537 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4538 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4539 |
4540 * image/saveimage.m: Handle saving color images without a colormap. | |
4541 * image/__img_via_file__.m: Add missing semicolon. | |
4542 | |
4543 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4544 | |
7010 | 4545 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4546 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4547 | |
6965 | 4548 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4549 | |
4550 * plot/print.m: Handle svg output type. Accept new -S option to | |
4551 specify size for PNG and SVG output types. | |
4552 | |
4553 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4554 |
4555 * polynomial/mpoles.m: New function. | |
4556 * polynomial/residue.m: Modified to behave in reciprocal | |
4557 manner. No longer compute 4th output, "e". No longer accept | |
4558 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4559 Respect maximum relative difference in poles when determining | |
4560 their multiplicity. Use mpoles to determine the multiplicity of | |
4561 poles. | |
4562 | |
6963 | 4563 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4564 | |
4565 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4566 for surface plots. | |
4567 | |
6962 | 4568 2007-10-05 John W. Eaton <jwe@octave.org> |
4569 | |
4570 * plot/__next_line_color__.m: Get color_rotation from axes | |
4571 colororder property. | |
4572 | |
6953 | 4573 2007-10-03 John W. Eaton <jwe@octave.org> |
4574 | |
6955 | 4575 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4576 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4577 | |
6953 | 4578 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4579 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4580 special for __vnorm__. | |
4581 | |
6951 | 4582 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4583 | |
6952 | 4584 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4585 |
6950 | 4586 2007-10-03 David Bateman <dbateman@free.fr> |
4587 | |
4588 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4589 if a file is architecture dependent based on a list of file | |
4590 extensions. | |
4591 (configure_make): Simplify the search for architecture dependent | |
4592 files based on this function. | |
4593 (load_pakages_and_dependencies): Also look for bin directory in | |
4594 the architecture dependent directory. | |
4595 | |
6947 | 4596 2007-10-03 John W. Eaton <jwe@octave.org> |
4597 | |
4598 * miscellaneous/dir.m: Create empty struct with field names. | |
4599 Include datenum in struct. | |
4600 | |
6943 | 4601 2007-10-02 David Bateman <dbateman@free.fr> |
4602 | |
4603 * miscellaneous/ls.m: If nargout return string array of files | |
4604 returned by ls. | |
4605 | |
6942 | 4606 2007-10-01 John W. Eaton <jwe@octave.org> |
4607 | |
4608 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4609 range values. | |
4610 | |
6937 | 4611 2007-10-01 David Bateman <dbateman@free.fr> |
4612 | |
7010 | 4613 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4614 speed with small vectors. |
6937 | 4615 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4616 rather than OCTAVE_HOME(). | |
4617 | |
6935 | 4618 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4619 | |
4620 * plot/findobj.m: New function. | |
4621 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4622 | |
6925 | 4623 2007-09-26 David Bateman <dbateman@free.fr> |
4624 | |
4625 * pkg/pkg.m: Add second argument to setting for prefix for | |
4626 architecture dependent files. Use throughout. | |
4627 (pkg:issuperuser): New function, use through to check for | |
4628 root user. | |
4629 (pkg:getarchprefix): function to give the archiecture dependent | |
4630 prefix for a package. | |
4631 (pkg:getarchdir): New function giving location of architetcure | |
4632 dependent directory. Use through out. | |
4633 (pkg:install): Treat architecture dependent directory separately | |
4634 as in might not be a sub-directory of the package directory. | |
4635 (pkg:uninstall): ditto. | |
4636 (pkg:create_pkgadddel): Check for global or local install for | |
4637 architecture dependent directory. | |
4638 (pkg:finish_installation): ditto. | |
4639 (pkg:write_INDEX): ditto. | |
4640 (pkg:load_packages_and_dependencies): ditto. | |
4641 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4642 files to a new location if user is root. | |
4643 (pkg:rm_rf): Check if file or directory exists before removing. | |
4644 (pkg:dirempty): Check if directory exists before checking. | |
4645 | |
4646 * plot/___patch__.m: Allow face colors to be passed as strings | |
4647 | |
4648 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4649 needed for calls to "hold" without an argument. | |
4650 | |
6920 | 4651 2007-09-21 John W. Eaton <jwe@octave.org> |
4652 | |
6921 | 4653 * optimization/sqp.m: Fix typo. |
4654 | |
6920 | 4655 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4656 | |
6919 | 4657 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4658 | |
4659 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4660 | |
6918 | 4661 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4662 | |
4663 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4664 unidpdf.m and unidinv.m | |
4665 | |
6914 | 4666 2007-09-18 John W. Eaton <jwe@octave.org> |
4667 | |
4668 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4669 (do_tics_1): Set numeric axes formats to "%.15g". | |
4670 | |
6912 | 4671 2007-09-18 David Bateman <dbateman@free.fr> |
4672 | |
4673 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4674 of %g when writing data. | |
4675 | |
6908 | 4676 2007-09-17 John W. Eaton <jwe@octave.org> |
4677 | |
4678 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4679 | |
6903 | 4680 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4681 | |
4682 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4683 noninteger N with N-K < 1. | |
4684 | |
6901 | 4685 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4686 | |
4687 * strings/index.m: Correct for strings differing after the third | |
4688 position (bug reported by Maude Martin). | |
4689 | |
6895 | 4690 2007-09-13 John W. Eaton <jwe@octave.org> |
4691 | |
4692 * plot/__default_colormap__.m: Delete. | |
4693 * plot/Makefile (SOURCES): Remove from the list. | |
4694 | |
6898 | 4695 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4696 | |
4697 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4698 | |
6885 | 4699 2007-09-10 David Bateman <dbateman@free.fr> |
4700 | |
4701 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4702 limit the selection of colors in the same way as for lines. | |
4703 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4704 column. | |
4705 * plot/__bar__.m: Adapt to use "patch". | |
4706 | |
6870 | 4707 2007-09-06 John W. Eaton <jwe@octave.org> |
4708 | |
4709 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4710 (init_plot_stream): Split from open_plot_stream. | |
4711 * plot/print.m: Accept -debug=FILE argument. | |
4712 | |
6868 | 4713 2007-09-06 David Bateman <dbateman@free.fr> |
4714 | |
7010 | 4715 * general/celldisp.m: New function. |
4716 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4717 * miscellaneous/swapbytes.m: New function. | |
4718 * miscellaneous/gzip.m: New function. | |
4719 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4720 |
6863 | 4721 2007-09-05 David Bateman <dbateman@free.fr> |
4722 | |
7010 | 4723 * general/structfun.m: New function. |
4724 * general/Makefile.in (SOURCES): Add it to sources. | |
4725 * miscellaneous/run.m: New function. | |
4726 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4727 * statistics/base/mode.m: New function. | |
4728 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4729 |
6862 | 4730 2007-09-05 John W. Eaton <jwe@octave.org> |
4731 | |
4732 * miscellaneous/orderfields.m: Use numel instead of length. | |
4733 | |
4734 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4735 | |
4736 * miscellaneous/orderfields.m: Handle empty structs. | |
4737 | |
6861 | 4738 2007-09-05 John W. Eaton <jwe@octave.org> |
4739 | |
4740 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4741 DATA_IDX. | |
4742 | |
4743 2007-09-04 David Bateman <dbateman@free.fr> | |
4744 | |
4745 * general/isdir.m: Return a logical value. | |
4746 | |
6859 | 4747 2007-09-04 David Bateman <dbateman@free.fr> |
4748 | |
4749 * statistics/distributions/chi2pdf.m, | |
4750 statistics/distributions/chi2cdf.m, | |
4751 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4752 distribution functions to account for inverse of scale factor in | |
4753 gamma functions. | |
4754 | |
6857 | 4755 2007-09-01 John W. Eaton <jwe@octave.org> |
4756 | |
4757 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4758 | |
6853 | 4759 2007-09-01 David Bateman <dbateman@free.fr> |
4760 | |
4761 * polynomial/polyint.m: New function like polyinteg but with | |
4762 explicit integration constant. | |
4763 * polynomial/polyinteg.m: Remove. | |
4764 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4765 polyinteg.m. | |
4766 * deprecated/polyinteg.m: Move version here. | |
4767 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4768 | |
6852 | 4769 * geometry/voronoi.m: Add large box around data to get a good |
4770 approximation of the rays to infinity. | |
4771 | |
6851 | 4772 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4773 | |
4774 * plot/axes.m: Allow parent to be specified when creating axes | |
4775 objects. Support non-figure parents. | |
4776 | |
4777 2007-08-31 John W. Eaton <jwe@octave.org> | |
4778 | |
4779 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4780 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4781 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4782 |
7010 | 4783 * polynomial/polygcd.m: Better layout of example. |
4784 * polynomial/compan.m: Remove unnecessary check. | |
4785 * polynomial/roots.m: Added example to help text. | |
4786 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4787 * polynomial/poly.m: Added example to help text. | |
6850 | 4788 |
6848 | 4789 2007-08-30 John W. Eaton <jwe@octave.org> |
4790 | |
4791 * optimization/qp.m: Increase maxit to 200. | |
4792 | |
6847 | 4793 2007-08-30 David Bateman <dbateman@free.fr> |
4794 | |
4795 * geometry/inpolygon.m: New file. | |
4796 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4797 | |
6843 | 4798 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4799 | |
4800 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4801 | |
6829 | 4802 2007-08-24 David Bateman <dbateman@free.fr> |
4803 | |
4804 * plot/__go_draw_axes__.m: Treat text color property. | |
4805 | |
6828 | 4806 2007-08-24 John W. Eaton <jwe@octave.org> |
4807 | |
4808 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4809 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4810 | |
4811 * miscellaneous/movefile.m: Separate second and third args and | |
4812 use p1 and p2, not f1 and f2 when constructing arguments for | |
4813 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4814 | |
6825 | 4815 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4816 | |
4817 * set/intersect.m: Make it work with cell arrays of strings. | |
4818 | |
6823 | 4819 2007-08-24 David Bateman <dbateman@free.fr> |
4820 | |
7010 | 4821 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4822 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4823 functions ported from octave-forge. | |
7010 | 4824 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4825 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4826 geometry/triplot.m, geometry/tsearchn.m: | |
4827 New functions. | |
7010 | 4828 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4829 * geometry/Makefile.in (SOURCES): Add functions above. | |
4830 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4831 |
6820 | 4832 2007-08-23 John W. Eaton <jwe@octave.org> |
4833 | |
4834 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4835 variable name. | |
4836 | |
4837 2007-08-23 David Bateman <dbateman@free.fr> | |
4838 | |
4839 * plot/plot.m: Allow first arg to be axes handle. | |
4840 | |
6818 | 4841 2007-08-22 David Bateman <dbateman@free.fr> |
4842 | |
4843 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4844 outputs are returned only if requested. | |
4845 | |
4846 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4847 | |
4848 * control/base/nichols.m: Fix typo. | |
4849 | |
6813 | 4850 2007-08-13 John W. Eaton <jwe@octave.org> |
4851 | |
4852 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4853 | |
6809 | 4854 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4855 | |
4856 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4857 use axes position in each appropriate gnuplot set statement. | |
4858 | |
6808 | 4859 2007-08-10 John W. Eaton <jwe@octave.org> |
4860 | |
4861 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4862 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4863 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4864 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4865 | |
6807 | 4866 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4867 | |
4868 * plot/patch.m, plot/__patch__.m: New files. | |
4869 * plot/Makefile.in (SOURCES): Add them to the list. | |
4870 | |
4871 2007-08-07 John W. Eaton <jwe@octave.org> | |
4872 | |
4873 * path/savepath.m: Use single quotes for argument to PATH command | |
4874 that is inserted in file. | |
4875 | |
6805 | 4876 2007-07-27 John W. Eaton <jwe@octave.org> |
4877 | |
4878 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4879 not set in the environment. | |
4880 | |
6796 | 4881 2007-07-25 David Bateman <dbateman@free.fr> |
4882 | |
4883 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4884 control/base/Makefile.in, control/hinf/Makefile.in, | |
4885 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4886 control/util/Makefile.in, deprecated/Makefile.in, | |
4887 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4888 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4889 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4890 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4891 polynomial/Makefile.in, quaternion/Makefile.in, | |
4892 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4893 specfun/Makefile.in, special-matrix/Makefile.in, | |
4894 startup/Makefile.in, statistics/Makefile.in, | |
4895 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4896 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4897 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4898 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4899 | |
6795 | 4900 2007-07-25 John W. Eaton <jwe@octave.org> |
4901 | |
4902 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4903 | |
6793 | 4904 2007-07-24 David Bateman <dbateman@free.fr> |
4905 | |
4906 * image/flag.m: New colormap function. | |
4907 * images/Makefile.in: Include it in SOURCES. | |
4908 | |
4909 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4910 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4911 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4912 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4913 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4914 number of colormap elements as the other colormap functions. | |
4915 | |
6790 | 4916 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4917 | |
4918 * plot/__go_draw_axes__.m: Handle patch. | |
4919 | |
6788 | 4920 2007-07-23 David Bateman <dbateman@free.fr> |
4921 | |
4922 * general/rat.m: New function for ration approximation imported | |
4923 from octave-forge. | |
4924 * general/del2.m: New function for discrete laplacian operator. | |
4925 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4926 | |
4927 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4928 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4929 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4930 image/winter.m, image/brighten.m: Port image functions from | |
4931 octave-forge. | |
4932 * image/Makefile.in: Add ported functions to SOURCES. | |
4933 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4934 compatibility with matlab. | |
4935 | |
4936 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4937 octave-forge | |
4938 * plot/Makefile.in: Add ported functions to SOURCES. | |
4939 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4940 using gnuplot 4.2 or greater. | |
4941 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4942 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4943 |
4944 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4945 | |
6781 | 4946 2007-07-19 David Bateman <dbateman@free.fr> |
4947 | |
4948 * plot/fplot.m: More compatible version. | |
4949 | |
6780 | 4950 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4951 | |
4952 * plot/clf.m: Check for valid handle before deleting. | |
4953 | |
4954 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4955 __go_figure__ instead of using regular "set" call. | |
4956 | |
6779 | 4957 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4958 | |
4959 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4960 type for gnuplot. | |
4961 | |
6778 | 4962 2007-07-18 John W. Eaton <jwe@octave.org> |
4963 | |
4964 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4965 gnuplot for each set of axes. | |
4966 | |
6777 | 4967 2007-07-18 David Bateman <dbateman@free.fr> |
4968 | |
6778 | 4969 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4970 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4971 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4972 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4973 Use standard scale factor rather than one on the scale factor for | |
4974 compatibility. | |
4975 | |
4976 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4977 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4978 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4979 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4980 Preserve backward compatibility. | |
6777 | 4981 |
6776 | 4982 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4983 | |
4984 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4985 to avoid issues with regexp special characters in the path strings. | |
4986 | |
6770 | 4987 2007-07-06 David Bateman <dbateman@free.fr> |
4988 | |
6778 | 4989 * general/accumarray.m: New function to create an array by |
4990 accumulating the elements. | |
6770 | 4991 |
6768 | 4992 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4993 | |
4994 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4995 (fdjac): Set nx outside of if block. | |
4996 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4997 | |
6765 | 4998 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4999 | |
5000 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
5001 | |
5002 * plot/axis.m: Also set "visible" property when setting axes to | |
5003 on/off. | |
5004 | |
6762 | 5005 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
5006 | |
5007 * image/colormap.m: Only return colormap if nargout > 0. | |
5008 Mark as command. | |
5009 | |
6758 | 5010 2007-06-25 John W. Eaton <jwe@octave.org> |
5011 | |
5012 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
5013 strcmp for selected property comparisons. | |
5014 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5015 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 5016 |
6778 | 5017 * image/imshow.m: Fix check for colormap arguments. |
6756 | 5018 |
6754 | 5019 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
5020 | |
5021 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
5022 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5023 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 5024 |
6778 | 5025 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 5026 argument, and note that the data should be sorted for the |
5027 definition of the median to be correct. | |
5028 | |
6778 | 5029 * statistics/base/std.m: Add missing square to definition of |
6754 | 5030 standard deviation. |
5031 | |
6778 | 5032 * statistics/base/cov.m: Add definition of covariance to the help text. |
5033 | |
5034 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 5035 statistics/base/std.m: |
5036 Note that \bar{x} is the mean value of x in the help text. | |
5037 | |
6778 | 5038 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 5039 coefficient to the help text. |
5040 | |
6778 | 5041 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
5042 | |
5043 * statistics/base/var.m: Put N in @math in help text. | |
5044 | |
5045 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 5046 statistics/tests/kolmogorov_smirnov_test.m: |
5047 Write about possible values of 'dist' in help text. | |
5048 | |
6778 | 5049 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 5050 Add definition of correlation to the help text. |
5051 | |
6778 | 5052 * statistics/base/logit.m, statistics/base/kendall.m, |
5053 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 5054 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
5055 TeXification of help text. | |
5056 | |
5057 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
5058 | |
5059 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
5060 Add missing @var's to help text. | |
5061 | |
5062 * statistics/models/logistic_regression.m: Fix typos in help text. | |
5063 | |
5064 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
5065 of help text. | |
5066 | |
5067 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
5068 help text. | |
5069 | |
5070 * statistics/distributions/unidpdf.m, | |
5071 statistics/distributions/discrete_pdf.m: | |
5072 Replace 'pDF' with 'PDF' in help text. | |
5073 | |
6753 | 5074 2007-06-25 John W. Eaton <jwe@octave.org> |
5075 | |
5076 * strings/substr.m: Use offset consistently in code and doc string. | |
5077 From Rafael Laboissiere <rafael@debian.org>. | |
5078 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5079 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 5080 |
6778 | 5081 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 5082 |
6751 | 5083 2007-06-25 John W. Eaton <jwe@octave.org> |
5084 | |
5085 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
5086 Recycle tic labels if necessary. From Juhani Saastamoinen | |
5087 <juhani@cs.joensuu.fi>. | |
5088 | |
6748 | 5089 2007-06-20 John W. Eaton <jwe@octave.org> |
5090 | |
6749 | 5091 * strings/index.m: Allow strings to be empty. |
5092 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
5093 | |
6748 | 5094 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
5095 | |
6747 | 5096 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
5097 | |
5098 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
5099 separate matrices. | |
5100 | |
6746 | 5101 2007-06-19 David Bateman <dbateman@free.fr> |
5102 | |
5103 * plot/axis.m: Prefer to use legend rather than the older Octave | |
5104 only ";;" legend syntax. | |
5105 * polynomial/mkpp.m: ditto. | |
5106 * polynomial/pchip.m: ditto. | |
5107 * signal/freqz_plot.m: ditto. | |
5108 * sparse/gplot.m: ditto. | |
5109 * sparse/treeplot.m: ditto. | |
5110 | |
6745 | 5111 2007-06-19 John W. Eaton <jwe@octave.org> |
5112 | |
5113 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
5114 (__go_draw_axes__): Call do_tics to handle tic marks. | |
5115 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5116 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 5117 |
6778 | 5118 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 5119 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
5120 to check for NA. | |
5121 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5122 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 5123 |
6778 | 5124 * optimization/glpk.m: TeXified the help text. |
5125 * optimization/qp.m: TeXified the help text. | |
5126 * optimization/sqp.m: TeXified the help text. | |
6741 | 5127 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5128 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 5129 |
6778 | 5130 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 5131 |
6738 | 5132 2007-06-15 John W. Eaton <jwe@octave.org> |
5133 | |
5134 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
5135 have_newer_gnuplot is true. | |
5136 | |
6736 | 5137 2007-06-15 Pete Gustafson <petegus@umich.edu> |
5138 | |
6778 | 5139 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
5140 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 5141 to 90, all others 0. |
5142 | |
6778 | 5143 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
5144 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 5145 get_data_limits. |
6778 | 5146 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 5147 called by __errplot__. |
5148 | |
6730 | 5149 2007-06-15 John W. Eaton <jwe@octave.org> |
5150 | |
5151 * testfun/test.m: Also return number of expected failures. | |
5152 | |
6724 | 5153 2007-06-14 John W. Eaton <jwe@octave.org> |
5154 | |
6730 | 5155 * set/ismember.m: Mark two tests known to fail with xtest. |
5156 | |
6724 | 5157 * plot/__go_draw_axes__.m: Handle text rotation property. |
5158 | |
6728 | 5159 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
5160 | |
5161 * testfun/test.m: Add xtest support for tests known to fail. | |
5162 | |
6727 | 5163 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
5164 | |
5165 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
5166 epslatexstandalone terminals. | |
5167 | |
6721 | 5168 2007-06-14 David Bateman <dbateman@free.fr> |
5169 | |
5170 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
5171 as permutation of results was incorrect. | |
5172 * general/interp1.m: Add demo on second derivative | |
5173 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 5174 call. Add 3D demo. Fix typos |
5175 * general/interp3.m: Fix typos. Correct permutation for use of | |
5176 interpn. | |
6721 | 5177 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
5178 | |
6717 | 5179 2007-06-13 John W. Eaton <jwe@octave.org> |
5180 | |
5181 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 5182 |
6706 | 5183 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5184 | |
5185 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
5186 | |
6704 | 5187 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
5188 | |
5189 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
5190 Set have_linestyle to true if two character linestyle is found. | |
5191 | |
6702 | 5192 2007-06-12 David Bateman <dbateman@free.fr> |
5193 | |
6717 | 5194 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
5195 and interpn.m. | |
5196 | |
5197 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
5198 structure before using it. | |
5199 | |
5200 2007-06-12 David Bateman <dbateman@free.fr> | |
5201 | |
6704 | 5202 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 5203 * general/__splinen__.m: New support function for N-dimensional |
5204 spline interpolation. | |
5205 * general/bicubic.m: Allow definition of extrapolation | |
5206 value. Adapt tests to use new graphics interface | |
5207 * general/interp2.m: Call __splinen__ for 2-D spline | |
5208 interpolation. Make the lookup table code only be called for | |
5209 linear and nearest methods. | |
5210 * general/interpn.m: New function for N-dimensional, linear, nearest | |
5211 and spline interpolation. | |
5212 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
5213 and spline interpolation. | |
6704 | 5214 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 5215 |
6701 | 5216 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
5217 | |
5218 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
5219 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5220 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5221 |
5222 * plot/fplot.m: If function is inline, vectorize it. | |
5223 | |
6698 | 5224 2007-06-10 David Bateman <dbateman@free.fr> |
5225 | |
5226 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5227 directory if need to, so that it fits on a line. | |
5228 | |
6695 | 5229 2007-06-07 David Bateman <dbateman@free.fr> |
5230 | |
5231 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5232 saved file so that dependent packages are loaded first, and if | |
5233 nargout==0 don't return any arguments. | |
5234 (pkg:install): Only load packages that are marked autoload after | |
5235 install. Various fixes. Save in order. | |
5236 (pkg:uninstall): Save in order | |
5237 (pkg:load_packages): Use load_package_and_dependencies to load | |
5238 packages. | |
5239 (pkg:save_order): New function to sort package list with dependent | |
5240 packages first. | |
5241 (pkg:load_packages_and_dependencies): New function to load both a | |
5242 list of packages and their dependencies. | |
5243 (pkg:load_package_dirs): New function that returns a vector of the | |
5244 indexes into the installed package list indicating the packages to | |
5245 load and the order to load them in to respect the dependencies. | |
5246 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5247 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5248 |
5249 * plot/axes.m: Eliminate redundant else clause. | |
5250 | |
6686 | 5251 2007-06-03 David Bateman <dbateman@free.fr> |
5252 | |
5253 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5254 * pkg/pkg.m: Protect against multiple actions being define. |
5255 | |
6683 | 5256 2007-06-01 David Bateman <dbateman@free.fr> |
5257 | |
5258 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5259 incorporate into main pkg function. | |
5260 (pkg:install): Check for existence of files to install before | |
5261 globbing and warn the user if they don't exist. | |
5262 | |
6675 | 5263 2007-05-31 David Bateman <dbateman@free.fr> |
5264 | |
6679 | 5265 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5266 directory over several copy command to limit the line length. | |
5267 * miscellaneous/movefile.m: Ditto. | |
5268 | |
6675 | 5269 * pkg.m: Add build option to allow binary Octave packages to be |
5270 built from source packages. Probe absolute path of prefix, global | |
5271 and local lists. Use strcat, rather that [] for strings. | |
5272 (pkg:build): New function to binary binary package. | |
5273 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5274 (pkg:repackage): Package binary Octave package from installation. | |
5275 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5276 from m-files into main installation directory. | |
5277 (pkg:shell): Suppress verbose messages from shell and only display | |
5278 them with the verbose flag. | |
5279 (pkg:installed_packages): Also include the loaded flag in the | |
5280 local and global packages. | |
5281 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5282 flagged as loaded. | |
5283 | |
5284 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5285 | |
5286 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5287 with and without architecture dependent directories. | |
5288 (pkg:installed_packages): Probe the global_list file even if it is | |
5289 the same as the local_list. | |
5290 | |
6669 | 5291 2007-05-29 John W. Eaton <jwe@octave.org> |
5292 | |
5293 * sparse/spy.m: Set axis to "ij" mode. | |
5294 | |
6664 | 5295 2007-05-24 John W. Eaton <jwe@octave.org> |
5296 | |
5297 * set/ismember.m: Quote first arg of "fail" tests. | |
5298 | |
6663 | 5299 2007-05-24 David Bateman <dbateman@free.fr> |
5300 | |
6778 | 5301 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5302 |
6655 | 5303 2007-05-22 David Bateman <dbateman@free.fr> |
5304 | |
5305 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5306 error(lasterr()(8:end)). | |
5307 (pkg:install): Warning for empty packages being removed. Suppress | |
5308 spurious output. Warning rather than error for uninstalling a | |
5309 package that is not installed to avoid RPM issue. | |
5310 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5311 inst or architecture dependent directory if it exists. | |
5312 | |
6653 | 5313 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5314 | |
5315 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5316 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5317 signal/freqz.m: Fix typos. | |
5318 | |
6645 | 5319 2007-05-21 David Bateman <dbateman@free.fr> |
5320 | |
5321 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5322 force installation location. | |
5323 (rebuild): New subfunction to rebuild package database from | |
5324 installed packages. Also allows changing of autoload status | |
5325 (install): Warn use if attempting to install from non existent | |
5326 file. | |
5327 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5328 "USER", "root"))' for root test. | |
5329 | |
5330 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5331 | |
5332 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5333 and replace "\" characters with "/". | |
5334 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5335 characters with "/" throughout. | |
5336 (shell): New subfunction that wraps system and is careful with the | |
5337 shell on windows platforms. | |
5338 (configure_make): Explictly pass complier etc to configure | |
5339 process. | |
5340 (issuperuser): Force default to global install for Windows machines. | |
5341 | |
6636 | 5342 2007-05-19 Kristan Onu |
5343 | |
5344 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5345 | |
6634 | 5346 2007-05-18 David Bateman <dbateman@free.fr> |
5347 | |
5348 * pkg/pkg.m (install): More verbosity. | |
5349 (configure_make): Ditto. | |
5350 (create_pkgadddel): Install in architecture dependent directory if | |
5351 it exists to address issues with autoload/mfilename. | |
5352 (write_INDEX): Check in archiecture dependent directories as well. | |
5353 | |
6633 | 5354 2007-05-17 David Bateman <dbateman@free.fr> |
5355 | |
5356 * plot/hbar.m: Remove. | |
5357 * plot/barh.m: and move it here. | |
5358 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5359 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5360 |
5361 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5362 | |
6629 | 5363 2007-05-16 John W. Eaton <jwe@octave.org> |
5364 | |
5365 * general/logspace.m: Return second arg if fewer than two values | |
5366 are requested. | |
5367 | |
6619 | 5368 2007-05-14 John W. Eaton <jwe@octave.org> |
5369 | |
5370 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5371 on a new line. | |
5372 | |
6617 | 5373 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5374 | |
5375 * statistics/distributions/norminv.m, | |
5376 statistics/distributions/norminv.m, | |
5377 statistics/distributions/normpdf.m, | |
5378 statistics/distributions/normrnd.m: | |
5379 Use standard deviation, not variance. | |
5380 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5381 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5382 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5383 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5384 backward compatibility. | |
5385 | |
6616 | 5386 2007-05-14 David Bateman <dbateman@free.fr> |
5387 | |
5388 * pkg/pkg.m: Mark loaded packages with "*". | |
5389 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5390 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5391 |
5392 * miscellaneous/single.m: Doc fix. | |
5393 Convert to double instead of returning argument unchanged. | |
5394 | |
5395 * miscellaneous/doc.m: Doc fix. | |
5396 | |
5397 * miscellaneous/ver.m: Doc fix. | |
5398 Don't display information about Octave Forge. | |
5399 | |
6614 | 5400 2007-05-12 David Bateman <dbateman@free.fr> |
5401 | |
5402 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5403 install to be printed. An error in the on_uninstall script causes | |
5404 a failure to uninstall. Place oct- and mex-files in an | |
5405 architecture dependent directory. | |
5406 | |
6611 | 5407 2007-05-09 John W. Eaton <jwe@octave.org> |
5408 | |
5409 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5410 | |
6609 | 5411 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5412 | |
5413 * statistics/distributions/normcdf.m: Use standard deviation | |
5414 instead of variance for compatibility. | |
5415 | |
5416 2007-05-08 John W. Eaton <jwe@octave.org> | |
5417 | |
5418 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5419 | |
5420 * set/ismember.m: Always return logical values. | |
5421 | |
5422 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5423 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5424 |
5425 * general/__isequal__.m: Allow numeric values of different classes | |
5426 to compare equal. | |
5427 | |
6606 | 5428 2007-05-07 David Bateman <dbateman@free.fr> |
5429 | |
6607 | 5430 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5431 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5432 |
6605 | 5433 2007-05-02 John W. Eaton <jwe@octave.org> |
5434 | |
5435 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5436 | |
6604 | 5437 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5438 | |
5439 * contour.m: Rewrite help string. | |
5440 | |
6599 | 5441 2007-04-28 John W. Eaton <jwe@octave.org> |
5442 | |
5443 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5444 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5445 Special case nargout == 0. | |
5446 | |
6597 | 5447 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5448 | |
5449 * general/sub2ind.m: Handle empty input, add tests. | |
5450 | |
6590 | 5451 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5452 | |
5453 * plot/contourc.m: Doc fix. | |
5454 | |
6586 | 5455 2007-04-26 David Bateman <dbateman@free.fr> |
5456 | |
5457 * plot/hist.m: Partially remove previous patch. | |
5458 | |
6582 | 5459 2007-04-26 David Bateman <dbateman@free.fr> |
5460 | |
5461 * plot/hist.m: Support returning of handle | |
5462 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5463 cells. | |
5464 | |
6575 | 5465 2007-04-25 John W. Eaton <jwe@octave.org> |
5466 | |
6579 | 5467 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5468 "title \"\"", not "". | |
5469 | |
6575 | 5470 * plot/legend.m: Initialize WARNED to false. |
5471 | |
6567 | 5472 2007-04-24 John W. Eaton <jwe@octave.org> |
5473 | |
5474 * 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
|
5475 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5476 |
5477 2007-04-23 John W. Eaton <jwe@octave.org> | |
5478 | |
5479 * plot/box.m: Delete extra endfunction keyword. | |
5480 | |
6560 | 5481 2007-04-23 David Bateman <dbateman@free.fr> |
5482 | |
5483 * plot/plot3.m: Call newplot. | |
5484 | |
6553 | 5485 2007-04-20 John W. Eaton <jwe@octave.org> |
5486 | |
5487 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5488 | |
6546 | 5489 2007-04-19 John W. Eaton <jwe@octave.org> |
5490 | |
5491 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5492 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5493 | |
6544 | 5494 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5495 | |
5496 * control/util/axis2dlim.m: Delete extraneous line. | |
5497 | |
6542 | 5498 2007-04-18 John W. Eaton <jwe@octave.org> |
5499 | |
5500 * specfun/factorial.m: Increase tolerance in large value test. | |
5501 | |
6540 | 5502 2007-04-18 David Bateman <dbateman@free.fr> |
5503 | |
5504 * __bar__.m: New support function for bar/hbar to support graphic | |
5505 handles, and additional arguments. | |
5506 * bar.m: Convert to use __bar__. | |
5507 * hbar.m: New function | |
5508 * hist.m: Explicitly set the width of the bar plot. | |
5509 | |
6533 | 5510 2007-04-17 John W. Eaton <jwe@octave.org> |
5511 | |
6534 | 5512 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5513 | |
6533 | 5514 * set/ismember.m: New tests. |
5515 From David Grohmann <grohmann@arlut.utexas.edu> | |
5516 | |
6532 | 5517 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5518 | |
5519 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5520 Add tests. | |
5521 | |
6527 | 5522 2007-04-16 John W. Eaton <jwe@octave.org> |
5523 | |
6528 | 5524 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5525 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
|
5526 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5527 |
6527 | 5528 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5529 | |
6526 | 5530 2007-04-13 John W. Eaton <jwe@octave.org> |
5531 | |
6527 | 5532 * optimization/sqp.m: Initialize info to 0. |
5533 | |
6526 | 5534 * optimization/qp.m: Undo previous change. |
5535 | |
6524 | 5536 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5537 | |
5538 * spdiags.m: Fixed the four-argument case to work for columns of | |
5539 length one. | |
5540 | |
6523 | 5541 2007-04-12 John W. Eaton <jwe@octave.org> |
5542 | |
5543 * optimization/qp.m: Avoid Octave indexing bug. | |
5544 | |
6521 | 5545 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5546 | |
6522 | 5547 * miscellaneous/menu.m, control/base/bddemo.m, |
5548 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5549 control/system/sysrepdemo.m: | |
5550 Adapt to page_screen_output as a function. | |
6521 | 5551 |
6518 | 5552 2007-04-11 John W. Eaton <jwe@octave.org> |
5553 | |
5554 * miscellaneous/not.m: Delete. | |
5555 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5556 | |
5557 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5558 | |
5559 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5560 that are close but not exactly equal. | |
5561 | |
6515 | 5562 2007-04-11 David Bateman <dbateman@free.fr> |
5563 | |
5564 * general/bitcmp.m: Make it work again. | |
5565 | |
6512 | 5566 2007-04-10 John W. Eaton <jwe@octave.org> |
5567 | |
5568 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5569 that are close but not exactly equal. | |
5570 | |
6511 | 5571 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5572 | |
5573 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5574 in response to a change in x limits for now. | |
5575 | |
6510 | 5576 2007-04-09 John W. Eaton <jwe@octave.org> |
5577 | |
5578 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5579 (__go_draw_axes__): Use it to write data to plot stream. | |
5580 | |
6509 | 5581 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5582 | |
5583 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5584 zeros. Set markerfacecolor property in call to plot. | |
5585 | |
6508 | 5586 2007-04-06 John W. Eaton <jwe@octave.org> |
5587 | |
5588 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5589 | |
5590 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5591 | |
5592 * plot/stem.m: Use plot instead of a series of calls to line. | |
5593 | |
6494 | 5594 2007-04-05 John W. Eaton <jwe@octave.org> |
5595 | |
6499 | 5596 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5597 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5598 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5599 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5600 | |
6496 | 5601 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5602 Use strcmpi instead of strcmp+tolower. |
6496 | 5603 Style fixes. |
5604 | |
6494 | 5605 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5606 Plotting fixes. Style fixes. | |
5607 | |
5608 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5609 Style fixes. | |
5610 | |
5611 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5612 Style fixes. | |
5613 | |
5614 * testfun/demo.m, testfun/example.m: Style fixes. | |
5615 Use "strcat (...)" instead of "[...]". | |
5616 Use format specifiers in calls to warning. | |
5617 | |
5618 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5619 Use "strcat (...)" instead of "[...]". | |
5620 Use "x(end)" instead of "x(length (x))". | |
5621 Check NA before NaN. | |
5622 Style fixes. | |
5623 | |
6473 | 5624 2007-03-29 John W. Eaton <jwe@octave.org> |
5625 | |
6474 | 5626 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5627 |
6467 | 5628 2007-03-27 John W. Eaton <jwe@octave.org> |
5629 | |
5630 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5631 control/base/Makefile.in, control/hinf/Makefile.in, | |
5632 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5633 control/util/Makefile.in, deprecated/Makefile.in, | |
5634 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5635 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5636 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5637 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5638 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5639 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5640 special-matrix/Makefile.in, startup/Makefile.in, | |
5641 statistics/Makefile.in, statistics/base/Makefile.in, | |
5642 statistics/distributions/Makefile.in, | |
5643 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5644 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5645 Use ln instead of $(LN_S) in dist target. | |
5646 | |
6465 | 5647 2007-03-27 David Bateman <dbateman@free.fr> |
5648 | |
5649 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5650 gnuplot 4.0. | |
5651 | |
6464 | 5652 2007-03-26 John W. Eaton <jwe@octave.org> |
5653 | |
5654 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5655 | |
6461 | 5656 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5657 | |
5658 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5659 plot stream and using binary data. | |
5660 | |
6459 | 5661 2007-03-26 John W. Eaton <jwe@octave.org> |
5662 | |
5663 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5664 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5665 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5666 | |
5667 2007-03-26 David Bateman <dbateman@free.fr> | |
5668 | |
6461 | 5669 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5670 | |
6459 | 5671 * plot/plot3.m: Handle line properties. |
5672 * plot/plot.m: Update docstring. | |
5673 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5674 * plot/__plt__.m: Also gather properties. | |
5675 | |
6455 | 5676 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5677 | |
5678 * testfun/assert.m: Delete special check for empty objects. | |
5679 Add test. | |
5680 | |
6453 | 5681 2007-03-26 John W. Eaton <jwe@octave.org> |
5682 | |
6454 | 5683 * plot/drawnow.m: Exit early if call is recursive. |
5684 | |
6453 | 5685 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5686 Check for Inf too. | |
5687 (__go_draw_axes__): Use get_data_limits. | |
5688 | |
6450 | 5689 2007-03-24 John W. Eaton <jwe@octave.org> |
5690 | |
6451 | 5691 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5692 send terminal setting command with title option to plot stream. | |
5693 | |
6450 | 5694 * plot/legend.m: Correctly increment index into list of children.. |
5695 | |
6434 | 5696 2007-03-23 John W. Eaton <jwe@octave.org> |
5697 | |
6448 | 5698 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5699 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5700 control/base/nyquist.m, control/base/nichols.m, | |
5701 control/base/frdemo.m, signal/freqz_plot.m, | |
5702 control/base/__stepimp__.m, control/base/bode.m, | |
5703 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5704 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5705 Update plotting code. |
5706 | |
5707 * control/base/bode.m: Unwrap phase angle. | |
5708 | |
5709 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5710 | |
5711 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5712 | |
5713 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5714 commands. | |
6446 | 5715 |
6442 | 5716 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5717 Handle numeric color specs. |
6442 | 5718 * plot/plot.m: Remove "-@" and "@" from docstring. |
5719 | |
6441 | 5720 * plot/orient.m: Fix tests to avoid creating a plot window. |
5721 | |
6440 | 5722 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5723 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5724 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5725 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5726 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5727 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5728 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5729 | |
6438 | 5730 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5731 plot, not just multiplots. | |
5732 | |
6436 | 5733 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5734 | |
6434 | 5735 * plot/contour.m: Don't call drawnow. |
5736 | |
6431 | 5737 2007-03-22 John W. Eaton <jwe@octave.org> |
5738 | |
6432 | 5739 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5740 property of each figure. | |
5741 | |
6431 | 5742 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5743 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5744 | |
5745 2007-03-21 John W. Eaton <jwe@octave.org> | |
5746 | |
5747 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5748 less than eps to 0. | |
5749 | |
6429 | 5750 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5751 |
5752 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5753 * testfun/speed.m: Documentation and example fix. |
5754 | |
6424 | 5755 2007-03-21 John W. Eaton <jwe@octave.org> |
5756 | |
5757 * plot/subplot.m: If we find an existing subplot region, set | |
5758 it to be the "currentaxes" property for the current figure. | |
6425 | 5759 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5760 |
6422 | 5761 2007-03-20 David Bateman <dbateman@free.fr> |
5762 | |
5763 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5764 | |
5765 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5766 | |
5767 * general/arrayfun.m: New function. | |
5768 | |
6418 | 5769 2007-03-20 John W. Eaton <jwe@octave.org> |
5770 | |
6419 | 5771 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5772 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5773 | |
5774 * plot/clf.m: Don't call drawnow. | |
5775 | |
6431 | 5776 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5777 |
6420 | 5778 * image/__img__.m: Maybe set yaxis to reverse for images. |
5779 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5780 images. | |
5781 | |
6418 | 5782 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5783 instead of global. Only register __go_close_all__ with atexit if |
5784 the plot stream is successfully opened. | |
6418 | 5785 |
6413 | 5786 2007-03-15 John W. Eaton <jwe@octave.org> |
5787 | |
6418 | 5788 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5789 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5790 | |
5791 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5792 | |
5793 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5794 Use numeric line types. |
6413 | 5795 |
5796 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5797 lines and larger markers. Remove key titles from line type |
5798 properties. | |
6413 | 5799 |
6405 | 5800 2007-03-14 John W. Eaton <jwe@octave.org> |
5801 | |
6412 | 5802 * plot/__axis_label__.m: Accept additional property-value pairs |
5803 and pass them to __go_text__. Simply return the handle obtained | |
5804 from __go_text__ instead of calling get on the current axis. | |
5805 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5806 Allow for extra property value pairs to be passed along. | |
5807 * plot/title.m: Implement with __axis_label__ since it does all | |
5808 that title needs to do. | |
5809 | |
6410 | 5810 * plot/clf.m: Set currentaxes property for current figure to []. |
5811 | |
6405 | 5812 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5813 | |
5814 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5815 and __plt2__, not just the last. | |
5816 | |
5817 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5818 (SOURCES_IN, GEN_M): Delete. | |
5819 (FCN_FILES): Don't include $(GEN_M). | |
5820 (all): Don't depend on $(GEN_M). | |
5821 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5822 | |
5823 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5824 | |
5825 * plot/newplot.m: Call __go_axes_init__ instead of | |
5826 __uiobject_axes_init__. | |
5827 | |
5828 * plot/mesh.m: Use __go_surface__ instead of | |
5829 __uiobject_surface_ctor__. Don't access object fields directly. | |
5830 | |
5831 * plot/line.m: Use __line__ to do actual work. | |
5832 * plot/__line__.m: New function. | |
5833 | |
5834 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5835 Use get and set instead of accessing object fields directly. | |
5836 | |
5837 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5838 handle. | |
5839 | |
5840 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5841 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5842 __uiobject_draw_figure__. | |
5843 | |
5844 * plot/clf.m: Use get instead of accessing object fields | |
5845 directly. Simply delete children. Don't set currentaxes. | |
5846 | |
5847 * plot/close.m (close_all_figures): New subfunction. | |
5848 Use it instead of getting list of figures to close from | |
5849 __uiobject_figures__. | |
5850 | |
5851 * plot/closereq.m: Simply delete the current figure. Don't set | |
5852 currentfigure. | |
5853 | |
5854 * plot/__errplot__.m: Call __line__ instead of | |
5855 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5856 directly. Don't call __uiobject_adopt__. | |
5857 | |
5858 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5859 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5860 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5861 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5862 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5863 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5864 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5865 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5866 plot/__uiobject_init_root_figure__.in, | |
5867 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5868 plot/__uiobject_root_figure_ctor__.m, | |
5869 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5870 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5871 plot/set.in: Delete. | |
6408 | 5872 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5873 |
5874 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5875 Pass "hidden" as second arg to close. | |
5876 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5877 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5878 * plot/Makefile.in (SOURCES_M): Rename in list. |
5879 | |
6405 | 5880 * image/__img__.m: Use __go_image__ to create image graphics |
5881 handle. | |
5882 | |
5883 * miscellaneous/delete.m: Call __go_delete__, not | |
5884 __uiobject_delete__. Check that arg is a graphics handle before | |
5885 calling __go_delete__. | |
5886 | |
6403 | 5887 2007-03-13 John W. Eaton <jwe@octave.org> |
5888 | |
5889 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5890 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
|
5891 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5892 |
5893 2007-03-12 John W. Eaton <jwe@octave.org> | |
5894 | |
5895 * miscellaneous/cast.m: New function. | |
5896 | |
5897 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5898 | |
6398 | 5899 2007-03-08 John W. Eaton <jwe@octave.org> |
5900 | |
5901 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5902 tilde expansion on target filename before passing it to the shell. | |
5903 | |
5904 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5905 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5906 | |
6396 | 5907 2007-03-08 David Bateman <dbateman@free.fr> |
5908 | |
5909 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5910 replacing slower version based on dicrete_rnd. | |
5911 | |
6392 | 5912 2007-03-07 John W. Eaton <jwe@octave.org> |
5913 | |
6395 | 5914 * control/base/rlocus.m: Update for current plotting functions. |
5915 | |
5916 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5917 | |
5918 * control/base/rlocus.m: Improve display. | |
5919 | |
5920 2007-03-07 John W. Eaton <jwe@octave.org> | |
5921 | |
5922 * plot/legend.m: Only handle positions -1:4. | |
5923 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5924 found in option string | |
5925 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5926 | |
6394 | 5927 * plot/newplot.m: Always reset next line color. |
5928 | |
6392 | 5929 * testfun/assert.m: Check that number of dimensions match before |
5930 checking dimensions. | |
5931 | |
6391 | 5932 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5933 | |
5934 * specfun/perms.m, specfun/factorial.m: Check args. | |
5935 | |
6387 | 5936 2007-03-07 John W. Eaton <jwe@octave.org> |
5937 | |
6390 | 5938 * plot/mesh.m: Call newplot before doing anything. |
5939 | |
5940 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5941 just "e". Only flush plot stream once. | |
5942 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5943 | |
6387 | 5944 * strings/blanks.m: Omit first index in assignment. |
5945 | |
6386 | 5946 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5947 | |
5948 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5949 | |
6385 | 5950 2007-03-06 David Bateman <dbateman@free.fr> |
5951 John W. Eaton <jwe@octave.org> | |
5952 | |
5953 * set/setdiff.m: Ignore "rows" for cell array args. | |
5954 Handle cellstr args. | |
5955 | |
6382 | 5956 2007-03-05 John W. Eaton <jwe@octave.org> |
5957 | |
5958 * optimization/sqp.m: Defer first call to obj_hess until after | |
5959 calling obj_fun. | |
5960 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5961 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5962 |
5963 * specfun/nchoosek.m: Fix nargin check. | |
5964 | |
6376 | 5965 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5966 | |
5967 * image/__img__.m: Don't set xlim and ylim properties. | |
5968 | |
6374 | 5969 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5970 | |
5971 * general/interp1.m: Fix *style cases for decreasing x. | |
5972 | |
6372 | 5973 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5974 | |
5975 * polynomial/roots.m: Check nargin before accessing arg. | |
5976 | |
6369 | 5977 2007-02-28 John W. Eaton <jwe@octave.org> |
5978 | |
5979 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5980 increment data_idx unless using gnuplot for display. | |
5981 | |
6368 | 5982 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5983 | |
5984 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5985 plots with images. | |
5986 * image/image.m, image/imagesc.m, image/imshow.m: | |
5987 Deprecate zoom argument. | |
5988 | |
6366 | 5989 2007-02-28 John W. Eaton <jwe@octave.org> |
5990 | |
5991 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5992 temporary file names. Keep image and colormap file ids separate. | |
5993 | |
5994 * general/interp1.m: Correctly compute min and max values when | |
5995 values are decreasing and not evenly spaced. | |
5996 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5997 | |
6365 | 5998 2007-02-27 John W. Eaton <jwe@octave.org> |
5999 | |
6000 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
6001 returning an empty cell array. | |
6002 | |
6546 | 6003 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 6004 |
6005 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
6006 | |
6546 | 6007 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 6008 |
6009 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6010 control/base/Makefile.in, control/hinf/Makefile.in, | |
6011 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6012 control/util/Makefile.in, deprecated/Makefile.in, | |
6013 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6014 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6015 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6016 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6017 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6018 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6019 special-matrix/Makefile.in, startup/Makefile.in, | |
6020 statistics/Makefile.in, statistics/base/Makefile.in, | |
6021 statistics/distributions/Makefile.in, | |
6022 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6023 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6024 Use $(LN_S) instead of ln or ln -s. | |
6025 | |
6356 | 6026 2007-02-24 David Bateman <dbateman@free.fr> |
6027 | |
6028 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
6029 '\n' in FILES file. | |
6357 | 6030 (configure_make): Also install any mex files. |
6356 | 6031 |
6353 | 6032 2007-02-24 David Bateman <dbateman@free.fr> |
6033 | |
6034 * statistics/distributions (SOURCES): Add nbincdf.m, | |
6035 nbininv.m, nbinpdf.m and nbinrnd.m. | |
6036 | |
6351 | 6037 2007-02-23 John W. Eaton <jwe@octave.org> |
6038 | |
6039 * statistics/distributions/Makefile.in (SOURCES): Remove | |
6040 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
6041 | |
6042 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
6043 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
6044 | |
6349 | 6045 2007-02-23 David Bateman <dbateman@free.fr> |
6046 | |
6047 * statistics/distributions/discrete_rnd.m, | |
6048 statistics/distributions/geornd.m, | |
6049 statistics/distributions/lognnd.m, | |
6050 statistics/distributions/nbinrnd.m, | |
6051 statistics/distributions/wblrnd.m: Accelerate distributions. | |
6052 | |
6053 * statistics/distributions/unidcdf.m, | |
6054 statistics/distributions/unidinv.m, | |
6055 statistics/distributions/unidpdf.m, | |
6056 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 6057 discrete_cdf, etc. |
6349 | 6058 |
6059 * statistics/distributions/pascal_cdf.m, | |
6060 statistics/distributions/pascal_inv.m, | |
6061 statistics/distributions/pascal_pdf.m, | |
6062 statistics/distributions/pascal_rnd.m: Remove. | |
6063 * statistics/distributions/nbincdf.m, | |
6064 statistics/distributions/nbininv.m, | |
6065 statistics/distributions/nbinpdf.m, | |
6066 statistics/distributions/nbinrnd.m: Replace with matlab | |
6067 compatible functions. | |
6068 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
6069 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
6070 nbincdf, etc functions to implement these. | |
6071 | |
6344 | 6072 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6073 | |
6074 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
6075 command and data. | |
6076 | |
6077 2007-02-22 John W. Eaton <jwe@octave.org> | |
6078 | |
6079 * miscellaneous/doc.m: If index search fails, try again without | |
6080 the index search option. | |
6081 | |
6339 | 6082 2007-02-22 David Bateman <dbateman@free.fr> |
6083 | |
6341 | 6084 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
6085 | |
6340 | 6086 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
6087 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6088 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
6089 statistics/distributions/betarnd.m: Convert to use randg, rande | |
6090 and randp to accelerate. | |
6091 | |
6339 | 6092 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6093 | |
6338 | 6094 2007-02-22 John W. Eaton <jwe@octave.org> |
6095 | |
6096 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
6097 cache data and display after xlim and ylim have been determined. | |
6098 | |
6337 | 6099 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6100 | |
6101 * plot/__uiobject_draw_axes__.m: | |
6102 Allow multiple images to be displayed with gnuplot. | |
6103 | |
6333 | 6104 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
6105 | |
6106 * optimization/glpk.m: Document the fact that extra.mem does not work | |
6107 for versions of GLPK 4.15 and later. | |
6108 | |
6328 | 6109 2007-02-19 John W. Eaton <jwe@octave.org> |
6110 | |
6111 * plot/__uiobject_alloc__.in: If next available element in | |
6112 __uiobject_list__ is 0, grow list before doing anything else. | |
6113 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
6114 first call when size of __uiobject_list__ is 0. | |
6115 | |
6323 | 6116 2007-02-16 John W. Eaton <jwe@octave.org> |
6117 | |
6118 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
6119 | |
6321 | 6120 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
6121 | |
6122 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
6123 | |
6316 | 6124 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
6125 | |
6126 * specfun/nchoosek.m: Check nargin. | |
6127 | |
6314 | 6128 2007-02-15 John W. Eaton <jwe@octave.org> |
6129 | |
6315 | 6130 * path/addpath.m, path/rmpath.m: Delete |
6131 * path/Makefile.in (SOURCES): Remove them from the list. | |
6132 | |
6314 | 6133 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
6134 Delete title, xlabel, ylabel, and zlabel properties before | |
6135 reassigning. | |
6136 * plot/__uiobject_axes_init__.in: New arg, mode. | |
6137 Don't init outerposition if "mode" is "replace". | |
6138 * plot/newplot.m: Check both figure and axes nextplot properties. | |
6139 If axes nextplot property is replace, pass "replace" as mode arg | |
6140 to __uiobject_axes_init__. | |
6141 | |
6308 | 6142 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
6143 | |
6310 | 6144 * image/imshow.m: Don't restore old colormap. |
6145 | |
6309 | 6146 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
6147 * image/__img__.m: New file containing common parts of image.m and | |
6148 imshow.m. | |
6312 | 6149 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 6150 * image/image.m, image/imshow.m: Call __img__. |
6151 * plot/__uiobject_draw_axes__.m: | |
6152 Handle rgb imaged data stored in 3-d arrays. | |
6153 | |
6308 | 6154 * plot/figure.m: Doc fix. |
6155 | |
6304 | 6156 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
6157 | |
6158 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
6159 for reading and writing data. New tests. Improve rounding. | |
6160 | |
6302 | 6161 2007-02-13 John W. Eaton <jwe@octave.org> |
6162 | |
6303 | 6163 * plot/stem.m: New file, adapted from OctPlot. |
6164 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6165 | |
6302 | 6166 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
6167 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6168 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6169 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
6170 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
6171 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6172 plot/semilogyerr.m: Return handles to line objects. | |
6173 | |
6301 | 6174 2007-02-11 John W. Eaton <jwe@octave.org> |
6175 | |
6176 * plot/__uiobject_close_all.m: New file. | |
6177 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6178 | |
6298 | 6179 2007-02-10 John W. Eaton <jwe@octave.org> |
6180 | |
6181 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
6182 * plot/__uiobject_globals__.m: Don't call mlock. | |
6183 | |
6184 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
6185 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
6186 before calling pclose. | |
6187 | |
6291 | 6188 2007-02-09 John W. Eaton <jwe@octave.org> |
6189 | |
6295 | 6190 * plot/subplot.m: Delete spurious call to axes. |
6191 | |
6293 | 6192 * plot/figure.m: Call drawnow for current figure before creating |
6193 or switching to a new figure. | |
6194 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
6195 nargin == 0 case. | |
6196 | |
6291 | 6197 * testfun/assert.m: Try to avoid problems when comparisons involve |
6198 strange values like Inf+NaNi. | |
6199 | |
6283 | 6200 2007-02-08 John W. Eaton <jwe@octave.org> |
6201 | |
6286 | 6202 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
6203 and check gnuplot_use_title_option instead of just assuming -title | |
6204 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
6205 | |
6285 | 6206 * Makefile.in (DISTFILES): Add move-if-change to the list. |
6207 | |
6284 | 6208 * audio/Makefile.in, control/base/Makefile.in, |
6209 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6210 control/system/Makefile.in, control/util/Makefile.in, | |
6211 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6212 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6213 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6214 optimization/Makefile.in, plot/Makefile.in, | |
6215 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6216 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6217 special-matrix/Makefile.in, startup/Makefile.in, | |
6218 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6219 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6220 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6221 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6222 | |
6283 | 6223 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6224 only given property list. | |
6225 | |
6278 | 6226 2007-02-07 John W. Eaton <jwe@octave.org> |
6227 | |
6280 | 6228 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6229 properties. | |
6230 | |
6278 | 6231 * plot/sombrero.m: Call box ("off") after mesh. |
6232 | |
6233 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6234 line default" commands with older versions of gnuplot. | |
6235 | |
6236 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6237 | |
6273 | 6238 2007-02-06 John W. Eaton <jwe@octave.org> |
6239 | |
6240 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6241 * sparse/gplot.m: Use line style - instead of 1. | |
6242 | |
6272 | 6243 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6244 | |
6245 * plot/print.m: Avoid error message from cellidx. | |
6246 | |
6247 2007-02-05 John W. Eaton <jwe@octave.org> | |
6248 | |
6249 * plot/legend.m: Fix check for data. | |
6250 | |
6270 | 6251 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6252 | |
6253 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6254 Always set lt and pt. | |
6255 | |
6269 | 6256 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6257 | |
6258 * plot/contourc.m: Correctly compute X and Y. | |
6259 | |
6268 | 6260 2007-02-05 John W. Eaton <jwe@octave.org> |
6261 | |
6262 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6263 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6264 | |
6264 | 6265 2007-02-01 John W. Eaton <jwe@octave.org> |
6266 | |
6266 | 6267 * plot/__uiobject_draw_axes__.m: |
6268 Don't try to set axis limits unless we have data. | |
6269 | |
6264 | 6270 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6271 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6272 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6273 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6274 instead of of key and fmt strings. | |
6275 | |
6276 * plot/__pltopt1__.m: Greatly simplify. | |
6277 | |
6278 * plot/__next_line_color__.m: New file. | |
6279 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6280 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6281 | |
6282 * plot/__default_plot_options__.m: New file. | |
6283 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6284 | |
6285 * plot/__plt3__.m: Delete. | |
6286 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6287 | |
6259 | 6288 2007-01-31 John W. Eaton <jwe@octave.org> |
6289 | |
6263 | 6290 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6291 linestyle, linewidth, marker, and markersize properties. | |
6292 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6293 colors and widths, and line styles. | |
6294 | |
6295 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6296 |
6261 | 6297 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6298 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6299 | |
6300 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6301 __gnuplot_save_data__. | |
6302 | |
6259 | 6303 * image/image.m: Accept 2 args, but ignore the second for now. |
6304 | |
6258 | 6305 2007-01-30 David Bateman <dbateman@free.fr> |
6306 | |
6307 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6308 to flag a package as to be autoloaded. Add install flags -noauto, | |
6309 -auto to force autoload behavior. | |
6310 (installed_packages): Make list of installed packages unique. | |
6311 | |
6259 | 6312 2007-01-30 John W. Eaton <jwe@octave.org> |
6313 | |
6314 * Merge of changes from graphics-branch: | |
6315 | |
6316 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6317 |
6318 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6319 | |
6320 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6321 property if it exists. | |
6322 | |
6259 | 6323 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6324 |
6325 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6326 min values outside of loop over child objects. | |
6327 | |
6328 * plot/contour.m, plot/contourc.m: New files. | |
6329 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6330 | |
6331 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6332 find a gnuplot version newer than 4.0. | |
6333 * image/__img_gnuplot__.m: Delete. | |
6334 * image/image.m: Create image graphics object. | |
6335 Call newplot to setup and drawnow to finish. | |
6336 Eliminate ZOOM arg. | |
6337 | |
6338 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6339 | |
6340 * plot/legend.m: Eliminate useless variable "warned". | |
6341 | |
6342 * plot/__uiobject_image_ctor__.m: New file. | |
6343 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6344 | |
6345 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6346 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6347 | |
6348 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6349 | |
6350 * plot/__default_colormap__.m: New file. | |
6351 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6352 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6353 property. | |
6354 * image/colormap.m: Use colormap property of current figure | |
6355 to store colormap instead of using persistent variable. | |
6356 Call __default_colormap__ to get default map value. | |
6357 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6358 | |
6359 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6360 Handle some tick mark options. | |
6361 | |
6362 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6363 set corresponding *mode to "manual". If we set dataaspectratio, | |
6364 set dataaspectratiomode to "manual". | |
6365 | |
6366 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6367 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6368 | |
6369 * plot/axis.m: New file. | |
6370 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6371 | |
6372 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6373 set corresponding *limmode to "manual". | |
6374 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6375 Use it to compute autosclaled limits. | |
6376 Arg is now handle, not object. Change all callers. | |
6377 Compute data limits. | |
6378 | |
6259 | 6379 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6380 |
6381 * plot/drawnow: Fix visibility check for zero args. | |
6382 | |
6383 * plot/text.m: New file. | |
6384 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6385 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6386 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6387 horizontalalignment properties. | |
6388 | |
6389 * plot/figure.m: Set options for f we just constructed or were | |
6390 given as an argument, not gcf. Only return handle if nargout > 0. | |
6391 | |
6392 * plot/drawnow.m: Handle visible field for figure here. | |
6393 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6394 | |
6395 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6396 title and axis labels. | |
6397 | |
6398 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6399 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6400 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6401 * plot/view.m: New file. | |
6402 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6403 | |
6404 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6405 Call __request_drawnow__. | |
6406 | |
6407 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6408 | |
6409 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6410 Call set to set properties. Return handle instead of structure. | |
6411 Change all callers. | |
6412 | |
6413 * plot/__uiobject_axes_setr__.m: New file. | |
6414 * plot/set.in: Check for __setter__ field. | |
6415 | |
6416 * plot/__uiobject_axes_init__.in: | |
6417 Rename from plot/__uiobject_axes_init__.m. | |
6418 Include __uiobject_globals__. | |
6419 Accept handle as arg instead of structure | |
6420 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6421 from the list. | |
6422 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6423 | |
6259 | 6424 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6425 |
6426 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6427 | |
6428 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6429 initializing each global variable. | |
6430 | |
6259 | 6431 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6432 |
6433 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6434 __uiobject_figure_handles_free_list__): New global variables. | |
6435 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6436 Place unused handles on the free list. | |
6437 | |
6438 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6439 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6440 | |
6441 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6442 handles here. Return figure handle. | |
6443 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6444 | |
6259 | 6445 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6446 |
6447 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6448 data for gnuplot. | |
6449 | |
6450 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6451 files. | |
6452 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6453 (DISTFILES): Include include-globals.awk in the list. | |
6454 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6455 ($(GEN_M) : %.m : %.in): New rule. | |
6456 | |
6457 * include-globals.awk: New file. | |
6458 | |
6459 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6460 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6461 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6462 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6463 plot/__uiobject_init_root_figure__.in, | |
6464 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6465 Rename from corresponding .m files. | |
6466 | |
6467 * move-if-change: New file. | |
6468 | |
6469 * plot/__uiobject_delete__.m: New file. | |
6470 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6471 plot/__uiobject_delete_child__.m: Delete. | |
6472 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6473 not a character string. | |
6474 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6475 Fix assignment to tmp key value in loop. | |
6476 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6477 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6478 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6479 Inline code to delete children. | |
6480 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6481 __uiobject_list__. | |
6482 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6483 and free child. | |
6484 | |
6259 | 6485 2006-12-08 John W. Eaton <jwe@octave.org> |
6486 | |
6487 * plot/gcf.m: Check if the root figure object's currentfigure | |
6488 handle is empty, not 0. | |
6489 * plot/__uiobject_root_figure_ctor__.m: | |
6490 Set currentfigure to [], not 0. | |
6491 | |
6492 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6493 | |
6494 2006-12-07 John W. Eaton <jwe@octave.org> | |
6495 | |
6496 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6497 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6498 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6499 plot/__uiobject_delete_children__.m, | |
6500 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6501 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6502 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6503 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6504 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6505 plot/__uiobject_init_figure__.m, | |
6506 plot/__uiobject_init_root_figure__.m, | |
6507 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6508 plot/__uiobject_remove_child__.m, | |
6509 plot/__uiobject_root_figure_ctor__.m, | |
6510 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6511 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6512 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6513 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6514 plot/set.m: New files. | |
6515 | |
6516 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6517 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6518 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6519 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6520 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6521 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6522 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6523 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6524 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6525 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6526 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6527 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6528 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6529 plot/semilogyerr.m, plot/replot.m: | |
6530 Adapt to new graphics data structure. | |
6531 | |
6532 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6533 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6534 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6535 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6536 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6537 plot/plot_border.m, plot/subwindow.m: Delete. | |
6538 | |
6539 2007-01-24 David Bateman <dbateman@free.fr> | |
6540 | |
6541 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6542 Delete bare newline in string passed to write_INDEX. | |
6543 | |
6544 * sparse/sprandsym.m: Make work for even values of N. | |
6545 | |
6546 2007-01-24 John W. Eaton <jwe@octave.org> | |
6547 | |
6548 * miscellaneous/news.m: New file. | |
6549 | |
6550 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6551 | |
6552 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6553 | |
6554 * strings/strncmp.m: Delete (we now have a built-in version). | |
6555 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6556 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6557 |
6558 * testfun/test.m: Check for all files in path, use first found. | |
6559 | |
6560 2007-01-22 David Bateman <dbateman@free.fr> | |
6561 | |
6562 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6563 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6564 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6565 |
6566 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6567 file name. | |
6568 | |
6569 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6570 nargout is 1. Handle colormaps that have too few colors. | |
6571 | |
6572 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6573 (configure_make): Use fullfile instead of concatenating with "/". | |
6574 | |
6258 | 6575 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6576 | |
6577 * set/ismember.m: Handle N-d arrays. | |
6578 | |
6579 2007-01-10 David Bateman <dbateman@free.fr> | |
6580 | |
6581 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6582 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6583 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6584 New files. | |
6585 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6586 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6587 |
6778 | 6588 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6589 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6590 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6591 |
6592 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6593 instead of concatenating with "/". Use mlock to ensure that | |
6594 persistent variables are not clobbered if user types clear all. | |
6595 | |
6596 2007-01-08 John W. Eaton <jwe@octave.org> | |
6597 | |
6598 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6599 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
|
6600 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6601 |
6602 2007-01-05 John W. Eaton <jwe@octave.org> | |
6603 | |
6604 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6605 New files. | |
6606 | |
6607 2006-12-30 John W. Eaton <jwe@octave.org> | |
6608 | |
6609 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6610 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6611 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6612 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6613 |
6614 * image/imshow.m: Strip NaNs from image. | |
6615 | |
6616 2006-12-08 David Bateman <dbateman@free.fr> | |
6617 | |
6618 * sparse/normest.m: New file. | |
6619 | |
6286 | 6620 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6621 |
6210 | 6622 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6623 Work on Windows systems without cp or mv. | |
6624 | |
6209 | 6625 * startup/inputrc: Include sequences for Windows. |
6626 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6627 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6628 |
6629 * pkg/pkg.m (unload_packages): New function. | |
6630 (pkg): Handle unload action. | |
6631 | |
6632 * __errplot__.m: Add missing semicolon. | |
6633 | |
6193 | 6634 2006-11-30 John W. Eaton <jwe@octave.org> |
6635 | |
6636 * miscellaneous/mexext.m: New file. | |
6637 | |
6189 | 6638 2006-11-29 David Bateman <dbateman@free.fr> |
6639 | |
6640 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6641 location of package lists to be probed and set. | |
6642 | |
6179 | 6643 2006-11-17 John W. Eaton <jwe@octave.org> |
6644 | |
6181 | 6645 * plot/__render_plot1__.m: Reverse y axis for images. |
6646 | |
6179 | 6647 * plot/__render_plot__.m: New args, terminal and output. |
6648 * plot/print.m: Don't set output and term here. Instead, call | |
6649 __render_plot__ with terminal and output. | |
6650 | |
6178 | 6651 2006-11-16 John W. Eaton <jwe@octave.org> |
6652 | |
6653 * plot/__render_plot1__.m: New file. | |
6654 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6655 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6656 gnuplot. Let __render_plot__ do that. | |
6657 | |
6177 | 6658 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6659 | |
6660 * plot/plot.m: Fix doc string. | |
6661 | |
6173 | 6662 2006-11-16 John W. Eaton <jwe@octave.org> |
6663 | |
6664 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6665 before sending anything to the plotter. | |
6666 | |
6172 | 6667 2006-11-15 John W. Eaton <jwe@octave.org> |
6668 | |
6669 * image/__img_gnuplot__.m: Store more info in global plot | |
6670 structures and use __render_plot__ to build plot command to | |
6671 display image. | |
6672 | |
6673 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6674 | |
6675 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6676 __plot_command_sep__): Delete. | |
6677 (__plot_data_type__, __plot_data_parametric__, | |
6678 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6679 __plot_usingstr__, __plot_withstr__): New variables. | |
6680 * plot/__init_plot_vars__.m: Initialize them. | |
6681 | |
6682 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6683 Don't handle sep or cmd. | |
6684 | |
6685 * plot/__render_plot__.m: New function. | |
6686 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6687 Store more info in global plot structures and use __render_plot__ | |
6688 to build plot command. | |
6689 * plot/replot.m: Simply call __render_plot__. | |
6690 | |
6691 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6692 Set __plot_data_parametric__ here. | |
6693 | |
6164 | 6694 2006-11-14 John W. Eaton <jwe@octave.org> |
6695 | |
6166 | 6696 * plot/bottom_title.m, plot/top_title.m: Delete. |
6697 | |
6164 | 6698 * image/image_viewer.m: Set default values here. |
6699 * image/image.m: Not here. | |
6700 | |
6701 * image/image_viewer.m: Always return old values. Check arguments. | |
6702 * image/__img_gnuplot__.m: Rename from __img__m. | |
6703 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6704 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6705 |
6706 * image/image_viewer.m: New function. | |
6707 * image/__img_via_file__.m: New function. | |
6708 * image/image.m: Use image_viewer to determine which program to | |
6709 use for image viewing. | |
6754 | 6710 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6711 |
6163 | 6712 2006-11-14 John W. Eaton <jwe@octave.org> |
6713 | |
6714 * plot/__do_legend__.m, plot/__errplot__.m, | |
6715 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6716 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6717 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6718 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6719 Use __plot_globals__ for multiplot variables. Keep track of | |
6720 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6721 | |
6157 | 6722 2006-11-13 John W. Eaton <jwe@octave.org> |
6723 | |
6158 | 6724 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6725 | |
6157 | 6726 * miscellaneous/substruct.m: New function. |
6727 | |
6728 * testfun/assert.m: Force orientation to match when comparing | |
6729 struct elements. | |
6730 | |
6731 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6732 when comparing structs. | |
6733 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6734 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6735 |
6754 | 6736 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6737 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6738 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6739 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6740 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6741 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6742 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6743 |
6156 | 6744 2006-11-13 John W. Eaton <jwe@octave.org> |
6745 | |
6746 * plot/mesh.m: Use size_equal to compare dimensions. | |
6747 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6748 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6749 |
6750 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6751 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6752 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6753 |
6754 * miscellaneous/copyfile.m: Fix docs to match function. | |
6755 | |
6145 | 6756 2006-11-08 John W. Eaton <jwe@octave.org> |
6757 | |
6146 | 6758 * plot/legend.m: New function, adapted from Octave Forge. |
6759 | |
6760 * plot/__do_legend__.m: New function. | |
6761 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6762 plot/replot.m: Call it before plotting. | |
6763 | |
6764 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6765 noparametric" to gnuplot.. | |
6766 | |
6767 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6768 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6769 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6770 and return key title separate from line format. Accept format and | |
6771 key as cellstr. Always return data as cell array. Return format | |
6772 and key title as cellstr. | |
6773 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6774 Handle line format and key titles separately. | |
6775 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6776 | |
6777 * plot/__plot_globals__.m (__plot_line_offset__, | |
6778 __plot_key_labels__, __plot_key_properties__): New global | |
6779 variables. Initialize them. | |
6780 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6781 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6782 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6783 (__plot_line_offset__, __plot_key_labels__, | |
6784 __plot_key_properties__): Store information about plot key titles. | |
6785 | |
6786 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6787 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6788 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6789 respectively. | |
6790 | |
6791 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6792 | |
6145 | 6793 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6794 whle concatenating args. | |
6795 | |
6144 | 6796 2006-11-07 John W. Eaton <jwe@octave.org> |
6797 | |
6798 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6799 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6800 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6801 |
6143 | 6802 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6803 option to regexp. | |
6804 | |
6142 | 6805 * image/__img__.m: Send "set size ratio -1" before plotting. |
6806 | |
6138 | 6807 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6808 | |
6139 | 6809 * strings/index.m: New arg, direction. Simplify and speed up. |
6810 * strings/rindex.m: Implement using index (..., "last"); | |
6811 | |
6754 | 6812 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6813 |
6130 | 6814 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6815 | |
6816 * general/__isequal__.m: Test size and class more consistently. | |
6817 | |
6116 | 6818 2006-10-27 John W. Eaton <jwe@octave.org> |
6819 | |
6117 | 6820 * miscellaneous/ls_command.m: Use /D instead of /w. |
6821 From Michael Goffioul <michael.goffioul@swing.be>. | |
6822 | |
6116 | 6823 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6824 * miscellaneous/dir.m: Mark as a command. | |
6825 | |
6112 | 6826 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6827 | |
6828 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6829 | |
6088 | 6830 2006-10-25 John W. Eaton <jwe@octave.org> |
6831 | |
6832 * image/image.m: Set x = y = [] when nargin == 0; | |
6833 | |
6834 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6835 | |
6836 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6837 * image/__img__.m: New file, originally from | |
6838 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6839 | |
6087 | 6840 2006-10-25 John W. Eaton <jwe@octave.org> |
6841 | |
6842 * plot/__gnuplot_version__.m: New function, originally from | |
6843 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6844 Quentin Spencer <qspencer@ieee.org>. | |
6845 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6846 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6847 |
6848 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6849 | |
6081 | 6850 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6851 | |
6852 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6853 miscellaneous/gunzip.m: New files. | |
6854 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6855 Call unpack to do the real work. | |
6856 | |
6075 | 6857 2006-10-24 John W. Eaton <jwe@octave.org> |
6858 | |
6078 | 6859 * plot/plot3.m: If we have a format string, then also pass using |
6860 string to __plt3__. | |
6861 | |
6077 | 6862 * plot/sombrero.m: Don't return anything if nargout == 0. |
6863 | |
6075 | 6864 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6865 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6866 |
6069 | 6867 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6868 | |
6869 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6870 Quote filenames in shell commands. | |
6871 | |
6055 | 6872 2006-10-17 David Bateman <dbateman@free.fr> |
6873 | |
6874 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6875 the package directory is missing. | |
6876 | |
6052 | 6877 2006-10-13 John W. Eaton <jwe@octave.org> |
6878 | |
6879 * plot/box.m: New function. | |
6880 | |
6050 | 6881 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6882 | |
6883 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6884 | |
6049 | 6885 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6886 | |
6887 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6888 | |
6047 | 6889 2006-10-10 John W. Eaton <jwe@octave.org> |
6890 | |
6891 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6892 | |
6046 | 6893 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6894 | |
6895 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6896 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6897 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6898 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6899 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6900 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6901 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6902 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6903 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6904 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6905 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6906 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6907 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6908 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6909 control/system/buildssic.m, control/system/c2d.m, | |
6910 control/system/cellidx.m, control/system/d2c.m, | |
6911 control/system/dmr2d.m, control/system/fir2sys.m, | |
6912 control/system/is_abcd.m, control/system/is_controllable.m, | |
6913 control/system/is_detectable.m, control/system/is_digital.m, | |
6914 control/system/is_observable.m, control/system/is_siso.m, | |
6915 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6916 control/system/jet707.m, control/system/listidx.m, | |
6917 control/system/ord2.m, control/system/parallel.m, | |
6918 control/system/ss.m, control/system/ss2zp.m, | |
6919 control/system/starp.m, control/system/sys2ss.m, | |
6920 control/system/sys2tf.m, control/system/sys2zp.m, | |
6921 control/system/sysadd.m, control/system/sysappend.m, | |
6922 control/system/syschtsam.m, control/system/sysconnect.m, | |
6923 control/system/syscont.m, control/system/sysdimensions.m, | |
6924 control/system/sysdisc.m, control/system/sysdup.m, | |
6925 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6926 control/system/sysgroup.m, control/system/sysidx.m, | |
6927 control/system/sysmin.m, control/system/sysmult.m, | |
6928 control/system/sysout.m, control/system/sysprune.m, | |
6929 control/system/sysscale.m, control/system/syssetsignals.m, | |
6930 control/system/syssub.m, control/system/sysupdate.m, | |
6931 control/system/tf.m, control/system/tfout.m, | |
6932 control/system/ugain.m, control/system/zp.m, | |
6933 control/system/zpout.m, control/util/__outlist__.m, | |
6934 control/util/__zgpbal__.m, control/util/prompt.m, | |
6935 control/util/sortcom.m, control/util/strappend.m, | |
6936 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6937 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6938 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6939 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6940 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6941 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6942 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6943 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6944 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6945 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6946 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6947 general/ind2sub.m, general/int2str.m, | |
6948 general/is_duplicate_entry.m, general/isdefinite.m, | |
6949 general/isequal.m, general/isequalwithequalnans.m, | |
6950 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6951 general/isvector.m, general/logical.m, general/logspace.m, | |
6952 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6953 general/perror.m, general/postpad.m, general/prepad.m, | |
6954 general/randperm.m, general/rem.m, general/repmat.m, | |
6955 general/rot90.m, general/rotdim.m, general/shift.m, | |
6956 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6957 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6958 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6959 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6960 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6961 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6962 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6963 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6964 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6965 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6966 linear-algebra/logm.m, linear-algebra/norm.m, | |
6967 linear-algebra/null.m, linear-algebra/orth.m, | |
6968 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6969 linear-algebra/trace.m, linear-algebra/vec.m, | |
6970 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6971 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6972 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6973 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6974 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6975 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6976 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6977 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6978 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6979 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6980 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6981 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6982 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6983 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6984 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6985 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6986 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6987 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6988 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6989 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6990 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6991 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6992 polynomial/polyder.m, polynomial/polyderiv.m, | |
6993 polynomial/polyfit.m, polynomial/polygcd.m, | |
6994 polynomial/polyinteg.m, polynomial/polyout.m, | |
6995 polynomial/polyreduce.m, polynomial/polyval.m, | |
6996 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6997 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6998 set/complement.m, set/create_set.m, set/intersect.m, | |
6999 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
7000 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
7001 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
7002 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
7003 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
7004 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
7005 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
7006 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
7007 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
7008 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
7009 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
7010 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
7011 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
7012 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
7013 special-matrix/hankel.m, special-matrix/hilb.m, | |
7014 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
7015 special-matrix/toeplitz.m, special-matrix/vander.m, | |
7016 statistics/base/center.m, statistics/base/cloglog.m, | |
7017 statistics/base/cor.m, statistics/base/corrcoef.m, | |
7018 statistics/base/cov.m, statistics/base/cut.m, | |
7019 statistics/base/gls.m, statistics/base/iqr.m, | |
7020 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
7021 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
7022 statistics/base/mean.m, statistics/base/meansq.m, | |
7023 statistics/base/median.m, statistics/base/moment.m, | |
7024 statistics/base/ols.m, statistics/base/ppplot.m, | |
7025 statistics/base/probit.m, statistics/base/qqplot.m, | |
7026 statistics/base/range.m, statistics/base/ranks.m, | |
7027 statistics/base/run_count.m, statistics/base/skewness.m, | |
7028 statistics/base/spearman.m, statistics/base/statistics.m, | |
7029 statistics/base/std.m, statistics/base/studentize.m, | |
7030 statistics/base/table.m, statistics/base/values.m, | |
7031 statistics/base/var.m, statistics/distributions/betacdf.m, | |
7032 statistics/distributions/betainv.m, | |
7033 statistics/distributions/betapdf.m, | |
7034 statistics/distributions/betarnd.m, | |
7035 statistics/distributions/binocdf.m, | |
7036 statistics/distributions/binoinv.m, | |
7037 statistics/distributions/binopdf.m, | |
7038 statistics/distributions/binornd.m, | |
7039 statistics/distributions/cauchy_cdf.m, | |
7040 statistics/distributions/cauchy_inv.m, | |
7041 statistics/distributions/cauchy_pdf.m, | |
7042 statistics/distributions/cauchy_rnd.m, | |
7043 statistics/distributions/chi2cdf.m, | |
7044 statistics/distributions/chi2inv.m, | |
7045 statistics/distributions/chi2pdf.m, | |
7046 statistics/distributions/chi2rnd.m, | |
7047 statistics/distributions/discrete_cdf.m, | |
7048 statistics/distributions/discrete_inv.m, | |
7049 statistics/distributions/discrete_pdf.m, | |
7050 statistics/distributions/discrete_rnd.m, | |
7051 statistics/distributions/empirical_rnd.m, | |
7052 statistics/distributions/expcdf.m, | |
7053 statistics/distributions/expinv.m, | |
7054 statistics/distributions/exppdf.m, | |
7055 statistics/distributions/exprnd.m, | |
7056 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
7057 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
7058 statistics/distributions/gamcdf.m, | |
7059 statistics/distributions/gaminv.m, | |
7060 statistics/distributions/gampdf.m, | |
7061 statistics/distributions/gamrnd.m, | |
7062 statistics/distributions/geocdf.m, | |
7063 statistics/distributions/geoinv.m, | |
7064 statistics/distributions/geopdf.m, | |
7065 statistics/distributions/geornd.m, | |
7066 statistics/distributions/hygecdf.m, | |
7067 statistics/distributions/hygeinv.m, | |
7068 statistics/distributions/hygepdf.m, | |
7069 statistics/distributions/hygernd.m, | |
7070 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7071 statistics/distributions/laplace_cdf.m, | |
7072 statistics/distributions/laplace_inv.m, | |
7073 statistics/distributions/laplace_pdf.m, | |
7074 statistics/distributions/laplace_rnd.m, | |
7075 statistics/distributions/logistic_cdf.m, | |
7076 statistics/distributions/logistic_inv.m, | |
7077 statistics/distributions/logistic_pdf.m, | |
7078 statistics/distributions/logistic_rnd.m, | |
7079 statistics/distributions/logncdf.m, | |
7080 statistics/distributions/logninv.m, | |
7081 statistics/distributions/lognpdf.m, | |
7082 statistics/distributions/lognrnd.m, | |
7083 statistics/distributions/normcdf.m, | |
7084 statistics/distributions/norminv.m, | |
7085 statistics/distributions/normpdf.m, | |
7086 statistics/distributions/normrnd.m, | |
7087 statistics/distributions/pascal_cdf.m, | |
7088 statistics/distributions/pascal_inv.m, | |
7089 statistics/distributions/pascal_pdf.m, | |
7090 statistics/distributions/pascal_rnd.m, | |
7091 statistics/distributions/poisscdf.m, | |
7092 statistics/distributions/poissinv.m, | |
7093 statistics/distributions/poisspdf.m, | |
7094 statistics/distributions/poissrnd.m, | |
7095 statistics/distributions/stdnormal_cdf.m, | |
7096 statistics/distributions/stdnormal_inv.m, | |
7097 statistics/distributions/stdnormal_pdf.m, | |
7098 statistics/distributions/stdnormal_rnd.m, | |
7099 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
7100 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
7101 statistics/distributions/unifcdf.m, | |
7102 statistics/distributions/unifinv.m, | |
7103 statistics/distributions/unifpdf.m, | |
7104 statistics/distributions/unifrnd.m, | |
7105 statistics/distributions/wblcdf.m, | |
7106 statistics/distributions/wblinv.m, | |
7107 statistics/distributions/wblpdf.m, | |
7108 statistics/distributions/wblrnd.m, | |
7109 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
7110 statistics/tests/bartlett_test.m, | |
7111 statistics/tests/chisquare_test_homogeneity.m, | |
7112 statistics/tests/chisquare_test_independence.m, | |
7113 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
7114 statistics/tests/hotelling_test.m, | |
7115 statistics/tests/hotelling_test_2.m, | |
7116 statistics/tests/kolmogorov_smirnov_test.m, | |
7117 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7118 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
7119 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
7120 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
7121 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7122 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7123 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7124 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7125 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7126 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
7127 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
7128 strings/index.m, strings/isletter.m, strings/lower.m, | |
7129 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7130 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7131 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
7132 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
7133 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
7134 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
7135 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
7136 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
7137 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7138 time/etime.m, time/is_leap_year.m: | |
7139 Use print_usage instead of usage. | |
7140 | |
6044 | 7141 2006-10-09 David Bateman <dbateman@free.fr> |
7142 | |
7143 * time/datevec.m: Add additional compatible default parsing strings. | |
7144 | |
6395 | 7145 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 7146 |
6042 | 7147 * pkg/pkg.m: Remove trailing "\n" from error messages. |
7148 Remove compare_versions subfunction. | |
7149 | |
7150 * miscellaneous/compare_versions.m: New function to compare | |
7151 version numbers as strings with any boolean operators. | |
7152 | |
6041 | 7153 * miscellaneous/untar.m: Check more rigorously to see if the tar |
7154 file exists. | |
7155 | |
6036 | 7156 2006-10-04 John W. Eaton <jwe@octave.org> |
7157 | |
7158 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
7159 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7160 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 7161 |
6037 | 7162 * pkg/pkg.m: Update docs. Handle prefix option. |
7163 Handle dependencies for load option. | |
6032 | 7164 |
6029 | 7165 2006-10-04 John W. Eaton <jwe@octave.org> |
7166 | |
6030 | 7167 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
7168 | |
7169 * plot/clg.m: Delete. | |
7170 * plot/__init_plot_vars__.m: New function. | |
7171 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 7172 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7173 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 7174 |
7175 * pkg/pkg.m: Avoid calling addpath with no args. | |
7176 | |
6024 | 7177 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
7178 | |
7179 * audio/loadaudio.m, control/base/nyquist.m, | |
7180 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
7181 linear-algebra/krylov.m, statistics/base/center.m, | |
7182 statistics/base/median.m, statistics/base/std.m, | |
7183 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
7184 find first or last element matching a condition. | |
7185 | |
6023 | 7186 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
7187 | |
7188 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
7189 general/__isequal__.m: Minimize looping using cellfun. | |
7190 | |
6020 | 7191 2006-10-02 David Bateman <dbateman@free.fr> |
7192 | |
7193 * pkg/pkg.m (copy_files): always create installation directory. | |
7194 | |
6016 | 7195 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
7196 | |
7197 * miscellaneous/doc.m: Swap file and directory args to info. | |
7198 | |
7199 2006-10-01 Arno Onken <whyly@gmx.net> | |
7200 | |
7201 * statistics/distributions/exprnd.m: Fix typo. | |
7202 | |
6014 | 7203 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
7204 | |
7205 * polynomial/ppval.m: Use .' instead of '. | |
7206 * polynomial/spline.m: Likewise. New tests. | |
7207 | |
6004 | 7208 2006-09-26 David Bateman <dbateman@free.fr> |
7209 | |
7210 * __plt3__.m: Using global variables __plot_data__, | |
7211 __plot_data_offset__ and __plot_command__ to store plots and | |
7212 correctly handle multiplots, and hold state. Only accept a single | |
7213 data parameter plus, using, format and with strings. Remove | |
7214 setting of gnuplot parameters. | |
7215 * __make_using_clause__.m: New function extracted from __plt__.m. | |
7216 * __setup_plot__.m: Convert to a function and pass the plotting | |
7217 command to use. | |
7218 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
7219 * contour.m: Use unwind protect on the parametric state of plot | |
7220 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7221 * mesh.m: ditto. | |
7222 * plot3.m: Error checking, setting of parametric state and | |
7223 formation of matrix to plot moved from old __plt3__. | |
7224 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7225 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7226 |
5997 | 7227 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7228 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7229 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7230 |
7231 * signal/filter2.m: Correct texinfo doc. | |
7232 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7233 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7234 |
7235 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7236 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7237 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7238 |
7239 * pkg/pkg.m (prepare_installation): Don't create package | |
7240 installation directory here. | |
7241 (copy_files): Create it here instead, to avoid issues with | |
7242 upgrades. Also install the COPYING file in packinfo. | |
7243 | |
5989 | 7244 2006-09-13 John W. Eaton <jwe@octave.org> |
7245 | |
7246 * general/blkdiag.m: Adjust to new cellfun rules. | |
7247 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7248 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7249 |
7250 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7251 error message for archive name not matching package name. | |
7252 (installed_packages): Size header of printed results to | |
7253 arguments. Sort the list of installed packages before printing | |
7254 them. | |
7255 | |
5986 | 7256 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7257 | |
7258 * signal/freqz.m: Update tests. | |
7259 | |
7260 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7261 | |
7262 * signal/freqz.m: Corretly postpad arrays. | |
7263 Don't call fliplr on a column vector. | |
7264 | |
5984 | 7265 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7266 | |
7267 * general/shiftdim.m: Use permute instead of reshape. | |
7268 | |
5981 | 7269 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7270 | |
7271 * miscellaneous/parseparams.m: New function. | |
7272 | |
5980 | 7273 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7274 | |
7275 * miscellaneous/doc.m: Swap order of --file and --directory | |
7276 options for info program invocation. | |
7277 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7278 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7279 |
5987 | 7280 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7281 previous change. |
7282 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7283 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7284 |
7285 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7286 absence of trailing "/" in OCTAVE_HOME. | |
7287 | |
5973 | 7288 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7289 | |
7290 * time/datenum.m: Allow arg to be character string. | |
7291 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7292 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7293 |
7294 * pkg/pkg.m (install): Verify that package name correponds to the | |
7295 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7296 they are empty. If package directory is empty, remove it to fail | |
7297 gracefully for system specific packages. | |
7298 (extract_pkgadd, create_pkgadd): delete. | |
7299 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7300 (copy_files): Install both bin/ and doc/ directories, adding the | |
7301 bin/ to the EXEC_PATH when the package is loaded. | |
7302 | |
5962 | 7303 2006-08-24 John W. Eaton <jwe@octave.org> |
7304 | |
7305 * image/saveimage.m: Use logical indexing instead of | |
7306 indices computed by calling find on the logical index. | |
7307 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7308 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7309 |
5967 | 7310 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7311 Use logical indexing instead of indices computed by calling find |
7312 on the logical index. | |
7313 | |
7314 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7315 |
5959 | 7316 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7317 | |
7318 * control/system/tf2zp.m: Simplify gain calculation. | |
7319 | |
5958 | 7320 2006-08-23 John W. Eaton <jwe@octave.org> |
7321 | |
7322 * plot/__plt__.m: Insert using clauses for all plots. | |
7323 | |
5957 | 7324 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7325 | |
7326 * control/system/sysscale.m: Call tf and zp with correct number of | |
7327 args. | |
7328 | |
5955 | 7329 2006-08-22 David Bateman <dbateman@free.fr> |
7330 | |
7331 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7332 Search inst/*.m and src/*.m files in the package for | |
7333 PKG_ADD directives and append user supplied PKG_ADD. | |
7334 (pkg): Call create_pkgadd after copying files. | |
7335 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7336 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7337 |
7338 * pkg/pkg.m: Handle multiple packages in a single file. | |
7339 Insert directory separator between OCTAVE_HOME and rest of package | |
7340 installation directory. | |
7341 | |
7342 2006-08-21 John W. Eaton <jwe@octave.org> | |
7343 | |
7344 * general/num2str.m: Early return if arg is empty. | |
7345 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7346 | |
5946 | 7347 2006-08-21 David Bateman <dbateman@free.fr> |
7348 | |
7349 * strings/mat2str.m: Compute NC before using. | |
7350 | |
5937 | 7351 2006-08-17 John W. Eaton <jwe@octave.org> |
7352 | |
7353 * audio/wavread.m: Fix calculation of sample count. | |
7354 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7355 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7356 |
7357 * image/imshow.m: New Matlab-compatible version. | |
7358 | |
5930 | 7359 2006-08-15 John W. Eaton <jwe@octave.org> |
7360 | |
7361 * deprecated/is_global.m: Delete. | |
7362 | |
5928 | 7363 2006-08-14 John W. Eaton <jwe@octave.org> |
7364 | |
7365 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7366 | |
5926 | 7367 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7368 | |
7369 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7370 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7371 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7372 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7373 |
6778 | 7374 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7375 Use addpath and rmpath instead of manipulating LOADPATH. |
7376 Handle changes to system function. | |
7377 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7378 recursive directory removal. | |
5922 | 7379 |
5924 | 7380 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7381 | |
6778 | 7382 * colormap.m: Change global variable to persistent. |
5923 | 7383 |
5922 | 7384 * rgb2ind.m: Handle single 3-d array as rgb image. |
7385 | |
5920 | 7386 2006-08-14 John W. Eaton <jwe@octave.org> |
7387 | |
7388 * strings/str2double.m: Fix missing semicolon. | |
7389 | |
5910 | 7390 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7391 | |
7392 * plot/plot3.m: Accept one complex or one real and one complex | |
7393 argument and plot real and imaginary components for y and z. | |
7394 | |
5908 | 7395 2006-07-27 John W. Eaton <jwe@octave.org> |
7396 | |
7397 * testfun/test.m: Call fflush after each block of calls to | |
7398 fprintf, fputs, or fdisp. | |
7399 | |
5904 | 7400 2006-07-26 John W. Eaton <jwe@octave.org> |
7401 | |
7402 * miscellaneous/mex.m: New function. | |
7403 | |
5901 | 7404 2006-07-22 John W. Eaton <jwe@octave.org> |
7405 | |
7406 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7407 | |
5881 | 7408 2006-07-07 John W. Eaton <jwe@octave.org> |
7409 | |
7410 * miscellaneous/orderfields.m: New file. | |
7411 | |
5873 | 7412 2006-06-30 John W. Eaton <jwe@octave.org> |
7413 | |
7414 * time/datevec.m: Make another attempt to account for precision of | |
7415 datenum format. | |
7416 | |
5868 | 7417 2006-06-29 John W. Eaton <jwe@octave.org> |
7418 | |
7419 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7420 Use feval instead of "type -q" to get values now that all the | |
7421 symbols are functions. | |
7422 | |
5860 | 7423 2006-06-16 John W. Eaton <jwe@octave.org> |
7424 | |
7425 * time/datevec.m: Avoid computing log of non-positive values. | |
7426 | |
5859 | 7427 2006-06-14 John W. Eaton <jwe@octave.org> |
7428 | |
7429 * time/datevec.m: Attempt to account for precision of datenum format. | |
7430 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7431 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7432 |
7433 * audio/wavread.m: Fix file range error and add read support for | |
7434 24-bit WAV files. | |
7435 | |
5837 | 7436 2006-06-01 David Bateman <dbateman@free.fr> |
7437 | |
7438 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7439 general/interp1.m, general/gradient.m, general/interp2.m, | |
7440 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7441 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7442 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7443 | |
5835 | 7444 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7445 | |
7446 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7447 * miscellaneous/texas_lotto.m: Fix warning message. | |
7448 | |
5830 | 7449 2006-05-26 John W. Eaton <jwe@octave.org> |
7450 | |
7451 * miscellaneous/doc.m: Also handle nargin == 0. | |
7452 | |
5829 | 7453 2006-05-23 John W. Eaton <jwe@octave.org> |
7454 | |
7455 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7456 really needed. | |
7457 | |
5827 | 7458 2006-05-22 John W. Eaton <jwe@octave.org> |
7459 | |
6754 | 7460 * general/lookup.m: New file from Octave Forge. |
5827 | 7461 |
7462 2006-05-22 David Bateman <dbateman@free.fr> | |
7463 | |
6754 | 7464 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7465 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7466 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7467 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7468 special-matrix/magic.m, special-matrix/hadamard.m, | |
7469 strings/strtok.m: New files from Octave Forge. | |
5827 | 7470 |
5824 | 7471 2006-05-19 David Bateman <dbateman@free.fr> |
7472 | |
7473 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7474 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7475 |
5821 | 7476 2006-05-17 John W. Eaton <jwe@octave.org> |
7477 | |
7478 * set/intersection.m: Delete | |
7479 * deprecated/intersection.m: New file. | |
7480 | |
5820 | 7481 2006-05-17 David Bateman <dbateman@free.fr> |
7482 | |
7483 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7484 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7485 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7486 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7487 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7488 Forge. | |
7489 | |
5809 | 7490 2006-05-11 John W. Eaton <jwe@octave.org> |
7491 | |
5815 | 7492 * path/path.m: Delete (now a built-in function). |
7493 | |
5811 | 7494 * pkg/Makefile.in: New file. |
7495 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7496 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7497 |
5808 | 7498 2006-05-10 John W. Eaton <jwe@octave.org> |
7499 | |
7500 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7501 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7502 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7503 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7504 |
7505 * tar.m, untar.m, unzip.m: New files. | |
7506 | |
5801 | 7507 2006-05-10 John W. Eaton <jwe@octave.org> |
7508 | |
5804 | 7509 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7510 * path/setpath.m: Delete. | |
7511 | |
5801 | 7512 * pkg/pkg.m: New file. |
7513 | |
5798 | 7514 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7515 | |
7516 * plot/plot.m: Doc string fix. | |
7517 | |
7518 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7519 | |
7520 * testfun/speeed.m: Use new interface to unique and assert. | |
7521 Improve documentation. Approximate time complexity from log-log | |
7522 plot. Return time complexity and raw times if requested. The | |
7523 mean ratio is no longer returned. Provide complete control over | |
7524 which n are computed. | |
7525 | |
7526 2006-05-09 John W. Eaton <jwe@octave.org> | |
7527 | |
7528 * path/path.m: Move here from miscellaneous. | |
7529 Adapt to new LOADPATH definition. | |
7530 | |
5789 | 7531 2006-05-03 David Bateman <dbateman@free.fr> |
7532 | |
7533 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7534 explicit uses of a path seperation character with pathsep(). | |
7535 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7536 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7537 |
6778 | 7538 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7539 |
5781 | 7540 2006-04-29 John W. Eaton <jwe@octave.org> |
7541 | |
7542 * startup/main-rcfile: Disable some warnings. | |
7543 | |
5762 | 7544 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7545 | |
7546 * strings/strcmpi.m: Return false instead of error if args are not | |
7547 char or cellstr. | |
7548 | |
5750 | 7549 2006-04-10 John W. Eaton <jwe@octave.org> |
7550 | |
7551 * miscellaneous/dir.m: Ensure that returned structure array is | |
7552 Nx1, not 1xN. | |
7553 | |
5746 | 7554 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7555 | |
7556 * plot/hist.m: Ignore NaN in inputs. | |
7557 | |
5745 | 7558 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7559 | |
7560 * miscellaneous/mkoctfile.m: Doc string fix. | |
7561 | |
5741 | 7562 2006-04-05 John W. Eaton <jwe@octave.org> |
7563 | |
7564 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7565 are both empty. | |
7566 * plot/__plt__.m: Ignore empty data and format strings returned | |
7567 from __plt1__ or __plt2__. | |
7568 | |
5737 | 7569 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7570 | |
6778 | 7571 * set/unique.m: Properly handle single column input when |
5737 | 7572 "rows" is specified. |
7573 | |
5732 | 7574 2006-04-04 John W. Eaton <jwe@octave.org> |
7575 | |
5736 | 7576 * path/setpath.m: New file. |
7577 * path/savepath.m: Use setpath to set path instead of assigning | |
7578 directly to LOADPATH. | |
7579 | |
5732 | 7580 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7581 New files, adapted from Octave Forge by Keith Goodman | |
7582 <kwgoodman@gmail.com>. | |
7583 * path: New directory. | |
7584 * Makefile.in (SUBDIRS): Add it to the list. | |
7585 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7586 | |
5731 | 7587 2006-04-02 David Bateman <dbateman@free.fr> |
7588 | |
7589 * general/tril.m, general.triu.m: | |
7590 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7591 to allow user types to work correctly. | |
7592 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7593 | |
5727 | 7594 2006-04-03 David Bateman <dbateman@free.fr> |
7595 | |
7596 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7597 Accept keyword "minor" for minor grid. | |
7598 | |
5721 | 7599 2006-03-28 John W. Eaton <jwe@octave.org> |
7600 | |
7601 * general/isscalar.m: Only require that all dimensions are 1 for | |
7602 compatiblity. | |
7603 | |
7604 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7605 | |
7606 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7607 compatibility. | |
7608 | |
5720 | 7609 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7610 | |
7611 * plot/__errplot__.m: Doc string fix. | |
7612 | |
7613 * miscellaneous/doc.m: Mark as command. | |
7614 | |
7615 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7616 general/isequalwithequalnans.m, general/blkdiag.m, | |
7617 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7618 | |
5717 | 7619 2006-03-27 Don Bindner <dbindner@truman.edu> |
7620 | |
7621 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7622 return 3d matrices. | |
7623 | |
7624 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7625 | |
7626 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7627 | |
5708 | 7628 2006-03-22 John W. Eaton <jwe@octave.org> |
7629 | |
7630 * plot/print.m: Don't replot after popping terminal setting. | |
7631 | |
5696 | 7632 2006-03-20 John W. Eaton <jwe@octave.org> |
7633 | |
7634 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7635 mkoctfile. Use fullfile to construct file name. | |
7636 | |
5695 | 7637 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7638 | |
7639 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7640 shell script from Octave prompt. | |
7641 | |
5690 | 7642 2006-03-17 John W. Eaton <jwe@octave.org> |
7643 | |
5693 | 7644 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7645 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7646 | |
7647 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7648 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7649 Call new wbl functions to do the real work. | |
7650 Swap args and provide default values as necessary to preserve | |
7651 compatibility with old version of Octave. | |
7652 | |
7653 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7654 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7655 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7656 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7657 Swap scale and shape args for compatibility. | |
7658 | |
5692 | 7659 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7660 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7661 Preserve compatibility with old versions of Octave given new | |
7662 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7663 |
5692 | 7664 * statistics/distributions/logncdf.m, |
7665 statistics/distributions/logninv.m, | |
7666 statistics/distributions/lognpdf.m, | |
7667 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7668 From Ben Barrowes <barrowes@alum.mit.edu> | |
7669 | |
5691 | 7670 * deprecated/hypergeometric_rnd.m: Update interface to match |
7671 current 2.1.x version. | |
7672 | |
7673 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7674 | |
5690 | 7675 * miscellaneous/dir.m: Use readdir instead of glob. |
7676 Special case for "." to avoid globbing. Use list_in_columns. | |
7677 Eliminate unused variables len and finfo. | |
7678 | |
5689 | 7679 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7680 | |
7681 * miscellaneous/dir.m: Improve compatibility. | |
7682 | |
5687 | 7683 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7684 | |
7685 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7686 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7687 | |
5686 | 7688 2006-03-16 John W. Eaton <jwe@octave.org> |
7689 | |
7690 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7691 of looking at sum of max dimensions. | |
7692 | |
5681 | 7693 2006-03-16 David Bateman <dbateman@free.fr> |
7694 | |
7695 * testfun/test.m: Clear last warning before warning test to avoid | |
7696 issues with previously set warnings. | |
7697 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7698 sparse matrices. Force matrix type from spqr solution to be | |
7699 singular to force QR solvers to be used for assert. | |
7700 | |
5678 | 7701 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7702 | |
7703 * strings/strfind.m: New file. | |
7704 | |
5677 | 7705 2006-03-16 John W. Eaton <jwe@octave.org> |
7706 | |
7707 * general/rows.m, general/columns.m: Delete. | |
7708 | |
5674 | 7709 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7710 | |
7711 * strings/strcmpi.m: Simplify. | |
7712 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7713 * strings/strtrunc.m: New file. |
5674 | 7714 |
5676 | 7715 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7716 | |
5672 | 7717 2006-03-15 John W. Eaton <jwe@octave.org> |
7718 | |
7719 * 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
|
7720 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7721 |
5671 | 7722 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7723 | |
7724 * miscellaneous/mkoctfile.m: New file. | |
7725 | |
5670 | 7726 2006-03-15 John W. Eaton <jwe@octave.org> |
7727 | |
7728 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7729 | |
5666 | 7730 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7731 | |
7732 * strings/bin2dec.m: Doc fix. | |
7733 | |
5661 | 7734 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7735 | |
7736 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7737 * time/datenum.m: New function to compute day number from time. | |
7738 | |
5659 | 7739 2006-03-09 John W. Eaton <jwe@octave.org> |
7740 | |
7741 * miscellaneous/unix.m, plot/print.m: | |
7742 Swap order of outputs from system. | |
7743 | |
5642 | 7744 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7745 | |
7746 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7747 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7748 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7749 control/base/__stepimp__.m, control/base/are.m, | |
7750 control/base/controldemo.m, control/base/damp.m, | |
7751 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7752 control/base/step.m, control/system/abcddim.m, | |
7753 control/system/is_abcd.m, control/system/is_controllable.m, | |
7754 control/system/is_detectable.m, control/system/is_observable.m, | |
7755 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7756 control/system/jet707.m, control/system/sys2fir.m, | |
7757 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7758 control/system/tfout.m, control/system/ugain.m, | |
7759 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7760 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7761 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7762 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7763 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7764 general/circshift.m, general/columns.m, general/flipdim.m, | |
7765 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7766 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7767 general/isequalwithequalnans.m, general/isscalar.m, | |
7768 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7769 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7770 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7771 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7772 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7773 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7774 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7775 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7776 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7777 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7778 miscellaneous/license.m, miscellaneous/menu.m, | |
7779 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7780 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7781 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7782 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7783 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7784 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7785 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7786 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7787 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7788 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7789 polynomial/polyinteg.m, polynomial/polyout.m, | |
7790 polynomial/polyreduce.m, polynomial/polyval.m, | |
7791 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7792 set/create_set.m, set/intersection.m, set/ismember.m, | |
7793 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7794 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7795 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7796 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7797 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7798 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7799 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7800 special-matrix/vander.m, statistics/base/median.m, | |
7801 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7802 statistics/distributions/gaminv.m, | |
7803 statistics/distributions/gampdf.m, | |
7804 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7805 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7806 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7807 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7808 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7809 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7810 | |
5633 | 7811 2006-02-27 John W. Eaton <jwe@octave.org> |
7812 | |
7813 * time/tic.m: Move here from miscellaneous/tic.m. | |
7814 * time/toc.m: Move here from miscellaneous/toc.m. | |
7815 | |
7816 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7817 | |
7818 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7819 does not assign output of toc to a variable. | |
7820 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7821 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7822 |
7823 * axis.m: Catch limits that are the same and return an error. | |
7824 | |
5625 | 7825 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7826 | |
7827 * plot/print.m: Accept emf device option to support Enhanced | |
7828 Metafile format. | |
7829 | |
7830 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7831 | |
7832 * control/base/lqe.m: Doc fix. | |
7833 | |
5623 | 7834 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7835 | |
7836 * statistics/distributions/gamcdf.m: Doc fix. | |
7837 * statistics/distributions/gaminv.m: Doc fix. | |
7838 * statistics/distributions/gampdf.m: Doc fix. | |
7839 * statistics/distributions/gamrnd.m: Doc fix. | |
7840 | |
5610 | 7841 2006-02-09 David Bateman <dbateman@free.fr> |
7842 | |
6778 | 7843 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7844 for arbitrary user type. | |
7845 * general/tril.m: ditto. | |
7846 * sparse/sprand.m: Doc fix. | |
7847 * sparse/sprandn.m: Ditto. | |
7848 * sparse/sprandsym.m: New function. | |
7849 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7850 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7851 Update for syntax error for latest texinfo.tex file. | |
5610 | 7852 |
5605 | 7853 2006-02-02 John W. Eaton <jwe@octave.org> |
7854 | |
7855 * plot/grid.m: Append ";\n" to "set grid" command. | |
7856 | |
7857 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7858 | |
7859 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7860 | |
5597 | 7861 2006-01-13 John W. Eaton <jwe@octave.org> |
7862 | |
7863 * audio/Makefile.in, control/base/Makefile.in, | |
7864 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7865 control/system/Makefile.in, control/util/Makefile.in, | |
7866 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7867 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7868 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7869 optimization/Makefile.in, plot/Makefile.in, | |
7870 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7871 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7872 special-matrix/Makefile.in, startup/Makefile.in, | |
7873 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7874 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7875 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7876 (all): Depend on PKG_ADD. | |
7877 (PKG_ADD): New target. | |
7878 | |
7879 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7880 | |
7881 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7882 | |
5596 | 7883 2006-01-13 John W. Eaton <jwe@octave.org> |
7884 | |
7885 * time/etime.m: Move here from miscellaneous/etime.m. | |
7886 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7887 | |
5595 | 7888 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7889 | |
6778 | 7890 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7891 * miscellaneous/fullfile.m: Likewise. |
7892 | |
5592 | 7893 2006-01-12 David Bateman <dbateman@free.fr> |
7894 | |
7895 * general/blkdiag.m: Compatible behavior for empty matrices | |
7896 * statistics/base/unidrnd.m: Documentation buglet. | |
7897 | |
5583 | 7898 2005-12-14 David Bateman <dbateman@free.fr> |
7899 | |
5589 | 7900 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7901 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7902 | |
7903 * Makefile.in (SUBDIRS): Include testfun. | |
7904 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7905 | |
5583 | 7906 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7907 | |
7908 * general/__isequal__.m: Remove reference to getfield. | |
7909 | |
7910 * plot/hist.m: Update test code for row/column discrepencies. | |
7911 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7912 Update the test code for this. | |
7913 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7914 | |
5579 | 7915 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7916 | |
7917 * cell/cell2mat.m: New file, from octave-forge. | |
7918 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7919 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7920 |
7921 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7922 New graph theory functions. | |
7923 | |
5574 | 7924 2005-12-13 John W. Eaton <jwe@octave.org> |
7925 | |
7926 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7927 | |
7928 * control/system/ss.m: Doc fix. | |
7929 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7930 | |
5572 | 7931 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7932 | |
7933 * audio/wavread.m, audio/wavwrite.m: | |
7934 Correct scaling for 8-bit linear pcm samples. | |
7935 Improve scaling for all other linear pcm resolutions. | |
7936 | |
5568 | 7937 2005-12-07 John W. Eaton <jwe@octave.org> |
7938 | |
7939 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7940 | |
7941 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7942 * strings/strjust.m: Likewise. | |
7943 | |
7944 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7945 * signal/arma_rnd.m: Likewise. | |
7946 * strings/strcat.m: Likewise. | |
7947 * control/base/__freqresp__.m: Likewise. | |
7948 * control/base/place.m: Likewise. | |
7949 * control/base/pzmap.m: Likewise. | |
7950 * control/base/pzmap.m: Likewise. | |
7951 * control/system/sysappend.m: Likewise. | |
7952 * control/system/syscont.m: Likewise. | |
7953 * control/system/sysdisc.m: Likewise. | |
7954 * control/system/sysgroup.m: Likewise. | |
7955 * control/system/tfout.m: Likewise. | |
7956 * control/system/zpout.m: Likewise. | |
7957 * control/util/__outlist__.m: Likewise. | |
7958 | |
5567 | 7959 2005-12-06 John W. Eaton <jwe@octave.org> |
7960 | |
7961 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7962 Avoid for loop in interleave/deinterleave steps. | |
7963 | |
5565 | 7964 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7965 | |
7966 * audio/wavread.m, audio/wavwrite.m: New files. | |
7967 | |
5563 | 7968 2005-12-06 John W. Eaton <jwe@octave.org> |
7969 | |
7970 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7971 | |
5560 | 7972 2005-12-05 John W. Eaton <jwe@octave.org> |
7973 | |
5561 | 7974 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7975 |
5558 | 7976 2005-12-02 John W. Eaton <jwe@octave.org> |
7977 | |
7978 * miscellaneous/fileattrib.m: New function. | |
7979 | |
5556 | 7980 2005-12-01 John W. Eaton <jwe@octave.org> |
7981 | |
7982 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7983 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7984 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7985 | |
5555 | 7986 2005-11-30 John W. Eaton <jwe@octave.org> |
7987 | |
7988 * linear-algebra/krylov.m: Format doc string. | |
7989 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7990 | |
5551 | 7991 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7992 | |
7993 * general/blkdiag.m: Import from octave-forge. | |
7994 Ignore empty matrices in the input. Add tests. | |
5549 | 7995 |
7996 * general/isequal.m, general/isequalwithequalnans.m: | |
7997 New wrapper scripts for general/__isequal__.m. | |
7998 * general/__isequal__.m: Rename from general/isequal.m. | |
7999 New arg, nans_compare_equal. | |
8000 | |
5548 | 8001 2005-11-29 John W. Eaton <jwe@octave.org> |
8002 | |
8003 * miscellaneous/ver.m: Use new uname built-in function instead of | |
8004 calling system. Only append octave_forge_string if | |
8005 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
8006 Call license instead of hard-coding license info here. | |
8007 | |
8008 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 8009 __octave_licenses__. Use puts instead of disp. |
5548 | 8010 Use getuid and getpwuid instead of calling unix ("id -un"). |
8011 If nargout = 1, return license info instead of printing usage message. | |
8012 | |
5546 | 8013 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8014 | |
8015 * miscellaneous/ver.m: New file. | |
8016 * miscellaneous/license.m: New file. | |
8017 | |
5545 | 8018 2005-11-22 John W. Eaton <jwe@octave.org> |
8019 | |
8020 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
8021 gnuplot set command. | |
8022 | |
5539 | 8023 2005-11-15 John W. Eaton <jwe@octave.org> |
8024 | |
8025 * general/shiftdim.m: Doc fix. | |
8026 | |
5532 | 8027 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
8028 | |
8029 * set/unique.m: Doc string fix. | |
8030 | |
5527 | 8031 2005-11-01 John W. Eaton <jwe@octave.org> |
8032 | |
8033 * Makefile.in (distclean, maintainer-clean): | |
8034 Also remove autom4te.cache directory. | |
8035 From Quentin Spencer <qspencer@ieee.org>. | |
8036 | |
5518 | 8037 2005-10-28 John W. Eaton <jwe@octave.org> |
8038 | |
8039 * general/shiftdim.m: Compatibility fix for row vectors. | |
8040 Correct check for non-scalar non-integer shift. For positive | |
8041 N, shift is remainder of N and number of dims. Always return NS. | |
8042 Simplify. | |
8043 | |
5500 | 8044 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
8045 | |
8046 * general/randperm.m: Improve compatibility by allowing input | |
8047 value of zero. | |
8048 | |
5493 | 8049 2005-10-13 John W. Eaton <jwe@octave.org> |
8050 | |
8051 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
8052 If in multiplot mode, clear plot before issuing new plot command. | |
8053 | |
8054 * plot/__setup_plot__.m: New function. | |
8055 * plot/__plt__.m, plot__errplot__.m: Use it. | |
8056 Handle multiplot data and offsets here. | |
8057 | |
8058 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
8059 Move initialization to __setup_plot__.m. | |
8060 | |
8061 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
8062 Don't reset gnuplot_command_replot. | |
8063 | |
8064 * plot/replot.m: Handle multiplot data and offsets here. | |
8065 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
8066 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
8067 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
8068 | |
5489 | 8069 2005-10-12 John W. Eaton <jwe@octave.org> |
8070 | |
8071 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
8072 | |
5482 | 8073 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
8074 | |
8075 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
8076 weibrnd.m: Removed calls and references to deprecated _pdf and | |
8077 _inv functions. | |
8078 * chi2pdf.m: Fixed typos in the documentation. | |
8079 | |
5475 | 8080 2005-09-28 John W. Eaton <jwe@octave.org> |
8081 | |
5476 | 8082 * miscellaneous/single.m: New function. |
8083 | |
5475 | 8084 * statistics/base/unidrnd.m: New function. |
8085 | |
5474 | 8086 2005-09-27 John W. Eaton <jwe@octave.org> |
8087 | |
8088 * miscellaneous/dir.m: Filename never includes directory part. | |
8089 | |
5464 | 8090 2005-09-22 John W. Eaton <jwe@octave.org> |
8091 | |
8092 * polynomial/residue.m: Use logical indexing instead of find.. | |
8093 | |
8094 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
8095 | |
8096 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
8097 and zero poles. | |
8098 | |
5462 | 8099 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
8100 | |
8101 * strings/deblank.m: Handle cell arrays. | |
8102 * strings/split.m: New argument, N, to limit number of splits. | |
8103 | |
8104 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
8105 | |
8106 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
8107 | |
5460 | 8108 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
8109 | |
8110 * control/base/rlocus.m: Doc fix. | |
8111 | |
5459 | 8112 2005-09-20 John W. Eaton <jwe@octave.org> |
8113 | |
8114 * general/isvector.m: Improve compatibility. | |
8115 | |
8116 * general/postpad.m: Allow first argument to be a scalar. | |
8117 Allow padding to extend dimensionality. | |
8118 * general/prepad.m: Likewise. | |
8119 | |
5448 | 8120 2005-09-14 Daniel <durbano@shbano.com> |
8121 | |
8122 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 8123 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
8124 /control/base/dgram.m: Doc string fixes. | |
5448 | 8125 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
8126 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8127 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 8128 |
8129 * saveimage.m: Do not ignore most significant bit when writing | |
8130 black and white images to file. | |
8131 | |
5443 | 8132 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
8133 | |
8134 * audio/playaudio.m, control/base/__bodquist__.m, | |
8135 control/base/lqg.m, control/obsolete/dezero.m, | |
8136 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
8137 control/system/c2d.m, control/system/cellidx.m, | |
8138 control/system/d2c.m, control/system/dmr2d.m, | |
8139 control/system/is_signal_list.m, control/system/listidx.m, | |
8140 control/system/ss.m, control/system/sysappend.m, | |
8141 control/system/sysconnect.m, control/system/sysdup.m, | |
8142 control/system/sysgetsignals.m, control/system/sysidx.m, | |
8143 control/system/sysprune.m, control/system/syssetsignals.m, | |
8144 control/system/tfout.m, control/system/zpout.m, | |
8145 control/util/prompt.m, control/util/sortcom.m, | |
8146 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
8147 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
8148 general/num2str.m, general/repmat.m, general/sortrows.m, | |
8149 general/strerror.m, image/colormap.m, image/imshow.m, | |
8150 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
8151 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
8152 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
8153 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
8154 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
8155 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
8156 plot/print.m, plot/title.m, plot/top_title.m, | |
8157 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
8158 statistics/base/mean.m, statistics/base/moment.m, | |
8159 statistics/tests/cor_test.m, | |
8160 statistics/tests/kolmogorov_smirnov_test.m, | |
8161 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8162 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
8163 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8164 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8165 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8166 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8167 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8168 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
8169 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8170 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8171 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
8172 Avoid deprecated functions. Use ischar instead of isstr. Use | |
8173 isvector instead of is_vector. Use isstruct instead of | |
8174 is_struct. Use char instead of setstr. | |
8175 | |
5435 | 8176 2005-08-31 Daniel <durbano@shbano.com> |
8177 | |
8178 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
8179 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
8180 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8181 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8182 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 8183 |
8184 * image/saveimage.m: Open output file in binary mode. | |
8185 | |
8186 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
8187 | |
5427 | 8188 2005-08-16 John W. Eaton <jwe@octave.org> |
8189 | |
8190 * miscellaneous/computer.m: Handle optional maxsize and endian | |
8191 outputs. | |
8192 | |
5426 | 8193 2005-08-15 John W. Eaton <jwe@octave.org> |
8194 | |
8195 * strings/strcat.m: Allow single argument. | |
8196 | |
5416 | 8197 2005-07-18 John W. Eaton <jwe@octave.org> |
8198 | |
8199 * strings/strcmp.m: Delete. | |
8200 | |
5413 | 8201 2005-07-13 John W. Eaton <jwe@octave.org> |
8202 | |
8203 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
8204 versions of Octave. | |
8205 | |
8206 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
8207 | |
8208 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
8209 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
8210 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
8211 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
8212 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
8213 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
8214 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
8215 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
8216 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
8217 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
8218 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
8219 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8220 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8221 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8222 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8223 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8224 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8225 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8226 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8227 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8228 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8229 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8230 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8231 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8232 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8233 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8234 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8235 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8236 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8237 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8238 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8239 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8240 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8241 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8242 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8243 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8244 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8245 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8246 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8247 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8248 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8249 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8250 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8251 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8252 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8253 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8254 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8255 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8256 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8257 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8258 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8259 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8260 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8261 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8262 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8263 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8264 | |
8265 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8266 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8267 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8268 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8269 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8270 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8271 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8272 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8273 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8274 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8275 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8276 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8277 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8278 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8279 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8280 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8281 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8282 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8283 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8284 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8285 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8286 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8287 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8288 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8289 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8290 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8291 deprecated/wiener_rnd.m: New files. | |
8292 | |
5408 | 8293 2005-07-08 John W. Eaton <jwe@octave.org> |
8294 | |
8295 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8296 * deprecated/weibull_rnd.m: New file. | |
8297 | |
5407 | 8298 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8299 | |
8300 * strings/dec2base.m: Allow matrix arguments. | |
8301 | |
5406 | 8302 2005-07-08 John W. Eaton <jwe@octave.org> |
8303 | |
8304 * plot/__errplot__.m: Use __plot_globals__. | |
8305 * plot/__plt__.m: Likewise. | |
8306 * plot/figure.m: Likewise. | |
8307 | |
8308 * plot/hold.m: New file. | |
8309 * plot/ishold.m: New file. | |
8310 * plot/__plot_globals__.m: New file. | |
8311 | |
5400 | 8312 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8313 | |
8314 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8315 | |
8316 2005-07-05 John W. Eaton <jwe@octave.org> | |
8317 | |
8318 * strings/findstr.m: Return [] for no matches. | |
8319 | |
5399 | 8320 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8321 | |
8322 * miscellaneous/tic.m: Fix doc string. | |
8323 | |
5395 | 8324 2005-06-15 John W. Eaton <jwe@octave.org> |
8325 | |
8326 * polynomial/polyfit.m: Force return value to be a row vector. | |
8327 | |
5393 | 8328 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8329 | |
8330 * general/isequal.m: Correct nargin check. | |
8331 | |
5388 | 8332 2005-06-14 John W. Eaton <jwe@octave.org> |
8333 | |
8334 * general/isvector.m: Handle N-d arrays. | |
8335 From Bill Denney <denney@seas.upenn.edu>. | |
8336 | |
5381 | 8337 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8338 | |
8339 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8340 |
5377 | 8341 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8342 | |
8343 * signal/freqz.m: Use correct calculations when given a vector of | |
8344 frequencies. Improve accuracy of returned frequency vector. | |
8345 Improve speed for medium length filters (at a slight cost for slow | |
8346 filters). Add test cases. | |
8347 | |
5373 | 8348 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8349 | |
8350 * plot/loglog.m: Fix set commands. | |
8351 | |
5381 | 8352 2005-05-25 John W. Eaton <jwe@octave.org> |
8353 | |
8354 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8355 | |
5371 | 8356 2005-05-24 John W. Eaton <jwe@octave.org> |
8357 | |
5373 | 8358 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8359 | |
5372 | 8360 * strings/strncmp.m: New file, from Tom Holroyd |
8361 <tomh@kurage.nimh.nih.gov>. | |
8362 | |
5371 | 8363 * strings/strcmp.m: Return logical values in all cases. |
8364 | |
5366 | 8365 2005-05-23 John W. Eaton <jwe@octave.org> |
8366 | |
8367 * plot/orient.m: New file. Adapt to Octave coding style. | |
8368 Texinfoize doc string. | |
8369 | |
8370 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8371 PKG_ADD command. Use set terminal consistently throughout. Use | |
8372 set terminal push/pop and unconditionally set output to screen | |
8373 when done to avoid requiring gget. Use a cell array for dev_list | |
8374 and cellidx to search for items in the list. Delete local | |
8375 variable endl. Don't set and restore automatic_replot. Use {} | |
8376 instead of nth to index varargin. Delete local variable | |
8377 va_arg_cnt. | |
8378 | |
5355 | 8379 2005-05-18 John W. Eaton <jwe@octave.org> |
8380 | |
8381 * general/num2str.m: Return early if X is a character string. | |
8382 | |
5347 | 8383 2005-05-11 John W. Eaton <jwe@octave.org> |
8384 | |
5348 | 8385 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8386 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8387 | |
5347 | 8388 * plot/polar.m: Don't call __pltopt__ here. |
8389 | |
5333 | 8390 2005-05-02 John W. Eaton <jwe@octave.org> |
8391 | |
8392 * mkdoc: Print header message. | |
8393 | |
5319 | 8394 2005-04-28 John W. Eaton <jwe@octave.org> |
8395 | |
8396 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8397 startup/octaverc. | |
8398 | |
5318 | 8399 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8400 | |
8401 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8402 (__im_numeric_limits__): New internal function. | |
8403 | |
5317 | 8404 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8405 | |
8406 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8407 data, not mean of group_mean. | |
8408 | |
8409 2005-04-28 John W. Eaton <jwe@octave.org> | |
8410 | |
8411 * startup/local-rcfile: New file. | |
8412 * startup/main-rcfile: Rename from startup/octaverc. | |
8413 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8414 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8415 Install local-rcfile in $(localfcnfiledir)/startup. | |
8416 | |
8417 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8418 | |
8419 * startup/inputrc: New file. | |
8420 * startup/octaverc: Configure readline using inputrc from | |
8421 startupfiledir. | |
8422 * startup/Makefile.in (install, install-strip): Install octaverc | |
8423 in $(fcnfiledir)/startup. | |
8424 | |
5310 | 8425 2005-04-27 John W. Eaton <jwe@octave.org> |
8426 | |
8427 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8428 | |
5289 | 8429 2005-04-21 John W. Eaton <jwe@octave.org> |
8430 | |
8431 * optimization/glpk.m: Handle SENSE argument. | |
8432 | |
8433 * optimization/qp.m, optimization/sqp.m: New files. | |
8434 | |
5276 | 8435 2005-04-08 John W. Eaton <jwe@octave.org> |
8436 | |
8437 * Makefile.in (clean, distclean, maintainer-clean): | |
8438 Avoid duplication in rules. | |
8439 | |
5252 | 8440 2005-03-28 John W. Eaton <jwe@octave.org> |
8441 | |
8442 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8443 setting {no,}parametric. | |
8444 * plot/figure.m: Likewise, for setting terminal type. | |
8445 | |
8446 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8447 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8448 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8449 plot/title.m, plot/top_title.m: Avoid eval. | |
8450 | |
5251 | 8451 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8452 | |
5253 | 8453 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8454 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8455 Use __gnuplot_replot__ instead of replot. | |
8456 | |
5252 | 8457 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8458 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8459 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8460 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8461 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8462 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8463 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8464 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8465 |
5251 | 8466 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8467 | |
5244 | 8468 2005-03-24 John W. Eaton <jwe@octave.org> |
8469 | |
8470 * optimization/glpkmex.m: Texinfoize Doc string. | |
8471 * optimization/glpk.m: Likewise. | |
8472 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8473 (row vectors are orginary character strings). | |
8474 * optimization/glpkparam.m: Delete. | |
8475 | |
5243 | 8476 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8477 | |
8478 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8479 of dimensions of X. | |
8480 | |
5237 | 8481 2005-03-23 John W. Eaton <jwe@octave.org> |
8482 | |
5239 | 8483 * general/tril.m, general/triu.m: Return value of same class as |
8484 argument. | |
8485 | |
5237 | 8486 * optimization/glpk.m: Simplify interface. By default, solve |
8487 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8488 * optimization/glpkmex.m: New file. | |
8489 | |
5232 | 8490 2005-03-22 John W. Eaton <jwe@octave.org> |
8491 | |
5237 | 8492 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8493 list. | |
8494 | |
5233 | 8495 * optimization/glpk.m: Adapt to Octave coding style. |
8496 No need for varargout or varargin. | |
8497 Print usage message if nargin > 11. | |
8498 Allow any value of nargout. | |
8499 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8500 Avoid looping when checking character classes. | |
8501 | |
5232 | 8502 * optimization: New directory. |
8503 * Makefile.in (SUBDIRS): Add it to the list. | |
8504 * optimization/Makefile.in: New file. | |
8505 * optimization/glpk.m, optimization/glpkparams.m, | |
8506 optimization/glpktest1, optimization/glpktest2: New files. | |
8507 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8508 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8509 |
8510 * strings/split.m: Quick return for empty second arg. | |
8511 Improve warning for multi-line strings. | |
8512 Speed up by avoiding sprintf in loop and eval. | |
8513 | |
5217 | 8514 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8515 | |
8516 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8517 * polynomial/polyder.m: Ditto. | |
6778 | 8518 * polynomial/polygcd.m: New function. |
5217 | 8519 |
5214 | 8520 2005-03-16 John W. Eaton <jwe@octave.org> |
8521 | |
5215 | 8522 * control/base/__stepimp__.m, control/base/bode.m, |
8523 control/base/frdemo.m, control/base/nichols.m, | |
8524 control/base/nyquist.m, control/base/pzmap.m, | |
8525 control/base/rldemo.m, control/base/rlocus.m, | |
8526 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8527 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8528 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8529 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8530 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8531 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8532 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8533 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8534 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8535 plot/xlabel.m, quaternion/demoquat.m, | |
8536 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8537 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8538 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8539 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8540 gsplot from @seealso docs. | |
5214 | 8541 |
8542 * plot/replot.m: New file. | |
8543 | |
5205 | 8544 2005-03-15 David Bateman <dbateman@free.fr> |
8545 | |
8546 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8547 | |
5196 | 8548 2005-03-09 John W. Eaton <jwe@octave.org> |
8549 | |
8550 * statistics/Makefile.in (bin-dist): Delete target. | |
8551 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8552 * control/Makefile.in: Likewise. |
5196 | 8553 |
5378 | 8554 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8555 (BINDISTFILES): Delete variable. |
5378 | 8556 * control/base/Makefile.in: Likewise. |
8557 * control/hinf/Makefile.in: Likewise. | |
8558 * control/obsolete/Makefile.in: Likewise. | |
8559 * control/system/Makefile.in: Likewise. | |
8560 * control/util/Makefile.in: Likewise. | |
8561 * deprecated/Makefile.in: Likewise. | |
8562 * elfun/Makefile.in: Likewise. | |
8563 * finance/Makefile.in: Likewise. | |
8564 * general/Makefile.in: Likewise. | |
8565 * image/Makefile.in: Likewise. | |
8566 * sparse/Makefile.in: Likewise. | |
8567 * io/Makefile.in: Likewise. | |
8568 * plot/Makefile.in: Likewise. | |
8569 * Makefile.in: Likewise. | |
8570 * miscellaneous/Makefile.in: Likewise. | |
8571 * linear-algebra/Makefile.in: Likewise. | |
8572 * polynomial/Makefile.in: Likewise. | |
8573 * quaternion/Makefile.in: Likewise. | |
8574 * set/Makefile.in: Likewise. | |
8575 * signal/Makefile.in: Likewise. | |
8576 * specfun/Makefile.in: Likewise. | |
8577 * special-matrix/Makefile.in: Likewise. | |
8578 * startup/Makefile.in: Likewise. | |
8579 * statistics/base/Makefile.in: Likewise. | |
8580 * statistics/distributions/Makefile.in: Likewise. | |
8581 * statistics/models/Makefile.in: Likewise. | |
8582 * statistics/tests/Makefile.in: Likewise. | |
8583 * strings/Makefile.in: Likewise. | |
8584 * time/Makefile.in: Likewise. | |
5196 | 8585 |
5195 | 8586 2005-03-08 John W. Eaton <jwe@octave.org> |
8587 | |
8588 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8589 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8590 | |
5192 | 8591 2005-03-04 John W. Eaton <jwe@octave.org> |
8592 | |
8593 * plot/clg.m: New file. | |
8594 | |
5193 | 8595 2005-03-03 John W. Eaton <jwe@octave.org> |
8596 | |
8597 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8598 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8599 strings/strcmpi.m: | |
8600 New files from Octave-forge. Adapt to Octave coding standards. | |
8601 | |
5181 | 8602 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8603 | |
8604 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8605 computation range. | |
8606 | |
5164 | 8607 2005-02-25 John W. Eaton <jwe@octave.org> |
8608 | |
8609 Sparse merge. | |
8610 | |
8611 2005-01-23 David Bateman <dbateman@free.fr> | |
8612 | |
8613 * sparse/randperm.m: Delete duplicate randperm.m. | |
8614 | |
8615 2005-01-10 John W. Eaton <jwe@octave.org> | |
8616 | |
8617 * sparse/Makefile.in: New file. | |
8618 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8619 | |
8620 2005-01-07 David Bateman <dbateman@free.fr> | |
8621 | |
8622 * set/unique.m: import file from octave-forge. | |
8623 | |
8624 2005-01-05 David Bateman <dbateman@free.fr> | |
8625 | |
8626 * Makefile.in: include sparse directory in SUBDIRS. | |
8627 | |
8628 2004-12-30 John W. Eaton <jwe@octave.org> | |
8629 | |
8630 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8631 src/DLD-FUNCTIONS/sparse.cc). | |
8632 | |
8633 2004-12-28 John W. Eaton <jwe@octave.org> | |
8634 | |
8635 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8636 Andy Adler <adler@site.uottawa.ca>. | |
8637 | |
8638 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8639 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8640 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8641 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8642 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8643 | |
8644 * sparse: New directory. | |
8645 | |
5158 | 8646 2005-02-22 John W. Eaton <jwe@octave.org> |
8647 | |
8648 * polynomial/residue.m: Force prepad to always create row vectors. | |
8649 | |
8650 * polynomial/poly.m: Quick return if m is 0. | |
8651 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8652 | |
5154 | 8653 2005-02-21 David Bateman <dbateman@free.fr> |
8654 | |
8655 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8656 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8657 Fix for row vectors with at least one element of lambda not in | |
8658 (0, Inf). | |
8659 | |
5152 | 8660 2005-02-21 John W. Eaton <jwe@octave.org> |
8661 | |
5153 | 8662 * statistics/base/qqplot.m: Use feval instead of eval. |
8663 | |
5152 | 8664 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8665 plot/__axis_label__.m: Issue replot command. | |
8666 | |
5135 | 8667 2005-02-09 John W. Eaton <jwe@octave.org> |
8668 | |
8669 * polynomial/polyderiv.m: Force P to be a row vector. | |
8670 | |
5133 | 8671 2005-02-08 John W. Eaton <jwe@octave.org> |
8672 | |
8673 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8674 provided and len <= computed max_len. | |
8675 | |
5125 | 8676 2005-01-27 David Bateman <dbateman@free.fr> |
8677 | |
8678 * strings/dec2base.m: Be even more careful about handling all digits. | |
8679 | |
8680 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8681 | |
8682 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8683 | |
5123 | 8684 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8685 | |
8686 * statistics/base/median.m: Make it work for the scalar case too. | |
8687 | |
6308 | 8688 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8689 |
8690 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8691 Simplify logic for decoding args. |
5117 | 8692 |
5115 | 8693 2005-01-24 John W. Eaton <jwe@octave.org> |
8694 | |
5116 | 8695 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8696 | |
8697 * plot/__plt__.m: No need to save and reset hold state now. | |
8698 (first_plot): Delete unused variable. | |
8699 | |
5115 | 8700 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8701 | |
8702 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8703 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8704 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8705 plot/__plt2vv__.m: | |
8706 Return data and gnuplot commands instead of evaluating them. | |
8707 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8708 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8709 | |
5108 | 8710 2005-01-18 John W. Eaton <jwe@octave.org> |
8711 | |
8712 * linear-algebra/cross.m: Allocate idx1 before use. | |
8713 | |
5096 | 8714 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8715 | |
8716 * statistics/base/range.m: Fix varargin usage. | |
8717 | |
5091 | 8718 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8719 | |
8720 * strings/deblank.m: Remove all trailing whitespace (check with | |
8721 isspace), not just SPC. | |
8722 | |
5090 | 8723 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8724 | |
8725 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8726 | |
5073 | 8727 2004-11-09 John W. Eaton <jwe@octave.org> |
8728 | |
8729 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8730 From Julius Smith <jos@ccrma.stanford.edu>. | |
8731 | |
5072 | 8732 2004-11-08 John W. Eaton <jwe@octave.org> |
8733 | |
8734 * plot/__plt2vm__.m: Delete debugging statement. | |
8735 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8736 | |
5065 | 8737 2004-11-04 John W. Eaton <jwe@octave.org> |
8738 | |
8739 * plot/hist.m: Always return row vectors for vector args. | |
8740 | |
5031 | 8741 2004-09-23 John W. Eaton <jwe@octave.org> |
8742 | |
8743 * strings/strcmp.m: If args are not strings or cell arrays of | |
8744 strings, return zero instead of reporting an error. | |
8745 | |
5021 | 8746 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8747 | |
8748 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8749 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8750 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8751 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8752 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8753 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8754 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8755 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8756 control/system/is_detectable.m, control/system/is_sample.m, | |
8757 control/system/is_siso.m, control/system/is_stable.m, | |
8758 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8759 control/system/sys2tf.m, control/system/sys2zp.m, | |
8760 control/system/sysappend.m, control/system/sysconnect.m, | |
8761 control/system/sysdisc.m, control/system/sysdup.m, | |
8762 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8763 control/system/syssetsignals.m, control/system/syssub.m, | |
8764 control/system/tf2sys.m, control/system/ugain.m, | |
8765 control/system/zp2ss.m, control/system/zp2sys.m, | |
8766 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8767 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8768 | |
8769 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8770 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8771 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8772 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8773 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8774 control/system/sysappend.m, control/system/sysconnect.m, | |
8775 control/system/sysdup.m, control/system/sysgroup.m, | |
8776 control/system/sysprune.m, control/system/sysreorder.m, | |
8777 control/system/sysscale.m, control/system/syssub.m, | |
8778 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8779 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8780 polynomial/polyout.m, specfun/log2.m: | |
8781 Add output arguments in doc strings. | |
8782 | |
8783 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8784 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8785 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8786 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8787 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8788 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8789 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8790 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8791 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8792 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8793 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8794 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8795 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8796 control/system/c2d.m, control/system/is_abcd.m, | |
8797 control/system/is_controllable.m, control/system/is_detectable.m, | |
8798 control/system/is_observable.m, control/system/is_stable.m, | |
8799 control/system/jet707.m, control/system/ord2.m, | |
8800 control/system/starp.m, control/system/sys2fir.m, | |
8801 control/system/sys2ss.m, control/system/sys2tf.m, | |
8802 control/system/sys2zp.m, control/system/syscont.m, | |
8803 control/system/sysdisc.m, control/system/sysdup.m, | |
8804 control/system/sysgettype.m, control/system/sysgroup.m, | |
8805 control/system/sysmult.m, control/system/sysprune.m, | |
8806 control/system/sysreorder.m, control/system/sysscale.m, | |
8807 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8808 control/system/tf2ss.m, control/system/tf2sys.m, | |
8809 control/system/zp2ss.m, control/system/zp2sys.m, | |
8810 control/util/axis2dlim.m, control/util/prompt.m, | |
8811 control/util/zgfmul.m, control/util/zginit.m, | |
8812 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8813 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8814 in doc strings. | |
8815 | |
8816 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8817 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8818 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8819 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8820 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8821 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8822 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8823 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8824 control/system/c2d.m, control/system/fir2sys.m, | |
8825 control/system/is_stabilizable.m, control/system/jet707.m, | |
8826 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8827 control/util/zgshsr.m, polynomial/polyout.m: | |
8828 New @tex section(s) in doc strings for better formating of printed | |
8829 output. | |
8830 | |
8831 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8832 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8833 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8834 Use proper double quote marks for TeX. | |
8835 | |
8836 * control/base/DEMOcontrol.m: Add missing ; | |
8837 | |
8838 * control/base/nichols.m, control/base/rlocus.m, | |
8839 control/obsolete/minfo.m, control/system/is_digital.m, | |
8840 control/system/ss2zp.m, control/system/sysmin.m, | |
8841 control/system/tf2zp.m, control/util/sortcom.m: | |
8842 Convert documentation to use or more completely use Texinfo. | |
8843 | |
8844 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8845 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8846 control/system/parallel.m, control/system/ss2tf.m, | |
8847 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8848 art splitting over a page boundary. | |
8849 | |
8850 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8851 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8852 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8853 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8854 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8855 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8856 the TeX documentation. | |
8857 | |
8858 * control/system/is_stabilizable.m: | |
8859 Add Copyright so that help is displayed correctly. | |
8860 | |
8861 * special-matrix/vander.m: Octave indexes start at 1. | |
8862 | |
5011 | 8863 2004-09-21 David Bateman <dbateman@free.fr> |
8864 | |
8865 * general/rotdim.m: New function for rotation of an N-d array in an | |
8866 arbitrary plane. | |
8867 | |
8868 * general/flipdim.m: New function to flip an N-d array about an | |
8869 arbitrary axis. | |
8870 | |
5003 | 8871 2004-09-15 David Bateman <dbateman@free.fr> |
8872 | |
8873 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8874 | |
4992 | 8875 2004-09-15 John W. Eaton <jwe@octave.org> |
8876 | |
8877 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8878 Use iscellstr to check for cells rather than iscell. |
8879 Improve diagnostics for invalid args. | |
4992 | 8880 |
4983 | 8881 2004-09-10 David Bateman <dbateman@free.fr> |
8882 | |
8883 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8884 and p with n > 1, and fix for matrix n and p with n == 1. | |
8885 | |
8886 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8887 due to row vs. column vector operations. | |
8888 | |
4964 | 8889 2004-09-03 David Bateman <dbateman@free.fr> |
8890 | |
8891 * general/repmat.m: Fix to allow logical classes. | |
8892 | |
4950 | 8893 2004-08-31 John W. Eaton <jwe@octave.org> |
8894 | |
8895 * general/isa.m: New function, from Octave-forge. | |
8896 | |
8897 2004-08-31 David Bateman <dbateman@free.fr> | |
8898 | |
8899 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8900 limitation on the use of int64 and uint64 types, and the use | |
8901 of the eval. | |
8902 | |
8903 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8904 in .^ with integer types is fixed. | |
8905 | |
8906 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8907 |
8908 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8909 | |
8910 * plot/axis.m: Don't reset axes when querying them. | |
8911 | |
4942 | 8912 2004-08-27 David Bateman <dbateman@free.fr> |
8913 | |
8914 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8915 Eliminate loop. | |
8916 | |
4918 | 8917 2004-07-27 David Bateman <dbateman@free.fr> |
8918 | |
8919 * general/num2str.m: Also insert spaces in output when precision | |
8920 argument is supplied. | |
8921 | |
4915 | 8922 2004-07-23 David Bateman <dbateman@free.fr> |
8923 | |
8924 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8925 | |
4911 | 8926 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8927 | |
8928 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8929 | |
8930 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8931 | |
8932 * miscellaneous/unix.m: Fix doc string. | |
8933 | |
8934 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8935 | |
8936 * plot/figure.m: Clarification of documentation. | |
8937 | |
8938 * image/imshow.m: Warn for complex images. | |
8939 Only estimate colourmap for images in [0, 65536]. | |
8940 | |
8941 2004-07-22 David Bateman <dbateman@free.fr> | |
8942 | |
8943 * general/num2str.m: Fix the case of an all zero input. | |
8944 | |
4906 | 8945 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8946 | |
8947 * general/ind2sub.m: Doc fix. | |
8948 | |
4900 | 8949 2004-06-08 John W. Eaton <jwe@octave.org> |
8950 | |
8951 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8952 convert function handle to string for eval. | |
8953 | |
4898 | 8954 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8955 | |
8956 * plot/errorbar.m: Remove debugging output. | |
8957 | |
8958 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8959 | |
8960 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8961 | |
4897 | 8962 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8963 | |
4898 | 8964 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8965 | |
8966 * polynomial/polyout.m: Use parenthesis if necessary around | |
8967 complex polynomial coefficient. | |
8968 | |
4897 | 8969 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8970 the bug which causes __errplot__ to ignore the last argument. | |
8971 | |
4894 | 8972 2004-06-03 David Bateman <dbateman@free.fr> |
8973 | |
8974 * general/shiftdim.m: New function based on JWE code snippet. | |
8975 | |
8976 * general/circdim.m: New function. | |
8977 | |
4890 | 8978 2004-05-06 David Bateman <dbateman@free.fr> |
8979 | |
8980 * general/issquare.m: Fail if ndim(x) > 2. | |
8981 | |
8982 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8983 | |
8984 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8985 N-d array arguments. Add optional dim argument to define | |
8986 dimension along which to operate. | |
8987 | |
8988 * linear-algebra/dmult.m: Allow N-d arrays. | |
8989 | |
8990 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8991 | |
4885 | 8992 2004-04-29 David Bateman <dbateman@free.fr> |
8993 | |
8994 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8995 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8996 statistics/base/statistics.m, statistics/base/skewness.m | |
8997 statistics/base/iqr.m: | |
8998 Make N-d array aware. Allow optional argument to define the | |
8999 dimension along which to operate. Update the documentation. | |
9000 | |
9001 * statistics/base/ranks.m: Change algorithm to use sort, | |
9002 and adjust for the ties after. | |
9003 | |
9004 * statistics/base/run_counts.m: Change algorithm to use | |
9005 the a combination of diff and find, rather than a for-loop. | |
9006 | |
4881 | 9007 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
9008 | |
9009 * plot/hist.m: Correctly determine cutoffs. New tests. | |
9010 | |
4878 | 9011 2004-04-23 David Bateman <dbateman@free.fr> |
9012 | |
9013 * general/int2str.m: Treat only real part of argument, and treat | |
9014 NDArrays by stacking the slices through the matrix vertically. | |
9015 | |
9016 * general/num2str.m: Improve format of integer matrices, and the | |
9017 conversion of complex matrices added. Treat NDArrays by stacking | |
9018 the slices through the matrix vertically. | |
9019 | |
9020 * deprecated/com2str.m: Moved here from general subdirectory. | |
9021 | |
4877 | 9022 2004-04-22 John W. Eaton <jwe@octave.org> |
9023 | |
9024 * quaternion/qtransvmat.m: Use continuation characters to make | |
9025 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
9026 | |
4869 | 9027 2004-04-21 David Bateman <dbateman@free.fr> |
9028 | |
5378 | 9029 * elfun/lcm.m: Make N-d aware. |
4870 | 9030 |
4869 | 9031 * general/diff.m: Make the code N-d array aware. Allow an |
9032 optional argument to define the dimension along which to perform | |
9033 the differences and allow the order of the differences to be larger | |
9034 than the dimension itself. | |
9035 | |
9036 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
9037 use of these functions to 1- and 2-d arrays. | |
9038 | |
4863 | 9039 2004-04-16 John W. Eaton <jwe@octave.org> |
9040 | |
9041 * elfun/gcd.m: Delete. | |
9042 | |
4862 | 9043 2004-04-15 David Bateman <dbateman@free.fr> |
9044 | |
9045 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
9046 | |
9047 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
9048 array aware and and optional argument for the dimension along | |
9049 which to operate. | |
9050 | |
5378 | 9051 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 9052 argument for the dimension to be consistent with other N-d array |
9053 functions. | |
9054 | |
4860 | 9055 2004-04-08 David Bateman <dbateman@free.fr> |
9056 | |
9057 * statistics/distributions/discrete_cdf.m, | |
9058 statistics/distributions/discrete_inv.m, | |
9059 statistics/distributions/discrete_pdf.m, | |
9060 statistics/distributions/discrete_rnd.m, | |
9061 statistics/distributions/exponential_cdf.m, | |
9062 statistics/distributions/exponential_inv.m, | |
9063 statistics/distributions/exponential_pdf.m, | |
9064 statistics/distributions/exponential_rnd.m, | |
9065 statistics/distributions/f_cdf.m, | |
9066 statistics/distributions/f_inv.m, | |
9067 statistics/distributions/f_pdf.m, | |
9068 statistics/distributions/f_rnd.m, | |
9069 statistics/distributions/geometric_cdf.m, | |
9070 statistics/distributions/geometric_inv.m, | |
9071 statistics/distributions/geometric_pdf.m, | |
9072 statistics/distributions/geometric_rnd.m, | |
9073 statistics/distributions/hypergeometric_rnd.m, | |
9074 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
9075 statistics/distributions/laplace_cdf.m, | |
9076 statistics/distributions/laplace_inv.m, | |
9077 statistics/distributions/laplace_pdf.m, | |
9078 statistics/distributions/laplace_rnd.m, | |
9079 statistics/distributions/logistic_inv.m, | |
9080 statistics/distributions/logistic_rnd.m, | |
9081 statistics/distributions/lognormal_cdf.m, | |
9082 statistics/distributions/lognormal_inv.m, | |
9083 statistics/distributions/lognormal_pdf.m, | |
9084 statistics/distributions/lognormal_rnd.m, | |
9085 statistics/distributions/pascal_cdf.m, | |
9086 statistics/distributions/pascal_inv.m, | |
9087 statistics/distributions/pascal_pdf.m, | |
9088 statistics/distributions/pascal_rnd.m, | |
9089 statistics/distributions/poisson_cdf.m, | |
9090 statistics/distributions/poisson_inv.m, | |
9091 statistics/distributions/poisson_pdf.m, | |
9092 statistics/distributions/poisson_rnd.m, | |
9093 statistics/distributions/t_cdf.m, | |
9094 statistics/distributions/t_inv.m, | |
9095 statistics/distributions/t_pdf.m, | |
9096 statistics/distributions/t_rnd.m, | |
9097 statistics/distributions/weibull_cdf.m, | |
9098 statistics/distributions/weibull_inv.m, | |
9099 statistics/distributions/weibull_pdf.m, | |
9100 statistics/distributions/weibull_rnd.m: | |
9101 Allow N-d arrays. | |
9102 | |
9103 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
9104 that results in NaN in places where it should not have had. | |
9105 | |
9106 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9107 allow creating arbitrary matrices, compatiable with the other | |
5583 | 9108 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 9109 |
9110 * statistics/distributions/empirical_rnd.m: New argument formats | |
9111 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 9112 *_rnd.m functions. Maintain compatibility with previous |
4860 | 9113 format. Allow N-d arrays. |
9114 | |
9115 * statistics/distributions/hypergeometric_cdf.m, | |
9116 statistics/distributions/hypergeometric_inv.m, | |
9117 statistics/distributions/hypergeometric_pdf.m, | |
9118 statistics/distributions/wiener_rnd.m: | |
9119 Error for non-scalar arguments. | |
9120 | |
9121 * statistics/distributions/pascal_rnd.m: | |
9122 Correct for n = 1 bug, where all elements were equal. | |
9123 | |
4849 | 9124 2004-04-06 David Bateman <dbateman@free.fr> |
9125 | |
4854 | 9126 * general/common_size.m, miscellaneous/bincoeff.m, |
9127 statistics/distributions/beta_cdf.m, | |
9128 statistics/distributions/beta_inv.m, | |
9129 statistics/distributions/beta_pdf.m, | |
9130 statistics/distributions/beta_rnd.m, | |
9131 statistics/distributions/binomial_cdf.m, | |
9132 statistics/distributions/binomial_inv.m, | |
9133 statistics/distributions/binomial_pdf.m, | |
9134 statistics/distributions/binomial_rnd.m, | |
9135 statistics/distributions/cauchy_cdf.m, | |
9136 statistics/distributions/cauchy_inv.m, | |
9137 statistics/distributions/cauchy_pdf.m, | |
9138 statistics/distributions/cauchy_rnd.m, | |
9139 statistics/distributions/chisquare_cdf.m, | |
9140 statistics/distributions/chisquare_inv.m, | |
9141 statistics/distributions/chisquare_pdf.m, | |
9142 statistics/distributions/chisquare_rnd.m, | |
9143 statistics/distributions/gamma_cdf.m, | |
9144 statistics/distributions/gamma_inv.m, | |
9145 statistics/distributions/gamma_pdf.m, | |
9146 statistics/distributions/gamma_rnd.m, | |
9147 statistics/distributions/normal_cdf.m, | |
9148 statistics/distributions/normal_inv.m, | |
9149 statistics/distributions/normal_pdf.m, | |
9150 statistics/distributions/normal_rnd.m, | |
9151 statistics/distributions/stdnormal_cdf.m, | |
9152 statistics/distributions/stdnormal_pdf.m, | |
9153 statistics/distributions/stdnormal_rnd.m, | |
9154 statistics/distributions/uniform_cdf.m, | |
9155 statistics/distributions/uniform_inv.m, | |
9156 statistics/distributions/uniform_pdf.m, | |
9157 statistics/distributions/uniform_rnd.m: | |
9158 Allow the inputs to be N-d arrays. | |
9159 | |
4852 | 9160 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
9161 * statistics/base/median.m: Likewise. | |
4849 | 9162 |
4844 | 9163 2004-04-02 David Bateman <dbateman@free.fr> |
9164 | |
9165 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 9166 * statistics/base/center.m, statistics/base/meansq.m, |
9167 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 9168 Update for N-d arrays. |
4844 | 9169 * signal/fftshift.m: Fix dimensioning error. |
9170 | |
9171 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 9172 N-d arrays. |
4844 | 9173 |
4852 | 9174 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
9175 | |
9176 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 9177 |
4852 | 9178 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 9179 |
9180 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
9181 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
9182 control/system/sysprune.m: Doc update for usage of cell arrays. | |
9183 | |
9184 * control/system/sysidx.m: Use cellidx and not listidx. | |
9185 | |
4841 | 9186 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9187 | |
9188 * plot/__pltopt1__.m: Always add title clause to plot command with | |
9189 default of "" (so it is off unless explicitly set by the user). | |
9190 | |
4836 | 9191 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
9192 | |
9193 * image/imshow.m: Accept "truesize" argument. | |
9194 Ignore current colormap. New tests and demos. | |
9195 | |
4834 | 9196 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
9197 | |
9198 * signal/sinewave.m: Allow N to default to M. | |
9199 | |
4826 | 9200 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9201 | |
9202 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
9203 | |
4818 | 9204 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9205 | |
9206 * general/deal.m: New function. | |
4819 | 9207 Add tests from Paul Kienzle. |
4818 | 9208 |
4811 | 9209 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
9210 | |
9211 * plot/hist.m: Compute histogram correctly for n>=30. | |
9212 | |
5095 | 9213 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 9214 |
9215 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
9216 | |
4806 | 9217 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9218 | |
9219 * miscellaneous/horzcat.m: Delete. | |
9220 * miscellaneous/vertcat.m: Delete. | |
9221 | |
4790 | 9222 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9223 | |
9224 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9225 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9226 | |
4789 | 9227 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9228 | |
9229 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9230 doing multiple plots in the same gnuplot frame. | |
9231 | |
4780 | 9232 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9233 | |
9234 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9235 control/system/cellidx.m, control/system/ss.m, | |
9236 control/system/tf.m, control/system/zp.m: New functions. | |
9237 | |
4778 | 9238 2004-02-16 Glenn Golden <gdg@zplane.com> |
9239 | |
9240 * statistics/distributions/discrete_inv.m: | |
9241 Reduce memory requirements. | |
9242 | |
4772 | 9243 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9244 | |
9245 * plot/__errcomm__.m: Fix thinko in previous change. | |
9246 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9247 | |
4771 | 9248 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9249 | |
9250 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9251 control/base/analdemo.m, control/base/bddemo.m, | |
9252 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9253 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9254 control/base/rldemo.m, control/base/rlocus.m, | |
9255 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9256 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9257 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9258 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9259 control/obsolete/packsys.m, control/obsolete/series.m, | |
9260 control/system/__sysdefioname__.m, | |
9261 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9262 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9263 control/system/c2d.m, control/system/d2c.m, | |
9264 control/system/dmr2d.m, control/system/fir2sys.m, | |
9265 control/system/is_signal_list.m, control/system/is_siso.m, | |
9266 control/system/jet707.m, control/system/listidx.m, | |
9267 control/system/moddemo.m, control/system/ord2.m, | |
9268 control/system/packedform.m, control/system/parallel.m, | |
9269 control/system/ss2sys.m, control/system/sys2tf.m, | |
9270 control/system/sys2zp.m, control/system/sysadd.m, | |
9271 control/system/sysappend.m, control/system/sysconnect.m, | |
9272 control/system/syscont.m, control/system/sysdimensions.m, | |
9273 control/system/sysdisc.m, control/system/sysdup.m, | |
9274 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9275 control/system/sysgroup.m, control/system/sysmin.m, | |
9276 control/system/sysmult.m, control/system/sysprune.m, | |
9277 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9278 control/system/syssetsignals.m, control/system/syssub.m, | |
9279 control/system/sysupdate.m, control/system/tf2sys.m, | |
9280 control/system/ugain.m, control/system/zp2ss.m, | |
9281 control/system/zp2sys.m, control/util/__outlist__.m, | |
9282 control/util/__zgpbal__.m, control/util/strappend.m: | |
9283 Use cell arrays instead of lists. | |
9284 | |
4723 | 9285 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9286 | |
9287 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9288 so that bar (1, 1) will work. | |
9289 | |
4710 | 9290 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9291 | |
4717 | 9292 * plot/__errcomm__.m: Cope with nargin now being a function. |
9293 * plot/__errplot__.m: Likewise. | |
9294 * plot/__plt__.m: Likewise. | |
9295 * plot/plot_border.m: Likewise. | |
9296 | |
4710 | 9297 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9298 not $(DOCSTRINGS). | |
9299 | |
4706 | 9300 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9301 | |
9302 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9303 rank ([], tol). | |
9304 | |
4691 | 9305 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9306 | |
4692 | 9307 * elfun/acot.m: Return atan (1./z). |
9308 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9309 | |
4691 | 9310 * miscellaneous/dir.m: New file. |
9311 | |
9312 * general/num2str.m: Use "%d" as format if values are ints with | |
9313 magnitude less than 1e10. | |
9314 | |
9315 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9316 | |
9317 * general/num2str.m: If single arg is string, return it. | |
9318 | |
9319 * miscellaneous/not.m: New file. | |
9320 | |
9321 * miscellaneous/unix.m: New file. | |
9322 | |
9323 * miscellaneous/isunix.m: New file. | |
9324 * miscellaneous/ispc.m: New file. | |
9325 | |
9326 * miscellaneous/computer.m: New file. | |
9327 | |
9328 * miscellaneous/delete.m: New file. | |
9329 | |
4689 | 9330 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9331 | |
9332 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9333 | |
9334 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9335 | |
9336 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9337 Always return substituted version of LOADPATH if nargout != 0. | |
9338 | |
4685 | 9339 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9340 | |
9341 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9342 before continuing. | |
9343 | |
9344 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9345 | |
4677 | 9346 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9347 | |
9348 * general/ind2sub.m: New file. | |
9349 * general/sub2ind.m: New file. | |
9350 | |
4675 | 9351 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9352 | |
9353 * control/system/zp2ss.m: Don't save and restore | |
9354 warn_empty_list_elements. | |
9355 | |
9356 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9357 | |
6778 | 9358 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9359 |
4673 | 9360 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9361 | |
9362 * statistics/base/mean.m: Remove special case for row vectors. | |
9363 | |
4637 | 9364 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9365 | |
9366 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9367 | |
4631 | 9368 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9369 | |
9370 * statistics/base/iqr.m: Handle matrices. | |
9371 | |
4630 | 9372 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9373 | |
9374 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9375 | |
4629 | 9376 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9377 | |
9378 * miscellaneous/path.m: Fix thinko in previous change. | |
9379 | |
4609 | 9380 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9381 | |
4629 | 9382 * control/base/dare.m: Check positive (semi)definiteness and |
9383 dimensions of r (and q). | |
9384 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9385 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9386 near unit circle. | |
4611 | 9387 |
9388 * control/system/is_detectable.m: Use Hautus Lemma. | |
9389 Correct the behavior for discrete-time systems. | |
9390 * control/system/is_stabilizable.m: Likewise. | |
9391 | |
4609 | 9392 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9393 | |
9394 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9395 | |
4610 | 9396 * general/isdefinite.m: New function. |
9397 | |
4567 | 9398 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9399 | |
9400 * general/reshape: Delete. | |
9401 | |
4559 | 9402 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9403 | |
9404 * general/numel.m: Delete. | |
9405 | |
4535 | 9406 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9407 | |
4536 | 9408 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9409 | |
9410 * deprecated/isstr.m: New file. | |
4535 | 9411 |
4529 | 9412 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9413 | |
9414 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9415 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9416 | |
4525 | 9417 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9418 | |
9419 * statistics/base/mean.m: Fix missing semicolon problem. | |
9420 | |
4503 | 9421 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9422 | |
9423 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9424 | |
4492 | 9425 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9426 | |
9427 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9428 Allow optional length argument. | |
9429 | |
4491 | 9430 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9431 | |
9432 * polynomial/polyfit.m: Avoid calling flipud. | |
9433 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9434 Return structure as second output value for improved Matlab | |
9435 compatibility. | |
9436 | |
4476 | 9437 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9438 | |
4478 | 9439 * linear-algebra/cond.m: Behave as though old built-in variable |
9440 propagate_empty_matrices is always 1. Also handle empty matrices | |
9441 with one non-zero dimension. | |
9442 | |
4476 | 9443 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9444 warn_single_quote_string to the list. | |
4478 | 9445 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9446 from the list. | |
4476 | 9447 |
5095 | 9448 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9449 |
9450 * signal/autocov.m: Transpose result of conj because diag returns | |
9451 a column vector, not a row vector. | |
9452 | |
9453 * audio/playaudio.m, audio/record.m, image/image.m, | |
9454 miscellaneous/bug_report.m: Protect spaces in filenames | |
9455 with quotes. | |
9456 | |
4466 | 9457 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9458 | |
4468 | 9459 * io/printf.m, io/puts.m: Delete. |
9460 | |
4466 | 9461 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9462 default_return_value from the list. | |
9463 Add warn_undefined_return_values to the list. | |
9464 | |
9465 | |
4464 | 9466 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9467 | |
9468 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9469 and initialize_global_variables from the list. | |
9470 | |
4460 | 9471 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9472 | |
4463 | 9473 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9474 | |
9475 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9476 | |
9477 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9478 * control/system/sys2fir.m: Likewise. | |
9479 | |
9480 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9481 * control/system/__tf2sysl__.m: Likewise. | |
9482 | |
9483 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9484 | |
9485 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9486 and [] concatenation. | |
9487 * control/system/sys2fir.m: Likewise. | |
9488 | |
9489 * control/base/dgram.m, control/base/freqchkw.m, | |
9490 control/base/gram.m, control/system/__abcddims__.m, | |
9491 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9492 control/system/is_sample.m, control/system/is_signal_list.m, | |
9493 control/system/is_siso.m, control/system/sys2fir.m, | |
9494 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9495 control/system/sysgettype.m, control/system/tf2zp.m, | |
9496 control/system/ugain.m, control/util/prompt.m, | |
9497 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9498 control/util/zgshsr.m: | |
9499 Improve conformance to Octave coding style. | |
9500 | |
4461 | 9501 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9502 the list. | |
9503 Delete resize_on_range_error from the list. | |
9504 | |
4460 | 9505 * control/base/pzmap.m, control/base/place.m, |
9506 control/base/__freqresp__.m, control/system/sysappend.m, | |
9507 control/system/syscont.m, control/system/sysdisc.m, | |
9508 control/system/sysgroup.m, control/system/tfout.m, | |
9509 control/system/zp2ss.m, control/system/zpout.m, | |
9510 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9511 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9512 empty_list_elements_ok. | |
9513 | |
9514 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9515 Delete empty_list_elements_ok from the list. | |
9516 | |
4457 | 9517 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9518 | |
9519 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9520 list. | |
9521 Delete treat_neg_dim_as_zero from the list. | |
9522 | |
9523 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9524 | |
4451 | 9525 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9526 | |
4455 | 9527 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9528 was not used in the code in any case). | |
9529 | |
9530 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9531 do_fortran_indexing. | |
9532 | |
4452 | 9533 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9534 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9535 | |
4451 | 9536 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9537 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9538 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9539 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9540 warn_fortran_indexing in the list. | |
9541 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9542 implicit_str_to_num_ok, do_fortran_indexing, and | |
9543 prefer_column_vectors from list. | |
4451 | 9544 |
4440 | 9545 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9546 | |
9547 * Makefile.in (distclean, maintainer-clean): Also remove | |
9548 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9549 directory. | |
9550 | |
5095 | 9551 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9552 |
9553 * plot/hist.m: Don't forget to define n if x is a vector. | |
9554 | |
5095 | 9555 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9556 |
9557 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9558 return "." with extension. | |
9559 | |
4422 | 9560 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9561 | |
9562 * control/base/__stepimp__.m, control/base/nichols.m, | |
9563 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9564 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9565 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9566 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9567 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9568 | |
4413 | 9569 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9570 | |
9571 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9572 | |
5095 | 9573 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9574 |
9575 * plot/hist.m: Improve performance by using different algorithms | |
9576 depending on number of bins. | |
9577 | |
4404 | 9578 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9579 | |
9580 * control/system/sysadd.m: If systems are not "tf", convert before | |
9581 adding. | |
9582 | |
5095 | 9583 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9584 |
9585 * image/imagesc.m: Accept data limits parameter for colormap. | |
9586 | |
5095 | 9587 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9588 |
9589 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9590 the impulse by t_step. | |
9591 | |
4373 | 9592 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9593 | |
9594 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9595 column vectors. | |
9596 | |
5095 | 9597 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9598 |
9599 * linear-algebra/null.m: Handle empty matrix arg. | |
9600 | |
4369 | 9601 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9602 | |
9603 * general/shift.m: Force empty_list_elements_ok to 1. | |
9604 | |
4358 | 9605 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9606 | |
9607 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9608 New files. | |
9609 | |
4348 | 9610 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9611 | |
9612 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9613 function handle to pass to feval. | |
9614 * statistics/base/qqplot.m: Likewise. | |
9615 * statistics/base/ppplot.m: Likewise. | |
9616 * signal/spectral_xdf.m: Likewise. | |
9617 * signal/spectral_adf.m: Likewise. | |
9618 | |
4340 | 9619 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9620 | |
9621 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9622 | |
4334 | 9623 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9624 | |
9625 * linear-algebra/logm.m: New file. | |
9626 | |
5095 | 9627 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9628 |
9629 * mkpkgadd: Scan C++ files as well | |
9630 | |
5095 | 9631 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9632 |
9633 * strings/findstr.m: Return empty set for zero-length target. | |
9634 | |
5095 | 9635 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9636 |
9637 * set/union.m: Preserve the orientation of inputs. | |
9638 | |
4305 | 9639 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9640 | |
9641 * general/int2str.m: Eliminate leading spaces. | |
9642 | |
4303 | 9643 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9644 | |
9645 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9646 | |
5095 | 9647 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9648 |
9649 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9650 $(BUILD_LDFLAGS) to compiler. | |
9651 | |
4295 | 9652 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9653 | |
9654 * general/num2str.m: Don't specify field width for scalars. | |
9655 | |
4292 | 9656 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9657 | |
9658 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9659 | |
4265 | 9660 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9661 | |
4279 | 9662 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9663 | |
4266 | 9664 * miscellaneous/tempname.m: New file. |
9665 | |
9666 * miscellaneous/tempdir.m: New file. | |
9667 | |
4265 | 9668 * miscellaneous/fullfile.m: New file. |
9669 | |
4259 | 9670 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
4264 | 9672 * miscellaneous/fileparts.m: New file. |
9673 | |
9674 * io/beep.m: New file. | |
9675 | |
4260 | 9676 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9677 format only. | |
4259 | 9678 |
4257 | 9679 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9680 | |
9681 * strings/strcmp.m: Handle cell arrays of strings. | |
9682 | |
4229 | 9683 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9684 | |
9685 * general/int2str.m: Handle matrices. | |
9686 * general/num2str.m: Likewise. | |
9687 Also handle optional precision, and format args. | |
9688 | |
4225 | 9689 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9690 | |
9691 * audio/Makefile.in, control/base/Makefile.in, | |
9692 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9693 control/system/Makefile.in, elfun/Makefile.in, | |
9694 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9695 io/Makefile.in, linear-algebra/Makefile.in, | |
9696 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9697 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9698 specfun/Makefile.in, special-matrix/Makefile.in, | |
9699 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9700 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9701 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9702 deprecated/Makefile.in: Use new do-script-install and | |
9703 do-script-uninstall macros. | |
9704 | |
9705 * mkpkgadd: New script. | |
9706 | |
9707 * plot/close.m: New file. | |
9708 | |
4184 | 9709 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9710 | |
9711 * image/image.m: Use -raw option for xv. | |
9712 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9713 | |
4172 | 9714 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9715 | |
4174 | 9716 * control/base/lsim.m: Use approximate test for step size change. |
9717 | |
4172 | 9718 * signal/bartlett.m: Avoid row/column mismatch error. |
9719 | |
5095 | 9720 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9721 |
9722 * statistics/base/var.m: Use better formula for improved accuracy. | |
9723 | |
5095 | 9724 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9725 |
9726 * control/base/lsim.m: Correct doc string. | |
9727 | |
5095 | 9728 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9729 |
9730 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9731 | |
4148 | 9732 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9733 | |
9734 * plot/contour.m: Handle x and y as matrices too. | |
9735 | |
5095 | 9736 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9737 |
9738 * plot/contour.m: Fix error and usage messages. | |
9739 | |
4146 | 9740 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9741 | |
9742 * plot/contour.m: Correct orientation of plot. | |
9743 | |
4139 | 9744 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9745 | |
9746 * control/base/analdemo.m: Fix typo. | |
9747 | |
5095 | 9748 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9749 |
9750 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9751 | |
4098 | 9752 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9753 | |
9754 * mkdoc: Exit immediately on errors. | |
9755 Exit with error if gethelp does not exist. | |
9756 | |
9757 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9758 | |
4093 | 9759 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9760 | |
9761 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9762 | |
5095 | 9763 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9764 |
9765 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9766 * statistics/distributions/normal_pdf.m: Likewise. | |
9767 * statistics/distributions/normal_inv.m: Likewise. | |
9768 | |
5095 | 9769 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9770 |
9771 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9772 | |
5095 | 9773 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9774 |
9775 * statistics/base/var.m: Handle complex values. | |
9776 | |
4031 | 9777 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9778 | |
9779 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9780 list. | |
9781 * deprecated/Makefile.in: New file. | |
9782 | |
5095 | 9783 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9784 |
9785 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9786 * statistics/distributions/binomial_cdf.m: Likewise. | |
9787 * statistics/distributions/f_cdf.m: Likewise. | |
9788 * statistics/distributions/t_cdf.m: Likewise. | |
9789 | |
9790 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9791 * specfun/beta.m: Likewise. | |
9792 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9793 * statistics/distributions/gamma_pdf.m: Likewise. | |
9794 * statistics/distributions/poisson_pdf.m: Likewise. | |
9795 | |
9796 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9797 * statistics/distributions/poisson_cdf.m: Likewise. | |
9798 | |
4026 | 9799 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9800 | |
4028 | 9801 * deprecated/is_bool.m: New file. |
9802 * deprecated/is_complex.m: New file. | |
9803 * deprecated/is_global.m: New file. | |
9804 * deprecated/is_list.m: New file. | |
9805 * deprecated/is_matrix.m: New file. | |
9806 * deprecated/is_scalar.m: New file. | |
9807 * deprecated/is_square.m: New file. | |
9808 * deprecated/is_stream.m: New file. | |
9809 * deprecated/is_struct.m: New file. | |
9810 * deprecated/is_symmetric.m: New file. | |
9811 * deprecated/is_vector.m: New file. | |
4030 | 9812 * Change all callers of these functions to use the new names. |
4028 | 9813 |
4029 | 9814 * deprecated: New directory. |
9815 * Makefile.in (SUBDIRS): Add it to the list. | |
9816 | |
4026 | 9817 * general/isscalar.m: Rename from is_scalar.m. |
9818 * general/issquare.m: Rename from is_square.m. | |
9819 * general/issymmetric.m: Rename from is_symmetric.m. | |
9820 * general/isvector.m: Rename from is_vector.m. | |
9821 | |
4022 | 9822 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9823 | |
9824 * statistics/base/mean.m: Allow empty matrices. | |
9825 Handle DIM arg. | |
9826 | |
5095 | 9827 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9828 |
9829 * plot/__errcomm__.m: If format is not specified, default to error | |
9830 bar format. | |
9831 | |
4011 | 9832 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9833 | |
9834 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9835 __F_SETFL__ and __O_NONBLOCK__. | |
9836 | |
9837 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9838 * miscellaneous/bug_report.m: Likewise. | |
9839 | |
4007 | 9840 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9841 | |
4008 | 9842 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9843 * general/rem.m: Likewise. | |
9844 | |
9845 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9846 * plot/semilogxerr.m: Likewise. | |
4007 | 9847 * plot/semilogyerr.m: Likewise. |
9848 | |
5095 | 9849 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9850 |
9851 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9852 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9853 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9854 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9855 | |
9856 * plot/errorbar.m: Use __errcomm__.m. | |
9857 * plot/__errplot__.m: Minor cleanups. | |
9858 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9859 * plot/__pltopt1__.m: Likewise. | |
9860 | |
3980 | 9861 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9862 | |
3981 | 9863 * general/rem.m: Delete redundant call to usage. |
9864 | |
3980 | 9865 * general/mod.m: Additional error checks, Texinfoize doc string. |
9866 | |
5095 | 9867 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9868 |
9869 * general/mod.m: New function. | |
9870 | |
3979 | 9871 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9872 | |
9873 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9874 * control/system/sysadd.m: Likewise. | |
9875 * control/system/sysgroup.m: Likewise. | |
9876 * control/system/syssub.m: Likewise. | |
9877 * elfun/gcd.m: Likewise. | |
9878 * elfun/lcm.m: Likewise. | |
9879 * general/common_size.m: Likewise. | |
9880 * io/printf.m: Likewise. | |
9881 * miscellaneous/menu.m: Likewise. | |
9882 * miscellaneous/path.m: Likewise. | |
9883 * plot/__errplot__.m: Likewise. | |
9884 * plot/__plt__.m: Likewise. | |
9885 * plot/axis.m: Likewise. | |
9886 * plot/errorbar.m: Likewise. | |
9887 * plot/mplot.m: Likewise. | |
9888 * plot/loglog.m: Likewise. | |
9889 * plot/plot.m: Likewise. | |
9890 * plot/plot_border.m: Likewise. | |
9891 * plot/semilogx.m: Likewise. | |
9892 * plot/semilogy.m: Likewise. | |
9893 * plot/xlabel.m: Likewise. | |
9894 * plot/ylabel.m: Likewise. | |
9895 * plot/zlabel.m: Likewise. | |
9896 * statistics/base/ppplot.m: Likewise. | |
9897 * statistics/base/qqplot.m: Likewise. | |
9898 * statistics/tests/bartlett_test.m: Likewise. | |
9899 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9900 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9901 * strings/str2mat.m: Likewise. | |
9902 * strings/strcat.m: Likewise. | |
9903 | |
5095 | 9904 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9905 |
9906 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9907 | |
3924 | 9908 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9909 | |
9910 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9911 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9912 |
5095 | 9913 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9914 |
9915 * general/repmat.m: New function. | |
9916 | |
5095 | 9917 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9918 |
9919 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9920 Use optional parameter to specify the number of bits in the input. | |
9921 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9922 floats in the range [-1,1], 2x speedup. | |
9923 | |
9924 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9925 | |
3910 | 9926 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9927 | |
9928 * linear-algebra/kron.m: Delete. | |
9929 | |
5095 | 9930 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9931 |
9932 * signal/freqz.m: If nargout is zero, plot results instead of | |
9933 returning them. | |
9934 * signal/freqz_plot.m: New file. | |
9935 | |
5095 | 9936 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9937 |
5378 | 9938 * signal/unwrap.m: New file. |
3906 | 9939 |
5095 | 9940 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9941 |
9942 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9943 divide by zero warning. | |
9944 | |
5095 | 9945 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9946 |
3894 | 9947 * strings/deblank.m: Trim \0 as well as blank. |
9948 | |
5378 | 9949 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9950 expressed in radians or Hz relative to a supplied sample rate. |
9951 | |
5095 | 9952 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9953 |
9954 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9955 | |
3891 | 9956 * strings/findstr.m: Vectorize as much as possible. |
9957 | |
5095 | 9958 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9959 |
9960 * special-matrix/invhilb.m: New version that is faster and more | |
9961 accurate. | |
9962 | |
5095 | 9963 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9964 |
9965 * configure.in: Update for autoconf 2.5x. | |
9966 | |
5095 | 9967 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9968 |
9969 * special-matrix/vander.m: Code tidy and vectorize. | |
9970 | |
5095 | 9971 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9972 |
3883 | 9973 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9974 to vectors. Issue a warning in the case x matches y' but return a | |
9975 column vector as Octave currently does. | |
9976 | |
3882 | 9977 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9978 | |
9979 * control/system/starp.m: Leave more of the documentation | |
9980 processing to texinfo and less to the @format block. | |
9981 | |
9982 * image/imagesc.m: Only display image if no output is requested. | |
9983 Code tidying. | |
9984 | |
3876 | 9985 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9986 | |
9987 * statistics/base/center.m: Accept and return empty matrix. | |
9988 | |
3872 | 9989 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9990 | |
9991 * specfun/erfinv.m: Fix usage message. | |
9992 | |
3869 | 9993 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9994 | |
9995 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9996 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9997 | |
3837 | 9998 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9999 | |
10000 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
10001 capitalized variable names. | |
10002 | |
3836 | 10003 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
10004 | |
10005 * m/image/saveimage.m: fix saving an image to Postscript format. | |
10006 | |
5095 | 10007 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 10008 |
10009 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
10010 | |
3803 | 10011 2001-02-28 Kai Habel <kai.habel@gmx.de> |
10012 | |
3833 | 10013 * general/cart2pol.m: New file. |
10014 * general/pol2cart.m: New file. | |
10015 * general/cart2sph.m: New file. | |
10016 * general/sph2cart.m: New file. | |
10017 * image/rgb2hsv.m: New file. | |
10018 * image/hsv2rgb.m: New file. | |
3803 | 10019 |
10020 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
10021 | |
10022 * plot/meshgrid.m: Avoid for loops. | |
10023 * plot/meshdom.m: Likewise. | |
10024 | |
3801 | 10025 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10026 | |
10027 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
10028 | |
10029 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
10030 | |
10031 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
10032 norm. | |
10033 | |
3792 | 10034 2001-02-09 David Livings <david.livings@asa.co.uk> |
10035 | |
10036 * statistics/tests/welch_test.m: Fix typo. | |
10037 | |
10038 * statistics/distributions/chisquare_cdf.m: | |
10039 Don't restrict inputs to be only positive integers. | |
10040 * statistics/distributions/chisquare_inv.m: Likewise. | |
10041 * statistics/distributions/chisquare_pdf.m: Likewise. | |
10042 * statistics/distributions/chisquare_rnd.m: Likewise. | |
10043 * statistics/distributions/f_cdf.m: Likewise. | |
10044 * statistics/distributions/f_inv.m: Likewise. | |
10045 * statistics/distributions/f_pdf.m: Likewise. | |
10046 * statistics/distributions/f_rnd.m: Likewise. | |
10047 * statistics/distributions/t_cdf.m: Likewise. | |
10048 * statistics/distributions/t_inv.m: Likewise. | |
10049 * statistics/distributions/t_pdf.m: Likewise. | |
10050 * statistics/distributions/t_rnd.m: Likewise. | |
10051 | |
3790 | 10052 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10053 | |
10054 * strings/dec2base.m: New file. | |
10055 * strings/base2dec.m: New file. | |
10056 * strings/strjust.m: New file. | |
10057 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
10058 * strings/dec2bin.m: Likewise. | |
10059 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
10060 * strings/bin2dec.m: Likewise. | |
10061 | |
5095 | 10062 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 10063 |
10064 * statistics/base/ppplot.m: Use gset, not set. | |
10065 * statistics/base/qqplot.m: Likewise. | |
10066 | |
5095 | 10067 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 10068 |
10069 * control/system/c2d.m: Add missing endif. | |
10070 | |
3759 | 10071 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10072 | |
10073 * strings/index.m: Return 0 if either string is empty. | |
10074 | |
10075 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
10076 | |
10077 * control/system/c2d.m: Allow option of matched pole/zero | |
10078 equivalent for conversion. | |
10079 | |
10080 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
10081 | |
10082 * strings/findstr.m: Return empty matrix if search string is empty. | |
10083 | |
3757 | 10084 2000-12-15 Kai Habel <kai.habel@gmx.de> |
10085 | |
10086 * saveimage.m: Do create rawbit image for black and white images, | |
10087 but do it correctly. | |
10088 | |
3754 | 10089 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10090 | |
6778 | 10091 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
10092 result polynomials. | |
3754 | 10093 |
3748 | 10094 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10095 | |
10096 * image/saveimage.m: Don't try to create rawbit image. | |
10097 | |
3740 | 10098 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10099 | |
10100 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
10101 | |
5095 | 10102 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 10103 |
10104 * plot/contour.m: Reorder args for Matlab compatibility. | |
10105 | |
3727 | 10106 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
10107 | |
10108 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
10109 | |
3717 | 10110 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10111 | |
3718 | 10112 * plot/errorbar.m, plot/__errplot__.m: New functions. |
10113 | |
3717 | 10114 * plot/mesh.m: Also set nologscale before plotting. |
10115 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
10116 xyerrorbars instead of just errorbars. | |
10117 | |
3714 | 10118 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
10119 | |
10120 * image/image.m: Try display (from ImageMagick) first. | |
10121 | |
3709 | 10122 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
10123 | |
10124 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
10125 conjugate transpose. | |
10126 | |
3705 | 10127 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10128 | |
10129 * strings/str2mat.m: Apply setstr to each argument. | |
10130 | |
3696 | 10131 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
10132 | |
10133 * control/base/dkalman.m: New file. | |
10134 * control/base/dlqe.m: Handle singular A matrix. | |
10135 * control/base/dlqr.m: Likewise. | |
10136 | |
3695 | 10137 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10138 | |
10139 * strings/strcmp.m: Return 0 instead of an error if row and column | |
10140 dimensions don't match. | |
10141 | |
3690 | 10142 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
10143 | |
10144 * plot/hist.m: Allow 3 argument form to work. | |
10145 | |
5095 | 10146 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 10147 |
10148 * plot/plot.m: Add examples in doc string. | |
10149 | |
5095 | 10150 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 10151 |
10152 * control/base/__stepimp__.m: Reset multiplot state when done. | |
10153 Do the right thing even if automatic_replot is not zero. | |
10154 Avoid failure if system has pure imaginary poles. | |
10155 | |
3674 | 10156 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10157 | |
10158 * general/logical.m: Return arg if it is empty. Better error | |
10159 message for non-numeric types. | |
10160 | |
5095 | 10161 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 10162 |
10163 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
10164 about difference with Matlab dlqe function. | |
10165 | |
10166 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
10167 | |
5095 | 10168 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 10169 |
10170 * strings/strrep.m: Fix typo. | |
10171 | |
3666 | 10172 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10173 | |
10174 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
10175 | |
5095 | 10176 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 10177 |
10178 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 10179 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 10180 |
5095 | 10181 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 10182 |
10183 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
10184 guess for iteration. | |
10185 | |
3651 | 10186 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10187 | |
10188 * image/image.m: Allow image (A) or image (x, y, A). | |
10189 * image/imagesc.m: Likewise. | |
10190 | |
10191 * image/image.m: If zoom is not supplied, or if it is an empty | |
10192 matrix, autoscale the image. | |
10193 | |
3618 | 10194 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10195 | |
3619 | 10196 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
10197 Undo string escapes in text twice(!) before sending to gnuplot. | |
10198 | |
3618 | 10199 * image/saveimage.m: Add comment to file saying who created it and |
10200 when it was created. Suggested by Stephen Eglen | |
10201 <stephen@cogsci.ed.ac.uk>. | |
10202 | |
5095 | 10203 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 10204 |
10205 * polynomial/polyreduce.m: Simplify by looking for the first | |
10206 non-zero element rather than the last of the first set of zero | |
10207 elements. | |
10208 | |
10209 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
10210 | |
5095 | 10211 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 10212 |
10213 * image/saveimage.m: Swap black and white colormaps so zero is | |
10214 displayed as black and 1 is displayed as white. | |
10215 Fix indexing bug in ppm case. | |
10216 | |
3604 | 10217 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
10218 | |
10219 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10220 between the two distributions (took same approach as ks.test() in R.) | |
10221 | |
3603 | 10222 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10223 | |
10224 * control/base/bode.m: Temporarily disable automatic_replot. | |
10225 | |
3599 | 10226 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10227 | |
3601 | 10228 * Makefile.in (clean): Also remove gethelp. |
10229 | |
3599 | 10230 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10231 | |
5095 | 10232 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10233 |
10234 * set/create_set.m: Use find to avoid while loop. | |
10235 | |
5095 | 10236 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10237 |
10238 * plot/hist.m: New optional third argument. | |
10239 | |
10240 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10241 | |
10242 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10243 number appended. | |
10244 | |
3575 | 10245 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10246 | |
10247 * gethelp.cc: Sprinkle with std:: qualifier. | |
10248 | |
3498 | 10249 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10250 | |
10251 * image/saveimage.m: Delete some debugging code. | |
10252 | |
3486 | 10253 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10254 | |
10255 * signal/sinc.m: Avoid reshaping. | |
10256 | |
10257 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10258 * image/ind2rgb.m: Ditto. | |
10259 * image/ind2gray.m: Ditto. | |
10260 * general/reshape.m: Ditto. Also no longer needs to reset | |
10261 implicit_str_to_num_ok. | |
10262 | |
3483 | 10263 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10264 | |
10265 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10266 a list of file structures, not a vector of numeric file ids. | |
10267 | |
3474 | 10268 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10269 | |
3476 | 10270 * plot/__axis_label__.m: New function. |
10271 Undo string escapes in text twice(!) before sending to gnuplot. | |
10272 * plot/xlabel.m: Use it. | |
10273 * plot/ylabel.m: Ditto. | |
10274 * plot/zlabel.m: Ditto. | |
10275 | |
3474 | 10276 * plot/mesh.m: Fix error message to reflect reality. |
10277 | |
5095 | 10278 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10279 |
10280 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10281 | |
5095 | 10282 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10283 |
10284 * audio/saveaudio.m: Also accept files with .ul extension. | |
10285 * audio/loadaudio.m: Ditto. | |
10286 * audio/playaudio.m: Ditto. | |
10287 | |
3456 | 10288 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10289 | |
10290 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10291 * statistics/distributions/beta_inv.m: Ditto. | |
10292 * statistics/distributions/beta_pdf.m: Ditto. | |
10293 * statistics/distributions/beta_rnd.m: Ditto. | |
10294 * statistics/distributions/binomial_cdf.m: Ditto. | |
10295 * statistics/distributions/binomial_inv.m: Ditto. | |
10296 * statistics/distributions/binomial_pdf.m: Ditto. | |
10297 * statistics/distributions/binomial_rnd.m: Ditto. | |
10298 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10299 * statistics/distributions/cauchy_inv.m: Ditto. | |
10300 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10301 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10302 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10303 * statistics/distributions/chisquare_inv.m: Ditto. | |
10304 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10305 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10306 * statistics/distributions/discrete_cdf.m: Ditto. | |
10307 * statistics/distributions/discrete_inv.m: Ditto. | |
10308 * statistics/distributions/discrete_pdf.m: Ditto. | |
10309 * statistics/distributions/discrete_rnd.m: Ditto. | |
10310 * statistics/distributions/empirical_cdf.m: Ditto. | |
10311 * statistics/distributions/empirical_inv.m: Ditto. | |
10312 * statistics/distributions/empirical_pdf.m: Ditto. | |
10313 * statistics/distributions/empirical_rnd.m: Ditto. | |
10314 * statistics/distributions/exponential_cdf.m: Ditto. | |
10315 * statistics/distributions/exponential_inv.m: Ditto. | |
10316 * statistics/distributions/exponential_pdf.m: Ditto. | |
10317 * statistics/distributions/exponential_rnd.m: Ditto. | |
10318 * statistics/distributions/f_cdf.m: Ditto. | |
10319 * statistics/distributions/f_inv.m: Ditto. | |
10320 * statistics/distributions/f_pdf.m: Ditto. | |
10321 * statistics/distributions/f_rnd.m: Ditto. | |
10322 * statistics/distributions/gamma_cdf.m: Ditto. | |
10323 * statistics/distributions/gamma_inv.m: Ditto. | |
10324 * statistics/distributions/gamma_pdf.m: Ditto. | |
10325 * statistics/distributions/gamma_rnd.m: Ditto. | |
10326 * statistics/distributions/geometric_cdf.m: Ditto. | |
10327 * statistics/distributions/geometric_inv.m: Ditto. | |
10328 * statistics/distributions/geometric_pdf.m: Ditto. | |
10329 * statistics/distributions/geometric_rnd.m: Ditto. | |
10330 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10331 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10332 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10333 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10334 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10335 * statistics/distributions/laplace_cdf.m: Ditto. | |
10336 * statistics/distributions/laplace_inv.m: Ditto. | |
10337 * statistics/distributions/laplace_pdf.m: Ditto. | |
10338 * statistics/distributions/laplace_rnd.m: Ditto. | |
10339 * statistics/distributions/logistic_cdf.m: Ditto. | |
10340 * statistics/distributions/logistic_inv.m: Ditto. | |
10341 * statistics/distributions/logistic_pdf.m: Ditto. | |
10342 * statistics/distributions/logistic_rnd.m: Ditto. | |
10343 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10344 * statistics/distributions/lognormal_inv.m: Ditto. | |
10345 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10346 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10347 * statistics/distributions/normal_cdf.m: Ditto. | |
10348 * statistics/distributions/normal_inv.m: Ditto. | |
10349 * statistics/distributions/normal_pdf.m: Ditto. | |
10350 * statistics/distributions/normal_rnd.m: Ditto. | |
10351 * statistics/distributions/pascal_cdf.m: Ditto. | |
10352 * statistics/distributions/pascal_inv.m: Ditto. | |
10353 * statistics/distributions/pascal_pdf.m: Ditto. | |
10354 * statistics/distributions/pascal_rnd.m: Ditto. | |
10355 * statistics/distributions/poisson_cdf.m: Ditto. | |
10356 * statistics/distributions/poisson_inv.m: Ditto. | |
10357 * statistics/distributions/poisson_pdf.m: Ditto. | |
10358 * statistics/distributions/poisson_rnd.m: Ditto. | |
10359 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10360 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10361 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10362 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10363 * statistics/distributions/t_cdf.m: Ditto. | |
10364 * statistics/distributions/t_inv.m: Ditto. | |
10365 * statistics/distributions/t_pdf.m: Ditto. | |
10366 * statistics/distributions/t_rnd.m: Ditto. | |
10367 * statistics/distributions/uniform_cdf.m: Ditto. | |
10368 * statistics/distributions/uniform_inv.m: Ditto. | |
10369 * statistics/distributions/uniform_pdf.m: Ditto. | |
10370 * statistics/distributions/uniform_rnd.m: Ditto. | |
10371 * statistics/distributions/weibull_cdf.m: Ditto. | |
10372 * statistics/distributions/weibull_inv.m: Ditto. | |
10373 * statistics/distributions/weibull_pdf.m: Ditto. | |
10374 * statistics/distributions/weibull_rnd.m: Ditto. | |
10375 * statistics/distributions/wiener_rnd.m: Ditto. | |
10376 | |
3453 | 10377 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10378 | |
10379 * statistics/base/values.m: Texinfoize doc string. | |
10380 * statistics/base/var.m: Ditto. | |
10381 * statistics/base/table.m: Ditto. | |
10382 * statistics/base/studentize.m: Ditto. | |
10383 * statistics/base/statistics.m: Ditto. | |
10384 * statistics/base/spearman.m: Ditto. | |
10385 * statistics/base/run_count.m: Ditto. | |
10386 * statistics/base/ranks.m: Ditto. | |
10387 * statistics/base/range.m: Ditto. | |
10388 * statistics/base/qqplot.m: Ditto. | |
10389 * statistics/base/probit.m: Ditto. | |
10390 * statistics/base/ppplot.m: Ditto. | |
10391 * statistics/base/moment.m: Ditto. | |
10392 * statistics/base/meansq.m: Ditto. | |
10393 * statistics/base/logit.m: Ditto. | |
10394 * statistics/base/kendall.m: Ditto. | |
10395 * statistics/base/iqr.m: Ditto. | |
10396 * statistics/base/cut.m: Ditto. | |
10397 * statistics/base/cor.m: Ditto. | |
10398 * statistics/base/cloglog.m: Ditto. | |
10399 * statistics/base/center.m: Ditto. | |
3454 | 10400 * statistics/models/logistic_regression.m: Ditto. |
10401 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10402 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10403 * statistics/tests/anova.m: Ditto. | |
10404 * statistics/tests/bartlett_test.m: Ditto. | |
10405 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10406 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10407 * statistics/tests/cor_test.m: Ditto. | |
10408 * statistics/tests/f_test_regression.m: Ditto. | |
10409 * statistics/tests/hotelling_test.m: Ditto. | |
10410 * statistics/tests/hotelling_test_2.m: Ditto. | |
10411 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10412 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10413 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10414 * statistics/tests/manova.m: Ditto. | |
10415 * statistics/tests/mcnemar_test.m: Ditto. | |
10416 * statistics/tests/prop_test_2.m: Ditto. | |
10417 * statistics/tests/run_test.m: Ditto. | |
10418 * statistics/tests/sign_test.m: Ditto. | |
10419 * statistics/tests/t_test.m: Ditto. | |
10420 * statistics/tests/t_test_2.m: Ditto. | |
10421 * statistics/tests/t_test_regression.m: Ditto. | |
10422 * statistics/tests/u_test.m: Ditto. | |
10423 * statistics/tests/var_test.m: Ditto. | |
10424 * statistics/tests/welch_test.m: Ditto. | |
10425 * statistics/tests/wilcoxon_test.m: Ditto. | |
10426 * statistics/tests/z_test.m: Ditto. | |
10427 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10428 |
3446 | 10429 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10430 | |
10431 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10432 * plot/__plr1__.m: Ditto. |
10433 * plot/__pltopt__.m: Ditto. | |
10434 * plot/__plt__.m: Ditto. | |
10435 * plot/__plt2vv__.m: Ditto. | |
10436 * plot/__plr2__.m: Ditto. | |
10437 * plot/__plr__.m: Ditto. | |
10438 * plot/__plt1__.m: Ditto. | |
10439 * plot/__plt2__.m: Ditto. | |
10440 * plot/__plt2mm__.m: Ditto. | |
10441 * plot/__plt2mv__.m: Ditto. | |
10442 * plot/__plt2ss__.m: Ditto. | |
10443 * miscellaneous/paren.m: Ditto. | |
10444 * miscellaneous/comma.m: Ditto. | |
10445 * miscellaneous/semicolon.m: Ditto. | |
10446 * miscellaneous/path.m: Ditto. | |
10447 * miscellaneous/list_primes.m: Ditto. | |
10448 * miscellaneous/flops.m: Ditto. | |
10449 * miscellaneous/dump_prefs.m: Ditto. | |
10450 * miscellaneous/bug_report.m: Ditto. | |
10451 * linear-algebra/dot.m: Ditto | |
10452 * linear-algebra/dmult.m: Ditto. | |
10453 * general/randperm.m: Ditto. | |
10454 * general/logical.m: Ditto. | |
10455 * general/is_duplicate_entry.m: Ditto. | |
10456 * signal/arch_fit.m: Ditto. | |
10457 * signal/arch_rnd.m: Ditto. | |
10458 * signal/arch_test.m: Ditto. | |
10459 * signal/arma_rnd.m: Ditto. | |
10460 * signal/autocor.m: Ditto. | |
10461 * signal/autocov.m: Ditto. | |
10462 * signal/autoreg_matrix.m: Ditto. | |
10463 * signal/bartlett.m: Ditto. | |
10464 * signal/blackman.m: Ditto. | |
10465 * signal/detrend.m: Ditto. | |
10466 * signal/diffpara.m: Ditto. | |
10467 * signal/durbinlevinson.m: Ditto. | |
10468 * signal/fftconv.m: Ditto. | |
10469 * signal/fftfilt.m: Ditto. | |
10470 * signal/fftshift.m: Ditto. | |
10471 * signal/fractdiff.m: Ditto. | |
10472 * signal/freqz.m: Ditto. | |
10473 * signal/hamming.m: Ditto. | |
10474 * signal/hanning.m: Ditto. | |
10475 * signal/hurst.m: Ditto. | |
10476 * signal/periodogram.m: Ditto. | |
10477 * signal/rectangle_lw.m: Ditto. | |
10478 * signal/rectangle_sw.m: Ditto. | |
10479 * signal/sinc.m: Ditto. | |
10480 * signal/sinetone.m: Ditto. | |
10481 * signal/sinewave.m: Ditto. | |
10482 * signal/spectral_adf.m: Ditto. | |
10483 * signal/spectral_xdf.m: Ditto. | |
10484 * signal/spencer.m: Ditto. | |
10485 * signal/stft.m: Ditto. | |
10486 * signal/synthesis.m: Ditto. | |
10487 * signal/triangle_lw.m: Ditto. | |
10488 * signal/triangle_sw.m: Ditto. | |
10489 * signal/yulewalker.m: Ditto. | |
3450 | 10490 * control/util/strappend.m: Ditto. |
3451 | 10491 * control/base/nichols.m: Ditto. |
3452 | 10492 * control/system/is_signal_list.m: Ditto. |
10493 * control/system/listidx.m: Ditto. | |
10494 * control/system/sysgettsam.m: Ditto. | |
10495 * control/system/sysidx.m: Ditto. | |
3446 | 10496 |
3438 | 10497 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10498 | |
10499 * control/system/__abcddims__.m: Rename from | |
10500 control/system/abcddims.m, change all callers. | |
10501 * control/base/__bodquist__.m: Likewise. | |
10502 * control/base/__freqresp__.m: Likewise. | |
10503 * control/util/__outlist__.m: Likewise. | |
10504 * control/base/__stepimp__.m: Likewise. | |
10505 * control/system/__syschnamesl__.m: Likewise. | |
10506 * control/system/__syscont_disc__.m: Likewise. | |
10507 * control/system/__sysdefioname__.m: Likewise. | |
10508 * control/system/__sysdefstname__.m: Likewise. | |
10509 * control/system/__sysgroupn__.m: Likewise. | |
10510 * control/system/__tf2sysl__.m: Likewise. | |
10511 * control/util/__zgpbal__.m: Likewise. | |
10512 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10513 |
10514 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10515 * quaternion/qconj.m: Ditto. |
10516 * quaternion/qcoordinate_plot.m: Ditto. | |
10517 * quaternion/qderiv.m: Ditto. | |
10518 * quaternion/qderivmat.m: Ditto. | |
10519 * quaternion/qinv.m: Ditto. | |
10520 * quaternion/qmult.m: Ditto. | |
10521 * quaternion/qtrans.m: Ditto. | |
10522 * quaternion/qtransv.m: Ditto. | |
10523 * quaternion/qtransvmat.m: Ditto. | |
10524 * quaternion/quaternion.m: Ditto. | |
3438 | 10525 |
3436 | 10526 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10527 | |
10528 * control/base/Makefile.in: Ditto. | |
10529 * control/hinf/Makefile.in: New file. | |
10530 * control/marsyas/Makefile.in: Ditto. | |
10531 * control/obsolete/Makefile.in: Ditto. | |
10532 * control/system/Makefile.in: Ditto. | |
10533 * control/util/Makefile.in: Ditto. | |
10534 | |
10535 * strings/com2str.m: Move here from control directory. | |
10536 | |
10537 * control/base: New directory. | |
10538 * control/base/DEMOcontrol.m: Move here from control directory. | |
10539 * control/base/analdemo.m: Ditto. | |
10540 * control/base/are.m: Ditto. | |
10541 * control/base/bddemo.m: Ditto. | |
10542 * control/base/bode.m: Ditto. | |
10543 * control/base/bode_bounds.m: Ditto. | |
10544 * control/base/bodquist.m: Ditto. | |
10545 * control/base/controldemo.m: Ditto. | |
10546 * control/base/ctrb.m: Ditto. | |
10547 * control/base/damp.m: Ditto. | |
10548 * control/base/dare.m: Ditto. | |
10549 * control/base/dcgain.m: Ditto. | |
10550 * control/base/dgram.m: Ditto. | |
10551 * control/base/dlqe.m: Ditto. | |
10552 * control/base/dlqr.m: Ditto. | |
10553 * control/base/dlyap.m: Ditto. | |
10554 * control/base/dre.m: Ditto. | |
10555 * control/base/frdemo.m: Ditto. | |
10556 * control/base/freqchkw.m: Ditto. | |
10557 * control/base/freqresp.m: Ditto. | |
10558 * control/base/gram.m: Ditto. | |
10559 * control/base/impulse.m: Ditto. | |
10560 * control/base/lqe.m: Ditto. | |
10561 * control/base/lqg.m: Ditto. | |
10562 * control/base/lqr.m: Ditto. | |
10563 * control/base/lsim.m: Ditto. | |
10564 * control/base/ltifr.m: Ditto. | |
10565 * control/base/lyap.m: Ditto. | |
10566 * control/base/nichols.m: Ditto. | |
10567 * control/base/nyquist.m: Ditto. | |
10568 * control/base/obsv.m: Ditto. | |
10569 * control/base/place.m: Ditto. | |
10570 * control/base/pzmap.m: Ditto. | |
10571 * control/base/rldemo.m: Ditto. | |
10572 * control/base/rlocus.m: Ditto. | |
10573 * control/base/step.m: Ditto. | |
10574 * control/base/stepimp.m: Ditto. | |
10575 * control/base/tzero.m: Ditto. | |
10576 * control/base/tzero2.m: Ditto. | |
10577 | |
10578 * control/hinf: New directory. | |
10579 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10580 * control/hinf/h2norm.m: Ditto. | |
10581 * control/hinf/h2syn.m: Ditto. | |
10582 * control/hinf/hinf_ctr.m: Ditto. | |
10583 * control/hinf/hinfdemo.m: Ditto. | |
10584 * control/hinf/hinfnorm.m: Ditto. | |
10585 * control/hinf/hinfsyn.m: Ditto. | |
10586 * control/hinf/hinfsyn_chk.m: Ditto. | |
10587 * control/hinf/hinfsyn_ric.m: Ditto. | |
10588 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10589 * control/hinf/dgkfdemo.m: Ditto. |
10590 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10591 |
10592 * control/marsyas: New directory. | |
10593 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10594 * control/marsyas/susball.m: Ditto. | |
10595 | |
10596 * control/obsolete/dezero.m: Move here from control directory. | |
10597 * control/obsolete/rotg.m: Ditto. | |
10598 | |
10599 * control/system: New directory. | |
10600 * control/system/abcddim.m: Move here from control directory. | |
10601 * control/system/abcddims.m: Ditto. | |
10602 * control/system/buildssic.m: Ditto. | |
10603 * control/system/c2d.m: Ditto. | |
10604 * control/system/d2c.m: Ditto. | |
10605 * control/system/dmr2d.m: Ditto. | |
10606 * control/system/fir2sys.m: Ditto. | |
10607 * control/system/is_abcd.m: Ditto. | |
10608 * control/system/is_digital.m: Ditto. | |
10609 * control/system/is_sample.m: Ditto. | |
10610 * control/system/is_signal_list.m: Ditto. | |
10611 * control/system/is_siso.m: Ditto. | |
3441 | 10612 * control/system/is_controllable.m: Ditto. |
10613 * control/system/is_detectable.m: Ditto. | |
10614 * control/system/is_observable.m: Ditto. | |
10615 * control/system/is_stabilizable.m: Ditto. | |
10616 * control/system/is_stable.m: Ditto. | |
3436 | 10617 * control/system/jet707.m: Ditto. |
10618 * control/system/listidx.m: Ditto. | |
10619 * control/system/moddemo.m: Ditto. | |
10620 * control/system/ord2.m: Ditto. | |
10621 * control/system/packedform.m: Ditto. | |
10622 * control/system/parallel.m: Ditto. | |
10623 * control/system/ss2sys.m: Ditto. | |
10624 * control/system/ss2tf.m: Ditto. | |
10625 * control/system/ss2zp.m: Ditto. | |
10626 * control/system/starp.m: Ditto. | |
10627 * control/system/sys2fir.m: Ditto. | |
10628 * control/system/sys2ss.m: Ditto. | |
10629 * control/system/sys2tf.m: Ditto. | |
10630 * control/system/sys2zp.m: Ditto. | |
10631 * control/system/sysadd.m: Ditto. | |
10632 * control/system/sysappend.m: Ditto. | |
10633 * control/system/syschnamesl.m: Ditto. | |
10634 * control/system/syschtsam.m: Ditto. | |
10635 * control/system/sysconnect.m: Ditto. | |
10636 * control/system/syscont.m: Ditto. | |
10637 * control/system/syscont_disc.m: Ditto. | |
10638 * control/system/sysdefioname.m: Ditto. | |
10639 * control/system/sysdefstname.m: Ditto. | |
10640 * control/system/sysdimensions.m: Ditto. | |
10641 * control/system/sysdisc.m: Ditto. | |
10642 * control/system/sysdup.m: Ditto. | |
10643 * control/system/sysgetsignals.m: Ditto. | |
10644 * control/system/sysgettsam.m: Ditto. | |
10645 * control/system/sysgettype.m: Ditto. | |
10646 * control/system/sysgroup.m: Ditto. | |
10647 * control/system/sysgroupn.m: Ditto. | |
10648 * control/system/sysidx.m: Ditto. | |
10649 * control/system/sysmin.m: Ditto. | |
10650 * control/system/sysmult.m: Ditto. | |
10651 * control/system/sysout.m: Ditto. | |
10652 * control/system/sysprune.m: Ditto. | |
10653 * control/system/sysreorder.m: Ditto. | |
10654 * control/system/sysrepdemo.m: Ditto. | |
10655 * control/system/sysscale.m: Ditto. | |
10656 * control/system/syssetsignals.m: Ditto. | |
10657 * control/system/syssub.m: Ditto. | |
10658 * control/system/sysupdate.m: Ditto. | |
10659 * control/system/tf2ss.m: Ditto. | |
10660 * control/system/tf2sys.m: Ditto. | |
10661 * control/system/tf2sysl.m: Ditto. | |
10662 * control/system/tf2zp.m: Ditto. | |
10663 * control/system/tfout.m: Ditto. | |
10664 * control/system/ugain.m: Ditto. | |
10665 * control/system/zp2ss.m: Ditto. | |
10666 * control/system/zp2ssg2.m: Ditto. | |
10667 * control/system/zp2sys.m: Ditto. | |
10668 * control/system/zp2tf.m: Ditto. | |
10669 * control/system/zpout.m: Ditto. | |
10670 | |
10671 * control/util: New directory. | |
10672 * control/util/axis2dlim.m: Move here from control directory. | |
10673 * control/util/outlist.m: Ditto. | |
10674 * control/util/prompt.m: Ditto. | |
10675 * control/util/run_cmd.m: Ditto. | |
10676 * control/util/sortcom.m: Ditto. | |
10677 * control/util/strappend.m: Ditto. | |
10678 * control/util/swap.m: Ditto. | |
10679 * control/util/zgfmul.m: Ditto. | |
10680 * control/util/zgfslv.m: Ditto. | |
10681 * control/util/zginit.m: Ditto. | |
10682 * control/util/zgpbal.m: Ditto. | |
10683 * control/util/zgreduce.m: Ditto. | |
10684 * control/util/zgrownorm.m: Ditto. | |
10685 * control/util/zgscal.m: Ditto. | |
10686 * control/util/zgsgiv.m: Ditto. | |
10687 * control/util/zgshsr.m: Ditto. | |
10688 | |
3427 | 10689 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10690 | |
10691 * gethelp.cc (extract_help_text): Discard first space character | |
10692 after consecutive comment characters. | |
10693 | |
3422 | 10694 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10695 | |
10696 * control/obsolete: New directory | |
10697 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10698 * control/obsolete/swapcols.m: Ditto. |
10699 * control/obsolete/dlqg.m: Ditto. | |
10700 * control/obsolete/minfo.m: Ditto. | |
10701 * control/obsolete/packsys.m: Ditto. | |
10702 * control/obsolete/qzval.m: Ditto. | |
10703 * control/obsolete/unpacksys.m: Ditto. | |
10704 * control/obsolete/series.m: Ditto. | |
10705 * control/obsolete/syschnames.m: Ditto. | |
10706 * polynomial/polyout.m: Ditto. | |
3422 | 10707 |
3420 | 10708 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10709 | |
10710 * general/fliplr.m: Eliminate useless copy of arg. | |
10711 * general/flipud.m: Ditto. | |
10712 | |
3418 | 10713 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10714 | |
10715 * linear-algebra/cross.m: Only return a row vector if both args | |
10716 are row vectors. | |
10717 * polynomial/polyfit.m: Likewise. | |
10718 | |
10719 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10720 | |
10721 * statistics/distributions/discrete_rnd.m: | |
10722 Always generate a row vector. | |
10723 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10724 | |
5095 | 10725 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10726 |
10727 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10728 | |
10729 * audio/setaudio.m: Texinfoize doc string. | |
10730 * control/com2str.m: Likewise. | |
10731 * control/controldemo.m: Likewise. | |
10732 * control/DEMOcontrol.m: Likewise. | |
10733 * control/dezero.m: Likewise. | |
10734 * control/dre.m: Likewise. | |
10735 * control/hinfsyn_ric.m: Likewise. | |
10736 | |
5095 | 10737 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10738 |
10739 * io/printf.m: Add @seealso{...} to doc string. | |
10740 * io/puts.m: Likewise. | |
10741 * plot/semilogx.m: Likewise. | |
10742 * plot/semilogy.m: Likewise. | |
10743 * plot/__pltopt__.m: Likewise. | |
10744 * plot/bar.m: Likewise. | |
10745 * plot/xlabel.m: Likewise. | |
10746 * plot/grid.m: Likewise. | |
10747 * plot/shg.m: Likewise. | |
10748 * plot/title.m: Likewise. | |
10749 * plot/mesh.m: Likewise. | |
10750 * plot/__pltopt1__.m: Likewise. | |
10751 * plot/contour.m: Likewise. | |
10752 * plot/hist.m: Likewise. | |
10753 * plot/stairs.m: Likewise. | |
10754 * plot/meshgrid.m: Likewise. | |
10755 * plot/polar.m: Likewise. | |
10756 * plot/loglog.m: Likewise. | |
10757 * plot/plot.m: Likewise. | |
10758 * miscellaneous/semicolon.m: Likewise. | |
10759 * miscellaneous/menu.m: Likewise. | |
10760 * miscellaneous/etime.m: Likewise. | |
10761 * miscellaneous/texas_lotto.m: Likewise. | |
10762 * miscellaneous/comma.m: Likewise. | |
10763 * audio/lin2mu.m: Likewise. | |
10764 * audio/playaudio.m: Likewise. | |
10765 * audio/loadaudio.m: Likewise. | |
10766 * audio/saveaudio.m: Likewise. | |
10767 * audio/mu2lin.m: Likewise. | |
10768 * audio/record.m: Likewise. | |
10769 * strings/isletter.m: Likewise. | |
10770 * strings/lower.m: Likewise. | |
10771 * strings/lower.m: Likewise. | |
10772 * strings/upper.m: Likewise. | |
10773 * specfun/erfinv.m: Likewise. | |
10774 * specfun/gammai.m: Likewise. | |
10775 * specfun/log2.m: Likewise. | |
10776 * specfun/pow2.m: Likewise. | |
10777 * elfun/gcd.m: Likewise. | |
10778 * elfun/lcm.m: Likewise. | |
10779 * special-matrix/vander.m: Likewise. | |
10780 * special-matrix/sylvester_matrix.m: Likewise. | |
10781 * special-matrix/hilb.m: Likewise. | |
10782 * special-matrix/hankel.m: Likewise. | |
10783 * special-matrix/toeplitz.m: Likewise. | |
10784 * special-matrix/invhilb.m: Likewise. | |
10785 * statistics/base/std.m: Likewise. | |
10786 * statistics/base/median.m: Likewise. | |
10787 * linear-algebra/cond.m: Likewise. | |
10788 * linear-algebra/norm.m: Likewise. | |
10789 * finance/nper.m: Likewise. | |
10790 * finance/pmt.m: Likewise. | |
10791 * finance/pv.m: Likewise. | |
10792 * finance/rate.m: Likewise. | |
10793 * finance/npv.m: Likewise. | |
10794 * general/fliplr.m: Likewise. | |
10795 * general/flipud.m: Likewise. | |
10796 * general/is_scalar.m: Likewise. | |
10797 * general/rem.m: Likewise. | |
10798 * general/perror.m: Likewise. | |
10799 * general/tril.m: Likewise. | |
10800 * general/rot90.m: Likewise. | |
10801 * general/num2str.m: Likewise. | |
10802 * general/int2str.m: Likewise. | |
10803 * general/reshape.m: Likewise. | |
10804 * general/logspace.m: Likewise. | |
10805 * general/is_symmetric.m: Likewise. | |
10806 * general/is_vector.m: Likewise. | |
10807 * general/nextpow2.m: Likewise. | |
10808 * general/columns.m: Likewise. | |
10809 * general/is_square.m: Likewise. | |
10810 * general/rows.m: Likewise. | |
10811 * control/ugain.m: Likewise. | |
10812 * control/damp.m: Likewise. | |
10813 * control/dare.m: Likewise. | |
10814 * control/are.m: Likewise. | |
10815 * control/sys2fir.m: Likewise. | |
10816 * control/abcddim.m: Likewise. | |
10817 * control/is_abcd.m: Likewise. | |
10818 * control/step.m: Likewise. | |
10819 * control/is_observable.m: Likewise. | |
10820 * control/is_controllable.m: Likewise. | |
10821 * control/jet707.m: Likewise. | |
10822 * control/polyout.m: Likewise. | |
10823 * control/impulse.m: Likewise. | |
10824 * control/lqg.m: Likewise. | |
10825 * control/is_detectable.m: Likewise. | |
10826 * control/sysdimensions.m: Likewise. | |
10827 * control/sysupdate.m: Likewise. | |
10828 * control/stepimp.m: Likewise. | |
10829 * control/is_stable.m: Likewise. | |
10830 * control/tfout.m: Likewise. | |
10831 * control/zpout.m: Likewise. | |
10832 | |
3405 | 10833 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10834 | |
10835 * set/complement.m: Add @seealso{} stuff. | |
10836 * set/create_set.m: Likewise. | |
10837 * set/intersection.m: Likewise. | |
10838 * set/union.m: Likewise. | |
10839 | |
3399 | 10840 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10841 | |
3400 | 10842 * control/d2c.m: Use double quotes instead of single quotes for |
10843 string constants. | |
10844 * control/dgkfdemo.m: Likewise. | |
10845 * control/fir2sys.m: Likewise. | |
10846 * control/frdemo.m: Likewise. | |
10847 * control/moddemo.m: Likewise. | |
10848 * control/minfo.m: Likewise. | |
10849 * control/is_stabilizable.m: Likewise. | |
10850 * control/is_dgkf.m: Likewise. | |
10851 * control/polyout.m: Likewise. | |
10852 * control/sysconnect.m: Likewise. | |
10853 * control/sysrepdemo.m: Likewise. | |
10854 * control/tf2sys.m: Likewise. | |
10855 * control/tfout.m: Likewise. | |
10856 * control/zp2sys.m: Likewise. | |
10857 * control/zpout.m: Likewise. | |
10858 * control/tzero.m: Likewise. | |
10859 | |
10860 * control/DEMOcontrol.m: Handle moddemo case too. | |
10861 | |
10862 * image/loadimage.m: Use double quotes instead of single quotes | |
10863 for string constants. Use sprintf instead of square brackets to | |
10864 construct string. | |
10865 | |
3399 | 10866 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10867 * control/fir2sys.m: Likewise. |
3399 | 10868 |
3390 | 10869 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10870 | |
10871 * mkdoc: Only delete spaces before @ characters at the beginning | |
10872 of a line. | |
10873 | |
3383 | 10874 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10875 | |
3388 | 10876 * control/bddemo.m: Make it more likely to work with any value of |
10877 whitespace_in_literal_matrix. | |
3386 | 10878 * control/analdemo.m: Ditto. |
10879 * control/dgkfdemo.m: Ditto. | |
10880 * control/frdemo.m: Ditto. | |
10881 * control/sysrepdemo.m: Ditto. | |
10882 * control/moddemo.m: Ditto. | |
3388 | 10883 * control/zp2ss.m: Ditto. |
3387 | 10884 * control/zp2tf.m: Ditto. |
3388 | 10885 * control/syssub.m: Ditto. |
10886 * finance/npv.m: Ditto. | |
10887 * statistics/base/studentize.m: Ditto. | |
10888 * statistics/base/values.m: Ditto. | |
10889 * statistics/distributions/exponential_cdf.m: Ditto. | |
10890 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10891 |
3384 | 10892 * control/dezero.m: Use toascii to convert string to ASCII value |
10893 instead of multiplying it by 1. | |
10894 | |
3383 | 10895 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10896 * control/zpout.m: Ditto. | |
10897 * control/tfout.m: Ditto. | |
10898 * control/tf2sys.m: Ditto. | |
10899 * control/syssub.m: Ditto. | |
10900 * control/syssetsignals.m: Ditto. | |
10901 * control/sysout.m: Ditto. | |
10902 * control/sysmult.m: Ditto. | |
10903 * control/sysgroup.m: Ditto. | |
10904 * control/sysdup.m: Ditto. | |
10905 * control/sysdisc.m: Ditto. | |
10906 * control/syscont.m: Ditto. | |
10907 * control/sysconnect.m: Ditto. | |
10908 * control/sysappend.m: Ditto. | |
10909 * control/sysadd.m: Ditto. | |
10910 * control/ss2sys.m: Ditto. | |
10911 * control/nyquist.m: Ditto. | |
10912 * control/lqg.m: Ditto. | |
10913 * control/fir2sys.m: Ditto. | |
10914 * control/dmr2d.m: Ditto. | |
10915 * control/dezero.m: Ditto. | |
10916 * control/d2c.m: Ditto. | |
10917 * control/c2d.m: Ditto. | |
10918 * control/bddemo.m: Ditto. | |
10919 * control/pzmap.m: Ditto. | |
10920 | |
5095 | 10921 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10922 |
10923 * signal/spectral_adf.m: Fix typo. | |
10924 | |
3372 | 10925 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10926 | |
10927 * linear-algebra/cond.m: Texinfoize doc string. | |
10928 * linear-algebra/kron.m: Ditto. | |
10929 * linear-algebra/norm.m: Ditto. | |
10930 * linear-algebra/null.m: Ditto. | |
10931 * linear-algebra/orth.m: Ditto. | |
10932 * linear-algebra/rank.m: Ditto. | |
10933 * linear-algebra/trace.m: Ditto. | |
10934 * linear-algebra/qzhess.m: Ditto. | |
10935 * miscellaneous/menu.m: Ditto. | |
3373 | 10936 * general/perror.m: Ditto. |
10937 * general/strerror.m: Ditto. | |
10938 * general/columns.m: Ditto. | |
10939 * general/rows.m: Ditto. | |
10940 * image/colormap.m: Ditto. | |
10941 * image/gray.m: Ditto. | |
10942 * image/gray2ind.m: Ditto. | |
10943 * image/image.m: Ditto. | |
10944 * image/imagesc.m: Ditto. | |
10945 * image/imshow.m: Ditto. | |
10946 * image/ind2gray.m: Ditto. | |
10947 * image/ind2rgb.m: Ditto. | |
10948 * image/loadimage.m: Ditto. | |
10949 * image/rgb2ntsc.m: Ditto. | |
10950 * image/ntsc2rgb.m: Ditto. | |
10951 * image/ocean.m: Ditto. | |
10952 * image/rgb2ind.m: Ditto. | |
10953 * image/saveimage.m: Ditto. | |
3372 | 10954 * io/printf.m: Ditto. |
10955 * io/puts.m: Ditto. | |
10956 | |
3369 | 10957 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10958 | |
10959 * special-matrix/hankel.m: Texinfoize doc string. | |
10960 * special-matrix/hilb.m: Ditto. | |
10961 * special-matrix/invhilb.m: Ditto. | |
10962 * special-matrix/sylvester_matrix.m: Ditto. | |
10963 * special-matrix/toeplitz.m: Ditto. | |
10964 * special-matrix/vander.m: Ditto. | |
10965 * linear-algebra/vec.m: Ditto. | |
10966 * linear-algebra/vech.m: Ditto. | |
10967 * general/common_size.m: Ditto. | |
10968 * general/diff.m: Ditto. | |
10969 * general/fliplr.m: Ditto. | |
10970 * general/flipud.m: Ditto. | |
10971 * general/rot90.m: Ditto. | |
10972 * general/reshape.m: Ditto. | |
10973 * general/shift.m: Ditto. | |
10974 * general/tril.m: Ditto. | |
10975 * general/triu.m: Ditto. | |
10976 * general/logspace.m: Ditto. | |
3371 | 10977 * general/nargchk.m: Ditto. |
3369 | 10978 |
3367 | 10979 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10980 | |
10981 * statistics/base/mean: Texinfoize doc string. | |
10982 * statistics/base/median: Ditto. | |
10983 * statistics/base/std: Ditto. | |
10984 * statistics/base/cov: Ditto. | |
10985 * statistics/base/corrcoef: Ditto. | |
10986 * statistics/base/kurtosis: Ditto. | |
10987 * statistics/base/mahalanobis: Ditto. | |
10988 * statistics/base/skewness: Ditto. | |
3368 | 10989 * statistics/base/gls.m: Ditto. |
10990 * statistics/base/ols.m: Ditto. | |
3367 | 10991 * signal/detrend.m: Ditto. |
10992 * signal/freqz.m: Ditto. | |
10993 * signal/sinc.m: Ditto. | |
10994 * signal/fftconv.m: Ditto. | |
10995 * signal/fftfilt.m: Ditto. | |
3368 | 10996 * set/create_set.m: Ditto. |
10997 * set/union.m: Ditto. | |
10998 * set/intersection.m: Ditto. | |
10999 * set/complement.m: Ditto. | |
11000 * poly/compan.m: Ditto. | |
11001 * poly/conv: Ditto. | |
11002 * poly/deconv: Ditto. | |
11003 * poly/poly: Ditto. | |
11004 * poly/polyderiv: Ditto. | |
11005 * poly/polyfit: Ditto. | |
11006 * poly/polyinteg: Ditto. | |
11007 * poly/polyreduce: Ditto. | |
11008 * poly/polyval: Ditto. | |
11009 * poly/polyvalm: Ditto. | |
11010 * poly/residue: Ditto. | |
11011 * poly/roots: Ditto. | |
11012 * plot/top_title.m: Ditto | |
11013 * plot/subwindow.m: Ditto | |
11014 * plot/subplot.m: Ditto | |
11015 * plot/plot_border.m: Ditto | |
11016 * plot/oneplot.m: Ditto | |
11017 * plot/multiplot.m: Ditto | |
11018 * plot/mplot.m: Ditto | |
11019 * plot/xlabel.m: Ditto | |
11020 * plot/figure.m: Ditto | |
11021 * plot/meshdom.m: Ditto | |
11022 * plot/mesh.m: Ditto | |
11023 * plot/stairs.m: Ditto | |
11024 * plot/polar.m: Ditto | |
11025 * plot/loglog.m: Ditto | |
11026 * plot/hist.m: Ditto | |
11027 * plot/contour.m: Ditto | |
11028 * plot/bar.m: Ditto | |
11029 * plot/axis.m: Ditto | |
11030 * plot/plot.m: Ditto. | |
3367 | 11031 |
3361 | 11032 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11033 | |
3365 | 11034 * control/pinv.m: Delete. |
11035 | |
3364 | 11036 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
11037 | |
3361 | 11038 * strings/blanks.m: Texinfoize doc string. |
11039 * strings/strcat.m: Ditto. | |
11040 * strings/str2mat.m: Ditto. | |
11041 * strings/deblank.m: Ditto. | |
11042 * strings/findstr.m: Ditto. | |
11043 * strings/index.m: Ditto. | |
11044 * strings/rindex.m: Ditto. | |
11045 * strings/split.m: Ditto. | |
11046 * strings/strcmp.m: Ditto. | |
11047 * strings/strrep.m: Ditto. | |
11048 * strings/substr.m: Ditto. | |
11049 * general/int2str.m: Ditto. | |
11050 * general/num2str.m: Ditto. | |
11051 * strings/dec2bin.m: Ditto. | |
11052 * strings/bin2dec: Ditto. | |
11053 * strings/dec2bin: Ditto. | |
11054 * strings/dec2hex: Ditto. | |
11055 * strings/hex2dec: Ditto. | |
11056 * strings/str2num: Ditto. | |
11057 | |
3347 | 11058 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11059 | |
11060 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
11061 | |
5095 | 11062 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 11063 |
11064 * control/DEMOcontrol.m: Texinfoize doc string. | |
11065 * control/abcddim.m: Ditto. | |
11066 * control/abcddims.m: Ditto. | |
11067 * control/analdemo.m: Ditto. | |
11068 * control/are.m: Ditto. | |
11069 * control/axis2dlim.m: Ditto. | |
11070 * control/bddemo.m: Ditto. | |
11071 * control/bode.m: Ditto. | |
11072 * control/bode_bounds.m: Ditto. | |
11073 * control/bodquist.m: Ditto. | |
11074 * control/buildssic.m: Ditto. | |
11075 * control/c2d.m: Ditto. | |
11076 * control/ctrb.m: Ditto. | |
11077 * control/d2c.m: Ditto. | |
11078 * control/damp.m: Ditto. | |
11079 * control/dare.m: Ditto. | |
11080 * control/dcgain.m: Ditto. | |
11081 * control/dgkfdemo.m: Ditto. | |
11082 * control/dgram.m: Ditto. | |
11083 * control/dlqe.m: Ditto. | |
11084 * control/dlqr.m: Ditto. | |
11085 * control/dlyap.m: Ditto. | |
11086 * control/dmr2d.m: Ditto. | |
11087 * control/fir2sys.m: Ditto. | |
11088 * control/frdemo.m: Ditto. | |
11089 * control/freqchkw.m: Ditto. | |
11090 * control/freqresp.m: Ditto. | |
11091 * control/gram.m: Ditto. | |
11092 * control/h2norm.m: Ditto. | |
11093 * control/h2syn.m: Ditto. | |
11094 * control/hinf_ctr.m: Ditto. | |
11095 * control/hinfdemo.m: Ditto. | |
11096 * control/hinfnorm.m: Ditto. | |
11097 * control/hinfsyn.m: Ditto. | |
11098 * control/hinfsyn_chk.m: Ditto. | |
11099 * control/impulse.m: Ditto. | |
11100 * control/is_abcd.m: Ditto. | |
11101 * control/is_controllable.m: Ditto. | |
11102 * control/is_detectable.m: Ditto. | |
11103 * control/is_dgkf.m: Ditto. | |
11104 * control/is_digital.m: Ditto. | |
11105 * control/is_observable.m: Ditto. | |
11106 * control/is_sample.m: Ditto. | |
11107 * control/is_signal_list.m: Ditto. | |
11108 * control/is_siso.m: Ditto. | |
11109 * control/is_stabilizable.m: Ditto. | |
11110 * control/is_stable.m: Ditto. | |
11111 * control/jet707.m: Ditto. | |
11112 * control/lqe.m: Ditto. | |
11113 * control/lqg.m: Ditto. | |
11114 * control/lqr.m: Ditto. | |
11115 * control/lsim.m: Ditto. | |
11116 * control/ltifr.m: Ditto. | |
11117 * control/lyap.m: Ditto. | |
11118 * control/moddemo.m: Ditto. | |
11119 * control/nyquist.m: Ditto. | |
11120 * control/obsv.m: Ditto. | |
11121 * control/ord2.m: Ditto. | |
11122 * control/outlist.m: Ditto. | |
11123 * control/pinv.m: Ditto. | |
11124 * control/place.m: Ditto. | |
11125 * control/polyout.m: Ditto. | |
11126 * control/prompt.m: Ditto. | |
11127 * control/pzmap.m: Ditto. | |
11128 * control/qzval.m: Ditto. | |
11129 * control/rldemo.m: Ditto. | |
11130 * control/rlocus.m: Ditto. | |
11131 * control/sortcom.m: Ditto. | |
11132 * control/ss2sys.m: Ditto. | |
11133 * control/ss2tf.m: Ditto. | |
11134 * control/ss2zp.m: Ditto. | |
11135 * control/starp.m: Ditto. | |
11136 * control/step.m: Ditto. | |
11137 * control/stepimp.m: Ditto. | |
11138 * control/susball.m: Ditto. | |
11139 * control/sys2fir.m: Ditto. | |
11140 * control/sys2ss.m: Ditto. | |
11141 * control/sys2tf.m: Ditto. | |
11142 * control/sys2zp.m: Ditto. | |
11143 * control/sysadd.m: Ditto. | |
11144 * control/sysappend.m: Ditto. | |
11145 * control/syschnames.m: Ditto. | |
11146 * control/syschnamesl.m: Ditto. | |
11147 * control/syschtsam.m: Ditto. | |
11148 * control/sysconnect.m: Ditto. | |
11149 * control/syscont.m: Ditto. | |
11150 * control/syscont_disc.m: Ditto. | |
11151 * control/sysdefioname.m: Ditto. | |
11152 * control/sysdefstname.m: Ditto. | |
11153 * control/sysdimensions.m: Ditto. | |
11154 * control/sysdisc.m: Ditto. | |
11155 * control/sysdup.m: Ditto. | |
11156 * control/sysgetsignals.m: Ditto. | |
11157 * control/sysgettype.m: Ditto. | |
11158 * control/sysgroup.m: Ditto. | |
11159 * control/sysgroupn.m: Ditto. | |
11160 * control/sysmult.m: Ditto. | |
11161 * control/sysout.m: Ditto. | |
11162 * control/sysprune.m: Ditto. | |
11163 * control/sysreorder.m: Ditto. | |
11164 * control/sysrepdemo.m: Ditto. | |
11165 * control/sysscale.m: Ditto. | |
11166 * control/syssetsignals.m: Ditto. | |
11167 * control/syssub.m: Ditto. | |
11168 * control/sysupdate.m: Ditto. | |
11169 * control/tf2ss.m: Ditto. | |
11170 * control/tf2sys.m: Ditto. | |
11171 * control/tf2sysl.m: Ditto. | |
11172 * control/tf2zp.m: Ditto. | |
11173 * control/tfout.m: Ditto. | |
11174 * control/tzero.m: Ditto. | |
11175 * control/tzero2.m: Ditto. | |
11176 * control/ugain.m: Ditto. | |
11177 * control/wgt1o.m: Ditto. | |
11178 * control/zgfmul.m: Ditto. | |
11179 * control/zgfslv.m: Ditto. | |
11180 * control/zginit.m: Ditto. | |
11181 * control/zgpbal.m: Ditto. | |
11182 * control/zgreduce.m: Ditto. | |
11183 * control/zgrownorm.m: Ditto. | |
11184 * control/zgscal.m: Ditto. | |
11185 * control/zgsgiv.m: Ditto. | |
11186 * control/zgshsr.m: Ditto. | |
11187 * control/zp2ss.m: Ditto. | |
11188 * control/zp2ssg2.m: Ditto. | |
11189 * control/zp2sys.m: Ditto. | |
11190 * control/zp2tf.m: Ditto. | |
11191 * control/zpout.m: Ditto. | |
11192 | |
5095 | 11193 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 11194 |
5378 | 11195 * audio/lin2mu.m: Texinfoize doc string. |
11196 * audio/loadaudio.m: Ditto. | |
11197 * audio/mu2lin.m: Ditto. | |
11198 * audio/playaudio.m: Ditto. | |
11199 * audio/record.m: Ditto. | |
11200 * audio/saveaudio.m: Ditto. | |
3332 | 11201 |
5095 | 11202 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11203 |
11204 * elfun/acot.m: Texinfoize doc string. | |
11205 * elfun/acsc.m: Ditto. | |
11206 * elfun/acsch.m: Ditto. | |
11207 * elfun/asec.m: Ditto. | |
11208 * elfun/asech.m: Ditto. | |
11209 * elfun/cot.m: Ditto. | |
11210 * elfun/coth.m: Ditto. | |
11211 * elfun/csc.m: Ditto. | |
11212 * elfun/csch.m: Ditto. | |
11213 * elfun/gcd.m: Ditto. | |
11214 * elfun/lcm.m: Ditto. | |
11215 * elfun/sec.m: Ditto. | |
11216 * elfun/sech.m: Ditto. | |
11217 * general/nextpow2.m: Ditto. | |
11218 * general/rem.m: Ditto. | |
11219 * linear-algebra/commutation_matrix.m: Ditto. | |
11220 * linear-algebra/cross.m: Ditto. | |
11221 * linear-algebra/duplication_matrix.m: Ditto. | |
11222 * miscellaneous/bincoeff.m: Ditto. | |
11223 * miscellaneous/xor.m: Ditto. | |
11224 * specfun/bessel.m: Ditto. | |
11225 * specfun/beta.m: Ditto. | |
11226 * specfun/betai.m: Ditto. | |
11227 * specfun/erfinv.m: Ditto. | |
11228 * specfun/gammai.m: Ditto. | |
11229 * specfun/log2.m: Ditto. | |
11230 * specfun/pow2.m: Ditto. | |
11231 | |
5095 | 11232 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11233 |
11234 * general/is_scalar.m: Texinfoize help text. | |
11235 * general/is_square.m: Ditto. | |
11236 * general/is_symmetric.m: Ditto. | |
11237 | |
3320 | 11238 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11239 | |
11240 * strings/split.m: If the string to be split is empty, just return | |
11241 an empty string. | |
11242 | |
3319 | 11243 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11244 | |
11245 * Makefile.in (ALL_M_FILES): New macro. | |
11246 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11247 | |
3306 | 11248 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11249 | |
11250 * control/bode.m: Don't return anything if nargout == 0. | |
11251 | |
11252 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11253 | |
11254 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11255 | |
3305 | 11256 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11257 | |
11258 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11259 gethelp.cc to the list. | |
11260 | |
3296 | 11261 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11262 | |
3301 | 11263 * time/asctime.m: Texinfoize help text. |
11264 * time/clock.m: Ditto. | |
11265 * time/date.m: Ditto. | |
11266 * miscellaneous/cputime.m: Ditto. | |
11267 * miscellaneous/etime.m: Ditto. | |
11268 * miscellaneous/is_leap_year.m: Ditto. | |
11269 * miscellaneous/popen2.m: Ditto. | |
11270 * miscellaneous/version.m: Ditto. | |
11271 * miscellaneous/tic.m: Ditto. | |
11272 * miscellaneous/toc.m: Just refer to tic.m. | |
11273 | |
3297 | 11274 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11275 `cd dir; $(MAKE); cd ..'. | |
11276 ($(SUBDIRS)): Likewise. | |
11277 | |
11278 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11279 | |
11280 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11281 of `cd dir; $(MAKE)'. | |
11282 | |
3296 | 11283 * gethelp.cc, mkdoc: New files. |
11284 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11285 sources. | |
11286 | |
3291 | 11287 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11288 | |
11289 * linear-algebra/kron.m: Fix typo in previous change | |
11290 | |
3282 | 11291 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11292 | |
11293 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11294 | |
5095 | 11295 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11296 |
11297 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11298 rank when V has more columns than rows. | |
11299 | |
11300 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11301 | |
11302 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11303 | |
11304 * statistics/tests/manova.m: Avoid problems if | |
11305 whitespace_in_literal_matrix is set to "traditional". | |
11306 * statistics/tests/t_test_regression.m: Likewise. | |
11307 * statistics/tests/u_test.m: Likewise. | |
11308 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11309 * statistics/tests/anova.m: Likewise. | |
11310 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11311 * statistics/base/statistics.m: Likewise. | |
11312 * image/saveimage.m: Likewise. | |
11313 * signal/arch_fit.m: Likewise. | |
11314 * signal/autoreg_matrix.m: Likewise. | |
11315 * signal/triangle_lw.m: Likewise. | |
11316 * strings/dec2hex.m: Likewise. | |
11317 | |
3268 | 11318 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11319 | |
11320 * image/saveimage.m: Initialize scale. | |
11321 | |
11322 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11323 | |
11324 * general/reshape.m: Allow reshape (a, size (b)). | |
11325 | |
3266 | 11326 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11327 | |
11328 * specfun/erfinv.m: Improve stopping criterion. | |
11329 Add iteration count as second return value. | |
11330 | |
3265 | 11331 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11332 | |
11333 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11334 | |
3263 | 11335 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11336 | |
11337 * miscellaneous/pack.m: New function. | |
11338 | |
11339 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11340 | |
11341 * plot/figure.m: Always return figure number. With no args, | |
11342 figure now creates a new figure window and returns its number. | |
11343 Accept figure (property, value) syntax, but do nothing. | |
11344 | |
5095 | 11345 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11346 |
11347 * general/shift.m: Avoid printing temporary value for backward shift. | |
11348 | |
3260 | 11349 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11350 | |
11351 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11352 evenly spaced. | |
11353 | |
3250 | 11354 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11355 | |
11356 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11357 contain only zeros. | |
11358 | |
5095 | 11359 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11360 |
11361 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11362 instead of appending them. | |
11363 | |
11364 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11365 | |
11366 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11367 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11368 Update from A. S. Hodel. | |
11369 | |
3246 | 11370 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11371 | |
11372 * polynomial/polyfit.m: Correct previous change. | |
11373 | |
3243 | 11374 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11375 | |
11376 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11377 | |
5095 | 11378 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11379 |
11380 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11381 version of krylov and krylovb. | |
11382 | |
11383 * control/outlist.m, control/sysout.m: Fix typos. | |
11384 | |
11385 * control/sysdimensions.m: Add option for total number of states. | |
11386 | |
11387 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11388 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11389 arguments. | |
11390 | |
11391 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11392 | |
11393 * strings/index.m: Fail with meaningful error message if either | |
11394 arg is a string array. | |
11395 | |
3238 | 11396 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11397 | |
11398 * linear-algebra/norm.m: Do the right thing for 1- and | |
11399 infinity-norms of complex matrices. From Sven Khatri | |
11400 <khatri@saturn.vocalpoint.com>. | |
11401 | |
5095 | 11402 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11403 |
11404 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11405 | |
11406 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11407 | |
11408 * strings/split.m: Avoid problems when splitting strings that have | |
11409 \ in them. | |
11410 | |
5095 | 11411 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11412 |
11413 * image/colormap.m: Do better arg checking, handle string args | |
11414 that name the colormap function to call (e.g., colormap ("ocean")). | |
11415 | |
5095 | 11416 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11417 |
11418 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11419 * linear-algebra/dot.m: Likewise. | |
11420 * linear-algebra/cross.m: Likewise. | |
11421 * general/rot90.m: Likewise. | |
11422 | |
5095 | 11423 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11424 |
11425 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11426 that the leading column is not all zeros. | |
11427 | |
11428 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11429 | |
11430 * general/shift.m: Fix potential problems with | |
11431 whitespace_in_literal_matrix. | |
11432 * signal/arch_rnd.m: Ditto. | |
11433 * signal/autocov.m: Ditto. | |
11434 * signal/diffpara.m: Ditto. | |
11435 * signal/hurst.m: Ditto. | |
11436 * signal/periodogram.m: Ditto. | |
11437 * signal/spectral_adf.m: Ditto. | |
11438 * signal/spectral_xdf.m: Ditto. | |
11439 * signal/spencer.m: Ditto. | |
11440 * signal/synthesis.m: Ditto. | |
11441 * statistics/distributions/wiener_rnd.m: Ditto. | |
11442 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11443 * statistics/models/logistic_regression.m: Ditto. | |
11444 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11445 * statistics/tests/run_test.m: Ditto. | |
11446 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11447 | |
5095 | 11448 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11449 |
11450 * plot/__plr2__.m: Fix typo. | |
11451 | |
3233 | 11452 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11453 | |
11454 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11455 | |
5095 | 11456 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11457 |
11458 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11459 function. | |
11460 | |
5095 | 11461 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11462 |
11463 * control/ss2sys.m: Fix typo. | |
11464 | |
11465 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11466 | |
11467 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11468 | |
11469 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11470 signal names as lists of strings instead of string arrays. | |
11471 | |
3225 | 11472 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11473 | |
3233 | 11474 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11475 <a.s.hodel@eng.auburn.edu>. |
11476 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11477 * quaternion/Makefile.in: New file. |
11478 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11479 |
11480 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11481 | |
11482 * image/saveimage.m: Make it work again for black and white colormaps. | |
11483 | |
11484 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11485 since there can be fewer rows than columns. Round values to | |
11486 nearest position in colormap instead of truncating. Correct usage | |
11487 message. | |
11488 | |
5095 | 11489 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11490 |
11491 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11492 zero rows of [A,v] as householder pivots; this avoids spurious | |
11493 non-zero entries in returned orthogonal matrix U, but destroys the | |
11494 Householder matrix structure of H. | |
11495 | |
11496 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11497 | |
11498 * general/logical.m: Just copy input to output if argument is | |
11499 already a logical object. | |
11500 | |
3215 | 11501 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11502 | |
11503 * New files from OCST, in control subdiretory: | |
11504 | |
11505 DEMOcontrol.m is_siso.m syschnames.m | |
11506 abcddim.m is_stabilizable.m syschnamesl.m | |
11507 abcddims.m is_stable.m syschtsam.m | |
11508 analdemo.m jet707.m sysconnect.m | |
11509 are.m lqe.m syscont.m | |
11510 axis2dlim.m lqg.m syscont_disc.m | |
11511 bddemo.m lqr.m sysdefioname.m | |
11512 bode.m lsim.m sysdefstname.m | |
11513 bode_bounds.m ltifr.m sysdimensions.m | |
11514 bodquist.m lyap.m sysdisc.m | |
11515 buildssic.m mb.m sysdup.m | |
11516 c2d.m minfo.m sysgetsignals.m | |
6302 | 11517 com2str.m moddemo.m sysgettsam.m |
3215 | 11518 controldemo.m nichols.m sysgettype.m |
11519 ctrb.m nyquist.m sysgroup.m | |
11520 d2c.m obsv.m sysgroupn.m | |
11521 damp.m ord2.m sysmult.m | |
11522 dare.m outlist.m sysout.m | |
11523 dcgain.m packedform.m sysprune.m | |
11524 demomarsyas.m packsys.m sysreorder.m | |
11525 dezero.m; parallel.m sysrepdemo.m | |
11526 dgkfdemo.m place.m sysscale.m | |
11527 dgram.m polyout.m syssub.m | |
11528 dhinfdemo.m prompt.m sysupdate.m | |
11529 dlqe.m pzmap.m tf2ss.m | |
11530 dlqg.m qzval.m tf2sys.m | |
11531 dlqr.m rldemo.m tf2sysl.m | |
11532 dlyap.m rlocus.m tf2zp.m | |
11533 dmr2d.m rotg.m tfout.m | |
11534 fir2sys.m run_cmd.m; tzero.m | |
11535 frdemo.m series.m tzero2.m | |
11536 freqchkw.m sortcom.m ugain.m | |
11537 freqresp.m ss2sys.m unpacksys.m | |
11538 gram.m ss2tf.m wgt1o.m | |
11539 h2norm.m ss2zp.m zgfmul.m | |
11540 h2syn.m starp.m zgfslv.m | |
11541 hinf_ctr.m step.m zginit.m | |
11542 hinfdemo.m stepimp.m zgpbal.m | |
11543 hinfnorm.m strappend.m; zgreduce.m | |
11544 hinfsyn.m susball.m zgrownorm.m | |
11545 hinfsyn_chk.m swap.m zgscal.m | |
11546 impulse.m swapcols.m zgsgiv.m | |
11547 is_abcd.m swaprows.m zgshsr.m | |
11548 is_controllable.m sys2fir.m zp2ss.m | |
11549 is_detectable.m sys2ss.m zp2ssg2.m | |
11550 is_dgkf.m sys2tf.m zp2sys.m | |
11551 is_digital.m sys2zp.m zp2tf.m | |
11552 is_observable.m sysadd.m zpout.m | |
11553 is_sample.m sysappend.m | |
11554 | |
11555 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11556 | |
11557 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11558 | |
11559 * strings/deblank.m: Make it work for string arrays too. | |
11560 | |
3211 | 11561 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11562 | |
11563 * linear-algebra/housh.m: New file from the OCST. | |
11564 * linear-algebra/krygetq.m: Ditto. | |
11565 * linear-algebra/krylov.m: Ditto. | |
11566 * linear-algebra/krylovb.m: Ditto. | |
11567 * linear-algebra/qrhouse.m: Ditto. | |
11568 * general/is_duplicate_entry.m: Ditto. | |
11569 | |
11570 * general/is_symmetric.m: Call is_square instead of doing that | |
11571 check in line. | |
11572 | |
3196 | 11573 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11574 | |
3202 | 11575 * general/is_square.m: |
11576 | |
11577 * general/isempty.m, general/is_matrix.m: Delete. | |
11578 | |
11579 * general/is_symmetric: Delete special case for strings. Whether | |
11580 the conversion is valid should depend on implicit_str_to_num_ok. | |
11581 | |
11582 * general/is_square.m: If arg is not a matrix, don't check size, | |
11583 just return 0. | |
11584 * general/is_symmetric: Likewise. | |
11585 * general/is_vector.m: Likewise. | |
11586 * general/is_scalar.m: Likewise. | |
11587 | |
3196 | 11588 * general/length.m: Delete. |
11589 | |
3191 | 11590 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11591 | |
11592 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11593 statistics/distributions/Makefile, statistics/models/Makefile, | |
11594 and statistics/tests/Makefile to the list of files to create. | |
11595 | |
11596 * finance/Makefile.in, statistics/base/Makefile.in, | |
11597 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11598 statistics/tests/Makefile.in: New files. | |
11599 * statistics/Makefile.in: Delete file lists. Now only handle | |
11600 subdirectories. | |
11601 * Makefile.in (SUBDIRS): Add finance. | |
11602 | |
11603 * Move the following files from statistics to statistics/base: | |
11604 | |
11605 corrcoef.m | |
11606 kurtosis.m | |
11607 mahalanobis.m | |
11608 median.m | |
11609 ols.m | |
11610 skewness.m | |
11611 std.m | |
11612 | |
11613 New files, from Kurt Hornik's octave-ci package: | |
11614 | |
11615 * finance (new directory): | |
11616 | |
11617 fv.m | |
11618 fvl.m | |
11619 irr.m | |
11620 nper.m | |
11621 npv.m | |
11622 pmt.m | |
11623 pv.m | |
11624 pvl.m | |
11625 rate.m | |
11626 vol.m | |
11627 | |
11628 * linear-algebra/dmult.m | |
11629 | |
11630 * signal: | |
11631 | |
11632 arch_fit.m | |
11633 arch_rnd.m | |
11634 arch_test.m | |
11635 arma_rnd.m | |
11636 autocor.m | |
11637 autocov.m | |
11638 autoreg_matrix.m | |
11639 bartlett.m | |
11640 blackman.m | |
11641 diffpara.m | |
11642 durbinlevinson.m | |
11643 fractdiff.m | |
11644 hamming.m | |
11645 hanning.m | |
11646 hurst.m | |
11647 periodogram.m | |
11648 rectangle_lw.m | |
11649 rectangle_sw.m | |
11650 sinetone.m | |
11651 sinewave.m | |
11652 spectral_adf.m | |
11653 spectral_xdf.m | |
11654 spencer.m | |
11655 stft.m | |
11656 synthesis.m | |
11657 triangle_lw.m | |
11658 triangle_sw.m | |
11659 yulewalker.m | |
11660 | |
11661 * statistics/base (new directory): | |
11662 | |
11663 center.m | |
11664 cloglog.m | |
11665 cor.m | |
11666 cov.m | |
11667 cut.m | |
11668 iqr.m | |
11669 kendall.m | |
11670 logit.m | |
11671 mean.m | |
11672 meansq.m | |
11673 moment.m | |
11674 ppplot.m | |
11675 probit.m | |
11676 qqplot.m | |
11677 range.m | |
11678 ranks.m | |
11679 run_count.m | |
11680 spearman.m | |
11681 statistics.m | |
11682 studentize.m | |
11683 table.m | |
11684 values.m | |
11685 var.m | |
11686 | |
11687 (Replaces cov.m and mean.m with new versions.) | |
11688 | |
11689 * statistics/distributions (new directory): | |
11690 | |
11691 beta_cdf.m | |
11692 beta_inv.m | |
11693 beta_pdf.m | |
11694 beta_rnd.m | |
11695 binomial_cdf.m | |
11696 binomial_inv.m | |
11697 binomial_pdf.m | |
11698 binomial_rnd.m | |
11699 cauchy_cdf.m | |
11700 cauchy_inv.m | |
11701 cauchy_pdf.m | |
11702 cauchy_rnd.m | |
11703 chisquare_cdf.m | |
11704 chisquare_inv.m | |
11705 chisquare_pdf.m | |
11706 chisquare_rnd.m | |
11707 discrete_cdf.m | |
11708 discrete_inv.m | |
11709 discrete_pdf.m | |
11710 discrete_rnd.m | |
11711 empirical_cdf.m | |
11712 empirical_inv.m | |
11713 empirical_pdf.m | |
11714 empirical_rnd.m | |
11715 exponential_cdf.m | |
11716 exponential_inv.m | |
11717 exponential_pdf.m | |
11718 exponential_rnd.m | |
11719 f_cdf.m | |
11720 f_inv.m | |
11721 f_pdf.m | |
11722 f_rnd.m | |
11723 gamma_cdf.m | |
11724 gamma_inv.m | |
11725 gamma_pdf.m | |
11726 gamma_rnd.m | |
11727 geometric_cdf.m | |
11728 geometric_inv.m | |
11729 geometric_pdf.m | |
11730 geometric_rnd.m | |
11731 hypergeometric_cdf.m | |
11732 hypergeometric_inv.m | |
11733 hypergeometric_pdf.m | |
11734 hypergeometric_rnd.m | |
11735 kolmogorov_smirnov_cdf.m | |
11736 laplace_cdf.m | |
11737 laplace_inv.m | |
11738 laplace_pdf.m | |
11739 laplace_rnd.m | |
11740 logistic_cdf.m | |
11741 logistic_inv.m | |
11742 logistic_pdf.m | |
11743 logistic_rnd.m | |
11744 lognormal_cdf.m | |
11745 lognormal_inv.m | |
11746 lognormal_pdf.m | |
11747 lognormal_rnd.m | |
11748 normal_cdf.m | |
11749 normal_inv.m | |
11750 normal_pdf.m | |
11751 normal_rnd.m | |
11752 pascal_cdf.m | |
11753 pascal_inv.m | |
11754 pascal_pdf.m | |
11755 pascal_rnd.m | |
11756 poisson_cdf.m | |
11757 poisson_inv.m | |
11758 poisson_pdf.m | |
11759 poisson_rnd.m | |
11760 stdnormal_cdf.m | |
11761 stdnormal_inv.m | |
11762 stdnormal_pdf.m | |
11763 stdnormal_rnd.m | |
11764 t_cdf.m | |
11765 t_inv.m | |
11766 t_pdf.m | |
11767 t_rnd.m | |
11768 uniform_cdf.m | |
11769 uniform_inv.m | |
11770 uniform_pdf.m | |
11771 uniform_rnd.m | |
11772 weibull_cdf.m | |
11773 weibull_inv.m | |
11774 weibull_pdf.m | |
11775 weibull_rnd.m | |
11776 wiener_rnd.m | |
11777 | |
11778 * statistics/models (new directory): | |
11779 | |
11780 logistic_regression.m | |
11781 logistic_regression_derivatives.m | |
11782 logistic_regression_likelihood.m | |
11783 | |
11784 * statistics/tests (new directory): | |
11785 | |
11786 anova.m | |
11787 bartlett_test.m | |
11788 chisquare_test_homogeneity.m | |
11789 chisquare_test_independence.m | |
11790 cor_test.m | |
11791 f_test_regression.m | |
11792 hotelling_test.m | |
11793 hotelling_test_2.m | |
11794 kolmogorov_smirnov_test.m | |
11795 kolmogorov_smirnov_test_2.m | |
11796 kruskal_wallis_test.m | |
11797 manova.m | |
11798 mcnemar_test.m | |
11799 prop_test_2.m | |
11800 run_test.m | |
11801 sign_test.m | |
11802 t_test.m | |
11803 t_test_2.m | |
11804 t_test_regression.m | |
11805 u_test.m | |
11806 var_test.m | |
11807 welch_test.m | |
11808 wilcoxon_test.m | |
11809 z_test.m | |
11810 z_test_2.m | |
11811 | |
11812 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11813 | |
11814 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11815 compatibility and to avoid Y2K problems. | |
11816 | |
3190 | 11817 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11818 | |
11819 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11820 least-squares solution. | |
11821 | |
3180 | 11822 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11823 | |
11824 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11825 | |
11826 * strings/strrep.m: Don't convert args to numeric values. | |
11827 Prevent warnings for empty string args. | |
11828 From Georg Thimm <thimm@idiap.ch>. | |
11829 | |
11830 * strings/strcat.m: Prevent warnings for empty string args. | |
11831 | |
11832 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11833 | |
11834 * miscellaneous/menu.m: Remove special case for empty string | |
11835 returned from input(). Add second arg to eval() to catch errors. | |
11836 | |
3178 | 11837 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11838 | |
11839 * plot/__plt__.m: Don't call usleep. | |
11840 | |
3175 | 11841 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11842 | |
11843 * linear-algebra/dot.m: New function. | |
11844 | |
11845 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11846 compatibility. | |
11847 | |
11848 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11849 | |
11850 * plot/hist.m: Also allow just one output argument. | |
11851 | |
11852 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11853 | |
11854 * strings/deblank.m: Make it work if the string is only blanks. | |
11855 | |
11856 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11857 | |
11858 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11859 | |
11860 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11861 | |
11862 * plot/oneplot.m: Fix typo. | |
11863 | |
3174 | 11864 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11865 | |
11866 * miscellaneous/flops.m: Allow a single argument too. | |
11867 | |
11868 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11869 | |
11870 * strings/str2mat.m: Also handle case when there are no empty | |
11871 strings correctly. | |
11872 | |
11873 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11874 | |
11875 * strings/isletter.m: New function, for Matlab compatibility. | |
11876 | |
3168 | 11877 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11878 | |
11879 * strings/str2mat.m: Handle string matrices too. | |
11880 | |
3167 | 11881 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11882 | |
11883 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11884 linear encoding. | |
11885 | |
11886 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11887 audio/record.m: Open files in binary mode. | |
11888 | |
3164 | 11889 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11890 | |
11891 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11892 Move functionality of dump_1_pref here, but use built-in function | |
11893 type to extract value, and put it inside try/catch block. | |
11894 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11895 | |
3162 | 11896 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11897 | |
11898 * plot/__pltopt1.m__: New file. | |
11899 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11900 __pltopt1__ multiple times and returning a string array with rows | |
11901 corresponding to the rows of opt. | |
11902 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11903 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11904 array. | |
11905 | |
11906 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11907 | |
11908 * plot/mplot.m: Fix misspellings of global variables. | |
11909 Don't call clearplot. | |
11910 | |
11911 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11912 | |
11913 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11914 "cle;rep" when going in ot multiplot mode. | |
11915 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11916 switching out of multiplot mode. | |
11917 | |
3156 | 11918 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11919 |
3156 | 11920 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11921 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11922 |
3141 | 11923 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11924 | |
11925 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11926 | |
11927 * miscellaneous/bug_report.m: Don't try to get smart with | |
11928 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11929 | |
11930 * Makefile.in (install): Create separate ls-R files for | |
11931 $(datadir) and $(libexecdir). | |
11932 (uninstall): Remove both ls-R files. | |
11933 | |
3136 | 11934 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11935 | |
11936 * signal/fftshift.m: New file. | |
11937 | |
11938 * plot/contour.m: Fix for non-square case. | |
11939 | |
11940 * general/randperm.m: New file. | |
11941 | |
11942 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11943 | |
11944 * specfun/betai.m: Restore file for compatibility with previous | |
11945 versions. Call betainc with reordered args. | |
11946 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11947 | |
3131 | 11948 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11949 | |
11950 * plot/contour.m: Handle discrete contour levels. | |
11951 | |
11952 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11953 | |
11954 * control/lyap.m: For compatibility with Matlab, solve | |
11955 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11956 | |
3124 | 11957 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11958 | |
11959 * specfun/bessel.m: New file. | |
11960 | |
11961 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11962 specfun/gammainc.m: Delete. | |
11963 | |
3106 | 11964 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11965 | |
11966 * image/colormap.m: Initialize __current_color_map__ in global | |
11967 statement. | |
11968 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11969 statement. | |
11970 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11971 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11972 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11973 | |
3103 | 11974 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11975 | |
11976 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11977 * time/toc.m: Likewise. | |
11978 | |
11979 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11980 | |
11981 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11982 anything special for automatic_replot when in multiplot mode -- | |
11983 recent 3.6beta releases handle this correctly. | |
11984 | |
11985 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11986 setting the terminal type. | |
11987 | |
11988 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11989 plot/subwindow.m: Use leading and trailing underscores for | |
11990 `private' globals. | |
11991 | |
11992 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11993 | |
3101 | 11994 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11995 | |
11996 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11997 | |
3091 | 11998 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11999 | |
3092 | 12000 * specfun/gammai.m: Avoid problems with whitespace when |
12001 constructing matrices. | |
12002 | |
3091 | 12003 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
12004 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
12005 original y vector. | |
12006 | |
3085 | 12007 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12008 | |
12009 * linear-algebra/cross.m: Use direct formula instead of calling | |
12010 det three times in a loop. If both args are column (row) vectors, | |
12011 return a column (row) vector. If they don't match, pay attention | |
12012 to the value of prefer_column_vectors. | |
12013 | |
5095 | 12014 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 12015 |
12016 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
12017 nonsymmetric matrices. | |
12018 | |
12019 * general/tril.m: Fix usage message. | |
12020 | |
12021 * polynomial/polyvalm.m: Fix error messages. | |
12022 * polynomial/polyderiv.m: Likewise. | |
12023 * polynomial/polyval.m: Likewise. | |
12024 | |
3081 | 12025 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12026 | |
12027 * strings/blanks.m: Allow blanks(0) to return empty string. | |
12028 Allow negative arguments if treat_neg_dim_as_zero is true. | |
12029 | |
3063 | 12030 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12031 | |
12032 * plot/mesh.m: Set noparametric plot mode after plotting. | |
12033 | |
5095 | 12034 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 12035 |
12036 * plot/__pltopt__.m: Handle key/legend names. | |
12037 Correctly set colors, line styles, and point styles. | |
12038 | |
3061 | 12039 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12040 | |
12041 * polynomial/polyfit.m: Return fit y values as second output. | |
12042 Don't use QR factorization to solve least squares problem. | |
12043 | |
12044 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12045 | |
12046 * control/dlqr.m: Use ao, not a, to compute k. | |
12047 | |
3024 | 12048 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12049 | |
12050 * miscellaneous/path.m: New file. | |
12051 | |
2993 | 12052 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12053 | |
12054 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
12055 name. | |
12056 | |
2968 | 12057 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12058 | |
12059 * specfun/erfinv.m: Add missing semicolon. | |
12060 | |
2870 | 12061 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12062 | |
12063 * miscellaneous/xor.m: Make type of return value logical. | |
12064 | |
2853 | 12065 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12066 | |
12067 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
12068 warn_comma_in_global_decl. | |
12069 | |
2831 | 12070 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12071 | |
12072 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
12073 octave-bug script. | |
12074 | |
2823 | 12075 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12076 | |
2824 | 12077 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
12078 prefer_zero_one_indexing. | |
12079 | |
2823 | 12080 * general/logical.m: New file. |
12081 | |
2816 | 12082 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12083 | |
12084 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
12085 and is_vector(). | |
12086 | |
5095 | 12087 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 12088 |
12089 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
12090 Use tolerance of 2 * eps. | |
12091 | |
2811 | 12092 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12093 | |
12094 * Makefile.in (install-strip): New target. | |
12095 * audio/Makefile.in: Ditto. | |
12096 * control/Makefile.in: Ditto. | |
12097 * elfun/Makefile.in: Ditto. | |
12098 * general/Makefile.in: Ditto. | |
12099 * image/Makefile.in: Ditto. | |
12100 * io/Makefile.in: Ditto. | |
12101 * linear-algebra/Makefile.in: Ditto. | |
12102 * miscellaneous/Makefile.in: Ditto. | |
12103 * plot/Makefile.in: Ditto. | |
12104 * polynomial/Makefile.in: Ditto. | |
12105 * set/Makefile.in: Ditto. | |
12106 * signal/Makefile.in: Ditto. | |
12107 * specfun/Makefile.in: Ditto. | |
12108 * special-matrix/Makefile.in: Ditto. | |
12109 * startup/Makefile.in: Ditto. | |
12110 * statistics/Makefile.in: Ditto. | |
12111 * strings/Makefile.in: Ditto. | |
12112 | |
2809 | 12113 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12114 | |
12115 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
12116 | |
2798 | 12117 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12118 | |
12119 * statistics/corrcoef.m: Make it actually work. | |
12120 | |
2795 | 12121 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12122 | |
2798 | 12123 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 12124 |
2779 | 12125 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 12126 |
12127 * Version 2.0.5 released. | |
12128 | |
2745 | 12129 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12130 | |
2749 | 12131 * Makefile.in (maintainer-clean): Also remove configure. |
12132 | |
2746 | 12133 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
12134 | |
2745 | 12135 * general/is_matrix.m: Return zero for empty matrices. |
12136 | |
12137 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12138 | |
12139 * linear-algebra/vech.m: Size result just once. | |
12140 | |
2726 | 12141 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12142 | |
12143 * general/is_square.m: Handle empty matrices correctly. | |
12144 * general/is_symmetric.m: Handle empty matrices and strings. | |
12145 | |
2716 | 12146 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12147 | |
12148 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
12149 * polynomial/deconv.m: Likewise. | |
12150 * polynomial/polyderiv.m: Likewise. | |
12151 * polynomial/polyinteg.m: Likewise. | |
12152 * polynomial/polyreduce.m: Likewise. | |
12153 * polynomial/polyval.m: Likewise. | |
12154 * polynomial/polyvalm.m: Likewise. | |
12155 * general/postpad.m: Likewise. | |
12156 * general/prepad.m: Likewise. | |
12157 | |
12158 * polynomial/compan.m: Check input with is_vector(), not | |
12159 is_matrix(). Handle scalar case. | |
12160 | |
2711 | 12161 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12162 | |
2715 | 12163 * plot/contour.m: Order data so that it is consistent with |
12164 meshgrid and mesh. | |
12165 | |
2711 | 12166 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
12167 * plot/sombrero.m: Use meshgrid, not meshdom. | |
12168 | |
2709 | 12169 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 12170 |
12171 * Version 2.0.4 released. | |
12172 | |
2706 | 12173 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12174 | |
2702 | 12175 * miscellaneous/paren.m: New file. |
12176 | |
2693 | 12177 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 12178 |
12179 * Version 2.0.3 released. | |
12180 | |
2676 | 12181 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12182 | |
12183 * image/saveimage.m: Only clip image data that is actually out of | |
12184 range. | |
12185 | |
2667 | 12186 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12187 | |
12188 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
12189 also be considered to be matrices. | |
12190 | |
12191 * general/is_vector.m: Scalars may also be considered to be vectors. | |
12192 | |
12193 * general/isempty.m: Use size(), not rows() and columns(). | |
12194 | |
12195 * plot/contour.m: Convert set to gset. | |
12196 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
12197 | |
2663 | 12198 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12199 | |
12200 * specfun/erfinv.m: Fix typo in last change. | |
12201 | |
2650 | 12202 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12203 | |
12204 * image/loadimage.m: Make it possible to load files with image | |
12205 data named X or img. | |
12206 | |
12207 * image/default.img: Change name of image from X to img to match | |
12208 what saveimage does now. | |
12209 | |
12210 * image/loadimage.m: Rename X to be img, to match what saveimage | |
12211 does now. | |
12212 | |
2632 | 12213 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12214 | |
2634 | 12215 * Version 2.0.2 released. |
12216 | |
2632 | 12217 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
12218 weird missing-lines bug without creating extra plots unecessarily. | |
12219 | |
2624 | 12220 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12221 | |
12222 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12223 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12224 io/Makefile.in, linear-algebra/Makefile.in, | |
12225 miscellaneous/Makefile.in, plot/Makefile.in, | |
12226 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12227 specfun/Makefile.in, special-matrix/Makefile.in, | |
12228 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12229 time/Makefile.in (bin-dist): New target. | |
12230 | |
2621 | 12231 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12232 | |
12233 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12234 | |
12235 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12236 | |
12237 * miscellaneous/xor.m: Make it work. | |
12238 | |
2613 | 12239 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12240 | |
12241 * plot/sombrero.m: Doc fix. | |
12242 | |
2602 | 12243 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12244 | |
12245 * Version 2.0.1 released. | |
12246 | |
2601 | 12247 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12248 | |
12249 * elfun/lcm.m: Replace missing if statement. | |
12250 | |
12251 * elfun/gcd.m: Report error if no input args. | |
12252 * elfun/lcm.m: Likewise. | |
12253 | |
2597 | 12254 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12255 | |
12256 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12257 Also list contents of $libexecdir/octave in ls-R database. | |
12258 | |
2583 | 12259 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12260 | |
12261 * Version 2.0 released. | |
12262 | |
2575 | 12263 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12264 | |
12265 * Version 1.94. | |
12266 | |
2558 | 12267 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12268 | |
12269 * strings/str2num.m: New file. | |
12270 | |
2554 | 12271 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12272 | |
12273 * Version 1.93. | |
12274 | |
2540 | 12275 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12276 | |
12277 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12278 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12279 linear-algebra/vech.m: New files from Kurt Hornik. | |
12280 | |
12281 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12282 general/common_size.m: New files from Kurt Hornik. | |
12283 | |
12284 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12285 New files from Kurt Hornik. | |
12286 | |
12287 * signal/detrend.m: New file from Kurt Hornik. | |
12288 | |
12289 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12290 specfun/pow2.m, specfun/log2.m: | |
12291 New files and updates from Kurt Hornik. | |
12292 | |
2523 | 12293 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12294 | |
12295 * plot/__plt__.m: Add explicit replot after last command is | |
12296 issued, to force all lines to be displayed. Hmm. | |
12297 | |
2512 | 12298 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12299 | |
2520 | 12300 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12301 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12302 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12303 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12304 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12305 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12306 Uset gset, not set. | |
12307 | |
2512 | 12308 * Version 1.92. |
12309 | |
2482 | 12310 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12311 | |
2486 | 12312 * image/saveimage.m: When writing PostScript, name Octave as the |
12313 almighty Creator. Use single call to fprintf instead of looping. | |
12314 | |
12315 * image/Makefile.in: Delete references to octtopnm. | |
12316 | |
12317 * general/logspace.m: Doc fix. | |
12318 | |
2482 | 12319 * Version 1.91. |
12320 | |
2458 | 12321 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12322 | |
12323 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12324 | |
12325 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12326 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12327 deleted. | |
12328 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12329 of a system() command to delete the tmp file. | |
12330 | |
2452 | 12331 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12332 | |
12333 * Version 1.90. | |
12334 | |
12335 * Makefile.in (DISTFILES): Add ChangeLog. | |
12336 | |
2360 | 12337 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12338 | |
12339 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12340 Don't check for string value of automatic_replot. | |
12341 | |
12342 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12343 Temporarily set do_fortran_indexing to 1, not "true". | |
12344 | |
12345 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12346 not "false". | |
12347 | |
12348 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12349 "false". | |
12350 | |
2355 | 12351 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12352 | |
12353 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12354 | |
2330 | 12355 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12356 | |
12357 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12358 system command. | |
12359 | |
12360 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12361 | |
12362 * __plr1__.m: Renamed from polar_int_1.m. | |
12363 * __plr2__.m: Renamed from polar_int_2.m. | |
12364 * __plr__.m: Renamed from polar_int.m. | |
12365 * __plt1__.m: Renamed from plot_int_1.m. | |
12366 * __plt2__.m: Renamed from plot_int_2.m. | |
12367 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12368 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12369 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12370 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12371 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12372 * __plt__.m: Renamed from plot_int.m. | |
12373 * __pltopt__.m: Renamed from plot_opt.m. | |
12374 Change all callers. | |
12375 | |
12376 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12377 | |
12378 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12379 comments like those found in Emacs lisp files. | |
12380 | |
12381 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12382 | |
12383 * All .m files: Change comment style. | |
12384 | |
12385 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12386 | |
12387 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12388 subplot.m, subwindow.m, top_title.m: | |
12389 Print error message if gnuplot_has_multiplot is not true. | |
12390 | |
12391 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12392 | |
12393 * plot/figure.m: New function. | |
12394 | |
12395 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12396 | |
12397 * strings/strrep.m: New function. | |
12398 | |
12399 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12400 | |
12401 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12402 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12403 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12404 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12405 New functions from Kurt Hornik, heavily modified by jwe. | |
12406 | |
12407 * general/reshape.m: Allow strings to be reshaped too. | |
12408 | |
12409 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12410 Always return a scalar. | |
12411 | |
12412 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12413 | |
12414 * polynomial/polyfit.m: Make orientation of result compatible with | |
12415 Matlab. | |
12416 | |
12417 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12418 | |
12419 * polynomial/polyfit.m: Add missing close paren. | |
12420 | |
12421 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12422 | |
12423 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12424 | |
12425 * io/scanf.m: Delete. | |
12426 | |
12427 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12428 | |
12429 * statistics/median.m: Fix typo in usage message. | |
12430 | |
12431 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12432 | |
12433 * miscellaneous/popen2.m: New file. | |
12434 | |
12435 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12436 | |
12437 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12438 | |
12439 * io: New directory. | |
12440 * Makefile.in (SUBDIRS): Add it to the list. | |
12441 | |
12442 * miscellaneous/flops.m: New file. | |
12443 | |
12444 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12445 | |
12446 * miscellaneous/cputime.m: Return three arguments instead of a | |
12447 vector, for compatibility with previous versions and with Matlab | |
12448 (which only returns one scalar value). | |
12449 | |
12450 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12451 | |
12452 * general/triu.m: Compute lower bound on loop index correctly. | |
12453 * general/tril.m: Likewise, for upper bound. | |
12454 | |
12455 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12456 | |
12457 * image/saveimage.m: For color images, make sure indices into | |
12458 temporary colormap and result matrix have proper orientation. | |
12459 Set grey flag correctly. | |
12460 | |
12461 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12462 | |
12463 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12464 jrv@vanzandt.mv.com). | |
12465 | |
12466 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12467 | |
12468 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12469 * mesh.m: Transpose Z if only one arg. | |
12470 Handle case of all three args being matrices (from Jim Van Zandt | |
12471 jrv@vanzandt.mv.com). | |
12472 * meshdom.m: Undo previous change. | |
12473 | |
12474 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12475 | |
12476 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12477 | |
12478 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12479 | |
12480 * audio: New directory of files from Kurt Hornik and Andreas | |
12481 Weingessel. | |
12482 * audio/Makefile.in: New file. | |
12483 * Makefile.in (SUBDIRS): Add audio to the list. | |
12484 | |
12485 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12486 | |
12487 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12488 | |
12489 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12490 | |
12491 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12492 columns (z), not the other way around. | |
12493 * plot/meshdom.m: Don't reverse order of elements in y. | |
12494 | |
12495 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12496 | |
12497 * plot/axis.m: Return current axis if nargin == 0. | |
12498 | |
12499 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12500 | |
12501 * polynomial/roots.m: Updates from Kurt Hornik. | |
12502 | |
12503 * polynomial/polyder.m: New file. | |
12504 | |
12505 * polynomial/polyderiv.m: Give return value and arg different names. | |
12506 | |
12507 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12508 | |
12509 * specfun/betainc.m: New file. | |
12510 * specfun/gammainc.m: New file. | |
12511 | |
12512 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12513 | |
12514 * general/strerror.m: New file. | |
12515 * general/perror.m: Implement using strerror(). | |
12516 | |
12517 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12518 | |
12519 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12520 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12521 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12522 | |
12523 * image/saveimage.m: Round img values first. | |
12524 | |
12525 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12526 | |
12527 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12528 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12529 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12530 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12531 special-matrix/hankel.m special-matrix/toeplitz.m | |
12532 tuwien/strfun/split.m: Add missing semicolons. | |
12533 | |
12534 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12535 | |
12536 * image/Makefile.in: Don't build or install octtoppm. | |
12537 | |
12538 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12539 routines so that people who don't have the pbm stuff installed |
2330 | 12540 can still use this function. |
12541 | |
12542 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12543 | |
12544 * image/saveimage.m: Better error checking, clean up a bit. | |
12545 | |
12546 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12547 | |
12548 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12549 avoid conflict with new built-in text-style function more. | |
12550 | |
12551 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12552 | |
12553 * startup/Makefile.in (install): Also install octaverc in | |
12554 $localfcnfiledir/startup/octavrc. | |
12555 | |
12556 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12557 | |
12558 * mkinstalldirs: New file. | |
12559 * Makefile.in (DISTFILES): Add it to the list. | |
12560 | |
12561 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12562 | |
12563 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12564 | |
12565 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12566 r(1) != c(nr), not if r(1) != c(1). | |
12567 | |
12568 * signal/filter.m: Doc fix. | |
12569 | |
12570 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12571 | |
12572 * miscellaneous/cputime.m: Use new resource structure names (no | |
12573 ru_ or tv_ prefixes). | |
12574 | |
12575 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12576 | |
12577 * time/ctime.m: Fix doc string and usage message. | |
12578 | |
12579 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12580 | |
12581 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12582 | |
12583 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12584 | |
12585 * control/c2d.m: Make function work for any value of | |
12586 whitespace_in_literal_matrix. | |
12587 * control/dare.m: Likewise. | |
12588 * control/tzero.m: Likewise. | |
12589 * elfun/gcd.m: Likewise. | |
12590 * elfun/lcm.m: Likewise. | |
12591 * general/postpad.m: Likewise. | |
12592 * general/prepad.m: Likewise. | |
12593 * linear-algebra/kron.m: Likewise. | |
12594 * miscellaneous/etime.m: Likewise. | |
12595 * polynomial/conv.m: Likewise. | |
12596 * polynomial/deconv.m: Likewise. | |
12597 * polynomial/poly.m: Likewise. | |
12598 * polynomial/roots.m: Likewise. | |
12599 * signal/filter.m: Likewise. | |
12600 * signal/freqz.m: Likewise. | |
12601 * signal/fftfilt.m: Likewise. | |
12602 | |
12603 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12604 | |
12605 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12606 | |
12607 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12608 | |
12609 * plot/polar_int_2.m: Add missing semicolons. | |
12610 Set theta = theta', not rho'. | |
12611 | |
12612 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12613 | |
12614 * polynomial/roots.m: Make it work for any value of | |
12615 whitespace_in_literal_matrix. | |
12616 | |
12617 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12618 | |
12619 * configure.in: New file. | |
12620 | |
12621 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12622 | |
12623 * control/lyap.m: Add missing semicolon. | |
12624 | |
12625 * miscellaneous/cputime.m: New function file. | |
12626 | |
12627 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12628 | |
12629 * time: New directory. | |
12630 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12631 New function files. | |
12632 * time/Makefile.in: New file. | |
12633 * Makefile.in (SUBDIRS): Add time. | |
12634 | |
12635 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12636 | |
12637 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12638 | |
12639 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12640 | |
12641 * plot/plot_int_1.m: Transpose data with .', not '. | |
12642 | |
12643 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12644 | |
12645 * Makefile.in (install uninstall clean mostlyclean distclean | |
12646 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12647 | |
12648 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12649 | |
12650 * Makefile.in (install): Create ls-R database file. | |
12651 (uninstall): Delete it. | |
12652 | |
12653 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12654 | |
5378 | 12655 * image/saveimage.m: Fix typo. |
2330 | 12656 |
12657 See ChangeLog.1 in the top level directory for earlier changes. |