Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9726:b7b89061bd0e
reimplement median using nth_element
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 15 Oct 2009 08:38:07 +0200 |
parents | c338cb954e58 |
children | 3b7e644bb46d |
rev | line source |
---|---|
9726
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
1 2009-10-14 Jaroslav Hajek <highegg@gmail.com> |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
2 |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
3 * statistics/base/median.m: Rewrite using nth_element. |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
4 |
9682
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
5 2009-10-01 John W. Eaton <jwe@octave.org> |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
6 |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
7 * image/__img__.m: Adjust xlim and ylim correctly. |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
8 |
9679
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
9 2009-10-01 John W. Eaton <jwe@octave.org> |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
10 |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
11 * Makefile.in (plot/gnuplot_binary.m): New rule. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
12 (DOCSTRINGS): Depend on plot/gnuplot_binary.m. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
13 (ALL_M_FILES): Define with =, not :=. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
14 |
9677
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
15 2009-10-01 Jaroslav Hajek <highegg@gmail.com> |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
16 |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
17 * geometry/griddata.m: Fix handling vector xi, yi. |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
18 |
9674 | 19 2009-09-30 Jaroslav Hajek <highegg@gmail.com> |
20 | |
21 * general/arrayfun.m: Simplify. | |
22 | |
9673
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
23 2009-09-30 John W. Eaton <jwe@octave.org> |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
24 |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
25 * mkdoc: Work on list of file names instead of a directory. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
26 * Makefile.in (ALL_M_FILES): Don't strip directories. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
27 Also search build directory if it is different from $(srcdir). |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
28 Pass $(ALL_M_FILES) to mkdoc. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
29 |
9672
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
30 2009-09-30 Michael D. Godfrey <godfrey@isl.stanford.edu> |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
31 |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
32 * plot/clabel.m: Spelling fix. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
33 * plot/newplot.m: Update docstring. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
34 |
9669
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
35 2009-09-28 John W. Eaton <jwe@octave.org> |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
36 |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
37 * general/sortrows.m: Also use old algorithm for sparse matrices. |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
38 |
9659
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
39 2009-09-21 Jaroslav Hajek <highegg@gmail.com> |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
40 |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
41 * set/union.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
42 * set/setxor.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
43 |
9647
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
44 2009-09-16 Jaroslav Hajek <highegg@gmail.com> |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
45 |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
46 * general/randperm.m: Remove. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
47 * general/Makefile.in: Update. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
48 |
9645 | 49 2009-09-15 John W. Eaton <jwe@octave.org> |
50 | |
51 * confiugre.ac: Rename from configure.in | |
52 * Makefile.in: Rename all instances of configure.in to | |
53 configure.ac. | |
54 | |
9634 | 55 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
56 | |
57 * optimization/Makefile.in: Include __doglegm__.m. | |
58 | |
9633
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
59 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
60 |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
61 * optimization/fminunc.m: Simplify damped BFGS calculation. |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
62 |
9632
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
63 2009-09-09 Tatsuro Matsuoka <tmacchant@yahoo.co.jp> |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
64 |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
65 * plot/gnuplot_drawnow.m: Avoid flickering windows by avoding |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
66 'set multiplot' / 'unset multiplot' for gnuplot's windows and |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
67 wxt terminals. |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
68 |
9631
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
69 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
70 |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
71 * optimization/__dogleg__.m: Revert to revision 22c8272af34b. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
72 * optimization/__doglegm__.m: New source. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
73 * optimization/fminunc.m: Use it. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
74 |
9630 | 75 2009-09-08 John W. Eaton <jwe@octave.org> |
76 | |
77 * io/dlmwrite.m: Fix typo. | |
78 | |
9628
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
79 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
80 |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
81 * optimization/fsolve.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
82 * optimization/fminunc.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
83 |
9627
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
84 2009-09-08 Jaroslav Hajek <highegg@gmail.com> |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
85 |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
86 * optimization/fminunc.m: Correct extra output params handling. |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
87 |
9623
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
88 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
89 |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
90 * optimization/fsolve.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
91 * optimization/fminunc.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
92 |
9622 | 93 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
94 | |
95 * general/arrayfun.m: Fix test. | |
96 | |
9618
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
97 2009-09-05 John W. Eaton <jwe@octave.org> |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
98 |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
99 * 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
|
100 axes "nextplot" property when turning hold state on. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
101 * plot/ishold.m: Check figure and axes nextplot properties. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
102 Accept axes or figure handle argument. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
103 |
9598
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
104 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
|
105 |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
106 * 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
|
107 |
9590
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
108 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
|
109 |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
110 * 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
|
111 convergence of contour integrals. |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
112 |
9586
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
113 2009-08-29 John W. Eaton <jwe@octave.org> |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
114 |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
115 * time/datestr.m: Add missing semicolon. |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
116 |
9576 | 117 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
118 | |
119 * general/int2str.m: Convert to double before calling log10. | |
120 | |
9574
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
121 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
|
122 |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
123 * 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
|
124 |
9561
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
125 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
|
126 |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
127 * 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
|
128 * 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
|
129 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
|
130 Dmitri Sergatskov <dasergatskov@gmail.com>. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
131 |
9554
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
132 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
|
133 |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
134 * 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
|
135 * 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
|
136 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
|
137 |
9535
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
138 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
|
139 |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
140 * 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
|
141 |
9530
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
142 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
143 |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
144 * help/print_usage: Allow calling from methods. |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
145 |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
146 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
147 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
148 * general/diff.m: Remove. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
149 * general/Makefile.in: Update. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
150 |
9510
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
151 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
152 |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
153 * general/flipdim.m: Fix omitted check. |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
154 |
9508 | 155 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
156 | |
157 * general/flipdim.m: Simplify. | |
158 | |
9504
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
159 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
|
160 |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
161 * 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
|
162 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
|
163 |
9502
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
164 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
|
165 |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
166 * 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
|
167 |
9500
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
168 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
|
169 |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
170 * 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
|
171 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
|
172 |
9496 | 173 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
174 | |
175 * geometry/griddata.m: Optimize. | |
176 | |
9501 | 177 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
9495 | 178 |
179 * geometry/griddata.m: Linearize arrays. | |
180 | |
9501 | 181 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
|
182 |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
183 * 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
|
184 |
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
|
185 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
|
186 |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
187 * 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
|
188 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
|
189 |
9501 | 190 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
|
191 |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
192 * set/setxor.m: Support cell arrays of strings. |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
193 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
194 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
195 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
196 * general/sub2ind.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
197 * general/ind2sub.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
198 * general/Makefile.in: Update. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
199 |
9501 | 200 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
|
201 |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
202 * 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
|
203 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
|
204 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
|
205 * 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
|
206 |
9477 | 207 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
208 | |
209 * general/common_size: Optimize. | |
210 | |
9501 | 211 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
|
212 |
9472
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
213 * 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
|
214 array. |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
215 * 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
|
216 * 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
|
217 * 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
|
218 |
9467
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
219 2009-07-29 Jaroslav Hajek <highegg@gmail.com> |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
220 |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
221 * plot/gnuplot_binary.m: Fix typo. |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
222 |
9464
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
223 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
224 |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
225 * optimization/fzero.m: Use "global" parameter in str2func. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
226 * optimization/fsolve.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
227 * optimization/fminunc.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
228 |
9461
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
229 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
|
230 |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
231 * 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
|
232 * 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
|
233 |
9501 | 234 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
|
235 |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
236 * 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
|
237 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
|
238 |
9451 | 239 2009-07-23 John W. Eaton <jwe@octave.org> |
240 | |
9456 | 241 * image/imread.m: Fix test. |
242 | |
9451 | 243 * plot/legend.m: Process arguments in order, child objects in |
244 reverse. Remove special case for single label. New demos. | |
245 | |
9448
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
246 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
|
247 |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
248 * 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
|
249 |
9447
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
250 2009-07-20 Jaroslav Hajek <highegg@gmail.com> |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
251 |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
252 * 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
|
253 |
9438
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
254 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
|
255 |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
256 * 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
|
257 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
|
258 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
|
259 |
9501 | 260 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
|
261 |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
262 * 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
|
263 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
264 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
|
265 |
9427
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
266 * 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
|
267 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
|
268 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
269 * 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
|
270 |
9501 | 271 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
|
272 |
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
|
273 * 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
|
274 * 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
|
275 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
|
276 |
9501 | 277 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
|
278 |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
279 * 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
|
280 output is landscape. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
281 * 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
|
282 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
|
283 improvements. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
284 * 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
|
285 properties papersize and paperposition. Produce compatible results |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
286 when paperpositionmode=='auto'. Simplfy units conversion and |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
287 restoration of initial figure properties. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
288 |
9388
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
289 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
|
290 |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
291 * general/repmat.m: Call kron, not spkron. |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
292 |
9385
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
293 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
|
294 |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
295 * 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
|
296 |
9382
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
297 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
298 |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
299 * image/imread.m: New test. |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
300 |
9501 | 301 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
|
302 |
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
|
303 * 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
|
304 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
|
305 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
|
306 * 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
|
307 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
|
308 |
9371
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
309 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
|
310 |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
311 * 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
|
312 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
|
313 |
9364 | 314 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
315 | |
316 * set/ismember.m: Properly handle NaNs. Fix test. | |
317 | |
9501 | 318 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
|
319 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
320 * 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
|
321 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
|
322 |
9501 | 323 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
|
324 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
325 * 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
|
326 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
|
327 |
9501 | 328 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
|
329 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
330 * 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
|
331 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
|
332 |
9501 | 333 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
|
334 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
335 * 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
|
336 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
337 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
338 |
9501 | 339 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
|
340 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
341 * 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
|
342 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
343 |
9501 | 344 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
|
345 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
346 * 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
|
347 |
9345 | 348 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
349 | |
350 * set/ismember.m: Reimplement using lookup & unique. | |
351 | |
9501 | 352 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
|
353 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
354 * 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
|
355 * 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
|
356 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
357 * 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
|
358 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
|
359 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
|
360 |
9501 | 361 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
|
362 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
363 * 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
|
364 * 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
|
365 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
366 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
367 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
368 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
|
369 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
370 * 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
|
371 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
372 |
9501 | 373 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
|
374 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
375 * 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
|
376 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
377 |
9501 | 378 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
|
379 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
380 * 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
|
381 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
382 |
9313 | 383 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
384 | |
385 * testfun/assert.m: Fix texinfo bug. | |
386 | |
9501 | 387 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
|
388 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
389 * 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
|
390 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
|
391 * 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
|
392 |
9501 | 393 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
|
394 |
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
|
395 * 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
|
396 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
|
397 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
|
398 * 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
|
399 "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
|
400 * 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
|
401 __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
|
402 * 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
|
403 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
404 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
405 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
406 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
407 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
408 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
|
409 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
410 * 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
|
411 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
412 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
413 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
|
414 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
415 * 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
|
416 |
9501 | 417 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
|
418 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
419 * 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
|
420 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
421 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
422 * 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
|
423 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
424 |
9501 | 425 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
|
426 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
427 * 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
|
428 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
429 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
|
430 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
431 * 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
|
432 * 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
|
433 |
9278 | 434 2009-05-28 Radek Salac <salac.r@gmail.com> |
435 | |
436 * sparse/bicgstab.m: New output when calling without arguments. | |
437 Time optimization - remove certain checks linked to preconditioner which | |
438 are unacceptably slow. | |
439 * sparse/cgs.m: New output when calling without arguments. | |
440 Time optimization - remove certain checks linked to preconditioner which | |
441 are unacceptably slow. Rename internal variable to match bicgstab. | |
442 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
443 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
|
444 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
445 * 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
|
446 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
447 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
|
448 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
449 * 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
|
450 |
9273 | 451 2009-05-27 John W. Eaton <jwe@octave.org> |
452 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
453 * 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
|
454 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
455 |
9273 | 456 * image/imshow.m: In demo, convert image to rgb before scaling |
457 components. Use imread instead of loadimage. | |
458 | |
9501 | 459 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
|
460 |
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
|
461 * 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
|
462 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
|
463 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
464 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
|
465 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
466 * 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
|
467 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
468 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
469 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
470 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
471 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
472 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
|
473 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
474 * 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
|
475 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
476 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
477 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
478 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
479 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
480 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
|
481 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
482 * 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
|
483 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
484 |
9501 | 485 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
|
486 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
487 * 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
|
488 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
489 |
9501 | 490 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
|
491 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
492 * 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
|
493 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
494 * 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
|
495 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
496 |
9501 | 497 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
|
498 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
499 * 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
|
500 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
501 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
502 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
|
503 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
504 * 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
|
505 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
|
506 |
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
|
507 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
|
508 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
509 * 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
|
510 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
|
511 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
512 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
|
513 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
514 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
515 * 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
|
516 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
517 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
518 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
519 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
|
520 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
521 * *.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
|
522 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
523 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
524 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
|
525 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
526 * 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
|
527 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
528 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
529 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
|
530 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
531 * 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
|
532 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
|
533 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
|
534 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
535 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
|
536 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
537 * 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
|
538 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
539 |
9501 | 540 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
|
541 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
542 * 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
|
543 * 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
|
544 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
545 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
|
546 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
547 * 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
|
548 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
|
549 |
9501 | 550 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
|
551 |
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
|
552 * 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
|
553 "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
|
554 |
9501 | 555 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
|
556 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
557 * 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
|
558 |
9160 | 559 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
560 | |
561 * statistics/base/range.m: Fix behavior when dim is specified. | |
562 | |
9501 | 563 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
|
564 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
565 * 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
|
566 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
|
567 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
|
568 |
9501 | 569 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
|
570 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
571 * 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
|
572 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
|
573 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
|
574 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
|
575 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
576 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
577 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
578 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
579 |
9140 | 580 2009-04-20 John W. Eaton <jwe@octave.org> |
581 | |
582 * special-matrix/vander.m: Update tests. | |
583 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
584 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
|
585 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
586 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
587 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
588 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
589 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
|
590 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
591 * 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
|
592 |
9501 | 593 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
|
594 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
595 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
596 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
597 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
|
598 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
599 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
600 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
601 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
602 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
|
603 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
604 * 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
|
605 |
9501 | 606 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
607 | |
608 * 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
|
609 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
610 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
|
611 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
612 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
613 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
614 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
615 |
9501 | 616 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
|
617 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
618 * 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
|
619 * 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
|
620 * 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
|
621 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
622 |
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
|
623 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
|
624 |
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
|
625 * 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
|
626 * 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
|
627 * 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
|
628 * 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
|
629 * 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
|
630 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
|
631 * 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
|
632 |
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
|
633 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
|
634 |
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
|
635 * 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
|
636 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
|
637 * 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
|
638 |
9108 | 639 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
640 | |
641 * set/intersect.m: Add missing branch. | |
642 | |
9501 | 643 2009-04-10 Ben Abbott <bpabbott@mac.com> |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
644 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
645 * 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
|
646 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
|
647 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
|
648 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
649 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
650 * 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
|
651 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
652 * 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
|
653 |
9104 | 654 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
655 | |
656 * special-matrix/vander.m: Optimize. | |
657 | |
9501 | 658 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
|
659 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
660 * 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
|
661 |
9501 | 662 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
|
663 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
664 * 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
|
665 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
|
666 * 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
|
667 * 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
|
668 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
|
669 |
9501 | 670 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
671 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
672 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
673 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
674 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
675 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
676 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
677 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
678 |
9093 | 679 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
680 | |
681 * linear-algebra/vech.m: Optimize. | |
682 | |
9092 | 683 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
684 | |
685 * special-matrix/toeplitz.m: Optimize. | |
686 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
687 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
688 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
689 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
690 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
691 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
|
692 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
693 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
694 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
695 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
696 |
9501 | 697 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
|
698 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
699 * 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
|
700 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
701 |
9501 | 702 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
|
703 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
704 * 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
|
705 |
9075 | 706 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
707 | |
708 * optimization/fsolve.m: Fix test. | |
709 | |
9501 | 710 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
|
711 |
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
|
712 * 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
|
713 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
|
714 |
9501 | 715 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
|
716 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
717 * 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
|
718 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
|
719 * 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
|
720 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
721 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
722 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
|
723 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
724 * 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
|
725 |
9501 | 726 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
|
727 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
728 * 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
|
729 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
|
730 |
9501 | 731 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
|
732 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
733 * 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
|
734 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
|
735 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
|
736 |
9501 | 737 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
|
738 |
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
|
739 * 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
|
740 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
|
741 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
742 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
|
743 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
744 * 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
|
745 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
746 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
|
747 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
748 * 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
|
749 dimensions. Change interpretation of vector arguments from |
9016 | 750 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
|
751 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
752 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
|
753 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
754 * 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
|
755 * 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
|
756 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
|
757 |
9501 | 758 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
|
759 |
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
|
760 * 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
|
761 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
|
762 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
763 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
|
764 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
765 * 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
|
766 |
9501 | 767 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
|
768 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
769 * 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
|
770 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
771 * 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
|
772 |
9501 | 773 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
|
774 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
775 * 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
|
776 * 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
|
777 * 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
|
778 |
9501 | 779 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
780 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
781 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
782 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
783 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
784 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
785 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
786 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
787 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
788 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
|
789 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
790 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
791 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
792 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
793 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
794 |
8980 | 795 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
796 | |
797 * statistics/base/var.m: a -> x. | |
798 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
799 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
800 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
801 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
802 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
803 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
804 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
805 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
806 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
807 |
8970 | 808 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
809 | |
810 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
811 products. | |
812 | |
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
|
813 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
|
814 |
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
|
815 * 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
|
816 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
|
817 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
|
818 |
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
|
819 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
|
820 |
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
|
821 * 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
|
822 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
|
823 "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
|
824 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
825 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
|
826 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
827 * 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
|
828 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
829 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
830 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
|
831 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
832 * 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
|
833 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
834 * 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
|
835 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
|
836 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
837 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
838 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
839 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
840 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
841 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
842 |
9501 | 843 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
844 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
845 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
846 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
847 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
|
848 |
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
|
849 * 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
|
850 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
|
851 * 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
|
852 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
|
853 |
8912 | 854 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
855 | |
856 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
857 for tests. | |
858 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
859 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
|
860 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
861 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
862 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
863 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
|
864 |
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
|
865 * 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
|
866 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
|
867 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
868 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
869 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
870 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
871 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
872 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
|
873 |
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
|
874 * 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
|
875 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
|
876 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
877 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
878 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
879 * 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
|
880 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
881 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
|
882 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
883 * 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
|
884 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
885 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
886 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
|
887 |
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
|
888 * 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
|
889 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
|
890 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
|
891 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
892 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
|
893 |
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
|
894 * 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
|
895 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
|
896 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
897 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
|
898 |
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
|
899 * 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
|
900 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
|
901 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
|
902 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
903 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
|
904 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
905 * 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
|
906 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
907 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
908 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
|
909 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
910 * 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
|
911 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
|
912 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
913 * 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
|
914 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
915 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
916 * 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
|
917 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
|
918 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
|
919 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
920 * 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
|
921 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
|
922 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
|
923 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
|
924 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
|
925 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
|
926 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
|
927 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
928 * 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
|
929 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
|
930 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
931 * 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
|
932 "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
|
933 * 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
|
934 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
|
935 * 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
|
936 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
937 * 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
|
938 * 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
|
939 * 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
|
940 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
941 * 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
|
942 |
8884 | 943 2009-02-27 John W. Eaton <jwe@octave.org> |
944 | |
8887 | 945 * set/complement.m: Call unique, not create_set. |
946 * set/unique.m: Style fix for docstring. | |
947 * deprecated/create_set.m: Move here from set/create_set.m. | |
948 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
|
949 |
8887 | 950 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
951 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
952 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
953 * 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
|
954 |
8884 | 955 * strings/strsplit.m: Style fixes. |
956 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
957 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
958 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
959 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
960 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
961 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
|
962 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
963 * 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
|
964 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
965 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
966 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
967 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
968 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
969 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
970 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
971 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
972 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
973 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
974 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
975 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
976 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
977 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
978 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
979 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
980 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
981 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
982 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
983 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
984 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
985 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
|
986 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
987 * 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
|
988 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
989 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
990 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
991 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
992 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
993 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
994 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
995 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
996 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
997 * 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
|
998 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
|
999 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1000 * 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
|
1001 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1002 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1003 |
8861 | 1004 2009-02-24 John W. Eaton <jwe@octave.org> |
1005 | |
1006 * 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
|
1007 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
|
1008 |
8861 | 1009 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
1010 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1011 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
|
1012 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1013 * 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
|
1014 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1015 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1016 * 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
|
1017 |
8857 | 1018 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
1019 | |
1020 * optimization/fsolve.m: Update niter after each iteration, not just | |
1021 a succesful one. | |
1022 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1023 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
|
1024 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1025 * 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
|
1026 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1027 * 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
|
1028 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1029 |
8847 | 1030 2009-02-23 John W. Eaton <jwe@octave.org> |
1031 | |
1032 * plot/fplot.m: Fix nargin check. | |
1033 From Joel Parker <Joel.Parker@radiancetech.com>. | |
1034 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1035 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
|
1036 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1037 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1038 |
8826 | 1039 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
1040 | |
1041 * linear-algebra/dmult.m: Remove. | |
1042 * linear-algebra/Makefile.in: Update. | |
1043 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
1044 * deprecated/Makefile.in: Update. | |
1045 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
1046 by diagonal matrices. | |
1047 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1048 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
|
1049 |
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
|
1050 * 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
|
1051 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
|
1052 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
|
1053 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1054 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
|
1055 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1056 * 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
|
1057 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
|
1058 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
|
1059 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
|
1060 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
|
1061 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
|
1062 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
|
1063 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
|
1064 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
|
1065 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
|
1066 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
|
1067 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
|
1068 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
|
1069 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
|
1070 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
|
1071 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
|
1072 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
|
1073 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
|
1074 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
|
1075 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
|
1076 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1077 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1078 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1079 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1080 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1081 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1082 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
|
1083 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1084 * 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
|
1085 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1086 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
|
1087 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1088 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1089 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1090 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
|
1091 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1092 * 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
|
1093 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1094 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1095 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
|
1096 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1097 * 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
|
1098 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
|
1099 |
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
|
1100 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
|
1101 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1102 * 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
|
1103 * 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
|
1104 * 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
|
1105 * 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
|
1106 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
|
1107 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
|
1108 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1109 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
|
1110 |
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
|
1111 * 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
|
1112 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
|
1113 (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
|
1114 (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
|
1115 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1116 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
|
1117 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1118 * 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
|
1119 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1120 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
|
1121 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1122 * 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
|
1123 * 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
|
1124 * 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
|
1125 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
|
1126 * 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
|
1127 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1128 |
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
|
1129 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
|
1130 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1131 * 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
|
1132 * 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
|
1133 |
8757 | 1134 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1135 | |
1136 * 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
|
1137 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
1138 * optimization/fsolve.m: Update comments. |
8757 | 1139 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1140 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
|
1141 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1142 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1143 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1144 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
|
1145 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1146 * 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
|
1147 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
|
1148 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1149 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1150 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1151 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
|
1152 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
|
1153 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
|
1154 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
|
1155 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
|
1156 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
|
1157 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1158 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1159 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1160 * 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
|
1161 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1162 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1163 * 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
|
1164 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1165 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1166 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1167 * 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
|
1168 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1169 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1170 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1171 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1172 |
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
|
1173 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1174 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1175 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1176 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1177 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
|
1178 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1179 * 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
|
1180 |
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
|
1181 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
|
1182 |
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
|
1183 * 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
|
1184 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
|
1185 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1186 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
|
1187 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1188 * 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
|
1189 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1190 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1191 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1192 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1193 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1194 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1195 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
|
1196 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1197 * 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
|
1198 |
8714 | 1199 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1200 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1201 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1202 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
|
1203 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1204 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1205 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
|
1206 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1207 * 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
|
1208 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1209 * 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
|
1210 |
8698 | 1211 2009-02-08 John W. Eaton <jwe@octave.org> |
1212 | |
1213 * Makefile.in (install install-strip): Don't install ls-R file. | |
1214 (uninstall): Don't uninstall ls-R file. | |
1215 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1216 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1217 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1218 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1219 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1220 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1221 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
|
1222 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1223 * 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
|
1224 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1225 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
|
1226 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1227 * 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
|
1228 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1229 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1230 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
|
1231 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1232 * 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
|
1233 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1234 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
|
1235 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1236 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1237 * 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
|
1238 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1239 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
|
1240 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1241 * 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
|
1242 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1243 |
8666 | 1244 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
1245 | |
1246 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
1247 instead of "interpolate 4, 4". | |
1248 | |
8664 | 1249 2009-02-04 John W. Eaton <jwe@octave.org> |
1250 | |
1251 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
1252 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
1253 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
1254 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
1255 geometry/voronoi.m, geometry/voronoin.m, | |
1256 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
1257 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
1258 linear-algebra/dmult.m, linear-algebra/dot.m, | |
1259 linear-algebra/expm.m, linear-algebra/housh.m, | |
1260 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
1261 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
1262 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
1263 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
1264 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
1265 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
1266 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
1267 statistics/tests/cor_test.m, | |
1268 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
1269 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
1270 time/addtodate.m: Style fixes. | |
1271 | |
8661 | 1272 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
1273 | |
1274 * optimization/fsolve.m: remove redundant line. | |
1275 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1276 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1277 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1278 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1279 |
9501 | 1280 2009-02-02 Rob Mahurin <rob@utk.edu> |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1281 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1282 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1283 |
8652 | 1284 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
1285 | |
1286 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
1287 mlock to avoid unloading. | |
1288 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1289 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
|
1290 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1291 * 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
|
1292 * 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
|
1293 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
|
1294 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1295 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1296 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1297 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1298 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1299 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1300 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1301 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1302 |
8645 | 1303 2009-01-30 Kai Habel <kai.habel@gmx.de> |
1304 | |
1305 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
1306 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
1307 Require gnuplot 4.3 for transparent patches and surfaces. | |
1308 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1309 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
|
1310 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1311 * 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
|
1312 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
|
1313 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1314 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
|
1315 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1316 * 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
|
1317 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1318 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1319 * 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
|
1320 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1321 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
|
1322 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1323 * 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
|
1324 |
9501 | 1325 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8633 | 1326 |
1327 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1328 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1329 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1330 |
1331 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1332 print sensible error message when function is found but not documented. | |
1333 | |
1334 * help/help.m: Allow displaying 'Contents.m' files. | |
1335 | |
9501 | 1336 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
|
1337 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1338 * 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
|
1339 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1340 |
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
|
1341 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1342 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1343 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1344 |
1345 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1346 feature. | |
1347 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1348 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
|
1349 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1350 * 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
|
1351 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1352 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1353 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
|
1354 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1355 * 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
|
1356 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
|
1357 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
|
1358 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1359 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1360 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1361 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1362 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1363 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1364 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1365 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
|
1366 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1367 * 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
|
1368 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
|
1369 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
|
1370 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1371 * 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
|
1372 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1373 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1374 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1375 * 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
|
1376 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1377 |
8602 | 1378 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1379 | |
1380 * polynomial/spline.m: Doc fix. | |
1381 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1382 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
|
1383 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1384 * 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
|
1385 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1386 |
8600 | 1387 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1388 | |
1389 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1390 square and overdetermined systems. | |
1391 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1392 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
|
1393 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1394 * 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
|
1395 Adjust some defaults. |
8628 | 1396 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1397 * 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
|
1398 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1399 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
|
1400 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1401 * 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
|
1402 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1403 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1404 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1405 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1406 |
8591 | 1407 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1408 | |
1409 * optimization/__fsolve_defopts__.m: Remove. | |
1410 * optimization/Makefile.in: Reflect change. | |
1411 | |
8590 | 1412 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1413 | |
1414 * optimization/__fdjac__.m: Fix setting up h. | |
1415 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1416 large enough square and overdetermined systems, with pivoting in the | |
1417 first step. Simplify options. Adjust defaults - make TR radius | |
1418 tolerance less stringent. Support DisplayFcn. | |
1419 | |
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
|
1420 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
|
1421 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1422 * 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
|
1423 |
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
|
1424 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
|
1425 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1426 * 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
|
1427 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1428 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1429 |
1430 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1431 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1432 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
|
1433 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1434 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1435 * 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
|
1436 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1437 * 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
|
1438 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1439 * 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
|
1440 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1441 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1442 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
|
1443 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1444 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1445 * 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
|
1446 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1447 * 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
|
1448 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
|
1449 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
|
1450 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1451 * 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
|
1452 * 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
|
1453 * 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
|
1454 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1455 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1456 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
|
1457 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1458 * 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
|
1459 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1460 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
|
1461 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1462 * 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
|
1463 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1464 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
|
1465 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1466 * 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
|
1467 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
|
1468 * 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
|
1469 * 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
|
1470 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1471 * 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
|
1472 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
|
1473 * 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
|
1474 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1475 * 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
|
1476 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1477 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1478 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1479 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1480 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1481 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1482 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1483 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1484 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1485 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1486 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1487 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
|
1488 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1489 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1490 * general/prepad.m: Doc fix. |
8544 | 1491 * image/pink.m: Spelling fix. |
1492 * image/hsv.m: Doc fix. | |
1493 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1494 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1495 * 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
|
1496 |
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
|
1497 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1498 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1499 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1500 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1501 |
9501 | 1502 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
|
1503 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1504 * 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
|
1505 |
9501 | 1506 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
|
1507 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1508 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1509 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1510 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
|
1511 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1512 * 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
|
1513 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
|
1514 |
8528 | 1515 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1516 | |
1517 * plot/grid.m: Document handle argument. | |
1518 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1519 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
|
1520 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1521 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1522 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1523 |
8521 | 1524 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1525 | |
1526 * gethelp.cc: Include <cstdio>. | |
1527 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1528 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
|
1529 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1530 * 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
|
1531 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
|
1532 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1533 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
|
1534 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1535 * 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
|
1536 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1537 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
|
1538 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
|
1539 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
|
1540 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
|
1541 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
|
1542 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
|
1543 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
|
1544 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
|
1545 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
|
1546 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
|
1547 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
|
1548 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
|
1549 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
|
1550 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1551 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1552 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
|
1553 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1554 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1555 |
8513 | 1556 * optimization/fsolve.m: Doc fix. |
1557 | |
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
|
1558 * 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
|
1559 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1560 * 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
|
1561 |
8506 | 1562 2009-01-13 John W. Eaton <jwe@octave.org> |
1563 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1564 * 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
|
1565 |
8507 | 1566 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1567 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1568 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1569 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1570 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1571 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1572 image/imwrite.m, linear-algebra/dmult.m, | |
1573 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1574 miscellaneous/setfield.m, miscellaneous/what.m, | |
1575 optimization/fsolve.m, optimization/fzero.m, | |
1576 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1577 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1578 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1579 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1580 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1581 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1582 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1583 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1584 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1585 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1586 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1587 statistics/base/center.m, statistics/base/quantile.m, | |
1588 statistics/base/ranks.m, statistics/base/std.m, | |
1589 statistics/distributions/hygepdf.m, | |
1590 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1591 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1592 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1593 testfun/speed.m, testfun/test.m: Style fixes. | |
1594 | |
8506 | 1595 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1596 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1597 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1598 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1599 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1600 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1601 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1602 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1603 statistics/base/quantile.m, statistics/base/values.m, | |
1604 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1605 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1606 time/datestr.m, time/datevec.m: Comment style fixes. | |
1607 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1608 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
|
1609 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1610 * 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
|
1611 |
8466 | 1612 2009-01-12 John W. Eaton <jwe@octave.org> |
1613 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1614 * 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
|
1615 Use strcmpi to compare options. |
8466 | 1616 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1617 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
|
1618 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1619 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1620 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1621 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1622 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
|
1623 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1624 * 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
|
1625 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1626 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1627 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1628 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1629 * miscellaneous/orderfields.m: Ditto. |
1630 * miscellaneous/what.m: Ditto. | |
1631 * pkg/pkg.m: Ditto. | |
1632 * plot/ndgrid.m: Ditto. | |
1633 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1634 |
9501 | 1635 2009-01-09 Kai Habel <kai.habel@gmx.de> |
8451 | 1636 |
1637 * plot/surfl.m: New function | |
8628 | 1638 * plot/diffuse.m: Ditto. |
1639 * plot/specular.m: Ditto. | |
8451 | 1640 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1641 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
|
1642 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1643 * 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
|
1644 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1645 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
|
1646 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1647 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1648 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1649 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
|
1650 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1651 * 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
|
1652 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
|
1653 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
|
1654 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
|
1655 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
|
1656 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
|
1657 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
|
1658 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
|
1659 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
|
1660 * 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
|
1661 * 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
|
1662 * 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
|
1663 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1664 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
|
1665 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1666 * 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
|
1667 |
9501 | 1668 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
8438 | 1669 |
1670 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1671 operation fails. | |
1672 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1673 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
|
1674 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1675 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1676 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1677 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1678 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1679 * 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
|
1680 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1681 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1682 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1683 * 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
|
1684 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
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-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
|
1687 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1688 * 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
|
1689 |
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
|
1690 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
|
1691 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1692 * 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
|
1693 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1694 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1695 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1696 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1697 |
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
|
1698 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
|
1699 |
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
|
1700 * 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
|
1701 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
|
1702 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1703 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1704 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1705 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1706 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1707 |
8416 | 1708 2008-11-21 Radek Salac <salac.r@gmail.com> |
1709 | |
1710 * sparse/bicgstab.m: New function. | |
1711 * sparse/Makefile.in (SOURCES): Add it here. | |
1712 | |
9501 | 1713 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
|
1714 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1715 * 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
|
1716 (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
|
1717 * 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
|
1718 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1719 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1720 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1721 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1722 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1723 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1724 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1725 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
|
1726 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1727 * 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
|
1728 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
|
1729 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1730 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1731 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1732 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1733 |
8393 | 1734 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1735 | |
8394 | 1736 * linear-algebra/expm.m: New source. |
8393 | 1737 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1738 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1739 |
8394 | 1740 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1741 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1742 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1743 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1744 * 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
|
1745 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1746 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
|
1747 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1748 * 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
|
1749 * 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
|
1750 * 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
|
1751 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1752 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
|
1753 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1754 * 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
|
1755 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
|
1756 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
|
1757 * 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
|
1758 * 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
|
1759 * 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
|
1760 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1761 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1762 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1763 * 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
|
1764 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1765 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
|
1766 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1767 * 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
|
1768 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1769 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
|
1770 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1771 * 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
|
1772 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1773 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
|
1774 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1775 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
|
1776 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1777 |
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
|
1778 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
|
1779 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1780 * 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
|
1781 |
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
|
1782 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
|
1783 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1784 * 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
|
1785 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1786 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
|
1787 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1788 * 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
|
1789 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1790 |
8324 | 1791 2008-11-14 David Bateman <dbateman@free.fr> |
1792 | |
1793 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1794 of the axis object. | |
1795 | |
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
|
1796 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
|
1797 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1798 * 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
|
1799 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1800 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
|
1801 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1802 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1803 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1804 |
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
|
1805 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
|
1806 |
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
|
1807 * 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
|
1808 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
|
1809 * 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
|
1810 |
8316 | 1811 2008-11-10 John W. Eaton <jwe@octave.org> |
1812 | |
1813 * 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
|
1814 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1815 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1816 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
|
1817 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1818 * 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
|
1819 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1820 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1821 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
|
1822 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1823 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1824 |
9501 | 1825 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
|
1826 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1827 * 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
|
1828 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1829 |
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
|
1830 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
|
1831 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1832 * 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
|
1833 |
9501 | 1834 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1835 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1836 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1837 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1838 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1839 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1840 |
9501 | 1841 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 1842 |
1843 * optimization/fzero.m: Replace tabs by spaces. | |
1844 | |
9501 | 1845 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 1846 |
1847 * optimization/fzero.m: Simplify exception handling. | |
1848 | |
1849 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1850 | |
1851 * optimization/fzero.m: New function file. | |
1852 * optimization/Makefile.in: Add it. | |
1853 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1854 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1855 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1856 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1857 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1858 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1859 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1860 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1861 |
9501 | 1862 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1863 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1864 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1865 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1866 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1867 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1868 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1869 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1870 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1871 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1872 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
|
1873 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1874 * 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
|
1875 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1876 * 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
|
1877 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
|
1878 * 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
|
1879 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1880 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
|
1881 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1882 * 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
|
1883 * 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
|
1884 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
|
1885 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1886 * 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
|
1887 * 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
|
1888 * 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
|
1889 * 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
|
1890 * 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
|
1891 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1892 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1893 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
|
1894 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1895 * 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
|
1896 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
|
1897 * 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
|
1898 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
|
1899 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
|
1900 * 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
|
1901 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1902 * 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
|
1903 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
|
1904 * 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
|
1905 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
|
1906 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1907 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1908 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
|
1909 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1910 * 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
|
1911 |
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
|
1912 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
|
1913 |
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
|
1914 * 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
|
1915 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
|
1916 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1917 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
|
1918 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1919 * 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
|
1920 |
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
|
1921 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
|
1922 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1923 * 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
|
1924 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1925 * 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
|
1926 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1927 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
|
1928 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1929 * 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
|
1930 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1931 |
8257 | 1932 2008-10-22 David Bateman <dbateman@free.fr> |
1933 | |
8260 | 1934 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1935 "caller" workspace. | |
1936 | |
8258 | 1937 * plot/__errplot__.m: Add errorbar series objects. |
1938 * plot/errbar.m: Add some demos. | |
1939 | |
8257 | 1940 * plot/__add_line_series__.m: Remove |
1941 * plot/Makefile.in (SOURCES): Remove it here too. | |
1942 * plot/__add_datasource__.m: Allow for more than one character in | |
1943 source name. | |
1944 * plot/refreshdata.m: Ditto. | |
1945 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1946 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1947 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1948 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1949 * plot/legend.m: Update type in loop and remove debugging messages. | |
1950 | |
8251 | 1951 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1952 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1953 * 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
|
1954 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1955 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1956 |
8249 | 1957 2008-10-21 John W. Eaton <jwe@octave.org> |
1958 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1959 * 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
|
1960 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1961 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1962 |
8249 | 1963 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1964 struct. Use get instead of examining struct fields directly. | |
1965 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1966 object struct. Use get instead of examining struct elements | |
1967 directly. Use allhild instead of looking at children field of | |
1968 figure object struct. | |
1969 | |
8251 | 1970 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1971 |
1972 * plot/orient.m: Fix syntax error. | |
1973 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1974 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1975 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1976 * 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
|
1977 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1978 * 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
|
1979 * 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
|
1980 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1981 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
|
1982 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1983 * 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
|
1984 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
|
1985 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1986 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1987 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
|
1988 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1989 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1990 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1991 * 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
|
1992 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1993 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1994 * 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
|
1995 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1996 * 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
|
1997 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1998 * 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
|
1999 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2000 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
|
2001 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2002 * 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
|
2003 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
|
2004 |
8236 | 2005 2008-10-17 David Bateman <dbateman@free.fr> |
2006 | |
2007 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
2008 from potential axis handles. | |
2009 * plot/colorbar.m: Remove debug output. | |
2010 * plot/comet.m: Close plot before demo | |
2011 * plot/contourc.m: No output if nargout == 0. | |
2012 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2013 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
|
2014 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2015 * 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
|
2016 |
8229 | 2017 2008-10-16 John W. Eaton <jwe@octave.org> |
2018 | |
2019 * testfun/rundemos.m: New function. | |
2020 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2021 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
|
2022 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
2023 * 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
|
2024 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2025 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
|
2026 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2027 * 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
|
2028 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
|
2029 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2030 * 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
|
2031 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
|
2032 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
|
2033 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
2034 * 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
|
2035 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
|
2036 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
2037 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2038 * 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
|
2039 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
|
2040 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2041 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
|
2042 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2043 * 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
|
2044 (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
|
2045 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2046 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
|
2047 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2048 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2049 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2050 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2051 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
|
2052 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2053 * 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
|
2054 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
|
2055 (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
|
2056 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2057 * 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
|
2058 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2059 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2060 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2061 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
|
2062 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2063 * 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
|
2064 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2065 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2066 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
|
2067 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2068 * 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
|
2069 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2070 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
|
2071 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
2072 * 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
|
2073 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2074 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2075 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2076 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2077 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2078 |
8208 | 2079 2008-10-10 David Bateman <dbateman@free.fr> |
2080 | |
2081 * image/__img__.m: Manually set the limits of th eimage | |
2082 * plot/__go_draw_axes__.m: Base window position in the axis | |
2083 position property and not the outerposition property. Remove | |
2084 colorbar code based on the gnuplot colorbox. Allow images to be a | |
2085 vector to support image based colorbars. Also check labelmode for | |
2086 manual tics. | |
2087 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
2088 colorbar code. | |
2089 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
2090 it to the principal axis. | |
2091 * plot/legend.m: Support an axis handle as the first | |
2092 argument. Support hggroups. | |
2093 * plot/pareto.m: Don't support an axis handle as the first | |
2094 argument as the plotyy command in fact needs two axis handles. | |
2095 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
2096 synchronize the two axes. | |
2097 * plot/subplot.m: Also skip axes that are tagged as being a | |
2098 colorbar. Don't break in search of overlapping axes to delete. Set | |
2099 both the position and the outerposition. | |
2100 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2101 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
|
2102 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
2103 * 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
|
2104 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2105 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
|
2106 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2107 * 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
|
2108 * 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
|
2109 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2110 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
|
2111 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2112 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2113 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2114 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2115 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2116 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2117 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2118 * 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
|
2119 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2120 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
|
2121 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2122 * 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
|
2123 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2124 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
|
2125 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2126 * 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
|
2127 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
|
2128 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
|
2129 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
|
2130 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
|
2131 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
|
2132 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
|
2133 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
|
2134 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
|
2135 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
|
2136 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2137 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
|
2138 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2139 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2140 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2141 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2142 * 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
|
2143 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2144 * 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
|
2145 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
2146 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
|
2147 |
8182 | 2148 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
2149 | |
2150 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
|
2151 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
2152 * 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
|
2153 |
8182 | 2154 2008-10-02 Ben Abbott <bpabbott@mac.com> |
2155 | |
2156 * 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
|
2157 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2158 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2159 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2160 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2161 |
8182 | 2162 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
|
2163 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2164 * 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
|
2165 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2166 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2167 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2168 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
|
2169 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2170 * 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
|
2171 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2172 * 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
|
2173 |
8182 | 2174 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
|
2175 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2176 * 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
|
2177 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2178 * 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
|
2179 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2180 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
|
2181 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2182 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2183 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2184 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2185 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2186 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2187 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
|
2188 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2189 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2190 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
|
2191 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2192 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2193 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2194 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 2195 |
2196 * image/imread.m, image/imwrite.m: Doc fix. | |
2197 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2198 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
|
2199 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2200 * 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
|
2201 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2202 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
|
2203 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2204 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2205 * 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
|
2206 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2207 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
|
2208 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2209 * 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
|
2210 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2211 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2212 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2213 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2214 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2215 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2216 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2217 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2218 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2219 |
8182 | 2220 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 2221 |
2222 * plot/comet.m: New file. | |
2223 * plot/Makefile.in (SOURCES): Add it here. | |
2224 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2225 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
|
2226 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2227 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2228 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2229 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2230 * 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
|
2231 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
|
2232 |
8182 | 2233 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
|
2234 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2235 * 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
|
2236 |
8116 | 2237 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
2238 | |
8117 | 2239 * image/imshow.m: Fix for display_range. |
2240 | |
8116 | 2241 * general/interpn.m: Fixe for extrapval and documentation of |
2242 extrapval. | |
2243 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2244 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
|
2245 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2246 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2247 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2248 * 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
|
2249 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2250 * 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
|
2251 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2252 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2253 * 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
|
2254 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
|
2255 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2256 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2257 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2258 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2259 |
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
|
2260 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
|
2261 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2262 * 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
|
2263 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
|
2264 |
8088 | 2265 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
2266 | |
2267 * plot/plot.m: Doc fix. | |
2268 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2269 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
|
2270 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2271 * 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
|
2272 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2273 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2274 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
|
2275 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2276 * 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
|
2277 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2278 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2279 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2280 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2281 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2282 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2283 * 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
|
2284 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2285 |
8076 | 2286 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
2287 | |
2288 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2289 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
2290 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
2291 | |
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
|
2292 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
|
2293 |
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
|
2294 * 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
|
2295 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
|
2296 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
|
2297 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
|
2298 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
|
2299 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
|
2300 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
|
2301 '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
|
2302 * 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
|
2303 |
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
|
2304 * 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
|
2305 * 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
|
2306 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2307 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2308 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2309 * 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
|
2310 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2311 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2312 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2313 * 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
|
2314 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
|
2315 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2316 * 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
|
2317 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
|
2318 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
|
2319 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2320 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2321 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2322 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2323 |
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
|
2324 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
|
2325 |
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
|
2326 * 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
|
2327 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
|
2328 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2329 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
|
2330 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2331 * 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
|
2332 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2333 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2334 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
|
2335 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2336 * 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
|
2337 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
|
2338 * 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
|
2339 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
|
2340 * 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
|
2341 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2342 * 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
|
2343 * 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
|
2344 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
|
2345 * 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
|
2346 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
|
2347 * 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
|
2348 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
|
2349 * 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
|
2350 * 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
|
2351 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
|
2352 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2353 |
8054 | 2354 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2355 | |
2356 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2357 Handle parameter-value options. Untabify. | |
2358 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2359 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
|
2360 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2361 * 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
|
2362 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2363 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2364 * 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
|
2365 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
|
2366 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2367 * 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
|
2368 * 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
|
2369 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2370 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2371 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
|
2372 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2373 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2374 |
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
|
2375 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
|
2376 |
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
|
2377 * 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
|
2378 (__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
|
2379 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
|
2380 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2381 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2382 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2383 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2384 |
8046 | 2385 2008-08-21 David Bateman <dbateman@free.fr> |
2386 | |
2387 * plot/ezplot.m : New function. | |
2388 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2389 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2390 | |
8182 | 2391 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
|
2392 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2393 * 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
|
2394 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2395 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2396 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
|
2397 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2398 * 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
|
2399 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
|
2400 |
8040 | 2401 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
|
2402 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2403 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2404 |
8035 | 2405 2008-08-19 David Bateman <dbateman@free.fr> |
2406 | |
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
|
2407 * 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
|
2408 * 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
|
2409 |
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
|
2410 * statistics/base/ranks.m: Doc fix. |
8035 | 2411 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2412 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
|
2413 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2414 * 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
|
2415 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2416 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
|
2417 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2418 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2419 |
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
|
2420 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
|
2421 |
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
|
2422 * 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
|
2423 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
|
2424 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2425 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
|
2426 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2427 * 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
|
2428 |
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
|
2429 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
|
2430 |
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
|
2431 * 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
|
2432 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
|
2433 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2434 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
|
2435 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2436 * 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
|
2437 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2438 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2439 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2440 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2441 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2442 * 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
|
2443 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2444 * 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
|
2445 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2446 |
8182 | 2447 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
|
2448 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2449 * plot/hold.m: Clarify help text. |
7986 | 2450 |
2451 * specfun/reallog.m: Fix help string. | |
2452 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2453 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2454 |
2455 * strings/regexptranslate.m: Add real documentation. | |
2456 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2457 * 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
|
2458 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2459 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2460 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2461 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2462 |
7974 | 2463 2008-07-28 John W. Eaton <jwe@octave.org> |
2464 | |
2465 * image/imwrite.m: New function. | |
2466 * image/Makefile.in (SOURCES): Add it to the list. | |
2467 | |
7969 | 2468 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2469 | |
2470 * time/datestr.m: New xtest. | |
2471 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2472 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
|
2473 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2474 * 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
|
2475 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2476 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2477 |
7940 | 2478 2008-07-17 John W. Eaton <jwe@octave.org> |
2479 | |
2480 * general/fliplr.m: Fix usage test. | |
2481 * testfun/test.m: Fix usage tests. | |
2482 | |
8040 | 2483 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2484 |
2485 * statistics/base/cov.m: Fix test that should no longer work. | |
2486 | |
7935 | 2487 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2488 | |
2489 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2490 * plot/Makefile.in (SOURCES): Add them to the list. | |
2491 | |
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
|
2492 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
|
2493 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2494 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2495 * 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
|
2496 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2497 * 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
|
2498 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2499 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2500 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2501 |
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
|
2502 * 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
|
2503 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2504 * 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
|
2505 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2506 * 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
|
2507 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2508 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
|
2509 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2510 * 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
|
2511 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2512 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
|
2513 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2514 * 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
|
2515 |
8040 | 2516 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
|
2517 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2518 * 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
|
2519 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2520 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2521 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2522 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2523 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
|
2524 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2525 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
|
2526 |
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
|
2527 * 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
|
2528 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2529 * 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
|
2530 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
|
2531 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2532 |
8040 | 2533 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
|
2534 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2535 * 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
|
2536 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2537 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2538 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2539 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2540 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2541 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2542 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2543 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
|
2544 |
7817 | 2545 * miscellaneous/debug.m: New file.. |
2546 * Makefile.in (SOURCES): Add it to the list. | |
2547 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2548 * 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
|
2549 []. 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
|
2550 |
8040 | 2551 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2552 |
2553 * strings/strcat.m: Add tests. | |
2554 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2555 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
|
2556 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2557 * 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
|
2558 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2559 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2560 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2561 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2562 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2563 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2564 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2565 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2566 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2567 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2568 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2569 |
7783 | 2570 2008-05-20 Bill Denney <bill@denney.ws> |
2571 | |
2572 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2573 New tests. | |
2574 | |
7777 | 2575 2008-05-19 John W. Eaton <jwe@octave.org> |
2576 | |
2577 * general/isa.m: Fix tests. | |
2578 | |
7773 | 2579 2008-05-13 Bill Denney <bill@denney.ws> |
2580 | |
2581 * general/isa.m: Use persistent cell arrays to hold class names | |
2582 instead of multiple strcmp calls. | |
2583 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2584 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2585 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2586 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2587 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
|
2588 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2589 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2590 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
|
2591 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
|
2592 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2593 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2594 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2595 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2596 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2597 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2598 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
|
2599 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2600 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2601 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2602 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2603 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
|
2604 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2605 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2606 * 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
|
2607 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2608 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2609 * 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
|
2610 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2611 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2612 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2613 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2614 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2615 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
|
2616 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2617 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2618 |
7765 | 2619 2008-05-06 David Bateman <dbateman@free.fr> |
2620 | |
2621 * miscellaneous/symvar.m: New function. | |
2622 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2623 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2624 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
|
2625 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2626 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2627 * 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
|
2628 |
9501 | 2629 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
|
2630 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2631 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2632 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
|
2633 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
|
2634 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2635 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2636 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2637 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2638 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2639 * 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
|
2640 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2641 |
7747 | 2642 2008-04-30 John W. Eaton <jwe@octave.org> |
2643 | |
2644 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2645 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2646 | |
8040 | 2647 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2648 |
2649 * specfun/log2.m: Delete. | |
2650 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2651 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2652 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
|
2653 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2654 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
|
2655 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2656 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2657 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2658 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2659 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2660 |
7736 | 2661 2008-04-25 John W. Eaton <jwe@octave.org> |
2662 | |
2663 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2664 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2665 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2666 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
|
2667 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2668 * 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
|
2669 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
|
2670 * 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
|
2671 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2672 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
|
2673 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2674 * 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
|
2675 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2676 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
|
2677 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2678 * 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
|
2679 |
7713 | 2680 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
|
2681 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2682 * 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
|
2683 |
7710 | 2684 2008-04-14 David Bateman <dbateman@free.fr> |
2685 | |
2686 * plot/rose.m: Add missing comment mark that causes issues with | |
2687 octave-forge function referencing. | |
2688 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2689 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2690 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
|
2691 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2692 * 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
|
2693 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
|
2694 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
|
2695 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
|
2696 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
|
2697 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
|
2698 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
|
2699 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
|
2700 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
|
2701 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
|
2702 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
|
2703 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
|
2704 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
|
2705 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
|
2706 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
|
2707 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
|
2708 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
|
2709 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
|
2710 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
|
2711 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
|
2712 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
|
2713 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
|
2714 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
|
2715 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
|
2716 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
|
2717 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
|
2718 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
|
2719 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
|
2720 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
|
2721 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
|
2722 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
|
2723 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
|
2724 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
|
2725 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
|
2726 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
|
2727 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
|
2728 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
|
2729 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
|
2730 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
|
2731 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
|
2732 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
|
2733 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
|
2734 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
|
2735 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
|
2736 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
|
2737 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
|
2738 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
|
2739 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
|
2740 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2741 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
|
2742 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2743 * 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
|
2744 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2745 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
|
2746 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2747 * 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
|
2748 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2749 * 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
|
2750 * 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
|
2751 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2752 * 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
|
2753 * 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
|
2754 * 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
|
2755 * 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
|
2756 * 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
|
2757 * 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
|
2758 * 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
|
2759 * 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
|
2760 * 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
|
2761 * 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
|
2762 * 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
|
2763 * 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
|
2764 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2765 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2766 * 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
|
2767 * 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
|
2768 * 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
|
2769 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2770 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
|
2771 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2772 * 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
|
2773 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
|
2774 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2775 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
|
2776 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2777 * 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
|
2778 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
|
2779 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
|
2780 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
|
2781 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
|
2782 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
|
2783 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
|
2784 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
|
2785 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
|
2786 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
|
2787 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
|
2788 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
|
2789 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
|
2790 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
|
2791 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
|
2792 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
|
2793 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2794 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
|
2795 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
|
2796 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
|
2797 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
|
2798 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
|
2799 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
|
2800 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2801 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
|
2802 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
|
2803 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
|
2804 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
|
2805 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
|
2806 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
|
2807 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2808 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
|
2809 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
|
2810 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
|
2811 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
|
2812 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
|
2813 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
|
2814 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
|
2815 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
|
2816 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
|
2817 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2818 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
|
2819 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2820 * 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
|
2821 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
|
2822 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
|
2823 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
|
2824 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
|
2825 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
|
2826 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
|
2827 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
|
2828 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
|
2829 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
|
2830 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
|
2831 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
|
2832 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
|
2833 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
|
2834 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
|
2835 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
|
2836 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2837 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
|
2838 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
|
2839 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
|
2840 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
|
2841 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
|
2842 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2843 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
|
2844 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
|
2845 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2846 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
|
2847 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
|
2848 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
|
2849 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
|
2850 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
|
2851 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2852 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
|
2853 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2854 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
|
2855 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
|
2856 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
|
2857 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
|
2858 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
|
2859 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
|
2860 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
|
2861 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
|
2862 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
|
2863 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2864 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
|
2865 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
|
2866 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
|
2867 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2868 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2869 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2870 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2871 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2872 * 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
|
2873 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2874 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2875 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2876 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2877 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2878 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2879 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2880 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2881 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2882 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2883 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2884 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2885 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2886 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2887 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2888 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
|
2889 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2890 * 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
|
2891 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2892 * 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
|
2893 |
7682 | 2894 2008-04-02 Bill Denney <bill@denney.ws> |
2895 | |
2896 * optimization/lsqnonneg.m: New function. | |
2897 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2898 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2899 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2900 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2901 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2902 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2903 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2904 * 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
|
2905 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
|
2906 * 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
|
2907 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2908 |
7678 | 2909 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2910 | |
2911 * general/sortrows.m: Handle negative column arguments. | |
2912 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2913 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2914 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2915 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2916 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2917 |
7673 | 2918 2008-03-31 David Bateman <dbateman@free.fr> |
2919 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2920 * 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
|
2921 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
|
2922 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2923 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2924 * 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
|
2925 * 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
|
2926 * 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
|
2927 * 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
|
2928 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2929 * 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
|
2930 |
7673 | 2931 * plot/ginput.m: New function. |
2932 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2933 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2934 * plot/Makefile.in (SOURCES): Add them to the list. | |
2935 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2936 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
|
2937 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2938 * 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
|
2939 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2940 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2941 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2942 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2943 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2944 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2945 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2946 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2947 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2948 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
|
2949 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2950 * 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
|
2951 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2952 |
7669 | 2953 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2954 | |
2955 * general/del2.m: Missing semicolon. | |
2956 | |
7668 | 2957 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2958 | |
2959 * miscellaneous/info.m: New function. | |
2960 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2961 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2962 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
|
2963 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2964 * 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
|
2965 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2966 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2967 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
|
2968 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2969 * 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
|
2970 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
|
2971 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2972 * 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
|
2973 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
|
2974 |
7655 | 2975 2008-03-27 Bill Denney <bill@denney.ws> |
2976 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2977 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2978 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2979 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2980 * 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
|
2981 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2982 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2983 * 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
|
2984 |
7657 | 2985 * general/genvarname.m: New function. |
2986 * general/Makefile.in (SOURCES): Add it to the list. | |
2987 | |
7656 | 2988 * time/addtodate.m: New function. |
7657 | 2989 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2990 |
7655 | 2991 * geometry/rectint.m: Vectorize and add more tests. |
2992 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2993 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
|
2994 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2995 * 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
|
2996 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2997 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2998 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2999 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3000 |
7650 | 3001 2008-03-26 John W. Eaton <jwe@octave.org> |
3002 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3003 * 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
|
3004 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3005 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3006 * 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
|
3007 |
7650 | 3008 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
3009 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
3010 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
3011 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
3012 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
3013 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
3014 Texinfo fixes. | |
3015 | |
8040 | 3016 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
|
3017 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
3018 * 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
|
3019 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3020 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
|
3021 |
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
|
3022 * 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
|
3023 |
8182 | 3024 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
|
3025 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3026 * 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
|
3027 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
|
3028 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3029 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3030 * 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
|
3031 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3032 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 3033 |
3034 * polynomial/convn.m: New function. | |
3035 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
3036 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3037 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3038 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3039 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3040 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 3041 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3042 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
|
3043 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3044 * 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
|
3045 |
7627 | 3046 2008-03-24 David Bateman <dbateman@free.fr> |
3047 | |
3048 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3049 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 3050 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3051 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3052 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3053 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3054 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3055 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3056 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
3057 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
|
3058 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3059 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3060 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3061 * 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
|
3062 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3063 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
|
3064 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
3065 * 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
|
3066 |
7617 | 3067 * miscellaneous/cast.m: Also allow cast to "char". |
3068 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
3069 * 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
|
3070 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3071 * 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
|
3072 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3073 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3074 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3075 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3076 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3077 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3078 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3079 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3080 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3081 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3082 |
7610 | 3083 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
3084 | |
3085 * signal/sinetone.m: Ensure integral number of samples. | |
3086 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3087 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
|
3088 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3089 * 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
|
3090 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3091 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
|
3092 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3093 * 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
|
3094 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3095 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
|
3096 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3097 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3098 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3099 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3100 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3101 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3102 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3103 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3104 * 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
|
3105 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3106 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3107 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3108 * 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
|
3109 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3110 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3111 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3112 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
|
3113 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
3114 * 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
|
3115 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3116 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
|
3117 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3118 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3119 |
7592 | 3120 2008-03-14 Kai Habel <kai.habel@gmx.de> |
3121 | |
3122 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
3123 style to default to avoid wrong mesh color in some cases. | |
3124 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3125 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3126 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3127 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3128 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
|
3129 |
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
|
3130 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
|
3131 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
3132 * 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
|
3133 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
|
3134 |
7592 | 3135 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
3136 | |
7582 | 3137 2008-03-11 Kai Habel <kai.habel@gmx.de> |
3138 | |
3139 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
3140 Allow plotting of uniform colored mesh plots with and | |
3141 w/o hidden line removal. | |
3142 | |
3143 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
|
3144 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3145 * 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
|
3146 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3147 * 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
|
3148 |
7569 | 3149 2008-03-07 John W. Eaton <jwe@octave.org> |
3150 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
3151 * 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
|
3152 |
7569 | 3153 * plot/__go_draw_axes__.m: Handle tickdir property. |
3154 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3155 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3156 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3157 * 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
|
3158 Allow matrix arguments when number of bins > 30. |
7568 | 3159 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
|
3160 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3161 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3162 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3163 * 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
|
3164 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3165 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3166 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3167 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
|
3168 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3169 * 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
|
3170 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3171 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
|
3172 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3173 * 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
|
3174 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3175 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3176 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
|
3177 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3178 * 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
|
3179 |
7551 | 3180 2008-03-04 Bill Denney <bill@denney.ws> |
3181 | |
7557 | 3182 * plot/allchild.m, plot/findall.m: New functions. |
3183 * plot/Makefile.in (SOURCES): Add them to the list. | |
3184 | |
7551 | 3185 * geometry/rectint.m: New function. |
7557 | 3186 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 3187 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3188 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
|
3189 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3190 * 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
|
3191 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
|
3192 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3193 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 3194 |
3195 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
3196 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3197 * 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
|
3198 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3199 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
|
3200 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3201 * 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
|
3202 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3203 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
|
3204 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3205 * 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
|
3206 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
|
3207 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3208 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
|
3209 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3210 * 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
|
3211 "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
|
3212 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3213 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
|
3214 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3215 * 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
|
3216 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
|
3217 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
|
3218 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
|
3219 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
|
3220 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
|
3221 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
|
3222 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
|
3223 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
|
3224 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
|
3225 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
|
3226 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
|
3227 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
|
3228 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3229 * 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
|
3230 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3231 * 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
|
3232 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3233 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
|
3234 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3235 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3236 |
7525 | 3237 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
3238 | |
3239 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
3240 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3241 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
|
3242 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3243 * 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
|
3244 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3245 |
7518 | 3246 2008-02-22 Ben Abbott <bpabbott@mac.com> |
3247 | |
3248 * specfun/legendre.m: Doc fix. | |
3249 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3250 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
|
3251 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3252 * 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
|
3253 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3254 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3255 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
|
3256 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3257 * 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
|
3258 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3259 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3260 * 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
|
3261 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3262 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
|
3263 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3264 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3265 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3266 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3267 * 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
|
3268 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3269 * 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
|
3270 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3271 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3272 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
|
3273 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3274 * 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
|
3275 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3276 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3277 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
|
3278 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3279 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3280 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3281 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
|
3282 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3283 * 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
|
3284 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
|
3285 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
|
3286 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
|
3287 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3288 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
|
3289 |
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
|
3290 * 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
|
3291 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
|
3292 |
7501 | 3293 * polynomial/polyfit.m: Use QR decomposition. Handle |
3294 normalization option. | |
3295 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
3296 generate 50% prediction intervals. | |
3297 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3298 * 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
|
3299 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3300 |
7498 | 3301 2008-02-19 John W. Eaton <jwe@octave.org> |
3302 | |
3303 * pkg/pkg.m: Style fixes. | |
3304 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3305 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 3306 |
3307 * pkg/pkg.m: Handle 'describe' command. | |
3308 (parse_pkg_idx, print_package_description): New subfunctions. | |
3309 | |
7493 | 3310 2008-02-19 Bill Denney <bill@denney.ws> |
3311 | |
3312 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
3313 elements wide. | |
3314 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3315 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
|
3316 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3317 * 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
|
3318 |
7485 | 3319 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3320 | |
3321 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3322 * general/runlength.m: New function from Paul Kienzle. | |
3323 | |
7484 | 3324 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3325 | |
3326 * linear-algebra/cond.m: New optional second argument to | |
3327 specify 1-norm, inf-norm, or frobenius-norm. | |
3328 | |
7475 | 3329 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3330 | |
3331 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3332 body. Allow the linespec to specify the arrow color. | |
3333 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3334 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
|
3335 |
7474 | 3336 * miscellaneous/cast.m: Also treat the logical type. |
3337 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3338 * 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
|
3339 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3340 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3341 * 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
|
3342 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3343 * 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
|
3344 * 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
|
3345 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3346 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
|
3347 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3348 * 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
|
3349 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3350 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3351 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3352 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3353 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3354 * 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
|
3355 |
7436 | 3356 2008-02-01 Dave Goel <deego3@gmail.com> |
3357 | |
3358 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3359 | |
7434 | 3360 2008-02-01 Bill Denney <bill@denney.ws> |
3361 | |
3362 * time/weekday.m: Allow vector inputs and speed up. | |
3363 * time/eomday.m: Return column vector for column vector inputs. | |
3364 | |
7429 | 3365 2008-01-30 John W. Eaton <jwe@octave.org> |
3366 | |
7434 | 3367 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3368 revision". | |
3369 | |
7431 | 3370 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3371 __plt2vs__.m in the list. | |
3372 | |
7430 | 3373 * miscellaneous/tempdir.m: Append filesep to name for |
3374 compatibility. Warn if not a directory or directory does not | |
3375 exist. | |
3376 | |
7429 | 3377 * strings/deblank.m: Improve compatibility. |
3378 | |
7428 | 3379 2008-01-29 John W. Eaton <jwe@octave.org> |
3380 | |
3381 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3382 | |
3383 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3384 |
3385 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3386 Return the label handle, not the current axis handle. | |
3387 | |
7421 | 3388 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3389 | |
3390 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3391 abscissa. | |
3392 | |
3393 2008-01-25 David Bateman <dbateman@free.fr> | |
3394 | |
7423 | 3395 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3396 * plot/__scatter__.m: Remove NaN values from data. |
3397 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3398 | |
7418 | 3399 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3400 | |
3401 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3402 | |
3403 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3404 | |
3405 * geometry/griddata3.m: Call griddata, not gridata. | |
3406 | |
7415 | 3407 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3408 | |
3409 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3410 | |
7411 | 3411 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3412 | |
3413 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3414 Move tests here from test/test_linalg.m. | |
3415 | |
3416 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3417 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3418 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3419 special-matrix/hankel.m, special-matrix/hilb.m, | |
3420 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3421 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3422 Move tests here from test/test_matrix.m. | |
3423 | |
3424 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3425 Move tests here from test/test_number.m. | |
3426 | |
3427 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3428 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3429 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3430 polynomial/polyvalm.m, polynomial/roots.m: | |
3431 Move tests here from test/test_poly.m. | |
3432 | |
3433 * signal/unwrap.m: | |
3434 Move tests here from test/test_signal.m. | |
3435 | |
3436 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3437 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3438 statistics/base/mean.m, statistics/base/median.m, | |
3439 statistics/base/skewness.m, statistics/base/std.m: | |
3440 Move tests here from test/test_stats.m. | |
3441 | |
3442 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3443 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3444 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3445 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3446 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3447 strings/substr.m: | |
3448 Move tests here from test/test_string.m. | |
3449 | |
3450 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3451 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3452 time/date.m, time/etime.m, time/is_leap_year.m: | |
3453 Move tests here from test/test_system.m. | |
3454 | |
7410 | 3455 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3456 | |
3457 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3458 Simplify initial checks on argument values. | |
3459 | |
7408 | 3460 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3461 | |
3462 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3463 implementation of the gnuplot-based graphics backend (derived from | |
3464 drawnow.m). | |
3465 * plot/drawnow.m: Deleted (converted to C++). | |
3466 | |
7401 | 3467 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3468 | |
3469 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3470 New tests. | |
3471 | |
7399 | 3472 2008-01-18 John W. Eaton <jwe@octave.org> |
3473 | |
3474 * optimization/sqp.m: End each function with endfunction. | |
3475 | |
7398 | 3476 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3477 | |
3478 * polynomial/residue.m: For each group of pole multiplicity, set | |
3479 the poles of the group to the value of the group's average. | |
3480 | |
7396 | 3481 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3482 | |
3483 * plot/print.m: Handle PDF output. | |
3484 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3485 | |
7392 | 3486 2008-01-17 John W. Eaton <jwe@octave.org> |
3487 | |
7393 | 3488 * path/savepath.m: Print newline before initial comment line. |
3489 Double up single quote characters. | |
3490 * path/__extractpath__.m: Return just the path as a string. | |
3491 Undo single quote character doubling. | |
3492 | |
3493 * path/pathdef.m: Avoid eval. Simplify. | |
3494 | |
7392 | 3495 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3496 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3497 avoid possible file descriptor leak. | |
3498 | |
3499 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3500 | |
3501 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3502 * startup/main-rcfile: Call atexit ("__finish__"). | |
3503 | |
7388 | 3504 2008-01-16 John W. Eaton <jwe@octave.org> |
3505 | |
7390 | 3506 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3507 Use it to disable enhanced mode for individual labels and titles. | |
3508 | |
7392 | 3509 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3510 (install install-strip, uninstall): Handle function files. |
3511 | |
3512 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3513 | |
7392 | 3514 * startup/__finish__.m: New file. |
3515 * path/__extractpath__.m, path/matlabroot.m, | |
3516 path/pathdef.m: New files. | |
7388 | 3517 * path/Makefile.in (SOURCES): Add them to the list. |
3518 | |
7385 | 3519 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3520 | |
7387 | 3521 * special-matrix/vander.m: Vectorize. New test. |
3522 | |
7385 | 3523 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3524 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3525 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3526 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3527 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3528 Move tests here from test/test_arith.m. | |
3529 | |
7382 | 3530 2008-01-15 John W. Eaton <jwe@octave.org> |
3531 | |
3532 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3533 | |
7379 | 3534 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3535 | |
3536 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3537 Call __get__ instead of get. | |
3538 | |
3539 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3540 | |
3541 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3542 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3543 hermitian operator. | |
3544 | |
7376 | 3545 2008-01-14 Bill Denney <bill@denney.ws> |
3546 | |
3547 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3548 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3549 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3550 |
3551 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3552 image/rgb2ntsc.m: Also accept images as input. | |
3553 | |
3554 * image/gray2ind.m: Handle image type other than double. | |
3555 Improve error checking and documentation. | |
3556 | |
7371 | 3557 2008-01-14 John W. Eaton <jwe@octave.org> |
3558 | |
7372 | 3559 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3560 instead of calling tolower on first arg. Default font name is | |
3561 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3562 (__maybe_munge_text__): Fix typo. | |
3563 | |
7371 | 3564 * optimization/sqp.m: Fix function definitions in test code. |
3565 | |
7361 | 3566 2008-01-12 John W. Eaton <jwe@octave.org> |
3567 | |
3568 * plot/gnuplot_binary.in: New file. | |
3569 * plot/gnuplot_binary.m: Delete. | |
3570 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3571 (SOURCES_IN, GEN_M): New macros. | |
3572 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3573 (FCN_FILES): Include $(GEN_M) in the list. | |
3574 (all): Depend on $(GEN_M). | |
3575 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3576 (distclean): Also remove $(GEN_M). |
7361 | 3577 |
3578 2008-01-11 John W. Eaton <jwe@octave.org> | |
3579 | |
3580 * optimization/sqp.m: New test from example in doc string. | |
3581 | |
7360 | 3582 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3583 | |
3584 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3585 to more than one multiplicity group. | |
3586 | |
7358 | 3587 2008-01-10 John W. Eaton <jwe@octave.org> |
3588 | |
3589 * plot/gnuplot_binary.m: New file. | |
3590 * plot/Makefile.in (SOURCES): Add it to the list. | |
3591 | |
7355 | 3592 2008-01-09 John W. Eaton <jwe@octave.org> |
3593 | |
3594 * plot/drawnow.m: Fail if filename includes a directory part that | |
3595 does not exist. | |
3596 | |
7352 | 3597 2008-01-07 John W. Eaton <jwe@octave.org> |
3598 | |
3599 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3600 Error if glob call fails to match any files. | |
3601 | |
7346 | 3602 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3603 | |
3604 * strings/strtrim.m: Doc fix. | |
3605 | |
7345 | 3606 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3607 | |
3608 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3609 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3610 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3611 |
3612 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3613 | |
7341 | 3614 2008-01-02 John W. Eaton <jwe@octave.org> |
3615 | |
3616 * plot/print.m: Correctly handle pbm terminal. | |
3617 | |
7340 | 3618 2007-12-28 John W. Eaton <jwe@octave.org> |
3619 | |
3620 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3621 extensions. | |
3622 | |
7337 | 3623 2007-12-28 David Bateman <dbateman@free.fr> |
3624 | |
3625 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3626 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3627 * Makefile.in (SOURCES): Add to the sources. | |
3628 | |
3629 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3630 | |
3631 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3632 Remove unnecessary call of size function. | |
3633 | |
7334 | 3634 2007-12-21 John W. Eaton <jwe@octave.org> |
3635 | |
3636 Version 3.0.0 released. | |
3637 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3638 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3639 |
3640 * image/imshow.m: Accept empty value for display_range. | |
3641 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3642 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3643 |
3644 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3645 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3646 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3647 |
3648 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3649 display ranges correctly. | |
3650 | |
7327 | 3651 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3652 Peter A. Gustafson <petegus@umich.edu> | |
3653 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3654 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3655 |
7325 | 3656 2007-12-19 John W. Eaton <jwe@octave.org> |
3657 | |
3658 * miscellaneous/edit.m: New function. | |
3659 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3660 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3661 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3662 |
3663 * plot/__bar__.m: Handle "basevalue" option. | |
3664 * plot/__bars__.m: New arg, base_value. | |
3665 | |
7321 | 3666 2007-12-17 David Bateman <dbateman@free.fr> |
3667 | |
3668 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3669 * plot/Makefiles (SOURCES): Add them to the sources | |
3670 * plot/polar.m: Set the x and y limits to the maximum polar | |
3671 radius. Set the axes to be square. | |
3672 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3673 and print axis at zero if this is used. | |
3674 | |
3675 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3676 contours can overlay pcolor plots. Priveldge no hidden line | |
3677 removal when there are multiple objects in the plot. | |
3678 | |
7320 | 3679 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3680 | |
3681 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3682 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3683 | |
7319 | 3684 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3685 | |
3686 * miscellaneous/run.m: Replace script with f when looking for | |
3687 file to run. | |
3688 | |
7316 | 3689 2007-12-14 David Bateman <dbateman@free.fr> |
3690 | |
7317 | 3691 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3692 * plot/contour.m: Doc fix. | |
3693 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3694 Include linetype in withclause. | |
3695 | |
7316 | 3696 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3697 Use it to determine dimensions. Consolidate all 3-d settings. | |
3698 | |
7315 | 3699 2007-12-13 John W. Eaton <jwe@octave.org> |
3700 | |
3701 * image/imshow.m: Turn axis visibility off. | |
3702 Don't scale true color images. | |
3703 * image/image.m: Set axis layer property to "top". | |
3704 | |
7307 | 3705 2007-12-12 John W. Eaton <jwe@octave.org> |
3706 | |
7313 | 3707 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3708 | |
3709 * plot/pie.m: Avoid calling "exist". | |
3710 | |
7309 | 3711 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3712 Condense argument processing logic. Allow 6 arguments. |
3713 Use issquare. Avoid calling "exist". | |
7309 | 3714 |
7307 | 3715 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3716 | |
7305 | 3717 2007-12-12 David Bateman <dbateman@free.fr> |
3718 | |
3719 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3720 * plot/Makefile.in (SOURCES): Add to the sources. | |
3721 | |
7290 | 3722 2007-12-11 John W. Eaton <jwe@octave.org> |
3723 | |
7298 | 3724 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3725 * plot/surface.m: Not here. | |
3726 | |
7297 | 3727 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3728 subsequent "unset grid" if there is no grid. | |
3729 | |
7296 | 3730 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3731 | |
7293 | 3732 * plot/surface.m: Don't set facecolor property in call to |
3733 __go_surface__. | |
3734 | |
7290 | 3735 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3736 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3737 | |
7292 | 3738 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3739 | |
7295 | 3740 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3741 color string is not taken as z value. | |
3742 | |
7292 | 3743 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3744 zgrid to "on" and box to "off" for used axes. | |
3745 | |
3746 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3747 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3748 | |
7286 | 3749 2007-12-11 David Bateman <dbateman@free.fr> |
3750 | |
7288 | 3751 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3752 | |
7287 | 3753 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3754 * statistics/base/mode.m: Ditto. | |
3755 | |
7286 | 3756 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3757 object handles are all now non integer. | |
3758 | |
7278 | 3759 2007-12-10 John W. Eaton <jwe@octave.org> |
3760 | |
7282 | 3761 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3762 | |
7281 | 3763 * general/issymmetric.m: Use ' instead of .' for compatibility |
3764 with previous versions of Octave. | |
3765 * general/ishermitian.m: Delete. | |
7285 | 3766 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3767 |
7280 | 3768 * plot/fplot.m: In N is not specified, increase initial number of |
3769 points from 3 and 5 to 5 and 8. | |
3770 | |
7279 | 3771 * signal/detrend.m: Move tests here from test/test_signal.m. |
3772 Loosen tolerance on first test from 10*eps to 20*eps. | |
3773 | |
7278 | 3774 * finance/rate.m: Don't request info from fsolve. |
3775 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3776 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3777 |
3778 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3779 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3780 | |
7276 | 3781 2007-12-10 David Bateman <dbateman@free.fr> |
3782 | |
3783 * image/image.m: Rewritten to allow trailing properties to be | |
3784 passed to underlying image object. | |
3785 * image/__img__.m: Pass additional arguments to __go_image__. | |
3786 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3787 | |
7274 | 3788 2007-12-10 John W. Eaton <jwe@octave.org> |
3789 | |
3790 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3791 front" to gnuplot. | |
3792 | |
7271 | 3793 2007-12-10 David Bateman <dbateman@free.fr> |
3794 | |
7274 | 3795 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3796 border front" from images. |
7274 | 3797 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3798 * plot/pcolor.m: Set axis "box" property. | |
3799 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3800 Mark as commands. | |
7271 | 3801 |
7269 | 3802 2007-12-07 David Bateman <dbateman@free.fr> |
3803 | |
3804 * plot/surf.m: Don't set facecolor property. | |
3805 | |
7265 | 3806 2007-12-06 John W. Eaton <jwe@octave.org> |
3807 | |
7269 | 3808 * plot/print.m: Pass mono to drawnow. |
3809 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3810 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3811 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3812 disable color specifications. | |
3813 | |
7265 | 3814 * general/issymmetric.m: Move tests here from test/test_number.m |
3815 | |
3816 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3817 | |
3818 * general/issymmetric.m: To keep its argument sparse and the | |
3819 function quick, use the infinity norm rather than the 2-norm. | |
3820 Also measure the symmetric part rather than the Hermitian part. | |
3821 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3822 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3823 | |
7248 | 3824 2007-12-04 John W. Eaton <jwe@octave.org> |
3825 | |
7257 | 3826 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3827 text and label commands if font is "*". | |
3828 | |
7248 | 3829 * linear-algebra/krylov.m: Doc fixes. |
3830 From Marco Caliari <caliari@sci.univr.it>. | |
3831 | |
7250 | 3832 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3833 | |
3834 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3835 Add "## PKG_ADD: mark_as_command axis" line. | |
3836 | |
7245 | 3837 2007-12-03 John W. Eaton <jwe@octave.org> |
3838 | |
3839 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3840 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3841 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3842 Generate demos from examples. | |
3843 | |
7240 | 3844 2007-12-03 David Bateman <dbateman@free.fr> |
3845 | |
7243 | 3846 * testfun/test.m: Disable "testif" test block to avoid spurious |
3847 skipped test for "make check". Avoid printing variables for | |
3848 skipped tests. | |
3849 | |
7242 | 3850 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3851 | |
7240 | 3852 * plot/plotyy.m: Use activepositionproperty property of axes |
3853 object. Set second axis color to "none". | |
3854 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3855 property of the axis objects. | |
3856 | |
7239 | 3857 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3858 | |
3859 * linear-algebra/condest.m: Loosen tolerance in test. | |
3860 | |
7236 | 3861 2007-12-02 John W. Eaton <jwe@octave.org> |
3862 | |
3863 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3864 get_data_limits. | |
3865 | |
7222 | 3866 2007-11-30 John W. Eaton <jwe@octave.org> |
3867 | |
3868 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3869 (get_data_limits, get_axis_limits): Delete. | |
3870 | |
7228 | 3871 2007-11-30 David Bateman <dbateman@free.fr> |
3872 | |
7235 | 3873 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3874 | |
7228 | 3875 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3876 tick labels rather than one by one on the labels themselves. | |
3877 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3878 95% crossing fixed. | |
3879 | |
7217 | 3880 2007-11-29 David Bateman <dbateman@free.fr> |
3881 | |
7220 | 3882 * plot/pareto.m: New file. |
3883 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3884 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3885 marks to avoid gnuplot error about formating. More colorspec to | |
3886 after the tics. | |
3887 * plot/plotyy.m: More generic check for appropriate axis color. | |
3888 | |
7217 | 3889 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3890 2- and 3-D. | |
3891 * plot/stem3.m: New function. | |
3892 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3893 * plot/stem.m: Adapt to use __stem__. | |
3894 | |
7216 | 3895 2007-11-29 John W. Eaton <jwe@octave.org> |
3896 | |
3897 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3898 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3899 requested. | |
3900 | |
3901 * plot/patch.m: Omit isnan check on handle returned from | |
3902 __plt_get_axis_arg__. | |
3903 | |
3904 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3905 but has no axes. | |
3906 | |
7215 | 3907 2007-11-28 David Bateman <dbateman@free.fr> |
3908 | |
3909 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3910 ancestor. If leading argument is logical set variable nogca to see | |
3911 if gca() should be called if there is no active handle found. | |
3912 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3913 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3914 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3915 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3916 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3917 __plt__get_axis_arg__ to find axis handle. | |
3918 * polar.m: Typo. | |
3919 | |
7213 | 3920 2007-11-28 John W. Eaton <jwe@octave.org> |
3921 | |
3922 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3923 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3924 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3925 |
3926 * plot/drawnow.m: Fix typo. | |
3927 | |
7206 | 3928 2007-11-27 David Bateman <dbateman@free.fr> |
3929 | |
7207 | 3930 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3931 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3932 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3933 | |
3934 * plot/meshz.m: New function. | |
3935 * plot/Makefile.in (SOURCES): Add it to the list. | |
3936 * plot/surface.m: Allow surface to accept an axis handle as the | |
3937 first argument. | |
3938 * plot/meshc.m: Extract z from the the surface object rather than | |
3939 varargin so that we can rely on code in surface to treat leading | |
3940 axis handles. | |
3941 | |
7206 | 3942 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3943 y2tics" in the case of a plotyy plot. | |
3944 * plot/plotyy.m: ensure the position property is set correct for | |
3945 the second axis, by setting it after the plot itself. In the case | |
3946 of a plot that returns multiple handles, base the color selection | |
3947 on the first. | |
3948 | |
7204 | 3949 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3950 | |
3951 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3952 z-value of vertex 'c3'. | |
3953 | |
7203 | 3954 2007-11-27 John W. Eaton <jwe@octave.org> |
3955 | |
3956 * image/image.m: Allow nargin == 0 case to work again. | |
3957 | |
7202 | 3958 2007-11-27 David Bateman <dbateman@free.fr> |
3959 | |
3960 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3961 colorbar, to ensure that the colorbar is on the canvas for png and | |
3962 postscipt outputs. | |
3963 | |
7189 | 3964 2007-11-26 David Bateman <dbateman@free.fr> |
3965 | |
7197 | 3966 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3967 return values. | |
3968 | |
7194 | 3969 * plot/plotyy.m: New function |
3970 * plot/Makefile.in (SOURCES): Add it here. | |
3971 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3972 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3973 {x|y}label to respect the axis position. | |
3974 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3975 handle as the first argument. | |
3976 | |
7192 | 3977 * pkg/pkg.m (pkg:install): When loading the installed packages |
3978 index into installed_pkgs_lst and not descriptions.. | |
3979 | |
7189 | 3980 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3981 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3982 * plot/quiver.m: Modify to use __quiver__.m. | |
3983 | |
3984 * plot/hist.m: Avoid saturation when the x values are in an | |
3985 inetger type. | |
3986 | |
3987 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3988 | |
3989 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3990 functions. | |
3991 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3992 | |
3993 2007-11-26 David Bateman <dbateman@free.fr> | |
3994 | |
3995 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3996 extent. | |
3997 | |
3998 * plot/colorbar.m: New function. | |
3999 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4000 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
4001 precalculate the clim, set pm3d except for mesh. | |
4002 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
4003 save the real values so that colorbar corresponds to the contour | |
4004 levels. | |
4005 | |
4006 * plot/stem.m: Set marker color the same as the line color. Draw | |
4007 a single discontinous line object for the stems. | |
4008 | |
4009 * plot/sphere.m: New function ported from JHandles. | |
4010 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4011 | |
4012 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
4013 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
4014 to get enhanced mode to work correctly for the X11 terminal. | |
4015 | |
4016 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
4017 the reverse. Allow an axes handle to be passed and/or returned. | |
4018 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
4019 | |
4020 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
4021 sort surface patches by their depth and not the order they are | |
4022 rendered in. | |
4023 | |
4024 * plot/__patch__.m: Set clim correctly. | |
4025 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
4026 the marker color is determined by the cmap. | |
4027 * plot/scatter.m: New function to 2D scatter plots. | |
4028 * plot/scatter3.m: New function to 3D scatter plots. | |
4029 * plot/__scatter__.m: Support function for scatter plots | |
4030 * Makefile.in (SOURCES): Ad dnew functions here. | |
4031 | |
4032 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
4033 Return whether the terminal supports enhanced text or not. | |
4034 (drawnow:enhanced_term): New sub-function to determine if terminal | |
4035 supports enhanced mode. | |
4036 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
4037 __go_draw_axes__. | |
4038 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
4039 needed to support the enhanced mode. | |
4040 * plot/print.m: Remove "enhanced" option as this is now treated in | |
4041 drawnow.m. | |
4042 | |
4043 * plot/caxis.m: New function to control the color axis limits. | |
4044 * plot/Makefile.in (SOURCES): Include it. | |
4045 * plot/axis.m: Allow the first argument to be an axes handle. | |
4046 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
4047 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
4048 caxis limits. | |
4049 | |
4050 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
4051 * image/Makefile.in (SOURCES): Include it. | |
4052 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
4053 of the bars for the colormap. | |
4054 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
4055 passed. | |
4056 * plot/__contour.m: Avoid possible divide by zero error. | |
4057 * plot/contour.m: Missing semicolon. | |
4058 * plot/surface.m: Don't attempt to set additional arguments if | |
4059 there are none. | |
4060 * plot/Makefile.in (SOURCES): Include __bars__.m | |
4061 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4062 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 4063 |
4064 * plot/__bar__.m: put bar creation code into separate function | |
4065 to allow easy hook up from other graphic backends | |
4066 | |
4067 * plot/__bars__.m: new function containing bar creation code | |
4068 | |
7186 | 4069 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
4070 | |
4071 * general/accumarray.m: Correct dimension check. | |
4072 | |
7183 | 4073 2007-11-26 John W. Eaton <jwe@octave.org> |
4074 | |
4075 * polynomial/residue.m: Prepad along second dimension. | |
4076 From Doug Stewart <dastew@sympatico.ca>. | |
4077 | |
7181 | 4078 2007-11-26 Kai Habel <kai.habel@gmx.de> |
4079 | |
7183 | 4080 * plot/cylinder.m, plot/slice.m: New functions. |
4081 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 4082 |
7177 | 4083 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
4084 | |
4085 * plot/patch.m: Handle arg may also be hggroup object. | |
4086 Use ancestor to find parent axes object. | |
4087 | |
7175 | 4088 2007-11-14 David Bateman <dbateman@free.fr> |
4089 | |
4090 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
4091 flag to patch that it is not closed. Allow z to take string | |
4092 arguments and use it to flag that the contours are placed at the | |
4093 z level of the contour itself. | |
4094 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
4095 objects as well. Let hidden removal take precedence in case of a | |
4096 conflict. | |
4097 * plot/surface.m: Allow surface to treat handles being passed or | |
4098 returned. Any additional arguments arr used to set the surface | |
4099 handle. | |
4100 * plot/contour3.m: New function | |
4101 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4102 | |
7173 | 4103 2007-11-14 John W. Eaton <jwe@octave.org> |
4104 | |
4105 * specfun/bessel.m: Update doc string from | |
4106 src/DLD-FUNCTIONS/besselj.cc. | |
4107 | |
7170 | 4108 2007-11-12 David Bateman <dbateman@free.fr> |
4109 | |
4110 * plot/contour.m: Allow handles to be passed and returned. Split | |
4111 the countour function itself into __contour__.m to be shared with | |
4112 surfc and meshc. | |
4113 * plot/__contour__.m: New file | |
4114 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4115 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
4116 the face or edge if the facecolor or edge color are marked as | |
4117 "none". Allow the edgecolor to be determined by the cdata in the | |
4118 same manner as the facecolor. Fail if facecolor is not "none" and | |
4119 a 3-D plot is desired, rather than ignoring zdata. Make the | |
4120 storage of 3D/4D data consistent between line, surface and patch | |
4121 objects. | |
4122 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
4123 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 4124 |
4125 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
4126 Handle fontweight and fontangle properties. | |
4127 | |
7163 | 4128 2007-11-12 Kai Habel <kai.habel@gmx.de> |
4129 | |
4130 * plot/spinmap.m, plot/ribbon.m: New functions. | |
4131 * plot/Makefile.in (SOURCES): Add them to the list. | |
4132 | |
4133 2007-11-12 John W. Eaton <jwe@octave.org> | |
4134 | |
4135 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
4136 Use it to avoid duplicated code. | |
4137 | |
7161 | 4138 2007-11-12 David Bateman <dbateman@free.fr> |
4139 | |
7162 | 4140 * plot/title.m: Fix return value for nargout > 0. |
4141 | |
4142 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
4143 specified for the title, xlabel, ylabel and text objects. | |
4144 | |
7161 | 4145 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
4146 4.0 and surface plots. | |
4147 | |
7160 | 4148 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
4149 | |
4150 * plot/__patch__.m: Fix computation of faces when patch is defined | |
4151 with X/Y/Z data. | |
4152 | |
7146 | 4153 2007-11-09 John W. Eaton <jwe@octave.org> |
4154 | |
7152 | 4155 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 4156 Correct logic in setting palette data. |
7152 | 4157 |
7151 | 4158 * audio/wavread.m, control/base/__bodquist__.m, |
4159 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
4160 control/system/c2d.m, control/system/is_detectable.m, | |
4161 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
4162 control/system/tfout.m, general/isdefinite.m, | |
4163 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
4164 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
4165 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
4166 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
4167 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
4168 testfun/test.m: Use specific end keywords. | |
4169 | |
7146 | 4170 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
4171 | |
4172 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
4173 | |
4174 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
4175 Don't change view if hold is on. | |
4176 | |
7142 | 4177 2007-11-09 David Bateman <dbateman@free.fr> |
4178 | |
7149 | 4179 * plot/hidden.m: New function. |
4180 * plot/Makefile.in (SOURCES): Add it here. | |
4181 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
4182 line removal. | |
4183 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
4184 removal and if it is "none" don't do hidden line removal. | |
4185 | |
7148 | 4186 * plot/legend.m: Also allow labels for surface and patch types. |
4187 * plot/__bar__.m: Split into separate patch pbjects to allow | |
4188 setting of the legend. | |
4189 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
4190 objects as well. | |
4191 | |
7146 | 4192 * plot/area.m, plot/__area__.m: New functions |
4193 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
4194 | |
7142 | 4195 * plot/patch.m: Correctly handle case of axis handle as first arg. |
4196 | |
7144 | 4197 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
4198 | |
4199 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
4200 | |
7131 | 4201 2007-11-08 John W. Eaton <jwe@octave.org> |
4202 | |
7133 | 4203 * control/base/dcgain.m, control/base/dre.m, |
4204 control/base/impulse.m, control/base/step.m, | |
4205 control/system/dmr2d.m, control/system/ord2.m, | |
4206 control/system/sys2ss.m, control/system/sysdimensions.m, | |
4207 control/system/sysgetsignals.m, control/system/sysout.m, | |
4208 control/system/tfout.m, control/system/ugain.m, | |
4209 control/system/zpout.m, control/util/strappend.m: | |
4210 Don't fail with usage message if nargout is too large. | |
4211 | |
7131 | 4212 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
4213 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4214 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 4215 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
4216 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
4217 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
4218 control/obsolete/rotg.m, control/obsolete/series.m, | |
4219 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
4220 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 4221 control/system/__syschnamesl__.m, |
4222 control/system/__syscont_disc__.m, | |
4223 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
4224 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
4225 control/system/abcddim.m, control/system/buildssic.m, | |
4226 control/system/c2d.m, control/system/cellidx.m, | |
4227 control/system/d2c.m, control/system/dmr2d.m, | |
4228 control/system/fir2sys.m, control/system/is_abcd.m, | |
4229 control/system/is_controllable.m, control/system/is_detectable.m, | |
4230 control/system/is_digital.m, control/system/is_observable.m, | |
4231 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4232 control/system/jet707.m, control/system/listidx.m, | |
4233 control/system/parallel.m, control/system/ss.m, | |
4234 control/system/ss2sys.m, control/system/ss2zp.m, | |
4235 control/system/starp.m, control/system/sys2ss.m, | |
4236 control/system/sys2tf.m, control/system/sys2zp.m, | |
4237 control/system/sysadd.m, control/system/sysappend.m, | |
4238 control/system/sysconnect.m, control/system/syscont.m, | |
4239 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 4240 control/system/sysdup.m, control/system/sysgetsignals.m, |
4241 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 4242 control/system/sysmult.m, control/system/sysout.m, |
4243 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 4244 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 4245 control/system/syssub.m, control/system/sysupdate.m, |
4246 control/system/tf.m, control/system/tf2ss.m, | |
4247 control/system/tf2sys.m, control/system/tfout.m, | |
4248 control/system/zp.m, control/system/zp2ss.m, | |
4249 control/system/zp2sys.m, control/system/zp2tf.m, | |
4250 control/system/zpout.m, control/util/__outlist__.m, | |
4251 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
4252 control/util/prompt.m, control/util/sortcom.m, | |
4253 control/util/zgfmul.m, control/util/zgfslv.m, | |
4254 control/util/zginit.m, control/util/zgreduce.m, | |
4255 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 4256 |
7130 | 4257 2007-11-08 David Bateman <dbateman@free.fr> |
4258 | |
4259 * plot/quiver.m: Fix arrowheads. | |
4260 | |
7128 | 4261 2007-11-07 Ben Abbott <bpabbott@mac.com> |
4262 | |
4263 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 4264 Handle "rows" argument. New tests. |
7128 | 4265 (cell_ismember): New function. |
4266 | |
7127 | 4267 2007-11-07 John W. Eaton <jwe@octave.org> |
4268 | |
4269 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4270 control/base/__stepimp__.m, control/base/are.m, | |
4271 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
4272 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
4273 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
4274 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
4275 control/base/ltifr.m, control/base/nichols.m, | |
4276 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
4277 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
4278 Style fixes. | |
4279 | |
7125 | 4280 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
4281 | |
4282 * control/base/bode_bounds.m, control/base/dgram.m, | |
4283 control/base/dlyap.m, control/base/freqchkw.m, | |
4284 control/base/gram.m, control/base/place.m, | |
4285 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
4286 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
4287 control/system/is_signal_list.m, control/system/ss2tf.m, | |
4288 control/system/sys2fir.m, control/system/sysgettsam.m, | |
4289 control/system/sysgettype.m, control/system/sysreorder.m, | |
4290 control/system/tf2sys.m, control/system/zp2tf.m, | |
4291 control/util/axis2dlim.m, control/util/swap.m, | |
4292 control/util/zgfmul.m, control/util/zgfslv.m, | |
4293 control/util/zginit.m, control/util/zgreduce.m, | |
4294 control/util/zgrownorm.m, control/util/zgscal.m, | |
4295 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
4296 geometry/inpolygon.m, linear-algebra/housh.m, | |
4297 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
4298 miscellaneous/run.m, quaternion/qconj.m, | |
4299 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
4300 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
4301 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
4302 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
4303 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
4304 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
4305 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
4306 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
4307 statistics/distributions/empirical_cdf.m, | |
4308 statistics/distributions/empirical_inv.m, | |
4309 statistics/distributions/empirical_pdf.m, | |
4310 statistics/models/logistic_regression_derivatives.m, | |
4311 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
4312 | |
7118 | 4313 2007-11-07 David Bateman <dbateman@free.fr> |
4314 | |
7120 | 4315 * general/gradient.m: Correctly convert deltax and deltay scalar |
4316 values are scalars to vectors. | |
4317 | |
7119 | 4318 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4319 the meshc.m function. | |
4320 * plot/meshc.m: Also use the surface function. | |
4321 | |
7120 | 4322 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4323 * plot/Makefile.in (SOURCES): Add them to the list. |
4324 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4325 | |
7117 | 4326 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4327 | |
4328 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4329 | |
7115 | 4330 2007-11-07 John W. Eaton <jwe@octave.org> |
4331 | |
4332 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4333 the data limits are infinite. | |
4334 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4335 (get_axis_limits): Don't do anything if min_val or max_val are | |
4336 infinite. | |
4337 | |
7112 | 4338 2007-11-06 David Bateman <dbateman@free.fr> |
4339 | |
4340 * plot/hist.m: Pass any additional arguments to bar for | |
4341 treatment. Create a default x value that is always a vector. | |
4342 | |
7111 | 4343 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4344 | |
4345 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4346 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4347 |
4348 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4349 | |
4350 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4351 New files. | |
4352 * plot/mesh.m: Call surface to do the real work. | |
4353 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4354 properties. | |
4355 | |
4356 * image/colormap.m: Also return current colormap if nargout and | |
4357 nargin are both 0. | |
4358 | |
7106 | 4359 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4360 | |
4361 * startup/inputrc: Delete key bindings starting with \340 code. | |
4362 | |
7112 | 4363 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4364 |
4365 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4366 to avoid issues of over- and underflow. From Rolf Fabian | |
4367 <Rolf.Fabian@gmx.de>. | |
4368 | |
7097 | 4369 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4370 | |
4371 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4372 help texts. | |
4373 | |
7096 | 4374 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4375 | |
4376 * plot/bar.m, plot/barh.m: Doc fix. | |
4377 | |
7094 | 4378 2007-10-31 John W. Eaton <jwe@octave.org> |
4379 | |
4380 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4381 | |
7086 | 4382 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4383 | |
4384 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4385 objects and legend objects are implemented with a separate axes | |
4386 object. | |
4387 | |
7078 | 4388 2007-10-30 David Bateman <dbateman@free.fr> |
4389 | |
7081 | 4390 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4391 | |
7078 | 4392 * plot/__go_draw_axes__.m (do_linestyle_command): |
4393 Use point type 0 for ".". | |
4394 | |
7073 | 4395 2007-10-26 John W. Eaton <jwe@octave.org> |
4396 | |
7074 | 4397 * image/imshow.m: Improve compatibility. |
4398 * image/image.m: Return handle if nargou > 0. | |
4399 | |
7073 | 4400 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4401 | |
7069 | 4402 2007-10-25 John W. Eaton <jwe@octave.org> |
4403 | |
4404 * miscellaneous/compare_versions.m: Style fixes. | |
4405 | |
7060 | 4406 2007-10-24 John W. Eaton <jwe@octave.org> |
4407 | |
7061 | 4408 * image/saveimage.m: Use functional form of save instead of eval. |
4409 Use -text instead of -ascii. | |
4410 | |
7060 | 4411 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4412 | |
7054 | 4413 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4414 | |
4415 * plot/legend.m: Also extract location string from varargin (lost | |
4416 when 2007-10-08 patch was applied). | |
4417 | |
7049 | 4418 2007-10-23 David Bateman <dbateman@free.fr> |
4419 | |
4420 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4421 miscellaneous/what.m: New functions | |
4422 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4423 functions. | |
4424 | |
7045 | 4425 2007-10-22 David Bateman <dbateman@free.fr> |
4426 | |
4427 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4428 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4429 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4430 | |
7042 | 4431 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4432 | |
4433 * plot/contourf.m: New function. | |
4434 * plot/Makefile.in (SOURCES): Add it to the list. | |
4435 | |
7040 | 4436 2007-10-19 John W. Eaton <jwe@octave.org> |
4437 | |
4438 * plot/subplot.m: Doc fix. | |
4439 | |
7039 | 4440 2007-10-19 David Bateman <dbateman@free.fr> |
4441 | |
7041 | 4442 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4443 |
7037 | 4444 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4445 | |
4446 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4447 output. | |
4448 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4449 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4450 |
4451 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4452 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4453 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4454 control/system/syssetsignals.m, control/base/lqg.m, | |
4455 strings/str2double.m, control/system/sysscale.m, | |
4456 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4457 Make help text fit on pages when using smallbook. | |
4458 | |
7028 | 4459 2007-10-15 David Bateman <dbateman@free.fr> |
4460 | |
7032 | 4461 * plot/print.m: Call drawnow before printing to ensure the plot is |
4462 on the screen. | |
4463 | |
7028 | 4464 * testfun/test.m: In error/warning blocks test for an error before |
4465 a warning to avoid unexpected failures. | |
4466 | |
7027 | 4467 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4468 | |
4469 * testfun/assert.m: Correct documentation of absolution versus | |
4470 relative error tolerance and add tests. | |
4471 | |
7024 | 4472 2007-10-14 David Bateman <dbateman@free.fr> |
4473 | |
4474 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4475 src directory. | |
4476 * plot/Makefile.in (SOURCES): Add fill.m. | |
4477 | |
7020 | 4478 2007-10-13 David Bateman <dbateman@free.fr> |
4479 | |
4480 * plot/__patch__.m: Allow multiple patches to be defined and | |
4481 return a single patch object. Allow Faces/Vertices form of | |
4482 patch. Flag failure so the patch can call print_usage. | |
4483 * plot/patch.m: Update help string for Faces/Vertices | |
4484 call. Respect the fail flag returned by __patch__. Add demo code | |
4485 that tests the functionality of patch. | |
4486 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4487 patch object. | |
4488 * plot/fill.m: New function. | |
4489 | |
7016 | 4490 2007-10-12 John W. Eaton <jwe@octave.org> |
4491 | |
4492 * Change copyright notices in all files that are part of Octave to | |
4493 GPLv3 or any later version. | |
4494 | |
7012 | 4495 2007-10-11 John W. Eaton <jwe@octave.org> |
4496 | |
4497 * plot/__go_draw_axes__.m (get_axis_limits): | |
4498 Return lim = [] if logscale and no positive values. | |
4499 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4500 Set initial min and min positive values to Inf, max values to -Inf. | |
4501 (get_data_limits): Correctly handle xminp when no positive values | |
4502 are found. | |
4503 | |
7011 | 4504 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4505 | |
4506 * polynomial/residue.m: New optional input for pole multiplicity. | |
4507 Doc fix. Fix tests. | |
4508 | |
7010 | 4509 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4510 | |
4511 * toplev.cc (Foctave_config_info): Add field "mac". | |
4512 | |
4513 * miscellaneous/ismac.m: New function. | |
4514 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4515 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4516 | |
7009 | 4517 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4518 | |
4519 * statistics/distributions/hygernd.m: Allow size to be specified | |
4520 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4521 scalars or matrices of a common size. | |
4522 | |
7007 | 4523 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4524 | |
4525 * control/csrefcard.lt, control/system/is_detectable.m, | |
4526 control/system/sysgroup.m, geometry/voronoin.m, | |
4527 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4528 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4529 statistics/distributions/binornd.m, | |
4530 statistics/distributions/cauchy_rnd.m, | |
4531 statistics/distributions/chi2rnd.m, | |
4532 statistics/distributions/discrete_rnd.m, | |
4533 statistics/distributions/exprnd.m, | |
4534 statistics/distributions/frnd.m, | |
4535 statistics/distributions/gamrnd.m, | |
4536 statistics/distributions/geornd.m, | |
4537 statistics/distributions/laplace_rnd.m, | |
4538 statistics/distributions/logistic_rnd.m, | |
4539 statistics/distributions/lognrnd.m, | |
4540 statistics/distributions/nbinrnd.m, | |
4541 statistics/distributions/normrnd.m, | |
4542 statistics/distributions/poissrnd.m, | |
4543 statistics/distributions/stdnormal_rnd.m, | |
4544 statistics/distributions/trnd.m, | |
4545 statistics/distributions/unifrnd.m, | |
4546 statistics/distributions/wblrnd.m: Spelling fixes. | |
4547 | |
7005 | 4548 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4549 | |
4550 * time/tic.m: New optional output value. | |
4551 | |
4552 * general/int2str.m: Doc fix. | |
4553 | |
7002 | 4554 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4555 | |
4556 * statistics/distributions/hygecdf.m, | |
4557 statistics/distributions/hygeinv.m, | |
4558 statistics/distributions/hygepdf.m, | |
4559 statistics/distributions/hygernd.m: | |
4560 Swap order of T and M args for compatibility. | |
4561 | |
7001 | 4562 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4563 | |
4564 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4565 control/system/buildssic.m, control/system/c2d.m, | |
4566 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4567 control/system/ss2sys.m, control/system/ss2tf.m, | |
4568 control/system/syscont.m, control/system/sysdimensions.m, | |
4569 control/system/sysdisc.m, control/system/sysmult.m, | |
4570 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4571 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4572 general/interp1.m, general/interp2.m, general/interp3.m, | |
4573 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4574 general/rat.m, general/structfun.m, general/trapz.m, | |
4575 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4576 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4577 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4578 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4579 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4580 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4581 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4582 statistics/base/meansq.m, statistics/base/var.m, | |
4583 statistics/tests/chisquare_test_independence.m, | |
4584 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4585 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4586 testfun/test.m: Spelling fixes. | |
4587 | |
6998 | 4588 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4589 | |
4590 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4591 | |
6997 | 4592 2007-10-10 John W. Eaton <jwe@octave.org> |
4593 | |
4594 * general/num2str.m: Always allow for sign for automatically | |
4595 computed format widths. | |
4596 | |
6988 | 4597 2007-10-09 David Bateman <dbateman@free.fr> |
4598 | |
4599 * plot/patch.m: Accept a handle as the first argument. | |
4600 | |
6987 | 4601 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4602 | |
7010 | 4603 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4604 |
6985 | 4605 2007-10-09 John W. Eaton <jwe@octave.org> |
4606 | |
4607 * audio/wavwrite.m: Accept arguments in compatible order. | |
4608 | |
6979 | 4609 2007-10-08 David Bateman <dbateman@free.fr> |
4610 | |
4611 * general/interp2.m: Relax test for values outside the grid to | |
4612 allow monotonically decreasing abscissa as well. | |
4613 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4614 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4615 |
4616 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4617 as output parameter. | |
4618 | |
6977 | 4619 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4620 | |
4621 * plot/__go_draw_axes__.m, plot/legend.m: | |
4622 Handle compatible position specifiers as strings. | |
4623 | |
6975 | 4624 2007-10-08 John Swensen <jpswensen@comcast.net> |
4625 | |
4626 * general/num2str.m: Eliminate extra whitespace in output. | |
4627 * strings/strtrim.m: New function. | |
4628 * strings/Makefile.in (SOURCES): Add it to the list. | |
4629 | |
6968 | 4630 2007-10-06 John W. Eaton <jwe@octave.org> |
4631 | |
4632 * polynomial/residue.m: New test from test/test_poly.m. | |
4633 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4634 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4635 |
4636 * image/saveimage.m: Handle saving color images without a colormap. | |
4637 * image/__img_via_file__.m: Add missing semicolon. | |
4638 | |
4639 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4640 | |
7010 | 4641 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4642 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4643 | |
6965 | 4644 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4645 | |
4646 * plot/print.m: Handle svg output type. Accept new -S option to | |
4647 specify size for PNG and SVG output types. | |
4648 | |
4649 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4650 |
4651 * polynomial/mpoles.m: New function. | |
4652 * polynomial/residue.m: Modified to behave in reciprocal | |
4653 manner. No longer compute 4th output, "e". No longer accept | |
4654 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4655 Respect maximum relative difference in poles when determining | |
4656 their multiplicity. Use mpoles to determine the multiplicity of | |
4657 poles. | |
4658 | |
6963 | 4659 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4660 | |
4661 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4662 for surface plots. | |
4663 | |
6962 | 4664 2007-10-05 John W. Eaton <jwe@octave.org> |
4665 | |
4666 * plot/__next_line_color__.m: Get color_rotation from axes | |
4667 colororder property. | |
4668 | |
6953 | 4669 2007-10-03 John W. Eaton <jwe@octave.org> |
4670 | |
6955 | 4671 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4672 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4673 | |
6953 | 4674 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4675 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4676 special for __vnorm__. | |
4677 | |
6951 | 4678 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4679 | |
6952 | 4680 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4681 |
6950 | 4682 2007-10-03 David Bateman <dbateman@free.fr> |
4683 | |
4684 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4685 if a file is architecture dependent based on a list of file | |
4686 extensions. | |
4687 (configure_make): Simplify the search for architecture dependent | |
4688 files based on this function. | |
4689 (load_pakages_and_dependencies): Also look for bin directory in | |
4690 the architecture dependent directory. | |
4691 | |
6947 | 4692 2007-10-03 John W. Eaton <jwe@octave.org> |
4693 | |
4694 * miscellaneous/dir.m: Create empty struct with field names. | |
4695 Include datenum in struct. | |
4696 | |
6943 | 4697 2007-10-02 David Bateman <dbateman@free.fr> |
4698 | |
4699 * miscellaneous/ls.m: If nargout return string array of files | |
4700 returned by ls. | |
4701 | |
6942 | 4702 2007-10-01 John W. Eaton <jwe@octave.org> |
4703 | |
4704 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4705 range values. | |
4706 | |
6937 | 4707 2007-10-01 David Bateman <dbateman@free.fr> |
4708 | |
7010 | 4709 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4710 speed with small vectors. |
6937 | 4711 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4712 rather than OCTAVE_HOME(). | |
4713 | |
6935 | 4714 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4715 | |
4716 * plot/findobj.m: New function. | |
4717 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4718 | |
6925 | 4719 2007-09-26 David Bateman <dbateman@free.fr> |
4720 | |
4721 * pkg/pkg.m: Add second argument to setting for prefix for | |
4722 architecture dependent files. Use throughout. | |
4723 (pkg:issuperuser): New function, use through to check for | |
4724 root user. | |
4725 (pkg:getarchprefix): function to give the archiecture dependent | |
4726 prefix for a package. | |
4727 (pkg:getarchdir): New function giving location of architetcure | |
4728 dependent directory. Use through out. | |
4729 (pkg:install): Treat architecture dependent directory separately | |
4730 as in might not be a sub-directory of the package directory. | |
4731 (pkg:uninstall): ditto. | |
4732 (pkg:create_pkgadddel): Check for global or local install for | |
4733 architecture dependent directory. | |
4734 (pkg:finish_installation): ditto. | |
4735 (pkg:write_INDEX): ditto. | |
4736 (pkg:load_packages_and_dependencies): ditto. | |
4737 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4738 files to a new location if user is root. | |
4739 (pkg:rm_rf): Check if file or directory exists before removing. | |
4740 (pkg:dirempty): Check if directory exists before checking. | |
4741 | |
4742 * plot/___patch__.m: Allow face colors to be passed as strings | |
4743 | |
4744 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4745 needed for calls to "hold" without an argument. | |
4746 | |
6920 | 4747 2007-09-21 John W. Eaton <jwe@octave.org> |
4748 | |
6921 | 4749 * optimization/sqp.m: Fix typo. |
4750 | |
6920 | 4751 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4752 | |
6919 | 4753 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4754 | |
4755 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4756 | |
6918 | 4757 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4758 | |
4759 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4760 unidpdf.m and unidinv.m | |
4761 | |
6914 | 4762 2007-09-18 John W. Eaton <jwe@octave.org> |
4763 | |
4764 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4765 (do_tics_1): Set numeric axes formats to "%.15g". | |
4766 | |
6912 | 4767 2007-09-18 David Bateman <dbateman@free.fr> |
4768 | |
4769 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4770 of %g when writing data. | |
4771 | |
6908 | 4772 2007-09-17 John W. Eaton <jwe@octave.org> |
4773 | |
4774 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4775 | |
6903 | 4776 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4777 | |
4778 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4779 noninteger N with N-K < 1. | |
4780 | |
6901 | 4781 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4782 | |
4783 * strings/index.m: Correct for strings differing after the third | |
4784 position (bug reported by Maude Martin). | |
4785 | |
6895 | 4786 2007-09-13 John W. Eaton <jwe@octave.org> |
4787 | |
4788 * plot/__default_colormap__.m: Delete. | |
4789 * plot/Makefile (SOURCES): Remove from the list. | |
4790 | |
6898 | 4791 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4792 | |
4793 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4794 | |
6885 | 4795 2007-09-10 David Bateman <dbateman@free.fr> |
4796 | |
4797 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4798 limit the selection of colors in the same way as for lines. | |
4799 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4800 column. | |
4801 * plot/__bar__.m: Adapt to use "patch". | |
4802 | |
6870 | 4803 2007-09-06 John W. Eaton <jwe@octave.org> |
4804 | |
4805 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4806 (init_plot_stream): Split from open_plot_stream. | |
4807 * plot/print.m: Accept -debug=FILE argument. | |
4808 | |
6868 | 4809 2007-09-06 David Bateman <dbateman@free.fr> |
4810 | |
7010 | 4811 * general/celldisp.m: New function. |
4812 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4813 * miscellaneous/swapbytes.m: New function. | |
4814 * miscellaneous/gzip.m: New function. | |
4815 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4816 |
6863 | 4817 2007-09-05 David Bateman <dbateman@free.fr> |
4818 | |
7010 | 4819 * general/structfun.m: New function. |
4820 * general/Makefile.in (SOURCES): Add it to sources. | |
4821 * miscellaneous/run.m: New function. | |
4822 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4823 * statistics/base/mode.m: New function. | |
4824 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4825 |
6862 | 4826 2007-09-05 John W. Eaton <jwe@octave.org> |
4827 | |
4828 * miscellaneous/orderfields.m: Use numel instead of length. | |
4829 | |
4830 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4831 | |
4832 * miscellaneous/orderfields.m: Handle empty structs. | |
4833 | |
6861 | 4834 2007-09-05 John W. Eaton <jwe@octave.org> |
4835 | |
4836 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4837 DATA_IDX. | |
4838 | |
4839 2007-09-04 David Bateman <dbateman@free.fr> | |
4840 | |
4841 * general/isdir.m: Return a logical value. | |
4842 | |
6859 | 4843 2007-09-04 David Bateman <dbateman@free.fr> |
4844 | |
4845 * statistics/distributions/chi2pdf.m, | |
4846 statistics/distributions/chi2cdf.m, | |
4847 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4848 distribution functions to account for inverse of scale factor in | |
4849 gamma functions. | |
4850 | |
6857 | 4851 2007-09-01 John W. Eaton <jwe@octave.org> |
4852 | |
4853 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4854 | |
6853 | 4855 2007-09-01 David Bateman <dbateman@free.fr> |
4856 | |
4857 * polynomial/polyint.m: New function like polyinteg but with | |
4858 explicit integration constant. | |
4859 * polynomial/polyinteg.m: Remove. | |
4860 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4861 polyinteg.m. | |
4862 * deprecated/polyinteg.m: Move version here. | |
4863 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4864 | |
6852 | 4865 * geometry/voronoi.m: Add large box around data to get a good |
4866 approximation of the rays to infinity. | |
4867 | |
6851 | 4868 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4869 | |
4870 * plot/axes.m: Allow parent to be specified when creating axes | |
4871 objects. Support non-figure parents. | |
4872 | |
4873 2007-08-31 John W. Eaton <jwe@octave.org> | |
4874 | |
4875 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4876 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4877 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4878 |
7010 | 4879 * polynomial/polygcd.m: Better layout of example. |
4880 * polynomial/compan.m: Remove unnecessary check. | |
4881 * polynomial/roots.m: Added example to help text. | |
4882 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4883 * polynomial/poly.m: Added example to help text. | |
6850 | 4884 |
6848 | 4885 2007-08-30 John W. Eaton <jwe@octave.org> |
4886 | |
4887 * optimization/qp.m: Increase maxit to 200. | |
4888 | |
6847 | 4889 2007-08-30 David Bateman <dbateman@free.fr> |
4890 | |
4891 * geometry/inpolygon.m: New file. | |
4892 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4893 | |
6843 | 4894 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4895 | |
4896 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4897 | |
6829 | 4898 2007-08-24 David Bateman <dbateman@free.fr> |
4899 | |
4900 * plot/__go_draw_axes__.m: Treat text color property. | |
4901 | |
6828 | 4902 2007-08-24 John W. Eaton <jwe@octave.org> |
4903 | |
4904 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4905 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4906 | |
4907 * miscellaneous/movefile.m: Separate second and third args and | |
4908 use p1 and p2, not f1 and f2 when constructing arguments for | |
4909 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4910 | |
6825 | 4911 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4912 | |
4913 * set/intersect.m: Make it work with cell arrays of strings. | |
4914 | |
6823 | 4915 2007-08-24 David Bateman <dbateman@free.fr> |
4916 | |
7010 | 4917 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4918 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4919 functions ported from octave-forge. | |
7010 | 4920 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4921 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4922 geometry/triplot.m, geometry/tsearchn.m: | |
4923 New functions. | |
7010 | 4924 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4925 * geometry/Makefile.in (SOURCES): Add functions above. | |
4926 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4927 |
6820 | 4928 2007-08-23 John W. Eaton <jwe@octave.org> |
4929 | |
4930 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4931 variable name. | |
4932 | |
4933 2007-08-23 David Bateman <dbateman@free.fr> | |
4934 | |
4935 * plot/plot.m: Allow first arg to be axes handle. | |
4936 | |
6818 | 4937 2007-08-22 David Bateman <dbateman@free.fr> |
4938 | |
4939 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4940 outputs are returned only if requested. | |
4941 | |
4942 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4943 | |
4944 * control/base/nichols.m: Fix typo. | |
4945 | |
6813 | 4946 2007-08-13 John W. Eaton <jwe@octave.org> |
4947 | |
4948 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4949 | |
6809 | 4950 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4951 | |
4952 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4953 use axes position in each appropriate gnuplot set statement. | |
4954 | |
6808 | 4955 2007-08-10 John W. Eaton <jwe@octave.org> |
4956 | |
4957 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4958 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4959 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4960 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4961 | |
6807 | 4962 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4963 | |
4964 * plot/patch.m, plot/__patch__.m: New files. | |
4965 * plot/Makefile.in (SOURCES): Add them to the list. | |
4966 | |
4967 2007-08-07 John W. Eaton <jwe@octave.org> | |
4968 | |
4969 * path/savepath.m: Use single quotes for argument to PATH command | |
4970 that is inserted in file. | |
4971 | |
6805 | 4972 2007-07-27 John W. Eaton <jwe@octave.org> |
4973 | |
4974 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4975 not set in the environment. | |
4976 | |
6796 | 4977 2007-07-25 David Bateman <dbateman@free.fr> |
4978 | |
4979 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4980 control/base/Makefile.in, control/hinf/Makefile.in, | |
4981 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4982 control/util/Makefile.in, deprecated/Makefile.in, | |
4983 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4984 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4985 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4986 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4987 polynomial/Makefile.in, quaternion/Makefile.in, | |
4988 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4989 specfun/Makefile.in, special-matrix/Makefile.in, | |
4990 startup/Makefile.in, statistics/Makefile.in, | |
4991 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4992 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4993 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4994 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4995 | |
6795 | 4996 2007-07-25 John W. Eaton <jwe@octave.org> |
4997 | |
4998 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4999 | |
6793 | 5000 2007-07-24 David Bateman <dbateman@free.fr> |
5001 | |
5002 * image/flag.m: New colormap function. | |
5003 * images/Makefile.in: Include it in SOURCES. | |
5004 | |
5005 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
5006 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5007 image/rainbow.m image/spring.m image/summer.m image/white.m | |
5008 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
5009 * image/gray.m, image/ocean.m: Use the same means of finding the | |
5010 number of colormap elements as the other colormap functions. | |
5011 | |
6790 | 5012 2007-07-24 Kai Habel <kai.habel@gmx.de> |
5013 | |
5014 * plot/__go_draw_axes__.m: Handle patch. | |
5015 | |
6788 | 5016 2007-07-23 David Bateman <dbateman@free.fr> |
5017 | |
5018 * general/rat.m: New function for ration approximation imported | |
5019 from octave-forge. | |
5020 * general/del2.m: New function for discrete laplacian operator. | |
5021 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
5022 | |
5023 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
5024 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5025 image/rainbow.m image/spring.m image/summer.m image/white.m | |
5026 image/winter.m, image/brighten.m: Port image functions from | |
5027 octave-forge. | |
5028 * image/Makefile.in: Add ported functions to SOURCES. | |
5029 * image/gray.m, image/ocean.m: Don't set the colormap for | |
5030 compatibility with matlab. | |
5031 | |
5032 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
5033 octave-forge | |
5034 * plot/Makefile.in: Add ported functions to SOURCES. | |
5035 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
5036 using gnuplot 4.2 or greater. | |
5037 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5038 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 5039 |
5040 * general/cart2sph.m: Fix unbalanced paranthesis. | |
5041 | |
6781 | 5042 2007-07-19 David Bateman <dbateman@free.fr> |
5043 | |
5044 * plot/fplot.m: More compatible version. | |
5045 | |
6780 | 5046 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
5047 | |
5048 * plot/clf.m: Check for valid handle before deleting. | |
5049 | |
5050 * plot/figure.m: Pass "figure" property/value pairs directly to | |
5051 __go_figure__ instead of using regular "set" call. | |
5052 | |
6779 | 5053 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
5054 | |
5055 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
5056 type for gnuplot. | |
5057 | |
6778 | 5058 2007-07-18 John W. Eaton <jwe@octave.org> |
5059 | |
5060 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
5061 gnuplot for each set of axes. | |
5062 | |
6777 | 5063 2007-07-18 David Bateman <dbateman@free.fr> |
5064 | |
6778 | 5065 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
5066 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
5067 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
5068 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
5069 Use standard scale factor rather than one on the scale factor for | |
5070 compatibility. | |
5071 | |
5072 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
5073 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
5074 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5075 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
5076 Preserve backward compatibility. | |
6777 | 5077 |
6776 | 5078 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
5079 | |
5080 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
5081 to avoid issues with regexp special characters in the path strings. | |
5082 | |
6770 | 5083 2007-07-06 David Bateman <dbateman@free.fr> |
5084 | |
6778 | 5085 * general/accumarray.m: New function to create an array by |
5086 accumulating the elements. | |
6770 | 5087 |
6768 | 5088 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
5089 | |
5090 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
5091 (fdjac): Set nx outside of if block. | |
5092 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
5093 | |
6765 | 5094 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
5095 | |
5096 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
5097 | |
5098 * plot/axis.m: Also set "visible" property when setting axes to | |
5099 on/off. | |
5100 | |
6762 | 5101 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
5102 | |
5103 * image/colormap.m: Only return colormap if nargout > 0. | |
5104 Mark as command. | |
5105 | |
6758 | 5106 2007-06-25 John W. Eaton <jwe@octave.org> |
5107 | |
5108 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
5109 strcmp for selected property comparisons. | |
5110 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5111 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 5112 |
6778 | 5113 * image/imshow.m: Fix check for colormap arguments. |
6756 | 5114 |
6754 | 5115 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
5116 | |
5117 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
5118 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5119 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 5120 |
6778 | 5121 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 5122 argument, and note that the data should be sorted for the |
5123 definition of the median to be correct. | |
5124 | |
6778 | 5125 * statistics/base/std.m: Add missing square to definition of |
6754 | 5126 standard deviation. |
5127 | |
6778 | 5128 * statistics/base/cov.m: Add definition of covariance to the help text. |
5129 | |
5130 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 5131 statistics/base/std.m: |
5132 Note that \bar{x} is the mean value of x in the help text. | |
5133 | |
6778 | 5134 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 5135 coefficient to the help text. |
5136 | |
6778 | 5137 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
5138 | |
5139 * statistics/base/var.m: Put N in @math in help text. | |
5140 | |
5141 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 5142 statistics/tests/kolmogorov_smirnov_test.m: |
5143 Write about possible values of 'dist' in help text. | |
5144 | |
6778 | 5145 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 5146 Add definition of correlation to the help text. |
5147 | |
6778 | 5148 * statistics/base/logit.m, statistics/base/kendall.m, |
5149 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 5150 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
5151 TeXification of help text. | |
5152 | |
5153 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
5154 | |
5155 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
5156 Add missing @var's to help text. | |
5157 | |
5158 * statistics/models/logistic_regression.m: Fix typos in help text. | |
5159 | |
5160 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
5161 of help text. | |
5162 | |
5163 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
5164 help text. | |
5165 | |
5166 * statistics/distributions/unidpdf.m, | |
5167 statistics/distributions/discrete_pdf.m: | |
5168 Replace 'pDF' with 'PDF' in help text. | |
5169 | |
6753 | 5170 2007-06-25 John W. Eaton <jwe@octave.org> |
5171 | |
5172 * strings/substr.m: Use offset consistently in code and doc string. | |
5173 From Rafael Laboissiere <rafael@debian.org>. | |
5174 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5175 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 5176 |
6778 | 5177 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 5178 |
6751 | 5179 2007-06-25 John W. Eaton <jwe@octave.org> |
5180 | |
5181 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
5182 Recycle tic labels if necessary. From Juhani Saastamoinen | |
5183 <juhani@cs.joensuu.fi>. | |
5184 | |
6748 | 5185 2007-06-20 John W. Eaton <jwe@octave.org> |
5186 | |
6749 | 5187 * strings/index.m: Allow strings to be empty. |
5188 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
5189 | |
6748 | 5190 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
5191 | |
6747 | 5192 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
5193 | |
5194 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
5195 separate matrices. | |
5196 | |
6746 | 5197 2007-06-19 David Bateman <dbateman@free.fr> |
5198 | |
5199 * plot/axis.m: Prefer to use legend rather than the older Octave | |
5200 only ";;" legend syntax. | |
5201 * polynomial/mkpp.m: ditto. | |
5202 * polynomial/pchip.m: ditto. | |
5203 * signal/freqz_plot.m: ditto. | |
5204 * sparse/gplot.m: ditto. | |
5205 * sparse/treeplot.m: ditto. | |
5206 | |
6745 | 5207 2007-06-19 John W. Eaton <jwe@octave.org> |
5208 | |
5209 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
5210 (__go_draw_axes__): Call do_tics to handle tic marks. | |
5211 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5212 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 5213 |
6778 | 5214 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 5215 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
5216 to check for NA. | |
5217 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5218 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 5219 |
6778 | 5220 * optimization/glpk.m: TeXified the help text. |
5221 * optimization/qp.m: TeXified the help text. | |
5222 * optimization/sqp.m: TeXified the help text. | |
6741 | 5223 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5224 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 5225 |
6778 | 5226 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 5227 |
6738 | 5228 2007-06-15 John W. Eaton <jwe@octave.org> |
5229 | |
5230 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
5231 have_newer_gnuplot is true. | |
5232 | |
6736 | 5233 2007-06-15 Pete Gustafson <petegus@umich.edu> |
5234 | |
6778 | 5235 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
5236 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 5237 to 90, all others 0. |
5238 | |
6778 | 5239 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
5240 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 5241 get_data_limits. |
6778 | 5242 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 5243 called by __errplot__. |
5244 | |
6730 | 5245 2007-06-15 John W. Eaton <jwe@octave.org> |
5246 | |
5247 * testfun/test.m: Also return number of expected failures. | |
5248 | |
6724 | 5249 2007-06-14 John W. Eaton <jwe@octave.org> |
5250 | |
6730 | 5251 * set/ismember.m: Mark two tests known to fail with xtest. |
5252 | |
6724 | 5253 * plot/__go_draw_axes__.m: Handle text rotation property. |
5254 | |
6728 | 5255 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
5256 | |
5257 * testfun/test.m: Add xtest support for tests known to fail. | |
5258 | |
6727 | 5259 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
5260 | |
5261 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
5262 epslatexstandalone terminals. | |
5263 | |
6721 | 5264 2007-06-14 David Bateman <dbateman@free.fr> |
5265 | |
5266 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
5267 as permutation of results was incorrect. | |
5268 * general/interp1.m: Add demo on second derivative | |
5269 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 5270 call. Add 3D demo. Fix typos |
5271 * general/interp3.m: Fix typos. Correct permutation for use of | |
5272 interpn. | |
6721 | 5273 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
5274 | |
6717 | 5275 2007-06-13 John W. Eaton <jwe@octave.org> |
5276 | |
5277 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 5278 |
6706 | 5279 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5280 | |
5281 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
5282 | |
6704 | 5283 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
5284 | |
5285 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
5286 Set have_linestyle to true if two character linestyle is found. | |
5287 | |
6702 | 5288 2007-06-12 David Bateman <dbateman@free.fr> |
5289 | |
6717 | 5290 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
5291 and interpn.m. | |
5292 | |
5293 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
5294 structure before using it. | |
5295 | |
5296 2007-06-12 David Bateman <dbateman@free.fr> | |
5297 | |
6704 | 5298 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 5299 * general/__splinen__.m: New support function for N-dimensional |
5300 spline interpolation. | |
5301 * general/bicubic.m: Allow definition of extrapolation | |
5302 value. Adapt tests to use new graphics interface | |
5303 * general/interp2.m: Call __splinen__ for 2-D spline | |
5304 interpolation. Make the lookup table code only be called for | |
5305 linear and nearest methods. | |
5306 * general/interpn.m: New function for N-dimensional, linear, nearest | |
5307 and spline interpolation. | |
5308 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
5309 and spline interpolation. | |
6704 | 5310 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 5311 |
6701 | 5312 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
5313 | |
5314 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
5315 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5316 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5317 |
5318 * plot/fplot.m: If function is inline, vectorize it. | |
5319 | |
6698 | 5320 2007-06-10 David Bateman <dbateman@free.fr> |
5321 | |
5322 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5323 directory if need to, so that it fits on a line. | |
5324 | |
6695 | 5325 2007-06-07 David Bateman <dbateman@free.fr> |
5326 | |
5327 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5328 saved file so that dependent packages are loaded first, and if | |
5329 nargout==0 don't return any arguments. | |
5330 (pkg:install): Only load packages that are marked autoload after | |
5331 install. Various fixes. Save in order. | |
5332 (pkg:uninstall): Save in order | |
5333 (pkg:load_packages): Use load_package_and_dependencies to load | |
5334 packages. | |
5335 (pkg:save_order): New function to sort package list with dependent | |
5336 packages first. | |
5337 (pkg:load_packages_and_dependencies): New function to load both a | |
5338 list of packages and their dependencies. | |
5339 (pkg:load_package_dirs): New function that returns a vector of the | |
5340 indexes into the installed package list indicating the packages to | |
5341 load and the order to load them in to respect the dependencies. | |
5342 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5343 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5344 |
5345 * plot/axes.m: Eliminate redundant else clause. | |
5346 | |
6686 | 5347 2007-06-03 David Bateman <dbateman@free.fr> |
5348 | |
5349 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5350 * pkg/pkg.m: Protect against multiple actions being define. |
5351 | |
6683 | 5352 2007-06-01 David Bateman <dbateman@free.fr> |
5353 | |
5354 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5355 incorporate into main pkg function. | |
5356 (pkg:install): Check for existence of files to install before | |
5357 globbing and warn the user if they don't exist. | |
5358 | |
6675 | 5359 2007-05-31 David Bateman <dbateman@free.fr> |
5360 | |
6679 | 5361 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5362 directory over several copy command to limit the line length. | |
5363 * miscellaneous/movefile.m: Ditto. | |
5364 | |
6675 | 5365 * pkg.m: Add build option to allow binary Octave packages to be |
5366 built from source packages. Probe absolute path of prefix, global | |
5367 and local lists. Use strcat, rather that [] for strings. | |
5368 (pkg:build): New function to binary binary package. | |
5369 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5370 (pkg:repackage): Package binary Octave package from installation. | |
5371 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5372 from m-files into main installation directory. | |
5373 (pkg:shell): Suppress verbose messages from shell and only display | |
5374 them with the verbose flag. | |
5375 (pkg:installed_packages): Also include the loaded flag in the | |
5376 local and global packages. | |
5377 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5378 flagged as loaded. | |
5379 | |
5380 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5381 | |
5382 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5383 with and without architecture dependent directories. | |
5384 (pkg:installed_packages): Probe the global_list file even if it is | |
5385 the same as the local_list. | |
5386 | |
6669 | 5387 2007-05-29 John W. Eaton <jwe@octave.org> |
5388 | |
5389 * sparse/spy.m: Set axis to "ij" mode. | |
5390 | |
6664 | 5391 2007-05-24 John W. Eaton <jwe@octave.org> |
5392 | |
5393 * set/ismember.m: Quote first arg of "fail" tests. | |
5394 | |
6663 | 5395 2007-05-24 David Bateman <dbateman@free.fr> |
5396 | |
6778 | 5397 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5398 |
6655 | 5399 2007-05-22 David Bateman <dbateman@free.fr> |
5400 | |
5401 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5402 error(lasterr()(8:end)). | |
5403 (pkg:install): Warning for empty packages being removed. Suppress | |
5404 spurious output. Warning rather than error for uninstalling a | |
5405 package that is not installed to avoid RPM issue. | |
5406 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5407 inst or architecture dependent directory if it exists. | |
5408 | |
6653 | 5409 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5410 | |
5411 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5412 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5413 signal/freqz.m: Fix typos. | |
5414 | |
6645 | 5415 2007-05-21 David Bateman <dbateman@free.fr> |
5416 | |
5417 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5418 force installation location. | |
5419 (rebuild): New subfunction to rebuild package database from | |
5420 installed packages. Also allows changing of autoload status | |
5421 (install): Warn use if attempting to install from non existent | |
5422 file. | |
5423 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5424 "USER", "root"))' for root test. | |
5425 | |
5426 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5427 | |
5428 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5429 and replace "\" characters with "/". | |
5430 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5431 characters with "/" throughout. | |
5432 (shell): New subfunction that wraps system and is careful with the | |
5433 shell on windows platforms. | |
5434 (configure_make): Explictly pass complier etc to configure | |
5435 process. | |
5436 (issuperuser): Force default to global install for Windows machines. | |
5437 | |
6636 | 5438 2007-05-19 Kristan Onu |
5439 | |
5440 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5441 | |
6634 | 5442 2007-05-18 David Bateman <dbateman@free.fr> |
5443 | |
5444 * pkg/pkg.m (install): More verbosity. | |
5445 (configure_make): Ditto. | |
5446 (create_pkgadddel): Install in architecture dependent directory if | |
5447 it exists to address issues with autoload/mfilename. | |
5448 (write_INDEX): Check in archiecture dependent directories as well. | |
5449 | |
6633 | 5450 2007-05-17 David Bateman <dbateman@free.fr> |
5451 | |
5452 * plot/hbar.m: Remove. | |
5453 * plot/barh.m: and move it here. | |
5454 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5455 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5456 |
5457 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5458 | |
6629 | 5459 2007-05-16 John W. Eaton <jwe@octave.org> |
5460 | |
5461 * general/logspace.m: Return second arg if fewer than two values | |
5462 are requested. | |
5463 | |
6619 | 5464 2007-05-14 John W. Eaton <jwe@octave.org> |
5465 | |
5466 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5467 on a new line. | |
5468 | |
6617 | 5469 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5470 | |
5471 * statistics/distributions/norminv.m, | |
5472 statistics/distributions/norminv.m, | |
5473 statistics/distributions/normpdf.m, | |
5474 statistics/distributions/normrnd.m: | |
5475 Use standard deviation, not variance. | |
5476 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5477 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5478 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5479 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5480 backward compatibility. | |
5481 | |
6616 | 5482 2007-05-14 David Bateman <dbateman@free.fr> |
5483 | |
5484 * pkg/pkg.m: Mark loaded packages with "*". | |
5485 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5486 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5487 |
5488 * miscellaneous/single.m: Doc fix. | |
5489 Convert to double instead of returning argument unchanged. | |
5490 | |
5491 * miscellaneous/doc.m: Doc fix. | |
5492 | |
5493 * miscellaneous/ver.m: Doc fix. | |
5494 Don't display information about Octave Forge. | |
5495 | |
6614 | 5496 2007-05-12 David Bateman <dbateman@free.fr> |
5497 | |
5498 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5499 install to be printed. An error in the on_uninstall script causes | |
5500 a failure to uninstall. Place oct- and mex-files in an | |
5501 architecture dependent directory. | |
5502 | |
6611 | 5503 2007-05-09 John W. Eaton <jwe@octave.org> |
5504 | |
5505 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5506 | |
6609 | 5507 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5508 | |
5509 * statistics/distributions/normcdf.m: Use standard deviation | |
5510 instead of variance for compatibility. | |
5511 | |
5512 2007-05-08 John W. Eaton <jwe@octave.org> | |
5513 | |
5514 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5515 | |
5516 * set/ismember.m: Always return logical values. | |
5517 | |
5518 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5519 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5520 |
5521 * general/__isequal__.m: Allow numeric values of different classes | |
5522 to compare equal. | |
5523 | |
6606 | 5524 2007-05-07 David Bateman <dbateman@free.fr> |
5525 | |
6607 | 5526 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5527 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5528 |
6605 | 5529 2007-05-02 John W. Eaton <jwe@octave.org> |
5530 | |
5531 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5532 | |
6604 | 5533 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5534 | |
5535 * contour.m: Rewrite help string. | |
5536 | |
6599 | 5537 2007-04-28 John W. Eaton <jwe@octave.org> |
5538 | |
5539 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5540 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5541 Special case nargout == 0. | |
5542 | |
6597 | 5543 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5544 | |
5545 * general/sub2ind.m: Handle empty input, add tests. | |
5546 | |
6590 | 5547 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5548 | |
5549 * plot/contourc.m: Doc fix. | |
5550 | |
6586 | 5551 2007-04-26 David Bateman <dbateman@free.fr> |
5552 | |
5553 * plot/hist.m: Partially remove previous patch. | |
5554 | |
6582 | 5555 2007-04-26 David Bateman <dbateman@free.fr> |
5556 | |
5557 * plot/hist.m: Support returning of handle | |
5558 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5559 cells. | |
5560 | |
6575 | 5561 2007-04-25 John W. Eaton <jwe@octave.org> |
5562 | |
6579 | 5563 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5564 "title \"\"", not "". | |
5565 | |
6575 | 5566 * plot/legend.m: Initialize WARNED to false. |
5567 | |
6567 | 5568 2007-04-24 John W. Eaton <jwe@octave.org> |
5569 | |
5570 * 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
|
5571 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5572 |
5573 2007-04-23 John W. Eaton <jwe@octave.org> | |
5574 | |
5575 * plot/box.m: Delete extra endfunction keyword. | |
5576 | |
6560 | 5577 2007-04-23 David Bateman <dbateman@free.fr> |
5578 | |
5579 * plot/plot3.m: Call newplot. | |
5580 | |
6553 | 5581 2007-04-20 John W. Eaton <jwe@octave.org> |
5582 | |
5583 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5584 | |
6546 | 5585 2007-04-19 John W. Eaton <jwe@octave.org> |
5586 | |
5587 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5588 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5589 | |
6544 | 5590 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5591 | |
5592 * control/util/axis2dlim.m: Delete extraneous line. | |
5593 | |
6542 | 5594 2007-04-18 John W. Eaton <jwe@octave.org> |
5595 | |
5596 * specfun/factorial.m: Increase tolerance in large value test. | |
5597 | |
6540 | 5598 2007-04-18 David Bateman <dbateman@free.fr> |
5599 | |
5600 * __bar__.m: New support function for bar/hbar to support graphic | |
5601 handles, and additional arguments. | |
5602 * bar.m: Convert to use __bar__. | |
5603 * hbar.m: New function | |
5604 * hist.m: Explicitly set the width of the bar plot. | |
5605 | |
6533 | 5606 2007-04-17 John W. Eaton <jwe@octave.org> |
5607 | |
6534 | 5608 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5609 | |
6533 | 5610 * set/ismember.m: New tests. |
5611 From David Grohmann <grohmann@arlut.utexas.edu> | |
5612 | |
6532 | 5613 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5614 | |
5615 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5616 Add tests. | |
5617 | |
6527 | 5618 2007-04-16 John W. Eaton <jwe@octave.org> |
5619 | |
6528 | 5620 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5621 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
|
5622 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5623 |
6527 | 5624 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5625 | |
6526 | 5626 2007-04-13 John W. Eaton <jwe@octave.org> |
5627 | |
6527 | 5628 * optimization/sqp.m: Initialize info to 0. |
5629 | |
6526 | 5630 * optimization/qp.m: Undo previous change. |
5631 | |
6524 | 5632 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5633 | |
5634 * spdiags.m: Fixed the four-argument case to work for columns of | |
5635 length one. | |
5636 | |
6523 | 5637 2007-04-12 John W. Eaton <jwe@octave.org> |
5638 | |
5639 * optimization/qp.m: Avoid Octave indexing bug. | |
5640 | |
6521 | 5641 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5642 | |
6522 | 5643 * miscellaneous/menu.m, control/base/bddemo.m, |
5644 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5645 control/system/sysrepdemo.m: | |
5646 Adapt to page_screen_output as a function. | |
6521 | 5647 |
6518 | 5648 2007-04-11 John W. Eaton <jwe@octave.org> |
5649 | |
5650 * miscellaneous/not.m: Delete. | |
5651 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5652 | |
5653 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5654 | |
5655 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5656 that are close but not exactly equal. | |
5657 | |
6515 | 5658 2007-04-11 David Bateman <dbateman@free.fr> |
5659 | |
5660 * general/bitcmp.m: Make it work again. | |
5661 | |
6512 | 5662 2007-04-10 John W. Eaton <jwe@octave.org> |
5663 | |
5664 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5665 that are close but not exactly equal. | |
5666 | |
6511 | 5667 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5668 | |
5669 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5670 in response to a change in x limits for now. | |
5671 | |
6510 | 5672 2007-04-09 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5675 (__go_draw_axes__): Use it to write data to plot stream. | |
5676 | |
6509 | 5677 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5678 | |
5679 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5680 zeros. Set markerfacecolor property in call to plot. | |
5681 | |
6508 | 5682 2007-04-06 John W. Eaton <jwe@octave.org> |
5683 | |
5684 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5685 | |
5686 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5687 | |
5688 * plot/stem.m: Use plot instead of a series of calls to line. | |
5689 | |
6494 | 5690 2007-04-05 John W. Eaton <jwe@octave.org> |
5691 | |
6499 | 5692 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5693 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5694 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5695 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5696 | |
6496 | 5697 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5698 Use strcmpi instead of strcmp+tolower. |
6496 | 5699 Style fixes. |
5700 | |
6494 | 5701 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5702 Plotting fixes. Style fixes. | |
5703 | |
5704 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5705 Style fixes. | |
5706 | |
5707 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5708 Style fixes. | |
5709 | |
5710 * testfun/demo.m, testfun/example.m: Style fixes. | |
5711 Use "strcat (...)" instead of "[...]". | |
5712 Use format specifiers in calls to warning. | |
5713 | |
5714 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5715 Use "strcat (...)" instead of "[...]". | |
5716 Use "x(end)" instead of "x(length (x))". | |
5717 Check NA before NaN. | |
5718 Style fixes. | |
5719 | |
6473 | 5720 2007-03-29 John W. Eaton <jwe@octave.org> |
5721 | |
6474 | 5722 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5723 |
6467 | 5724 2007-03-27 John W. Eaton <jwe@octave.org> |
5725 | |
5726 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5727 control/base/Makefile.in, control/hinf/Makefile.in, | |
5728 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5729 control/util/Makefile.in, deprecated/Makefile.in, | |
5730 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5731 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5732 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5733 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5734 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5735 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5736 special-matrix/Makefile.in, startup/Makefile.in, | |
5737 statistics/Makefile.in, statistics/base/Makefile.in, | |
5738 statistics/distributions/Makefile.in, | |
5739 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5740 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5741 Use ln instead of $(LN_S) in dist target. | |
5742 | |
6465 | 5743 2007-03-27 David Bateman <dbateman@free.fr> |
5744 | |
5745 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5746 gnuplot 4.0. | |
5747 | |
6464 | 5748 2007-03-26 John W. Eaton <jwe@octave.org> |
5749 | |
5750 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5751 | |
6461 | 5752 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5753 | |
5754 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5755 plot stream and using binary data. | |
5756 | |
6459 | 5757 2007-03-26 John W. Eaton <jwe@octave.org> |
5758 | |
5759 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5760 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5761 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5762 | |
5763 2007-03-26 David Bateman <dbateman@free.fr> | |
5764 | |
6461 | 5765 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5766 | |
6459 | 5767 * plot/plot3.m: Handle line properties. |
5768 * plot/plot.m: Update docstring. | |
5769 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5770 * plot/__plt__.m: Also gather properties. | |
5771 | |
6455 | 5772 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5773 | |
5774 * testfun/assert.m: Delete special check for empty objects. | |
5775 Add test. | |
5776 | |
6453 | 5777 2007-03-26 John W. Eaton <jwe@octave.org> |
5778 | |
6454 | 5779 * plot/drawnow.m: Exit early if call is recursive. |
5780 | |
6453 | 5781 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5782 Check for Inf too. | |
5783 (__go_draw_axes__): Use get_data_limits. | |
5784 | |
6450 | 5785 2007-03-24 John W. Eaton <jwe@octave.org> |
5786 | |
6451 | 5787 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5788 send terminal setting command with title option to plot stream. | |
5789 | |
6450 | 5790 * plot/legend.m: Correctly increment index into list of children.. |
5791 | |
6434 | 5792 2007-03-23 John W. Eaton <jwe@octave.org> |
5793 | |
6448 | 5794 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5795 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5796 control/base/nyquist.m, control/base/nichols.m, | |
5797 control/base/frdemo.m, signal/freqz_plot.m, | |
5798 control/base/__stepimp__.m, control/base/bode.m, | |
5799 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5800 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5801 Update plotting code. |
5802 | |
5803 * control/base/bode.m: Unwrap phase angle. | |
5804 | |
5805 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5806 | |
5807 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5808 | |
5809 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5810 commands. | |
6446 | 5811 |
6442 | 5812 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5813 Handle numeric color specs. |
6442 | 5814 * plot/plot.m: Remove "-@" and "@" from docstring. |
5815 | |
6441 | 5816 * plot/orient.m: Fix tests to avoid creating a plot window. |
5817 | |
6440 | 5818 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5819 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5820 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5821 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5822 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5823 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5824 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5825 | |
6438 | 5826 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5827 plot, not just multiplots. | |
5828 | |
6436 | 5829 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5830 | |
6434 | 5831 * plot/contour.m: Don't call drawnow. |
5832 | |
6431 | 5833 2007-03-22 John W. Eaton <jwe@octave.org> |
5834 | |
6432 | 5835 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5836 property of each figure. | |
5837 | |
6431 | 5838 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5839 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5840 | |
5841 2007-03-21 John W. Eaton <jwe@octave.org> | |
5842 | |
5843 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5844 less than eps to 0. | |
5845 | |
6429 | 5846 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5847 |
5848 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5849 * testfun/speed.m: Documentation and example fix. |
5850 | |
6424 | 5851 2007-03-21 John W. Eaton <jwe@octave.org> |
5852 | |
5853 * plot/subplot.m: If we find an existing subplot region, set | |
5854 it to be the "currentaxes" property for the current figure. | |
6425 | 5855 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5856 |
6422 | 5857 2007-03-20 David Bateman <dbateman@free.fr> |
5858 | |
5859 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5860 | |
5861 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5862 | |
5863 * general/arrayfun.m: New function. | |
5864 | |
6418 | 5865 2007-03-20 John W. Eaton <jwe@octave.org> |
5866 | |
6419 | 5867 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5868 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5869 | |
5870 * plot/clf.m: Don't call drawnow. | |
5871 | |
6431 | 5872 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5873 |
6420 | 5874 * image/__img__.m: Maybe set yaxis to reverse for images. |
5875 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5876 images. | |
5877 | |
6418 | 5878 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5879 instead of global. Only register __go_close_all__ with atexit if |
5880 the plot stream is successfully opened. | |
6418 | 5881 |
6413 | 5882 2007-03-15 John W. Eaton <jwe@octave.org> |
5883 | |
6418 | 5884 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5885 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5886 | |
5887 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5888 | |
5889 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5890 Use numeric line types. |
6413 | 5891 |
5892 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5893 lines and larger markers. Remove key titles from line type |
5894 properties. | |
6413 | 5895 |
6405 | 5896 2007-03-14 John W. Eaton <jwe@octave.org> |
5897 | |
6412 | 5898 * plot/__axis_label__.m: Accept additional property-value pairs |
5899 and pass them to __go_text__. Simply return the handle obtained | |
5900 from __go_text__ instead of calling get on the current axis. | |
5901 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5902 Allow for extra property value pairs to be passed along. | |
5903 * plot/title.m: Implement with __axis_label__ since it does all | |
5904 that title needs to do. | |
5905 | |
6410 | 5906 * plot/clf.m: Set currentaxes property for current figure to []. |
5907 | |
6405 | 5908 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5909 | |
5910 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5911 and __plt2__, not just the last. | |
5912 | |
5913 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5914 (SOURCES_IN, GEN_M): Delete. | |
5915 (FCN_FILES): Don't include $(GEN_M). | |
5916 (all): Don't depend on $(GEN_M). | |
5917 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5918 | |
5919 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5920 | |
5921 * plot/newplot.m: Call __go_axes_init__ instead of | |
5922 __uiobject_axes_init__. | |
5923 | |
5924 * plot/mesh.m: Use __go_surface__ instead of | |
5925 __uiobject_surface_ctor__. Don't access object fields directly. | |
5926 | |
5927 * plot/line.m: Use __line__ to do actual work. | |
5928 * plot/__line__.m: New function. | |
5929 | |
5930 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5931 Use get and set instead of accessing object fields directly. | |
5932 | |
5933 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5934 handle. | |
5935 | |
5936 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5937 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5938 __uiobject_draw_figure__. | |
5939 | |
5940 * plot/clf.m: Use get instead of accessing object fields | |
5941 directly. Simply delete children. Don't set currentaxes. | |
5942 | |
5943 * plot/close.m (close_all_figures): New subfunction. | |
5944 Use it instead of getting list of figures to close from | |
5945 __uiobject_figures__. | |
5946 | |
5947 * plot/closereq.m: Simply delete the current figure. Don't set | |
5948 currentfigure. | |
5949 | |
5950 * plot/__errplot__.m: Call __line__ instead of | |
5951 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5952 directly. Don't call __uiobject_adopt__. | |
5953 | |
5954 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5955 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5956 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5957 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5958 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5959 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5960 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5961 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5962 plot/__uiobject_init_root_figure__.in, | |
5963 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5964 plot/__uiobject_root_figure_ctor__.m, | |
5965 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5966 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5967 plot/set.in: Delete. | |
6408 | 5968 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5969 |
5970 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5971 Pass "hidden" as second arg to close. | |
5972 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5973 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5974 * plot/Makefile.in (SOURCES_M): Rename in list. |
5975 | |
6405 | 5976 * image/__img__.m: Use __go_image__ to create image graphics |
5977 handle. | |
5978 | |
5979 * miscellaneous/delete.m: Call __go_delete__, not | |
5980 __uiobject_delete__. Check that arg is a graphics handle before | |
5981 calling __go_delete__. | |
5982 | |
6403 | 5983 2007-03-13 John W. Eaton <jwe@octave.org> |
5984 | |
5985 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5986 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
|
5987 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5988 |
5989 2007-03-12 John W. Eaton <jwe@octave.org> | |
5990 | |
5991 * miscellaneous/cast.m: New function. | |
5992 | |
5993 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5994 | |
6398 | 5995 2007-03-08 John W. Eaton <jwe@octave.org> |
5996 | |
5997 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5998 tilde expansion on target filename before passing it to the shell. | |
5999 | |
6000 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
6001 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
6002 | |
6396 | 6003 2007-03-08 David Bateman <dbateman@free.fr> |
6004 | |
6005 * statistics/base/unidrnd.m: Move to statistics/distributions | |
6006 replacing slower version based on dicrete_rnd. | |
6007 | |
6392 | 6008 2007-03-07 John W. Eaton <jwe@octave.org> |
6009 | |
6395 | 6010 * control/base/rlocus.m: Update for current plotting functions. |
6011 | |
6012 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6013 | |
6014 * control/base/rlocus.m: Improve display. | |
6015 | |
6016 2007-03-07 John W. Eaton <jwe@octave.org> | |
6017 | |
6018 * plot/legend.m: Only handle positions -1:4. | |
6019 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
6020 found in option string | |
6021 * plot/__uiobject_draw_axes__.m: Handle key position. | |
6022 | |
6394 | 6023 * plot/newplot.m: Always reset next line color. |
6024 | |
6392 | 6025 * testfun/assert.m: Check that number of dimensions match before |
6026 checking dimensions. | |
6027 | |
6391 | 6028 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
6029 | |
6030 * specfun/perms.m, specfun/factorial.m: Check args. | |
6031 | |
6387 | 6032 2007-03-07 John W. Eaton <jwe@octave.org> |
6033 | |
6390 | 6034 * plot/mesh.m: Call newplot before doing anything. |
6035 | |
6036 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
6037 just "e". Only flush plot stream once. | |
6038 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6039 | |
6387 | 6040 * strings/blanks.m: Omit first index in assignment. |
6041 | |
6386 | 6042 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
6043 | |
6044 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
6045 | |
6385 | 6046 2007-03-06 David Bateman <dbateman@free.fr> |
6047 John W. Eaton <jwe@octave.org> | |
6048 | |
6049 * set/setdiff.m: Ignore "rows" for cell array args. | |
6050 Handle cellstr args. | |
6051 | |
6382 | 6052 2007-03-05 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * optimization/sqp.m: Defer first call to obj_hess until after | |
6055 calling obj_fun. | |
6056 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6057 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 6058 |
6059 * specfun/nchoosek.m: Fix nargin check. | |
6060 | |
6376 | 6061 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
6062 | |
6063 * image/__img__.m: Don't set xlim and ylim properties. | |
6064 | |
6374 | 6065 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
6066 | |
6067 * general/interp1.m: Fix *style cases for decreasing x. | |
6068 | |
6372 | 6069 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
6070 | |
6071 * polynomial/roots.m: Check nargin before accessing arg. | |
6072 | |
6369 | 6073 2007-02-28 John W. Eaton <jwe@octave.org> |
6074 | |
6075 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
6076 increment data_idx unless using gnuplot for display. | |
6077 | |
6368 | 6078 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
6079 | |
6080 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
6081 plots with images. | |
6082 * image/image.m, image/imagesc.m, image/imshow.m: | |
6083 Deprecate zoom argument. | |
6084 | |
6366 | 6085 2007-02-28 John W. Eaton <jwe@octave.org> |
6086 | |
6087 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
6088 temporary file names. Keep image and colormap file ids separate. | |
6089 | |
6090 * general/interp1.m: Correctly compute min and max values when | |
6091 values are decreasing and not evenly spaced. | |
6092 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
6093 | |
6365 | 6094 2007-02-27 John W. Eaton <jwe@octave.org> |
6095 | |
6096 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
6097 returning an empty cell array. | |
6098 | |
6546 | 6099 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 6100 |
6101 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
6102 | |
6546 | 6103 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 6104 |
6105 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6106 control/base/Makefile.in, control/hinf/Makefile.in, | |
6107 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6108 control/util/Makefile.in, deprecated/Makefile.in, | |
6109 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6110 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6111 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6112 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6113 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6114 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6115 special-matrix/Makefile.in, startup/Makefile.in, | |
6116 statistics/Makefile.in, statistics/base/Makefile.in, | |
6117 statistics/distributions/Makefile.in, | |
6118 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6119 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6120 Use $(LN_S) instead of ln or ln -s. | |
6121 | |
6356 | 6122 2007-02-24 David Bateman <dbateman@free.fr> |
6123 | |
6124 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
6125 '\n' in FILES file. | |
6357 | 6126 (configure_make): Also install any mex files. |
6356 | 6127 |
6353 | 6128 2007-02-24 David Bateman <dbateman@free.fr> |
6129 | |
6130 * statistics/distributions (SOURCES): Add nbincdf.m, | |
6131 nbininv.m, nbinpdf.m and nbinrnd.m. | |
6132 | |
6351 | 6133 2007-02-23 John W. Eaton <jwe@octave.org> |
6134 | |
6135 * statistics/distributions/Makefile.in (SOURCES): Remove | |
6136 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
6137 | |
6138 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
6139 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
6140 | |
6349 | 6141 2007-02-23 David Bateman <dbateman@free.fr> |
6142 | |
6143 * statistics/distributions/discrete_rnd.m, | |
6144 statistics/distributions/geornd.m, | |
6145 statistics/distributions/lognnd.m, | |
6146 statistics/distributions/nbinrnd.m, | |
6147 statistics/distributions/wblrnd.m: Accelerate distributions. | |
6148 | |
6149 * statistics/distributions/unidcdf.m, | |
6150 statistics/distributions/unidinv.m, | |
6151 statistics/distributions/unidpdf.m, | |
6152 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 6153 discrete_cdf, etc. |
6349 | 6154 |
6155 * statistics/distributions/pascal_cdf.m, | |
6156 statistics/distributions/pascal_inv.m, | |
6157 statistics/distributions/pascal_pdf.m, | |
6158 statistics/distributions/pascal_rnd.m: Remove. | |
6159 * statistics/distributions/nbincdf.m, | |
6160 statistics/distributions/nbininv.m, | |
6161 statistics/distributions/nbinpdf.m, | |
6162 statistics/distributions/nbinrnd.m: Replace with matlab | |
6163 compatible functions. | |
6164 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
6165 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
6166 nbincdf, etc functions to implement these. | |
6167 | |
6344 | 6168 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6169 | |
6170 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
6171 command and data. | |
6172 | |
6173 2007-02-22 John W. Eaton <jwe@octave.org> | |
6174 | |
6175 * miscellaneous/doc.m: If index search fails, try again without | |
6176 the index search option. | |
6177 | |
6339 | 6178 2007-02-22 David Bateman <dbateman@free.fr> |
6179 | |
6341 | 6180 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
6181 | |
6340 | 6182 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
6183 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6184 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
6185 statistics/distributions/betarnd.m: Convert to use randg, rande | |
6186 and randp to accelerate. | |
6187 | |
6339 | 6188 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6189 | |
6338 | 6190 2007-02-22 John W. Eaton <jwe@octave.org> |
6191 | |
6192 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
6193 cache data and display after xlim and ylim have been determined. | |
6194 | |
6337 | 6195 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6196 | |
6197 * plot/__uiobject_draw_axes__.m: | |
6198 Allow multiple images to be displayed with gnuplot. | |
6199 | |
6333 | 6200 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
6201 | |
6202 * optimization/glpk.m: Document the fact that extra.mem does not work | |
6203 for versions of GLPK 4.15 and later. | |
6204 | |
6328 | 6205 2007-02-19 John W. Eaton <jwe@octave.org> |
6206 | |
6207 * plot/__uiobject_alloc__.in: If next available element in | |
6208 __uiobject_list__ is 0, grow list before doing anything else. | |
6209 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
6210 first call when size of __uiobject_list__ is 0. | |
6211 | |
6323 | 6212 2007-02-16 John W. Eaton <jwe@octave.org> |
6213 | |
6214 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
6215 | |
6321 | 6216 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
6217 | |
6218 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
6219 | |
6316 | 6220 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
6221 | |
6222 * specfun/nchoosek.m: Check nargin. | |
6223 | |
6314 | 6224 2007-02-15 John W. Eaton <jwe@octave.org> |
6225 | |
6315 | 6226 * path/addpath.m, path/rmpath.m: Delete |
6227 * path/Makefile.in (SOURCES): Remove them from the list. | |
6228 | |
6314 | 6229 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
6230 Delete title, xlabel, ylabel, and zlabel properties before | |
6231 reassigning. | |
6232 * plot/__uiobject_axes_init__.in: New arg, mode. | |
6233 Don't init outerposition if "mode" is "replace". | |
6234 * plot/newplot.m: Check both figure and axes nextplot properties. | |
6235 If axes nextplot property is replace, pass "replace" as mode arg | |
6236 to __uiobject_axes_init__. | |
6237 | |
6308 | 6238 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
6239 | |
6310 | 6240 * image/imshow.m: Don't restore old colormap. |
6241 | |
6309 | 6242 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
6243 * image/__img__.m: New file containing common parts of image.m and | |
6244 imshow.m. | |
6312 | 6245 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 6246 * image/image.m, image/imshow.m: Call __img__. |
6247 * plot/__uiobject_draw_axes__.m: | |
6248 Handle rgb imaged data stored in 3-d arrays. | |
6249 | |
6308 | 6250 * plot/figure.m: Doc fix. |
6251 | |
6304 | 6252 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
6253 | |
6254 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
6255 for reading and writing data. New tests. Improve rounding. | |
6256 | |
6302 | 6257 2007-02-13 John W. Eaton <jwe@octave.org> |
6258 | |
6303 | 6259 * plot/stem.m: New file, adapted from OctPlot. |
6260 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6261 | |
6302 | 6262 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
6263 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6264 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6265 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
6266 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
6267 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6268 plot/semilogyerr.m: Return handles to line objects. | |
6269 | |
6301 | 6270 2007-02-11 John W. Eaton <jwe@octave.org> |
6271 | |
6272 * plot/__uiobject_close_all.m: New file. | |
6273 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6274 | |
6298 | 6275 2007-02-10 John W. Eaton <jwe@octave.org> |
6276 | |
6277 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
6278 * plot/__uiobject_globals__.m: Don't call mlock. | |
6279 | |
6280 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
6281 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
6282 before calling pclose. | |
6283 | |
6291 | 6284 2007-02-09 John W. Eaton <jwe@octave.org> |
6285 | |
6295 | 6286 * plot/subplot.m: Delete spurious call to axes. |
6287 | |
6293 | 6288 * plot/figure.m: Call drawnow for current figure before creating |
6289 or switching to a new figure. | |
6290 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
6291 nargin == 0 case. | |
6292 | |
6291 | 6293 * testfun/assert.m: Try to avoid problems when comparisons involve |
6294 strange values like Inf+NaNi. | |
6295 | |
6283 | 6296 2007-02-08 John W. Eaton <jwe@octave.org> |
6297 | |
6286 | 6298 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
6299 and check gnuplot_use_title_option instead of just assuming -title | |
6300 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
6301 | |
6285 | 6302 * Makefile.in (DISTFILES): Add move-if-change to the list. |
6303 | |
6284 | 6304 * audio/Makefile.in, control/base/Makefile.in, |
6305 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6306 control/system/Makefile.in, control/util/Makefile.in, | |
6307 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6308 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6309 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6310 optimization/Makefile.in, plot/Makefile.in, | |
6311 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6312 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6313 special-matrix/Makefile.in, startup/Makefile.in, | |
6314 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6315 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6316 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6317 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6318 | |
6283 | 6319 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6320 only given property list. | |
6321 | |
6278 | 6322 2007-02-07 John W. Eaton <jwe@octave.org> |
6323 | |
6280 | 6324 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6325 properties. | |
6326 | |
6278 | 6327 * plot/sombrero.m: Call box ("off") after mesh. |
6328 | |
6329 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6330 line default" commands with older versions of gnuplot. | |
6331 | |
6332 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6333 | |
6273 | 6334 2007-02-06 John W. Eaton <jwe@octave.org> |
6335 | |
6336 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6337 * sparse/gplot.m: Use line style - instead of 1. | |
6338 | |
6272 | 6339 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6340 | |
6341 * plot/print.m: Avoid error message from cellidx. | |
6342 | |
6343 2007-02-05 John W. Eaton <jwe@octave.org> | |
6344 | |
6345 * plot/legend.m: Fix check for data. | |
6346 | |
6270 | 6347 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6348 | |
6349 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6350 Always set lt and pt. | |
6351 | |
6269 | 6352 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6353 | |
6354 * plot/contourc.m: Correctly compute X and Y. | |
6355 | |
6268 | 6356 2007-02-05 John W. Eaton <jwe@octave.org> |
6357 | |
6358 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6359 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6360 | |
6264 | 6361 2007-02-01 John W. Eaton <jwe@octave.org> |
6362 | |
6266 | 6363 * plot/__uiobject_draw_axes__.m: |
6364 Don't try to set axis limits unless we have data. | |
6365 | |
6264 | 6366 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6367 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6368 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6369 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6370 instead of of key and fmt strings. | |
6371 | |
6372 * plot/__pltopt1__.m: Greatly simplify. | |
6373 | |
6374 * plot/__next_line_color__.m: New file. | |
6375 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6376 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6377 | |
6378 * plot/__default_plot_options__.m: New file. | |
6379 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6380 | |
6381 * plot/__plt3__.m: Delete. | |
6382 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6383 | |
6259 | 6384 2007-01-31 John W. Eaton <jwe@octave.org> |
6385 | |
6263 | 6386 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6387 linestyle, linewidth, marker, and markersize properties. | |
6388 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6389 colors and widths, and line styles. | |
6390 | |
6391 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6392 |
6261 | 6393 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6394 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6395 | |
6396 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6397 __gnuplot_save_data__. | |
6398 | |
6259 | 6399 * image/image.m: Accept 2 args, but ignore the second for now. |
6400 | |
6258 | 6401 2007-01-30 David Bateman <dbateman@free.fr> |
6402 | |
6403 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6404 to flag a package as to be autoloaded. Add install flags -noauto, | |
6405 -auto to force autoload behavior. | |
6406 (installed_packages): Make list of installed packages unique. | |
6407 | |
6259 | 6408 2007-01-30 John W. Eaton <jwe@octave.org> |
6409 | |
6410 * Merge of changes from graphics-branch: | |
6411 | |
6412 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6413 |
6414 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6415 | |
6416 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6417 property if it exists. | |
6418 | |
6259 | 6419 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6420 |
6421 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6422 min values outside of loop over child objects. | |
6423 | |
6424 * plot/contour.m, plot/contourc.m: New files. | |
6425 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6426 | |
6427 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6428 find a gnuplot version newer than 4.0. | |
6429 * image/__img_gnuplot__.m: Delete. | |
6430 * image/image.m: Create image graphics object. | |
6431 Call newplot to setup and drawnow to finish. | |
6432 Eliminate ZOOM arg. | |
6433 | |
6434 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6435 | |
6436 * plot/legend.m: Eliminate useless variable "warned". | |
6437 | |
6438 * plot/__uiobject_image_ctor__.m: New file. | |
6439 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6440 | |
6441 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6442 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6443 | |
6444 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6445 | |
6446 * plot/__default_colormap__.m: New file. | |
6447 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6448 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6449 property. | |
6450 * image/colormap.m: Use colormap property of current figure | |
6451 to store colormap instead of using persistent variable. | |
6452 Call __default_colormap__ to get default map value. | |
6453 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6454 | |
6455 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6456 Handle some tick mark options. | |
6457 | |
6458 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6459 set corresponding *mode to "manual". If we set dataaspectratio, | |
6460 set dataaspectratiomode to "manual". | |
6461 | |
6462 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6463 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6464 | |
6465 * plot/axis.m: New file. | |
6466 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6467 | |
6468 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6469 set corresponding *limmode to "manual". | |
6470 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6471 Use it to compute autosclaled limits. | |
6472 Arg is now handle, not object. Change all callers. | |
6473 Compute data limits. | |
6474 | |
6259 | 6475 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6476 |
6477 * plot/drawnow: Fix visibility check for zero args. | |
6478 | |
6479 * plot/text.m: New file. | |
6480 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6481 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6482 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6483 horizontalalignment properties. | |
6484 | |
6485 * plot/figure.m: Set options for f we just constructed or were | |
6486 given as an argument, not gcf. Only return handle if nargout > 0. | |
6487 | |
6488 * plot/drawnow.m: Handle visible field for figure here. | |
6489 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6490 | |
6491 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6492 title and axis labels. | |
6493 | |
6494 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6495 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6496 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6497 * plot/view.m: New file. | |
6498 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6499 | |
6500 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6501 Call __request_drawnow__. | |
6502 | |
6503 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6504 | |
6505 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6506 Call set to set properties. Return handle instead of structure. | |
6507 Change all callers. | |
6508 | |
6509 * plot/__uiobject_axes_setr__.m: New file. | |
6510 * plot/set.in: Check for __setter__ field. | |
6511 | |
6512 * plot/__uiobject_axes_init__.in: | |
6513 Rename from plot/__uiobject_axes_init__.m. | |
6514 Include __uiobject_globals__. | |
6515 Accept handle as arg instead of structure | |
6516 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6517 from the list. | |
6518 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6519 | |
6259 | 6520 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6521 |
6522 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6523 | |
6524 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6525 initializing each global variable. | |
6526 | |
6259 | 6527 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6528 |
6529 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6530 __uiobject_figure_handles_free_list__): New global variables. | |
6531 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6532 Place unused handles on the free list. | |
6533 | |
6534 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6535 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6536 | |
6537 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6538 handles here. Return figure handle. | |
6539 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6540 | |
6259 | 6541 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6542 |
6543 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6544 data for gnuplot. | |
6545 | |
6546 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6547 files. | |
6548 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6549 (DISTFILES): Include include-globals.awk in the list. | |
6550 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6551 ($(GEN_M) : %.m : %.in): New rule. | |
6552 | |
6553 * include-globals.awk: New file. | |
6554 | |
6555 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6556 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6557 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6558 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6559 plot/__uiobject_init_root_figure__.in, | |
6560 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6561 Rename from corresponding .m files. | |
6562 | |
6563 * move-if-change: New file. | |
6564 | |
6565 * plot/__uiobject_delete__.m: New file. | |
6566 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6567 plot/__uiobject_delete_child__.m: Delete. | |
6568 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6569 not a character string. | |
6570 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6571 Fix assignment to tmp key value in loop. | |
6572 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6573 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6574 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6575 Inline code to delete children. | |
6576 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6577 __uiobject_list__. | |
6578 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6579 and free child. | |
6580 | |
6259 | 6581 2006-12-08 John W. Eaton <jwe@octave.org> |
6582 | |
6583 * plot/gcf.m: Check if the root figure object's currentfigure | |
6584 handle is empty, not 0. | |
6585 * plot/__uiobject_root_figure_ctor__.m: | |
6586 Set currentfigure to [], not 0. | |
6587 | |
6588 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6589 | |
6590 2006-12-07 John W. Eaton <jwe@octave.org> | |
6591 | |
6592 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6593 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6594 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6595 plot/__uiobject_delete_children__.m, | |
6596 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6597 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6598 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6599 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6600 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6601 plot/__uiobject_init_figure__.m, | |
6602 plot/__uiobject_init_root_figure__.m, | |
6603 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6604 plot/__uiobject_remove_child__.m, | |
6605 plot/__uiobject_root_figure_ctor__.m, | |
6606 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6607 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6608 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6609 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6610 plot/set.m: New files. | |
6611 | |
6612 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6613 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6614 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6615 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6616 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6617 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6618 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6619 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6620 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6621 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6622 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6623 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6624 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6625 plot/semilogyerr.m, plot/replot.m: | |
6626 Adapt to new graphics data structure. | |
6627 | |
6628 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6629 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6630 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6631 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6632 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6633 plot/plot_border.m, plot/subwindow.m: Delete. | |
6634 | |
6635 2007-01-24 David Bateman <dbateman@free.fr> | |
6636 | |
6637 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6638 Delete bare newline in string passed to write_INDEX. | |
6639 | |
6640 * sparse/sprandsym.m: Make work for even values of N. | |
6641 | |
6642 2007-01-24 John W. Eaton <jwe@octave.org> | |
6643 | |
6644 * miscellaneous/news.m: New file. | |
6645 | |
6646 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6647 | |
6648 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6649 | |
6650 * strings/strncmp.m: Delete (we now have a built-in version). | |
6651 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6652 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6653 |
6654 * testfun/test.m: Check for all files in path, use first found. | |
6655 | |
6656 2007-01-22 David Bateman <dbateman@free.fr> | |
6657 | |
6658 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6659 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6660 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6661 |
6662 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6663 file name. | |
6664 | |
6665 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6666 nargout is 1. Handle colormaps that have too few colors. | |
6667 | |
6668 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6669 (configure_make): Use fullfile instead of concatenating with "/". | |
6670 | |
6258 | 6671 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6672 | |
6673 * set/ismember.m: Handle N-d arrays. | |
6674 | |
6675 2007-01-10 David Bateman <dbateman@free.fr> | |
6676 | |
6677 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6678 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6679 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6680 New files. | |
6681 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6682 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6683 |
6778 | 6684 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6685 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6686 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6687 |
6688 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6689 instead of concatenating with "/". Use mlock to ensure that | |
6690 persistent variables are not clobbered if user types clear all. | |
6691 | |
6692 2007-01-08 John W. Eaton <jwe@octave.org> | |
6693 | |
6694 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6695 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
|
6696 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6697 |
6698 2007-01-05 John W. Eaton <jwe@octave.org> | |
6699 | |
6700 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6701 New files. | |
6702 | |
6703 2006-12-30 John W. Eaton <jwe@octave.org> | |
6704 | |
6705 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6706 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6707 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6708 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6709 |
6710 * image/imshow.m: Strip NaNs from image. | |
6711 | |
6712 2006-12-08 David Bateman <dbateman@free.fr> | |
6713 | |
6714 * sparse/normest.m: New file. | |
6715 | |
6286 | 6716 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6717 |
6210 | 6718 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6719 Work on Windows systems without cp or mv. | |
6720 | |
6209 | 6721 * startup/inputrc: Include sequences for Windows. |
6722 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6723 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6724 |
6725 * pkg/pkg.m (unload_packages): New function. | |
6726 (pkg): Handle unload action. | |
6727 | |
6728 * __errplot__.m: Add missing semicolon. | |
6729 | |
6193 | 6730 2006-11-30 John W. Eaton <jwe@octave.org> |
6731 | |
6732 * miscellaneous/mexext.m: New file. | |
6733 | |
6189 | 6734 2006-11-29 David Bateman <dbateman@free.fr> |
6735 | |
6736 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6737 location of package lists to be probed and set. | |
6738 | |
6179 | 6739 2006-11-17 John W. Eaton <jwe@octave.org> |
6740 | |
6181 | 6741 * plot/__render_plot1__.m: Reverse y axis for images. |
6742 | |
6179 | 6743 * plot/__render_plot__.m: New args, terminal and output. |
6744 * plot/print.m: Don't set output and term here. Instead, call | |
6745 __render_plot__ with terminal and output. | |
6746 | |
6178 | 6747 2006-11-16 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * plot/__render_plot1__.m: New file. | |
6750 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6751 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6752 gnuplot. Let __render_plot__ do that. | |
6753 | |
6177 | 6754 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6755 | |
6756 * plot/plot.m: Fix doc string. | |
6757 | |
6173 | 6758 2006-11-16 John W. Eaton <jwe@octave.org> |
6759 | |
6760 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6761 before sending anything to the plotter. | |
6762 | |
6172 | 6763 2006-11-15 John W. Eaton <jwe@octave.org> |
6764 | |
6765 * image/__img_gnuplot__.m: Store more info in global plot | |
6766 structures and use __render_plot__ to build plot command to | |
6767 display image. | |
6768 | |
6769 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6770 | |
6771 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6772 __plot_command_sep__): Delete. | |
6773 (__plot_data_type__, __plot_data_parametric__, | |
6774 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6775 __plot_usingstr__, __plot_withstr__): New variables. | |
6776 * plot/__init_plot_vars__.m: Initialize them. | |
6777 | |
6778 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6779 Don't handle sep or cmd. | |
6780 | |
6781 * plot/__render_plot__.m: New function. | |
6782 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6783 Store more info in global plot structures and use __render_plot__ | |
6784 to build plot command. | |
6785 * plot/replot.m: Simply call __render_plot__. | |
6786 | |
6787 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6788 Set __plot_data_parametric__ here. | |
6789 | |
6164 | 6790 2006-11-14 John W. Eaton <jwe@octave.org> |
6791 | |
6166 | 6792 * plot/bottom_title.m, plot/top_title.m: Delete. |
6793 | |
6164 | 6794 * image/image_viewer.m: Set default values here. |
6795 * image/image.m: Not here. | |
6796 | |
6797 * image/image_viewer.m: Always return old values. Check arguments. | |
6798 * image/__img_gnuplot__.m: Rename from __img__m. | |
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-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6801 |
6802 * image/image_viewer.m: New function. | |
6803 * image/__img_via_file__.m: New function. | |
6804 * image/image.m: Use image_viewer to determine which program to | |
6805 use for image viewing. | |
6754 | 6806 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6807 |
6163 | 6808 2006-11-14 John W. Eaton <jwe@octave.org> |
6809 | |
6810 * plot/__do_legend__.m, plot/__errplot__.m, | |
6811 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6812 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6813 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6814 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6815 Use __plot_globals__ for multiplot variables. Keep track of | |
6816 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6817 | |
6157 | 6818 2006-11-13 John W. Eaton <jwe@octave.org> |
6819 | |
6158 | 6820 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6821 | |
6157 | 6822 * miscellaneous/substruct.m: New function. |
6823 | |
6824 * testfun/assert.m: Force orientation to match when comparing | |
6825 struct elements. | |
6826 | |
6827 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6828 when comparing structs. | |
6829 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6830 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6831 |
6754 | 6832 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6833 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6834 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6835 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6836 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6837 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6838 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6839 |
6156 | 6840 2006-11-13 John W. Eaton <jwe@octave.org> |
6841 | |
6842 * plot/mesh.m: Use size_equal to compare dimensions. | |
6843 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6844 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6845 |
6846 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6847 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6848 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6849 |
6850 * miscellaneous/copyfile.m: Fix docs to match function. | |
6851 | |
6145 | 6852 2006-11-08 John W. Eaton <jwe@octave.org> |
6853 | |
6146 | 6854 * plot/legend.m: New function, adapted from Octave Forge. |
6855 | |
6856 * plot/__do_legend__.m: New function. | |
6857 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6858 plot/replot.m: Call it before plotting. | |
6859 | |
6860 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6861 noparametric" to gnuplot.. | |
6862 | |
6863 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6864 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6865 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6866 and return key title separate from line format. Accept format and | |
6867 key as cellstr. Always return data as cell array. Return format | |
6868 and key title as cellstr. | |
6869 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6870 Handle line format and key titles separately. | |
6871 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6872 | |
6873 * plot/__plot_globals__.m (__plot_line_offset__, | |
6874 __plot_key_labels__, __plot_key_properties__): New global | |
6875 variables. Initialize them. | |
6876 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6877 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6878 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6879 (__plot_line_offset__, __plot_key_labels__, | |
6880 __plot_key_properties__): Store information about plot key titles. | |
6881 | |
6882 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6883 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6884 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6885 respectively. | |
6886 | |
6887 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6888 | |
6145 | 6889 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6890 whle concatenating args. | |
6891 | |
6144 | 6892 2006-11-07 John W. Eaton <jwe@octave.org> |
6893 | |
6894 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6895 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6896 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6897 |
6143 | 6898 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6899 option to regexp. | |
6900 | |
6142 | 6901 * image/__img__.m: Send "set size ratio -1" before plotting. |
6902 | |
6138 | 6903 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6904 | |
6139 | 6905 * strings/index.m: New arg, direction. Simplify and speed up. |
6906 * strings/rindex.m: Implement using index (..., "last"); | |
6907 | |
6754 | 6908 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6909 |
6130 | 6910 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6911 | |
6912 * general/__isequal__.m: Test size and class more consistently. | |
6913 | |
6116 | 6914 2006-10-27 John W. Eaton <jwe@octave.org> |
6915 | |
6117 | 6916 * miscellaneous/ls_command.m: Use /D instead of /w. |
6917 From Michael Goffioul <michael.goffioul@swing.be>. | |
6918 | |
6116 | 6919 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6920 * miscellaneous/dir.m: Mark as a command. | |
6921 | |
6112 | 6922 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6923 | |
6924 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6925 | |
6088 | 6926 2006-10-25 John W. Eaton <jwe@octave.org> |
6927 | |
6928 * image/image.m: Set x = y = [] when nargin == 0; | |
6929 | |
6930 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6931 | |
6932 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6933 * image/__img__.m: New file, originally from | |
6934 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6935 | |
6087 | 6936 2006-10-25 John W. Eaton <jwe@octave.org> |
6937 | |
6938 * plot/__gnuplot_version__.m: New function, originally from | |
6939 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6940 Quentin Spencer <qspencer@ieee.org>. | |
6941 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6942 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6943 |
6944 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6945 | |
6081 | 6946 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6947 | |
6948 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6949 miscellaneous/gunzip.m: New files. | |
6950 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6951 Call unpack to do the real work. | |
6952 | |
6075 | 6953 2006-10-24 John W. Eaton <jwe@octave.org> |
6954 | |
6078 | 6955 * plot/plot3.m: If we have a format string, then also pass using |
6956 string to __plt3__. | |
6957 | |
6077 | 6958 * plot/sombrero.m: Don't return anything if nargout == 0. |
6959 | |
6075 | 6960 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6961 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6962 |
6069 | 6963 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6964 | |
6965 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6966 Quote filenames in shell commands. | |
6967 | |
6055 | 6968 2006-10-17 David Bateman <dbateman@free.fr> |
6969 | |
6970 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6971 the package directory is missing. | |
6972 | |
6052 | 6973 2006-10-13 John W. Eaton <jwe@octave.org> |
6974 | |
6975 * plot/box.m: New function. | |
6976 | |
6050 | 6977 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6978 | |
6979 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6980 | |
6049 | 6981 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6982 | |
6983 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6984 | |
6047 | 6985 2006-10-10 John W. Eaton <jwe@octave.org> |
6986 | |
6987 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6988 | |
6046 | 6989 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6990 | |
6991 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6992 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6993 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6994 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6995 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6996 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6997 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6998 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6999 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
7000 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
7001 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
7002 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
7003 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
7004 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
7005 control/system/buildssic.m, control/system/c2d.m, | |
7006 control/system/cellidx.m, control/system/d2c.m, | |
7007 control/system/dmr2d.m, control/system/fir2sys.m, | |
7008 control/system/is_abcd.m, control/system/is_controllable.m, | |
7009 control/system/is_detectable.m, control/system/is_digital.m, | |
7010 control/system/is_observable.m, control/system/is_siso.m, | |
7011 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7012 control/system/jet707.m, control/system/listidx.m, | |
7013 control/system/ord2.m, control/system/parallel.m, | |
7014 control/system/ss.m, control/system/ss2zp.m, | |
7015 control/system/starp.m, control/system/sys2ss.m, | |
7016 control/system/sys2tf.m, control/system/sys2zp.m, | |
7017 control/system/sysadd.m, control/system/sysappend.m, | |
7018 control/system/syschtsam.m, control/system/sysconnect.m, | |
7019 control/system/syscont.m, control/system/sysdimensions.m, | |
7020 control/system/sysdisc.m, control/system/sysdup.m, | |
7021 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
7022 control/system/sysgroup.m, control/system/sysidx.m, | |
7023 control/system/sysmin.m, control/system/sysmult.m, | |
7024 control/system/sysout.m, control/system/sysprune.m, | |
7025 control/system/sysscale.m, control/system/syssetsignals.m, | |
7026 control/system/syssub.m, control/system/sysupdate.m, | |
7027 control/system/tf.m, control/system/tfout.m, | |
7028 control/system/ugain.m, control/system/zp.m, | |
7029 control/system/zpout.m, control/util/__outlist__.m, | |
7030 control/util/__zgpbal__.m, control/util/prompt.m, | |
7031 control/util/sortcom.m, control/util/strappend.m, | |
7032 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
7033 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
7034 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
7035 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
7036 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7037 finance/pvl.m, finance/rate.m, finance/vol.m, | |
7038 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
7039 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
7040 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
7041 general/cumtrapz.m, general/deal.m, general/diff.m, | |
7042 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
7043 general/ind2sub.m, general/int2str.m, | |
7044 general/is_duplicate_entry.m, general/isdefinite.m, | |
7045 general/isequal.m, general/isequalwithequalnans.m, | |
7046 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
7047 general/isvector.m, general/logical.m, general/logspace.m, | |
7048 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
7049 general/perror.m, general/postpad.m, general/prepad.m, | |
7050 general/randperm.m, general/rem.m, general/repmat.m, | |
7051 general/rot90.m, general/rotdim.m, general/shift.m, | |
7052 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
7053 general/sub2ind.m, general/trapz.m, general/tril.m, | |
7054 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
7055 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
7056 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
7057 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
7058 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
7059 linear-algebra/cross.m, linear-algebra/dmult.m, | |
7060 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
7061 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
7062 linear-algebra/logm.m, linear-algebra/norm.m, | |
7063 linear-algebra/null.m, linear-algebra/orth.m, | |
7064 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
7065 linear-algebra/trace.m, linear-algebra/vec.m, | |
7066 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
7067 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
7068 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
7069 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
7070 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
7071 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
7072 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
7073 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
7074 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
7075 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
7076 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
7077 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
7078 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
7079 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
7080 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
7081 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
7082 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
7083 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
7084 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
7085 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
7086 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
7087 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
7088 polynomial/polyder.m, polynomial/polyderiv.m, | |
7089 polynomial/polyfit.m, polynomial/polygcd.m, | |
7090 polynomial/polyinteg.m, polynomial/polyout.m, | |
7091 polynomial/polyreduce.m, polynomial/polyval.m, | |
7092 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
7093 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
7094 set/complement.m, set/create_set.m, set/intersect.m, | |
7095 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
7096 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
7097 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
7098 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
7099 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
7100 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
7101 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
7102 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
7103 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
7104 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
7105 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
7106 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
7107 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
7108 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
7109 special-matrix/hankel.m, special-matrix/hilb.m, | |
7110 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
7111 special-matrix/toeplitz.m, special-matrix/vander.m, | |
7112 statistics/base/center.m, statistics/base/cloglog.m, | |
7113 statistics/base/cor.m, statistics/base/corrcoef.m, | |
7114 statistics/base/cov.m, statistics/base/cut.m, | |
7115 statistics/base/gls.m, statistics/base/iqr.m, | |
7116 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
7117 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
7118 statistics/base/mean.m, statistics/base/meansq.m, | |
7119 statistics/base/median.m, statistics/base/moment.m, | |
7120 statistics/base/ols.m, statistics/base/ppplot.m, | |
7121 statistics/base/probit.m, statistics/base/qqplot.m, | |
7122 statistics/base/range.m, statistics/base/ranks.m, | |
7123 statistics/base/run_count.m, statistics/base/skewness.m, | |
7124 statistics/base/spearman.m, statistics/base/statistics.m, | |
7125 statistics/base/std.m, statistics/base/studentize.m, | |
7126 statistics/base/table.m, statistics/base/values.m, | |
7127 statistics/base/var.m, statistics/distributions/betacdf.m, | |
7128 statistics/distributions/betainv.m, | |
7129 statistics/distributions/betapdf.m, | |
7130 statistics/distributions/betarnd.m, | |
7131 statistics/distributions/binocdf.m, | |
7132 statistics/distributions/binoinv.m, | |
7133 statistics/distributions/binopdf.m, | |
7134 statistics/distributions/binornd.m, | |
7135 statistics/distributions/cauchy_cdf.m, | |
7136 statistics/distributions/cauchy_inv.m, | |
7137 statistics/distributions/cauchy_pdf.m, | |
7138 statistics/distributions/cauchy_rnd.m, | |
7139 statistics/distributions/chi2cdf.m, | |
7140 statistics/distributions/chi2inv.m, | |
7141 statistics/distributions/chi2pdf.m, | |
7142 statistics/distributions/chi2rnd.m, | |
7143 statistics/distributions/discrete_cdf.m, | |
7144 statistics/distributions/discrete_inv.m, | |
7145 statistics/distributions/discrete_pdf.m, | |
7146 statistics/distributions/discrete_rnd.m, | |
7147 statistics/distributions/empirical_rnd.m, | |
7148 statistics/distributions/expcdf.m, | |
7149 statistics/distributions/expinv.m, | |
7150 statistics/distributions/exppdf.m, | |
7151 statistics/distributions/exprnd.m, | |
7152 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
7153 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
7154 statistics/distributions/gamcdf.m, | |
7155 statistics/distributions/gaminv.m, | |
7156 statistics/distributions/gampdf.m, | |
7157 statistics/distributions/gamrnd.m, | |
7158 statistics/distributions/geocdf.m, | |
7159 statistics/distributions/geoinv.m, | |
7160 statistics/distributions/geopdf.m, | |
7161 statistics/distributions/geornd.m, | |
7162 statistics/distributions/hygecdf.m, | |
7163 statistics/distributions/hygeinv.m, | |
7164 statistics/distributions/hygepdf.m, | |
7165 statistics/distributions/hygernd.m, | |
7166 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7167 statistics/distributions/laplace_cdf.m, | |
7168 statistics/distributions/laplace_inv.m, | |
7169 statistics/distributions/laplace_pdf.m, | |
7170 statistics/distributions/laplace_rnd.m, | |
7171 statistics/distributions/logistic_cdf.m, | |
7172 statistics/distributions/logistic_inv.m, | |
7173 statistics/distributions/logistic_pdf.m, | |
7174 statistics/distributions/logistic_rnd.m, | |
7175 statistics/distributions/logncdf.m, | |
7176 statistics/distributions/logninv.m, | |
7177 statistics/distributions/lognpdf.m, | |
7178 statistics/distributions/lognrnd.m, | |
7179 statistics/distributions/normcdf.m, | |
7180 statistics/distributions/norminv.m, | |
7181 statistics/distributions/normpdf.m, | |
7182 statistics/distributions/normrnd.m, | |
7183 statistics/distributions/pascal_cdf.m, | |
7184 statistics/distributions/pascal_inv.m, | |
7185 statistics/distributions/pascal_pdf.m, | |
7186 statistics/distributions/pascal_rnd.m, | |
7187 statistics/distributions/poisscdf.m, | |
7188 statistics/distributions/poissinv.m, | |
7189 statistics/distributions/poisspdf.m, | |
7190 statistics/distributions/poissrnd.m, | |
7191 statistics/distributions/stdnormal_cdf.m, | |
7192 statistics/distributions/stdnormal_inv.m, | |
7193 statistics/distributions/stdnormal_pdf.m, | |
7194 statistics/distributions/stdnormal_rnd.m, | |
7195 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
7196 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
7197 statistics/distributions/unifcdf.m, | |
7198 statistics/distributions/unifinv.m, | |
7199 statistics/distributions/unifpdf.m, | |
7200 statistics/distributions/unifrnd.m, | |
7201 statistics/distributions/wblcdf.m, | |
7202 statistics/distributions/wblinv.m, | |
7203 statistics/distributions/wblpdf.m, | |
7204 statistics/distributions/wblrnd.m, | |
7205 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
7206 statistics/tests/bartlett_test.m, | |
7207 statistics/tests/chisquare_test_homogeneity.m, | |
7208 statistics/tests/chisquare_test_independence.m, | |
7209 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
7210 statistics/tests/hotelling_test.m, | |
7211 statistics/tests/hotelling_test_2.m, | |
7212 statistics/tests/kolmogorov_smirnov_test.m, | |
7213 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7214 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
7215 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
7216 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
7217 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7218 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7219 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7220 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7221 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7222 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
7223 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
7224 strings/index.m, strings/isletter.m, strings/lower.m, | |
7225 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7226 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7227 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
7228 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
7229 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
7230 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
7231 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
7232 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
7233 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7234 time/etime.m, time/is_leap_year.m: | |
7235 Use print_usage instead of usage. | |
7236 | |
6044 | 7237 2006-10-09 David Bateman <dbateman@free.fr> |
7238 | |
7239 * time/datevec.m: Add additional compatible default parsing strings. | |
7240 | |
6395 | 7241 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 7242 |
6042 | 7243 * pkg/pkg.m: Remove trailing "\n" from error messages. |
7244 Remove compare_versions subfunction. | |
7245 | |
7246 * miscellaneous/compare_versions.m: New function to compare | |
7247 version numbers as strings with any boolean operators. | |
7248 | |
6041 | 7249 * miscellaneous/untar.m: Check more rigorously to see if the tar |
7250 file exists. | |
7251 | |
6036 | 7252 2006-10-04 John W. Eaton <jwe@octave.org> |
7253 | |
7254 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
7255 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7256 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 7257 |
6037 | 7258 * pkg/pkg.m: Update docs. Handle prefix option. |
7259 Handle dependencies for load option. | |
6032 | 7260 |
6029 | 7261 2006-10-04 John W. Eaton <jwe@octave.org> |
7262 | |
6030 | 7263 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
7264 | |
7265 * plot/clg.m: Delete. | |
7266 * plot/__init_plot_vars__.m: New function. | |
7267 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 7268 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7269 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 7270 |
7271 * pkg/pkg.m: Avoid calling addpath with no args. | |
7272 | |
6024 | 7273 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
7274 | |
7275 * audio/loadaudio.m, control/base/nyquist.m, | |
7276 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
7277 linear-algebra/krylov.m, statistics/base/center.m, | |
7278 statistics/base/median.m, statistics/base/std.m, | |
7279 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
7280 find first or last element matching a condition. | |
7281 | |
6023 | 7282 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
7283 | |
7284 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
7285 general/__isequal__.m: Minimize looping using cellfun. | |
7286 | |
6020 | 7287 2006-10-02 David Bateman <dbateman@free.fr> |
7288 | |
7289 * pkg/pkg.m (copy_files): always create installation directory. | |
7290 | |
6016 | 7291 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
7292 | |
7293 * miscellaneous/doc.m: Swap file and directory args to info. | |
7294 | |
7295 2006-10-01 Arno Onken <whyly@gmx.net> | |
7296 | |
7297 * statistics/distributions/exprnd.m: Fix typo. | |
7298 | |
6014 | 7299 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
7300 | |
7301 * polynomial/ppval.m: Use .' instead of '. | |
7302 * polynomial/spline.m: Likewise. New tests. | |
7303 | |
6004 | 7304 2006-09-26 David Bateman <dbateman@free.fr> |
7305 | |
7306 * __plt3__.m: Using global variables __plot_data__, | |
7307 __plot_data_offset__ and __plot_command__ to store plots and | |
7308 correctly handle multiplots, and hold state. Only accept a single | |
7309 data parameter plus, using, format and with strings. Remove | |
7310 setting of gnuplot parameters. | |
7311 * __make_using_clause__.m: New function extracted from __plt__.m. | |
7312 * __setup_plot__.m: Convert to a function and pass the plotting | |
7313 command to use. | |
7314 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
7315 * contour.m: Use unwind protect on the parametric state of plot | |
7316 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7317 * mesh.m: ditto. | |
7318 * plot3.m: Error checking, setting of parametric state and | |
7319 formation of matrix to plot moved from old __plt3__. | |
7320 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7321 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7322 |
5997 | 7323 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7324 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7325 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7326 |
7327 * signal/filter2.m: Correct texinfo doc. | |
7328 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7329 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7330 |
7331 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7332 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7333 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7334 |
7335 * pkg/pkg.m (prepare_installation): Don't create package | |
7336 installation directory here. | |
7337 (copy_files): Create it here instead, to avoid issues with | |
7338 upgrades. Also install the COPYING file in packinfo. | |
7339 | |
5989 | 7340 2006-09-13 John W. Eaton <jwe@octave.org> |
7341 | |
7342 * general/blkdiag.m: Adjust to new cellfun rules. | |
7343 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7344 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7345 |
7346 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7347 error message for archive name not matching package name. | |
7348 (installed_packages): Size header of printed results to | |
7349 arguments. Sort the list of installed packages before printing | |
7350 them. | |
7351 | |
5986 | 7352 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7353 | |
7354 * signal/freqz.m: Update tests. | |
7355 | |
7356 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7357 | |
7358 * signal/freqz.m: Corretly postpad arrays. | |
7359 Don't call fliplr on a column vector. | |
7360 | |
5984 | 7361 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7362 | |
7363 * general/shiftdim.m: Use permute instead of reshape. | |
7364 | |
5981 | 7365 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7366 | |
7367 * miscellaneous/parseparams.m: New function. | |
7368 | |
5980 | 7369 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7370 | |
7371 * miscellaneous/doc.m: Swap order of --file and --directory | |
7372 options for info program invocation. | |
7373 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7374 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7375 |
5987 | 7376 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7377 previous change. |
7378 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7379 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7380 |
7381 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7382 absence of trailing "/" in OCTAVE_HOME. | |
7383 | |
5973 | 7384 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7385 | |
7386 * time/datenum.m: Allow arg to be character string. | |
7387 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7388 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7389 |
7390 * pkg/pkg.m (install): Verify that package name correponds to the | |
7391 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7392 they are empty. If package directory is empty, remove it to fail | |
7393 gracefully for system specific packages. | |
7394 (extract_pkgadd, create_pkgadd): delete. | |
7395 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7396 (copy_files): Install both bin/ and doc/ directories, adding the | |
7397 bin/ to the EXEC_PATH when the package is loaded. | |
7398 | |
5962 | 7399 2006-08-24 John W. Eaton <jwe@octave.org> |
7400 | |
7401 * image/saveimage.m: Use logical indexing instead of | |
7402 indices computed by calling find on the logical index. | |
7403 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7404 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7405 |
5967 | 7406 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7407 Use logical indexing instead of indices computed by calling find |
7408 on the logical index. | |
7409 | |
7410 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7411 |
5959 | 7412 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7413 | |
7414 * control/system/tf2zp.m: Simplify gain calculation. | |
7415 | |
5958 | 7416 2006-08-23 John W. Eaton <jwe@octave.org> |
7417 | |
7418 * plot/__plt__.m: Insert using clauses for all plots. | |
7419 | |
5957 | 7420 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7421 | |
7422 * control/system/sysscale.m: Call tf and zp with correct number of | |
7423 args. | |
7424 | |
5955 | 7425 2006-08-22 David Bateman <dbateman@free.fr> |
7426 | |
7427 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7428 Search inst/*.m and src/*.m files in the package for | |
7429 PKG_ADD directives and append user supplied PKG_ADD. | |
7430 (pkg): Call create_pkgadd after copying files. | |
7431 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7432 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7433 |
7434 * pkg/pkg.m: Handle multiple packages in a single file. | |
7435 Insert directory separator between OCTAVE_HOME and rest of package | |
7436 installation directory. | |
7437 | |
7438 2006-08-21 John W. Eaton <jwe@octave.org> | |
7439 | |
7440 * general/num2str.m: Early return if arg is empty. | |
7441 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7442 | |
5946 | 7443 2006-08-21 David Bateman <dbateman@free.fr> |
7444 | |
7445 * strings/mat2str.m: Compute NC before using. | |
7446 | |
5937 | 7447 2006-08-17 John W. Eaton <jwe@octave.org> |
7448 | |
7449 * audio/wavread.m: Fix calculation of sample count. | |
7450 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7451 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7452 |
7453 * image/imshow.m: New Matlab-compatible version. | |
7454 | |
5930 | 7455 2006-08-15 John W. Eaton <jwe@octave.org> |
7456 | |
7457 * deprecated/is_global.m: Delete. | |
7458 | |
5928 | 7459 2006-08-14 John W. Eaton <jwe@octave.org> |
7460 | |
7461 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7462 | |
5926 | 7463 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7464 | |
7465 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7466 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7467 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7468 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7469 |
6778 | 7470 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7471 Use addpath and rmpath instead of manipulating LOADPATH. |
7472 Handle changes to system function. | |
7473 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7474 recursive directory removal. | |
5922 | 7475 |
5924 | 7476 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7477 | |
6778 | 7478 * colormap.m: Change global variable to persistent. |
5923 | 7479 |
5922 | 7480 * rgb2ind.m: Handle single 3-d array as rgb image. |
7481 | |
5920 | 7482 2006-08-14 John W. Eaton <jwe@octave.org> |
7483 | |
7484 * strings/str2double.m: Fix missing semicolon. | |
7485 | |
5910 | 7486 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7487 | |
7488 * plot/plot3.m: Accept one complex or one real and one complex | |
7489 argument and plot real and imaginary components for y and z. | |
7490 | |
5908 | 7491 2006-07-27 John W. Eaton <jwe@octave.org> |
7492 | |
7493 * testfun/test.m: Call fflush after each block of calls to | |
7494 fprintf, fputs, or fdisp. | |
7495 | |
5904 | 7496 2006-07-26 John W. Eaton <jwe@octave.org> |
7497 | |
7498 * miscellaneous/mex.m: New function. | |
7499 | |
5901 | 7500 2006-07-22 John W. Eaton <jwe@octave.org> |
7501 | |
7502 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7503 | |
5881 | 7504 2006-07-07 John W. Eaton <jwe@octave.org> |
7505 | |
7506 * miscellaneous/orderfields.m: New file. | |
7507 | |
5873 | 7508 2006-06-30 John W. Eaton <jwe@octave.org> |
7509 | |
7510 * time/datevec.m: Make another attempt to account for precision of | |
7511 datenum format. | |
7512 | |
5868 | 7513 2006-06-29 John W. Eaton <jwe@octave.org> |
7514 | |
7515 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7516 Use feval instead of "type -q" to get values now that all the | |
7517 symbols are functions. | |
7518 | |
5860 | 7519 2006-06-16 John W. Eaton <jwe@octave.org> |
7520 | |
7521 * time/datevec.m: Avoid computing log of non-positive values. | |
7522 | |
5859 | 7523 2006-06-14 John W. Eaton <jwe@octave.org> |
7524 | |
7525 * time/datevec.m: Attempt to account for precision of datenum format. | |
7526 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7527 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7528 |
7529 * audio/wavread.m: Fix file range error and add read support for | |
7530 24-bit WAV files. | |
7531 | |
5837 | 7532 2006-06-01 David Bateman <dbateman@free.fr> |
7533 | |
7534 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7535 general/interp1.m, general/gradient.m, general/interp2.m, | |
7536 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7537 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7538 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7539 | |
5835 | 7540 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7541 | |
7542 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7543 * miscellaneous/texas_lotto.m: Fix warning message. | |
7544 | |
5830 | 7545 2006-05-26 John W. Eaton <jwe@octave.org> |
7546 | |
7547 * miscellaneous/doc.m: Also handle nargin == 0. | |
7548 | |
5829 | 7549 2006-05-23 John W. Eaton <jwe@octave.org> |
7550 | |
7551 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7552 really needed. | |
7553 | |
5827 | 7554 2006-05-22 John W. Eaton <jwe@octave.org> |
7555 | |
6754 | 7556 * general/lookup.m: New file from Octave Forge. |
5827 | 7557 |
7558 2006-05-22 David Bateman <dbateman@free.fr> | |
7559 | |
6754 | 7560 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7561 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7562 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7563 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7564 special-matrix/magic.m, special-matrix/hadamard.m, | |
7565 strings/strtok.m: New files from Octave Forge. | |
5827 | 7566 |
5824 | 7567 2006-05-19 David Bateman <dbateman@free.fr> |
7568 | |
7569 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7570 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7571 |
5821 | 7572 2006-05-17 John W. Eaton <jwe@octave.org> |
7573 | |
7574 * set/intersection.m: Delete | |
7575 * deprecated/intersection.m: New file. | |
7576 | |
5820 | 7577 2006-05-17 David Bateman <dbateman@free.fr> |
7578 | |
7579 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7580 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7581 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7582 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7583 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7584 Forge. | |
7585 | |
5809 | 7586 2006-05-11 John W. Eaton <jwe@octave.org> |
7587 | |
5815 | 7588 * path/path.m: Delete (now a built-in function). |
7589 | |
5811 | 7590 * pkg/Makefile.in: New file. |
7591 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7592 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7593 |
5808 | 7594 2006-05-10 John W. Eaton <jwe@octave.org> |
7595 | |
7596 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7597 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7598 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7599 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7600 |
7601 * tar.m, untar.m, unzip.m: New files. | |
7602 | |
5801 | 7603 2006-05-10 John W. Eaton <jwe@octave.org> |
7604 | |
5804 | 7605 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7606 * path/setpath.m: Delete. | |
7607 | |
5801 | 7608 * pkg/pkg.m: New file. |
7609 | |
5798 | 7610 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7611 | |
7612 * plot/plot.m: Doc string fix. | |
7613 | |
7614 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7615 | |
7616 * testfun/speeed.m: Use new interface to unique and assert. | |
7617 Improve documentation. Approximate time complexity from log-log | |
7618 plot. Return time complexity and raw times if requested. The | |
7619 mean ratio is no longer returned. Provide complete control over | |
7620 which n are computed. | |
7621 | |
7622 2006-05-09 John W. Eaton <jwe@octave.org> | |
7623 | |
7624 * path/path.m: Move here from miscellaneous. | |
7625 Adapt to new LOADPATH definition. | |
7626 | |
5789 | 7627 2006-05-03 David Bateman <dbateman@free.fr> |
7628 | |
7629 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7630 explicit uses of a path seperation character with pathsep(). | |
7631 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7632 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7633 |
6778 | 7634 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7635 |
5781 | 7636 2006-04-29 John W. Eaton <jwe@octave.org> |
7637 | |
7638 * startup/main-rcfile: Disable some warnings. | |
7639 | |
5762 | 7640 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7641 | |
7642 * strings/strcmpi.m: Return false instead of error if args are not | |
7643 char or cellstr. | |
7644 | |
5750 | 7645 2006-04-10 John W. Eaton <jwe@octave.org> |
7646 | |
7647 * miscellaneous/dir.m: Ensure that returned structure array is | |
7648 Nx1, not 1xN. | |
7649 | |
5746 | 7650 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7651 | |
7652 * plot/hist.m: Ignore NaN in inputs. | |
7653 | |
5745 | 7654 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7655 | |
7656 * miscellaneous/mkoctfile.m: Doc string fix. | |
7657 | |
5741 | 7658 2006-04-05 John W. Eaton <jwe@octave.org> |
7659 | |
7660 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7661 are both empty. | |
7662 * plot/__plt__.m: Ignore empty data and format strings returned | |
7663 from __plt1__ or __plt2__. | |
7664 | |
5737 | 7665 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7666 | |
6778 | 7667 * set/unique.m: Properly handle single column input when |
5737 | 7668 "rows" is specified. |
7669 | |
5732 | 7670 2006-04-04 John W. Eaton <jwe@octave.org> |
7671 | |
5736 | 7672 * path/setpath.m: New file. |
7673 * path/savepath.m: Use setpath to set path instead of assigning | |
7674 directly to LOADPATH. | |
7675 | |
5732 | 7676 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7677 New files, adapted from Octave Forge by Keith Goodman | |
7678 <kwgoodman@gmail.com>. | |
7679 * path: New directory. | |
7680 * Makefile.in (SUBDIRS): Add it to the list. | |
7681 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7682 | |
5731 | 7683 2006-04-02 David Bateman <dbateman@free.fr> |
7684 | |
7685 * general/tril.m, general.triu.m: | |
7686 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7687 to allow user types to work correctly. | |
7688 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7689 | |
5727 | 7690 2006-04-03 David Bateman <dbateman@free.fr> |
7691 | |
7692 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7693 Accept keyword "minor" for minor grid. | |
7694 | |
5721 | 7695 2006-03-28 John W. Eaton <jwe@octave.org> |
7696 | |
7697 * general/isscalar.m: Only require that all dimensions are 1 for | |
7698 compatiblity. | |
7699 | |
7700 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7701 | |
7702 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7703 compatibility. | |
7704 | |
5720 | 7705 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7706 | |
7707 * plot/__errplot__.m: Doc string fix. | |
7708 | |
7709 * miscellaneous/doc.m: Mark as command. | |
7710 | |
7711 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7712 general/isequalwithequalnans.m, general/blkdiag.m, | |
7713 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7714 | |
5717 | 7715 2006-03-27 Don Bindner <dbindner@truman.edu> |
7716 | |
7717 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7718 return 3d matrices. | |
7719 | |
7720 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7721 | |
7722 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7723 | |
5708 | 7724 2006-03-22 John W. Eaton <jwe@octave.org> |
7725 | |
7726 * plot/print.m: Don't replot after popping terminal setting. | |
7727 | |
5696 | 7728 2006-03-20 John W. Eaton <jwe@octave.org> |
7729 | |
7730 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7731 mkoctfile. Use fullfile to construct file name. | |
7732 | |
5695 | 7733 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7734 | |
7735 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7736 shell script from Octave prompt. | |
7737 | |
5690 | 7738 2006-03-17 John W. Eaton <jwe@octave.org> |
7739 | |
5693 | 7740 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7741 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7742 | |
7743 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7744 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7745 Call new wbl functions to do the real work. | |
7746 Swap args and provide default values as necessary to preserve | |
7747 compatibility with old version of Octave. | |
7748 | |
7749 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7750 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7751 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7752 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7753 Swap scale and shape args for compatibility. | |
7754 | |
5692 | 7755 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7756 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7757 Preserve compatibility with old versions of Octave given new | |
7758 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7759 |
5692 | 7760 * statistics/distributions/logncdf.m, |
7761 statistics/distributions/logninv.m, | |
7762 statistics/distributions/lognpdf.m, | |
7763 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7764 From Ben Barrowes <barrowes@alum.mit.edu> | |
7765 | |
5691 | 7766 * deprecated/hypergeometric_rnd.m: Update interface to match |
7767 current 2.1.x version. | |
7768 | |
7769 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7770 | |
5690 | 7771 * miscellaneous/dir.m: Use readdir instead of glob. |
7772 Special case for "." to avoid globbing. Use list_in_columns. | |
7773 Eliminate unused variables len and finfo. | |
7774 | |
5689 | 7775 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7776 | |
7777 * miscellaneous/dir.m: Improve compatibility. | |
7778 | |
5687 | 7779 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7780 | |
7781 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7782 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7783 | |
5686 | 7784 2006-03-16 John W. Eaton <jwe@octave.org> |
7785 | |
7786 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7787 of looking at sum of max dimensions. | |
7788 | |
5681 | 7789 2006-03-16 David Bateman <dbateman@free.fr> |
7790 | |
7791 * testfun/test.m: Clear last warning before warning test to avoid | |
7792 issues with previously set warnings. | |
7793 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7794 sparse matrices. Force matrix type from spqr solution to be | |
7795 singular to force QR solvers to be used for assert. | |
7796 | |
5678 | 7797 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7798 | |
7799 * strings/strfind.m: New file. | |
7800 | |
5677 | 7801 2006-03-16 John W. Eaton <jwe@octave.org> |
7802 | |
7803 * general/rows.m, general/columns.m: Delete. | |
7804 | |
5674 | 7805 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7806 | |
7807 * strings/strcmpi.m: Simplify. | |
7808 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7809 * strings/strtrunc.m: New file. |
5674 | 7810 |
5676 | 7811 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7812 | |
5672 | 7813 2006-03-15 John W. Eaton <jwe@octave.org> |
7814 | |
7815 * 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
|
7816 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7817 |
5671 | 7818 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7819 | |
7820 * miscellaneous/mkoctfile.m: New file. | |
7821 | |
5670 | 7822 2006-03-15 John W. Eaton <jwe@octave.org> |
7823 | |
7824 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7825 | |
5666 | 7826 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7827 | |
7828 * strings/bin2dec.m: Doc fix. | |
7829 | |
5661 | 7830 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7831 | |
7832 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7833 * time/datenum.m: New function to compute day number from time. | |
7834 | |
5659 | 7835 2006-03-09 John W. Eaton <jwe@octave.org> |
7836 | |
7837 * miscellaneous/unix.m, plot/print.m: | |
7838 Swap order of outputs from system. | |
7839 | |
5642 | 7840 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7841 | |
7842 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7843 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7844 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7845 control/base/__stepimp__.m, control/base/are.m, | |
7846 control/base/controldemo.m, control/base/damp.m, | |
7847 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7848 control/base/step.m, control/system/abcddim.m, | |
7849 control/system/is_abcd.m, control/system/is_controllable.m, | |
7850 control/system/is_detectable.m, control/system/is_observable.m, | |
7851 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7852 control/system/jet707.m, control/system/sys2fir.m, | |
7853 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7854 control/system/tfout.m, control/system/ugain.m, | |
7855 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7856 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7857 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7858 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7859 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7860 general/circshift.m, general/columns.m, general/flipdim.m, | |
7861 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7862 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7863 general/isequalwithequalnans.m, general/isscalar.m, | |
7864 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7865 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7866 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7867 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7868 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7869 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7870 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7871 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7872 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7873 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7874 miscellaneous/license.m, miscellaneous/menu.m, | |
7875 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7876 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7877 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7878 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7879 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7880 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7881 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7882 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7883 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7884 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7885 polynomial/polyinteg.m, polynomial/polyout.m, | |
7886 polynomial/polyreduce.m, polynomial/polyval.m, | |
7887 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7888 set/create_set.m, set/intersection.m, set/ismember.m, | |
7889 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7890 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7891 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7892 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7893 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7894 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7895 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7896 special-matrix/vander.m, statistics/base/median.m, | |
7897 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7898 statistics/distributions/gaminv.m, | |
7899 statistics/distributions/gampdf.m, | |
7900 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7901 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7902 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7903 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7904 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7905 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7906 | |
5633 | 7907 2006-02-27 John W. Eaton <jwe@octave.org> |
7908 | |
7909 * time/tic.m: Move here from miscellaneous/tic.m. | |
7910 * time/toc.m: Move here from miscellaneous/toc.m. | |
7911 | |
7912 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7913 | |
7914 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7915 does not assign output of toc to a variable. | |
7916 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7917 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7918 |
7919 * axis.m: Catch limits that are the same and return an error. | |
7920 | |
5625 | 7921 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7922 | |
7923 * plot/print.m: Accept emf device option to support Enhanced | |
7924 Metafile format. | |
7925 | |
7926 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7927 | |
7928 * control/base/lqe.m: Doc fix. | |
7929 | |
5623 | 7930 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7931 | |
7932 * statistics/distributions/gamcdf.m: Doc fix. | |
7933 * statistics/distributions/gaminv.m: Doc fix. | |
7934 * statistics/distributions/gampdf.m: Doc fix. | |
7935 * statistics/distributions/gamrnd.m: Doc fix. | |
7936 | |
5610 | 7937 2006-02-09 David Bateman <dbateman@free.fr> |
7938 | |
6778 | 7939 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7940 for arbitrary user type. | |
7941 * general/tril.m: ditto. | |
7942 * sparse/sprand.m: Doc fix. | |
7943 * sparse/sprandn.m: Ditto. | |
7944 * sparse/sprandsym.m: New function. | |
7945 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7946 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7947 Update for syntax error for latest texinfo.tex file. | |
5610 | 7948 |
5605 | 7949 2006-02-02 John W. Eaton <jwe@octave.org> |
7950 | |
7951 * plot/grid.m: Append ";\n" to "set grid" command. | |
7952 | |
7953 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7954 | |
7955 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7956 | |
5597 | 7957 2006-01-13 John W. Eaton <jwe@octave.org> |
7958 | |
7959 * audio/Makefile.in, control/base/Makefile.in, | |
7960 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7961 control/system/Makefile.in, control/util/Makefile.in, | |
7962 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7963 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7964 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7965 optimization/Makefile.in, plot/Makefile.in, | |
7966 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7967 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7968 special-matrix/Makefile.in, startup/Makefile.in, | |
7969 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7970 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7971 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7972 (all): Depend on PKG_ADD. | |
7973 (PKG_ADD): New target. | |
7974 | |
7975 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7976 | |
7977 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7978 | |
5596 | 7979 2006-01-13 John W. Eaton <jwe@octave.org> |
7980 | |
7981 * time/etime.m: Move here from miscellaneous/etime.m. | |
7982 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7983 | |
5595 | 7984 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7985 | |
6778 | 7986 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7987 * miscellaneous/fullfile.m: Likewise. |
7988 | |
5592 | 7989 2006-01-12 David Bateman <dbateman@free.fr> |
7990 | |
7991 * general/blkdiag.m: Compatible behavior for empty matrices | |
7992 * statistics/base/unidrnd.m: Documentation buglet. | |
7993 | |
5583 | 7994 2005-12-14 David Bateman <dbateman@free.fr> |
7995 | |
5589 | 7996 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7997 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7998 | |
7999 * Makefile.in (SUBDIRS): Include testfun. | |
8000 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
8001 | |
5583 | 8002 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
8003 | |
8004 * general/__isequal__.m: Remove reference to getfield. | |
8005 | |
8006 * plot/hist.m: Update test code for row/column discrepencies. | |
8007 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
8008 Update the test code for this. | |
8009 * sparse/spstats.m: Fix small bug in the dimension of output. | |
8010 | |
5579 | 8011 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8012 | |
8013 * cell/cell2mat.m: New file, from octave-forge. | |
8014 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8015 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 8016 |
8017 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
8018 New graph theory functions. | |
8019 | |
5574 | 8020 2005-12-13 John W. Eaton <jwe@octave.org> |
8021 | |
8022 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
8023 | |
8024 * control/system/ss.m: Doc fix. | |
8025 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8026 | |
5572 | 8027 2005-12-12 Michael Zeising <michael@michaels-website.de> |
8028 | |
8029 * audio/wavread.m, audio/wavwrite.m: | |
8030 Correct scaling for 8-bit linear pcm samples. | |
8031 Improve scaling for all other linear pcm resolutions. | |
8032 | |
5568 | 8033 2005-12-07 John W. Eaton <jwe@octave.org> |
8034 | |
8035 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
8036 | |
8037 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
8038 * strings/strjust.m: Likewise. | |
8039 | |
8040 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
8041 * signal/arma_rnd.m: Likewise. | |
8042 * strings/strcat.m: Likewise. | |
8043 * control/base/__freqresp__.m: Likewise. | |
8044 * control/base/place.m: Likewise. | |
8045 * control/base/pzmap.m: Likewise. | |
8046 * control/base/pzmap.m: Likewise. | |
8047 * control/system/sysappend.m: Likewise. | |
8048 * control/system/syscont.m: Likewise. | |
8049 * control/system/sysdisc.m: Likewise. | |
8050 * control/system/sysgroup.m: Likewise. | |
8051 * control/system/tfout.m: Likewise. | |
8052 * control/system/zpout.m: Likewise. | |
8053 * control/util/__outlist__.m: Likewise. | |
8054 | |
5567 | 8055 2005-12-06 John W. Eaton <jwe@octave.org> |
8056 | |
8057 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
8058 Avoid for loop in interleave/deinterleave steps. | |
8059 | |
5565 | 8060 2005-12-06 Michael Zeising <michael@michaels-website.de> |
8061 | |
8062 * audio/wavread.m, audio/wavwrite.m: New files. | |
8063 | |
5563 | 8064 2005-12-06 John W. Eaton <jwe@octave.org> |
8065 | |
8066 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
8067 | |
5560 | 8068 2005-12-05 John W. Eaton <jwe@octave.org> |
8069 | |
5561 | 8070 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 8071 |
5558 | 8072 2005-12-02 John W. Eaton <jwe@octave.org> |
8073 | |
8074 * miscellaneous/fileattrib.m: New function. | |
8075 | |
5556 | 8076 2005-12-01 John W. Eaton <jwe@octave.org> |
8077 | |
8078 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
8079 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
8080 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
8081 | |
5555 | 8082 2005-11-30 John W. Eaton <jwe@octave.org> |
8083 | |
8084 * linear-algebra/krylov.m: Format doc string. | |
8085 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8086 | |
5551 | 8087 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
8088 | |
8089 * general/blkdiag.m: Import from octave-forge. | |
8090 Ignore empty matrices in the input. Add tests. | |
5549 | 8091 |
8092 * general/isequal.m, general/isequalwithequalnans.m: | |
8093 New wrapper scripts for general/__isequal__.m. | |
8094 * general/__isequal__.m: Rename from general/isequal.m. | |
8095 New arg, nans_compare_equal. | |
8096 | |
5548 | 8097 2005-11-29 John W. Eaton <jwe@octave.org> |
8098 | |
8099 * miscellaneous/ver.m: Use new uname built-in function instead of | |
8100 calling system. Only append octave_forge_string if | |
8101 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
8102 Call license instead of hard-coding license info here. | |
8103 | |
8104 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 8105 __octave_licenses__. Use puts instead of disp. |
5548 | 8106 Use getuid and getpwuid instead of calling unix ("id -un"). |
8107 If nargout = 1, return license info instead of printing usage message. | |
8108 | |
5546 | 8109 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8110 | |
8111 * miscellaneous/ver.m: New file. | |
8112 * miscellaneous/license.m: New file. | |
8113 | |
5545 | 8114 2005-11-22 John W. Eaton <jwe@octave.org> |
8115 | |
8116 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
8117 gnuplot set command. | |
8118 | |
5539 | 8119 2005-11-15 John W. Eaton <jwe@octave.org> |
8120 | |
8121 * general/shiftdim.m: Doc fix. | |
8122 | |
5532 | 8123 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
8124 | |
8125 * set/unique.m: Doc string fix. | |
8126 | |
5527 | 8127 2005-11-01 John W. Eaton <jwe@octave.org> |
8128 | |
8129 * Makefile.in (distclean, maintainer-clean): | |
8130 Also remove autom4te.cache directory. | |
8131 From Quentin Spencer <qspencer@ieee.org>. | |
8132 | |
5518 | 8133 2005-10-28 John W. Eaton <jwe@octave.org> |
8134 | |
8135 * general/shiftdim.m: Compatibility fix for row vectors. | |
8136 Correct check for non-scalar non-integer shift. For positive | |
8137 N, shift is remainder of N and number of dims. Always return NS. | |
8138 Simplify. | |
8139 | |
5500 | 8140 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
8141 | |
8142 * general/randperm.m: Improve compatibility by allowing input | |
8143 value of zero. | |
8144 | |
5493 | 8145 2005-10-13 John W. Eaton <jwe@octave.org> |
8146 | |
8147 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
8148 If in multiplot mode, clear plot before issuing new plot command. | |
8149 | |
8150 * plot/__setup_plot__.m: New function. | |
8151 * plot/__plt__.m, plot__errplot__.m: Use it. | |
8152 Handle multiplot data and offsets here. | |
8153 | |
8154 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
8155 Move initialization to __setup_plot__.m. | |
8156 | |
8157 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
8158 Don't reset gnuplot_command_replot. | |
8159 | |
8160 * plot/replot.m: Handle multiplot data and offsets here. | |
8161 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
8162 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
8163 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
8164 | |
5489 | 8165 2005-10-12 John W. Eaton <jwe@octave.org> |
8166 | |
8167 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
8168 | |
5482 | 8169 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
8170 | |
8171 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
8172 weibrnd.m: Removed calls and references to deprecated _pdf and | |
8173 _inv functions. | |
8174 * chi2pdf.m: Fixed typos in the documentation. | |
8175 | |
5475 | 8176 2005-09-28 John W. Eaton <jwe@octave.org> |
8177 | |
5476 | 8178 * miscellaneous/single.m: New function. |
8179 | |
5475 | 8180 * statistics/base/unidrnd.m: New function. |
8181 | |
5474 | 8182 2005-09-27 John W. Eaton <jwe@octave.org> |
8183 | |
8184 * miscellaneous/dir.m: Filename never includes directory part. | |
8185 | |
5464 | 8186 2005-09-22 John W. Eaton <jwe@octave.org> |
8187 | |
8188 * polynomial/residue.m: Use logical indexing instead of find.. | |
8189 | |
8190 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
8191 | |
8192 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
8193 and zero poles. | |
8194 | |
5462 | 8195 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
8196 | |
8197 * strings/deblank.m: Handle cell arrays. | |
8198 * strings/split.m: New argument, N, to limit number of splits. | |
8199 | |
8200 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
8201 | |
8202 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
8203 | |
5460 | 8204 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
8205 | |
8206 * control/base/rlocus.m: Doc fix. | |
8207 | |
5459 | 8208 2005-09-20 John W. Eaton <jwe@octave.org> |
8209 | |
8210 * general/isvector.m: Improve compatibility. | |
8211 | |
8212 * general/postpad.m: Allow first argument to be a scalar. | |
8213 Allow padding to extend dimensionality. | |
8214 * general/prepad.m: Likewise. | |
8215 | |
5448 | 8216 2005-09-14 Daniel <durbano@shbano.com> |
8217 | |
8218 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 8219 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
8220 /control/base/dgram.m: Doc string fixes. | |
5448 | 8221 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
8222 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8223 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 8224 |
8225 * saveimage.m: Do not ignore most significant bit when writing | |
8226 black and white images to file. | |
8227 | |
5443 | 8228 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
8229 | |
8230 * audio/playaudio.m, control/base/__bodquist__.m, | |
8231 control/base/lqg.m, control/obsolete/dezero.m, | |
8232 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
8233 control/system/c2d.m, control/system/cellidx.m, | |
8234 control/system/d2c.m, control/system/dmr2d.m, | |
8235 control/system/is_signal_list.m, control/system/listidx.m, | |
8236 control/system/ss.m, control/system/sysappend.m, | |
8237 control/system/sysconnect.m, control/system/sysdup.m, | |
8238 control/system/sysgetsignals.m, control/system/sysidx.m, | |
8239 control/system/sysprune.m, control/system/syssetsignals.m, | |
8240 control/system/tfout.m, control/system/zpout.m, | |
8241 control/util/prompt.m, control/util/sortcom.m, | |
8242 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
8243 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
8244 general/num2str.m, general/repmat.m, general/sortrows.m, | |
8245 general/strerror.m, image/colormap.m, image/imshow.m, | |
8246 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
8247 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
8248 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
8249 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
8250 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
8251 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
8252 plot/print.m, plot/title.m, plot/top_title.m, | |
8253 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
8254 statistics/base/mean.m, statistics/base/moment.m, | |
8255 statistics/tests/cor_test.m, | |
8256 statistics/tests/kolmogorov_smirnov_test.m, | |
8257 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8258 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
8259 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8260 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8261 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8262 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8263 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8264 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
8265 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8266 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8267 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
8268 Avoid deprecated functions. Use ischar instead of isstr. Use | |
8269 isvector instead of is_vector. Use isstruct instead of | |
8270 is_struct. Use char instead of setstr. | |
8271 | |
5435 | 8272 2005-08-31 Daniel <durbano@shbano.com> |
8273 | |
8274 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
8275 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
8276 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8277 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8278 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 8279 |
8280 * image/saveimage.m: Open output file in binary mode. | |
8281 | |
8282 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
8283 | |
5427 | 8284 2005-08-16 John W. Eaton <jwe@octave.org> |
8285 | |
8286 * miscellaneous/computer.m: Handle optional maxsize and endian | |
8287 outputs. | |
8288 | |
5426 | 8289 2005-08-15 John W. Eaton <jwe@octave.org> |
8290 | |
8291 * strings/strcat.m: Allow single argument. | |
8292 | |
5416 | 8293 2005-07-18 John W. Eaton <jwe@octave.org> |
8294 | |
8295 * strings/strcmp.m: Delete. | |
8296 | |
5413 | 8297 2005-07-13 John W. Eaton <jwe@octave.org> |
8298 | |
8299 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
8300 versions of Octave. | |
8301 | |
8302 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
8303 | |
8304 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
8305 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
8306 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
8307 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
8308 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
8309 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
8310 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
8311 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
8312 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
8313 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
8314 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
8315 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8316 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8317 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8318 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8319 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8320 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8321 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8322 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8323 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8324 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8325 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8326 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8327 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8328 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8329 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8330 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8331 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8332 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8333 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8334 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8335 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8336 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8337 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8338 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8339 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8340 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8341 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8342 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8343 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8344 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8345 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8346 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8347 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8348 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8349 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8350 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8351 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8352 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8353 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8354 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8355 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8356 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8357 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8358 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8359 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8360 | |
8361 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8362 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8363 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8364 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8365 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8366 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8367 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8368 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8369 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8370 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8371 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8372 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8373 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8374 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8375 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8376 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8377 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8378 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8379 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8380 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8381 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8382 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8383 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8384 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8385 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8386 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8387 deprecated/wiener_rnd.m: New files. | |
8388 | |
5408 | 8389 2005-07-08 John W. Eaton <jwe@octave.org> |
8390 | |
8391 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8392 * deprecated/weibull_rnd.m: New file. | |
8393 | |
5407 | 8394 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8395 | |
8396 * strings/dec2base.m: Allow matrix arguments. | |
8397 | |
5406 | 8398 2005-07-08 John W. Eaton <jwe@octave.org> |
8399 | |
8400 * plot/__errplot__.m: Use __plot_globals__. | |
8401 * plot/__plt__.m: Likewise. | |
8402 * plot/figure.m: Likewise. | |
8403 | |
8404 * plot/hold.m: New file. | |
8405 * plot/ishold.m: New file. | |
8406 * plot/__plot_globals__.m: New file. | |
8407 | |
5400 | 8408 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8409 | |
8410 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8411 | |
8412 2005-07-05 John W. Eaton <jwe@octave.org> | |
8413 | |
8414 * strings/findstr.m: Return [] for no matches. | |
8415 | |
5399 | 8416 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8417 | |
8418 * miscellaneous/tic.m: Fix doc string. | |
8419 | |
5395 | 8420 2005-06-15 John W. Eaton <jwe@octave.org> |
8421 | |
8422 * polynomial/polyfit.m: Force return value to be a row vector. | |
8423 | |
5393 | 8424 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8425 | |
8426 * general/isequal.m: Correct nargin check. | |
8427 | |
5388 | 8428 2005-06-14 John W. Eaton <jwe@octave.org> |
8429 | |
8430 * general/isvector.m: Handle N-d arrays. | |
8431 From Bill Denney <denney@seas.upenn.edu>. | |
8432 | |
5381 | 8433 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8434 | |
8435 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8436 |
5377 | 8437 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8438 | |
8439 * signal/freqz.m: Use correct calculations when given a vector of | |
8440 frequencies. Improve accuracy of returned frequency vector. | |
8441 Improve speed for medium length filters (at a slight cost for slow | |
8442 filters). Add test cases. | |
8443 | |
5373 | 8444 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8445 | |
8446 * plot/loglog.m: Fix set commands. | |
8447 | |
5381 | 8448 2005-05-25 John W. Eaton <jwe@octave.org> |
8449 | |
8450 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8451 | |
5371 | 8452 2005-05-24 John W. Eaton <jwe@octave.org> |
8453 | |
5373 | 8454 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8455 | |
5372 | 8456 * strings/strncmp.m: New file, from Tom Holroyd |
8457 <tomh@kurage.nimh.nih.gov>. | |
8458 | |
5371 | 8459 * strings/strcmp.m: Return logical values in all cases. |
8460 | |
5366 | 8461 2005-05-23 John W. Eaton <jwe@octave.org> |
8462 | |
8463 * plot/orient.m: New file. Adapt to Octave coding style. | |
8464 Texinfoize doc string. | |
8465 | |
8466 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8467 PKG_ADD command. Use set terminal consistently throughout. Use | |
8468 set terminal push/pop and unconditionally set output to screen | |
8469 when done to avoid requiring gget. Use a cell array for dev_list | |
8470 and cellidx to search for items in the list. Delete local | |
8471 variable endl. Don't set and restore automatic_replot. Use {} | |
8472 instead of nth to index varargin. Delete local variable | |
8473 va_arg_cnt. | |
8474 | |
5355 | 8475 2005-05-18 John W. Eaton <jwe@octave.org> |
8476 | |
8477 * general/num2str.m: Return early if X is a character string. | |
8478 | |
5347 | 8479 2005-05-11 John W. Eaton <jwe@octave.org> |
8480 | |
5348 | 8481 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8482 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8483 | |
5347 | 8484 * plot/polar.m: Don't call __pltopt__ here. |
8485 | |
5333 | 8486 2005-05-02 John W. Eaton <jwe@octave.org> |
8487 | |
8488 * mkdoc: Print header message. | |
8489 | |
5319 | 8490 2005-04-28 John W. Eaton <jwe@octave.org> |
8491 | |
8492 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8493 startup/octaverc. | |
8494 | |
5318 | 8495 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8496 | |
8497 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8498 (__im_numeric_limits__): New internal function. | |
8499 | |
5317 | 8500 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8501 | |
8502 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8503 data, not mean of group_mean. | |
8504 | |
8505 2005-04-28 John W. Eaton <jwe@octave.org> | |
8506 | |
8507 * startup/local-rcfile: New file. | |
8508 * startup/main-rcfile: Rename from startup/octaverc. | |
8509 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8510 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8511 Install local-rcfile in $(localfcnfiledir)/startup. | |
8512 | |
8513 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8514 | |
8515 * startup/inputrc: New file. | |
8516 * startup/octaverc: Configure readline using inputrc from | |
8517 startupfiledir. | |
8518 * startup/Makefile.in (install, install-strip): Install octaverc | |
8519 in $(fcnfiledir)/startup. | |
8520 | |
5310 | 8521 2005-04-27 John W. Eaton <jwe@octave.org> |
8522 | |
8523 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8524 | |
5289 | 8525 2005-04-21 John W. Eaton <jwe@octave.org> |
8526 | |
8527 * optimization/glpk.m: Handle SENSE argument. | |
8528 | |
8529 * optimization/qp.m, optimization/sqp.m: New files. | |
8530 | |
5276 | 8531 2005-04-08 John W. Eaton <jwe@octave.org> |
8532 | |
8533 * Makefile.in (clean, distclean, maintainer-clean): | |
8534 Avoid duplication in rules. | |
8535 | |
5252 | 8536 2005-03-28 John W. Eaton <jwe@octave.org> |
8537 | |
8538 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8539 setting {no,}parametric. | |
8540 * plot/figure.m: Likewise, for setting terminal type. | |
8541 | |
8542 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8543 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8544 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8545 plot/title.m, plot/top_title.m: Avoid eval. | |
8546 | |
5251 | 8547 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8548 | |
5253 | 8549 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8550 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8551 Use __gnuplot_replot__ instead of replot. | |
8552 | |
5252 | 8553 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8554 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8555 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8556 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8557 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8558 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8559 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8560 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8561 |
5251 | 8562 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8563 | |
5244 | 8564 2005-03-24 John W. Eaton <jwe@octave.org> |
8565 | |
8566 * optimization/glpkmex.m: Texinfoize Doc string. | |
8567 * optimization/glpk.m: Likewise. | |
8568 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8569 (row vectors are orginary character strings). | |
8570 * optimization/glpkparam.m: Delete. | |
8571 | |
5243 | 8572 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8573 | |
8574 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8575 of dimensions of X. | |
8576 | |
5237 | 8577 2005-03-23 John W. Eaton <jwe@octave.org> |
8578 | |
5239 | 8579 * general/tril.m, general/triu.m: Return value of same class as |
8580 argument. | |
8581 | |
5237 | 8582 * optimization/glpk.m: Simplify interface. By default, solve |
8583 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8584 * optimization/glpkmex.m: New file. | |
8585 | |
5232 | 8586 2005-03-22 John W. Eaton <jwe@octave.org> |
8587 | |
5237 | 8588 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8589 list. | |
8590 | |
5233 | 8591 * optimization/glpk.m: Adapt to Octave coding style. |
8592 No need for varargout or varargin. | |
8593 Print usage message if nargin > 11. | |
8594 Allow any value of nargout. | |
8595 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8596 Avoid looping when checking character classes. | |
8597 | |
5232 | 8598 * optimization: New directory. |
8599 * Makefile.in (SUBDIRS): Add it to the list. | |
8600 * optimization/Makefile.in: New file. | |
8601 * optimization/glpk.m, optimization/glpkparams.m, | |
8602 optimization/glpktest1, optimization/glpktest2: New files. | |
8603 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8604 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8605 |
8606 * strings/split.m: Quick return for empty second arg. | |
8607 Improve warning for multi-line strings. | |
8608 Speed up by avoiding sprintf in loop and eval. | |
8609 | |
5217 | 8610 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8611 | |
8612 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8613 * polynomial/polyder.m: Ditto. | |
6778 | 8614 * polynomial/polygcd.m: New function. |
5217 | 8615 |
5214 | 8616 2005-03-16 John W. Eaton <jwe@octave.org> |
8617 | |
5215 | 8618 * control/base/__stepimp__.m, control/base/bode.m, |
8619 control/base/frdemo.m, control/base/nichols.m, | |
8620 control/base/nyquist.m, control/base/pzmap.m, | |
8621 control/base/rldemo.m, control/base/rlocus.m, | |
8622 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8623 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8624 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8625 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8626 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8627 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8628 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8629 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8630 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8631 plot/xlabel.m, quaternion/demoquat.m, | |
8632 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8633 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8634 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8635 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8636 gsplot from @seealso docs. | |
5214 | 8637 |
8638 * plot/replot.m: New file. | |
8639 | |
5205 | 8640 2005-03-15 David Bateman <dbateman@free.fr> |
8641 | |
8642 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8643 | |
5196 | 8644 2005-03-09 John W. Eaton <jwe@octave.org> |
8645 | |
8646 * statistics/Makefile.in (bin-dist): Delete target. | |
8647 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8648 * control/Makefile.in: Likewise. |
5196 | 8649 |
5378 | 8650 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8651 (BINDISTFILES): Delete variable. |
5378 | 8652 * control/base/Makefile.in: Likewise. |
8653 * control/hinf/Makefile.in: Likewise. | |
8654 * control/obsolete/Makefile.in: Likewise. | |
8655 * control/system/Makefile.in: Likewise. | |
8656 * control/util/Makefile.in: Likewise. | |
8657 * deprecated/Makefile.in: Likewise. | |
8658 * elfun/Makefile.in: Likewise. | |
8659 * finance/Makefile.in: Likewise. | |
8660 * general/Makefile.in: Likewise. | |
8661 * image/Makefile.in: Likewise. | |
8662 * sparse/Makefile.in: Likewise. | |
8663 * io/Makefile.in: Likewise. | |
8664 * plot/Makefile.in: Likewise. | |
8665 * Makefile.in: Likewise. | |
8666 * miscellaneous/Makefile.in: Likewise. | |
8667 * linear-algebra/Makefile.in: Likewise. | |
8668 * polynomial/Makefile.in: Likewise. | |
8669 * quaternion/Makefile.in: Likewise. | |
8670 * set/Makefile.in: Likewise. | |
8671 * signal/Makefile.in: Likewise. | |
8672 * specfun/Makefile.in: Likewise. | |
8673 * special-matrix/Makefile.in: Likewise. | |
8674 * startup/Makefile.in: Likewise. | |
8675 * statistics/base/Makefile.in: Likewise. | |
8676 * statistics/distributions/Makefile.in: Likewise. | |
8677 * statistics/models/Makefile.in: Likewise. | |
8678 * statistics/tests/Makefile.in: Likewise. | |
8679 * strings/Makefile.in: Likewise. | |
8680 * time/Makefile.in: Likewise. | |
5196 | 8681 |
5195 | 8682 2005-03-08 John W. Eaton <jwe@octave.org> |
8683 | |
8684 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8685 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8686 | |
5192 | 8687 2005-03-04 John W. Eaton <jwe@octave.org> |
8688 | |
8689 * plot/clg.m: New file. | |
8690 | |
5193 | 8691 2005-03-03 John W. Eaton <jwe@octave.org> |
8692 | |
8693 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8694 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8695 strings/strcmpi.m: | |
8696 New files from Octave-forge. Adapt to Octave coding standards. | |
8697 | |
5181 | 8698 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8699 | |
8700 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8701 computation range. | |
8702 | |
5164 | 8703 2005-02-25 John W. Eaton <jwe@octave.org> |
8704 | |
8705 Sparse merge. | |
8706 | |
8707 2005-01-23 David Bateman <dbateman@free.fr> | |
8708 | |
8709 * sparse/randperm.m: Delete duplicate randperm.m. | |
8710 | |
8711 2005-01-10 John W. Eaton <jwe@octave.org> | |
8712 | |
8713 * sparse/Makefile.in: New file. | |
8714 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8715 | |
8716 2005-01-07 David Bateman <dbateman@free.fr> | |
8717 | |
8718 * set/unique.m: import file from octave-forge. | |
8719 | |
8720 2005-01-05 David Bateman <dbateman@free.fr> | |
8721 | |
8722 * Makefile.in: include sparse directory in SUBDIRS. | |
8723 | |
8724 2004-12-30 John W. Eaton <jwe@octave.org> | |
8725 | |
8726 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8727 src/DLD-FUNCTIONS/sparse.cc). | |
8728 | |
8729 2004-12-28 John W. Eaton <jwe@octave.org> | |
8730 | |
8731 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8732 Andy Adler <adler@site.uottawa.ca>. | |
8733 | |
8734 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8735 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8736 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8737 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8738 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8739 | |
8740 * sparse: New directory. | |
8741 | |
5158 | 8742 2005-02-22 John W. Eaton <jwe@octave.org> |
8743 | |
8744 * polynomial/residue.m: Force prepad to always create row vectors. | |
8745 | |
8746 * polynomial/poly.m: Quick return if m is 0. | |
8747 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8748 | |
5154 | 8749 2005-02-21 David Bateman <dbateman@free.fr> |
8750 | |
8751 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8752 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8753 Fix for row vectors with at least one element of lambda not in | |
8754 (0, Inf). | |
8755 | |
5152 | 8756 2005-02-21 John W. Eaton <jwe@octave.org> |
8757 | |
5153 | 8758 * statistics/base/qqplot.m: Use feval instead of eval. |
8759 | |
5152 | 8760 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8761 plot/__axis_label__.m: Issue replot command. | |
8762 | |
5135 | 8763 2005-02-09 John W. Eaton <jwe@octave.org> |
8764 | |
8765 * polynomial/polyderiv.m: Force P to be a row vector. | |
8766 | |
5133 | 8767 2005-02-08 John W. Eaton <jwe@octave.org> |
8768 | |
8769 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8770 provided and len <= computed max_len. | |
8771 | |
5125 | 8772 2005-01-27 David Bateman <dbateman@free.fr> |
8773 | |
8774 * strings/dec2base.m: Be even more careful about handling all digits. | |
8775 | |
8776 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8777 | |
8778 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8779 | |
5123 | 8780 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8781 | |
8782 * statistics/base/median.m: Make it work for the scalar case too. | |
8783 | |
6308 | 8784 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8785 |
8786 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8787 Simplify logic for decoding args. |
5117 | 8788 |
5115 | 8789 2005-01-24 John W. Eaton <jwe@octave.org> |
8790 | |
5116 | 8791 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8792 | |
8793 * plot/__plt__.m: No need to save and reset hold state now. | |
8794 (first_plot): Delete unused variable. | |
8795 | |
5115 | 8796 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8797 | |
8798 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8799 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8800 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8801 plot/__plt2vv__.m: | |
8802 Return data and gnuplot commands instead of evaluating them. | |
8803 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8804 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8805 | |
5108 | 8806 2005-01-18 John W. Eaton <jwe@octave.org> |
8807 | |
8808 * linear-algebra/cross.m: Allocate idx1 before use. | |
8809 | |
5096 | 8810 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8811 | |
8812 * statistics/base/range.m: Fix varargin usage. | |
8813 | |
5091 | 8814 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8815 | |
8816 * strings/deblank.m: Remove all trailing whitespace (check with | |
8817 isspace), not just SPC. | |
8818 | |
5090 | 8819 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8820 | |
8821 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8822 | |
5073 | 8823 2004-11-09 John W. Eaton <jwe@octave.org> |
8824 | |
8825 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8826 From Julius Smith <jos@ccrma.stanford.edu>. | |
8827 | |
5072 | 8828 2004-11-08 John W. Eaton <jwe@octave.org> |
8829 | |
8830 * plot/__plt2vm__.m: Delete debugging statement. | |
8831 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8832 | |
5065 | 8833 2004-11-04 John W. Eaton <jwe@octave.org> |
8834 | |
8835 * plot/hist.m: Always return row vectors for vector args. | |
8836 | |
5031 | 8837 2004-09-23 John W. Eaton <jwe@octave.org> |
8838 | |
8839 * strings/strcmp.m: If args are not strings or cell arrays of | |
8840 strings, return zero instead of reporting an error. | |
8841 | |
5021 | 8842 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8843 | |
8844 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8845 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8846 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8847 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8848 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8849 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8850 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8851 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8852 control/system/is_detectable.m, control/system/is_sample.m, | |
8853 control/system/is_siso.m, control/system/is_stable.m, | |
8854 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8855 control/system/sys2tf.m, control/system/sys2zp.m, | |
8856 control/system/sysappend.m, control/system/sysconnect.m, | |
8857 control/system/sysdisc.m, control/system/sysdup.m, | |
8858 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8859 control/system/syssetsignals.m, control/system/syssub.m, | |
8860 control/system/tf2sys.m, control/system/ugain.m, | |
8861 control/system/zp2ss.m, control/system/zp2sys.m, | |
8862 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8863 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8864 | |
8865 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8866 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8867 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8868 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8869 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8870 control/system/sysappend.m, control/system/sysconnect.m, | |
8871 control/system/sysdup.m, control/system/sysgroup.m, | |
8872 control/system/sysprune.m, control/system/sysreorder.m, | |
8873 control/system/sysscale.m, control/system/syssub.m, | |
8874 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8875 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8876 polynomial/polyout.m, specfun/log2.m: | |
8877 Add output arguments in doc strings. | |
8878 | |
8879 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8880 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8881 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8882 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8883 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8884 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8885 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8886 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8887 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8888 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8889 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8890 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8891 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8892 control/system/c2d.m, control/system/is_abcd.m, | |
8893 control/system/is_controllable.m, control/system/is_detectable.m, | |
8894 control/system/is_observable.m, control/system/is_stable.m, | |
8895 control/system/jet707.m, control/system/ord2.m, | |
8896 control/system/starp.m, control/system/sys2fir.m, | |
8897 control/system/sys2ss.m, control/system/sys2tf.m, | |
8898 control/system/sys2zp.m, control/system/syscont.m, | |
8899 control/system/sysdisc.m, control/system/sysdup.m, | |
8900 control/system/sysgettype.m, control/system/sysgroup.m, | |
8901 control/system/sysmult.m, control/system/sysprune.m, | |
8902 control/system/sysreorder.m, control/system/sysscale.m, | |
8903 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8904 control/system/tf2ss.m, control/system/tf2sys.m, | |
8905 control/system/zp2ss.m, control/system/zp2sys.m, | |
8906 control/util/axis2dlim.m, control/util/prompt.m, | |
8907 control/util/zgfmul.m, control/util/zginit.m, | |
8908 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8909 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8910 in doc strings. | |
8911 | |
8912 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8913 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8914 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8915 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8916 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8917 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8918 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8919 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8920 control/system/c2d.m, control/system/fir2sys.m, | |
8921 control/system/is_stabilizable.m, control/system/jet707.m, | |
8922 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8923 control/util/zgshsr.m, polynomial/polyout.m: | |
8924 New @tex section(s) in doc strings for better formating of printed | |
8925 output. | |
8926 | |
8927 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8928 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8929 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8930 Use proper double quote marks for TeX. | |
8931 | |
8932 * control/base/DEMOcontrol.m: Add missing ; | |
8933 | |
8934 * control/base/nichols.m, control/base/rlocus.m, | |
8935 control/obsolete/minfo.m, control/system/is_digital.m, | |
8936 control/system/ss2zp.m, control/system/sysmin.m, | |
8937 control/system/tf2zp.m, control/util/sortcom.m: | |
8938 Convert documentation to use or more completely use Texinfo. | |
8939 | |
8940 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8941 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8942 control/system/parallel.m, control/system/ss2tf.m, | |
8943 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8944 art splitting over a page boundary. | |
8945 | |
8946 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8947 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8948 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8949 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8950 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8951 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8952 the TeX documentation. | |
8953 | |
8954 * control/system/is_stabilizable.m: | |
8955 Add Copyright so that help is displayed correctly. | |
8956 | |
8957 * special-matrix/vander.m: Octave indexes start at 1. | |
8958 | |
5011 | 8959 2004-09-21 David Bateman <dbateman@free.fr> |
8960 | |
8961 * general/rotdim.m: New function for rotation of an N-d array in an | |
8962 arbitrary plane. | |
8963 | |
8964 * general/flipdim.m: New function to flip an N-d array about an | |
8965 arbitrary axis. | |
8966 | |
5003 | 8967 2004-09-15 David Bateman <dbateman@free.fr> |
8968 | |
8969 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8970 | |
4992 | 8971 2004-09-15 John W. Eaton <jwe@octave.org> |
8972 | |
8973 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8974 Use iscellstr to check for cells rather than iscell. |
8975 Improve diagnostics for invalid args. | |
4992 | 8976 |
4983 | 8977 2004-09-10 David Bateman <dbateman@free.fr> |
8978 | |
8979 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8980 and p with n > 1, and fix for matrix n and p with n == 1. | |
8981 | |
8982 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8983 due to row vs. column vector operations. | |
8984 | |
4964 | 8985 2004-09-03 David Bateman <dbateman@free.fr> |
8986 | |
8987 * general/repmat.m: Fix to allow logical classes. | |
8988 | |
4950 | 8989 2004-08-31 John W. Eaton <jwe@octave.org> |
8990 | |
8991 * general/isa.m: New function, from Octave-forge. | |
8992 | |
8993 2004-08-31 David Bateman <dbateman@free.fr> | |
8994 | |
8995 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8996 limitation on the use of int64 and uint64 types, and the use | |
8997 of the eval. | |
8998 | |
8999 * general/bitset.m: Remove superfluous cast to return type, as bug | |
9000 in .^ with integer types is fixed. | |
9001 | |
9002 * general/repmat.m: Adapt to allow integer types. | |
4945 | 9003 |
9004 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
9005 | |
9006 * plot/axis.m: Don't reset axes when querying them. | |
9007 | |
4942 | 9008 2004-08-27 David Bateman <dbateman@free.fr> |
9009 | |
9010 * statistics/base/ranks.m: Handle non-consecutive ties. | |
9011 Eliminate loop. | |
9012 | |
4918 | 9013 2004-07-27 David Bateman <dbateman@free.fr> |
9014 | |
9015 * general/num2str.m: Also insert spaces in output when precision | |
9016 argument is supplied. | |
9017 | |
4915 | 9018 2004-07-23 David Bateman <dbateman@free.fr> |
9019 | |
9020 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
9021 | |
4911 | 9022 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
9023 | |
9024 * general/sub2ind.m: Make reshaping index list unnecessary. | |
9025 | |
9026 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
9027 | |
9028 * miscellaneous/unix.m: Fix doc string. | |
9029 | |
9030 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
9031 | |
9032 * plot/figure.m: Clarification of documentation. | |
9033 | |
9034 * image/imshow.m: Warn for complex images. | |
9035 Only estimate colourmap for images in [0, 65536]. | |
9036 | |
9037 2004-07-22 David Bateman <dbateman@free.fr> | |
9038 | |
9039 * general/num2str.m: Fix the case of an all zero input. | |
9040 | |
4906 | 9041 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
9042 | |
9043 * general/ind2sub.m: Doc fix. | |
9044 | |
4900 | 9045 2004-06-08 John W. Eaton <jwe@octave.org> |
9046 | |
9047 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
9048 convert function handle to string for eval. | |
9049 | |
4898 | 9050 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
9051 | |
9052 * plot/errorbar.m: Remove debugging output. | |
9053 | |
9054 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
9055 | |
9056 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
9057 | |
4897 | 9058 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
9059 | |
4898 | 9060 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
9061 | |
9062 * polynomial/polyout.m: Use parenthesis if necessary around | |
9063 complex polynomial coefficient. | |
9064 | |
4897 | 9065 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
9066 the bug which causes __errplot__ to ignore the last argument. | |
9067 | |
4894 | 9068 2004-06-03 David Bateman <dbateman@free.fr> |
9069 | |
9070 * general/shiftdim.m: New function based on JWE code snippet. | |
9071 | |
9072 * general/circdim.m: New function. | |
9073 | |
4890 | 9074 2004-05-06 David Bateman <dbateman@free.fr> |
9075 | |
9076 * general/issquare.m: Fail if ndim(x) > 2. | |
9077 | |
9078 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
9079 | |
9080 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
9081 N-d array arguments. Add optional dim argument to define | |
9082 dimension along which to operate. | |
9083 | |
9084 * linear-algebra/dmult.m: Allow N-d arrays. | |
9085 | |
9086 * linear-algebra/vec.m: Use v(:) and not reshape. | |
9087 | |
4885 | 9088 2004-04-29 David Bateman <dbateman@free.fr> |
9089 | |
9090 * statistics/base/ranks.m, statistics/base/run_count.m, | |
9091 statistics/base/studentize.m, statistics/base/kurtosis.m | |
9092 statistics/base/statistics.m, statistics/base/skewness.m | |
9093 statistics/base/iqr.m: | |
9094 Make N-d array aware. Allow optional argument to define the | |
9095 dimension along which to operate. Update the documentation. | |
9096 | |
9097 * statistics/base/ranks.m: Change algorithm to use sort, | |
9098 and adjust for the ties after. | |
9099 | |
9100 * statistics/base/run_counts.m: Change algorithm to use | |
9101 the a combination of diff and find, rather than a for-loop. | |
9102 | |
4881 | 9103 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
9104 | |
9105 * plot/hist.m: Correctly determine cutoffs. New tests. | |
9106 | |
4878 | 9107 2004-04-23 David Bateman <dbateman@free.fr> |
9108 | |
9109 * general/int2str.m: Treat only real part of argument, and treat | |
9110 NDArrays by stacking the slices through the matrix vertically. | |
9111 | |
9112 * general/num2str.m: Improve format of integer matrices, and the | |
9113 conversion of complex matrices added. Treat NDArrays by stacking | |
9114 the slices through the matrix vertically. | |
9115 | |
9116 * deprecated/com2str.m: Moved here from general subdirectory. | |
9117 | |
4877 | 9118 2004-04-22 John W. Eaton <jwe@octave.org> |
9119 | |
9120 * quaternion/qtransvmat.m: Use continuation characters to make | |
9121 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
9122 | |
4869 | 9123 2004-04-21 David Bateman <dbateman@free.fr> |
9124 | |
5378 | 9125 * elfun/lcm.m: Make N-d aware. |
4870 | 9126 |
4869 | 9127 * general/diff.m: Make the code N-d array aware. Allow an |
9128 optional argument to define the dimension along which to perform | |
9129 the differences and allow the order of the differences to be larger | |
9130 than the dimension itself. | |
9131 | |
9132 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
9133 use of these functions to 1- and 2-d arrays. | |
9134 | |
4863 | 9135 2004-04-16 John W. Eaton <jwe@octave.org> |
9136 | |
9137 * elfun/gcd.m: Delete. | |
9138 | |
4862 | 9139 2004-04-15 David Bateman <dbateman@free.fr> |
9140 | |
9141 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
9142 | |
9143 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
9144 array aware and and optional argument for the dimension along | |
9145 which to operate. | |
9146 | |
5378 | 9147 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 9148 argument for the dimension to be consistent with other N-d array |
9149 functions. | |
9150 | |
4860 | 9151 2004-04-08 David Bateman <dbateman@free.fr> |
9152 | |
9153 * statistics/distributions/discrete_cdf.m, | |
9154 statistics/distributions/discrete_inv.m, | |
9155 statistics/distributions/discrete_pdf.m, | |
9156 statistics/distributions/discrete_rnd.m, | |
9157 statistics/distributions/exponential_cdf.m, | |
9158 statistics/distributions/exponential_inv.m, | |
9159 statistics/distributions/exponential_pdf.m, | |
9160 statistics/distributions/exponential_rnd.m, | |
9161 statistics/distributions/f_cdf.m, | |
9162 statistics/distributions/f_inv.m, | |
9163 statistics/distributions/f_pdf.m, | |
9164 statistics/distributions/f_rnd.m, | |
9165 statistics/distributions/geometric_cdf.m, | |
9166 statistics/distributions/geometric_inv.m, | |
9167 statistics/distributions/geometric_pdf.m, | |
9168 statistics/distributions/geometric_rnd.m, | |
9169 statistics/distributions/hypergeometric_rnd.m, | |
9170 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
9171 statistics/distributions/laplace_cdf.m, | |
9172 statistics/distributions/laplace_inv.m, | |
9173 statistics/distributions/laplace_pdf.m, | |
9174 statistics/distributions/laplace_rnd.m, | |
9175 statistics/distributions/logistic_inv.m, | |
9176 statistics/distributions/logistic_rnd.m, | |
9177 statistics/distributions/lognormal_cdf.m, | |
9178 statistics/distributions/lognormal_inv.m, | |
9179 statistics/distributions/lognormal_pdf.m, | |
9180 statistics/distributions/lognormal_rnd.m, | |
9181 statistics/distributions/pascal_cdf.m, | |
9182 statistics/distributions/pascal_inv.m, | |
9183 statistics/distributions/pascal_pdf.m, | |
9184 statistics/distributions/pascal_rnd.m, | |
9185 statistics/distributions/poisson_cdf.m, | |
9186 statistics/distributions/poisson_inv.m, | |
9187 statistics/distributions/poisson_pdf.m, | |
9188 statistics/distributions/poisson_rnd.m, | |
9189 statistics/distributions/t_cdf.m, | |
9190 statistics/distributions/t_inv.m, | |
9191 statistics/distributions/t_pdf.m, | |
9192 statistics/distributions/t_rnd.m, | |
9193 statistics/distributions/weibull_cdf.m, | |
9194 statistics/distributions/weibull_inv.m, | |
9195 statistics/distributions/weibull_pdf.m, | |
9196 statistics/distributions/weibull_rnd.m: | |
9197 Allow N-d arrays. | |
9198 | |
9199 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
9200 that results in NaN in places where it should not have had. | |
9201 | |
9202 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9203 allow creating arbitrary matrices, compatiable with the other | |
5583 | 9204 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 9205 |
9206 * statistics/distributions/empirical_rnd.m: New argument formats | |
9207 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 9208 *_rnd.m functions. Maintain compatibility with previous |
4860 | 9209 format. Allow N-d arrays. |
9210 | |
9211 * statistics/distributions/hypergeometric_cdf.m, | |
9212 statistics/distributions/hypergeometric_inv.m, | |
9213 statistics/distributions/hypergeometric_pdf.m, | |
9214 statistics/distributions/wiener_rnd.m: | |
9215 Error for non-scalar arguments. | |
9216 | |
9217 * statistics/distributions/pascal_rnd.m: | |
9218 Correct for n = 1 bug, where all elements were equal. | |
9219 | |
4849 | 9220 2004-04-06 David Bateman <dbateman@free.fr> |
9221 | |
4854 | 9222 * general/common_size.m, miscellaneous/bincoeff.m, |
9223 statistics/distributions/beta_cdf.m, | |
9224 statistics/distributions/beta_inv.m, | |
9225 statistics/distributions/beta_pdf.m, | |
9226 statistics/distributions/beta_rnd.m, | |
9227 statistics/distributions/binomial_cdf.m, | |
9228 statistics/distributions/binomial_inv.m, | |
9229 statistics/distributions/binomial_pdf.m, | |
9230 statistics/distributions/binomial_rnd.m, | |
9231 statistics/distributions/cauchy_cdf.m, | |
9232 statistics/distributions/cauchy_inv.m, | |
9233 statistics/distributions/cauchy_pdf.m, | |
9234 statistics/distributions/cauchy_rnd.m, | |
9235 statistics/distributions/chisquare_cdf.m, | |
9236 statistics/distributions/chisquare_inv.m, | |
9237 statistics/distributions/chisquare_pdf.m, | |
9238 statistics/distributions/chisquare_rnd.m, | |
9239 statistics/distributions/gamma_cdf.m, | |
9240 statistics/distributions/gamma_inv.m, | |
9241 statistics/distributions/gamma_pdf.m, | |
9242 statistics/distributions/gamma_rnd.m, | |
9243 statistics/distributions/normal_cdf.m, | |
9244 statistics/distributions/normal_inv.m, | |
9245 statistics/distributions/normal_pdf.m, | |
9246 statistics/distributions/normal_rnd.m, | |
9247 statistics/distributions/stdnormal_cdf.m, | |
9248 statistics/distributions/stdnormal_pdf.m, | |
9249 statistics/distributions/stdnormal_rnd.m, | |
9250 statistics/distributions/uniform_cdf.m, | |
9251 statistics/distributions/uniform_inv.m, | |
9252 statistics/distributions/uniform_pdf.m, | |
9253 statistics/distributions/uniform_rnd.m: | |
9254 Allow the inputs to be N-d arrays. | |
9255 | |
4852 | 9256 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
9257 * statistics/base/median.m: Likewise. | |
4849 | 9258 |
4844 | 9259 2004-04-02 David Bateman <dbateman@free.fr> |
9260 | |
9261 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 9262 * statistics/base/center.m, statistics/base/meansq.m, |
9263 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 9264 Update for N-d arrays. |
4844 | 9265 * signal/fftshift.m: Fix dimensioning error. |
9266 | |
9267 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 9268 N-d arrays. |
4844 | 9269 |
4852 | 9270 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
9271 | |
9272 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 9273 |
4852 | 9274 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 9275 |
9276 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
9277 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
9278 control/system/sysprune.m: Doc update for usage of cell arrays. | |
9279 | |
9280 * control/system/sysidx.m: Use cellidx and not listidx. | |
9281 | |
4841 | 9282 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9283 | |
9284 * plot/__pltopt1__.m: Always add title clause to plot command with | |
9285 default of "" (so it is off unless explicitly set by the user). | |
9286 | |
4836 | 9287 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
9288 | |
9289 * image/imshow.m: Accept "truesize" argument. | |
9290 Ignore current colormap. New tests and demos. | |
9291 | |
4834 | 9292 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
9293 | |
9294 * signal/sinewave.m: Allow N to default to M. | |
9295 | |
4826 | 9296 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9297 | |
9298 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
9299 | |
4818 | 9300 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9301 | |
9302 * general/deal.m: New function. | |
4819 | 9303 Add tests from Paul Kienzle. |
4818 | 9304 |
4811 | 9305 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
9306 | |
9307 * plot/hist.m: Compute histogram correctly for n>=30. | |
9308 | |
5095 | 9309 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 9310 |
9311 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
9312 | |
4806 | 9313 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9314 | |
9315 * miscellaneous/horzcat.m: Delete. | |
9316 * miscellaneous/vertcat.m: Delete. | |
9317 | |
4790 | 9318 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9319 | |
9320 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9321 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9322 | |
4789 | 9323 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9324 | |
9325 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9326 doing multiple plots in the same gnuplot frame. | |
9327 | |
4780 | 9328 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9329 | |
9330 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9331 control/system/cellidx.m, control/system/ss.m, | |
9332 control/system/tf.m, control/system/zp.m: New functions. | |
9333 | |
4778 | 9334 2004-02-16 Glenn Golden <gdg@zplane.com> |
9335 | |
9336 * statistics/distributions/discrete_inv.m: | |
9337 Reduce memory requirements. | |
9338 | |
4772 | 9339 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
9341 * plot/__errcomm__.m: Fix thinko in previous change. | |
9342 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9343 | |
4771 | 9344 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9345 | |
9346 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9347 control/base/analdemo.m, control/base/bddemo.m, | |
9348 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9349 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9350 control/base/rldemo.m, control/base/rlocus.m, | |
9351 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9352 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9353 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9354 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9355 control/obsolete/packsys.m, control/obsolete/series.m, | |
9356 control/system/__sysdefioname__.m, | |
9357 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9358 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9359 control/system/c2d.m, control/system/d2c.m, | |
9360 control/system/dmr2d.m, control/system/fir2sys.m, | |
9361 control/system/is_signal_list.m, control/system/is_siso.m, | |
9362 control/system/jet707.m, control/system/listidx.m, | |
9363 control/system/moddemo.m, control/system/ord2.m, | |
9364 control/system/packedform.m, control/system/parallel.m, | |
9365 control/system/ss2sys.m, control/system/sys2tf.m, | |
9366 control/system/sys2zp.m, control/system/sysadd.m, | |
9367 control/system/sysappend.m, control/system/sysconnect.m, | |
9368 control/system/syscont.m, control/system/sysdimensions.m, | |
9369 control/system/sysdisc.m, control/system/sysdup.m, | |
9370 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9371 control/system/sysgroup.m, control/system/sysmin.m, | |
9372 control/system/sysmult.m, control/system/sysprune.m, | |
9373 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9374 control/system/syssetsignals.m, control/system/syssub.m, | |
9375 control/system/sysupdate.m, control/system/tf2sys.m, | |
9376 control/system/ugain.m, control/system/zp2ss.m, | |
9377 control/system/zp2sys.m, control/util/__outlist__.m, | |
9378 control/util/__zgpbal__.m, control/util/strappend.m: | |
9379 Use cell arrays instead of lists. | |
9380 | |
4723 | 9381 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9382 | |
9383 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9384 so that bar (1, 1) will work. | |
9385 | |
4710 | 9386 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9387 | |
4717 | 9388 * plot/__errcomm__.m: Cope with nargin now being a function. |
9389 * plot/__errplot__.m: Likewise. | |
9390 * plot/__plt__.m: Likewise. | |
9391 * plot/plot_border.m: Likewise. | |
9392 | |
4710 | 9393 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9394 not $(DOCSTRINGS). | |
9395 | |
4706 | 9396 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9397 | |
9398 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9399 rank ([], tol). | |
9400 | |
4691 | 9401 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9402 | |
4692 | 9403 * elfun/acot.m: Return atan (1./z). |
9404 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9405 | |
4691 | 9406 * miscellaneous/dir.m: New file. |
9407 | |
9408 * general/num2str.m: Use "%d" as format if values are ints with | |
9409 magnitude less than 1e10. | |
9410 | |
9411 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9412 | |
9413 * general/num2str.m: If single arg is string, return it. | |
9414 | |
9415 * miscellaneous/not.m: New file. | |
9416 | |
9417 * miscellaneous/unix.m: New file. | |
9418 | |
9419 * miscellaneous/isunix.m: New file. | |
9420 * miscellaneous/ispc.m: New file. | |
9421 | |
9422 * miscellaneous/computer.m: New file. | |
9423 | |
9424 * miscellaneous/delete.m: New file. | |
9425 | |
4689 | 9426 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9427 | |
9428 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9429 | |
9430 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9431 | |
9432 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9433 Always return substituted version of LOADPATH if nargout != 0. | |
9434 | |
4685 | 9435 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9436 | |
9437 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9438 before continuing. | |
9439 | |
9440 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9441 | |
4677 | 9442 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9443 | |
9444 * general/ind2sub.m: New file. | |
9445 * general/sub2ind.m: New file. | |
9446 | |
4675 | 9447 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9448 | |
9449 * control/system/zp2ss.m: Don't save and restore | |
9450 warn_empty_list_elements. | |
9451 | |
9452 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9453 | |
6778 | 9454 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9455 |
4673 | 9456 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9457 | |
9458 * statistics/base/mean.m: Remove special case for row vectors. | |
9459 | |
4637 | 9460 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9461 | |
9462 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9463 | |
4631 | 9464 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9465 | |
9466 * statistics/base/iqr.m: Handle matrices. | |
9467 | |
4630 | 9468 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9469 | |
9470 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9471 | |
4629 | 9472 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9473 | |
9474 * miscellaneous/path.m: Fix thinko in previous change. | |
9475 | |
4609 | 9476 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9477 | |
4629 | 9478 * control/base/dare.m: Check positive (semi)definiteness and |
9479 dimensions of r (and q). | |
9480 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9481 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9482 near unit circle. | |
4611 | 9483 |
9484 * control/system/is_detectable.m: Use Hautus Lemma. | |
9485 Correct the behavior for discrete-time systems. | |
9486 * control/system/is_stabilizable.m: Likewise. | |
9487 | |
4609 | 9488 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9489 | |
9490 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9491 | |
4610 | 9492 * general/isdefinite.m: New function. |
9493 | |
4567 | 9494 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9495 | |
9496 * general/reshape: Delete. | |
9497 | |
4559 | 9498 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9499 | |
9500 * general/numel.m: Delete. | |
9501 | |
4535 | 9502 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9503 | |
4536 | 9504 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9505 | |
9506 * deprecated/isstr.m: New file. | |
4535 | 9507 |
4529 | 9508 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9509 | |
9510 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9511 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9512 | |
4525 | 9513 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9514 | |
9515 * statistics/base/mean.m: Fix missing semicolon problem. | |
9516 | |
4503 | 9517 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9518 | |
9519 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9520 | |
4492 | 9521 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9522 | |
9523 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9524 Allow optional length argument. | |
9525 | |
4491 | 9526 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9527 | |
9528 * polynomial/polyfit.m: Avoid calling flipud. | |
9529 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9530 Return structure as second output value for improved Matlab | |
9531 compatibility. | |
9532 | |
4476 | 9533 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9534 | |
4478 | 9535 * linear-algebra/cond.m: Behave as though old built-in variable |
9536 propagate_empty_matrices is always 1. Also handle empty matrices | |
9537 with one non-zero dimension. | |
9538 | |
4476 | 9539 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9540 warn_single_quote_string to the list. | |
4478 | 9541 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9542 from the list. | |
4476 | 9543 |
5095 | 9544 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9545 |
9546 * signal/autocov.m: Transpose result of conj because diag returns | |
9547 a column vector, not a row vector. | |
9548 | |
9549 * audio/playaudio.m, audio/record.m, image/image.m, | |
9550 miscellaneous/bug_report.m: Protect spaces in filenames | |
9551 with quotes. | |
9552 | |
4466 | 9553 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9554 | |
4468 | 9555 * io/printf.m, io/puts.m: Delete. |
9556 | |
4466 | 9557 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9558 default_return_value from the list. | |
9559 Add warn_undefined_return_values to the list. | |
9560 | |
9561 | |
4464 | 9562 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9563 | |
9564 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9565 and initialize_global_variables from the list. | |
9566 | |
4460 | 9567 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9568 | |
4463 | 9569 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9570 | |
9571 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9572 | |
9573 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9574 * control/system/sys2fir.m: Likewise. | |
9575 | |
9576 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9577 * control/system/__tf2sysl__.m: Likewise. | |
9578 | |
9579 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9580 | |
9581 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9582 and [] concatenation. | |
9583 * control/system/sys2fir.m: Likewise. | |
9584 | |
9585 * control/base/dgram.m, control/base/freqchkw.m, | |
9586 control/base/gram.m, control/system/__abcddims__.m, | |
9587 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9588 control/system/is_sample.m, control/system/is_signal_list.m, | |
9589 control/system/is_siso.m, control/system/sys2fir.m, | |
9590 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9591 control/system/sysgettype.m, control/system/tf2zp.m, | |
9592 control/system/ugain.m, control/util/prompt.m, | |
9593 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9594 control/util/zgshsr.m: | |
9595 Improve conformance to Octave coding style. | |
9596 | |
4461 | 9597 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9598 the list. | |
9599 Delete resize_on_range_error from the list. | |
9600 | |
4460 | 9601 * control/base/pzmap.m, control/base/place.m, |
9602 control/base/__freqresp__.m, control/system/sysappend.m, | |
9603 control/system/syscont.m, control/system/sysdisc.m, | |
9604 control/system/sysgroup.m, control/system/tfout.m, | |
9605 control/system/zp2ss.m, control/system/zpout.m, | |
9606 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9607 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9608 empty_list_elements_ok. | |
9609 | |
9610 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9611 Delete empty_list_elements_ok from the list. | |
9612 | |
4457 | 9613 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9614 | |
9615 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9616 list. | |
9617 Delete treat_neg_dim_as_zero from the list. | |
9618 | |
9619 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9620 | |
4451 | 9621 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9622 | |
4455 | 9623 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9624 was not used in the code in any case). | |
9625 | |
9626 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9627 do_fortran_indexing. | |
9628 | |
4452 | 9629 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9630 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9631 | |
4451 | 9632 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9633 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9634 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9635 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9636 warn_fortran_indexing in the list. | |
9637 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9638 implicit_str_to_num_ok, do_fortran_indexing, and | |
9639 prefer_column_vectors from list. | |
4451 | 9640 |
4440 | 9641 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9642 | |
9643 * Makefile.in (distclean, maintainer-clean): Also remove | |
9644 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9645 directory. | |
9646 | |
5095 | 9647 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9648 |
9649 * plot/hist.m: Don't forget to define n if x is a vector. | |
9650 | |
5095 | 9651 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9652 |
9653 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9654 return "." with extension. | |
9655 | |
4422 | 9656 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9657 | |
9658 * control/base/__stepimp__.m, control/base/nichols.m, | |
9659 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9660 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9661 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9662 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9663 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9664 | |
4413 | 9665 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9666 | |
9667 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9668 | |
5095 | 9669 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9670 |
9671 * plot/hist.m: Improve performance by using different algorithms | |
9672 depending on number of bins. | |
9673 | |
4404 | 9674 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9675 | |
9676 * control/system/sysadd.m: If systems are not "tf", convert before | |
9677 adding. | |
9678 | |
5095 | 9679 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9680 |
9681 * image/imagesc.m: Accept data limits parameter for colormap. | |
9682 | |
5095 | 9683 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9684 |
9685 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9686 the impulse by t_step. | |
9687 | |
4373 | 9688 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9689 | |
9690 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9691 column vectors. | |
9692 | |
5095 | 9693 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9694 |
9695 * linear-algebra/null.m: Handle empty matrix arg. | |
9696 | |
4369 | 9697 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9698 | |
9699 * general/shift.m: Force empty_list_elements_ok to 1. | |
9700 | |
4358 | 9701 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9702 | |
9703 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9704 New files. | |
9705 | |
4348 | 9706 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9707 | |
9708 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9709 function handle to pass to feval. | |
9710 * statistics/base/qqplot.m: Likewise. | |
9711 * statistics/base/ppplot.m: Likewise. | |
9712 * signal/spectral_xdf.m: Likewise. | |
9713 * signal/spectral_adf.m: Likewise. | |
9714 | |
4340 | 9715 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9716 | |
9717 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9718 | |
4334 | 9719 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9720 | |
9721 * linear-algebra/logm.m: New file. | |
9722 | |
5095 | 9723 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9724 |
9725 * mkpkgadd: Scan C++ files as well | |
9726 | |
5095 | 9727 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9728 |
9729 * strings/findstr.m: Return empty set for zero-length target. | |
9730 | |
5095 | 9731 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9732 |
9733 * set/union.m: Preserve the orientation of inputs. | |
9734 | |
4305 | 9735 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9736 | |
9737 * general/int2str.m: Eliminate leading spaces. | |
9738 | |
4303 | 9739 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9740 | |
9741 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9742 | |
5095 | 9743 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9744 |
9745 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9746 $(BUILD_LDFLAGS) to compiler. | |
9747 | |
4295 | 9748 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9749 | |
9750 * general/num2str.m: Don't specify field width for scalars. | |
9751 | |
4292 | 9752 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9753 | |
9754 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9755 | |
4265 | 9756 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9757 | |
4279 | 9758 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9759 | |
4266 | 9760 * miscellaneous/tempname.m: New file. |
9761 | |
9762 * miscellaneous/tempdir.m: New file. | |
9763 | |
4265 | 9764 * miscellaneous/fullfile.m: New file. |
9765 | |
4259 | 9766 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9767 | |
4264 | 9768 * miscellaneous/fileparts.m: New file. |
9769 | |
9770 * io/beep.m: New file. | |
9771 | |
4260 | 9772 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9773 format only. | |
4259 | 9774 |
4257 | 9775 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9776 | |
9777 * strings/strcmp.m: Handle cell arrays of strings. | |
9778 | |
4229 | 9779 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9780 | |
9781 * general/int2str.m: Handle matrices. | |
9782 * general/num2str.m: Likewise. | |
9783 Also handle optional precision, and format args. | |
9784 | |
4225 | 9785 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9786 | |
9787 * audio/Makefile.in, control/base/Makefile.in, | |
9788 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9789 control/system/Makefile.in, elfun/Makefile.in, | |
9790 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9791 io/Makefile.in, linear-algebra/Makefile.in, | |
9792 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9793 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9794 specfun/Makefile.in, special-matrix/Makefile.in, | |
9795 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9796 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9797 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9798 deprecated/Makefile.in: Use new do-script-install and | |
9799 do-script-uninstall macros. | |
9800 | |
9801 * mkpkgadd: New script. | |
9802 | |
9803 * plot/close.m: New file. | |
9804 | |
4184 | 9805 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9806 | |
9807 * image/image.m: Use -raw option for xv. | |
9808 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9809 | |
4172 | 9810 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9811 | |
4174 | 9812 * control/base/lsim.m: Use approximate test for step size change. |
9813 | |
4172 | 9814 * signal/bartlett.m: Avoid row/column mismatch error. |
9815 | |
5095 | 9816 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9817 |
9818 * statistics/base/var.m: Use better formula for improved accuracy. | |
9819 | |
5095 | 9820 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9821 |
9822 * control/base/lsim.m: Correct doc string. | |
9823 | |
5095 | 9824 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9825 |
9826 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9827 | |
4148 | 9828 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9829 | |
9830 * plot/contour.m: Handle x and y as matrices too. | |
9831 | |
5095 | 9832 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9833 |
9834 * plot/contour.m: Fix error and usage messages. | |
9835 | |
4146 | 9836 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9837 | |
9838 * plot/contour.m: Correct orientation of plot. | |
9839 | |
4139 | 9840 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9841 | |
9842 * control/base/analdemo.m: Fix typo. | |
9843 | |
5095 | 9844 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9845 |
9846 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9847 | |
4098 | 9848 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9849 | |
9850 * mkdoc: Exit immediately on errors. | |
9851 Exit with error if gethelp does not exist. | |
9852 | |
9853 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9854 | |
4093 | 9855 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9856 | |
9857 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9858 | |
5095 | 9859 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9860 |
9861 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9862 * statistics/distributions/normal_pdf.m: Likewise. | |
9863 * statistics/distributions/normal_inv.m: Likewise. | |
9864 | |
5095 | 9865 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9866 |
9867 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9868 | |
5095 | 9869 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9870 |
9871 * statistics/base/var.m: Handle complex values. | |
9872 | |
4031 | 9873 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9874 | |
9875 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9876 list. | |
9877 * deprecated/Makefile.in: New file. | |
9878 | |
5095 | 9879 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9880 |
9881 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9882 * statistics/distributions/binomial_cdf.m: Likewise. | |
9883 * statistics/distributions/f_cdf.m: Likewise. | |
9884 * statistics/distributions/t_cdf.m: Likewise. | |
9885 | |
9886 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9887 * specfun/beta.m: Likewise. | |
9888 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9889 * statistics/distributions/gamma_pdf.m: Likewise. | |
9890 * statistics/distributions/poisson_pdf.m: Likewise. | |
9891 | |
9892 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9893 * statistics/distributions/poisson_cdf.m: Likewise. | |
9894 | |
4026 | 9895 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9896 | |
4028 | 9897 * deprecated/is_bool.m: New file. |
9898 * deprecated/is_complex.m: New file. | |
9899 * deprecated/is_global.m: New file. | |
9900 * deprecated/is_list.m: New file. | |
9901 * deprecated/is_matrix.m: New file. | |
9902 * deprecated/is_scalar.m: New file. | |
9903 * deprecated/is_square.m: New file. | |
9904 * deprecated/is_stream.m: New file. | |
9905 * deprecated/is_struct.m: New file. | |
9906 * deprecated/is_symmetric.m: New file. | |
9907 * deprecated/is_vector.m: New file. | |
4030 | 9908 * Change all callers of these functions to use the new names. |
4028 | 9909 |
4029 | 9910 * deprecated: New directory. |
9911 * Makefile.in (SUBDIRS): Add it to the list. | |
9912 | |
4026 | 9913 * general/isscalar.m: Rename from is_scalar.m. |
9914 * general/issquare.m: Rename from is_square.m. | |
9915 * general/issymmetric.m: Rename from is_symmetric.m. | |
9916 * general/isvector.m: Rename from is_vector.m. | |
9917 | |
4022 | 9918 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9919 | |
9920 * statistics/base/mean.m: Allow empty matrices. | |
9921 Handle DIM arg. | |
9922 | |
5095 | 9923 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9924 |
9925 * plot/__errcomm__.m: If format is not specified, default to error | |
9926 bar format. | |
9927 | |
4011 | 9928 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9929 | |
9930 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9931 __F_SETFL__ and __O_NONBLOCK__. | |
9932 | |
9933 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9934 * miscellaneous/bug_report.m: Likewise. | |
9935 | |
4007 | 9936 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9937 | |
4008 | 9938 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9939 * general/rem.m: Likewise. | |
9940 | |
9941 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9942 * plot/semilogxerr.m: Likewise. | |
4007 | 9943 * plot/semilogyerr.m: Likewise. |
9944 | |
5095 | 9945 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9946 |
9947 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9948 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9949 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9950 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9951 | |
9952 * plot/errorbar.m: Use __errcomm__.m. | |
9953 * plot/__errplot__.m: Minor cleanups. | |
9954 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9955 * plot/__pltopt1__.m: Likewise. | |
9956 | |
3980 | 9957 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9958 | |
3981 | 9959 * general/rem.m: Delete redundant call to usage. |
9960 | |
3980 | 9961 * general/mod.m: Additional error checks, Texinfoize doc string. |
9962 | |
5095 | 9963 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9964 |
9965 * general/mod.m: New function. | |
9966 | |
3979 | 9967 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9968 | |
9969 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9970 * control/system/sysadd.m: Likewise. | |
9971 * control/system/sysgroup.m: Likewise. | |
9972 * control/system/syssub.m: Likewise. | |
9973 * elfun/gcd.m: Likewise. | |
9974 * elfun/lcm.m: Likewise. | |
9975 * general/common_size.m: Likewise. | |
9976 * io/printf.m: Likewise. | |
9977 * miscellaneous/menu.m: Likewise. | |
9978 * miscellaneous/path.m: Likewise. | |
9979 * plot/__errplot__.m: Likewise. | |
9980 * plot/__plt__.m: Likewise. | |
9981 * plot/axis.m: Likewise. | |
9982 * plot/errorbar.m: Likewise. | |
9983 * plot/mplot.m: Likewise. | |
9984 * plot/loglog.m: Likewise. | |
9985 * plot/plot.m: Likewise. | |
9986 * plot/plot_border.m: Likewise. | |
9987 * plot/semilogx.m: Likewise. | |
9988 * plot/semilogy.m: Likewise. | |
9989 * plot/xlabel.m: Likewise. | |
9990 * plot/ylabel.m: Likewise. | |
9991 * plot/zlabel.m: Likewise. | |
9992 * statistics/base/ppplot.m: Likewise. | |
9993 * statistics/base/qqplot.m: Likewise. | |
9994 * statistics/tests/bartlett_test.m: Likewise. | |
9995 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9996 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9997 * strings/str2mat.m: Likewise. | |
9998 * strings/strcat.m: Likewise. | |
9999 | |
5095 | 10000 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 10001 |
10002 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
10003 | |
3924 | 10004 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10005 | |
10006 * skip-autoheader: New file, for autogen.sh. | |
3925 | 10007 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 10008 |
5095 | 10009 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 10010 |
10011 * general/repmat.m: New function. | |
10012 | |
5095 | 10013 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 10014 |
10015 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
10016 Use optional parameter to specify the number of bits in the input. | |
10017 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
10018 floats in the range [-1,1], 2x speedup. | |
10019 | |
10020 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
10021 | |
3910 | 10022 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10023 | |
10024 * linear-algebra/kron.m: Delete. | |
10025 | |
5095 | 10026 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 10027 |
10028 * signal/freqz.m: If nargout is zero, plot results instead of | |
10029 returning them. | |
10030 * signal/freqz_plot.m: New file. | |
10031 | |
5095 | 10032 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 10033 |
5378 | 10034 * signal/unwrap.m: New file. |
3906 | 10035 |
5095 | 10036 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 10037 |
10038 * image/rgb2hsv.m: Faster, more accurate, remove the | |
10039 divide by zero warning. | |
10040 | |
5095 | 10041 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 10042 |
3894 | 10043 * strings/deblank.m: Trim \0 as well as blank. |
10044 | |
5378 | 10045 * freqz.m: Evaluate a specific range of frequencies |
3893 | 10046 expressed in radians or Hz relative to a supplied sample rate. |
10047 | |
5095 | 10048 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 10049 |
10050 * signal/fftfilt.m: Filter columns if called with a matrix. | |
10051 | |
3891 | 10052 * strings/findstr.m: Vectorize as much as possible. |
10053 | |
5095 | 10054 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 10055 |
10056 * special-matrix/invhilb.m: New version that is faster and more | |
10057 accurate. | |
10058 | |
5095 | 10059 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 10060 |
10061 * configure.in: Update for autoconf 2.5x. | |
10062 | |
5095 | 10063 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 10064 |
10065 * special-matrix/vander.m: Code tidy and vectorize. | |
10066 | |
5095 | 10067 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 10068 |
3883 | 10069 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
10070 to vectors. Issue a warning in the case x matches y' but return a | |
10071 column vector as Octave currently does. | |
10072 | |
3882 | 10073 * plot/contour.m: Set default number of levels for contour(x,y,z). |
10074 | |
10075 * control/system/starp.m: Leave more of the documentation | |
10076 processing to texinfo and less to the @format block. | |
10077 | |
10078 * image/imagesc.m: Only display image if no output is requested. | |
10079 Code tidying. | |
10080 | |
3876 | 10081 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10082 | |
10083 * statistics/base/center.m: Accept and return empty matrix. | |
10084 | |
3872 | 10085 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10086 | |
10087 * specfun/erfinv.m: Fix usage message. | |
10088 | |
3869 | 10089 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10090 | |
10091 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
10092 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
10093 | |
3837 | 10094 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10095 | |
10096 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
10097 capitalized variable names. | |
10098 | |
3836 | 10099 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
10100 | |
10101 * m/image/saveimage.m: fix saving an image to Postscript format. | |
10102 | |
5095 | 10103 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 10104 |
10105 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
10106 | |
3803 | 10107 2001-02-28 Kai Habel <kai.habel@gmx.de> |
10108 | |
3833 | 10109 * general/cart2pol.m: New file. |
10110 * general/pol2cart.m: New file. | |
10111 * general/cart2sph.m: New file. | |
10112 * general/sph2cart.m: New file. | |
10113 * image/rgb2hsv.m: New file. | |
10114 * image/hsv2rgb.m: New file. | |
3803 | 10115 |
10116 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
10117 | |
10118 * plot/meshgrid.m: Avoid for loops. | |
10119 * plot/meshdom.m: Likewise. | |
10120 | |
3801 | 10121 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10122 | |
10123 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
10124 | |
10125 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
10126 | |
10127 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
10128 norm. | |
10129 | |
3792 | 10130 2001-02-09 David Livings <david.livings@asa.co.uk> |
10131 | |
10132 * statistics/tests/welch_test.m: Fix typo. | |
10133 | |
10134 * statistics/distributions/chisquare_cdf.m: | |
10135 Don't restrict inputs to be only positive integers. | |
10136 * statistics/distributions/chisquare_inv.m: Likewise. | |
10137 * statistics/distributions/chisquare_pdf.m: Likewise. | |
10138 * statistics/distributions/chisquare_rnd.m: Likewise. | |
10139 * statistics/distributions/f_cdf.m: Likewise. | |
10140 * statistics/distributions/f_inv.m: Likewise. | |
10141 * statistics/distributions/f_pdf.m: Likewise. | |
10142 * statistics/distributions/f_rnd.m: Likewise. | |
10143 * statistics/distributions/t_cdf.m: Likewise. | |
10144 * statistics/distributions/t_inv.m: Likewise. | |
10145 * statistics/distributions/t_pdf.m: Likewise. | |
10146 * statistics/distributions/t_rnd.m: Likewise. | |
10147 | |
3790 | 10148 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10149 | |
10150 * strings/dec2base.m: New file. | |
10151 * strings/base2dec.m: New file. | |
10152 * strings/strjust.m: New file. | |
10153 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
10154 * strings/dec2bin.m: Likewise. | |
10155 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
10156 * strings/bin2dec.m: Likewise. | |
10157 | |
5095 | 10158 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 10159 |
10160 * statistics/base/ppplot.m: Use gset, not set. | |
10161 * statistics/base/qqplot.m: Likewise. | |
10162 | |
5095 | 10163 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 10164 |
10165 * control/system/c2d.m: Add missing endif. | |
10166 | |
3759 | 10167 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10168 | |
10169 * strings/index.m: Return 0 if either string is empty. | |
10170 | |
10171 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
10172 | |
10173 * control/system/c2d.m: Allow option of matched pole/zero | |
10174 equivalent for conversion. | |
10175 | |
10176 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
10177 | |
10178 * strings/findstr.m: Return empty matrix if search string is empty. | |
10179 | |
3757 | 10180 2000-12-15 Kai Habel <kai.habel@gmx.de> |
10181 | |
10182 * saveimage.m: Do create rawbit image for black and white images, | |
10183 but do it correctly. | |
10184 | |
3754 | 10185 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10186 | |
6778 | 10187 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
10188 result polynomials. | |
3754 | 10189 |
3748 | 10190 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10191 | |
10192 * image/saveimage.m: Don't try to create rawbit image. | |
10193 | |
3740 | 10194 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10195 | |
10196 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
10197 | |
5095 | 10198 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 10199 |
10200 * plot/contour.m: Reorder args for Matlab compatibility. | |
10201 | |
3727 | 10202 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
10203 | |
10204 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
10205 | |
3717 | 10206 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10207 | |
3718 | 10208 * plot/errorbar.m, plot/__errplot__.m: New functions. |
10209 | |
3717 | 10210 * plot/mesh.m: Also set nologscale before plotting. |
10211 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
10212 xyerrorbars instead of just errorbars. | |
10213 | |
3714 | 10214 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
10215 | |
10216 * image/image.m: Try display (from ImageMagick) first. | |
10217 | |
3709 | 10218 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
10219 | |
10220 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
10221 conjugate transpose. | |
10222 | |
3705 | 10223 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10224 | |
10225 * strings/str2mat.m: Apply setstr to each argument. | |
10226 | |
3696 | 10227 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
10228 | |
10229 * control/base/dkalman.m: New file. | |
10230 * control/base/dlqe.m: Handle singular A matrix. | |
10231 * control/base/dlqr.m: Likewise. | |
10232 | |
3695 | 10233 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10234 | |
10235 * strings/strcmp.m: Return 0 instead of an error if row and column | |
10236 dimensions don't match. | |
10237 | |
3690 | 10238 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
10239 | |
10240 * plot/hist.m: Allow 3 argument form to work. | |
10241 | |
5095 | 10242 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 10243 |
10244 * plot/plot.m: Add examples in doc string. | |
10245 | |
5095 | 10246 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 10247 |
10248 * control/base/__stepimp__.m: Reset multiplot state when done. | |
10249 Do the right thing even if automatic_replot is not zero. | |
10250 Avoid failure if system has pure imaginary poles. | |
10251 | |
3674 | 10252 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10253 | |
10254 * general/logical.m: Return arg if it is empty. Better error | |
10255 message for non-numeric types. | |
10256 | |
5095 | 10257 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 10258 |
10259 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
10260 about difference with Matlab dlqe function. | |
10261 | |
10262 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
10263 | |
5095 | 10264 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 10265 |
10266 * strings/strrep.m: Fix typo. | |
10267 | |
3666 | 10268 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10269 | |
10270 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
10271 | |
5095 | 10272 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 10273 |
10274 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 10275 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 10276 |
5095 | 10277 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 10278 |
10279 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
10280 guess for iteration. | |
10281 | |
3651 | 10282 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10283 | |
10284 * image/image.m: Allow image (A) or image (x, y, A). | |
10285 * image/imagesc.m: Likewise. | |
10286 | |
10287 * image/image.m: If zoom is not supplied, or if it is an empty | |
10288 matrix, autoscale the image. | |
10289 | |
3618 | 10290 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10291 | |
3619 | 10292 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
10293 Undo string escapes in text twice(!) before sending to gnuplot. | |
10294 | |
3618 | 10295 * image/saveimage.m: Add comment to file saying who created it and |
10296 when it was created. Suggested by Stephen Eglen | |
10297 <stephen@cogsci.ed.ac.uk>. | |
10298 | |
5095 | 10299 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 10300 |
10301 * polynomial/polyreduce.m: Simplify by looking for the first | |
10302 non-zero element rather than the last of the first set of zero | |
10303 elements. | |
10304 | |
10305 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
10306 | |
5095 | 10307 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 10308 |
10309 * image/saveimage.m: Swap black and white colormaps so zero is | |
10310 displayed as black and 1 is displayed as white. | |
10311 Fix indexing bug in ppm case. | |
10312 | |
3604 | 10313 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
10314 | |
10315 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10316 between the two distributions (took same approach as ks.test() in R.) | |
10317 | |
3603 | 10318 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10319 | |
10320 * control/base/bode.m: Temporarily disable automatic_replot. | |
10321 | |
3599 | 10322 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10323 | |
3601 | 10324 * Makefile.in (clean): Also remove gethelp. |
10325 | |
3599 | 10326 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10327 | |
5095 | 10328 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10329 |
10330 * set/create_set.m: Use find to avoid while loop. | |
10331 | |
5095 | 10332 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10333 |
10334 * plot/hist.m: New optional third argument. | |
10335 | |
10336 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10337 | |
10338 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10339 number appended. | |
10340 | |
3575 | 10341 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10342 | |
10343 * gethelp.cc: Sprinkle with std:: qualifier. | |
10344 | |
3498 | 10345 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10346 | |
10347 * image/saveimage.m: Delete some debugging code. | |
10348 | |
3486 | 10349 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10350 | |
10351 * signal/sinc.m: Avoid reshaping. | |
10352 | |
10353 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10354 * image/ind2rgb.m: Ditto. | |
10355 * image/ind2gray.m: Ditto. | |
10356 * general/reshape.m: Ditto. Also no longer needs to reset | |
10357 implicit_str_to_num_ok. | |
10358 | |
3483 | 10359 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10360 | |
10361 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10362 a list of file structures, not a vector of numeric file ids. | |
10363 | |
3474 | 10364 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10365 | |
3476 | 10366 * plot/__axis_label__.m: New function. |
10367 Undo string escapes in text twice(!) before sending to gnuplot. | |
10368 * plot/xlabel.m: Use it. | |
10369 * plot/ylabel.m: Ditto. | |
10370 * plot/zlabel.m: Ditto. | |
10371 | |
3474 | 10372 * plot/mesh.m: Fix error message to reflect reality. |
10373 | |
5095 | 10374 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10375 |
10376 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10377 | |
5095 | 10378 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10379 |
10380 * audio/saveaudio.m: Also accept files with .ul extension. | |
10381 * audio/loadaudio.m: Ditto. | |
10382 * audio/playaudio.m: Ditto. | |
10383 | |
3456 | 10384 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10385 | |
10386 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10387 * statistics/distributions/beta_inv.m: Ditto. | |
10388 * statistics/distributions/beta_pdf.m: Ditto. | |
10389 * statistics/distributions/beta_rnd.m: Ditto. | |
10390 * statistics/distributions/binomial_cdf.m: Ditto. | |
10391 * statistics/distributions/binomial_inv.m: Ditto. | |
10392 * statistics/distributions/binomial_pdf.m: Ditto. | |
10393 * statistics/distributions/binomial_rnd.m: Ditto. | |
10394 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10395 * statistics/distributions/cauchy_inv.m: Ditto. | |
10396 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10397 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10398 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10399 * statistics/distributions/chisquare_inv.m: Ditto. | |
10400 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10401 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10402 * statistics/distributions/discrete_cdf.m: Ditto. | |
10403 * statistics/distributions/discrete_inv.m: Ditto. | |
10404 * statistics/distributions/discrete_pdf.m: Ditto. | |
10405 * statistics/distributions/discrete_rnd.m: Ditto. | |
10406 * statistics/distributions/empirical_cdf.m: Ditto. | |
10407 * statistics/distributions/empirical_inv.m: Ditto. | |
10408 * statistics/distributions/empirical_pdf.m: Ditto. | |
10409 * statistics/distributions/empirical_rnd.m: Ditto. | |
10410 * statistics/distributions/exponential_cdf.m: Ditto. | |
10411 * statistics/distributions/exponential_inv.m: Ditto. | |
10412 * statistics/distributions/exponential_pdf.m: Ditto. | |
10413 * statistics/distributions/exponential_rnd.m: Ditto. | |
10414 * statistics/distributions/f_cdf.m: Ditto. | |
10415 * statistics/distributions/f_inv.m: Ditto. | |
10416 * statistics/distributions/f_pdf.m: Ditto. | |
10417 * statistics/distributions/f_rnd.m: Ditto. | |
10418 * statistics/distributions/gamma_cdf.m: Ditto. | |
10419 * statistics/distributions/gamma_inv.m: Ditto. | |
10420 * statistics/distributions/gamma_pdf.m: Ditto. | |
10421 * statistics/distributions/gamma_rnd.m: Ditto. | |
10422 * statistics/distributions/geometric_cdf.m: Ditto. | |
10423 * statistics/distributions/geometric_inv.m: Ditto. | |
10424 * statistics/distributions/geometric_pdf.m: Ditto. | |
10425 * statistics/distributions/geometric_rnd.m: Ditto. | |
10426 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10427 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10428 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10429 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10430 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10431 * statistics/distributions/laplace_cdf.m: Ditto. | |
10432 * statistics/distributions/laplace_inv.m: Ditto. | |
10433 * statistics/distributions/laplace_pdf.m: Ditto. | |
10434 * statistics/distributions/laplace_rnd.m: Ditto. | |
10435 * statistics/distributions/logistic_cdf.m: Ditto. | |
10436 * statistics/distributions/logistic_inv.m: Ditto. | |
10437 * statistics/distributions/logistic_pdf.m: Ditto. | |
10438 * statistics/distributions/logistic_rnd.m: Ditto. | |
10439 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10440 * statistics/distributions/lognormal_inv.m: Ditto. | |
10441 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10442 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10443 * statistics/distributions/normal_cdf.m: Ditto. | |
10444 * statistics/distributions/normal_inv.m: Ditto. | |
10445 * statistics/distributions/normal_pdf.m: Ditto. | |
10446 * statistics/distributions/normal_rnd.m: Ditto. | |
10447 * statistics/distributions/pascal_cdf.m: Ditto. | |
10448 * statistics/distributions/pascal_inv.m: Ditto. | |
10449 * statistics/distributions/pascal_pdf.m: Ditto. | |
10450 * statistics/distributions/pascal_rnd.m: Ditto. | |
10451 * statistics/distributions/poisson_cdf.m: Ditto. | |
10452 * statistics/distributions/poisson_inv.m: Ditto. | |
10453 * statistics/distributions/poisson_pdf.m: Ditto. | |
10454 * statistics/distributions/poisson_rnd.m: Ditto. | |
10455 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10456 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10457 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10458 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10459 * statistics/distributions/t_cdf.m: Ditto. | |
10460 * statistics/distributions/t_inv.m: Ditto. | |
10461 * statistics/distributions/t_pdf.m: Ditto. | |
10462 * statistics/distributions/t_rnd.m: Ditto. | |
10463 * statistics/distributions/uniform_cdf.m: Ditto. | |
10464 * statistics/distributions/uniform_inv.m: Ditto. | |
10465 * statistics/distributions/uniform_pdf.m: Ditto. | |
10466 * statistics/distributions/uniform_rnd.m: Ditto. | |
10467 * statistics/distributions/weibull_cdf.m: Ditto. | |
10468 * statistics/distributions/weibull_inv.m: Ditto. | |
10469 * statistics/distributions/weibull_pdf.m: Ditto. | |
10470 * statistics/distributions/weibull_rnd.m: Ditto. | |
10471 * statistics/distributions/wiener_rnd.m: Ditto. | |
10472 | |
3453 | 10473 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10474 | |
10475 * statistics/base/values.m: Texinfoize doc string. | |
10476 * statistics/base/var.m: Ditto. | |
10477 * statistics/base/table.m: Ditto. | |
10478 * statistics/base/studentize.m: Ditto. | |
10479 * statistics/base/statistics.m: Ditto. | |
10480 * statistics/base/spearman.m: Ditto. | |
10481 * statistics/base/run_count.m: Ditto. | |
10482 * statistics/base/ranks.m: Ditto. | |
10483 * statistics/base/range.m: Ditto. | |
10484 * statistics/base/qqplot.m: Ditto. | |
10485 * statistics/base/probit.m: Ditto. | |
10486 * statistics/base/ppplot.m: Ditto. | |
10487 * statistics/base/moment.m: Ditto. | |
10488 * statistics/base/meansq.m: Ditto. | |
10489 * statistics/base/logit.m: Ditto. | |
10490 * statistics/base/kendall.m: Ditto. | |
10491 * statistics/base/iqr.m: Ditto. | |
10492 * statistics/base/cut.m: Ditto. | |
10493 * statistics/base/cor.m: Ditto. | |
10494 * statistics/base/cloglog.m: Ditto. | |
10495 * statistics/base/center.m: Ditto. | |
3454 | 10496 * statistics/models/logistic_regression.m: Ditto. |
10497 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10498 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10499 * statistics/tests/anova.m: Ditto. | |
10500 * statistics/tests/bartlett_test.m: Ditto. | |
10501 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10502 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10503 * statistics/tests/cor_test.m: Ditto. | |
10504 * statistics/tests/f_test_regression.m: Ditto. | |
10505 * statistics/tests/hotelling_test.m: Ditto. | |
10506 * statistics/tests/hotelling_test_2.m: Ditto. | |
10507 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10508 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10509 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10510 * statistics/tests/manova.m: Ditto. | |
10511 * statistics/tests/mcnemar_test.m: Ditto. | |
10512 * statistics/tests/prop_test_2.m: Ditto. | |
10513 * statistics/tests/run_test.m: Ditto. | |
10514 * statistics/tests/sign_test.m: Ditto. | |
10515 * statistics/tests/t_test.m: Ditto. | |
10516 * statistics/tests/t_test_2.m: Ditto. | |
10517 * statistics/tests/t_test_regression.m: Ditto. | |
10518 * statistics/tests/u_test.m: Ditto. | |
10519 * statistics/tests/var_test.m: Ditto. | |
10520 * statistics/tests/welch_test.m: Ditto. | |
10521 * statistics/tests/wilcoxon_test.m: Ditto. | |
10522 * statistics/tests/z_test.m: Ditto. | |
10523 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10524 |
3446 | 10525 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10526 | |
10527 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10528 * plot/__plr1__.m: Ditto. |
10529 * plot/__pltopt__.m: Ditto. | |
10530 * plot/__plt__.m: Ditto. | |
10531 * plot/__plt2vv__.m: Ditto. | |
10532 * plot/__plr2__.m: Ditto. | |
10533 * plot/__plr__.m: Ditto. | |
10534 * plot/__plt1__.m: Ditto. | |
10535 * plot/__plt2__.m: Ditto. | |
10536 * plot/__plt2mm__.m: Ditto. | |
10537 * plot/__plt2mv__.m: Ditto. | |
10538 * plot/__plt2ss__.m: Ditto. | |
10539 * miscellaneous/paren.m: Ditto. | |
10540 * miscellaneous/comma.m: Ditto. | |
10541 * miscellaneous/semicolon.m: Ditto. | |
10542 * miscellaneous/path.m: Ditto. | |
10543 * miscellaneous/list_primes.m: Ditto. | |
10544 * miscellaneous/flops.m: Ditto. | |
10545 * miscellaneous/dump_prefs.m: Ditto. | |
10546 * miscellaneous/bug_report.m: Ditto. | |
10547 * linear-algebra/dot.m: Ditto | |
10548 * linear-algebra/dmult.m: Ditto. | |
10549 * general/randperm.m: Ditto. | |
10550 * general/logical.m: Ditto. | |
10551 * general/is_duplicate_entry.m: Ditto. | |
10552 * signal/arch_fit.m: Ditto. | |
10553 * signal/arch_rnd.m: Ditto. | |
10554 * signal/arch_test.m: Ditto. | |
10555 * signal/arma_rnd.m: Ditto. | |
10556 * signal/autocor.m: Ditto. | |
10557 * signal/autocov.m: Ditto. | |
10558 * signal/autoreg_matrix.m: Ditto. | |
10559 * signal/bartlett.m: Ditto. | |
10560 * signal/blackman.m: Ditto. | |
10561 * signal/detrend.m: Ditto. | |
10562 * signal/diffpara.m: Ditto. | |
10563 * signal/durbinlevinson.m: Ditto. | |
10564 * signal/fftconv.m: Ditto. | |
10565 * signal/fftfilt.m: Ditto. | |
10566 * signal/fftshift.m: Ditto. | |
10567 * signal/fractdiff.m: Ditto. | |
10568 * signal/freqz.m: Ditto. | |
10569 * signal/hamming.m: Ditto. | |
10570 * signal/hanning.m: Ditto. | |
10571 * signal/hurst.m: Ditto. | |
10572 * signal/periodogram.m: Ditto. | |
10573 * signal/rectangle_lw.m: Ditto. | |
10574 * signal/rectangle_sw.m: Ditto. | |
10575 * signal/sinc.m: Ditto. | |
10576 * signal/sinetone.m: Ditto. | |
10577 * signal/sinewave.m: Ditto. | |
10578 * signal/spectral_adf.m: Ditto. | |
10579 * signal/spectral_xdf.m: Ditto. | |
10580 * signal/spencer.m: Ditto. | |
10581 * signal/stft.m: Ditto. | |
10582 * signal/synthesis.m: Ditto. | |
10583 * signal/triangle_lw.m: Ditto. | |
10584 * signal/triangle_sw.m: Ditto. | |
10585 * signal/yulewalker.m: Ditto. | |
3450 | 10586 * control/util/strappend.m: Ditto. |
3451 | 10587 * control/base/nichols.m: Ditto. |
3452 | 10588 * control/system/is_signal_list.m: Ditto. |
10589 * control/system/listidx.m: Ditto. | |
10590 * control/system/sysgettsam.m: Ditto. | |
10591 * control/system/sysidx.m: Ditto. | |
3446 | 10592 |
3438 | 10593 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10594 | |
10595 * control/system/__abcddims__.m: Rename from | |
10596 control/system/abcddims.m, change all callers. | |
10597 * control/base/__bodquist__.m: Likewise. | |
10598 * control/base/__freqresp__.m: Likewise. | |
10599 * control/util/__outlist__.m: Likewise. | |
10600 * control/base/__stepimp__.m: Likewise. | |
10601 * control/system/__syschnamesl__.m: Likewise. | |
10602 * control/system/__syscont_disc__.m: Likewise. | |
10603 * control/system/__sysdefioname__.m: Likewise. | |
10604 * control/system/__sysdefstname__.m: Likewise. | |
10605 * control/system/__sysgroupn__.m: Likewise. | |
10606 * control/system/__tf2sysl__.m: Likewise. | |
10607 * control/util/__zgpbal__.m: Likewise. | |
10608 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10609 |
10610 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10611 * quaternion/qconj.m: Ditto. |
10612 * quaternion/qcoordinate_plot.m: Ditto. | |
10613 * quaternion/qderiv.m: Ditto. | |
10614 * quaternion/qderivmat.m: Ditto. | |
10615 * quaternion/qinv.m: Ditto. | |
10616 * quaternion/qmult.m: Ditto. | |
10617 * quaternion/qtrans.m: Ditto. | |
10618 * quaternion/qtransv.m: Ditto. | |
10619 * quaternion/qtransvmat.m: Ditto. | |
10620 * quaternion/quaternion.m: Ditto. | |
3438 | 10621 |
3436 | 10622 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10623 | |
10624 * control/base/Makefile.in: Ditto. | |
10625 * control/hinf/Makefile.in: New file. | |
10626 * control/marsyas/Makefile.in: Ditto. | |
10627 * control/obsolete/Makefile.in: Ditto. | |
10628 * control/system/Makefile.in: Ditto. | |
10629 * control/util/Makefile.in: Ditto. | |
10630 | |
10631 * strings/com2str.m: Move here from control directory. | |
10632 | |
10633 * control/base: New directory. | |
10634 * control/base/DEMOcontrol.m: Move here from control directory. | |
10635 * control/base/analdemo.m: Ditto. | |
10636 * control/base/are.m: Ditto. | |
10637 * control/base/bddemo.m: Ditto. | |
10638 * control/base/bode.m: Ditto. | |
10639 * control/base/bode_bounds.m: Ditto. | |
10640 * control/base/bodquist.m: Ditto. | |
10641 * control/base/controldemo.m: Ditto. | |
10642 * control/base/ctrb.m: Ditto. | |
10643 * control/base/damp.m: Ditto. | |
10644 * control/base/dare.m: Ditto. | |
10645 * control/base/dcgain.m: Ditto. | |
10646 * control/base/dgram.m: Ditto. | |
10647 * control/base/dlqe.m: Ditto. | |
10648 * control/base/dlqr.m: Ditto. | |
10649 * control/base/dlyap.m: Ditto. | |
10650 * control/base/dre.m: Ditto. | |
10651 * control/base/frdemo.m: Ditto. | |
10652 * control/base/freqchkw.m: Ditto. | |
10653 * control/base/freqresp.m: Ditto. | |
10654 * control/base/gram.m: Ditto. | |
10655 * control/base/impulse.m: Ditto. | |
10656 * control/base/lqe.m: Ditto. | |
10657 * control/base/lqg.m: Ditto. | |
10658 * control/base/lqr.m: Ditto. | |
10659 * control/base/lsim.m: Ditto. | |
10660 * control/base/ltifr.m: Ditto. | |
10661 * control/base/lyap.m: Ditto. | |
10662 * control/base/nichols.m: Ditto. | |
10663 * control/base/nyquist.m: Ditto. | |
10664 * control/base/obsv.m: Ditto. | |
10665 * control/base/place.m: Ditto. | |
10666 * control/base/pzmap.m: Ditto. | |
10667 * control/base/rldemo.m: Ditto. | |
10668 * control/base/rlocus.m: Ditto. | |
10669 * control/base/step.m: Ditto. | |
10670 * control/base/stepimp.m: Ditto. | |
10671 * control/base/tzero.m: Ditto. | |
10672 * control/base/tzero2.m: Ditto. | |
10673 | |
10674 * control/hinf: New directory. | |
10675 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10676 * control/hinf/h2norm.m: Ditto. | |
10677 * control/hinf/h2syn.m: Ditto. | |
10678 * control/hinf/hinf_ctr.m: Ditto. | |
10679 * control/hinf/hinfdemo.m: Ditto. | |
10680 * control/hinf/hinfnorm.m: Ditto. | |
10681 * control/hinf/hinfsyn.m: Ditto. | |
10682 * control/hinf/hinfsyn_chk.m: Ditto. | |
10683 * control/hinf/hinfsyn_ric.m: Ditto. | |
10684 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10685 * control/hinf/dgkfdemo.m: Ditto. |
10686 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10687 |
10688 * control/marsyas: New directory. | |
10689 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10690 * control/marsyas/susball.m: Ditto. | |
10691 | |
10692 * control/obsolete/dezero.m: Move here from control directory. | |
10693 * control/obsolete/rotg.m: Ditto. | |
10694 | |
10695 * control/system: New directory. | |
10696 * control/system/abcddim.m: Move here from control directory. | |
10697 * control/system/abcddims.m: Ditto. | |
10698 * control/system/buildssic.m: Ditto. | |
10699 * control/system/c2d.m: Ditto. | |
10700 * control/system/d2c.m: Ditto. | |
10701 * control/system/dmr2d.m: Ditto. | |
10702 * control/system/fir2sys.m: Ditto. | |
10703 * control/system/is_abcd.m: Ditto. | |
10704 * control/system/is_digital.m: Ditto. | |
10705 * control/system/is_sample.m: Ditto. | |
10706 * control/system/is_signal_list.m: Ditto. | |
10707 * control/system/is_siso.m: Ditto. | |
3441 | 10708 * control/system/is_controllable.m: Ditto. |
10709 * control/system/is_detectable.m: Ditto. | |
10710 * control/system/is_observable.m: Ditto. | |
10711 * control/system/is_stabilizable.m: Ditto. | |
10712 * control/system/is_stable.m: Ditto. | |
3436 | 10713 * control/system/jet707.m: Ditto. |
10714 * control/system/listidx.m: Ditto. | |
10715 * control/system/moddemo.m: Ditto. | |
10716 * control/system/ord2.m: Ditto. | |
10717 * control/system/packedform.m: Ditto. | |
10718 * control/system/parallel.m: Ditto. | |
10719 * control/system/ss2sys.m: Ditto. | |
10720 * control/system/ss2tf.m: Ditto. | |
10721 * control/system/ss2zp.m: Ditto. | |
10722 * control/system/starp.m: Ditto. | |
10723 * control/system/sys2fir.m: Ditto. | |
10724 * control/system/sys2ss.m: Ditto. | |
10725 * control/system/sys2tf.m: Ditto. | |
10726 * control/system/sys2zp.m: Ditto. | |
10727 * control/system/sysadd.m: Ditto. | |
10728 * control/system/sysappend.m: Ditto. | |
10729 * control/system/syschnamesl.m: Ditto. | |
10730 * control/system/syschtsam.m: Ditto. | |
10731 * control/system/sysconnect.m: Ditto. | |
10732 * control/system/syscont.m: Ditto. | |
10733 * control/system/syscont_disc.m: Ditto. | |
10734 * control/system/sysdefioname.m: Ditto. | |
10735 * control/system/sysdefstname.m: Ditto. | |
10736 * control/system/sysdimensions.m: Ditto. | |
10737 * control/system/sysdisc.m: Ditto. | |
10738 * control/system/sysdup.m: Ditto. | |
10739 * control/system/sysgetsignals.m: Ditto. | |
10740 * control/system/sysgettsam.m: Ditto. | |
10741 * control/system/sysgettype.m: Ditto. | |
10742 * control/system/sysgroup.m: Ditto. | |
10743 * control/system/sysgroupn.m: Ditto. | |
10744 * control/system/sysidx.m: Ditto. | |
10745 * control/system/sysmin.m: Ditto. | |
10746 * control/system/sysmult.m: Ditto. | |
10747 * control/system/sysout.m: Ditto. | |
10748 * control/system/sysprune.m: Ditto. | |
10749 * control/system/sysreorder.m: Ditto. | |
10750 * control/system/sysrepdemo.m: Ditto. | |
10751 * control/system/sysscale.m: Ditto. | |
10752 * control/system/syssetsignals.m: Ditto. | |
10753 * control/system/syssub.m: Ditto. | |
10754 * control/system/sysupdate.m: Ditto. | |
10755 * control/system/tf2ss.m: Ditto. | |
10756 * control/system/tf2sys.m: Ditto. | |
10757 * control/system/tf2sysl.m: Ditto. | |
10758 * control/system/tf2zp.m: Ditto. | |
10759 * control/system/tfout.m: Ditto. | |
10760 * control/system/ugain.m: Ditto. | |
10761 * control/system/zp2ss.m: Ditto. | |
10762 * control/system/zp2ssg2.m: Ditto. | |
10763 * control/system/zp2sys.m: Ditto. | |
10764 * control/system/zp2tf.m: Ditto. | |
10765 * control/system/zpout.m: Ditto. | |
10766 | |
10767 * control/util: New directory. | |
10768 * control/util/axis2dlim.m: Move here from control directory. | |
10769 * control/util/outlist.m: Ditto. | |
10770 * control/util/prompt.m: Ditto. | |
10771 * control/util/run_cmd.m: Ditto. | |
10772 * control/util/sortcom.m: Ditto. | |
10773 * control/util/strappend.m: Ditto. | |
10774 * control/util/swap.m: Ditto. | |
10775 * control/util/zgfmul.m: Ditto. | |
10776 * control/util/zgfslv.m: Ditto. | |
10777 * control/util/zginit.m: Ditto. | |
10778 * control/util/zgpbal.m: Ditto. | |
10779 * control/util/zgreduce.m: Ditto. | |
10780 * control/util/zgrownorm.m: Ditto. | |
10781 * control/util/zgscal.m: Ditto. | |
10782 * control/util/zgsgiv.m: Ditto. | |
10783 * control/util/zgshsr.m: Ditto. | |
10784 | |
3427 | 10785 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10786 | |
10787 * gethelp.cc (extract_help_text): Discard first space character | |
10788 after consecutive comment characters. | |
10789 | |
3422 | 10790 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10791 | |
10792 * control/obsolete: New directory | |
10793 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10794 * control/obsolete/swapcols.m: Ditto. |
10795 * control/obsolete/dlqg.m: Ditto. | |
10796 * control/obsolete/minfo.m: Ditto. | |
10797 * control/obsolete/packsys.m: Ditto. | |
10798 * control/obsolete/qzval.m: Ditto. | |
10799 * control/obsolete/unpacksys.m: Ditto. | |
10800 * control/obsolete/series.m: Ditto. | |
10801 * control/obsolete/syschnames.m: Ditto. | |
10802 * polynomial/polyout.m: Ditto. | |
3422 | 10803 |
3420 | 10804 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10805 | |
10806 * general/fliplr.m: Eliminate useless copy of arg. | |
10807 * general/flipud.m: Ditto. | |
10808 | |
3418 | 10809 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10810 | |
10811 * linear-algebra/cross.m: Only return a row vector if both args | |
10812 are row vectors. | |
10813 * polynomial/polyfit.m: Likewise. | |
10814 | |
10815 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10816 | |
10817 * statistics/distributions/discrete_rnd.m: | |
10818 Always generate a row vector. | |
10819 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10820 | |
5095 | 10821 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10822 |
10823 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10824 | |
10825 * audio/setaudio.m: Texinfoize doc string. | |
10826 * control/com2str.m: Likewise. | |
10827 * control/controldemo.m: Likewise. | |
10828 * control/DEMOcontrol.m: Likewise. | |
10829 * control/dezero.m: Likewise. | |
10830 * control/dre.m: Likewise. | |
10831 * control/hinfsyn_ric.m: Likewise. | |
10832 | |
5095 | 10833 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10834 |
10835 * io/printf.m: Add @seealso{...} to doc string. | |
10836 * io/puts.m: Likewise. | |
10837 * plot/semilogx.m: Likewise. | |
10838 * plot/semilogy.m: Likewise. | |
10839 * plot/__pltopt__.m: Likewise. | |
10840 * plot/bar.m: Likewise. | |
10841 * plot/xlabel.m: Likewise. | |
10842 * plot/grid.m: Likewise. | |
10843 * plot/shg.m: Likewise. | |
10844 * plot/title.m: Likewise. | |
10845 * plot/mesh.m: Likewise. | |
10846 * plot/__pltopt1__.m: Likewise. | |
10847 * plot/contour.m: Likewise. | |
10848 * plot/hist.m: Likewise. | |
10849 * plot/stairs.m: Likewise. | |
10850 * plot/meshgrid.m: Likewise. | |
10851 * plot/polar.m: Likewise. | |
10852 * plot/loglog.m: Likewise. | |
10853 * plot/plot.m: Likewise. | |
10854 * miscellaneous/semicolon.m: Likewise. | |
10855 * miscellaneous/menu.m: Likewise. | |
10856 * miscellaneous/etime.m: Likewise. | |
10857 * miscellaneous/texas_lotto.m: Likewise. | |
10858 * miscellaneous/comma.m: Likewise. | |
10859 * audio/lin2mu.m: Likewise. | |
10860 * audio/playaudio.m: Likewise. | |
10861 * audio/loadaudio.m: Likewise. | |
10862 * audio/saveaudio.m: Likewise. | |
10863 * audio/mu2lin.m: Likewise. | |
10864 * audio/record.m: Likewise. | |
10865 * strings/isletter.m: Likewise. | |
10866 * strings/lower.m: Likewise. | |
10867 * strings/lower.m: Likewise. | |
10868 * strings/upper.m: Likewise. | |
10869 * specfun/erfinv.m: Likewise. | |
10870 * specfun/gammai.m: Likewise. | |
10871 * specfun/log2.m: Likewise. | |
10872 * specfun/pow2.m: Likewise. | |
10873 * elfun/gcd.m: Likewise. | |
10874 * elfun/lcm.m: Likewise. | |
10875 * special-matrix/vander.m: Likewise. | |
10876 * special-matrix/sylvester_matrix.m: Likewise. | |
10877 * special-matrix/hilb.m: Likewise. | |
10878 * special-matrix/hankel.m: Likewise. | |
10879 * special-matrix/toeplitz.m: Likewise. | |
10880 * special-matrix/invhilb.m: Likewise. | |
10881 * statistics/base/std.m: Likewise. | |
10882 * statistics/base/median.m: Likewise. | |
10883 * linear-algebra/cond.m: Likewise. | |
10884 * linear-algebra/norm.m: Likewise. | |
10885 * finance/nper.m: Likewise. | |
10886 * finance/pmt.m: Likewise. | |
10887 * finance/pv.m: Likewise. | |
10888 * finance/rate.m: Likewise. | |
10889 * finance/npv.m: Likewise. | |
10890 * general/fliplr.m: Likewise. | |
10891 * general/flipud.m: Likewise. | |
10892 * general/is_scalar.m: Likewise. | |
10893 * general/rem.m: Likewise. | |
10894 * general/perror.m: Likewise. | |
10895 * general/tril.m: Likewise. | |
10896 * general/rot90.m: Likewise. | |
10897 * general/num2str.m: Likewise. | |
10898 * general/int2str.m: Likewise. | |
10899 * general/reshape.m: Likewise. | |
10900 * general/logspace.m: Likewise. | |
10901 * general/is_symmetric.m: Likewise. | |
10902 * general/is_vector.m: Likewise. | |
10903 * general/nextpow2.m: Likewise. | |
10904 * general/columns.m: Likewise. | |
10905 * general/is_square.m: Likewise. | |
10906 * general/rows.m: Likewise. | |
10907 * control/ugain.m: Likewise. | |
10908 * control/damp.m: Likewise. | |
10909 * control/dare.m: Likewise. | |
10910 * control/are.m: Likewise. | |
10911 * control/sys2fir.m: Likewise. | |
10912 * control/abcddim.m: Likewise. | |
10913 * control/is_abcd.m: Likewise. | |
10914 * control/step.m: Likewise. | |
10915 * control/is_observable.m: Likewise. | |
10916 * control/is_controllable.m: Likewise. | |
10917 * control/jet707.m: Likewise. | |
10918 * control/polyout.m: Likewise. | |
10919 * control/impulse.m: Likewise. | |
10920 * control/lqg.m: Likewise. | |
10921 * control/is_detectable.m: Likewise. | |
10922 * control/sysdimensions.m: Likewise. | |
10923 * control/sysupdate.m: Likewise. | |
10924 * control/stepimp.m: Likewise. | |
10925 * control/is_stable.m: Likewise. | |
10926 * control/tfout.m: Likewise. | |
10927 * control/zpout.m: Likewise. | |
10928 | |
3405 | 10929 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10930 | |
10931 * set/complement.m: Add @seealso{} stuff. | |
10932 * set/create_set.m: Likewise. | |
10933 * set/intersection.m: Likewise. | |
10934 * set/union.m: Likewise. | |
10935 | |
3399 | 10936 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10937 | |
3400 | 10938 * control/d2c.m: Use double quotes instead of single quotes for |
10939 string constants. | |
10940 * control/dgkfdemo.m: Likewise. | |
10941 * control/fir2sys.m: Likewise. | |
10942 * control/frdemo.m: Likewise. | |
10943 * control/moddemo.m: Likewise. | |
10944 * control/minfo.m: Likewise. | |
10945 * control/is_stabilizable.m: Likewise. | |
10946 * control/is_dgkf.m: Likewise. | |
10947 * control/polyout.m: Likewise. | |
10948 * control/sysconnect.m: Likewise. | |
10949 * control/sysrepdemo.m: Likewise. | |
10950 * control/tf2sys.m: Likewise. | |
10951 * control/tfout.m: Likewise. | |
10952 * control/zp2sys.m: Likewise. | |
10953 * control/zpout.m: Likewise. | |
10954 * control/tzero.m: Likewise. | |
10955 | |
10956 * control/DEMOcontrol.m: Handle moddemo case too. | |
10957 | |
10958 * image/loadimage.m: Use double quotes instead of single quotes | |
10959 for string constants. Use sprintf instead of square brackets to | |
10960 construct string. | |
10961 | |
3399 | 10962 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10963 * control/fir2sys.m: Likewise. |
3399 | 10964 |
3390 | 10965 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10966 | |
10967 * mkdoc: Only delete spaces before @ characters at the beginning | |
10968 of a line. | |
10969 | |
3383 | 10970 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10971 | |
3388 | 10972 * control/bddemo.m: Make it more likely to work with any value of |
10973 whitespace_in_literal_matrix. | |
3386 | 10974 * control/analdemo.m: Ditto. |
10975 * control/dgkfdemo.m: Ditto. | |
10976 * control/frdemo.m: Ditto. | |
10977 * control/sysrepdemo.m: Ditto. | |
10978 * control/moddemo.m: Ditto. | |
3388 | 10979 * control/zp2ss.m: Ditto. |
3387 | 10980 * control/zp2tf.m: Ditto. |
3388 | 10981 * control/syssub.m: Ditto. |
10982 * finance/npv.m: Ditto. | |
10983 * statistics/base/studentize.m: Ditto. | |
10984 * statistics/base/values.m: Ditto. | |
10985 * statistics/distributions/exponential_cdf.m: Ditto. | |
10986 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10987 |
3384 | 10988 * control/dezero.m: Use toascii to convert string to ASCII value |
10989 instead of multiplying it by 1. | |
10990 | |
3383 | 10991 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10992 * control/zpout.m: Ditto. | |
10993 * control/tfout.m: Ditto. | |
10994 * control/tf2sys.m: Ditto. | |
10995 * control/syssub.m: Ditto. | |
10996 * control/syssetsignals.m: Ditto. | |
10997 * control/sysout.m: Ditto. | |
10998 * control/sysmult.m: Ditto. | |
10999 * control/sysgroup.m: Ditto. | |
11000 * control/sysdup.m: Ditto. | |
11001 * control/sysdisc.m: Ditto. | |
11002 * control/syscont.m: Ditto. | |
11003 * control/sysconnect.m: Ditto. | |
11004 * control/sysappend.m: Ditto. | |
11005 * control/sysadd.m: Ditto. | |
11006 * control/ss2sys.m: Ditto. | |
11007 * control/nyquist.m: Ditto. | |
11008 * control/lqg.m: Ditto. | |
11009 * control/fir2sys.m: Ditto. | |
11010 * control/dmr2d.m: Ditto. | |
11011 * control/dezero.m: Ditto. | |
11012 * control/d2c.m: Ditto. | |
11013 * control/c2d.m: Ditto. | |
11014 * control/bddemo.m: Ditto. | |
11015 * control/pzmap.m: Ditto. | |
11016 | |
5095 | 11017 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 11018 |
11019 * signal/spectral_adf.m: Fix typo. | |
11020 | |
3372 | 11021 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
11022 | |
11023 * linear-algebra/cond.m: Texinfoize doc string. | |
11024 * linear-algebra/kron.m: Ditto. | |
11025 * linear-algebra/norm.m: Ditto. | |
11026 * linear-algebra/null.m: Ditto. | |
11027 * linear-algebra/orth.m: Ditto. | |
11028 * linear-algebra/rank.m: Ditto. | |
11029 * linear-algebra/trace.m: Ditto. | |
11030 * linear-algebra/qzhess.m: Ditto. | |
11031 * miscellaneous/menu.m: Ditto. | |
3373 | 11032 * general/perror.m: Ditto. |
11033 * general/strerror.m: Ditto. | |
11034 * general/columns.m: Ditto. | |
11035 * general/rows.m: Ditto. | |
11036 * image/colormap.m: Ditto. | |
11037 * image/gray.m: Ditto. | |
11038 * image/gray2ind.m: Ditto. | |
11039 * image/image.m: Ditto. | |
11040 * image/imagesc.m: Ditto. | |
11041 * image/imshow.m: Ditto. | |
11042 * image/ind2gray.m: Ditto. | |
11043 * image/ind2rgb.m: Ditto. | |
11044 * image/loadimage.m: Ditto. | |
11045 * image/rgb2ntsc.m: Ditto. | |
11046 * image/ntsc2rgb.m: Ditto. | |
11047 * image/ocean.m: Ditto. | |
11048 * image/rgb2ind.m: Ditto. | |
11049 * image/saveimage.m: Ditto. | |
3372 | 11050 * io/printf.m: Ditto. |
11051 * io/puts.m: Ditto. | |
11052 | |
3369 | 11053 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11054 | |
11055 * special-matrix/hankel.m: Texinfoize doc string. | |
11056 * special-matrix/hilb.m: Ditto. | |
11057 * special-matrix/invhilb.m: Ditto. | |
11058 * special-matrix/sylvester_matrix.m: Ditto. | |
11059 * special-matrix/toeplitz.m: Ditto. | |
11060 * special-matrix/vander.m: Ditto. | |
11061 * linear-algebra/vec.m: Ditto. | |
11062 * linear-algebra/vech.m: Ditto. | |
11063 * general/common_size.m: Ditto. | |
11064 * general/diff.m: Ditto. | |
11065 * general/fliplr.m: Ditto. | |
11066 * general/flipud.m: Ditto. | |
11067 * general/rot90.m: Ditto. | |
11068 * general/reshape.m: Ditto. | |
11069 * general/shift.m: Ditto. | |
11070 * general/tril.m: Ditto. | |
11071 * general/triu.m: Ditto. | |
11072 * general/logspace.m: Ditto. | |
3371 | 11073 * general/nargchk.m: Ditto. |
3369 | 11074 |
3367 | 11075 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11076 | |
11077 * statistics/base/mean: Texinfoize doc string. | |
11078 * statistics/base/median: Ditto. | |
11079 * statistics/base/std: Ditto. | |
11080 * statistics/base/cov: Ditto. | |
11081 * statistics/base/corrcoef: Ditto. | |
11082 * statistics/base/kurtosis: Ditto. | |
11083 * statistics/base/mahalanobis: Ditto. | |
11084 * statistics/base/skewness: Ditto. | |
3368 | 11085 * statistics/base/gls.m: Ditto. |
11086 * statistics/base/ols.m: Ditto. | |
3367 | 11087 * signal/detrend.m: Ditto. |
11088 * signal/freqz.m: Ditto. | |
11089 * signal/sinc.m: Ditto. | |
11090 * signal/fftconv.m: Ditto. | |
11091 * signal/fftfilt.m: Ditto. | |
3368 | 11092 * set/create_set.m: Ditto. |
11093 * set/union.m: Ditto. | |
11094 * set/intersection.m: Ditto. | |
11095 * set/complement.m: Ditto. | |
11096 * poly/compan.m: Ditto. | |
11097 * poly/conv: Ditto. | |
11098 * poly/deconv: Ditto. | |
11099 * poly/poly: Ditto. | |
11100 * poly/polyderiv: Ditto. | |
11101 * poly/polyfit: Ditto. | |
11102 * poly/polyinteg: Ditto. | |
11103 * poly/polyreduce: Ditto. | |
11104 * poly/polyval: Ditto. | |
11105 * poly/polyvalm: Ditto. | |
11106 * poly/residue: Ditto. | |
11107 * poly/roots: Ditto. | |
11108 * plot/top_title.m: Ditto | |
11109 * plot/subwindow.m: Ditto | |
11110 * plot/subplot.m: Ditto | |
11111 * plot/plot_border.m: Ditto | |
11112 * plot/oneplot.m: Ditto | |
11113 * plot/multiplot.m: Ditto | |
11114 * plot/mplot.m: Ditto | |
11115 * plot/xlabel.m: Ditto | |
11116 * plot/figure.m: Ditto | |
11117 * plot/meshdom.m: Ditto | |
11118 * plot/mesh.m: Ditto | |
11119 * plot/stairs.m: Ditto | |
11120 * plot/polar.m: Ditto | |
11121 * plot/loglog.m: Ditto | |
11122 * plot/hist.m: Ditto | |
11123 * plot/contour.m: Ditto | |
11124 * plot/bar.m: Ditto | |
11125 * plot/axis.m: Ditto | |
11126 * plot/plot.m: Ditto. | |
3367 | 11127 |
3361 | 11128 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11129 | |
3365 | 11130 * control/pinv.m: Delete. |
11131 | |
3364 | 11132 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
11133 | |
3361 | 11134 * strings/blanks.m: Texinfoize doc string. |
11135 * strings/strcat.m: Ditto. | |
11136 * strings/str2mat.m: Ditto. | |
11137 * strings/deblank.m: Ditto. | |
11138 * strings/findstr.m: Ditto. | |
11139 * strings/index.m: Ditto. | |
11140 * strings/rindex.m: Ditto. | |
11141 * strings/split.m: Ditto. | |
11142 * strings/strcmp.m: Ditto. | |
11143 * strings/strrep.m: Ditto. | |
11144 * strings/substr.m: Ditto. | |
11145 * general/int2str.m: Ditto. | |
11146 * general/num2str.m: Ditto. | |
11147 * strings/dec2bin.m: Ditto. | |
11148 * strings/bin2dec: Ditto. | |
11149 * strings/dec2bin: Ditto. | |
11150 * strings/dec2hex: Ditto. | |
11151 * strings/hex2dec: Ditto. | |
11152 * strings/str2num: Ditto. | |
11153 | |
3347 | 11154 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11155 | |
11156 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
11157 | |
5095 | 11158 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 11159 |
11160 * control/DEMOcontrol.m: Texinfoize doc string. | |
11161 * control/abcddim.m: Ditto. | |
11162 * control/abcddims.m: Ditto. | |
11163 * control/analdemo.m: Ditto. | |
11164 * control/are.m: Ditto. | |
11165 * control/axis2dlim.m: Ditto. | |
11166 * control/bddemo.m: Ditto. | |
11167 * control/bode.m: Ditto. | |
11168 * control/bode_bounds.m: Ditto. | |
11169 * control/bodquist.m: Ditto. | |
11170 * control/buildssic.m: Ditto. | |
11171 * control/c2d.m: Ditto. | |
11172 * control/ctrb.m: Ditto. | |
11173 * control/d2c.m: Ditto. | |
11174 * control/damp.m: Ditto. | |
11175 * control/dare.m: Ditto. | |
11176 * control/dcgain.m: Ditto. | |
11177 * control/dgkfdemo.m: Ditto. | |
11178 * control/dgram.m: Ditto. | |
11179 * control/dlqe.m: Ditto. | |
11180 * control/dlqr.m: Ditto. | |
11181 * control/dlyap.m: Ditto. | |
11182 * control/dmr2d.m: Ditto. | |
11183 * control/fir2sys.m: Ditto. | |
11184 * control/frdemo.m: Ditto. | |
11185 * control/freqchkw.m: Ditto. | |
11186 * control/freqresp.m: Ditto. | |
11187 * control/gram.m: Ditto. | |
11188 * control/h2norm.m: Ditto. | |
11189 * control/h2syn.m: Ditto. | |
11190 * control/hinf_ctr.m: Ditto. | |
11191 * control/hinfdemo.m: Ditto. | |
11192 * control/hinfnorm.m: Ditto. | |
11193 * control/hinfsyn.m: Ditto. | |
11194 * control/hinfsyn_chk.m: Ditto. | |
11195 * control/impulse.m: Ditto. | |
11196 * control/is_abcd.m: Ditto. | |
11197 * control/is_controllable.m: Ditto. | |
11198 * control/is_detectable.m: Ditto. | |
11199 * control/is_dgkf.m: Ditto. | |
11200 * control/is_digital.m: Ditto. | |
11201 * control/is_observable.m: Ditto. | |
11202 * control/is_sample.m: Ditto. | |
11203 * control/is_signal_list.m: Ditto. | |
11204 * control/is_siso.m: Ditto. | |
11205 * control/is_stabilizable.m: Ditto. | |
11206 * control/is_stable.m: Ditto. | |
11207 * control/jet707.m: Ditto. | |
11208 * control/lqe.m: Ditto. | |
11209 * control/lqg.m: Ditto. | |
11210 * control/lqr.m: Ditto. | |
11211 * control/lsim.m: Ditto. | |
11212 * control/ltifr.m: Ditto. | |
11213 * control/lyap.m: Ditto. | |
11214 * control/moddemo.m: Ditto. | |
11215 * control/nyquist.m: Ditto. | |
11216 * control/obsv.m: Ditto. | |
11217 * control/ord2.m: Ditto. | |
11218 * control/outlist.m: Ditto. | |
11219 * control/pinv.m: Ditto. | |
11220 * control/place.m: Ditto. | |
11221 * control/polyout.m: Ditto. | |
11222 * control/prompt.m: Ditto. | |
11223 * control/pzmap.m: Ditto. | |
11224 * control/qzval.m: Ditto. | |
11225 * control/rldemo.m: Ditto. | |
11226 * control/rlocus.m: Ditto. | |
11227 * control/sortcom.m: Ditto. | |
11228 * control/ss2sys.m: Ditto. | |
11229 * control/ss2tf.m: Ditto. | |
11230 * control/ss2zp.m: Ditto. | |
11231 * control/starp.m: Ditto. | |
11232 * control/step.m: Ditto. | |
11233 * control/stepimp.m: Ditto. | |
11234 * control/susball.m: Ditto. | |
11235 * control/sys2fir.m: Ditto. | |
11236 * control/sys2ss.m: Ditto. | |
11237 * control/sys2tf.m: Ditto. | |
11238 * control/sys2zp.m: Ditto. | |
11239 * control/sysadd.m: Ditto. | |
11240 * control/sysappend.m: Ditto. | |
11241 * control/syschnames.m: Ditto. | |
11242 * control/syschnamesl.m: Ditto. | |
11243 * control/syschtsam.m: Ditto. | |
11244 * control/sysconnect.m: Ditto. | |
11245 * control/syscont.m: Ditto. | |
11246 * control/syscont_disc.m: Ditto. | |
11247 * control/sysdefioname.m: Ditto. | |
11248 * control/sysdefstname.m: Ditto. | |
11249 * control/sysdimensions.m: Ditto. | |
11250 * control/sysdisc.m: Ditto. | |
11251 * control/sysdup.m: Ditto. | |
11252 * control/sysgetsignals.m: Ditto. | |
11253 * control/sysgettype.m: Ditto. | |
11254 * control/sysgroup.m: Ditto. | |
11255 * control/sysgroupn.m: Ditto. | |
11256 * control/sysmult.m: Ditto. | |
11257 * control/sysout.m: Ditto. | |
11258 * control/sysprune.m: Ditto. | |
11259 * control/sysreorder.m: Ditto. | |
11260 * control/sysrepdemo.m: Ditto. | |
11261 * control/sysscale.m: Ditto. | |
11262 * control/syssetsignals.m: Ditto. | |
11263 * control/syssub.m: Ditto. | |
11264 * control/sysupdate.m: Ditto. | |
11265 * control/tf2ss.m: Ditto. | |
11266 * control/tf2sys.m: Ditto. | |
11267 * control/tf2sysl.m: Ditto. | |
11268 * control/tf2zp.m: Ditto. | |
11269 * control/tfout.m: Ditto. | |
11270 * control/tzero.m: Ditto. | |
11271 * control/tzero2.m: Ditto. | |
11272 * control/ugain.m: Ditto. | |
11273 * control/wgt1o.m: Ditto. | |
11274 * control/zgfmul.m: Ditto. | |
11275 * control/zgfslv.m: Ditto. | |
11276 * control/zginit.m: Ditto. | |
11277 * control/zgpbal.m: Ditto. | |
11278 * control/zgreduce.m: Ditto. | |
11279 * control/zgrownorm.m: Ditto. | |
11280 * control/zgscal.m: Ditto. | |
11281 * control/zgsgiv.m: Ditto. | |
11282 * control/zgshsr.m: Ditto. | |
11283 * control/zp2ss.m: Ditto. | |
11284 * control/zp2ssg2.m: Ditto. | |
11285 * control/zp2sys.m: Ditto. | |
11286 * control/zp2tf.m: Ditto. | |
11287 * control/zpout.m: Ditto. | |
11288 | |
5095 | 11289 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 11290 |
5378 | 11291 * audio/lin2mu.m: Texinfoize doc string. |
11292 * audio/loadaudio.m: Ditto. | |
11293 * audio/mu2lin.m: Ditto. | |
11294 * audio/playaudio.m: Ditto. | |
11295 * audio/record.m: Ditto. | |
11296 * audio/saveaudio.m: Ditto. | |
3332 | 11297 |
5095 | 11298 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11299 |
11300 * elfun/acot.m: Texinfoize doc string. | |
11301 * elfun/acsc.m: Ditto. | |
11302 * elfun/acsch.m: Ditto. | |
11303 * elfun/asec.m: Ditto. | |
11304 * elfun/asech.m: Ditto. | |
11305 * elfun/cot.m: Ditto. | |
11306 * elfun/coth.m: Ditto. | |
11307 * elfun/csc.m: Ditto. | |
11308 * elfun/csch.m: Ditto. | |
11309 * elfun/gcd.m: Ditto. | |
11310 * elfun/lcm.m: Ditto. | |
11311 * elfun/sec.m: Ditto. | |
11312 * elfun/sech.m: Ditto. | |
11313 * general/nextpow2.m: Ditto. | |
11314 * general/rem.m: Ditto. | |
11315 * linear-algebra/commutation_matrix.m: Ditto. | |
11316 * linear-algebra/cross.m: Ditto. | |
11317 * linear-algebra/duplication_matrix.m: Ditto. | |
11318 * miscellaneous/bincoeff.m: Ditto. | |
11319 * miscellaneous/xor.m: Ditto. | |
11320 * specfun/bessel.m: Ditto. | |
11321 * specfun/beta.m: Ditto. | |
11322 * specfun/betai.m: Ditto. | |
11323 * specfun/erfinv.m: Ditto. | |
11324 * specfun/gammai.m: Ditto. | |
11325 * specfun/log2.m: Ditto. | |
11326 * specfun/pow2.m: Ditto. | |
11327 | |
5095 | 11328 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11329 |
11330 * general/is_scalar.m: Texinfoize help text. | |
11331 * general/is_square.m: Ditto. | |
11332 * general/is_symmetric.m: Ditto. | |
11333 | |
3320 | 11334 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11335 | |
11336 * strings/split.m: If the string to be split is empty, just return | |
11337 an empty string. | |
11338 | |
3319 | 11339 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11340 | |
11341 * Makefile.in (ALL_M_FILES): New macro. | |
11342 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11343 | |
3306 | 11344 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11345 | |
11346 * control/bode.m: Don't return anything if nargout == 0. | |
11347 | |
11348 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11349 | |
11350 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11351 | |
3305 | 11352 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11353 | |
11354 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11355 gethelp.cc to the list. | |
11356 | |
3296 | 11357 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11358 | |
3301 | 11359 * time/asctime.m: Texinfoize help text. |
11360 * time/clock.m: Ditto. | |
11361 * time/date.m: Ditto. | |
11362 * miscellaneous/cputime.m: Ditto. | |
11363 * miscellaneous/etime.m: Ditto. | |
11364 * miscellaneous/is_leap_year.m: Ditto. | |
11365 * miscellaneous/popen2.m: Ditto. | |
11366 * miscellaneous/version.m: Ditto. | |
11367 * miscellaneous/tic.m: Ditto. | |
11368 * miscellaneous/toc.m: Just refer to tic.m. | |
11369 | |
3297 | 11370 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11371 `cd dir; $(MAKE); cd ..'. | |
11372 ($(SUBDIRS)): Likewise. | |
11373 | |
11374 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11375 | |
11376 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11377 of `cd dir; $(MAKE)'. | |
11378 | |
3296 | 11379 * gethelp.cc, mkdoc: New files. |
11380 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11381 sources. | |
11382 | |
3291 | 11383 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11384 | |
11385 * linear-algebra/kron.m: Fix typo in previous change | |
11386 | |
3282 | 11387 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11388 | |
11389 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11390 | |
5095 | 11391 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11392 |
11393 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11394 rank when V has more columns than rows. | |
11395 | |
11396 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11397 | |
11398 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11399 | |
11400 * statistics/tests/manova.m: Avoid problems if | |
11401 whitespace_in_literal_matrix is set to "traditional". | |
11402 * statistics/tests/t_test_regression.m: Likewise. | |
11403 * statistics/tests/u_test.m: Likewise. | |
11404 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11405 * statistics/tests/anova.m: Likewise. | |
11406 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11407 * statistics/base/statistics.m: Likewise. | |
11408 * image/saveimage.m: Likewise. | |
11409 * signal/arch_fit.m: Likewise. | |
11410 * signal/autoreg_matrix.m: Likewise. | |
11411 * signal/triangle_lw.m: Likewise. | |
11412 * strings/dec2hex.m: Likewise. | |
11413 | |
3268 | 11414 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11415 | |
11416 * image/saveimage.m: Initialize scale. | |
11417 | |
11418 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11419 | |
11420 * general/reshape.m: Allow reshape (a, size (b)). | |
11421 | |
3266 | 11422 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11423 | |
11424 * specfun/erfinv.m: Improve stopping criterion. | |
11425 Add iteration count as second return value. | |
11426 | |
3265 | 11427 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11428 | |
11429 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11430 | |
3263 | 11431 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11432 | |
11433 * miscellaneous/pack.m: New function. | |
11434 | |
11435 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11436 | |
11437 * plot/figure.m: Always return figure number. With no args, | |
11438 figure now creates a new figure window and returns its number. | |
11439 Accept figure (property, value) syntax, but do nothing. | |
11440 | |
5095 | 11441 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11442 |
11443 * general/shift.m: Avoid printing temporary value for backward shift. | |
11444 | |
3260 | 11445 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11446 | |
11447 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11448 evenly spaced. | |
11449 | |
3250 | 11450 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11451 | |
11452 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11453 contain only zeros. | |
11454 | |
5095 | 11455 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11456 |
11457 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11458 instead of appending them. | |
11459 | |
11460 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11461 | |
11462 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11463 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11464 Update from A. S. Hodel. | |
11465 | |
3246 | 11466 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11467 | |
11468 * polynomial/polyfit.m: Correct previous change. | |
11469 | |
3243 | 11470 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11471 | |
11472 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11473 | |
5095 | 11474 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11475 |
11476 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11477 version of krylov and krylovb. | |
11478 | |
11479 * control/outlist.m, control/sysout.m: Fix typos. | |
11480 | |
11481 * control/sysdimensions.m: Add option for total number of states. | |
11482 | |
11483 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11484 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11485 arguments. | |
11486 | |
11487 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11488 | |
11489 * strings/index.m: Fail with meaningful error message if either | |
11490 arg is a string array. | |
11491 | |
3238 | 11492 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11493 | |
11494 * linear-algebra/norm.m: Do the right thing for 1- and | |
11495 infinity-norms of complex matrices. From Sven Khatri | |
11496 <khatri@saturn.vocalpoint.com>. | |
11497 | |
5095 | 11498 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11499 |
11500 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11501 | |
11502 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11503 | |
11504 * strings/split.m: Avoid problems when splitting strings that have | |
11505 \ in them. | |
11506 | |
5095 | 11507 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11508 |
11509 * image/colormap.m: Do better arg checking, handle string args | |
11510 that name the colormap function to call (e.g., colormap ("ocean")). | |
11511 | |
5095 | 11512 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11513 |
11514 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11515 * linear-algebra/dot.m: Likewise. | |
11516 * linear-algebra/cross.m: Likewise. | |
11517 * general/rot90.m: Likewise. | |
11518 | |
5095 | 11519 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11520 |
11521 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11522 that the leading column is not all zeros. | |
11523 | |
11524 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11525 | |
11526 * general/shift.m: Fix potential problems with | |
11527 whitespace_in_literal_matrix. | |
11528 * signal/arch_rnd.m: Ditto. | |
11529 * signal/autocov.m: Ditto. | |
11530 * signal/diffpara.m: Ditto. | |
11531 * signal/hurst.m: Ditto. | |
11532 * signal/periodogram.m: Ditto. | |
11533 * signal/spectral_adf.m: Ditto. | |
11534 * signal/spectral_xdf.m: Ditto. | |
11535 * signal/spencer.m: Ditto. | |
11536 * signal/synthesis.m: Ditto. | |
11537 * statistics/distributions/wiener_rnd.m: Ditto. | |
11538 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11539 * statistics/models/logistic_regression.m: Ditto. | |
11540 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11541 * statistics/tests/run_test.m: Ditto. | |
11542 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11543 | |
5095 | 11544 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11545 |
11546 * plot/__plr2__.m: Fix typo. | |
11547 | |
3233 | 11548 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11549 | |
11550 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11551 | |
5095 | 11552 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11553 |
11554 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11555 function. | |
11556 | |
5095 | 11557 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11558 |
11559 * control/ss2sys.m: Fix typo. | |
11560 | |
11561 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11562 | |
11563 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11564 | |
11565 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11566 signal names as lists of strings instead of string arrays. | |
11567 | |
3225 | 11568 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11569 | |
3233 | 11570 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11571 <a.s.hodel@eng.auburn.edu>. |
11572 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11573 * quaternion/Makefile.in: New file. |
11574 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11575 |
11576 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11577 | |
11578 * image/saveimage.m: Make it work again for black and white colormaps. | |
11579 | |
11580 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11581 since there can be fewer rows than columns. Round values to | |
11582 nearest position in colormap instead of truncating. Correct usage | |
11583 message. | |
11584 | |
5095 | 11585 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11586 |
11587 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11588 zero rows of [A,v] as householder pivots; this avoids spurious | |
11589 non-zero entries in returned orthogonal matrix U, but destroys the | |
11590 Householder matrix structure of H. | |
11591 | |
11592 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11593 | |
11594 * general/logical.m: Just copy input to output if argument is | |
11595 already a logical object. | |
11596 | |
3215 | 11597 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11598 | |
11599 * New files from OCST, in control subdiretory: | |
11600 | |
11601 DEMOcontrol.m is_siso.m syschnames.m | |
11602 abcddim.m is_stabilizable.m syschnamesl.m | |
11603 abcddims.m is_stable.m syschtsam.m | |
11604 analdemo.m jet707.m sysconnect.m | |
11605 are.m lqe.m syscont.m | |
11606 axis2dlim.m lqg.m syscont_disc.m | |
11607 bddemo.m lqr.m sysdefioname.m | |
11608 bode.m lsim.m sysdefstname.m | |
11609 bode_bounds.m ltifr.m sysdimensions.m | |
11610 bodquist.m lyap.m sysdisc.m | |
11611 buildssic.m mb.m sysdup.m | |
11612 c2d.m minfo.m sysgetsignals.m | |
6302 | 11613 com2str.m moddemo.m sysgettsam.m |
3215 | 11614 controldemo.m nichols.m sysgettype.m |
11615 ctrb.m nyquist.m sysgroup.m | |
11616 d2c.m obsv.m sysgroupn.m | |
11617 damp.m ord2.m sysmult.m | |
11618 dare.m outlist.m sysout.m | |
11619 dcgain.m packedform.m sysprune.m | |
11620 demomarsyas.m packsys.m sysreorder.m | |
11621 dezero.m; parallel.m sysrepdemo.m | |
11622 dgkfdemo.m place.m sysscale.m | |
11623 dgram.m polyout.m syssub.m | |
11624 dhinfdemo.m prompt.m sysupdate.m | |
11625 dlqe.m pzmap.m tf2ss.m | |
11626 dlqg.m qzval.m tf2sys.m | |
11627 dlqr.m rldemo.m tf2sysl.m | |
11628 dlyap.m rlocus.m tf2zp.m | |
11629 dmr2d.m rotg.m tfout.m | |
11630 fir2sys.m run_cmd.m; tzero.m | |
11631 frdemo.m series.m tzero2.m | |
11632 freqchkw.m sortcom.m ugain.m | |
11633 freqresp.m ss2sys.m unpacksys.m | |
11634 gram.m ss2tf.m wgt1o.m | |
11635 h2norm.m ss2zp.m zgfmul.m | |
11636 h2syn.m starp.m zgfslv.m | |
11637 hinf_ctr.m step.m zginit.m | |
11638 hinfdemo.m stepimp.m zgpbal.m | |
11639 hinfnorm.m strappend.m; zgreduce.m | |
11640 hinfsyn.m susball.m zgrownorm.m | |
11641 hinfsyn_chk.m swap.m zgscal.m | |
11642 impulse.m swapcols.m zgsgiv.m | |
11643 is_abcd.m swaprows.m zgshsr.m | |
11644 is_controllable.m sys2fir.m zp2ss.m | |
11645 is_detectable.m sys2ss.m zp2ssg2.m | |
11646 is_dgkf.m sys2tf.m zp2sys.m | |
11647 is_digital.m sys2zp.m zp2tf.m | |
11648 is_observable.m sysadd.m zpout.m | |
11649 is_sample.m sysappend.m | |
11650 | |
11651 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11652 | |
11653 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11654 | |
11655 * strings/deblank.m: Make it work for string arrays too. | |
11656 | |
3211 | 11657 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11658 | |
11659 * linear-algebra/housh.m: New file from the OCST. | |
11660 * linear-algebra/krygetq.m: Ditto. | |
11661 * linear-algebra/krylov.m: Ditto. | |
11662 * linear-algebra/krylovb.m: Ditto. | |
11663 * linear-algebra/qrhouse.m: Ditto. | |
11664 * general/is_duplicate_entry.m: Ditto. | |
11665 | |
11666 * general/is_symmetric.m: Call is_square instead of doing that | |
11667 check in line. | |
11668 | |
3196 | 11669 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11670 | |
3202 | 11671 * general/is_square.m: |
11672 | |
11673 * general/isempty.m, general/is_matrix.m: Delete. | |
11674 | |
11675 * general/is_symmetric: Delete special case for strings. Whether | |
11676 the conversion is valid should depend on implicit_str_to_num_ok. | |
11677 | |
11678 * general/is_square.m: If arg is not a matrix, don't check size, | |
11679 just return 0. | |
11680 * general/is_symmetric: Likewise. | |
11681 * general/is_vector.m: Likewise. | |
11682 * general/is_scalar.m: Likewise. | |
11683 | |
3196 | 11684 * general/length.m: Delete. |
11685 | |
3191 | 11686 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11687 | |
11688 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11689 statistics/distributions/Makefile, statistics/models/Makefile, | |
11690 and statistics/tests/Makefile to the list of files to create. | |
11691 | |
11692 * finance/Makefile.in, statistics/base/Makefile.in, | |
11693 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11694 statistics/tests/Makefile.in: New files. | |
11695 * statistics/Makefile.in: Delete file lists. Now only handle | |
11696 subdirectories. | |
11697 * Makefile.in (SUBDIRS): Add finance. | |
11698 | |
11699 * Move the following files from statistics to statistics/base: | |
11700 | |
11701 corrcoef.m | |
11702 kurtosis.m | |
11703 mahalanobis.m | |
11704 median.m | |
11705 ols.m | |
11706 skewness.m | |
11707 std.m | |
11708 | |
11709 New files, from Kurt Hornik's octave-ci package: | |
11710 | |
11711 * finance (new directory): | |
11712 | |
11713 fv.m | |
11714 fvl.m | |
11715 irr.m | |
11716 nper.m | |
11717 npv.m | |
11718 pmt.m | |
11719 pv.m | |
11720 pvl.m | |
11721 rate.m | |
11722 vol.m | |
11723 | |
11724 * linear-algebra/dmult.m | |
11725 | |
11726 * signal: | |
11727 | |
11728 arch_fit.m | |
11729 arch_rnd.m | |
11730 arch_test.m | |
11731 arma_rnd.m | |
11732 autocor.m | |
11733 autocov.m | |
11734 autoreg_matrix.m | |
11735 bartlett.m | |
11736 blackman.m | |
11737 diffpara.m | |
11738 durbinlevinson.m | |
11739 fractdiff.m | |
11740 hamming.m | |
11741 hanning.m | |
11742 hurst.m | |
11743 periodogram.m | |
11744 rectangle_lw.m | |
11745 rectangle_sw.m | |
11746 sinetone.m | |
11747 sinewave.m | |
11748 spectral_adf.m | |
11749 spectral_xdf.m | |
11750 spencer.m | |
11751 stft.m | |
11752 synthesis.m | |
11753 triangle_lw.m | |
11754 triangle_sw.m | |
11755 yulewalker.m | |
11756 | |
11757 * statistics/base (new directory): | |
11758 | |
11759 center.m | |
11760 cloglog.m | |
11761 cor.m | |
11762 cov.m | |
11763 cut.m | |
11764 iqr.m | |
11765 kendall.m | |
11766 logit.m | |
11767 mean.m | |
11768 meansq.m | |
11769 moment.m | |
11770 ppplot.m | |
11771 probit.m | |
11772 qqplot.m | |
11773 range.m | |
11774 ranks.m | |
11775 run_count.m | |
11776 spearman.m | |
11777 statistics.m | |
11778 studentize.m | |
11779 table.m | |
11780 values.m | |
11781 var.m | |
11782 | |
11783 (Replaces cov.m and mean.m with new versions.) | |
11784 | |
11785 * statistics/distributions (new directory): | |
11786 | |
11787 beta_cdf.m | |
11788 beta_inv.m | |
11789 beta_pdf.m | |
11790 beta_rnd.m | |
11791 binomial_cdf.m | |
11792 binomial_inv.m | |
11793 binomial_pdf.m | |
11794 binomial_rnd.m | |
11795 cauchy_cdf.m | |
11796 cauchy_inv.m | |
11797 cauchy_pdf.m | |
11798 cauchy_rnd.m | |
11799 chisquare_cdf.m | |
11800 chisquare_inv.m | |
11801 chisquare_pdf.m | |
11802 chisquare_rnd.m | |
11803 discrete_cdf.m | |
11804 discrete_inv.m | |
11805 discrete_pdf.m | |
11806 discrete_rnd.m | |
11807 empirical_cdf.m | |
11808 empirical_inv.m | |
11809 empirical_pdf.m | |
11810 empirical_rnd.m | |
11811 exponential_cdf.m | |
11812 exponential_inv.m | |
11813 exponential_pdf.m | |
11814 exponential_rnd.m | |
11815 f_cdf.m | |
11816 f_inv.m | |
11817 f_pdf.m | |
11818 f_rnd.m | |
11819 gamma_cdf.m | |
11820 gamma_inv.m | |
11821 gamma_pdf.m | |
11822 gamma_rnd.m | |
11823 geometric_cdf.m | |
11824 geometric_inv.m | |
11825 geometric_pdf.m | |
11826 geometric_rnd.m | |
11827 hypergeometric_cdf.m | |
11828 hypergeometric_inv.m | |
11829 hypergeometric_pdf.m | |
11830 hypergeometric_rnd.m | |
11831 kolmogorov_smirnov_cdf.m | |
11832 laplace_cdf.m | |
11833 laplace_inv.m | |
11834 laplace_pdf.m | |
11835 laplace_rnd.m | |
11836 logistic_cdf.m | |
11837 logistic_inv.m | |
11838 logistic_pdf.m | |
11839 logistic_rnd.m | |
11840 lognormal_cdf.m | |
11841 lognormal_inv.m | |
11842 lognormal_pdf.m | |
11843 lognormal_rnd.m | |
11844 normal_cdf.m | |
11845 normal_inv.m | |
11846 normal_pdf.m | |
11847 normal_rnd.m | |
11848 pascal_cdf.m | |
11849 pascal_inv.m | |
11850 pascal_pdf.m | |
11851 pascal_rnd.m | |
11852 poisson_cdf.m | |
11853 poisson_inv.m | |
11854 poisson_pdf.m | |
11855 poisson_rnd.m | |
11856 stdnormal_cdf.m | |
11857 stdnormal_inv.m | |
11858 stdnormal_pdf.m | |
11859 stdnormal_rnd.m | |
11860 t_cdf.m | |
11861 t_inv.m | |
11862 t_pdf.m | |
11863 t_rnd.m | |
11864 uniform_cdf.m | |
11865 uniform_inv.m | |
11866 uniform_pdf.m | |
11867 uniform_rnd.m | |
11868 weibull_cdf.m | |
11869 weibull_inv.m | |
11870 weibull_pdf.m | |
11871 weibull_rnd.m | |
11872 wiener_rnd.m | |
11873 | |
11874 * statistics/models (new directory): | |
11875 | |
11876 logistic_regression.m | |
11877 logistic_regression_derivatives.m | |
11878 logistic_regression_likelihood.m | |
11879 | |
11880 * statistics/tests (new directory): | |
11881 | |
11882 anova.m | |
11883 bartlett_test.m | |
11884 chisquare_test_homogeneity.m | |
11885 chisquare_test_independence.m | |
11886 cor_test.m | |
11887 f_test_regression.m | |
11888 hotelling_test.m | |
11889 hotelling_test_2.m | |
11890 kolmogorov_smirnov_test.m | |
11891 kolmogorov_smirnov_test_2.m | |
11892 kruskal_wallis_test.m | |
11893 manova.m | |
11894 mcnemar_test.m | |
11895 prop_test_2.m | |
11896 run_test.m | |
11897 sign_test.m | |
11898 t_test.m | |
11899 t_test_2.m | |
11900 t_test_regression.m | |
11901 u_test.m | |
11902 var_test.m | |
11903 welch_test.m | |
11904 wilcoxon_test.m | |
11905 z_test.m | |
11906 z_test_2.m | |
11907 | |
11908 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11909 | |
11910 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11911 compatibility and to avoid Y2K problems. | |
11912 | |
3190 | 11913 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11914 | |
11915 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11916 least-squares solution. | |
11917 | |
3180 | 11918 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11919 | |
11920 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11921 | |
11922 * strings/strrep.m: Don't convert args to numeric values. | |
11923 Prevent warnings for empty string args. | |
11924 From Georg Thimm <thimm@idiap.ch>. | |
11925 | |
11926 * strings/strcat.m: Prevent warnings for empty string args. | |
11927 | |
11928 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11929 | |
11930 * miscellaneous/menu.m: Remove special case for empty string | |
11931 returned from input(). Add second arg to eval() to catch errors. | |
11932 | |
3178 | 11933 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11934 | |
11935 * plot/__plt__.m: Don't call usleep. | |
11936 | |
3175 | 11937 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11938 | |
11939 * linear-algebra/dot.m: New function. | |
11940 | |
11941 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11942 compatibility. | |
11943 | |
11944 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11945 | |
11946 * plot/hist.m: Also allow just one output argument. | |
11947 | |
11948 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11949 | |
11950 * strings/deblank.m: Make it work if the string is only blanks. | |
11951 | |
11952 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11953 | |
11954 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11955 | |
11956 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11957 | |
11958 * plot/oneplot.m: Fix typo. | |
11959 | |
3174 | 11960 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11961 | |
11962 * miscellaneous/flops.m: Allow a single argument too. | |
11963 | |
11964 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11965 | |
11966 * strings/str2mat.m: Also handle case when there are no empty | |
11967 strings correctly. | |
11968 | |
11969 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11970 | |
11971 * strings/isletter.m: New function, for Matlab compatibility. | |
11972 | |
3168 | 11973 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11974 | |
11975 * strings/str2mat.m: Handle string matrices too. | |
11976 | |
3167 | 11977 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11978 | |
11979 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11980 linear encoding. | |
11981 | |
11982 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11983 audio/record.m: Open files in binary mode. | |
11984 | |
3164 | 11985 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11986 | |
11987 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11988 Move functionality of dump_1_pref here, but use built-in function | |
11989 type to extract value, and put it inside try/catch block. | |
11990 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11991 | |
3162 | 11992 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11993 | |
11994 * plot/__pltopt1.m__: New file. | |
11995 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11996 __pltopt1__ multiple times and returning a string array with rows | |
11997 corresponding to the rows of opt. | |
11998 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11999 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
12000 array. | |
12001 | |
12002 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12003 | |
12004 * plot/mplot.m: Fix misspellings of global variables. | |
12005 Don't call clearplot. | |
12006 | |
12007 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12008 | |
12009 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
12010 "cle;rep" when going in ot multiplot mode. | |
12011 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
12012 switching out of multiplot mode. | |
12013 | |
3156 | 12014 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 12015 |
3156 | 12016 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
12017 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 12018 |
3141 | 12019 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12020 | |
12021 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
12022 | |
12023 * miscellaneous/bug_report.m: Don't try to get smart with | |
12024 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
12025 | |
12026 * Makefile.in (install): Create separate ls-R files for | |
12027 $(datadir) and $(libexecdir). | |
12028 (uninstall): Remove both ls-R files. | |
12029 | |
3136 | 12030 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12031 | |
12032 * signal/fftshift.m: New file. | |
12033 | |
12034 * plot/contour.m: Fix for non-square case. | |
12035 | |
12036 * general/randperm.m: New file. | |
12037 | |
12038 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12039 | |
12040 * specfun/betai.m: Restore file for compatibility with previous | |
12041 versions. Call betainc with reordered args. | |
12042 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
12043 | |
3131 | 12044 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12045 | |
12046 * plot/contour.m: Handle discrete contour levels. | |
12047 | |
12048 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12049 | |
12050 * control/lyap.m: For compatibility with Matlab, solve | |
12051 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
12052 | |
3124 | 12053 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12054 | |
12055 * specfun/bessel.m: New file. | |
12056 | |
12057 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
12058 specfun/gammainc.m: Delete. | |
12059 | |
3106 | 12060 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12061 | |
12062 * image/colormap.m: Initialize __current_color_map__ in global | |
12063 statement. | |
12064 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
12065 statement. | |
12066 * plot/axis.m: Initialize __current_axis__ in global statement. | |
12067 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12068 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
12069 | |
3103 | 12070 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12071 | |
12072 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
12073 * time/toc.m: Likewise. | |
12074 | |
12075 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
12076 | |
12077 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
12078 anything special for automatic_replot when in multiplot mode -- | |
12079 recent 3.6beta releases handle this correctly. | |
12080 | |
12081 * plot/figure.m: Ensure that we are not in multiplot mode before | |
12082 setting the terminal type. | |
12083 | |
12084 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12085 plot/subwindow.m: Use leading and trailing underscores for | |
12086 `private' globals. | |
12087 | |
12088 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
12089 | |
3101 | 12090 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12091 | |
12092 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
12093 | |
3091 | 12094 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12095 | |
3092 | 12096 * specfun/gammai.m: Avoid problems with whitespace when |
12097 constructing matrices. | |
12098 | |
3091 | 12099 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
12100 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
12101 original y vector. | |
12102 | |
3085 | 12103 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12104 | |
12105 * linear-algebra/cross.m: Use direct formula instead of calling | |
12106 det three times in a loop. If both args are column (row) vectors, | |
12107 return a column (row) vector. If they don't match, pay attention | |
12108 to the value of prefer_column_vectors. | |
12109 | |
5095 | 12110 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 12111 |
12112 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
12113 nonsymmetric matrices. | |
12114 | |
12115 * general/tril.m: Fix usage message. | |
12116 | |
12117 * polynomial/polyvalm.m: Fix error messages. | |
12118 * polynomial/polyderiv.m: Likewise. | |
12119 * polynomial/polyval.m: Likewise. | |
12120 | |
3081 | 12121 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12122 | |
12123 * strings/blanks.m: Allow blanks(0) to return empty string. | |
12124 Allow negative arguments if treat_neg_dim_as_zero is true. | |
12125 | |
3063 | 12126 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12127 | |
12128 * plot/mesh.m: Set noparametric plot mode after plotting. | |
12129 | |
5095 | 12130 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 12131 |
12132 * plot/__pltopt__.m: Handle key/legend names. | |
12133 Correctly set colors, line styles, and point styles. | |
12134 | |
3061 | 12135 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12136 | |
12137 * polynomial/polyfit.m: Return fit y values as second output. | |
12138 Don't use QR factorization to solve least squares problem. | |
12139 | |
12140 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12141 | |
12142 * control/dlqr.m: Use ao, not a, to compute k. | |
12143 | |
3024 | 12144 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12145 | |
12146 * miscellaneous/path.m: New file. | |
12147 | |
2993 | 12148 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12149 | |
12150 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
12151 name. | |
12152 | |
2968 | 12153 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12154 | |
12155 * specfun/erfinv.m: Add missing semicolon. | |
12156 | |
2870 | 12157 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12158 | |
12159 * miscellaneous/xor.m: Make type of return value logical. | |
12160 | |
2853 | 12161 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12162 | |
12163 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
12164 warn_comma_in_global_decl. | |
12165 | |
2831 | 12166 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12167 | |
12168 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
12169 octave-bug script. | |
12170 | |
2823 | 12171 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12172 | |
2824 | 12173 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
12174 prefer_zero_one_indexing. | |
12175 | |
2823 | 12176 * general/logical.m: New file. |
12177 | |
2816 | 12178 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12179 | |
12180 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
12181 and is_vector(). | |
12182 | |
5095 | 12183 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 12184 |
12185 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
12186 Use tolerance of 2 * eps. | |
12187 | |
2811 | 12188 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12189 | |
12190 * Makefile.in (install-strip): New target. | |
12191 * audio/Makefile.in: Ditto. | |
12192 * control/Makefile.in: Ditto. | |
12193 * elfun/Makefile.in: Ditto. | |
12194 * general/Makefile.in: Ditto. | |
12195 * image/Makefile.in: Ditto. | |
12196 * io/Makefile.in: Ditto. | |
12197 * linear-algebra/Makefile.in: Ditto. | |
12198 * miscellaneous/Makefile.in: Ditto. | |
12199 * plot/Makefile.in: Ditto. | |
12200 * polynomial/Makefile.in: Ditto. | |
12201 * set/Makefile.in: Ditto. | |
12202 * signal/Makefile.in: Ditto. | |
12203 * specfun/Makefile.in: Ditto. | |
12204 * special-matrix/Makefile.in: Ditto. | |
12205 * startup/Makefile.in: Ditto. | |
12206 * statistics/Makefile.in: Ditto. | |
12207 * strings/Makefile.in: Ditto. | |
12208 | |
2809 | 12209 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12210 | |
12211 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
12212 | |
2798 | 12213 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12214 | |
12215 * statistics/corrcoef.m: Make it actually work. | |
12216 | |
2795 | 12217 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12218 | |
2798 | 12219 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 12220 |
2779 | 12221 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 12222 |
12223 * Version 2.0.5 released. | |
12224 | |
2745 | 12225 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12226 | |
2749 | 12227 * Makefile.in (maintainer-clean): Also remove configure. |
12228 | |
2746 | 12229 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
12230 | |
2745 | 12231 * general/is_matrix.m: Return zero for empty matrices. |
12232 | |
12233 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12234 | |
12235 * linear-algebra/vech.m: Size result just once. | |
12236 | |
2726 | 12237 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12238 | |
12239 * general/is_square.m: Handle empty matrices correctly. | |
12240 * general/is_symmetric.m: Handle empty matrices and strings. | |
12241 | |
2716 | 12242 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12243 | |
12244 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
12245 * polynomial/deconv.m: Likewise. | |
12246 * polynomial/polyderiv.m: Likewise. | |
12247 * polynomial/polyinteg.m: Likewise. | |
12248 * polynomial/polyreduce.m: Likewise. | |
12249 * polynomial/polyval.m: Likewise. | |
12250 * polynomial/polyvalm.m: Likewise. | |
12251 * general/postpad.m: Likewise. | |
12252 * general/prepad.m: Likewise. | |
12253 | |
12254 * polynomial/compan.m: Check input with is_vector(), not | |
12255 is_matrix(). Handle scalar case. | |
12256 | |
2711 | 12257 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12258 | |
2715 | 12259 * plot/contour.m: Order data so that it is consistent with |
12260 meshgrid and mesh. | |
12261 | |
2711 | 12262 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
12263 * plot/sombrero.m: Use meshgrid, not meshdom. | |
12264 | |
2709 | 12265 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 12266 |
12267 * Version 2.0.4 released. | |
12268 | |
2706 | 12269 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12270 | |
2702 | 12271 * miscellaneous/paren.m: New file. |
12272 | |
2693 | 12273 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 12274 |
12275 * Version 2.0.3 released. | |
12276 | |
2676 | 12277 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12278 | |
12279 * image/saveimage.m: Only clip image data that is actually out of | |
12280 range. | |
12281 | |
2667 | 12282 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12283 | |
12284 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
12285 also be considered to be matrices. | |
12286 | |
12287 * general/is_vector.m: Scalars may also be considered to be vectors. | |
12288 | |
12289 * general/isempty.m: Use size(), not rows() and columns(). | |
12290 | |
12291 * plot/contour.m: Convert set to gset. | |
12292 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
12293 | |
2663 | 12294 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12295 | |
12296 * specfun/erfinv.m: Fix typo in last change. | |
12297 | |
2650 | 12298 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12299 | |
12300 * image/loadimage.m: Make it possible to load files with image | |
12301 data named X or img. | |
12302 | |
12303 * image/default.img: Change name of image from X to img to match | |
12304 what saveimage does now. | |
12305 | |
12306 * image/loadimage.m: Rename X to be img, to match what saveimage | |
12307 does now. | |
12308 | |
2632 | 12309 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12310 | |
2634 | 12311 * Version 2.0.2 released. |
12312 | |
2632 | 12313 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
12314 weird missing-lines bug without creating extra plots unecessarily. | |
12315 | |
2624 | 12316 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12317 | |
12318 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12319 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12320 io/Makefile.in, linear-algebra/Makefile.in, | |
12321 miscellaneous/Makefile.in, plot/Makefile.in, | |
12322 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12323 specfun/Makefile.in, special-matrix/Makefile.in, | |
12324 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12325 time/Makefile.in (bin-dist): New target. | |
12326 | |
2621 | 12327 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12328 | |
12329 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12330 | |
12331 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12332 | |
12333 * miscellaneous/xor.m: Make it work. | |
12334 | |
2613 | 12335 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12336 | |
12337 * plot/sombrero.m: Doc fix. | |
12338 | |
2602 | 12339 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12340 | |
12341 * Version 2.0.1 released. | |
12342 | |
2601 | 12343 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12344 | |
12345 * elfun/lcm.m: Replace missing if statement. | |
12346 | |
12347 * elfun/gcd.m: Report error if no input args. | |
12348 * elfun/lcm.m: Likewise. | |
12349 | |
2597 | 12350 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12351 | |
12352 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12353 Also list contents of $libexecdir/octave in ls-R database. | |
12354 | |
2583 | 12355 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12356 | |
12357 * Version 2.0 released. | |
12358 | |
2575 | 12359 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12360 | |
12361 * Version 1.94. | |
12362 | |
2558 | 12363 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12364 | |
12365 * strings/str2num.m: New file. | |
12366 | |
2554 | 12367 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12368 | |
12369 * Version 1.93. | |
12370 | |
2540 | 12371 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12372 | |
12373 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12374 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12375 linear-algebra/vech.m: New files from Kurt Hornik. | |
12376 | |
12377 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12378 general/common_size.m: New files from Kurt Hornik. | |
12379 | |
12380 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12381 New files from Kurt Hornik. | |
12382 | |
12383 * signal/detrend.m: New file from Kurt Hornik. | |
12384 | |
12385 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12386 specfun/pow2.m, specfun/log2.m: | |
12387 New files and updates from Kurt Hornik. | |
12388 | |
2523 | 12389 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12390 | |
12391 * plot/__plt__.m: Add explicit replot after last command is | |
12392 issued, to force all lines to be displayed. Hmm. | |
12393 | |
2512 | 12394 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12395 | |
2520 | 12396 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12397 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12398 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12399 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12400 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12401 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12402 Uset gset, not set. | |
12403 | |
2512 | 12404 * Version 1.92. |
12405 | |
2482 | 12406 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12407 | |
2486 | 12408 * image/saveimage.m: When writing PostScript, name Octave as the |
12409 almighty Creator. Use single call to fprintf instead of looping. | |
12410 | |
12411 * image/Makefile.in: Delete references to octtopnm. | |
12412 | |
12413 * general/logspace.m: Doc fix. | |
12414 | |
2482 | 12415 * Version 1.91. |
12416 | |
2458 | 12417 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12418 | |
12419 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12420 | |
12421 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12422 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12423 deleted. | |
12424 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12425 of a system() command to delete the tmp file. | |
12426 | |
2452 | 12427 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12428 | |
12429 * Version 1.90. | |
12430 | |
12431 * Makefile.in (DISTFILES): Add ChangeLog. | |
12432 | |
2360 | 12433 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12434 | |
12435 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12436 Don't check for string value of automatic_replot. | |
12437 | |
12438 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12439 Temporarily set do_fortran_indexing to 1, not "true". | |
12440 | |
12441 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12442 not "false". | |
12443 | |
12444 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12445 "false". | |
12446 | |
2355 | 12447 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12448 | |
12449 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12450 | |
2330 | 12451 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12452 | |
12453 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12454 system command. | |
12455 | |
12456 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12457 | |
12458 * __plr1__.m: Renamed from polar_int_1.m. | |
12459 * __plr2__.m: Renamed from polar_int_2.m. | |
12460 * __plr__.m: Renamed from polar_int.m. | |
12461 * __plt1__.m: Renamed from plot_int_1.m. | |
12462 * __plt2__.m: Renamed from plot_int_2.m. | |
12463 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12464 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12465 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12466 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12467 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12468 * __plt__.m: Renamed from plot_int.m. | |
12469 * __pltopt__.m: Renamed from plot_opt.m. | |
12470 Change all callers. | |
12471 | |
12472 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12473 | |
12474 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12475 comments like those found in Emacs lisp files. | |
12476 | |
12477 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12478 | |
12479 * All .m files: Change comment style. | |
12480 | |
12481 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12482 | |
12483 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12484 subplot.m, subwindow.m, top_title.m: | |
12485 Print error message if gnuplot_has_multiplot is not true. | |
12486 | |
12487 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12488 | |
12489 * plot/figure.m: New function. | |
12490 | |
12491 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12492 | |
12493 * strings/strrep.m: New function. | |
12494 | |
12495 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12496 | |
12497 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12498 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12499 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12500 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12501 New functions from Kurt Hornik, heavily modified by jwe. | |
12502 | |
12503 * general/reshape.m: Allow strings to be reshaped too. | |
12504 | |
12505 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12506 Always return a scalar. | |
12507 | |
12508 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12509 | |
12510 * polynomial/polyfit.m: Make orientation of result compatible with | |
12511 Matlab. | |
12512 | |
12513 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12514 | |
12515 * polynomial/polyfit.m: Add missing close paren. | |
12516 | |
12517 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12518 | |
12519 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12520 | |
12521 * io/scanf.m: Delete. | |
12522 | |
12523 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12524 | |
12525 * statistics/median.m: Fix typo in usage message. | |
12526 | |
12527 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12528 | |
12529 * miscellaneous/popen2.m: New file. | |
12530 | |
12531 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12532 | |
12533 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12534 | |
12535 * io: New directory. | |
12536 * Makefile.in (SUBDIRS): Add it to the list. | |
12537 | |
12538 * miscellaneous/flops.m: New file. | |
12539 | |
12540 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12541 | |
12542 * miscellaneous/cputime.m: Return three arguments instead of a | |
12543 vector, for compatibility with previous versions and with Matlab | |
12544 (which only returns one scalar value). | |
12545 | |
12546 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12547 | |
12548 * general/triu.m: Compute lower bound on loop index correctly. | |
12549 * general/tril.m: Likewise, for upper bound. | |
12550 | |
12551 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12552 | |
12553 * image/saveimage.m: For color images, make sure indices into | |
12554 temporary colormap and result matrix have proper orientation. | |
12555 Set grey flag correctly. | |
12556 | |
12557 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12558 | |
12559 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12560 jrv@vanzandt.mv.com). | |
12561 | |
12562 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12563 | |
12564 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12565 * mesh.m: Transpose Z if only one arg. | |
12566 Handle case of all three args being matrices (from Jim Van Zandt | |
12567 jrv@vanzandt.mv.com). | |
12568 * meshdom.m: Undo previous change. | |
12569 | |
12570 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12571 | |
12572 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12573 | |
12574 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12575 | |
12576 * audio: New directory of files from Kurt Hornik and Andreas | |
12577 Weingessel. | |
12578 * audio/Makefile.in: New file. | |
12579 * Makefile.in (SUBDIRS): Add audio to the list. | |
12580 | |
12581 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12582 | |
12583 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12584 | |
12585 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12586 | |
12587 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12588 columns (z), not the other way around. | |
12589 * plot/meshdom.m: Don't reverse order of elements in y. | |
12590 | |
12591 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12592 | |
12593 * plot/axis.m: Return current axis if nargin == 0. | |
12594 | |
12595 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12596 | |
12597 * polynomial/roots.m: Updates from Kurt Hornik. | |
12598 | |
12599 * polynomial/polyder.m: New file. | |
12600 | |
12601 * polynomial/polyderiv.m: Give return value and arg different names. | |
12602 | |
12603 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12604 | |
12605 * specfun/betainc.m: New file. | |
12606 * specfun/gammainc.m: New file. | |
12607 | |
12608 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12609 | |
12610 * general/strerror.m: New file. | |
12611 * general/perror.m: Implement using strerror(). | |
12612 | |
12613 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12614 | |
12615 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12616 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12617 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12618 | |
12619 * image/saveimage.m: Round img values first. | |
12620 | |
12621 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12622 | |
12623 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12624 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12625 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12626 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12627 special-matrix/hankel.m special-matrix/toeplitz.m | |
12628 tuwien/strfun/split.m: Add missing semicolons. | |
12629 | |
12630 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12631 | |
12632 * image/Makefile.in: Don't build or install octtoppm. | |
12633 | |
12634 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12635 routines so that people who don't have the pbm stuff installed |
2330 | 12636 can still use this function. |
12637 | |
12638 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12639 | |
12640 * image/saveimage.m: Better error checking, clean up a bit. | |
12641 | |
12642 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12643 | |
12644 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12645 avoid conflict with new built-in text-style function more. | |
12646 | |
12647 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12648 | |
12649 * startup/Makefile.in (install): Also install octaverc in | |
12650 $localfcnfiledir/startup/octavrc. | |
12651 | |
12652 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12653 | |
12654 * mkinstalldirs: New file. | |
12655 * Makefile.in (DISTFILES): Add it to the list. | |
12656 | |
12657 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12658 | |
12659 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12660 | |
12661 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12662 r(1) != c(nr), not if r(1) != c(1). | |
12663 | |
12664 * signal/filter.m: Doc fix. | |
12665 | |
12666 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12667 | |
12668 * miscellaneous/cputime.m: Use new resource structure names (no | |
12669 ru_ or tv_ prefixes). | |
12670 | |
12671 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12672 | |
12673 * time/ctime.m: Fix doc string and usage message. | |
12674 | |
12675 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12676 | |
12677 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12678 | |
12679 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12680 | |
12681 * control/c2d.m: Make function work for any value of | |
12682 whitespace_in_literal_matrix. | |
12683 * control/dare.m: Likewise. | |
12684 * control/tzero.m: Likewise. | |
12685 * elfun/gcd.m: Likewise. | |
12686 * elfun/lcm.m: Likewise. | |
12687 * general/postpad.m: Likewise. | |
12688 * general/prepad.m: Likewise. | |
12689 * linear-algebra/kron.m: Likewise. | |
12690 * miscellaneous/etime.m: Likewise. | |
12691 * polynomial/conv.m: Likewise. | |
12692 * polynomial/deconv.m: Likewise. | |
12693 * polynomial/poly.m: Likewise. | |
12694 * polynomial/roots.m: Likewise. | |
12695 * signal/filter.m: Likewise. | |
12696 * signal/freqz.m: Likewise. | |
12697 * signal/fftfilt.m: Likewise. | |
12698 | |
12699 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12700 | |
12701 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12702 | |
12703 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12704 | |
12705 * plot/polar_int_2.m: Add missing semicolons. | |
12706 Set theta = theta', not rho'. | |
12707 | |
12708 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12709 | |
12710 * polynomial/roots.m: Make it work for any value of | |
12711 whitespace_in_literal_matrix. | |
12712 | |
12713 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12714 | |
12715 * configure.in: New file. | |
12716 | |
12717 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12718 | |
12719 * control/lyap.m: Add missing semicolon. | |
12720 | |
12721 * miscellaneous/cputime.m: New function file. | |
12722 | |
12723 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12724 | |
12725 * time: New directory. | |
12726 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12727 New function files. | |
12728 * time/Makefile.in: New file. | |
12729 * Makefile.in (SUBDIRS): Add time. | |
12730 | |
12731 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12732 | |
12733 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12734 | |
12735 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12736 | |
12737 * plot/plot_int_1.m: Transpose data with .', not '. | |
12738 | |
12739 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12740 | |
12741 * Makefile.in (install uninstall clean mostlyclean distclean | |
12742 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12743 | |
12744 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12745 | |
12746 * Makefile.in (install): Create ls-R database file. | |
12747 (uninstall): Delete it. | |
12748 | |
12749 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12750 | |
5378 | 12751 * image/saveimage.m: Fix typo. |
2330 | 12752 |
12753 See ChangeLog.1 in the top level directory for earlier changes. |