Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 7585:522433b05f45
Fix griddata3 and add test code
author | David Bateman <dbateman@free.fr> |
---|---|
date | Wed, 12 Mar 2008 15:05:00 +0100 |
parents | 1d7c23e288d7 |
children | bf704d1c5e43 |
rev | line source |
---|---|
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4 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
|
5 |
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
|
6 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
|
7 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
8 * 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
|
9 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
|
10 |
7582 | 11 2008-03-11 Kai Habel <kai.habel@gmx.de> |
12 | |
13 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
14 Allow plotting of uniform colored mesh plots with and | |
15 w/o hidden line removal. | |
16 | |
7581 | 17 2008-03-11 John W. Eaton <jwe@octave.org> |
18 | |
19 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. | |
20 | |
7582 | 21 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
|
22 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
23 * 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
|
24 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
25 * 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
|
26 |
7569 | 27 2008-03-07 John W. Eaton <jwe@octave.org> |
28 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
29 * 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
|
30 |
7569 | 31 * plot/__go_draw_axes__.m: Handle tickdir property. |
32 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
33 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
34 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
35 * 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
|
36 Allow matrix arguments when number of bins > 30. |
7568 | 37 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
|
38 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
39 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
40 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
41 * 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
|
42 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
43 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
44 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
45 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
|
46 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
47 * 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
|
48 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
49 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
|
50 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
51 * 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
|
52 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
53 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
54 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
|
55 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
56 * 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
|
57 |
7551 | 58 2008-03-04 Bill Denney <bill@denney.ws> |
59 | |
7557 | 60 * plot/allchild.m, plot/findall.m: New functions. |
61 * plot/Makefile.in (SOURCES): Add them to the list. | |
62 | |
7551 | 63 * geometry/rectint.m: New function. |
7557 | 64 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 65 |
7548
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
66 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
67 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
68 * 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
|
69 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
|
70 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
71 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 72 |
73 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
74 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
75 * 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
|
76 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
77 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
|
78 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
79 * 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
|
80 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
81 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
|
82 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
83 * 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
|
84 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
|
85 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
86 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
|
87 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
88 * 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
|
89 "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
|
90 |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
91 2008-02-25 Ben Abbott <bpabbott@mac.com> |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
92 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
93 * 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
|
94 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
|
95 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
|
96 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
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
107 * 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
|
108 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
109 * 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
|
110 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
111 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
|
112 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
113 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
114 |
7525 | 115 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
116 | |
117 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
118 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
119 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
|
120 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
121 * 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
|
122 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
123 |
7518 | 124 2008-02-22 Ben Abbott <bpabbott@mac.com> |
125 | |
126 * specfun/legendre.m: Doc fix. | |
127 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
128 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
|
129 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
130 * 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
|
131 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
132 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
133 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
|
134 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
135 * 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
|
136 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
137 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
138 * 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
|
139 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
140 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
|
141 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
142 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
143 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
144 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
145 * 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
|
146 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
147 * 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
|
148 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
149 |
7507
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
150 2008-02-20 Marco Caliari <marco.caliari@univr.it> |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
151 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
152 * 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
|
153 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
154 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
155 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
|
156 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
157 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
158 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
159 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
|
160 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
161 * 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
|
162 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
|
163 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
|
164 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
|
165 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
166 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
|
167 |
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
|
168 * 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
|
169 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
|
170 |
7501 | 171 * polynomial/polyfit.m: Use QR decomposition. Handle |
172 normalization option. | |
173 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
174 generate 50% prediction intervals. | |
175 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
176 * 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
|
177 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
178 |
7498 | 179 2008-02-19 John W. Eaton <jwe@octave.org> |
180 | |
181 * pkg/pkg.m: Style fixes. | |
182 | |
7497 | 183 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
184 | |
185 * pkg/pkg.m: Handle 'describe' command. | |
186 (parse_pkg_idx, print_package_description): New subfunctions. | |
187 | |
7493 | 188 2008-02-19 Bill Denney <bill@denney.ws> |
189 | |
190 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
191 elements wide. | |
192 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
193 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
|
194 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
195 * 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
|
196 |
7485 | 197 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
198 | |
199 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
200 * general/runlength.m: New function from Paul Kienzle. | |
201 | |
7484 | 202 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
203 | |
204 * linear-algebra/cond.m: New optional second argument to | |
205 specify 1-norm, inf-norm, or frobenius-norm. | |
206 | |
7475 | 207 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
208 | |
209 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
210 body. Allow the linespec to specify the arrow color. | |
211 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
212 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
|
213 |
7474 | 214 * miscellaneous/cast.m: Also treat the logical type. |
215 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
216 * 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
|
217 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
218 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
219 * 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
|
220 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
221 * 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
|
222 * 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
|
223 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
224 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
|
225 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
226 * 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
|
227 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
228 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
229 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
230 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
231 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
232 * 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
|
233 |
7436 | 234 2008-02-01 Dave Goel <deego3@gmail.com> |
235 | |
236 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
237 | |
7434 | 238 2008-02-01 Bill Denney <bill@denney.ws> |
239 | |
240 * time/weekday.m: Allow vector inputs and speed up. | |
241 * time/eomday.m: Return column vector for column vector inputs. | |
242 | |
7429 | 243 2008-01-30 John W. Eaton <jwe@octave.org> |
244 | |
7434 | 245 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
246 revision". | |
247 | |
7431 | 248 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
249 __plt2vs__.m in the list. | |
250 | |
7430 | 251 * miscellaneous/tempdir.m: Append filesep to name for |
252 compatibility. Warn if not a directory or directory does not | |
253 exist. | |
254 | |
7429 | 255 * strings/deblank.m: Improve compatibility. |
256 | |
7428 | 257 2008-01-29 John W. Eaton <jwe@octave.org> |
258 | |
259 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
260 | |
261 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 262 |
263 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
264 Return the label handle, not the current axis handle. | |
265 | |
7421 | 266 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
267 | |
268 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
269 abscissa. | |
270 | |
271 2008-01-25 David Bateman <dbateman@free.fr> | |
272 | |
7423 | 273 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 274 * plot/__scatter__.m: Remove NaN values from data. |
275 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
276 | |
7418 | 277 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
278 | |
279 * linear-algebra/trace.m: Test cases for non 2-d args. | |
280 | |
281 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
282 | |
283 * geometry/griddata3.m: Call griddata, not gridata. | |
284 | |
7415 | 285 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
286 | |
287 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
288 | |
7411 | 289 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
290 | |
291 * linear-algebra/cond.m, linear-algebra/trace.m: | |
292 Move tests here from test/test_linalg.m. | |
293 | |
294 * general/diff.m, general/fliplr.m, general/flipud.m, | |
295 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
296 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
297 special-matrix/hankel.m, special-matrix/hilb.m, | |
298 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
299 special-matrix/toeplitz.m, special-matrix/vander.m: | |
300 Move tests here from test/test_matrix.m. | |
301 | |
302 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
303 Move tests here from test/test_number.m. | |
304 | |
305 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
306 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
307 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
308 polynomial/polyvalm.m, polynomial/roots.m: | |
309 Move tests here from test/test_poly.m. | |
310 | |
311 * signal/unwrap.m: | |
312 Move tests here from test/test_signal.m. | |
313 | |
314 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
315 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
316 statistics/base/mean.m, statistics/base/median.m, | |
317 statistics/base/skewness.m, statistics/base/std.m: | |
318 Move tests here from test/test_stats.m. | |
319 | |
320 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
321 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
322 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
323 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
324 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
325 strings/substr.m: | |
326 Move tests here from test/test_string.m. | |
327 | |
328 * miscellaneous/computer.m, miscellaneous/ls.m, | |
329 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
330 time/date.m, time/etime.m, time/is_leap_year.m: | |
331 Move tests here from test/test_system.m. | |
332 | |
7410 | 333 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
334 | |
335 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
336 Simplify initial checks on argument values. | |
337 | |
7408 | 338 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
339 | |
340 * plot/gnuplot_drawnow.m: New function corresponding to the | |
341 implementation of the gnuplot-based graphics backend (derived from | |
342 drawnow.m). | |
343 * plot/drawnow.m: Deleted (converted to C++). | |
344 | |
7401 | 345 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
346 | |
347 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
348 New tests. | |
349 | |
7399 | 350 2008-01-18 John W. Eaton <jwe@octave.org> |
351 | |
352 * optimization/sqp.m: End each function with endfunction. | |
353 | |
7398 | 354 2008-01-18 Ben Abbott <bpabbott@mac.com> |
355 | |
356 * polynomial/residue.m: For each group of pole multiplicity, set | |
357 the poles of the group to the value of the group's average. | |
358 | |
7396 | 359 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
360 | |
361 * plot/print.m: Handle PDF output. | |
362 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
363 | |
7392 | 364 2008-01-17 John W. Eaton <jwe@octave.org> |
365 | |
7393 | 366 * path/savepath.m: Print newline before initial comment line. |
367 Double up single quote characters. | |
368 * path/__extractpath__.m: Return just the path as a string. | |
369 Undo single quote character doubling. | |
370 | |
371 * path/pathdef.m: Avoid eval. Simplify. | |
372 | |
7392 | 373 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
374 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
375 avoid possible file descriptor leak. | |
376 | |
377 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
378 | |
379 * path/savepath.m: Warn if modified file is not explicitly specified. | |
380 * startup/main-rcfile: Call atexit ("__finish__"). | |
381 | |
7388 | 382 2008-01-16 John W. Eaton <jwe@octave.org> |
383 | |
7390 | 384 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
385 Use it to disable enhanced mode for individual labels and titles. | |
386 | |
7392 | 387 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 388 (install install-strip, uninstall): Handle function files. |
389 | |
390 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
391 | |
7392 | 392 * startup/__finish__.m: New file. |
393 * path/__extractpath__.m, path/matlabroot.m, | |
394 path/pathdef.m: New files. | |
7388 | 395 * path/Makefile.in (SOURCES): Add them to the list. |
396 | |
7385 | 397 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
398 | |
7387 | 399 * special-matrix/vander.m: Vectorize. New test. |
400 | |
7385 | 401 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
402 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
403 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
404 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
405 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
406 Move tests here from test/test_arith.m. | |
407 | |
7382 | 408 2008-01-15 John W. Eaton <jwe@octave.org> |
409 | |
410 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
411 | |
7379 | 412 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
413 | |
414 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
415 Call __get__ instead of get. | |
416 | |
417 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
418 | |
419 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
420 Frobenius norm if matrix is all zeros. Use transpose instead of | |
421 hermitian operator. | |
422 | |
7376 | 423 2008-01-14 Bill Denney <bill@denney.ws> |
424 | |
425 * plot/axis.m: Correctly handle "tight" and "image" options. | |
426 | |
7375 | 427 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
428 | |
429 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
430 image/rgb2ntsc.m: Also accept images as input. | |
431 | |
432 * image/gray2ind.m: Handle image type other than double. | |
433 Improve error checking and documentation. | |
434 | |
7371 | 435 2008-01-14 John W. Eaton <jwe@octave.org> |
436 | |
7372 | 437 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
438 instead of calling tolower on first arg. Default font name is | |
439 Helvetica, not helvetica. Don't downcase user-specified font name. | |
440 (__maybe_munge_text__): Fix typo. | |
441 | |
7371 | 442 * optimization/sqp.m: Fix function definitions in test code. |
443 | |
7361 | 444 2008-01-12 John W. Eaton <jwe@octave.org> |
445 | |
446 * plot/gnuplot_binary.in: New file. | |
447 * plot/gnuplot_binary.m: Delete. | |
448 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
449 (SOURCES_IN, GEN_M): New macros. | |
450 (DISTFILES): Include $(SOURCES_IN) in the list. | |
451 (FCN_FILES): Include $(GEN_M) in the list. | |
452 (all): Depend on $(GEN_M). | |
453 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 454 (distclean): Also remove $(GEN_M). |
7361 | 455 |
456 2008-01-11 John W. Eaton <jwe@octave.org> | |
457 | |
458 * optimization/sqp.m: New test from example in doc string. | |
459 | |
7360 | 460 2008-01-10 Ben Abbott <bpabbott@mac.com> |
461 | |
462 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
463 to more than one multiplicity group. | |
464 | |
7358 | 465 2008-01-10 John W. Eaton <jwe@octave.org> |
466 | |
467 * plot/gnuplot_binary.m: New file. | |
468 * plot/Makefile.in (SOURCES): Add it to the list. | |
469 | |
7355 | 470 2008-01-09 John W. Eaton <jwe@octave.org> |
471 | |
472 * plot/drawnow.m: Fail if filename includes a directory part that | |
473 does not exist. | |
474 | |
7352 | 475 2008-01-07 John W. Eaton <jwe@octave.org> |
476 | |
477 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
478 Error if glob call fails to match any files. | |
479 | |
7346 | 480 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
481 | |
482 * strings/strtrim.m: Doc fix. | |
483 | |
7345 | 484 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
485 | |
486 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
487 | |
7344 | 488 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
489 | |
490 * set/create_set.m, set/union.m: Accept "rows" argument. | |
491 | |
7341 | 492 2008-01-02 John W. Eaton <jwe@octave.org> |
493 | |
494 * plot/print.m: Correctly handle pbm terminal. | |
495 | |
7340 | 496 2007-12-28 John W. Eaton <jwe@octave.org> |
497 | |
498 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
499 extensions. | |
500 | |
7337 | 501 2007-12-28 David Bateman <dbateman@free.fr> |
502 | |
503 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
504 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
505 * Makefile.in (SOURCES): Add to the sources. | |
506 | |
507 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
508 | |
509 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
510 Remove unnecessary call of size function. | |
511 | |
7334 | 512 2007-12-21 John W. Eaton <jwe@octave.org> |
513 | |
514 Version 3.0.0 released. | |
515 | |
7331 | 516 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
517 | |
518 * image/imshow.m: Accept empty value for display_range. | |
519 | |
7329 | 520 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
521 | |
522 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
523 | |
7328 | 524 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
525 | |
526 * image/imshow.m: Store uint8 images as doubles. Handle default | |
527 display ranges correctly. | |
528 | |
7327 | 529 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
530 Peter A. Gustafson <petegus@umich.edu> | |
531 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
532 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 533 |
7325 | 534 2007-12-19 John W. Eaton <jwe@octave.org> |
535 | |
536 * miscellaneous/edit.m: New function. | |
537 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
538 | |
539 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> | |
540 | |
541 * plot/__bar__.m: Handle "basevalue" option. | |
542 * plot/__bars__.m: New arg, base_value. | |
543 | |
7321 | 544 2007-12-17 David Bateman <dbateman@free.fr> |
545 | |
546 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
547 * plot/Makefiles (SOURCES): Add them to the sources | |
548 * plot/polar.m: Set the x and y limits to the maximum polar | |
549 radius. Set the axes to be square. | |
550 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
551 and print axis at zero if this is used. | |
552 | |
553 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
554 contours can overlay pcolor plots. Priveldge no hidden line | |
555 removal when there are multiple objects in the plot. | |
556 | |
7320 | 557 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
558 | |
559 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
560 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
561 | |
7319 | 562 2007-12-17 Ben Abbott <bpabbott@mac.com> |
563 | |
564 * miscellaneous/run.m: Replace script with f when looking for | |
565 file to run. | |
566 | |
7316 | 567 2007-12-14 David Bateman <dbateman@free.fr> |
568 | |
7317 | 569 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
570 * plot/contour.m: Doc fix. | |
571 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
572 Include linetype in withclause. | |
573 | |
7316 | 574 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
575 Use it to determine dimensions. Consolidate all 3-d settings. | |
576 | |
7315 | 577 2007-12-13 John W. Eaton <jwe@octave.org> |
578 | |
579 * image/imshow.m: Turn axis visibility off. | |
580 Don't scale true color images. | |
581 * image/image.m: Set axis layer property to "top". | |
582 | |
7307 | 583 2007-12-12 John W. Eaton <jwe@octave.org> |
584 | |
7313 | 585 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
586 | |
587 * plot/pie.m: Avoid calling "exist". | |
588 | |
7309 | 589 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 590 Condense argument processing logic. Allow 6 arguments. |
591 Use issquare. Avoid calling "exist". | |
7309 | 592 |
7307 | 593 * plot/__go_draw_axes__.m: Handle the axes layer property. |
594 | |
7305 | 595 2007-12-12 David Bateman <dbateman@free.fr> |
596 | |
597 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
598 * plot/Makefile.in (SOURCES): Add to the sources. | |
599 | |
7290 | 600 2007-12-11 John W. Eaton <jwe@octave.org> |
601 | |
7298 | 602 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
603 * plot/surface.m: Not here. | |
604 | |
7297 | 605 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
606 subsequent "unset grid" if there is no grid. | |
607 | |
7296 | 608 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
609 | |
7293 | 610 * plot/surface.m: Don't set facecolor property in call to |
611 __go_surface__. | |
612 | |
7290 | 613 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
614 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
615 | |
7292 | 616 2007-12-11 Kai Habel <kai.habel@gmx.de> |
617 | |
7295 | 618 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
619 color string is not taken as z value. | |
620 | |
7292 | 621 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
622 zgrid to "on" and box to "off" for used axes. | |
623 | |
624 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
625 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
626 | |
7286 | 627 2007-12-11 David Bateman <dbateman@free.fr> |
628 | |
7288 | 629 * miscelleaneous/fullfile.m: Ignore empty arguments. |
630 | |
7287 | 631 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
632 * statistics/base/mode.m: Ditto. | |
633 | |
7286 | 634 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
635 object handles are all now non integer. | |
636 | |
7278 | 637 2007-12-10 John W. Eaton <jwe@octave.org> |
638 | |
7282 | 639 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
640 | |
7281 | 641 * general/issymmetric.m: Use ' instead of .' for compatibility |
642 with previous versions of Octave. | |
643 * general/ishermitian.m: Delete. | |
7285 | 644 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 645 |
7280 | 646 * plot/fplot.m: In N is not specified, increase initial number of |
647 points from 3 and 5 to 5 and 8. | |
648 | |
7279 | 649 * signal/detrend.m: Move tests here from test/test_signal.m. |
650 Loosen tolerance on first test from 10*eps to 20*eps. | |
651 | |
7278 | 652 * finance/rate.m: Don't request info from fsolve. |
653 | |
7277 | 654 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
655 | |
656 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
657 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
658 | |
7276 | 659 2007-12-10 David Bateman <dbateman@free.fr> |
660 | |
661 * image/image.m: Rewritten to allow trailing properties to be | |
662 passed to underlying image object. | |
663 * image/__img__.m: Pass additional arguments to __go_image__. | |
664 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
665 | |
7274 | 666 2007-12-10 John W. Eaton <jwe@octave.org> |
667 | |
668 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
669 front" to gnuplot. | |
670 | |
7271 | 671 2007-12-10 David Bateman <dbateman@free.fr> |
672 | |
7274 | 673 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 674 border front" from images. |
7274 | 675 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
676 * plot/pcolor.m: Set axis "box" property. | |
677 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
678 Mark as commands. | |
7271 | 679 |
7269 | 680 2007-12-07 David Bateman <dbateman@free.fr> |
681 | |
682 * plot/surf.m: Don't set facecolor property. | |
683 | |
7265 | 684 2007-12-06 John W. Eaton <jwe@octave.org> |
685 | |
7269 | 686 * plot/print.m: Pass mono to drawnow. |
687 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
688 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
689 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
690 disable color specifications. | |
691 | |
7265 | 692 * general/issymmetric.m: Move tests here from test/test_number.m |
693 | |
694 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
695 | |
696 * general/issymmetric.m: To keep its argument sparse and the | |
697 function quick, use the infinity norm rather than the 2-norm. | |
698 Also measure the symmetric part rather than the Hermitian part. | |
699 * general/ishermitian.m: New file. Measure the Hermitian part. | |
700 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
701 | |
7248 | 702 2007-12-04 John W. Eaton <jwe@octave.org> |
703 | |
7257 | 704 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
705 text and label commands if font is "*". | |
706 | |
7248 | 707 * linear-algebra/krylov.m: Doc fixes. |
708 From Marco Caliari <caliari@sci.univr.it>. | |
709 | |
7250 | 710 2007-12-04 Kai Habel <kai.habel@gmx.de> |
711 | |
712 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
713 Add "## PKG_ADD: mark_as_command axis" line. | |
714 | |
7245 | 715 2007-12-03 John W. Eaton <jwe@octave.org> |
716 | |
717 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
718 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
719 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
720 Generate demos from examples. | |
721 | |
7240 | 722 2007-12-03 David Bateman <dbateman@free.fr> |
723 | |
7243 | 724 * testfun/test.m: Disable "testif" test block to avoid spurious |
725 skipped test for "make check". Avoid printing variables for | |
726 skipped tests. | |
727 | |
7242 | 728 * testfun/test.m: Add "testif" type to allow for conditional tests. |
729 | |
7240 | 730 * plot/plotyy.m: Use activepositionproperty property of axes |
731 object. Set second axis color to "none". | |
732 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
733 property of the axis objects. | |
734 | |
7239 | 735 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
736 | |
737 * linear-algebra/condest.m: Loosen tolerance in test. | |
738 | |
7236 | 739 2007-12-02 John W. Eaton <jwe@octave.org> |
740 | |
741 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
742 get_data_limits. | |
743 | |
7222 | 744 2007-11-30 John W. Eaton <jwe@octave.org> |
745 | |
746 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
747 (get_data_limits, get_axis_limits): Delete. | |
748 | |
7228 | 749 2007-11-30 David Bateman <dbateman@free.fr> |
750 | |
7235 | 751 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
752 | |
7228 | 753 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
754 tick labels rather than one by one on the labels themselves. | |
755 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
756 95% crossing fixed. | |
757 | |
7217 | 758 2007-11-29 David Bateman <dbateman@free.fr> |
759 | |
7220 | 760 * plot/pareto.m: New file. |
761 * plot/Makefile.in (SOURCES): Add it to the sources. | |
762 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
763 marks to avoid gnuplot error about formating. More colorspec to | |
764 after the tics. | |
765 * plot/plotyy.m: More generic check for appropriate axis color. | |
766 | |
7217 | 767 * plot/__stem__.m: New file based on old stem.m expanded to treat |
768 2- and 3-D. | |
769 * plot/stem3.m: New function. | |
770 * plot/Makefile.in (SOURCES): Add them to the sources. | |
771 * plot/stem.m: Adapt to use __stem__. | |
772 | |
7216 | 773 2007-11-29 John W. Eaton <jwe@octave.org> |
774 | |
775 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
776 plot/surf.m, plot/surface.m: Don't return handle value unless | |
777 requested. | |
778 | |
779 * plot/patch.m: Omit isnan check on handle returned from | |
780 __plt_get_axis_arg__. | |
781 | |
782 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
783 but has no axes. | |
784 | |
7215 | 785 2007-11-28 David Bateman <dbateman@free.fr> |
786 | |
787 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
788 ancestor. If leading argument is logical set variable nogca to see | |
789 if gca() should be called if there is no active handle found. | |
790 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
791 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
792 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
793 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
794 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
795 __plt__get_axis_arg__ to find axis handle. | |
796 * polar.m: Typo. | |
797 | |
7213 | 798 2007-11-28 John W. Eaton <jwe@octave.org> |
799 | |
800 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
801 | |
7211 | 802 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
803 | |
804 * plot/drawnow.m: Fix typo. | |
805 | |
7206 | 806 2007-11-27 David Bateman <dbateman@free.fr> |
807 | |
7207 | 808 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
809 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
810 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
811 | |
812 * plot/meshz.m: New function. | |
813 * plot/Makefile.in (SOURCES): Add it to the list. | |
814 * plot/surface.m: Allow surface to accept an axis handle as the | |
815 first argument. | |
816 * plot/meshc.m: Extract z from the the surface object rather than | |
817 varargin so that we can rely on code in surface to treat leading | |
818 axis handles. | |
819 | |
7206 | 820 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
821 y2tics" in the case of a plotyy plot. | |
822 * plot/plotyy.m: ensure the position property is set correct for | |
823 the second axis, by setting it after the plot itself. In the case | |
824 of a plot that returns multiple handles, base the color selection | |
825 on the first. | |
826 | |
7204 | 827 2007-11-27 Kai Habel <kai.habel@gmx.de> |
828 | |
829 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
830 z-value of vertex 'c3'. | |
831 | |
7203 | 832 2007-11-27 John W. Eaton <jwe@octave.org> |
833 | |
834 * image/image.m: Allow nargin == 0 case to work again. | |
835 | |
7202 | 836 2007-11-27 David Bateman <dbateman@free.fr> |
837 | |
838 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
839 colorbar, to ensure that the colorbar is on the canvas for png and | |
840 postscipt outputs. | |
841 | |
7189 | 842 2007-11-26 David Bateman <dbateman@free.fr> |
843 | |
7197 | 844 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
845 return values. | |
846 | |
7194 | 847 * plot/plotyy.m: New function |
848 * plot/Makefile.in (SOURCES): Add it here. | |
849 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
850 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
851 {x|y}label to respect the axis position. | |
852 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
853 handle as the first argument. | |
854 | |
7192 | 855 * pkg/pkg.m (pkg:install): When loading the installed packages |
856 index into installed_pkgs_lst and not descriptions.. | |
857 | |
7189 | 858 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
859 * plot/Makefile.in (SOURCES): Add them to the sources. | |
860 * plot/quiver.m: Modify to use __quiver__.m. | |
861 | |
862 * plot/hist.m: Avoid saturation when the x values are in an | |
863 inetger type. | |
864 | |
865 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
866 | |
867 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
868 functions. | |
869 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
870 | |
871 2007-11-26 David Bateman <dbateman@free.fr> | |
872 | |
873 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
874 extent. | |
875 | |
876 * plot/colorbar.m: New function. | |
877 * plot/Makefile.in (SOURCES): Add it to the sources. | |
878 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
879 precalculate the clim, set pm3d except for mesh. | |
880 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
881 save the real values so that colorbar corresponds to the contour | |
882 levels. | |
883 | |
884 * plot/stem.m: Set marker color the same as the line color. Draw | |
885 a single discontinous line object for the stems. | |
886 | |
887 * plot/sphere.m: New function ported from JHandles. | |
888 * plot/Makefile.in (SOURCES): Add it to the sources. | |
889 | |
890 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
891 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
892 to get enhanced mode to work correctly for the X11 terminal. | |
893 | |
894 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
895 the reverse. Allow an axes handle to be passed and/or returned. | |
896 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
897 | |
898 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
899 sort surface patches by their depth and not the order they are | |
900 rendered in. | |
901 | |
902 * plot/__patch__.m: Set clim correctly. | |
903 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
904 the marker color is determined by the cmap. | |
905 * plot/scatter.m: New function to 2D scatter plots. | |
906 * plot/scatter3.m: New function to 3D scatter plots. | |
907 * plot/__scatter__.m: Support function for scatter plots | |
908 * Makefile.in (SOURCES): Ad dnew functions here. | |
909 | |
910 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
911 Return whether the terminal supports enhanced text or not. | |
912 (drawnow:enhanced_term): New sub-function to determine if terminal | |
913 supports enhanced mode. | |
914 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
915 __go_draw_axes__. | |
916 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
917 needed to support the enhanced mode. | |
918 * plot/print.m: Remove "enhanced" option as this is now treated in | |
919 drawnow.m. | |
920 | |
921 | |
922 * plot/caxis.m: New function to control the color axis limits. | |
923 * plot/Makefile.in (SOURCES): Include it. | |
924 * plot/axis.m: Allow the first argument to be an axes handle. | |
925 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
926 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
927 caxis limits. | |
928 | |
929 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
930 * image/Makefile.in (SOURCES): Include it. | |
931 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
932 of the bars for the colormap. | |
933 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
934 passed. | |
935 * plot/__contour.m: Avoid possible divide by zero error. | |
936 * plot/contour.m: Missing semicolon. | |
937 * plot/surface.m: Don't attempt to set additional arguments if | |
938 there are none. | |
939 * plot/Makefile.in (SOURCES): Include __bars__.m | |
940 | |
941 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> | |
942 | |
943 * plot/__bar__.m: put bar creation code into separate function | |
944 to allow easy hook up from other graphic backends | |
945 | |
946 * plot/__bars__.m: new function containing bar creation code | |
947 | |
7186 | 948 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
949 | |
950 * general/accumarray.m: Correct dimension check. | |
951 | |
7183 | 952 2007-11-26 John W. Eaton <jwe@octave.org> |
953 | |
954 * polynomial/residue.m: Prepad along second dimension. | |
955 From Doug Stewart <dastew@sympatico.ca>. | |
956 | |
7181 | 957 2007-11-26 Kai Habel <kai.habel@gmx.de> |
958 | |
7183 | 959 * plot/cylinder.m, plot/slice.m: New functions. |
960 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 961 |
7177 | 962 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
963 | |
964 * plot/patch.m: Handle arg may also be hggroup object. | |
965 Use ancestor to find parent axes object. | |
966 | |
7175 | 967 2007-11-14 David Bateman <dbateman@free.fr> |
968 | |
969 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
970 flag to patch that it is not closed. Allow z to take string | |
971 arguments and use it to flag that the contours are placed at the | |
972 z level of the contour itself. | |
973 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
974 objects as well. Let hidden removal take precedence in case of a | |
975 conflict. | |
976 * plot/surface.m: Allow surface to treat handles being passed or | |
977 returned. Any additional arguments arr used to set the surface | |
978 handle. | |
979 * plot/contour3.m: New function | |
980 * plot/Makefile.in (SOURCES): Add it to the sources. | |
981 | |
7173 | 982 2007-11-14 John W. Eaton <jwe@octave.org> |
983 | |
984 * specfun/bessel.m: Update doc string from | |
985 src/DLD-FUNCTIONS/besselj.cc. | |
986 | |
7170 | 987 2007-11-12 David Bateman <dbateman@free.fr> |
988 | |
989 * plot/contour.m: Allow handles to be passed and returned. Split | |
990 the countour function itself into __contour__.m to be shared with | |
991 surfc and meshc. | |
992 * plot/__contour__.m: New file | |
993 * plot/Makefile.in (SOURCES): Add it to the sources. | |
994 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
995 the face or edge if the facecolor or edge color are marked as | |
996 "none". Allow the edgecolor to be determined by the cdata in the | |
997 same manner as the facecolor. Fail if facecolor is not "none" and | |
998 a 3-D plot is desired, rather than ignoring zdata. Make the | |
999 storage of 3D/4D data consistent between line, surface and patch | |
1000 objects. | |
1001 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1002 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1003 |
1004 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1005 Handle fontweight and fontangle properties. | |
1006 | |
7163 | 1007 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1008 | |
1009 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1010 * plot/Makefile.in (SOURCES): Add them to the list. | |
1011 | |
1012 2007-11-12 John W. Eaton <jwe@octave.org> | |
1013 | |
1014 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1015 Use it to avoid duplicated code. | |
1016 | |
7161 | 1017 2007-11-12 David Bateman <dbateman@free.fr> |
1018 | |
7162 | 1019 * plot/title.m: Fix return value for nargout > 0. |
1020 | |
1021 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1022 specified for the title, xlabel, ylabel and text objects. | |
1023 | |
7161 | 1024 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1025 4.0 and surface plots. | |
1026 | |
7160 | 1027 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1028 | |
1029 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1030 with X/Y/Z data. | |
1031 | |
7146 | 1032 2007-11-09 John W. Eaton <jwe@octave.org> |
1033 | |
7152 | 1034 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1035 Correct logic in setting palette data. |
7152 | 1036 |
7151 | 1037 * audio/wavread.m, control/base/__bodquist__.m, |
1038 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1039 control/system/c2d.m, control/system/is_detectable.m, | |
1040 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1041 control/system/tfout.m, general/isdefinite.m, | |
1042 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1043 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1044 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1045 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1046 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1047 testfun/test.m: Use specific end keywords. | |
1048 | |
7146 | 1049 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1050 | |
1051 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1052 | |
1053 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1054 Don't change view if hold is on. | |
1055 | |
7142 | 1056 2007-11-09 David Bateman <dbateman@free.fr> |
1057 | |
7149 | 1058 * plot/hidden.m: New function. |
1059 * plot/Makefile.in (SOURCES): Add it here. | |
1060 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1061 line removal. | |
1062 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1063 removal and if it is "none" don't do hidden line removal. | |
1064 | |
7148 | 1065 * plot/legend.m: Also allow labels for surface and patch types. |
1066 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1067 setting of the legend. | |
1068 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1069 objects as well. | |
1070 | |
7146 | 1071 * plot/area.m, plot/__area__.m: New functions |
1072 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1073 | |
7142 | 1074 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1075 | |
7144 | 1076 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1077 | |
1078 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1079 | |
7131 | 1080 2007-11-08 John W. Eaton <jwe@octave.org> |
1081 | |
7133 | 1082 * control/base/dcgain.m, control/base/dre.m, |
1083 control/base/impulse.m, control/base/step.m, | |
1084 control/system/dmr2d.m, control/system/ord2.m, | |
1085 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1086 control/system/sysgetsignals.m, control/system/sysout.m, | |
1087 control/system/tfout.m, control/system/ugain.m, | |
1088 control/system/zpout.m, control/util/strappend.m: | |
1089 Don't fail with usage message if nargout is too large. | |
1090 | |
7131 | 1091 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1092 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1093 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1094 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1095 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1096 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1097 control/obsolete/rotg.m, control/obsolete/series.m, | |
1098 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1099 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1100 control/system/__syschnamesl__.m, |
1101 control/system/__syscont_disc__.m, | |
1102 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1103 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1104 control/system/abcddim.m, control/system/buildssic.m, | |
1105 control/system/c2d.m, control/system/cellidx.m, | |
1106 control/system/d2c.m, control/system/dmr2d.m, | |
1107 control/system/fir2sys.m, control/system/is_abcd.m, | |
1108 control/system/is_controllable.m, control/system/is_detectable.m, | |
1109 control/system/is_digital.m, control/system/is_observable.m, | |
1110 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1111 control/system/jet707.m, control/system/listidx.m, | |
1112 control/system/parallel.m, control/system/ss.m, | |
1113 control/system/ss2sys.m, control/system/ss2zp.m, | |
1114 control/system/starp.m, control/system/sys2ss.m, | |
1115 control/system/sys2tf.m, control/system/sys2zp.m, | |
1116 control/system/sysadd.m, control/system/sysappend.m, | |
1117 control/system/sysconnect.m, control/system/syscont.m, | |
1118 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1119 control/system/sysdup.m, control/system/sysgetsignals.m, |
1120 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1121 control/system/sysmult.m, control/system/sysout.m, |
1122 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1123 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1124 control/system/syssub.m, control/system/sysupdate.m, |
1125 control/system/tf.m, control/system/tf2ss.m, | |
1126 control/system/tf2sys.m, control/system/tfout.m, | |
1127 control/system/zp.m, control/system/zp2ss.m, | |
1128 control/system/zp2sys.m, control/system/zp2tf.m, | |
1129 control/system/zpout.m, control/util/__outlist__.m, | |
1130 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1131 control/util/prompt.m, control/util/sortcom.m, | |
1132 control/util/zgfmul.m, control/util/zgfslv.m, | |
1133 control/util/zginit.m, control/util/zgreduce.m, | |
1134 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1135 |
7130 | 1136 2007-11-08 David Bateman <dbateman@free.fr> |
1137 | |
1138 * plot/quiver.m: Fix arrowheads. | |
1139 | |
7128 | 1140 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1141 | |
1142 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1143 Handle "rows" argument. New tests. |
7128 | 1144 (cell_ismember): New function. |
1145 | |
7127 | 1146 2007-11-07 John W. Eaton <jwe@octave.org> |
1147 | |
1148 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1149 control/base/__stepimp__.m, control/base/are.m, | |
1150 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1151 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1152 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1153 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1154 control/base/ltifr.m, control/base/nichols.m, | |
1155 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1156 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1157 Style fixes. | |
1158 | |
7125 | 1159 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1160 | |
1161 * control/base/bode_bounds.m, control/base/dgram.m, | |
1162 control/base/dlyap.m, control/base/freqchkw.m, | |
1163 control/base/gram.m, control/base/place.m, | |
1164 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1165 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1166 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1167 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1168 control/system/sysgettype.m, control/system/sysreorder.m, | |
1169 control/system/tf2sys.m, control/system/zp2tf.m, | |
1170 control/util/axis2dlim.m, control/util/swap.m, | |
1171 control/util/zgfmul.m, control/util/zgfslv.m, | |
1172 control/util/zginit.m, control/util/zgreduce.m, | |
1173 control/util/zgrownorm.m, control/util/zgscal.m, | |
1174 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1175 geometry/inpolygon.m, linear-algebra/housh.m, | |
1176 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1177 miscellaneous/run.m, quaternion/qconj.m, | |
1178 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1179 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1180 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1181 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1182 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1183 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1184 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1185 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1186 statistics/distributions/empirical_cdf.m, | |
1187 statistics/distributions/empirical_inv.m, | |
1188 statistics/distributions/empirical_pdf.m, | |
1189 statistics/models/logistic_regression_derivatives.m, | |
1190 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1191 | |
7118 | 1192 2007-11-07 David Bateman <dbateman@free.fr> |
1193 | |
7120 | 1194 * general/gradient.m: Correctly convert deltax and deltay scalar |
1195 values are scalars to vectors. | |
1196 | |
7119 | 1197 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1198 the meshc.m function. | |
1199 * plot/meshc.m: Also use the surface function. | |
1200 | |
7120 | 1201 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1202 * plot/Makefile.in (SOURCES): Add them to the list. |
1203 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1204 | |
7117 | 1205 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1206 | |
1207 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1208 | |
7115 | 1209 2007-11-07 John W. Eaton <jwe@octave.org> |
1210 | |
1211 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1212 the data limits are infinite. | |
1213 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1214 (get_axis_limits): Don't do anything if min_val or max_val are | |
1215 infinite. | |
1216 | |
7112 | 1217 2007-11-06 David Bateman <dbateman@free.fr> |
1218 | |
1219 * plot/hist.m: Pass any additional arguments to bar for | |
1220 treatment. Create a default x value that is always a vector. | |
1221 | |
7111 | 1222 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1223 | |
1224 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1225 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1226 |
1227 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1228 | |
1229 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1230 New files. | |
1231 * plot/mesh.m: Call surface to do the real work. | |
1232 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1233 properties. | |
1234 | |
1235 * image/colormap.m: Also return current colormap if nargout and | |
1236 nargin are both 0. | |
1237 | |
7106 | 1238 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1239 | |
1240 * startup/inputrc: Delete key bindings starting with \340 code. | |
1241 | |
7112 | 1242 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1243 |
1244 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1245 to avoid issues of over- and underflow. From Rolf Fabian | |
1246 <Rolf.Fabian@gmx.de>. | |
1247 | |
7097 | 1248 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1249 | |
1250 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1251 help texts. | |
1252 | |
7096 | 1253 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1254 | |
1255 * plot/bar.m, plot/barh.m: Doc fix. | |
1256 | |
7094 | 1257 2007-10-31 John W. Eaton <jwe@octave.org> |
1258 | |
1259 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1260 | |
7086 | 1261 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1262 | |
1263 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1264 objects and legend objects are implemented with a separate axes | |
1265 object. | |
1266 | |
7078 | 1267 2007-10-30 David Bateman <dbateman@free.fr> |
1268 | |
7081 | 1269 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1270 | |
7078 | 1271 * plot/__go_draw_axes__.m (do_linestyle_command): |
1272 Use point type 0 for ".". | |
1273 | |
7073 | 1274 2007-10-26 John W. Eaton <jwe@octave.org> |
1275 | |
7074 | 1276 * image/imshow.m: Improve compatibility. |
1277 * image/image.m: Return handle if nargou > 0. | |
1278 | |
7073 | 1279 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1280 | |
7069 | 1281 2007-10-25 John W. Eaton <jwe@octave.org> |
1282 | |
1283 * miscellaneous/compare_versions.m: Style fixes. | |
1284 | |
7060 | 1285 2007-10-24 John W. Eaton <jwe@octave.org> |
1286 | |
7061 | 1287 * image/saveimage.m: Use functional form of save instead of eval. |
1288 Use -text instead of -ascii. | |
1289 | |
7060 | 1290 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1291 | |
7054 | 1292 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1293 | |
1294 * plot/legend.m: Also extract location string from varargin (lost | |
1295 when 2007-10-08 patch was applied). | |
1296 | |
7049 | 1297 2007-10-23 David Bateman <dbateman@free.fr> |
1298 | |
1299 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1300 miscellaneous/what.m: New functions | |
1301 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1302 functions. | |
1303 | |
7045 | 1304 2007-10-22 David Bateman <dbateman@free.fr> |
1305 | |
1306 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1307 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1308 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1309 | |
7042 | 1310 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1311 | |
1312 * plot/contourf.m: New function. | |
1313 * plot/Makefile.in (SOURCES): Add it to the list. | |
1314 | |
7040 | 1315 2007-10-19 John W. Eaton <jwe@octave.org> |
1316 | |
1317 * plot/subplot.m: Doc fix. | |
1318 | |
7039 | 1319 2007-10-19 David Bateman <dbateman@free.fr> |
1320 | |
7041 | 1321 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1322 |
7037 | 1323 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1324 | |
1325 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1326 output. | |
1327 | |
7031 | 1328 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1329 | |
1330 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1331 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1332 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1333 control/system/syssetsignals.m, control/base/lqg.m, | |
1334 strings/str2double.m, control/system/sysscale.m, | |
1335 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1336 Make help text fit on pages when using smallbook. | |
1337 | |
7028 | 1338 2007-10-15 David Bateman <dbateman@free.fr> |
1339 | |
7032 | 1340 * plot/print.m: Call drawnow before printing to ensure the plot is |
1341 on the screen. | |
1342 | |
7028 | 1343 * testfun/test.m: In error/warning blocks test for an error before |
1344 a warning to avoid unexpected failures. | |
1345 | |
7027 | 1346 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1347 | |
1348 * testfun/assert.m: Correct documentation of absolution versus | |
1349 relative error tolerance and add tests. | |
1350 | |
7024 | 1351 2007-10-14 David Bateman <dbateman@free.fr> |
1352 | |
1353 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1354 src directory. | |
1355 * plot/Makefile.in (SOURCES): Add fill.m. | |
1356 | |
7020 | 1357 2007-10-13 David Bateman <dbateman@free.fr> |
1358 | |
1359 * plot/__patch__.m: Allow multiple patches to be defined and | |
1360 return a single patch object. Allow Faces/Vertices form of | |
1361 patch. Flag failure so the patch can call print_usage. | |
1362 * plot/patch.m: Update help string for Faces/Vertices | |
1363 call. Respect the fail flag returned by __patch__. Add demo code | |
1364 that tests the functionality of patch. | |
1365 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1366 patch object. | |
1367 * plot/fill.m: New function. | |
1368 | |
7016 | 1369 2007-10-12 John W. Eaton <jwe@octave.org> |
1370 | |
1371 * Change copyright notices in all files that are part of Octave to | |
1372 GPLv3 or any later version. | |
1373 | |
7012 | 1374 2007-10-11 John W. Eaton <jwe@octave.org> |
1375 | |
1376 * plot/__go_draw_axes__.m (get_axis_limits): | |
1377 Return lim = [] if logscale and no positive values. | |
1378 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1379 Set initial min and min positive values to Inf, max values to -Inf. | |
1380 (get_data_limits): Correctly handle xminp when no positive values | |
1381 are found. | |
1382 | |
7011 | 1383 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1384 | |
1385 * polynomial/residue.m: New optional input for pole multiplicity. | |
1386 Doc fix. Fix tests. | |
1387 | |
7010 | 1388 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1389 | |
1390 * toplev.cc (Foctave_config_info): Add field "mac". | |
1391 | |
1392 * miscellaneous/ismac.m: New function. | |
1393 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1394 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1395 | |
7009 | 1396 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1397 | |
1398 * statistics/distributions/hygernd.m: Allow size to be specified | |
1399 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1400 scalars or matrices of a common size. | |
1401 | |
7007 | 1402 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1403 | |
1404 * control/csrefcard.lt, control/system/is_detectable.m, | |
1405 control/system/sysgroup.m, geometry/voronoin.m, | |
1406 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1407 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1408 statistics/distributions/binornd.m, | |
1409 statistics/distributions/cauchy_rnd.m, | |
1410 statistics/distributions/chi2rnd.m, | |
1411 statistics/distributions/discrete_rnd.m, | |
1412 statistics/distributions/exprnd.m, | |
1413 statistics/distributions/frnd.m, | |
1414 statistics/distributions/gamrnd.m, | |
1415 statistics/distributions/geornd.m, | |
1416 statistics/distributions/laplace_rnd.m, | |
1417 statistics/distributions/logistic_rnd.m, | |
1418 statistics/distributions/lognrnd.m, | |
1419 statistics/distributions/nbinrnd.m, | |
1420 statistics/distributions/normrnd.m, | |
1421 statistics/distributions/poissrnd.m, | |
1422 statistics/distributions/stdnormal_rnd.m, | |
1423 statistics/distributions/trnd.m, | |
1424 statistics/distributions/unifrnd.m, | |
1425 statistics/distributions/wblrnd.m: Spelling fixes. | |
1426 | |
7005 | 1427 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1428 | |
1429 * time/tic.m: New optional output value. | |
1430 | |
1431 * general/int2str.m: Doc fix. | |
1432 | |
7002 | 1433 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1434 | |
1435 * statistics/distributions/hygecdf.m, | |
1436 statistics/distributions/hygeinv.m, | |
1437 statistics/distributions/hygepdf.m, | |
1438 statistics/distributions/hygernd.m: | |
1439 Swap order of T and M args for compatibility. | |
1440 | |
7001 | 1441 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1442 | |
1443 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1444 control/system/buildssic.m, control/system/c2d.m, | |
1445 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1446 control/system/ss2sys.m, control/system/ss2tf.m, | |
1447 control/system/syscont.m, control/system/sysdimensions.m, | |
1448 control/system/sysdisc.m, control/system/sysmult.m, | |
1449 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1450 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1451 general/interp1.m, general/interp2.m, general/interp3.m, | |
1452 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1453 general/rat.m, general/structfun.m, general/trapz.m, | |
1454 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1455 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1456 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1457 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1458 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1459 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1460 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1461 statistics/base/meansq.m, statistics/base/var.m, | |
1462 statistics/tests/chisquare_test_independence.m, | |
1463 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1464 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1465 testfun/test.m: Spelling fixes. | |
1466 | |
6998 | 1467 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1468 | |
1469 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1470 | |
6997 | 1471 2007-10-10 John W. Eaton <jwe@octave.org> |
1472 | |
1473 * general/num2str.m: Always allow for sign for automatically | |
1474 computed format widths. | |
1475 | |
6988 | 1476 2007-10-09 David Bateman <dbateman@free.fr> |
1477 | |
1478 * plot/patch.m: Accept a handle as the first argument. | |
1479 | |
6987 | 1480 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1481 | |
7010 | 1482 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1483 |
6985 | 1484 2007-10-09 John W. Eaton <jwe@octave.org> |
1485 | |
1486 * audio/wavwrite.m: Accept arguments in compatible order. | |
1487 | |
6979 | 1488 2007-10-08 David Bateman <dbateman@free.fr> |
1489 | |
1490 * general/interp2.m: Relax test for values outside the grid to | |
1491 allow monotonically decreasing abscissa as well. | |
1492 | |
6978 | 1493 2007-10-08 Ben Abbott <bpabbott@mac.com> |
1494 | |
1495 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
1496 as output parameter. | |
1497 | |
6977 | 1498 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
1499 | |
1500 * plot/__go_draw_axes__.m, plot/legend.m: | |
1501 Handle compatible position specifiers as strings. | |
1502 | |
6975 | 1503 2007-10-08 John Swensen <jpswensen@comcast.net> |
1504 | |
1505 * general/num2str.m: Eliminate extra whitespace in output. | |
1506 * strings/strtrim.m: New function. | |
1507 * strings/Makefile.in (SOURCES): Add it to the list. | |
1508 | |
6968 | 1509 2007-10-06 John W. Eaton <jwe@octave.org> |
1510 | |
1511 * polynomial/residue.m: New test from test/test_poly.m. | |
1512 | |
6967 | 1513 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
1514 | |
1515 * image/saveimage.m: Handle saving color images without a colormap. | |
1516 * image/__img_via_file__.m: Add missing semicolon. | |
1517 | |
1518 2007-10-06 Bill Denney <wsloand@gmail.com> | |
1519 | |
7010 | 1520 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 1521 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
1522 | |
6965 | 1523 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
1524 | |
1525 * plot/print.m: Handle svg output type. Accept new -S option to | |
1526 specify size for PNG and SVG output types. | |
1527 | |
1528 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 1529 |
1530 * polynomial/mpoles.m: New function. | |
1531 * polynomial/residue.m: Modified to behave in reciprocal | |
1532 manner. No longer compute 4th output, "e". No longer accept | |
1533 tolerance input. Explicitly set tolerance parameter to 0.001. | |
1534 Respect maximum relative difference in poles when determining | |
1535 their multiplicity. Use mpoles to determine the multiplicity of | |
1536 poles. | |
1537 | |
6963 | 1538 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
1539 | |
1540 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
1541 for surface plots. | |
1542 | |
6962 | 1543 2007-10-05 John W. Eaton <jwe@octave.org> |
1544 | |
1545 * plot/__next_line_color__.m: Get color_rotation from axes | |
1546 colororder property. | |
1547 | |
6953 | 1548 2007-10-03 John W. Eaton <jwe@octave.org> |
1549 | |
6955 | 1550 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
1551 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
1552 | |
6953 | 1553 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
1554 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
1555 special for __vnorm__. | |
1556 | |
6951 | 1557 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
1558 | |
6952 | 1559 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 1560 |
6950 | 1561 2007-10-03 David Bateman <dbateman@free.fr> |
1562 | |
1563 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
1564 if a file is architecture dependent based on a list of file | |
1565 extensions. | |
1566 (configure_make): Simplify the search for architecture dependent | |
1567 files based on this function. | |
1568 (load_pakages_and_dependencies): Also look for bin directory in | |
1569 the architecture dependent directory. | |
1570 | |
6947 | 1571 2007-10-03 John W. Eaton <jwe@octave.org> |
1572 | |
1573 * miscellaneous/dir.m: Create empty struct with field names. | |
1574 Include datenum in struct. | |
1575 | |
6943 | 1576 2007-10-02 David Bateman <dbateman@free.fr> |
1577 | |
1578 * miscellaneous/ls.m: If nargout return string array of files | |
1579 returned by ls. | |
1580 | |
6942 | 1581 2007-10-01 John W. Eaton <jwe@octave.org> |
1582 | |
1583 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
1584 range values. | |
1585 | |
6937 | 1586 2007-10-01 David Bateman <dbateman@free.fr> |
1587 | |
7010 | 1588 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 1589 speed with small vectors. |
6937 | 1590 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
1591 rather than OCTAVE_HOME(). | |
1592 | |
6935 | 1593 2007-09-30 Ben Abbott <bpabbott@mac.com> |
1594 | |
1595 * plot/findobj.m: New function. | |
1596 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
1597 | |
6925 | 1598 2007-09-26 David Bateman <dbateman@free.fr> |
1599 | |
1600 * pkg/pkg.m: Add second argument to setting for prefix for | |
1601 architecture dependent files. Use throughout. | |
1602 (pkg:issuperuser): New function, use through to check for | |
1603 root user. | |
1604 (pkg:getarchprefix): function to give the archiecture dependent | |
1605 prefix for a package. | |
1606 (pkg:getarchdir): New function giving location of architetcure | |
1607 dependent directory. Use through out. | |
1608 (pkg:install): Treat architecture dependent directory separately | |
1609 as in might not be a sub-directory of the package directory. | |
1610 (pkg:uninstall): ditto. | |
1611 (pkg:create_pkgadddel): Check for global or local install for | |
1612 architecture dependent directory. | |
1613 (pkg:finish_installation): ditto. | |
1614 (pkg:write_INDEX): ditto. | |
1615 (pkg:load_packages_and_dependencies): ditto. | |
1616 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
1617 files to a new location if user is root. | |
1618 (pkg:rm_rf): Check if file or directory exists before removing. | |
1619 (pkg:dirempty): Check if directory exists before checking. | |
1620 | |
1621 * plot/___patch__.m: Allow face colors to be passed as strings | |
1622 | |
1623 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
1624 needed for calls to "hold" without an argument. | |
1625 | |
6920 | 1626 2007-09-21 John W. Eaton <jwe@octave.org> |
1627 | |
6921 | 1628 * optimization/sqp.m: Fix typo. |
1629 | |
6920 | 1630 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
1631 | |
6919 | 1632 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
1633 | |
1634 * control/hinf/h2norm: Compute d*d', not d'*d. | |
1635 | |
6918 | 1636 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
1637 | |
1638 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
1639 unidpdf.m and unidinv.m | |
1640 | |
6914 | 1641 2007-09-18 John W. Eaton <jwe@octave.org> |
1642 | |
1643 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
1644 (do_tics_1): Set numeric axes formats to "%.15g". | |
1645 | |
6912 | 1646 2007-09-18 David Bateman <dbateman@free.fr> |
1647 | |
1648 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
1649 of %g when writing data. | |
1650 | |
6908 | 1651 2007-09-17 John W. Eaton <jwe@octave.org> |
1652 | |
1653 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
1654 | |
6903 | 1655 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
1656 | |
1657 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
1658 noninteger N with N-K < 1. | |
1659 | |
6901 | 1660 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
1661 | |
1662 * strings/index.m: Correct for strings differing after the third | |
1663 position (bug reported by Maude Martin). | |
1664 | |
6895 | 1665 2007-09-13 John W. Eaton <jwe@octave.org> |
1666 | |
1667 * plot/__default_colormap__.m: Delete. | |
1668 * plot/Makefile (SOURCES): Remove from the list. | |
1669 | |
6898 | 1670 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
1671 | |
1672 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
1673 | |
6885 | 1674 2007-09-10 David Bateman <dbateman@free.fr> |
1675 | |
1676 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
1677 limit the selection of colors in the same way as for lines. | |
1678 * plot/__patch__.m: Allow matrix arguments with one patch per | |
1679 column. | |
1680 * plot/__bar__.m: Adapt to use "patch". | |
1681 | |
6870 | 1682 2007-09-06 John W. Eaton <jwe@octave.org> |
1683 | |
1684 * plot/drawnow.m (drawnow): New arg, debug_file. | |
1685 (init_plot_stream): Split from open_plot_stream. | |
1686 * plot/print.m: Accept -debug=FILE argument. | |
1687 | |
6868 | 1688 2007-09-06 David Bateman <dbateman@free.fr> |
1689 | |
7010 | 1690 * general/celldisp.m: New function. |
1691 * general/Makefile.in (SOURCES): Add celldisp.m. | |
1692 * miscellaneous/swapbytes.m: New function. | |
1693 * miscellaneous/gzip.m: New function. | |
1694 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 1695 |
6863 | 1696 2007-09-05 David Bateman <dbateman@free.fr> |
1697 | |
7010 | 1698 * general/structfun.m: New function. |
1699 * general/Makefile.in (SOURCES): Add it to sources. | |
1700 * miscellaneous/run.m: New function. | |
1701 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
1702 * statistics/base/mode.m: New function. | |
1703 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 1704 |
6862 | 1705 2007-09-05 John W. Eaton <jwe@octave.org> |
1706 | |
1707 * miscellaneous/orderfields.m: Use numel instead of length. | |
1708 | |
1709 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
1710 | |
1711 * miscellaneous/orderfields.m: Handle empty structs. | |
1712 | |
6861 | 1713 2007-09-05 John W. Eaton <jwe@octave.org> |
1714 | |
1715 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
1716 DATA_IDX. | |
1717 | |
1718 2007-09-04 David Bateman <dbateman@free.fr> | |
1719 | |
1720 * general/isdir.m: Return a logical value. | |
1721 | |
6859 | 1722 2007-09-04 David Bateman <dbateman@free.fr> |
1723 | |
1724 * statistics/distributions/chi2pdf.m, | |
1725 statistics/distributions/chi2cdf.m, | |
1726 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
1727 distribution functions to account for inverse of scale factor in | |
1728 gamma functions. | |
1729 | |
6857 | 1730 2007-09-01 John W. Eaton <jwe@octave.org> |
1731 | |
1732 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
1733 | |
6853 | 1734 2007-09-01 David Bateman <dbateman@free.fr> |
1735 | |
1736 * polynomial/polyint.m: New function like polyinteg but with | |
1737 explicit integration constant. | |
1738 * polynomial/polyinteg.m: Remove. | |
1739 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
1740 polyinteg.m. | |
1741 * deprecated/polyinteg.m: Move version here. | |
1742 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
1743 | |
6852 | 1744 * geometry/voronoi.m: Add large box around data to get a good |
1745 approximation of the rays to infinity. | |
1746 | |
6851 | 1747 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
1748 | |
1749 * plot/axes.m: Allow parent to be specified when creating axes | |
1750 objects. Support non-figure parents. | |
1751 | |
1752 2007-08-31 John W. Eaton <jwe@octave.org> | |
1753 | |
1754 * plot/ancestor.m: New function, adapted from Octave Forge. | |
1755 | |
6850 | 1756 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
1757 | |
7010 | 1758 * polynomial/polygcd.m: Better layout of example. |
1759 * polynomial/compan.m: Remove unnecessary check. | |
1760 * polynomial/roots.m: Added example to help text. | |
1761 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
1762 * polynomial/poly.m: Added example to help text. | |
6850 | 1763 |
6848 | 1764 2007-08-30 John W. Eaton <jwe@octave.org> |
1765 | |
1766 * optimization/qp.m: Increase maxit to 200. | |
1767 | |
6847 | 1768 2007-08-30 David Bateman <dbateman@free.fr> |
1769 | |
1770 * geometry/inpolygon.m: New file. | |
1771 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
1772 | |
6843 | 1773 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
1774 | |
1775 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
1776 | |
6829 | 1777 2007-08-24 David Bateman <dbateman@free.fr> |
1778 | |
1779 * plot/__go_draw_axes__.m: Treat text color property. | |
1780 | |
6828 | 1781 2007-08-24 John W. Eaton <jwe@octave.org> |
1782 | |
1783 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
1784 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
1785 | |
1786 * miscellaneous/movefile.m: Separate second and third args and | |
1787 use p1 and p2, not f1 and f2 when constructing arguments for | |
1788 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
1789 | |
6825 | 1790 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
1791 | |
1792 * set/intersect.m: Make it work with cell arrays of strings. | |
1793 | |
6823 | 1794 2007-08-24 David Bateman <dbateman@free.fr> |
1795 | |
7010 | 1796 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 1797 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
1798 functions ported from octave-forge. | |
7010 | 1799 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 1800 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
1801 geometry/triplot.m, geometry/tsearchn.m: | |
1802 New functions. | |
7010 | 1803 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
1804 * geometry/Makefile.in (SOURCES): Add functions above. | |
1805 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 1806 |
6820 | 1807 2007-08-23 John W. Eaton <jwe@octave.org> |
1808 | |
1809 * pkg/pkg.m: Avoid using installed_packages for both function and | |
1810 variable name. | |
1811 | |
1812 2007-08-23 David Bateman <dbateman@free.fr> | |
1813 | |
1814 * plot/plot.m: Allow first arg to be axes handle. | |
1815 | |
6818 | 1816 2007-08-22 David Bateman <dbateman@free.fr> |
1817 | |
1818 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
1819 outputs are returned only if requested. | |
1820 | |
1821 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
1822 | |
1823 * control/base/nichols.m: Fix typo. | |
1824 | |
6813 | 1825 2007-08-13 John W. Eaton <jwe@octave.org> |
1826 | |
1827 * plot/meshgrid.m: Use repmat instead of multiplication. | |
1828 | |
6809 | 1829 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
1830 | |
1831 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
1832 use axes position in each appropriate gnuplot set statement. | |
1833 | |
6808 | 1834 2007-08-10 John W. Eaton <jwe@octave.org> |
1835 | |
1836 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
1837 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1838 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1839 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
1840 | |
6807 | 1841 2007-08-10 Kai Habel <kai.habel@gmx.de> |
1842 | |
1843 * plot/patch.m, plot/__patch__.m: New files. | |
1844 * plot/Makefile.in (SOURCES): Add them to the list. | |
1845 | |
1846 2007-08-07 John W. Eaton <jwe@octave.org> | |
1847 | |
1848 * path/savepath.m: Use single quotes for argument to PATH command | |
1849 that is inserted in file. | |
1850 | |
6805 | 1851 2007-07-27 John W. Eaton <jwe@octave.org> |
1852 | |
1853 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
1854 not set in the environment. | |
1855 | |
6796 | 1856 2007-07-25 David Bateman <dbateman@free.fr> |
1857 | |
1858 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
1859 control/base/Makefile.in, control/hinf/Makefile.in, | |
1860 control/obsolete/Makefile.in, control/system/Makefile.in, | |
1861 control/util/Makefile.in, deprecated/Makefile.in, | |
1862 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
1863 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
1864 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
1865 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
1866 polynomial/Makefile.in, quaternion/Makefile.in, | |
1867 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
1868 specfun/Makefile.in, special-matrix/Makefile.in, | |
1869 startup/Makefile.in, statistics/Makefile.in, | |
1870 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
1871 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
1872 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
1873 Adjust DISTFILES to allow out of tree "make dist" to work. | |
1874 | |
6795 | 1875 2007-07-25 John W. Eaton <jwe@octave.org> |
1876 | |
1877 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
1878 | |
6793 | 1879 2007-07-24 David Bateman <dbateman@free.fr> |
1880 | |
1881 * image/flag.m: New colormap function. | |
1882 * images/Makefile.in: Include it in SOURCES. | |
1883 | |
1884 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
1885 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
1886 image/rainbow.m image/spring.m image/summer.m image/white.m | |
1887 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
1888 * image/gray.m, image/ocean.m: Use the same means of finding the | |
1889 number of colormap elements as the other colormap functions. | |
1890 | |
6790 | 1891 2007-07-24 Kai Habel <kai.habel@gmx.de> |
1892 | |
1893 * plot/__go_draw_axes__.m: Handle patch. | |
1894 | |
6788 | 1895 2007-07-23 David Bateman <dbateman@free.fr> |
1896 | |
1897 * general/rat.m: New function for ration approximation imported | |
1898 from octave-forge. | |
1899 * general/del2.m: New function for discrete laplacian operator. | |
1900 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
1901 | |
1902 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
1903 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
1904 image/rainbow.m image/spring.m image/summer.m image/white.m | |
1905 image/winter.m, image/brighten.m: Port image functions from | |
1906 octave-forge. | |
1907 * image/Makefile.in: Add ported functions to SOURCES. | |
1908 * image/gray.m, image/ocean.m: Don't set the colormap for | |
1909 compatibility with matlab. | |
1910 | |
1911 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
1912 octave-forge | |
1913 * plot/Makefile.in: Add ported functions to SOURCES. | |
1914 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
1915 using gnuplot 4.2 or greater. | |
1916 | |
6785 | 1917 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
1918 | |
1919 * general/cart2sph.m: Fix unbalanced paranthesis. | |
1920 | |
6781 | 1921 2007-07-19 David Bateman <dbateman@free.fr> |
1922 | |
1923 * plot/fplot.m: More compatible version. | |
1924 | |
6780 | 1925 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
1926 | |
1927 * plot/clf.m: Check for valid handle before deleting. | |
1928 | |
1929 * plot/figure.m: Pass "figure" property/value pairs directly to | |
1930 __go_figure__ instead of using regular "set" call. | |
1931 | |
6779 | 1932 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
1933 | |
1934 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
1935 type for gnuplot. | |
1936 | |
6778 | 1937 2007-07-18 John W. Eaton <jwe@octave.org> |
1938 | |
1939 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
1940 gnuplot for each set of axes. | |
1941 | |
6777 | 1942 2007-07-18 David Bateman <dbateman@free.fr> |
1943 | |
6778 | 1944 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
1945 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
1946 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
1947 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
1948 Use standard scale factor rather than one on the scale factor for | |
1949 compatibility. | |
1950 | |
1951 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
1952 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
1953 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
1954 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
1955 Preserve backward compatibility. | |
6777 | 1956 |
6776 | 1957 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
1958 | |
1959 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
1960 to avoid issues with regexp special characters in the path strings. | |
1961 | |
6770 | 1962 2007-07-06 David Bateman <dbateman@free.fr> |
1963 | |
6778 | 1964 * general/accumarray.m: New function to create an array by |
1965 accumulating the elements. | |
6770 | 1966 |
6768 | 1967 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
1968 | |
1969 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
1970 (fdjac): Set nx outside of if block. | |
1971 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
1972 | |
6765 | 1973 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
1974 | |
1975 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
1976 | |
1977 * plot/axis.m: Also set "visible" property when setting axes to | |
1978 on/off. | |
1979 | |
6762 | 1980 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
1981 | |
1982 * image/colormap.m: Only return colormap if nargout > 0. | |
1983 Mark as command. | |
1984 | |
6758 | 1985 2007-06-25 John W. Eaton <jwe@octave.org> |
1986 | |
1987 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
1988 strcmp for selected property comparisons. | |
1989 | |
6756 | 1990 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
1991 | |
6778 | 1992 * image/imshow.m: Fix check for colormap arguments. |
6756 | 1993 |
6754 | 1994 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
1995 | |
1996 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
1997 | |
6756 | 1998 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 1999 |
6778 | 2000 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2001 argument, and note that the data should be sorted for the |
2002 definition of the median to be correct. | |
2003 | |
6778 | 2004 * statistics/base/std.m: Add missing square to definition of |
6754 | 2005 standard deviation. |
2006 | |
6778 | 2007 * statistics/base/cov.m: Add definition of covariance to the help text. |
2008 | |
2009 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2010 statistics/base/std.m: |
2011 Note that \bar{x} is the mean value of x in the help text. | |
2012 | |
6778 | 2013 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2014 coefficient to the help text. |
2015 | |
6778 | 2016 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2017 | |
2018 * statistics/base/var.m: Put N in @math in help text. | |
2019 | |
2020 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2021 statistics/tests/kolmogorov_smirnov_test.m: |
2022 Write about possible values of 'dist' in help text. | |
2023 | |
6778 | 2024 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2025 Add definition of correlation to the help text. |
2026 | |
6778 | 2027 * statistics/base/logit.m, statistics/base/kendall.m, |
2028 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2029 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2030 TeXification of help text. | |
2031 | |
2032 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2033 | |
2034 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2035 Add missing @var's to help text. | |
2036 | |
2037 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2038 | |
2039 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2040 of help text. | |
2041 | |
2042 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2043 help text. | |
2044 | |
2045 * statistics/distributions/unidpdf.m, | |
2046 statistics/distributions/discrete_pdf.m: | |
2047 Replace 'pDF' with 'PDF' in help text. | |
2048 | |
6753 | 2049 2007-06-25 John W. Eaton <jwe@octave.org> |
2050 | |
2051 * strings/substr.m: Use offset consistently in code and doc string. | |
2052 From Rafael Laboissiere <rafael@debian.org>. | |
2053 | |
6752 | 2054 2007-06-25 Pete Gustafson <petegus@umich.edu> |
2055 | |
6778 | 2056 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2057 |
6751 | 2058 2007-06-25 John W. Eaton <jwe@octave.org> |
2059 | |
2060 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2061 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2062 <juhani@cs.joensuu.fi>. | |
2063 | |
6748 | 2064 2007-06-20 John W. Eaton <jwe@octave.org> |
2065 | |
6749 | 2066 * strings/index.m: Allow strings to be empty. |
2067 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2068 | |
6748 | 2069 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2070 | |
6747 | 2071 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2072 | |
2073 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2074 separate matrices. | |
2075 | |
6746 | 2076 2007-06-19 David Bateman <dbateman@free.fr> |
2077 | |
2078 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2079 only ";;" legend syntax. | |
2080 * polynomial/mkpp.m: ditto. | |
2081 * polynomial/pchip.m: ditto. | |
2082 * signal/freqz_plot.m: ditto. | |
2083 * sparse/gplot.m: ditto. | |
2084 * sparse/treeplot.m: ditto. | |
2085 | |
6745 | 2086 2007-06-19 John W. Eaton <jwe@octave.org> |
2087 | |
2088 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2089 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2090 | |
6742 | 2091 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2092 | |
6778 | 2093 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2094 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2095 to check for NA. | |
2096 | |
6741 | 2097 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2098 | |
6778 | 2099 * optimization/glpk.m: TeXified the help text. |
2100 * optimization/qp.m: TeXified the help text. | |
2101 * optimization/sqp.m: TeXified the help text. | |
6741 | 2102 |
6740 | 2103 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2104 | |
6778 | 2105 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2106 |
6738 | 2107 2007-06-15 John W. Eaton <jwe@octave.org> |
2108 | |
2109 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2110 have_newer_gnuplot is true. | |
2111 | |
6736 | 2112 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2113 | |
6778 | 2114 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2115 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2116 to 90, all others 0. |
2117 | |
6778 | 2118 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2119 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2120 get_data_limits. |
6778 | 2121 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2122 called by __errplot__. |
2123 | |
6730 | 2124 2007-06-15 John W. Eaton <jwe@octave.org> |
2125 | |
2126 * testfun/test.m: Also return number of expected failures. | |
2127 | |
6724 | 2128 2007-06-14 John W. Eaton <jwe@octave.org> |
2129 | |
6730 | 2130 * set/ismember.m: Mark two tests known to fail with xtest. |
2131 | |
6724 | 2132 * plot/__go_draw_axes__.m: Handle text rotation property. |
2133 | |
6728 | 2134 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2135 | |
2136 * testfun/test.m: Add xtest support for tests known to fail. | |
2137 | |
6727 | 2138 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2139 | |
2140 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2141 epslatexstandalone terminals. | |
2142 | |
6721 | 2143 2007-06-14 David Bateman <dbateman@free.fr> |
2144 | |
2145 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2146 as permutation of results was incorrect. | |
2147 * general/interp1.m: Add demo on second derivative | |
2148 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2149 call. Add 3D demo. Fix typos |
2150 * general/interp3.m: Fix typos. Correct permutation for use of | |
2151 interpn. | |
6721 | 2152 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2153 | |
6717 | 2154 2007-06-13 John W. Eaton <jwe@octave.org> |
2155 | |
2156 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2157 |
6706 | 2158 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2159 | |
2160 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2161 | |
6704 | 2162 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2163 | |
2164 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2165 Set have_linestyle to true if two character linestyle is found. | |
2166 | |
6702 | 2167 2007-06-12 David Bateman <dbateman@free.fr> |
2168 | |
6717 | 2169 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2170 and interpn.m. | |
2171 | |
2172 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2173 structure before using it. | |
2174 | |
2175 2007-06-12 David Bateman <dbateman@free.fr> | |
2176 | |
6704 | 2177 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2178 * general/__splinen__.m: New support function for N-dimensional |
2179 spline interpolation. | |
2180 * general/bicubic.m: Allow definition of extrapolation | |
2181 value. Adapt tests to use new graphics interface | |
2182 * general/interp2.m: Call __splinen__ for 2-D spline | |
2183 interpolation. Make the lookup table code only be called for | |
2184 linear and nearest methods. | |
2185 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2186 and spline interpolation. | |
2187 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2188 and spline interpolation. | |
6704 | 2189 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2190 |
6701 | 2191 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2192 | |
2193 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2194 | |
6699 | 2195 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2196 | |
2197 * plot/fplot.m: If function is inline, vectorize it. | |
2198 | |
6698 | 2199 2007-06-10 David Bateman <dbateman@free.fr> |
2200 | |
2201 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2202 directory if need to, so that it fits on a line. | |
2203 | |
6695 | 2204 2007-06-07 David Bateman <dbateman@free.fr> |
2205 | |
2206 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2207 saved file so that dependent packages are loaded first, and if | |
2208 nargout==0 don't return any arguments. | |
2209 (pkg:install): Only load packages that are marked autoload after | |
2210 install. Various fixes. Save in order. | |
2211 (pkg:uninstall): Save in order | |
2212 (pkg:load_packages): Use load_package_and_dependencies to load | |
2213 packages. | |
2214 (pkg:save_order): New function to sort package list with dependent | |
2215 packages first. | |
2216 (pkg:load_packages_and_dependencies): New function to load both a | |
2217 list of packages and their dependencies. | |
2218 (pkg:load_package_dirs): New function that returns a vector of the | |
2219 indexes into the installed package list indicating the packages to | |
2220 load and the order to load them in to respect the dependencies. | |
2221 | |
6688 | 2222 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2223 | |
2224 * plot/axes.m: Eliminate redundant else clause. | |
2225 | |
6686 | 2226 2007-06-03 David Bateman <dbateman@free.fr> |
2227 | |
2228 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2229 * pkg/pkg.m: Protect against multiple actions being define. |
2230 | |
6683 | 2231 2007-06-01 David Bateman <dbateman@free.fr> |
2232 | |
2233 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2234 incorporate into main pkg function. | |
2235 (pkg:install): Check for existence of files to install before | |
2236 globbing and warn the user if they don't exist. | |
2237 | |
6675 | 2238 2007-05-31 David Bateman <dbateman@free.fr> |
2239 | |
6679 | 2240 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2241 directory over several copy command to limit the line length. | |
2242 * miscellaneous/movefile.m: Ditto. | |
2243 | |
6675 | 2244 * pkg.m: Add build option to allow binary Octave packages to be |
2245 built from source packages. Probe absolute path of prefix, global | |
2246 and local lists. Use strcat, rather that [] for strings. | |
2247 (pkg:build): New function to binary binary package. | |
2248 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2249 (pkg:repackage): Package binary Octave package from installation. | |
2250 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2251 from m-files into main installation directory. | |
2252 (pkg:shell): Suppress verbose messages from shell and only display | |
2253 them with the verbose flag. | |
2254 (pkg:installed_packages): Also include the loaded flag in the | |
2255 local and global packages. | |
2256 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2257 flagged as loaded. | |
2258 | |
2259 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2260 | |
2261 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2262 with and without architecture dependent directories. | |
2263 (pkg:installed_packages): Probe the global_list file even if it is | |
2264 the same as the local_list. | |
2265 | |
6669 | 2266 2007-05-29 John W. Eaton <jwe@octave.org> |
2267 | |
2268 * sparse/spy.m: Set axis to "ij" mode. | |
2269 | |
6664 | 2270 2007-05-24 John W. Eaton <jwe@octave.org> |
2271 | |
2272 * set/ismember.m: Quote first arg of "fail" tests. | |
2273 | |
6663 | 2274 2007-05-24 David Bateman <dbateman@free.fr> |
2275 | |
6778 | 2276 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2277 |
6655 | 2278 2007-05-22 David Bateman <dbateman@free.fr> |
2279 | |
2280 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2281 error(lasterr()(8:end)). | |
2282 (pkg:install): Warning for empty packages being removed. Suppress | |
2283 spurious output. Warning rather than error for uninstalling a | |
2284 package that is not installed to avoid RPM issue. | |
2285 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2286 inst or architecture dependent directory if it exists. | |
2287 | |
6653 | 2288 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2289 | |
2290 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2291 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2292 signal/freqz.m: Fix typos. | |
2293 | |
6645 | 2294 2007-05-21 David Bateman <dbateman@free.fr> |
2295 | |
2296 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2297 force installation location. | |
2298 (rebuild): New subfunction to rebuild package database from | |
2299 installed packages. Also allows changing of autoload status | |
2300 (install): Warn use if attempting to install from non existent | |
2301 file. | |
2302 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2303 "USER", "root"))' for root test. | |
2304 | |
2305 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2306 | |
2307 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2308 and replace "\" characters with "/". | |
2309 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2310 characters with "/" throughout. | |
2311 (shell): New subfunction that wraps system and is careful with the | |
2312 shell on windows platforms. | |
2313 (configure_make): Explictly pass complier etc to configure | |
2314 process. | |
2315 (issuperuser): Force default to global install for Windows machines. | |
2316 | |
6636 | 2317 2007-05-19 Kristan Onu |
2318 | |
2319 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2320 | |
6634 | 2321 2007-05-18 David Bateman <dbateman@free.fr> |
2322 | |
2323 * pkg/pkg.m (install): More verbosity. | |
2324 (configure_make): Ditto. | |
2325 (create_pkgadddel): Install in architecture dependent directory if | |
2326 it exists to address issues with autoload/mfilename. | |
2327 (write_INDEX): Check in archiecture dependent directories as well. | |
2328 | |
6633 | 2329 2007-05-17 David Bateman <dbateman@free.fr> |
2330 | |
2331 * plot/hbar.m: Remove. | |
2332 * plot/barh.m: and move it here. | |
2333 | |
6631 | 2334 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2335 | |
2336 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2337 | |
6629 | 2338 2007-05-16 John W. Eaton <jwe@octave.org> |
2339 | |
2340 * general/logspace.m: Return second arg if fewer than two values | |
2341 are requested. | |
2342 | |
6619 | 2343 2007-05-14 John W. Eaton <jwe@octave.org> |
2344 | |
2345 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2346 on a new line. | |
2347 | |
6617 | 2348 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2349 | |
2350 * statistics/distributions/norminv.m, | |
2351 statistics/distributions/norminv.m, | |
2352 statistics/distributions/normpdf.m, | |
2353 statistics/distributions/normrnd.m: | |
2354 Use standard deviation, not variance. | |
2355 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2356 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2357 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2358 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2359 backward compatibility. | |
2360 | |
6616 | 2361 2007-05-14 David Bateman <dbateman@free.fr> |
2362 | |
2363 * pkg/pkg.m: Mark loaded packages with "*". | |
2364 | |
6615 | 2365 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
2366 | |
2367 * miscellaneous/single.m: Doc fix. | |
2368 Convert to double instead of returning argument unchanged. | |
2369 | |
2370 * miscellaneous/doc.m: Doc fix. | |
2371 | |
2372 * miscellaneous/ver.m: Doc fix. | |
2373 Don't display information about Octave Forge. | |
2374 | |
6614 | 2375 2007-05-12 David Bateman <dbateman@free.fr> |
2376 | |
2377 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2378 install to be printed. An error in the on_uninstall script causes | |
2379 a failure to uninstall. Place oct- and mex-files in an | |
2380 architecture dependent directory. | |
2381 | |
6611 | 2382 2007-05-09 John W. Eaton <jwe@octave.org> |
2383 | |
2384 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2385 | |
6609 | 2386 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2387 | |
2388 * statistics/distributions/normcdf.m: Use standard deviation | |
2389 instead of variance for compatibility. | |
2390 | |
2391 2007-05-08 John W. Eaton <jwe@octave.org> | |
2392 | |
2393 | |
2394 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2395 | |
2396 * set/ismember.m: Always return logical values. | |
2397 | |
2398 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2399 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2400 |
2401 * general/__isequal__.m: Allow numeric values of different classes | |
2402 to compare equal. | |
2403 | |
6606 | 2404 2007-05-07 David Bateman <dbateman@free.fr> |
2405 | |
6607 | 2406 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2407 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2408 |
6605 | 2409 2007-05-02 John W. Eaton <jwe@octave.org> |
2410 | |
2411 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2412 | |
6604 | 2413 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2414 | |
2415 * contour.m: Rewrite help string. | |
2416 | |
6599 | 2417 2007-04-28 John W. Eaton <jwe@octave.org> |
2418 | |
2419 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2420 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2421 Special case nargout == 0. | |
2422 | |
6597 | 2423 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2424 | |
2425 * general/sub2ind.m: Handle empty input, add tests. | |
2426 | |
6590 | 2427 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2428 | |
2429 * plot/contourc.m: Doc fix. | |
2430 | |
6586 | 2431 2007-04-26 David Bateman <dbateman@free.fr> |
2432 | |
2433 * plot/hist.m: Partially remove previous patch. | |
2434 | |
6582 | 2435 2007-04-26 David Bateman <dbateman@free.fr> |
2436 | |
2437 * plot/hist.m: Support returning of handle | |
2438 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2439 cells. | |
2440 | |
6575 | 2441 2007-04-25 John W. Eaton <jwe@octave.org> |
2442 | |
6579 | 2443 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2444 "title \"\"", not "". | |
2445 | |
6575 | 2446 * plot/legend.m: Initialize WARNED to false. |
2447 | |
6567 | 2448 2007-04-24 John W. Eaton <jwe@octave.org> |
2449 | |
2450 * io/beep.m: Fix cut and paste error. | |
2451 From S�ren Hauberg <soren@hauberg.org>. | |
2452 | |
2453 2007-04-23 John W. Eaton <jwe@octave.org> | |
2454 | |
2455 * plot/box.m: Delete extra endfunction keyword. | |
2456 | |
6560 | 2457 2007-04-23 David Bateman <dbateman@free.fr> |
2458 | |
2459 * plot/plot3.m: Call newplot. | |
2460 | |
6553 | 2461 2007-04-20 John W. Eaton <jwe@octave.org> |
2462 | |
2463 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2464 | |
6546 | 2465 2007-04-19 John W. Eaton <jwe@octave.org> |
2466 | |
2467 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2468 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2469 | |
6544 | 2470 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2471 | |
2472 * control/util/axis2dlim.m: Delete extraneous line. | |
2473 | |
6542 | 2474 2007-04-18 John W. Eaton <jwe@octave.org> |
2475 | |
2476 * specfun/factorial.m: Increase tolerance in large value test. | |
2477 | |
6540 | 2478 2007-04-18 David Bateman <dbateman@free.fr> |
2479 | |
2480 * __bar__.m: New support function for bar/hbar to support graphic | |
2481 handles, and additional arguments. | |
2482 * bar.m: Convert to use __bar__. | |
2483 * hbar.m: New function | |
2484 * hist.m: Explicitly set the width of the bar plot. | |
2485 | |
6533 | 2486 2007-04-17 John W. Eaton <jwe@octave.org> |
2487 | |
6534 | 2488 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2489 | |
6533 | 2490 * set/ismember.m: New tests. |
2491 From David Grohmann <grohmann@arlut.utexas.edu> | |
2492 | |
6532 | 2493 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
2494 | |
2495 * specfun/factorial.m: Use gamma function instead of cumprod. | |
2496 Add tests. | |
2497 | |
6527 | 2498 2007-04-16 John W. Eaton <jwe@octave.org> |
2499 | |
6528 | 2500 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
2501 looks_like_copyright in src/help.cc. | |
2502 From S�ren Hauberg <soren@hauberg.org>. | |
2503 | |
6527 | 2504 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
2505 | |
6526 | 2506 2007-04-13 John W. Eaton <jwe@octave.org> |
2507 | |
6527 | 2508 * optimization/sqp.m: Initialize info to 0. |
2509 | |
6526 | 2510 * optimization/qp.m: Undo previous change. |
2511 | |
6524 | 2512 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2513 | |
2514 * spdiags.m: Fixed the four-argument case to work for columns of | |
2515 length one. | |
2516 | |
6523 | 2517 2007-04-12 John W. Eaton <jwe@octave.org> |
2518 | |
2519 * optimization/qp.m: Avoid Octave indexing bug. | |
2520 | |
6521 | 2521 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
2522 | |
6522 | 2523 * miscellaneous/menu.m, control/base/bddemo.m, |
2524 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
2525 control/system/sysrepdemo.m: | |
2526 Adapt to page_screen_output as a function. | |
6521 | 2527 |
6518 | 2528 2007-04-11 John W. Eaton <jwe@octave.org> |
2529 | |
2530 * miscellaneous/not.m: Delete. | |
2531 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
2532 | |
2533 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2534 | |
2535 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
2536 that are close but not exactly equal. | |
2537 | |
6515 | 2538 2007-04-11 David Bateman <dbateman@free.fr> |
2539 | |
2540 * general/bitcmp.m: Make it work again. | |
2541 | |
6512 | 2542 2007-04-10 John W. Eaton <jwe@octave.org> |
2543 | |
2544 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
2545 that are close but not exactly equal. | |
2546 | |
6511 | 2547 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
2548 | |
2549 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
2550 in response to a change in x limits for now. | |
2551 | |
6510 | 2552 2007-04-09 John W. Eaton <jwe@octave.org> |
2553 | |
2554 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
2555 (__go_draw_axes__): Use it to write data to plot stream. | |
2556 | |
6509 | 2557 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
2558 | |
2559 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
2560 zeros. Set markerfacecolor property in call to plot. | |
2561 | |
6508 | 2562 2007-04-06 John W. Eaton <jwe@octave.org> |
2563 | |
2564 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
2565 | |
2566 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
2567 | |
2568 * plot/stem.m: Use plot instead of a series of calls to line. | |
2569 | |
6494 | 2570 2007-04-05 John W. Eaton <jwe@octave.org> |
2571 | |
6499 | 2572 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
2573 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
2574 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
2575 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
2576 | |
6496 | 2577 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 2578 Use strcmpi instead of strcmp+tolower. |
6496 | 2579 Style fixes. |
2580 | |
6494 | 2581 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
2582 Plotting fixes. Style fixes. | |
2583 | |
2584 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
2585 Style fixes. | |
2586 | |
2587 * testfun/fail.m: No need to check for evalin and lastwarn. | |
2588 Style fixes. | |
2589 | |
2590 * testfun/demo.m, testfun/example.m: Style fixes. | |
2591 Use "strcat (...)" instead of "[...]". | |
2592 Use format specifiers in calls to warning. | |
2593 | |
2594 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
2595 Use "strcat (...)" instead of "[...]". | |
2596 Use "x(end)" instead of "x(length (x))". | |
2597 Check NA before NaN. | |
2598 Style fixes. | |
2599 | |
6473 | 2600 2007-03-29 John W. Eaton <jwe@octave.org> |
2601 | |
6474 | 2602 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 2603 |
6467 | 2604 2007-03-27 John W. Eaton <jwe@octave.org> |
2605 | |
2606 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2607 control/base/Makefile.in, control/hinf/Makefile.in, | |
2608 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2609 control/util/Makefile.in, deprecated/Makefile.in, | |
2610 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2611 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2612 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2613 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2614 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2615 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2616 special-matrix/Makefile.in, startup/Makefile.in, | |
2617 statistics/Makefile.in, statistics/base/Makefile.in, | |
2618 statistics/distributions/Makefile.in, | |
2619 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2620 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2621 Use ln instead of $(LN_S) in dist target. | |
2622 | |
6465 | 2623 2007-03-27 David Bateman <dbateman@free.fr> |
2624 | |
2625 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
2626 gnuplot 4.0. | |
2627 | |
6464 | 2628 2007-03-26 John W. Eaton <jwe@octave.org> |
2629 | |
2630 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
2631 | |
6461 | 2632 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
2633 | |
2634 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
2635 plot stream and using binary data. | |
2636 | |
6459 | 2637 2007-03-26 John W. Eaton <jwe@octave.org> |
2638 | |
2639 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
2640 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2641 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
2642 | |
2643 2007-03-26 David Bateman <dbateman@free.fr> | |
2644 | |
6461 | 2645 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
2646 | |
6459 | 2647 * plot/plot3.m: Handle line properties. |
2648 * plot/plot.m: Update docstring. | |
2649 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
2650 * plot/__plt__.m: Also gather properties. | |
2651 | |
6455 | 2652 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
2653 | |
2654 * testfun/assert.m: Delete special check for empty objects. | |
2655 Add test. | |
2656 | |
6453 | 2657 2007-03-26 John W. Eaton <jwe@octave.org> |
2658 | |
6454 | 2659 * plot/drawnow.m: Exit early if call is recursive. |
2660 | |
6453 | 2661 * plot/__go_draw_axes__.m (get_data_limits): New function. |
2662 Check for Inf too. | |
2663 (__go_draw_axes__): Use get_data_limits. | |
2664 | |
6450 | 2665 2007-03-24 John W. Eaton <jwe@octave.org> |
2666 | |
6451 | 2667 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
2668 send terminal setting command with title option to plot stream. | |
2669 | |
6450 | 2670 * plot/legend.m: Correctly increment index into list of children.. |
2671 | |
6434 | 2672 2007-03-23 John W. Eaton <jwe@octave.org> |
2673 | |
6448 | 2674 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
2675 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
2676 control/base/nyquist.m, control/base/nichols.m, | |
2677 control/base/frdemo.m, signal/freqz_plot.m, | |
2678 control/base/__stepimp__.m, control/base/bode.m, | |
2679 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
2680 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 2681 Update plotting code. |
2682 | |
2683 * control/base/bode.m: Unwrap phase angle. | |
2684 | |
2685 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
2686 | |
2687 * plot/axis.m: Don't check automatic_replot, or call replot. | |
2688 | |
2689 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
2690 commands. | |
6446 | 2691 |
6442 | 2692 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 2693 Handle numeric color specs. |
6442 | 2694 * plot/plot.m: Remove "-@" and "@" from docstring. |
2695 | |
6441 | 2696 * plot/orient.m: Fix tests to avoid creating a plot window. |
2697 | |
6440 | 2698 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
2699 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
2700 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
2701 general/arrayfun.m, miscellaneous/compare_versions.m, | |
2702 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
2703 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
2704 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
2705 | |
6438 | 2706 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
2707 plot, not just multiplots. | |
2708 | |
6436 | 2709 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
2710 | |
6434 | 2711 * plot/contour.m: Don't call drawnow. |
2712 | |
6431 | 2713 2007-03-22 John W. Eaton <jwe@octave.org> |
2714 | |
6432 | 2715 * plot/drawnow.m: Check and optionally, set, the __modified__ |
2716 property of each figure. | |
2717 | |
6431 | 2718 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
2719 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2720 | |
2721 2007-03-21 John W. Eaton <jwe@octave.org> | |
2722 | |
2723 * linear-algebra/null.m: Set elements of retval with magnitudes | |
2724 less than eps to 0. | |
2725 | |
6429 | 2726 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 2727 |
2728 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 2729 * testfun/speed.m: Documentation and example fix. |
2730 | |
6424 | 2731 2007-03-21 John W. Eaton <jwe@octave.org> |
2732 | |
2733 * plot/subplot.m: If we find an existing subplot region, set | |
2734 it to be the "currentaxes" property for the current figure. | |
6425 | 2735 Delete old axes objects if the new axes object overlaps the old. |
6424 | 2736 |
6422 | 2737 2007-03-20 David Bateman <dbateman@free.fr> |
2738 | |
2739 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
2740 | |
2741 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
2742 | |
2743 * general/arrayfun.m: New function. | |
2744 | |
6418 | 2745 2007-03-20 John W. Eaton <jwe@octave.org> |
2746 | |
6419 | 2747 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
2748 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
2749 | |
2750 * plot/clf.m: Don't call drawnow. | |
2751 | |
6431 | 2752 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 2753 |
6420 | 2754 * image/__img__.m: Maybe set yaxis to reverse for images. |
2755 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
2756 images. | |
2757 | |
6418 | 2758 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 2759 instead of global. Only register __go_close_all__ with atexit if |
2760 the plot stream is successfully opened. | |
6418 | 2761 |
6413 | 2762 2007-03-15 John W. Eaton <jwe@octave.org> |
2763 | |
6418 | 2764 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 2765 From Daniel J Sebald <daniel.sebald@ieee.org>. |
2766 | |
2767 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
2768 | |
2769 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 2770 Use numeric line types. |
6413 | 2771 |
2772 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 2773 lines and larger markers. Remove key titles from line type |
2774 properties. | |
6413 | 2775 |
6405 | 2776 2007-03-14 John W. Eaton <jwe@octave.org> |
2777 | |
6412 | 2778 * plot/__axis_label__.m: Accept additional property-value pairs |
2779 and pass them to __go_text__. Simply return the handle obtained | |
2780 from __go_text__ instead of calling get on the current axis. | |
2781 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
2782 Allow for extra property value pairs to be passed along. | |
2783 * plot/title.m: Implement with __axis_label__ since it does all | |
2784 that title needs to do. | |
2785 | |
6410 | 2786 * plot/clf.m: Set currentaxes property for current figure to []. |
2787 | |
6405 | 2788 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
2789 | |
2790 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
2791 and __plt2__, not just the last. | |
2792 | |
2793 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
2794 (SOURCES_IN, GEN_M): Delete. | |
2795 (FCN_FILES): Don't include $(GEN_M). | |
2796 (all): Don't depend on $(GEN_M). | |
2797 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
2798 | |
2799 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
2800 | |
2801 * plot/newplot.m: Call __go_axes_init__ instead of | |
2802 __uiobject_axes_init__. | |
2803 | |
2804 * plot/mesh.m: Use __go_surface__ instead of | |
2805 __uiobject_surface_ctor__. Don't access object fields directly. | |
2806 | |
2807 * plot/line.m: Use __line__ to do actual work. | |
2808 * plot/__line__.m: New function. | |
2809 | |
2810 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
2811 Use get and set instead of accessing object fields directly. | |
2812 | |
2813 * plot/figure.m: Use __go_figure__ to create figure graphics | |
2814 handle. | |
2815 | |
2816 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
2817 __uiobject_close_all. Call __go_draw_figure__ instead of | |
2818 __uiobject_draw_figure__. | |
2819 | |
2820 * plot/clf.m: Use get instead of accessing object fields | |
2821 directly. Simply delete children. Don't set currentaxes. | |
2822 | |
2823 * plot/close.m (close_all_figures): New subfunction. | |
2824 Use it instead of getting list of figures to close from | |
2825 __uiobject_figures__. | |
2826 | |
2827 * plot/closereq.m: Simply delete the current figure. Don't set | |
2828 currentfigure. | |
2829 | |
2830 * plot/__errplot__.m: Call __line__ instead of | |
2831 __uiobject_line_ctor__. Use set instead of accesing object fields | |
2832 directly. Don't call __uiobject_adopt__. | |
2833 | |
2834 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
2835 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
2836 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
2837 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
2838 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
2839 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
2840 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
2841 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
2842 plot/__uiobject_init_root_figure__.in, | |
2843 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
2844 plot/__uiobject_root_figure_ctor__.m, | |
2845 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
2846 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
2847 plot/set.in: Delete. | |
6408 | 2848 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 2849 |
2850 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
2851 Pass "hidden" as second arg to close. | |
2852 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
2853 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 2854 * plot/Makefile.in (SOURCES_M): Rename in list. |
2855 | |
6405 | 2856 * image/__img__.m: Use __go_image__ to create image graphics |
2857 handle. | |
2858 | |
2859 * miscellaneous/delete.m: Call __go_delete__, not | |
2860 __uiobject_delete__. Check that arg is a graphics handle before | |
2861 calling __go_delete__. | |
2862 | |
6403 | 2863 2007-03-13 John W. Eaton <jwe@octave.org> |
2864 | |
2865 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
2866 arg instead of switch statement. | |
6528 | 2867 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 2868 |
2869 2007-03-12 John W. Eaton <jwe@octave.org> | |
2870 | |
2871 * miscellaneous/cast.m: New function. | |
2872 | |
2873 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
2874 | |
6398 | 2875 2007-03-08 John W. Eaton <jwe@octave.org> |
2876 | |
2877 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
2878 tilde expansion on target filename before passing it to the shell. | |
2879 | |
2880 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
2881 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
2882 | |
6396 | 2883 2007-03-08 David Bateman <dbateman@free.fr> |
2884 | |
2885 * statistics/base/unidrnd.m: Move to statistics/distributions | |
2886 replacing slower version based on dicrete_rnd. | |
2887 | |
6392 | 2888 2007-03-07 John W. Eaton <jwe@octave.org> |
2889 | |
6395 | 2890 * control/base/rlocus.m: Update for current plotting functions. |
2891 | |
2892 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2893 | |
2894 * control/base/rlocus.m: Improve display. | |
2895 | |
2896 2007-03-07 John W. Eaton <jwe@octave.org> | |
2897 | |
2898 * plot/legend.m: Only handle positions -1:4. | |
2899 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
2900 found in option string | |
2901 * plot/__uiobject_draw_axes__.m: Handle key position. | |
2902 | |
6394 | 2903 * plot/newplot.m: Always reset next line color. |
2904 | |
6392 | 2905 * testfun/assert.m: Check that number of dimensions match before |
2906 checking dimensions. | |
2907 | |
6391 | 2908 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
2909 | |
2910 * specfun/perms.m, specfun/factorial.m: Check args. | |
2911 | |
6387 | 2912 2007-03-07 John W. Eaton <jwe@octave.org> |
2913 | |
6390 | 2914 * plot/mesh.m: Call newplot before doing anything. |
2915 | |
2916 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
2917 just "e". Only flush plot stream once. | |
2918 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2919 | |
6387 | 2920 * strings/blanks.m: Omit first index in assignment. |
2921 | |
6386 | 2922 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
2923 | |
2924 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
2925 | |
6385 | 2926 2007-03-06 David Bateman <dbateman@free.fr> |
2927 John W. Eaton <jwe@octave.org> | |
2928 | |
2929 * set/setdiff.m: Ignore "rows" for cell array args. | |
2930 Handle cellstr args. | |
2931 | |
6382 | 2932 2007-03-05 John W. Eaton <jwe@octave.org> |
2933 | |
2934 * optimization/sqp.m: Defer first call to obj_hess until after | |
2935 calling obj_fun. | |
2936 | |
6377 | 2937 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
2938 | |
2939 * specfun/nchoosek.m: Fix nargin check. | |
2940 | |
6376 | 2941 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
2942 | |
2943 * image/__img__.m: Don't set xlim and ylim properties. | |
2944 | |
6374 | 2945 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
2946 | |
2947 * general/interp1.m: Fix *style cases for decreasing x. | |
2948 | |
6372 | 2949 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
2950 | |
2951 * polynomial/roots.m: Check nargin before accessing arg. | |
2952 | |
6369 | 2953 2007-02-28 John W. Eaton <jwe@octave.org> |
2954 | |
2955 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
2956 increment data_idx unless using gnuplot for display. | |
2957 | |
6368 | 2958 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
2959 | |
2960 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
2961 plots with images. | |
2962 * image/image.m, image/imagesc.m, image/imshow.m: | |
2963 Deprecate zoom argument. | |
2964 | |
6366 | 2965 2007-02-28 John W. Eaton <jwe@octave.org> |
2966 | |
2967 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
2968 temporary file names. Keep image and colormap file ids separate. | |
2969 | |
2970 * general/interp1.m: Correctly compute min and max values when | |
2971 values are decreasing and not evenly spaced. | |
2972 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
2973 | |
6365 | 2974 2007-02-27 John W. Eaton <jwe@octave.org> |
2975 | |
2976 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
2977 returning an empty cell array. | |
2978 | |
6546 | 2979 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 2980 |
2981 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
2982 | |
6546 | 2983 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 2984 |
2985 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2986 control/base/Makefile.in, control/hinf/Makefile.in, | |
2987 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2988 control/util/Makefile.in, deprecated/Makefile.in, | |
2989 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2990 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2991 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2992 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2993 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2994 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2995 special-matrix/Makefile.in, startup/Makefile.in, | |
2996 statistics/Makefile.in, statistics/base/Makefile.in, | |
2997 statistics/distributions/Makefile.in, | |
2998 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2999 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3000 Use $(LN_S) instead of ln or ln -s. | |
3001 | |
6356 | 3002 2007-02-24 David Bateman <dbateman@free.fr> |
3003 | |
3004 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3005 '\n' in FILES file. | |
6357 | 3006 (configure_make): Also install any mex files. |
6356 | 3007 |
6353 | 3008 2007-02-24 David Bateman <dbateman@free.fr> |
3009 | |
3010 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3011 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3012 | |
6351 | 3013 2007-02-23 John W. Eaton <jwe@octave.org> |
3014 | |
3015 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3016 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3017 | |
3018 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3019 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3020 | |
6349 | 3021 2007-02-23 David Bateman <dbateman@free.fr> |
3022 | |
3023 * statistics/distributions/discrete_rnd.m, | |
3024 statistics/distributions/geornd.m, | |
3025 statistics/distributions/lognnd.m, | |
3026 statistics/distributions/nbinrnd.m, | |
3027 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3028 | |
3029 * statistics/distributions/unidcdf.m, | |
3030 statistics/distributions/unidinv.m, | |
3031 statistics/distributions/unidpdf.m, | |
3032 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3033 discrete_cdf, etc. |
6349 | 3034 |
3035 * statistics/distributions/pascal_cdf.m, | |
3036 statistics/distributions/pascal_inv.m, | |
3037 statistics/distributions/pascal_pdf.m, | |
3038 statistics/distributions/pascal_rnd.m: Remove. | |
3039 * statistics/distributions/nbincdf.m, | |
3040 statistics/distributions/nbininv.m, | |
3041 statistics/distributions/nbinpdf.m, | |
3042 statistics/distributions/nbinrnd.m: Replace with matlab | |
3043 compatible functions. | |
3044 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3045 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3046 nbincdf, etc functions to implement these. | |
3047 | |
6344 | 3048 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3049 | |
3050 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3051 command and data. | |
3052 | |
3053 2007-02-22 John W. Eaton <jwe@octave.org> | |
3054 | |
3055 * miscellaneous/doc.m: If index search fails, try again without | |
3056 the index search option. | |
3057 | |
6339 | 3058 2007-02-22 David Bateman <dbateman@free.fr> |
3059 | |
6341 | 3060 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3061 | |
6340 | 3062 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3063 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3064 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3065 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3066 and randp to accelerate. | |
3067 | |
6339 | 3068 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3069 | |
6338 | 3070 2007-02-22 John W. Eaton <jwe@octave.org> |
3071 | |
3072 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3073 cache data and display after xlim and ylim have been determined. | |
3074 | |
6337 | 3075 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3076 | |
3077 * plot/__uiobject_draw_axes__.m: | |
3078 Allow multiple images to be displayed with gnuplot. | |
3079 | |
6333 | 3080 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3081 | |
3082 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3083 for versions of GLPK 4.15 and later. | |
3084 | |
6328 | 3085 2007-02-19 John W. Eaton <jwe@octave.org> |
3086 | |
3087 * plot/__uiobject_alloc__.in: If next available element in | |
3088 __uiobject_list__ is 0, grow list before doing anything else. | |
3089 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3090 first call when size of __uiobject_list__ is 0. | |
3091 | |
6323 | 3092 2007-02-16 John W. Eaton <jwe@octave.org> |
3093 | |
3094 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3095 | |
6321 | 3096 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3097 | |
3098 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3099 | |
6316 | 3100 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3101 | |
3102 * specfun/nchoosek.m: Check nargin. | |
3103 | |
6314 | 3104 2007-02-15 John W. Eaton <jwe@octave.org> |
3105 | |
6315 | 3106 * path/addpath.m, path/rmpath.m: Delete |
3107 * path/Makefile.in (SOURCES): Remove them from the list. | |
3108 | |
6314 | 3109 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3110 Delete title, xlabel, ylabel, and zlabel properties before | |
3111 reassigning. | |
3112 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3113 Don't init outerposition if "mode" is "replace". | |
3114 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3115 If axes nextplot property is replace, pass "replace" as mode arg | |
3116 to __uiobject_axes_init__. | |
3117 | |
6308 | 3118 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3119 | |
6310 | 3120 * image/imshow.m: Don't restore old colormap. |
3121 | |
6309 | 3122 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3123 * image/__img__.m: New file containing common parts of image.m and | |
3124 imshow.m. | |
6312 | 3125 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3126 * image/image.m, image/imshow.m: Call __img__. |
3127 * plot/__uiobject_draw_axes__.m: | |
3128 Handle rgb imaged data stored in 3-d arrays. | |
3129 | |
6308 | 3130 * plot/figure.m: Doc fix. |
3131 | |
6304 | 3132 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3133 | |
3134 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3135 for reading and writing data. New tests. Improve rounding. | |
3136 | |
6302 | 3137 2007-02-13 John W. Eaton <jwe@octave.org> |
3138 | |
6303 | 3139 * plot/stem.m: New file, adapted from OctPlot. |
3140 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3141 | |
6302 | 3142 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3143 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3144 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3145 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3146 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3147 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3148 plot/semilogyerr.m: Return handles to line objects. | |
3149 | |
6301 | 3150 2007-02-11 John W. Eaton <jwe@octave.org> |
3151 | |
3152 * plot/__uiobject_close_all.m: New file. | |
3153 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3154 | |
6298 | 3155 2007-02-10 John W. Eaton <jwe@octave.org> |
3156 | |
3157 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3158 * plot/__uiobject_globals__.m: Don't call mlock. | |
3159 | |
3160 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3161 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3162 before calling pclose. | |
3163 | |
6291 | 3164 2007-02-09 John W. Eaton <jwe@octave.org> |
3165 | |
6295 | 3166 * plot/subplot.m: Delete spurious call to axes. |
3167 | |
6293 | 3168 * plot/figure.m: Call drawnow for current figure before creating |
3169 or switching to a new figure. | |
3170 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3171 nargin == 0 case. | |
3172 | |
6291 | 3173 * testfun/assert.m: Try to avoid problems when comparisons involve |
3174 strange values like Inf+NaNi. | |
3175 | |
6283 | 3176 2007-02-08 John W. Eaton <jwe@octave.org> |
3177 | |
6286 | 3178 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3179 and check gnuplot_use_title_option instead of just assuming -title | |
3180 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3181 | |
6285 | 3182 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3183 | |
6284 | 3184 * audio/Makefile.in, control/base/Makefile.in, |
3185 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3186 control/system/Makefile.in, control/util/Makefile.in, | |
3187 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3188 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3189 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3190 optimization/Makefile.in, plot/Makefile.in, | |
3191 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3192 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3193 special-matrix/Makefile.in, startup/Makefile.in, | |
3194 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3195 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3196 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3197 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3198 | |
6283 | 3199 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3200 only given property list. | |
3201 | |
6278 | 3202 2007-02-07 John W. Eaton <jwe@octave.org> |
3203 | |
6280 | 3204 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3205 properties. | |
3206 | |
6278 | 3207 * plot/sombrero.m: Call box ("off") after mesh. |
3208 | |
3209 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3210 line default" commands with older versions of gnuplot. | |
3211 | |
3212 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3213 | |
6273 | 3214 2007-02-06 John W. Eaton <jwe@octave.org> |
3215 | |
3216 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3217 * sparse/gplot.m: Use line style - instead of 1. | |
3218 | |
6272 | 3219 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3220 | |
3221 * plot/print.m: Avoid error message from cellidx. | |
3222 | |
3223 2007-02-05 John W. Eaton <jwe@octave.org> | |
3224 | |
3225 * plot/legend.m: Fix check for data. | |
3226 | |
6270 | 3227 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3228 | |
3229 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3230 Always set lt and pt. | |
3231 | |
6269 | 3232 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3233 | |
3234 * plot/contourc.m: Correctly compute X and Y. | |
3235 | |
6268 | 3236 2007-02-05 John W. Eaton <jwe@octave.org> |
3237 | |
3238 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3239 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3240 | |
6264 | 3241 2007-02-01 John W. Eaton <jwe@octave.org> |
3242 | |
6266 | 3243 * plot/__uiobject_draw_axes__.m: |
3244 Don't try to set axis limits unless we have data. | |
3245 | |
6264 | 3246 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3247 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3248 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3249 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3250 instead of of key and fmt strings. | |
3251 | |
3252 * plot/__pltopt1__.m: Greatly simplify. | |
3253 | |
3254 * plot/__next_line_color__.m: New file. | |
3255 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3256 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3257 | |
3258 * plot/__default_plot_options__.m: New file. | |
3259 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3260 | |
3261 * plot/__plt3__.m: Delete. | |
3262 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3263 | |
6259 | 3264 2007-01-31 John W. Eaton <jwe@octave.org> |
3265 | |
6263 | 3266 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3267 linestyle, linewidth, marker, and markersize properties. | |
3268 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3269 colors and widths, and line styles. | |
3270 | |
3271 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3272 |
6261 | 3273 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3274 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3275 | |
3276 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3277 __gnuplot_save_data__. | |
3278 | |
6259 | 3279 * image/image.m: Accept 2 args, but ignore the second for now. |
3280 | |
6258 | 3281 2007-01-30 David Bateman <dbateman@free.fr> |
3282 | |
3283 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3284 to flag a package as to be autoloaded. Add install flags -noauto, | |
3285 -auto to force autoload behavior. | |
3286 (installed_packages): Make list of installed packages unique. | |
3287 | |
6259 | 3288 2007-01-30 John W. Eaton <jwe@octave.org> |
3289 | |
3290 * Merge of changes from graphics-branch: | |
3291 | |
3292 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3293 |
3294 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3295 | |
3296 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3297 property if it exists. | |
3298 | |
6259 | 3299 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3300 |
3301 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3302 min values outside of loop over child objects. | |
3303 | |
3304 * plot/contour.m, plot/contourc.m: New files. | |
3305 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3306 | |
3307 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3308 find a gnuplot version newer than 4.0. | |
3309 * image/__img_gnuplot__.m: Delete. | |
3310 * image/image.m: Create image graphics object. | |
3311 Call newplot to setup and drawnow to finish. | |
3312 Eliminate ZOOM arg. | |
3313 | |
3314 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3315 | |
3316 * plot/legend.m: Eliminate useless variable "warned". | |
3317 | |
3318 * plot/__uiobject_image_ctor__.m: New file. | |
3319 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3320 | |
3321 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3322 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3323 | |
3324 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3325 | |
3326 * plot/__default_colormap__.m: New file. | |
3327 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3328 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3329 property. | |
3330 * image/colormap.m: Use colormap property of current figure | |
3331 to store colormap instead of using persistent variable. | |
3332 Call __default_colormap__ to get default map value. | |
3333 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3334 | |
3335 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3336 Handle some tick mark options. | |
3337 | |
3338 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3339 set corresponding *mode to "manual". If we set dataaspectratio, | |
3340 set dataaspectratiomode to "manual". | |
3341 | |
3342 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3343 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3344 | |
3345 * plot/axis.m: New file. | |
3346 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3347 | |
3348 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3349 set corresponding *limmode to "manual". | |
3350 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3351 Use it to compute autosclaled limits. | |
3352 Arg is now handle, not object. Change all callers. | |
3353 Compute data limits. | |
3354 | |
6259 | 3355 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3356 |
3357 * plot/drawnow: Fix visibility check for zero args. | |
3358 | |
3359 * plot/text.m: New file. | |
3360 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3361 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3362 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3363 horizontalalignment properties. | |
3364 | |
3365 * plot/figure.m: Set options for f we just constructed or were | |
3366 given as an argument, not gcf. Only return handle if nargout > 0. | |
3367 | |
3368 * plot/drawnow.m: Handle visible field for figure here. | |
3369 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3370 | |
3371 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3372 title and axis labels. | |
3373 | |
3374 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3375 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3376 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3377 * plot/view.m: New file. | |
3378 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3379 | |
3380 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3381 Call __request_drawnow__. | |
3382 | |
3383 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3384 | |
3385 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3386 Call set to set properties. Return handle instead of structure. | |
3387 Change all callers. | |
3388 | |
3389 * plot/__uiobject_axes_setr__.m: New file. | |
3390 * plot/set.in: Check for __setter__ field. | |
3391 | |
3392 * plot/__uiobject_axes_init__.in: | |
3393 Rename from plot/__uiobject_axes_init__.m. | |
3394 Include __uiobject_globals__. | |
3395 Accept handle as arg instead of structure | |
3396 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3397 from the list. | |
3398 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3399 | |
6259 | 3400 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3401 |
3402 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3403 | |
3404 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3405 initializing each global variable. | |
3406 | |
6259 | 3407 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3408 |
3409 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3410 __uiobject_figure_handles_free_list__): New global variables. | |
3411 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3412 Place unused handles on the free list. | |
3413 | |
3414 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3415 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3416 | |
3417 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3418 handles here. Return figure handle. | |
3419 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3420 | |
6259 | 3421 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3422 |
3423 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3424 data for gnuplot. | |
3425 | |
3426 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3427 files. | |
3428 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3429 (DISTFILES): Include include-globals.awk in the list. | |
3430 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3431 ($(GEN_M) : %.m : %.in): New rule. | |
3432 | |
3433 * include-globals.awk: New file. | |
3434 | |
3435 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3436 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3437 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3438 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3439 plot/__uiobject_init_root_figure__.in, | |
3440 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3441 Rename from corresponding .m files. | |
3442 | |
3443 * move-if-change: New file. | |
3444 | |
3445 * plot/__uiobject_delete__.m: New file. | |
3446 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3447 plot/__uiobject_delete_child__.m: Delete. | |
3448 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3449 not a character string. | |
3450 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3451 Fix assignment to tmp key value in loop. | |
3452 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3453 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3454 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3455 Inline code to delete children. | |
3456 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3457 __uiobject_list__. | |
3458 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3459 and free child. | |
3460 | |
6259 | 3461 2006-12-08 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * plot/gcf.m: Check if the root figure object's currentfigure | |
3464 handle is empty, not 0. | |
3465 * plot/__uiobject_root_figure_ctor__.m: | |
3466 Set currentfigure to [], not 0. | |
3467 | |
3468 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3469 | |
3470 2006-12-07 John W. Eaton <jwe@octave.org> | |
3471 | |
3472 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3473 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3474 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3475 plot/__uiobject_delete_children__.m, | |
3476 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3477 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3478 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3479 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3480 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3481 plot/__uiobject_init_figure__.m, | |
3482 plot/__uiobject_init_root_figure__.m, | |
3483 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3484 plot/__uiobject_remove_child__.m, | |
3485 plot/__uiobject_root_figure_ctor__.m, | |
3486 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3487 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3488 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3489 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3490 plot/set.m: New files. | |
3491 | |
3492 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
3493 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
3494 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
3495 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
3496 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
3497 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
3498 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
3499 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
3500 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
3501 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
3502 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
3503 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
3504 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
3505 plot/semilogyerr.m, plot/replot.m: | |
3506 Adapt to new graphics data structure. | |
3507 | |
3508 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
3509 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
3510 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
3511 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
3512 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3513 plot/plot_border.m, plot/subwindow.m: Delete. | |
3514 | |
3515 2007-01-24 David Bateman <dbateman@free.fr> | |
3516 | |
3517 * pkg/pkg.m: Install ChangeLog file if it exists. | |
3518 Delete bare newline in string passed to write_INDEX. | |
3519 | |
3520 * sparse/sprandsym.m: Make work for even values of N. | |
3521 | |
3522 2007-01-24 John W. Eaton <jwe@octave.org> | |
3523 | |
3524 * miscellaneous/news.m: New file. | |
3525 | |
3526 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
3527 | |
3528 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
3529 | |
3530 * strings/strncmp.m: Delete (we now have a built-in version). | |
3531 | |
3532 2007-01-22 Bob Weigel <rweigel@gmu.edu> | |
3533 | |
3534 * testfun/test.m: Check for all files in path, use first found. | |
3535 | |
3536 2007-01-22 David Bateman <dbateman@free.fr> | |
3537 | |
3538 * polynomial/spline.m: Make DG a column instead of a row vector. | |
3539 | |
3540 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
3541 | |
3542 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
3543 file name. | |
3544 | |
3545 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
3546 nargout is 1. Handle colormaps that have too few colors. | |
3547 | |
3548 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
3549 (configure_make): Use fullfile instead of concatenating with "/". | |
3550 | |
6258 | 3551 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
3552 | |
3553 * set/ismember.m: Handle N-d arrays. | |
3554 | |
3555 2007-01-10 David Bateman <dbateman@free.fr> | |
3556 | |
3557 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
3558 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3559 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
3560 New files. | |
3561 | |
3562 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
3563 | |
6778 | 3564 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 3565 |
3566 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
3567 | |
3568 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
3569 instead of concatenating with "/". Use mlock to ensure that | |
3570 persistent variables are not clobbered if user types clear all. | |
3571 | |
3572 2007-01-08 John W. Eaton <jwe@octave.org> | |
3573 | |
3574 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3575 Improve handling of file names containing globbing characters. | |
3576 From S�ren Hauberg <hauberg@gmail.com>. | |
3577 | |
3578 2007-01-05 John W. Eaton <jwe@octave.org> | |
3579 | |
3580 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
3581 New files. | |
3582 | |
3583 2006-12-30 John W. Eaton <jwe@octave.org> | |
3584 | |
3585 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
3586 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
3587 | |
3588 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
3589 | |
3590 * image/imshow.m: Strip NaNs from image. | |
3591 | |
3592 2006-12-08 David Bateman <dbateman@free.fr> | |
3593 | |
3594 * sparse/normest.m: New file. | |
3595 | |
6286 | 3596 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 3597 |
6210 | 3598 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
3599 Work on Windows systems without cp or mv. | |
3600 | |
6209 | 3601 * startup/inputrc: Include sequences for Windows. |
3602 | |
6203 | 3603 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
3604 | |
3605 * pkg/pkg.m (unload_packages): New function. | |
3606 (pkg): Handle unload action. | |
3607 | |
3608 * __errplot__.m: Add missing semicolon. | |
3609 | |
6193 | 3610 2006-11-30 John W. Eaton <jwe@octave.org> |
3611 | |
3612 * miscellaneous/mexext.m: New file. | |
3613 | |
6189 | 3614 2006-11-29 David Bateman <dbateman@free.fr> |
3615 | |
3616 * pkg/pkg.m: Add local_list and global_list options that allow the | |
3617 location of package lists to be probed and set. | |
3618 | |
6179 | 3619 2006-11-17 John W. Eaton <jwe@octave.org> |
3620 | |
6181 | 3621 * plot/__render_plot1__.m: Reverse y axis for images. |
3622 | |
6179 | 3623 * plot/__render_plot__.m: New args, terminal and output. |
3624 * plot/print.m: Don't set output and term here. Instead, call | |
3625 __render_plot__ with terminal and output. | |
3626 | |
6178 | 3627 2006-11-16 John W. Eaton <jwe@octave.org> |
3628 | |
3629 * plot/__render_plot1__.m: New file. | |
3630 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
3631 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
3632 gnuplot. Let __render_plot__ do that. | |
3633 | |
6177 | 3634 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
3635 | |
3636 * plot/plot.m: Fix doc string. | |
3637 | |
6173 | 3638 2006-11-16 John W. Eaton <jwe@octave.org> |
3639 | |
3640 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
3641 before sending anything to the plotter. | |
3642 | |
6172 | 3643 2006-11-15 John W. Eaton <jwe@octave.org> |
3644 | |
3645 * image/__img_gnuplot__.m: Store more info in global plot | |
3646 structures and use __render_plot__ to build plot command to | |
3647 display image. | |
3648 | |
3649 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
3650 | |
3651 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
3652 __plot_command_sep__): Delete. | |
3653 (__plot_data_type__, __plot_data_parametric__, | |
3654 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
3655 __plot_usingstr__, __plot_withstr__): New variables. | |
3656 * plot/__init_plot_vars__.m: Initialize them. | |
3657 | |
3658 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
3659 Don't handle sep or cmd. | |
3660 | |
3661 * plot/__render_plot__.m: New function. | |
3662 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
3663 Store more info in global plot structures and use __render_plot__ | |
3664 to build plot command. | |
3665 * plot/replot.m: Simply call __render_plot__. | |
3666 | |
3667 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
3668 Set __plot_data_parametric__ here. | |
3669 | |
6164 | 3670 2006-11-14 John W. Eaton <jwe@octave.org> |
3671 | |
6166 | 3672 * plot/bottom_title.m, plot/top_title.m: Delete. |
3673 | |
6164 | 3674 * image/image_viewer.m: Set default values here. |
3675 * image/image.m: Not here. | |
3676 | |
3677 * image/image_viewer.m: Always return old values. Check arguments. | |
3678 * image/__img_gnuplot__.m: Rename from __img__m. | |
3679 | |
3680 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
3681 | |
3682 * image/image_viewer.m: New function. | |
3683 * image/__img_via_file__.m: New function. | |
3684 * image/image.m: Use image_viewer to determine which program to | |
3685 use for image viewing. | |
6754 | 3686 * image/__img__.m: Silently accept more than 3 args. |
6164 | 3687 |
6163 | 3688 2006-11-14 John W. Eaton <jwe@octave.org> |
3689 | |
3690 * plot/__do_legend__.m, plot/__errplot__.m, | |
3691 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
3692 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
3693 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3694 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
3695 Use __plot_globals__ for multiplot variables. Keep track of | |
3696 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
3697 | |
6157 | 3698 2006-11-13 John W. Eaton <jwe@octave.org> |
3699 | |
6158 | 3700 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
3701 | |
6157 | 3702 * miscellaneous/substruct.m: New function. |
3703 | |
3704 * testfun/assert.m: Force orientation to match when comparing | |
3705 struct elements. | |
3706 | |
3707 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
3708 when comparing structs. | |
3709 | |
3710 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
3711 | |
6754 | 3712 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
3713 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
3714 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
3715 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
3716 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
3717 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
3718 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 3719 |
6156 | 3720 2006-11-13 John W. Eaton <jwe@octave.org> |
3721 | |
3722 * plot/mesh.m: Use size_equal to compare dimensions. | |
3723 | |
6154 | 3724 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
3725 | |
3726 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
3727 | |
6152 | 3728 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
3729 | |
3730 * miscellaneous/copyfile.m: Fix docs to match function. | |
3731 | |
6145 | 3732 2006-11-08 John W. Eaton <jwe@octave.org> |
3733 | |
6146 | 3734 * plot/legend.m: New function, adapted from Octave Forge. |
3735 | |
3736 * plot/__do_legend__.m: New function. | |
3737 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
3738 plot/replot.m: Call it before plotting. | |
3739 | |
3740 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
3741 noparametric" to gnuplot.. | |
3742 | |
3743 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
3744 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
3745 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
3746 and return key title separate from line format. Accept format and | |
3747 key as cellstr. Always return data as cell array. Return format | |
3748 and key title as cellstr. | |
3749 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
3750 Handle line format and key titles separately. | |
3751 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
3752 | |
3753 * plot/__plot_globals__.m (__plot_line_offset__, | |
3754 __plot_key_labels__, __plot_key_properties__): New global | |
3755 variables. Initialize them. | |
3756 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
3757 __plot_key_labels__, __plot_key_properties__): Initialize. | |
3758 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
3759 (__plot_line_offset__, __plot_key_labels__, | |
3760 __plot_key_properties__): Store information about plot key titles. | |
3761 | |
3762 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
3763 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
3764 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
3765 respectively. | |
3766 | |
3767 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
3768 | |
6145 | 3769 * strings/strcat.m: Disable Octave:empty-list-elements warning |
3770 whle concatenating args. | |
3771 | |
6144 | 3772 2006-11-07 John W. Eaton <jwe@octave.org> |
3773 | |
3774 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
3775 | |
6142 | 3776 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
3777 | |
6143 | 3778 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
3779 option to regexp. | |
3780 | |
6142 | 3781 * image/__img__.m: Send "set size ratio -1" before plotting. |
3782 | |
6138 | 3783 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
3784 | |
6139 | 3785 * strings/index.m: New arg, direction. Simplify and speed up. |
3786 * strings/rindex.m: Implement using index (..., "last"); | |
3787 | |
6754 | 3788 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 3789 |
6130 | 3790 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
3791 | |
3792 * general/__isequal__.m: Test size and class more consistently. | |
3793 | |
6116 | 3794 2006-10-27 John W. Eaton <jwe@octave.org> |
3795 | |
6117 | 3796 * miscellaneous/ls_command.m: Use /D instead of /w. |
3797 From Michael Goffioul <michael.goffioul@swing.be>. | |
3798 | |
6116 | 3799 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
3800 * miscellaneous/dir.m: Mark as a command. | |
3801 | |
6112 | 3802 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
3803 | |
3804 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
3805 | |
6088 | 3806 2006-10-25 John W. Eaton <jwe@octave.org> |
3807 | |
3808 * image/image.m: Set x = y = [] when nargin == 0; | |
3809 | |
3810 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
3811 | |
3812 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
3813 * image/__img__.m: New file, originally from | |
3814 Daniel J Sebald <daniel.sebald@ieee.org>. | |
3815 | |
6087 | 3816 2006-10-25 John W. Eaton <jwe@octave.org> |
3817 | |
3818 * plot/__gnuplot_version__.m: New function, originally from | |
3819 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
3820 Quentin Spencer <qspencer@ieee.org>. | |
3821 | |
6085 | 3822 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
3823 | |
3824 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
3825 | |
6081 | 3826 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
3827 | |
3828 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
3829 miscellaneous/gunzip.m: New files. | |
3830 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
3831 Call unpack to do the real work. | |
3832 | |
6075 | 3833 2006-10-24 John W. Eaton <jwe@octave.org> |
3834 | |
6078 | 3835 * plot/plot3.m: If we have a format string, then also pass using |
3836 string to __plt3__. | |
3837 | |
6077 | 3838 * plot/sombrero.m: Don't return anything if nargout == 0. |
3839 | |
6075 | 3840 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 3841 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 3842 |
6069 | 3843 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
3844 | |
3845 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
3846 Quote filenames in shell commands. | |
3847 | |
6055 | 3848 2006-10-17 David Bateman <dbateman@free.fr> |
3849 | |
3850 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
3851 the package directory is missing. | |
3852 | |
6052 | 3853 2006-10-13 John W. Eaton <jwe@octave.org> |
3854 | |
3855 * plot/box.m: New function. | |
3856 | |
6050 | 3857 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
3858 | |
3859 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
3860 | |
6049 | 3861 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
3862 | |
3863 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
3864 | |
6047 | 3865 2006-10-10 John W. Eaton <jwe@octave.org> |
3866 | |
3867 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
3868 | |
6046 | 3869 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
3870 | |
3871 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
3872 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
3873 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
3874 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3875 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
3876 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
3877 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
3878 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
3879 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
3880 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
3881 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
3882 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3883 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
3884 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
3885 control/system/buildssic.m, control/system/c2d.m, | |
3886 control/system/cellidx.m, control/system/d2c.m, | |
3887 control/system/dmr2d.m, control/system/fir2sys.m, | |
3888 control/system/is_abcd.m, control/system/is_controllable.m, | |
3889 control/system/is_detectable.m, control/system/is_digital.m, | |
3890 control/system/is_observable.m, control/system/is_siso.m, | |
3891 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3892 control/system/jet707.m, control/system/listidx.m, | |
3893 control/system/ord2.m, control/system/parallel.m, | |
3894 control/system/ss.m, control/system/ss2zp.m, | |
3895 control/system/starp.m, control/system/sys2ss.m, | |
3896 control/system/sys2tf.m, control/system/sys2zp.m, | |
3897 control/system/sysadd.m, control/system/sysappend.m, | |
3898 control/system/syschtsam.m, control/system/sysconnect.m, | |
3899 control/system/syscont.m, control/system/sysdimensions.m, | |
3900 control/system/sysdisc.m, control/system/sysdup.m, | |
3901 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
3902 control/system/sysgroup.m, control/system/sysidx.m, | |
3903 control/system/sysmin.m, control/system/sysmult.m, | |
3904 control/system/sysout.m, control/system/sysprune.m, | |
3905 control/system/sysscale.m, control/system/syssetsignals.m, | |
3906 control/system/syssub.m, control/system/sysupdate.m, | |
3907 control/system/tf.m, control/system/tfout.m, | |
3908 control/system/ugain.m, control/system/zp.m, | |
3909 control/system/zpout.m, control/util/__outlist__.m, | |
3910 control/util/__zgpbal__.m, control/util/prompt.m, | |
3911 control/util/sortcom.m, control/util/strappend.m, | |
3912 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
3913 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
3914 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
3915 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
3916 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
3917 finance/pvl.m, finance/rate.m, finance/vol.m, | |
3918 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
3919 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
3920 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
3921 general/cumtrapz.m, general/deal.m, general/diff.m, | |
3922 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
3923 general/ind2sub.m, general/int2str.m, | |
3924 general/is_duplicate_entry.m, general/isdefinite.m, | |
3925 general/isequal.m, general/isequalwithequalnans.m, | |
3926 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
3927 general/isvector.m, general/logical.m, general/logspace.m, | |
3928 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
3929 general/perror.m, general/postpad.m, general/prepad.m, | |
3930 general/randperm.m, general/rem.m, general/repmat.m, | |
3931 general/rot90.m, general/rotdim.m, general/shift.m, | |
3932 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
3933 general/sub2ind.m, general/trapz.m, general/tril.m, | |
3934 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
3935 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
3936 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
3937 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
3938 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
3939 linear-algebra/cross.m, linear-algebra/dmult.m, | |
3940 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
3941 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
3942 linear-algebra/logm.m, linear-algebra/norm.m, | |
3943 linear-algebra/null.m, linear-algebra/orth.m, | |
3944 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
3945 linear-algebra/trace.m, linear-algebra/vec.m, | |
3946 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
3947 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
3948 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
3949 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
3950 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
3951 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
3952 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
3953 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
3954 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
3955 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
3956 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
3957 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
3958 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
3959 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
3960 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
3961 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
3962 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
3963 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
3964 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
3965 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
3966 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
3967 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
3968 polynomial/polyder.m, polynomial/polyderiv.m, | |
3969 polynomial/polyfit.m, polynomial/polygcd.m, | |
3970 polynomial/polyinteg.m, polynomial/polyout.m, | |
3971 polynomial/polyreduce.m, polynomial/polyval.m, | |
3972 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
3973 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
3974 set/complement.m, set/create_set.m, set/intersect.m, | |
3975 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
3976 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
3977 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
3978 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
3979 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
3980 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
3981 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
3982 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
3983 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
3984 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
3985 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
3986 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
3987 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
3988 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
3989 special-matrix/hankel.m, special-matrix/hilb.m, | |
3990 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3991 special-matrix/toeplitz.m, special-matrix/vander.m, | |
3992 statistics/base/center.m, statistics/base/cloglog.m, | |
3993 statistics/base/cor.m, statistics/base/corrcoef.m, | |
3994 statistics/base/cov.m, statistics/base/cut.m, | |
3995 statistics/base/gls.m, statistics/base/iqr.m, | |
3996 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
3997 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
3998 statistics/base/mean.m, statistics/base/meansq.m, | |
3999 statistics/base/median.m, statistics/base/moment.m, | |
4000 statistics/base/ols.m, statistics/base/ppplot.m, | |
4001 statistics/base/probit.m, statistics/base/qqplot.m, | |
4002 statistics/base/range.m, statistics/base/ranks.m, | |
4003 statistics/base/run_count.m, statistics/base/skewness.m, | |
4004 statistics/base/spearman.m, statistics/base/statistics.m, | |
4005 statistics/base/std.m, statistics/base/studentize.m, | |
4006 statistics/base/table.m, statistics/base/values.m, | |
4007 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4008 statistics/distributions/betainv.m, | |
4009 statistics/distributions/betapdf.m, | |
4010 statistics/distributions/betarnd.m, | |
4011 statistics/distributions/binocdf.m, | |
4012 statistics/distributions/binoinv.m, | |
4013 statistics/distributions/binopdf.m, | |
4014 statistics/distributions/binornd.m, | |
4015 statistics/distributions/cauchy_cdf.m, | |
4016 statistics/distributions/cauchy_inv.m, | |
4017 statistics/distributions/cauchy_pdf.m, | |
4018 statistics/distributions/cauchy_rnd.m, | |
4019 statistics/distributions/chi2cdf.m, | |
4020 statistics/distributions/chi2inv.m, | |
4021 statistics/distributions/chi2pdf.m, | |
4022 statistics/distributions/chi2rnd.m, | |
4023 statistics/distributions/discrete_cdf.m, | |
4024 statistics/distributions/discrete_inv.m, | |
4025 statistics/distributions/discrete_pdf.m, | |
4026 statistics/distributions/discrete_rnd.m, | |
4027 statistics/distributions/empirical_rnd.m, | |
4028 statistics/distributions/expcdf.m, | |
4029 statistics/distributions/expinv.m, | |
4030 statistics/distributions/exppdf.m, | |
4031 statistics/distributions/exprnd.m, | |
4032 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4033 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4034 statistics/distributions/gamcdf.m, | |
4035 statistics/distributions/gaminv.m, | |
4036 statistics/distributions/gampdf.m, | |
4037 statistics/distributions/gamrnd.m, | |
4038 statistics/distributions/geocdf.m, | |
4039 statistics/distributions/geoinv.m, | |
4040 statistics/distributions/geopdf.m, | |
4041 statistics/distributions/geornd.m, | |
4042 statistics/distributions/hygecdf.m, | |
4043 statistics/distributions/hygeinv.m, | |
4044 statistics/distributions/hygepdf.m, | |
4045 statistics/distributions/hygernd.m, | |
4046 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4047 statistics/distributions/laplace_cdf.m, | |
4048 statistics/distributions/laplace_inv.m, | |
4049 statistics/distributions/laplace_pdf.m, | |
4050 statistics/distributions/laplace_rnd.m, | |
4051 statistics/distributions/logistic_cdf.m, | |
4052 statistics/distributions/logistic_inv.m, | |
4053 statistics/distributions/logistic_pdf.m, | |
4054 statistics/distributions/logistic_rnd.m, | |
4055 statistics/distributions/logncdf.m, | |
4056 statistics/distributions/logninv.m, | |
4057 statistics/distributions/lognpdf.m, | |
4058 statistics/distributions/lognrnd.m, | |
4059 statistics/distributions/normcdf.m, | |
4060 statistics/distributions/norminv.m, | |
4061 statistics/distributions/normpdf.m, | |
4062 statistics/distributions/normrnd.m, | |
4063 statistics/distributions/pascal_cdf.m, | |
4064 statistics/distributions/pascal_inv.m, | |
4065 statistics/distributions/pascal_pdf.m, | |
4066 statistics/distributions/pascal_rnd.m, | |
4067 statistics/distributions/poisscdf.m, | |
4068 statistics/distributions/poissinv.m, | |
4069 statistics/distributions/poisspdf.m, | |
4070 statistics/distributions/poissrnd.m, | |
4071 statistics/distributions/stdnormal_cdf.m, | |
4072 statistics/distributions/stdnormal_inv.m, | |
4073 statistics/distributions/stdnormal_pdf.m, | |
4074 statistics/distributions/stdnormal_rnd.m, | |
4075 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4076 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4077 statistics/distributions/unifcdf.m, | |
4078 statistics/distributions/unifinv.m, | |
4079 statistics/distributions/unifpdf.m, | |
4080 statistics/distributions/unifrnd.m, | |
4081 statistics/distributions/wblcdf.m, | |
4082 statistics/distributions/wblinv.m, | |
4083 statistics/distributions/wblpdf.m, | |
4084 statistics/distributions/wblrnd.m, | |
4085 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4086 statistics/tests/bartlett_test.m, | |
4087 statistics/tests/chisquare_test_homogeneity.m, | |
4088 statistics/tests/chisquare_test_independence.m, | |
4089 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4090 statistics/tests/hotelling_test.m, | |
4091 statistics/tests/hotelling_test_2.m, | |
4092 statistics/tests/kolmogorov_smirnov_test.m, | |
4093 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4094 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4095 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4096 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4097 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4098 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4099 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4100 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4101 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4102 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4103 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4104 strings/index.m, strings/isletter.m, strings/lower.m, | |
4105 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4106 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4107 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4108 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4109 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4110 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4111 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4112 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4113 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4114 time/etime.m, time/is_leap_year.m: | |
4115 Use print_usage instead of usage. | |
4116 | |
6044 | 4117 2006-10-09 David Bateman <dbateman@free.fr> |
4118 | |
4119 * time/datevec.m: Add additional compatible default parsing strings. | |
4120 | |
6395 | 4121 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4122 |
6042 | 4123 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4124 Remove compare_versions subfunction. | |
4125 | |
4126 * miscellaneous/compare_versions.m: New function to compare | |
4127 version numbers as strings with any boolean operators. | |
4128 | |
6041 | 4129 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4130 file exists. | |
4131 | |
6036 | 4132 2006-10-04 John W. Eaton <jwe@octave.org> |
4133 | |
4134 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4135 | |
6032 | 4136 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4137 | |
6037 | 4138 * pkg/pkg.m: Update docs. Handle prefix option. |
4139 Handle dependencies for load option. | |
6032 | 4140 |
6029 | 4141 2006-10-04 John W. Eaton <jwe@octave.org> |
4142 | |
6030 | 4143 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4144 | |
4145 * plot/clg.m: Delete. | |
4146 * plot/__init_plot_vars__.m: New function. | |
4147 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4148 |
6025 | 4149 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4150 | |
4151 * pkg/pkg.m: Avoid calling addpath with no args. | |
4152 | |
6024 | 4153 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4154 | |
4155 * audio/loadaudio.m, control/base/nyquist.m, | |
4156 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4157 linear-algebra/krylov.m, statistics/base/center.m, | |
4158 statistics/base/median.m, statistics/base/std.m, | |
4159 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4160 find first or last element matching a condition. | |
4161 | |
6023 | 4162 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4163 | |
4164 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4165 general/__isequal__.m: Minimize looping using cellfun. | |
4166 | |
6020 | 4167 2006-10-02 David Bateman <dbateman@free.fr> |
4168 | |
4169 * pkg/pkg.m (copy_files): always create installation directory. | |
4170 | |
6016 | 4171 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4172 | |
4173 * miscellaneous/doc.m: Swap file and directory args to info. | |
4174 | |
4175 2006-10-01 Arno Onken <whyly@gmx.net> | |
4176 | |
4177 * statistics/distributions/exprnd.m: Fix typo. | |
4178 | |
6014 | 4179 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4180 | |
4181 * polynomial/ppval.m: Use .' instead of '. | |
4182 * polynomial/spline.m: Likewise. New tests. | |
4183 | |
6004 | 4184 2006-09-26 David Bateman <dbateman@free.fr> |
4185 | |
4186 * __plt3__.m: Using global variables __plot_data__, | |
4187 __plot_data_offset__ and __plot_command__ to store plots and | |
4188 correctly handle multiplots, and hold state. Only accept a single | |
4189 data parameter plus, using, format and with strings. Remove | |
4190 setting of gnuplot parameters. | |
4191 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4192 * __setup_plot__.m: Convert to a function and pass the plotting | |
4193 command to use. | |
4194 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4195 * contour.m: Use unwind protect on the parametric state of plot | |
4196 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4197 * mesh.m: ditto. | |
4198 * plot3.m: Error checking, setting of parametric state and | |
4199 formation of matrix to plot moved from old __plt3__. | |
4200 | |
5996 | 4201 2006-09-22 Michael Creel <michael.creel@uab.es> |
4202 | |
5997 | 4203 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4204 |
4205 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4206 | |
4207 * signal/filter2.m: Correct texinfo doc. | |
4208 | |
4209 2006-09-22 David Bateman <dbateman@free.fr> | |
4210 | |
4211 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4212 | |
5993 | 4213 2006-09-15 David Bateman <dbateman@free.fr> |
4214 | |
4215 * pkg/pkg.m (prepare_installation): Don't create package | |
4216 installation directory here. | |
4217 (copy_files): Create it here instead, to avoid issues with | |
4218 upgrades. Also install the COPYING file in packinfo. | |
4219 | |
5989 | 4220 2006-09-13 John W. Eaton <jwe@octave.org> |
4221 | |
4222 * general/blkdiag.m: Adjust to new cellfun rules. | |
4223 | |
5987 | 4224 2006-08-30 David Bateman <dbateman@free.fr> |
4225 | |
4226 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4227 error message for archive name not matching package name. | |
4228 (installed_packages): Size header of printed results to | |
4229 arguments. Sort the list of installed packages before printing | |
4230 them. | |
4231 | |
5986 | 4232 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4233 | |
4234 * signal/freqz.m: Update tests. | |
4235 | |
4236 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4237 | |
4238 * signal/freqz.m: Corretly postpad arrays. | |
4239 Don't call fliplr on a column vector. | |
4240 | |
5984 | 4241 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4242 | |
4243 * general/shiftdim.m: Use permute instead of reshape. | |
4244 | |
5981 | 4245 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4246 | |
4247 * miscellaneous/parseparams.m: New function. | |
4248 | |
5980 | 4249 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4250 | |
4251 * miscellaneous/doc.m: Swap order of --file and --directory | |
4252 options for info program invocation. | |
4253 | |
5976 | 4254 2006-08-30 David Bateman <dbateman@free.fr> |
4255 | |
5987 | 4256 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4257 previous change. |
4258 | |
5974 | 4259 2006-08-26 David Bateman <dbateman@free.fr> |
4260 | |
4261 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4262 absence of trailing "/" in OCTAVE_HOME. | |
4263 | |
5973 | 4264 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4265 | |
4266 * time/datenum.m: Allow arg to be character string. | |
4267 | |
5971 | 4268 2006-08-25 David Bateman <dbateman@free.fr> |
4269 | |
4270 * pkg/pkg.m (install): Verify that package name correponds to the | |
4271 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4272 they are empty. If package directory is empty, remove it to fail | |
4273 gracefully for system specific packages. | |
4274 (extract_pkgadd, create_pkgadd): delete. | |
4275 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4276 (copy_files): Install both bin/ and doc/ directories, adding the | |
4277 bin/ to the EXEC_PATH when the package is loaded. | |
4278 | |
5962 | 4279 2006-08-24 John W. Eaton <jwe@octave.org> |
4280 | |
4281 * image/saveimage.m: Use logical indexing instead of | |
4282 indices computed by calling find on the logical index. | |
4283 | |
5961 | 4284 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4285 | |
5967 | 4286 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4287 Use logical indexing instead of indices computed by calling find |
4288 on the logical index. | |
4289 | |
4290 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4291 |
5959 | 4292 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4293 | |
4294 * control/system/tf2zp.m: Simplify gain calculation. | |
4295 | |
5958 | 4296 2006-08-23 John W. Eaton <jwe@octave.org> |
4297 | |
4298 * plot/__plt__.m: Insert using clauses for all plots. | |
4299 | |
5957 | 4300 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4301 | |
4302 * control/system/sysscale.m: Call tf and zp with correct number of | |
4303 args. | |
4304 | |
5955 | 4305 2006-08-22 David Bateman <dbateman@free.fr> |
4306 | |
4307 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4308 Search inst/*.m and src/*.m files in the package for | |
4309 PKG_ADD directives and append user supplied PKG_ADD. | |
4310 (pkg): Call create_pkgadd after copying files. | |
4311 | |
5947 | 4312 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4313 | |
4314 * pkg/pkg.m: Handle multiple packages in a single file. | |
4315 Insert directory separator between OCTAVE_HOME and rest of package | |
4316 installation directory. | |
4317 | |
4318 2006-08-21 John W. Eaton <jwe@octave.org> | |
4319 | |
4320 * general/num2str.m: Early return if arg is empty. | |
4321 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4322 | |
5946 | 4323 2006-08-21 David Bateman <dbateman@free.fr> |
4324 | |
4325 * strings/mat2str.m: Compute NC before using. | |
4326 | |
5937 | 4327 2006-08-17 John W. Eaton <jwe@octave.org> |
4328 | |
4329 * audio/wavread.m: Fix calculation of sample count. | |
4330 | |
5934 | 4331 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4332 | |
4333 * image/imshow.m: New Matlab-compatible version. | |
4334 | |
5930 | 4335 2006-08-15 John W. Eaton <jwe@octave.org> |
4336 | |
4337 * deprecated/is_global.m: Delete. | |
4338 | |
5928 | 4339 2006-08-14 John W. Eaton <jwe@octave.org> |
4340 | |
4341 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4342 | |
5926 | 4343 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4344 | |
4345 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4346 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4347 | |
5928 | 4348 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4349 | |
6778 | 4350 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4351 Use addpath and rmpath instead of manipulating LOADPATH. |
4352 Handle changes to system function. | |
4353 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4354 recursive directory removal. | |
5922 | 4355 |
5924 | 4356 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4357 | |
6778 | 4358 * colormap.m: Change global variable to persistent. |
5923 | 4359 |
5922 | 4360 * rgb2ind.m: Handle single 3-d array as rgb image. |
4361 | |
5920 | 4362 2006-08-14 John W. Eaton <jwe@octave.org> |
4363 | |
4364 * strings/str2double.m: Fix missing semicolon. | |
4365 | |
5910 | 4366 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4367 | |
4368 * plot/plot3.m: Accept one complex or one real and one complex | |
4369 argument and plot real and imaginary components for y and z. | |
4370 | |
5908 | 4371 2006-07-27 John W. Eaton <jwe@octave.org> |
4372 | |
4373 * testfun/test.m: Call fflush after each block of calls to | |
4374 fprintf, fputs, or fdisp. | |
4375 | |
5904 | 4376 2006-07-26 John W. Eaton <jwe@octave.org> |
4377 | |
4378 * miscellaneous/mex.m: New function. | |
4379 | |
5901 | 4380 2006-07-22 John W. Eaton <jwe@octave.org> |
4381 | |
4382 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4383 | |
5881 | 4384 2006-07-07 John W. Eaton <jwe@octave.org> |
4385 | |
4386 * miscellaneous/orderfields.m: New file. | |
4387 | |
5873 | 4388 2006-06-30 John W. Eaton <jwe@octave.org> |
4389 | |
4390 * time/datevec.m: Make another attempt to account for precision of | |
4391 datenum format. | |
4392 | |
5868 | 4393 2006-06-29 John W. Eaton <jwe@octave.org> |
4394 | |
4395 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4396 Use feval instead of "type -q" to get values now that all the | |
4397 symbols are functions. | |
4398 | |
5860 | 4399 2006-06-16 John W. Eaton <jwe@octave.org> |
4400 | |
4401 * time/datevec.m: Avoid computing log of non-positive values. | |
4402 | |
5859 | 4403 2006-06-14 John W. Eaton <jwe@octave.org> |
4404 | |
4405 * time/datevec.m: Attempt to account for precision of datenum format. | |
4406 | |
5839 | 4407 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
4408 | |
4409 * audio/wavread.m: Fix file range error and add read support for | |
4410 24-bit WAV files. | |
4411 | |
5837 | 4412 2006-06-01 David Bateman <dbateman@free.fr> |
4413 | |
4414 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4415 general/interp1.m, general/gradient.m, general/interp2.m, | |
4416 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4417 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4418 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4419 | |
5835 | 4420 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4421 | |
4422 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4423 * miscellaneous/texas_lotto.m: Fix warning message. | |
4424 | |
5830 | 4425 2006-05-26 John W. Eaton <jwe@octave.org> |
4426 | |
4427 * miscellaneous/doc.m: Also handle nargin == 0. | |
4428 | |
5829 | 4429 2006-05-23 John W. Eaton <jwe@octave.org> |
4430 | |
4431 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4432 really needed. | |
4433 | |
5827 | 4434 2006-05-22 John W. Eaton <jwe@octave.org> |
4435 | |
6754 | 4436 * general/lookup.m: New file from Octave Forge. |
5827 | 4437 |
4438 2006-05-22 David Bateman <dbateman@free.fr> | |
4439 | |
6754 | 4440 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4441 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4442 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4443 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4444 special-matrix/magic.m, special-matrix/hadamard.m, | |
4445 strings/strtok.m: New files from Octave Forge. | |
5827 | 4446 |
5824 | 4447 2006-05-19 David Bateman <dbateman@free.fr> |
4448 | |
4449 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4450 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4451 |
5821 | 4452 2006-05-17 John W. Eaton <jwe@octave.org> |
4453 | |
4454 * set/intersection.m: Delete | |
4455 * deprecated/intersection.m: New file. | |
4456 | |
5820 | 4457 2006-05-17 David Bateman <dbateman@free.fr> |
4458 | |
4459 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4460 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4461 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4462 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4463 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4464 Forge. | |
4465 | |
5809 | 4466 2006-05-11 John W. Eaton <jwe@octave.org> |
4467 | |
5815 | 4468 * path/path.m: Delete (now a built-in function). |
4469 | |
5811 | 4470 * pkg/Makefile.in: New file. |
4471 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4472 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4473 |
5808 | 4474 2006-05-10 John W. Eaton <jwe@octave.org> |
4475 | |
4476 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4477 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4478 | |
5807 | 4479 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4480 | |
4481 * tar.m, untar.m, unzip.m: New files. | |
4482 | |
5801 | 4483 2006-05-10 John W. Eaton <jwe@octave.org> |
4484 | |
5804 | 4485 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4486 * path/setpath.m: Delete. | |
4487 | |
5801 | 4488 * pkg/pkg.m: New file. |
4489 | |
5798 | 4490 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4491 | |
4492 * plot/plot.m: Doc string fix. | |
4493 | |
4494 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
4495 | |
4496 * testfun/speeed.m: Use new interface to unique and assert. | |
4497 Improve documentation. Approximate time complexity from log-log | |
4498 plot. Return time complexity and raw times if requested. The | |
4499 mean ratio is no longer returned. Provide complete control over | |
4500 which n are computed. | |
4501 | |
4502 2006-05-09 John W. Eaton <jwe@octave.org> | |
4503 | |
4504 * path/path.m: Move here from miscellaneous. | |
4505 Adapt to new LOADPATH definition. | |
4506 | |
5789 | 4507 2006-05-03 David Bateman <dbateman@free.fr> |
4508 | |
4509 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
4510 explicit uses of a path seperation character with pathsep(). | |
4511 | |
5786 | 4512 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
4513 | |
6778 | 4514 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 4515 |
5781 | 4516 2006-04-29 John W. Eaton <jwe@octave.org> |
4517 | |
4518 * startup/main-rcfile: Disable some warnings. | |
4519 | |
5762 | 4520 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
4521 | |
4522 * strings/strcmpi.m: Return false instead of error if args are not | |
4523 char or cellstr. | |
4524 | |
5750 | 4525 2006-04-10 John W. Eaton <jwe@octave.org> |
4526 | |
4527 * miscellaneous/dir.m: Ensure that returned structure array is | |
4528 Nx1, not 1xN. | |
4529 | |
5746 | 4530 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
4531 | |
4532 * plot/hist.m: Ignore NaN in inputs. | |
4533 | |
5745 | 4534 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
4535 | |
4536 * miscellaneous/mkoctfile.m: Doc string fix. | |
4537 | |
5741 | 4538 2006-04-05 John W. Eaton <jwe@octave.org> |
4539 | |
4540 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
4541 are both empty. | |
4542 * plot/__plt__.m: Ignore empty data and format strings returned | |
4543 from __plt1__ or __plt2__. | |
4544 | |
5737 | 4545 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
4546 | |
6778 | 4547 * set/unique.m: Properly handle single column input when |
5737 | 4548 "rows" is specified. |
4549 | |
5732 | 4550 2006-04-04 John W. Eaton <jwe@octave.org> |
4551 | |
5736 | 4552 * path/setpath.m: New file. |
4553 * path/savepath.m: Use setpath to set path instead of assigning | |
4554 directly to LOADPATH. | |
4555 | |
5732 | 4556 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
4557 New files, adapted from Octave Forge by Keith Goodman | |
4558 <kwgoodman@gmail.com>. | |
4559 * path: New directory. | |
4560 * Makefile.in (SUBDIRS): Add it to the list. | |
4561 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
4562 | |
5731 | 4563 2006-04-02 David Bateman <dbateman@free.fr> |
4564 | |
4565 * general/tril.m, general.triu.m: | |
4566 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
4567 to allow user types to work correctly. | |
4568 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
4569 | |
5727 | 4570 2006-04-03 David Bateman <dbateman@free.fr> |
4571 | |
4572 * plot/grid.m: Cache the state of the grid to allow toggling. | |
4573 Accept keyword "minor" for minor grid. | |
4574 | |
5721 | 4575 2006-03-28 John W. Eaton <jwe@octave.org> |
4576 | |
4577 * general/isscalar.m: Only require that all dimensions are 1 for | |
4578 compatiblity. | |
4579 | |
4580 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
4581 | |
4582 * general/isvector.m: Allow non-numeric objects to be vectors for | |
4583 compatibility. | |
4584 | |
5720 | 4585 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
4586 | |
4587 * plot/__errplot__.m: Doc string fix. | |
4588 | |
4589 * miscellaneous/doc.m: Mark as command. | |
4590 | |
4591 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
4592 general/isequalwithequalnans.m, general/blkdiag.m, | |
4593 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
4594 | |
5717 | 4595 2006-03-27 Don Bindner <dbindner@truman.edu> |
4596 | |
4597 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
4598 return 3d matrices. | |
4599 | |
4600 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
4601 | |
4602 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
4603 | |
5708 | 4604 2006-03-22 John W. Eaton <jwe@octave.org> |
4605 | |
4606 * plot/print.m: Don't replot after popping terminal setting. | |
4607 | |
5696 | 4608 2006-03-20 John W. Eaton <jwe@octave.org> |
4609 | |
4610 * miscellaneous/mkoctfile.m: Use version-specific name of | |
4611 mkoctfile. Use fullfile to construct file name. | |
4612 | |
5695 | 4613 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
4614 | |
4615 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
4616 shell script from Octave prompt. | |
4617 | |
5690 | 4618 2006-03-17 John W. Eaton <jwe@octave.org> |
4619 | |
5693 | 4620 * deprecated/weibcdf.m, deprecated/weibinv.m, |
4621 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
4622 | |
4623 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
4624 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
4625 Call new wbl functions to do the real work. | |
4626 Swap args and provide default values as necessary to preserve | |
4627 compatibility with old version of Octave. | |
4628 | |
4629 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
4630 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
4631 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
4632 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
4633 Swap scale and shape args for compatibility. | |
4634 | |
5692 | 4635 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
4636 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
4637 Preserve compatibility with old versions of Octave given new | |
4638 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 4639 |
5692 | 4640 * statistics/distributions/logncdf.m, |
4641 statistics/distributions/logninv.m, | |
4642 statistics/distributions/lognpdf.m, | |
4643 statistics/distributions/lognrnd.m: Compatibility fixes. | |
4644 From Ben Barrowes <barrowes@alum.mit.edu> | |
4645 | |
5691 | 4646 * deprecated/hypergeometric_rnd.m: Update interface to match |
4647 current 2.1.x version. | |
4648 | |
4649 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
4650 | |
5690 | 4651 * miscellaneous/dir.m: Use readdir instead of glob. |
4652 Special case for "." to avoid globbing. Use list_in_columns. | |
4653 Eliminate unused variables len and finfo. | |
4654 | |
5689 | 4655 2006-03-16 Bill Denney <bill@givebillmoney.com> |
4656 | |
4657 * miscellaneous/dir.m: Improve compatibility. | |
4658 | |
5687 | 4659 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4660 | |
4661 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4662 time/now.m, time/weekday.m: New functions from Octave Forge. | |
4663 | |
5686 | 4664 2006-03-16 John W. Eaton <jwe@octave.org> |
4665 | |
4666 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
4667 of looking at sum of max dimensions. | |
4668 | |
5681 | 4669 2006-03-16 David Bateman <dbateman@free.fr> |
4670 | |
4671 * testfun/test.m: Clear last warning before warning test to avoid | |
4672 issues with previously set warnings. | |
4673 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
4674 sparse matrices. Force matrix type from spqr solution to be | |
4675 singular to force QR solvers to be used for assert. | |
4676 | |
5678 | 4677 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4678 | |
4679 * strings/strfind.m: New file. | |
4680 | |
5677 | 4681 2006-03-16 John W. Eaton <jwe@octave.org> |
4682 | |
4683 * general/rows.m, general/columns.m: Delete. | |
4684 | |
5674 | 4685 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4686 | |
4687 * strings/strcmpi.m: Simplify. | |
4688 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 4689 * strings/strtrunc.m: New file. |
5674 | 4690 |
5676 | 4691 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
4692 | |
5672 | 4693 2006-03-15 John W. Eaton <jwe@octave.org> |
4694 | |
4695 * miscellaneous/doc.m: New file. | |
4696 From Soren Hauberg <soren@hauberg.org>. | |
4697 | |
5671 | 4698 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
4699 | |
4700 * miscellaneous/mkoctfile.m: New file. | |
4701 | |
5670 | 4702 2006-03-15 John W. Eaton <jwe@octave.org> |
4703 | |
4704 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
4705 | |
5666 | 4706 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
4707 | |
4708 * strings/bin2dec.m: Doc fix. | |
4709 | |
5661 | 4710 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
4711 | |
4712 * time/etime.m: Use datenum to support times spanning year boundaries. | |
4713 * time/datenum.m: New function to compute day number from time. | |
4714 | |
5659 | 4715 2006-03-09 John W. Eaton <jwe@octave.org> |
4716 | |
4717 * miscellaneous/unix.m, plot/print.m: | |
4718 Swap order of outputs from system. | |
4719 | |
5642 | 4720 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
4721 | |
4722 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4723 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4724 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
4725 control/base/__stepimp__.m, control/base/are.m, | |
4726 control/base/controldemo.m, control/base/damp.m, | |
4727 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
4728 control/base/step.m, control/system/abcddim.m, | |
4729 control/system/is_abcd.m, control/system/is_controllable.m, | |
4730 control/system/is_detectable.m, control/system/is_observable.m, | |
4731 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4732 control/system/jet707.m, control/system/sys2fir.m, | |
4733 control/system/sysdimensions.m, control/system/sysupdate.m, | |
4734 control/system/tfout.m, control/system/ugain.m, | |
4735 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
4736 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4737 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
4738 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
4739 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
4740 general/circshift.m, general/columns.m, general/flipdim.m, | |
4741 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
4742 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
4743 general/isequalwithequalnans.m, general/isscalar.m, | |
4744 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
4745 general/logspace.m, general/mod.m, general/nextpow2.m, | |
4746 general/num2str.m, general/perror.m, general/pol2cart.m, | |
4747 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
4748 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
4749 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
4750 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
4751 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
4752 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
4753 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
4754 miscellaneous/license.m, miscellaneous/menu.m, | |
4755 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
4756 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
4757 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
4758 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
4759 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
4760 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
4761 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4762 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
4763 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
4764 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
4765 polynomial/polyinteg.m, polynomial/polyout.m, | |
4766 polynomial/polyreduce.m, polynomial/polyval.m, | |
4767 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
4768 set/create_set.m, set/intersection.m, set/ismember.m, | |
4769 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
4770 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
4771 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4772 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
4773 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
4774 special-matrix/hilb.m, special-matrix/invhilb.m, | |
4775 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
4776 special-matrix/vander.m, statistics/base/median.m, | |
4777 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
4778 statistics/distributions/gaminv.m, | |
4779 statistics/distributions/gampdf.m, | |
4780 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
4781 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
4782 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
4783 strings/lower.m, strings/upper.m, testfun/assert.m, | |
4784 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
4785 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
4786 | |
5633 | 4787 2006-02-27 John W. Eaton <jwe@octave.org> |
4788 | |
4789 * time/tic.m: Move here from miscellaneous/tic.m. | |
4790 * time/toc.m: Move here from miscellaneous/toc.m. | |
4791 | |
4792 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
4793 | |
4794 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
4795 does not assign output of toc to a variable. | |
4796 | |
5627 | 4797 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
4798 | |
4799 * axis.m: Catch limits that are the same and return an error. | |
4800 | |
5625 | 4801 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4802 | |
4803 * plot/print.m: Accept emf device option to support Enhanced | |
4804 Metafile format. | |
4805 | |
4806 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
4807 | |
4808 * control/base/lqe.m: Doc fix. | |
4809 | |
5623 | 4810 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
4811 | |
4812 * statistics/distributions/gamcdf.m: Doc fix. | |
4813 * statistics/distributions/gaminv.m: Doc fix. | |
4814 * statistics/distributions/gampdf.m: Doc fix. | |
4815 * statistics/distributions/gamrnd.m: Doc fix. | |
4816 | |
5610 | 4817 2006-02-09 David Bateman <dbateman@free.fr> |
4818 | |
6778 | 4819 * general/triu.m: Minimum change to allow sparse matrix. More needed |
4820 for arbitrary user type. | |
4821 * general/tril.m: ditto. | |
4822 * sparse/sprand.m: Doc fix. | |
4823 * sparse/sprandn.m: Ditto. | |
4824 * sparse/sprandsym.m: New function. | |
4825 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
4826 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
4827 Update for syntax error for latest texinfo.tex file. | |
5610 | 4828 |
5605 | 4829 2006-02-02 John W. Eaton <jwe@octave.org> |
4830 | |
4831 * plot/grid.m: Append ";\n" to "set grid" command. | |
4832 | |
4833 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
4834 | |
4835 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
4836 | |
5597 | 4837 2006-01-13 John W. Eaton <jwe@octave.org> |
4838 | |
4839 * audio/Makefile.in, control/base/Makefile.in, | |
4840 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4841 control/system/Makefile.in, control/util/Makefile.in, | |
4842 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4843 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4844 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4845 optimization/Makefile.in, plot/Makefile.in, | |
4846 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4847 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4848 special-matrix/Makefile.in, startup/Makefile.in, | |
4849 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4850 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4851 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
4852 (all): Depend on PKG_ADD. | |
4853 (PKG_ADD): New target. | |
4854 | |
4855 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
4856 | |
4857 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
4858 | |
5596 | 4859 2006-01-13 John W. Eaton <jwe@octave.org> |
4860 | |
4861 * time/etime.m: Move here from miscellaneous/etime.m. | |
4862 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
4863 | |
5595 | 4864 2006-01-13 Bill Denney <bill@givebillmoney.com> |
4865 | |
6778 | 4866 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 4867 * miscellaneous/fullfile.m: Likewise. |
4868 | |
5592 | 4869 2006-01-12 David Bateman <dbateman@free.fr> |
4870 | |
4871 * general/blkdiag.m: Compatible behavior for empty matrices | |
4872 * statistics/base/unidrnd.m: Documentation buglet. | |
4873 | |
5583 | 4874 2005-12-14 David Bateman <dbateman@free.fr> |
4875 | |
5589 | 4876 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
4877 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
4878 | |
4879 * Makefile.in (SUBDIRS): Include testfun. | |
4880 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
4881 | |
5583 | 4882 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
4883 | |
4884 * general/__isequal__.m: Remove reference to getfield. | |
4885 | |
4886 * plot/hist.m: Update test code for row/column discrepencies. | |
4887 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
4888 Update the test code for this. | |
4889 * sparse/spstats.m: Fix small bug in the dimension of output. | |
4890 | |
5579 | 4891 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4892 | |
4893 * cell/cell2mat.m: New file, from octave-forge. | |
4894 | |
5576 | 4895 2005-12-13 Ivana Varekova <varekova@redhat.com> |
4896 | |
4897 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
4898 New graph theory functions. | |
4899 | |
5574 | 4900 2005-12-13 John W. Eaton <jwe@octave.org> |
4901 | |
4902 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
4903 | |
4904 * control/system/ss.m: Doc fix. | |
4905 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
4906 | |
5572 | 4907 2005-12-12 Michael Zeising <michael@michaels-website.de> |
4908 | |
4909 * audio/wavread.m, audio/wavwrite.m: | |
4910 Correct scaling for 8-bit linear pcm samples. | |
4911 Improve scaling for all other linear pcm resolutions. | |
4912 | |
5568 | 4913 2005-12-07 John W. Eaton <jwe@octave.org> |
4914 | |
4915 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
4916 | |
4917 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
4918 * strings/strjust.m: Likewise. | |
4919 | |
4920 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
4921 * signal/arma_rnd.m: Likewise. | |
4922 * strings/strcat.m: Likewise. | |
4923 * control/base/__freqresp__.m: Likewise. | |
4924 * control/base/place.m: Likewise. | |
4925 * control/base/pzmap.m: Likewise. | |
4926 * control/base/pzmap.m: Likewise. | |
4927 * control/system/sysappend.m: Likewise. | |
4928 * control/system/syscont.m: Likewise. | |
4929 * control/system/sysdisc.m: Likewise. | |
4930 * control/system/sysgroup.m: Likewise. | |
4931 * control/system/tfout.m: Likewise. | |
4932 * control/system/zpout.m: Likewise. | |
4933 * control/util/__outlist__.m: Likewise. | |
4934 | |
5567 | 4935 2005-12-06 John W. Eaton <jwe@octave.org> |
4936 | |
4937 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
4938 Avoid for loop in interleave/deinterleave steps. | |
4939 | |
5565 | 4940 2005-12-06 Michael Zeising <michael@michaels-website.de> |
4941 | |
4942 * audio/wavread.m, audio/wavwrite.m: New files. | |
4943 | |
5563 | 4944 2005-12-06 John W. Eaton <jwe@octave.org> |
4945 | |
4946 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
4947 | |
5560 | 4948 2005-12-05 John W. Eaton <jwe@octave.org> |
4949 | |
5561 | 4950 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 4951 |
5558 | 4952 2005-12-02 John W. Eaton <jwe@octave.org> |
4953 | |
4954 * miscellaneous/fileattrib.m: New function. | |
4955 | |
5556 | 4956 2005-12-01 John W. Eaton <jwe@octave.org> |
4957 | |
4958 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
4959 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
4960 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
4961 | |
5555 | 4962 2005-11-30 John W. Eaton <jwe@octave.org> |
4963 | |
4964 * linear-algebra/krylov.m: Format doc string. | |
4965 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
4966 | |
5551 | 4967 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
4968 | |
4969 * general/blkdiag.m: Import from octave-forge. | |
4970 Ignore empty matrices in the input. Add tests. | |
5549 | 4971 |
4972 * general/isequal.m, general/isequalwithequalnans.m: | |
4973 New wrapper scripts for general/__isequal__.m. | |
4974 * general/__isequal__.m: Rename from general/isequal.m. | |
4975 New arg, nans_compare_equal. | |
4976 | |
5548 | 4977 2005-11-29 John W. Eaton <jwe@octave.org> |
4978 | |
4979 * miscellaneous/ver.m: Use new uname built-in function instead of | |
4980 calling system. Only append octave_forge_string if | |
4981 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
4982 Call license instead of hard-coding license info here. | |
4983 | |
4984 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 4985 __octave_licenses__. Use puts instead of disp. |
5548 | 4986 Use getuid and getpwuid instead of calling unix ("id -un"). |
4987 If nargout = 1, return license info instead of printing usage message. | |
4988 | |
5546 | 4989 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4990 | |
4991 * miscellaneous/ver.m: New file. | |
4992 * miscellaneous/license.m: New file. | |
4993 | |
5545 | 4994 2005-11-22 John W. Eaton <jwe@octave.org> |
4995 | |
4996 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
4997 gnuplot set command. | |
4998 | |
5539 | 4999 2005-11-15 John W. Eaton <jwe@octave.org> |
5000 | |
5001 * general/shiftdim.m: Doc fix. | |
5002 | |
5532 | 5003 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5004 | |
5005 * set/unique.m: Doc string fix. | |
5006 | |
5527 | 5007 2005-11-01 John W. Eaton <jwe@octave.org> |
5008 | |
5009 * Makefile.in (distclean, maintainer-clean): | |
5010 Also remove autom4te.cache directory. | |
5011 From Quentin Spencer <qspencer@ieee.org>. | |
5012 | |
5518 | 5013 2005-10-28 John W. Eaton <jwe@octave.org> |
5014 | |
5015 * general/shiftdim.m: Compatibility fix for row vectors. | |
5016 Correct check for non-scalar non-integer shift. For positive | |
5017 N, shift is remainder of N and number of dims. Always return NS. | |
5018 Simplify. | |
5019 | |
5500 | 5020 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5021 | |
5022 * general/randperm.m: Improve compatibility by allowing input | |
5023 value of zero. | |
5024 | |
5493 | 5025 2005-10-13 John W. Eaton <jwe@octave.org> |
5026 | |
5027 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5028 If in multiplot mode, clear plot before issuing new plot command. | |
5029 | |
5030 * plot/__setup_plot__.m: New function. | |
5031 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5032 Handle multiplot data and offsets here. | |
5033 | |
5034 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5035 Move initialization to __setup_plot__.m. | |
5036 | |
5037 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5038 Don't reset gnuplot_command_replot. | |
5039 | |
5040 * plot/replot.m: Handle multiplot data and offsets here. | |
5041 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5042 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5043 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5044 | |
5489 | 5045 2005-10-12 John W. Eaton <jwe@octave.org> |
5046 | |
5047 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5048 | |
5482 | 5049 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5050 | |
5051 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5052 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5053 _inv functions. | |
5054 * chi2pdf.m: Fixed typos in the documentation. | |
5055 | |
5475 | 5056 2005-09-28 John W. Eaton <jwe@octave.org> |
5057 | |
5476 | 5058 * miscellaneous/single.m: New function. |
5059 | |
5475 | 5060 * statistics/base/unidrnd.m: New function. |
5061 | |
5474 | 5062 2005-09-27 John W. Eaton <jwe@octave.org> |
5063 | |
5064 * miscellaneous/dir.m: Filename never includes directory part. | |
5065 | |
5464 | 5066 2005-09-22 John W. Eaton <jwe@octave.org> |
5067 | |
5068 * polynomial/residue.m: Use logical indexing instead of find.. | |
5069 | |
5070 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5071 | |
5072 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5073 and zero poles. | |
5074 | |
5462 | 5075 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5076 | |
5077 * strings/deblank.m: Handle cell arrays. | |
5078 * strings/split.m: New argument, N, to limit number of splits. | |
5079 | |
5080 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5081 | |
5082 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5083 | |
5460 | 5084 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5085 | |
5086 * control/base/rlocus.m: Doc fix. | |
5087 | |
5459 | 5088 2005-09-20 John W. Eaton <jwe@octave.org> |
5089 | |
5090 * general/isvector.m: Improve compatibility. | |
5091 | |
5092 * general/postpad.m: Allow first argument to be a scalar. | |
5093 Allow padding to extend dimensionality. | |
5094 * general/prepad.m: Likewise. | |
5095 | |
5448 | 5096 2005-09-14 Daniel <durbano@shbano.com> |
5097 | |
5098 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5099 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5100 /control/base/dgram.m: Doc string fixes. | |
5448 | 5101 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5102 | |
5446 | 5103 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5104 | |
5105 * saveimage.m: Do not ignore most significant bit when writing | |
5106 black and white images to file. | |
5107 | |
5443 | 5108 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5109 | |
5110 * audio/playaudio.m, control/base/__bodquist__.m, | |
5111 control/base/lqg.m, control/obsolete/dezero.m, | |
5112 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5113 control/system/c2d.m, control/system/cellidx.m, | |
5114 control/system/d2c.m, control/system/dmr2d.m, | |
5115 control/system/is_signal_list.m, control/system/listidx.m, | |
5116 control/system/ss.m, control/system/sysappend.m, | |
5117 control/system/sysconnect.m, control/system/sysdup.m, | |
5118 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5119 control/system/sysprune.m, control/system/syssetsignals.m, | |
5120 control/system/tfout.m, control/system/zpout.m, | |
5121 control/util/prompt.m, control/util/sortcom.m, | |
5122 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5123 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5124 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5125 general/strerror.m, image/colormap.m, image/imshow.m, | |
5126 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5127 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5128 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5129 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5130 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5131 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5132 plot/print.m, plot/title.m, plot/top_title.m, | |
5133 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5134 statistics/base/mean.m, statistics/base/moment.m, | |
5135 statistics/tests/cor_test.m, | |
5136 statistics/tests/kolmogorov_smirnov_test.m, | |
5137 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5138 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5139 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5140 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5141 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5142 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5143 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5144 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5145 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5146 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5147 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5148 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5149 isvector instead of is_vector. Use isstruct instead of | |
5150 is_struct. Use char instead of setstr. | |
5151 | |
5435 | 5152 2005-08-31 Daniel <durbano@shbano.com> |
5153 | |
5154 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5155 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5156 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5157 | |
5431 | 5158 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5159 | |
5160 * image/saveimage.m: Open output file in binary mode. | |
5161 | |
5162 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5163 | |
5427 | 5164 2005-08-16 John W. Eaton <jwe@octave.org> |
5165 | |
5166 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5167 outputs. | |
5168 | |
5426 | 5169 2005-08-15 John W. Eaton <jwe@octave.org> |
5170 | |
5171 * strings/strcat.m: Allow single argument. | |
5172 | |
5416 | 5173 2005-07-18 John W. Eaton <jwe@octave.org> |
5174 | |
5175 * strings/strcmp.m: Delete. | |
5176 | |
5413 | 5177 2005-07-13 John W. Eaton <jwe@octave.org> |
5178 | |
5179 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5180 versions of Octave. | |
5181 | |
5182 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5183 | |
5184 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5185 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5186 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5187 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5188 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5189 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5190 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5191 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5192 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5193 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5194 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5195 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5196 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5197 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5198 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5199 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5200 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5201 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5202 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5203 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5204 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5205 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5206 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5207 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5208 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5209 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5210 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5211 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5212 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5213 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5214 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5215 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5216 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5217 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5218 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5219 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5220 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5221 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5222 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5223 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5224 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5225 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5226 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5227 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5228 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5229 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5230 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5231 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5232 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5233 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5234 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5235 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5236 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5237 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5238 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5239 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5240 | |
5241 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5242 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5243 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5244 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5245 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5246 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5247 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5248 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5249 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5250 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5251 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5252 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5253 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5254 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5255 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5256 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5257 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5258 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5259 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5260 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5261 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5262 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5263 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5264 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5265 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5266 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5267 deprecated/wiener_rnd.m: New files. | |
5268 | |
5408 | 5269 2005-07-08 John W. Eaton <jwe@octave.org> |
5270 | |
5271 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5272 * deprecated/weibull_rnd.m: New file. | |
5273 | |
5407 | 5274 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5275 | |
5276 * strings/dec2base.m: Allow matrix arguments. | |
5277 | |
5406 | 5278 2005-07-08 John W. Eaton <jwe@octave.org> |
5279 | |
5280 * plot/__errplot__.m: Use __plot_globals__. | |
5281 * plot/__plt__.m: Likewise. | |
5282 * plot/figure.m: Likewise. | |
5283 | |
5284 * plot/hold.m: New file. | |
5285 * plot/ishold.m: New file. | |
5286 * plot/__plot_globals__.m: New file. | |
5287 | |
5400 | 5288 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5289 | |
5290 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5291 | |
5292 2005-07-05 John W. Eaton <jwe@octave.org> | |
5293 | |
5294 * strings/findstr.m: Return [] for no matches. | |
5295 | |
5399 | 5296 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5297 | |
5298 * miscellaneous/tic.m: Fix doc string. | |
5299 | |
5395 | 5300 2005-06-15 John W. Eaton <jwe@octave.org> |
5301 | |
5302 * polynomial/polyfit.m: Force return value to be a row vector. | |
5303 | |
5393 | 5304 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5305 | |
5306 * general/isequal.m: Correct nargin check. | |
5307 | |
5388 | 5308 2005-06-14 John W. Eaton <jwe@octave.org> |
5309 | |
5310 * general/isvector.m: Handle N-d arrays. | |
5311 From Bill Denney <denney@seas.upenn.edu>. | |
5312 | |
5381 | 5313 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5314 | |
5315 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5316 |
5377 | 5317 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5318 | |
5319 * signal/freqz.m: Use correct calculations when given a vector of | |
5320 frequencies. Improve accuracy of returned frequency vector. | |
5321 Improve speed for medium length filters (at a slight cost for slow | |
5322 filters). Add test cases. | |
5323 | |
5373 | 5324 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5325 | |
5326 * plot/loglog.m: Fix set commands. | |
5327 | |
5381 | 5328 2005-05-25 John W. Eaton <jwe@octave.org> |
5329 | |
5330 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5331 | |
5371 | 5332 2005-05-24 John W. Eaton <jwe@octave.org> |
5333 | |
5373 | 5334 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5335 | |
5372 | 5336 * strings/strncmp.m: New file, from Tom Holroyd |
5337 <tomh@kurage.nimh.nih.gov>. | |
5338 | |
5371 | 5339 * strings/strcmp.m: Return logical values in all cases. |
5340 | |
5366 | 5341 2005-05-23 John W. Eaton <jwe@octave.org> |
5342 | |
5343 * plot/orient.m: New file. Adapt to Octave coding style. | |
5344 Texinfoize doc string. | |
5345 | |
5346 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5347 PKG_ADD command. Use set terminal consistently throughout. Use | |
5348 set terminal push/pop and unconditionally set output to screen | |
5349 when done to avoid requiring gget. Use a cell array for dev_list | |
5350 and cellidx to search for items in the list. Delete local | |
5351 variable endl. Don't set and restore automatic_replot. Use {} | |
5352 instead of nth to index varargin. Delete local variable | |
5353 va_arg_cnt. | |
5354 | |
5355 | 5355 2005-05-18 John W. Eaton <jwe@octave.org> |
5356 | |
5357 * general/num2str.m: Return early if X is a character string. | |
5358 | |
5347 | 5359 2005-05-11 John W. Eaton <jwe@octave.org> |
5360 | |
5348 | 5361 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5362 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5363 | |
5347 | 5364 * plot/polar.m: Don't call __pltopt__ here. |
5365 | |
5333 | 5366 2005-05-02 John W. Eaton <jwe@octave.org> |
5367 | |
5368 * mkdoc: Print header message. | |
5369 | |
5319 | 5370 2005-04-28 John W. Eaton <jwe@octave.org> |
5371 | |
5372 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5373 startup/octaverc. | |
5374 | |
5318 | 5375 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5376 | |
5377 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5378 (__im_numeric_limits__): New internal function. | |
5379 | |
5317 | 5380 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5381 | |
5382 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5383 data, not mean of group_mean. | |
5384 | |
5385 2005-04-28 John W. Eaton <jwe@octave.org> | |
5386 | |
5387 * startup/local-rcfile: New file. | |
5388 * startup/main-rcfile: Rename from startup/octaverc. | |
5389 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5390 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5391 Install local-rcfile in $(localfcnfiledir)/startup. | |
5392 | |
5393 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5394 | |
5395 * startup/inputrc: New file. | |
5396 * startup/octaverc: Configure readline using inputrc from | |
5397 startupfiledir. | |
5398 * startup/Makefile.in (install, install-strip): Install octaverc | |
5399 in $(fcnfiledir)/startup. | |
5400 | |
5310 | 5401 2005-04-27 John W. Eaton <jwe@octave.org> |
5402 | |
5403 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5404 | |
5289 | 5405 2005-04-21 John W. Eaton <jwe@octave.org> |
5406 | |
5407 * optimization/glpk.m: Handle SENSE argument. | |
5408 | |
5409 * optimization/qp.m, optimization/sqp.m: New files. | |
5410 | |
5276 | 5411 2005-04-08 John W. Eaton <jwe@octave.org> |
5412 | |
5413 * Makefile.in (clean, distclean, maintainer-clean): | |
5414 Avoid duplication in rules. | |
5415 | |
5252 | 5416 2005-03-28 John W. Eaton <jwe@octave.org> |
5417 | |
5418 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5419 setting {no,}parametric. | |
5420 * plot/figure.m: Likewise, for setting terminal type. | |
5421 | |
5422 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5423 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5424 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5425 plot/title.m, plot/top_title.m: Avoid eval. | |
5426 | |
5251 | 5427 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5428 | |
5253 | 5429 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5430 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5431 Use __gnuplot_replot__ instead of replot. | |
5432 | |
5252 | 5433 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5434 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5435 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5436 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5437 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5438 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5439 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5440 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5441 |
5251 | 5442 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5443 | |
5244 | 5444 2005-03-24 John W. Eaton <jwe@octave.org> |
5445 | |
5446 * optimization/glpkmex.m: Texinfoize Doc string. | |
5447 * optimization/glpk.m: Likewise. | |
5448 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5449 (row vectors are orginary character strings). | |
5450 * optimization/glpkparam.m: Delete. | |
5451 | |
5243 | 5452 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5453 | |
5454 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5455 of dimensions of X. | |
5456 | |
5237 | 5457 2005-03-23 John W. Eaton <jwe@octave.org> |
5458 | |
5239 | 5459 * general/tril.m, general/triu.m: Return value of same class as |
5460 argument. | |
5461 | |
5237 | 5462 * optimization/glpk.m: Simplify interface. By default, solve |
5463 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5464 * optimization/glpkmex.m: New file. | |
5465 | |
5232 | 5466 2005-03-22 John W. Eaton <jwe@octave.org> |
5467 | |
5237 | 5468 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5469 list. | |
5470 | |
5233 | 5471 * optimization/glpk.m: Adapt to Octave coding style. |
5472 No need for varargout or varargin. | |
5473 Print usage message if nargin > 11. | |
5474 Allow any value of nargout. | |
5475 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5476 Avoid looping when checking character classes. | |
5477 | |
5232 | 5478 * optimization: New directory. |
5479 * Makefile.in (SUBDIRS): Add it to the list. | |
5480 * optimization/Makefile.in: New file. | |
5481 * optimization/glpk.m, optimization/glpkparams.m, | |
5482 optimization/glpktest1, optimization/glpktest2: New files. | |
5483 | |
5218 | 5484 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5485 | |
5486 * strings/split.m: Quick return for empty second arg. | |
5487 Improve warning for multi-line strings. | |
5488 Speed up by avoiding sprintf in loop and eval. | |
5489 | |
5217 | 5490 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5491 | |
5492 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
5493 * polynomial/polyder.m: Ditto. | |
6778 | 5494 * polynomial/polygcd.m: New function. |
5217 | 5495 |
5214 | 5496 2005-03-16 John W. Eaton <jwe@octave.org> |
5497 | |
5215 | 5498 * control/base/__stepimp__.m, control/base/bode.m, |
5499 control/base/frdemo.m, control/base/nichols.m, | |
5500 control/base/nyquist.m, control/base/pzmap.m, | |
5501 control/base/rldemo.m, control/base/rlocus.m, | |
5502 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
5503 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
5504 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
5505 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
5506 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
5507 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
5508 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
5509 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
5510 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
5511 plot/xlabel.m, quaternion/demoquat.m, | |
5512 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
5513 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
5514 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
5515 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
5516 gsplot from @seealso docs. | |
5214 | 5517 |
5518 * plot/replot.m: New file. | |
5519 | |
5205 | 5520 2005-03-15 David Bateman <dbateman@free.fr> |
5521 | |
5522 * set/unique.m, set/ismember.m: Handle cell arrays. | |
5523 | |
5196 | 5524 2005-03-09 John W. Eaton <jwe@octave.org> |
5525 | |
5526 * statistics/Makefile.in (bin-dist): Delete target. | |
5527 (BINDISTSUBDIRS): Delete variable. | |
6754 | 5528 * control/Makefile.in: Likewise. |
5196 | 5529 |
5378 | 5530 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 5531 (BINDISTFILES): Delete variable. |
5378 | 5532 * control/base/Makefile.in: Likewise. |
5533 * control/hinf/Makefile.in: Likewise. | |
5534 * control/obsolete/Makefile.in: Likewise. | |
5535 * control/system/Makefile.in: Likewise. | |
5536 * control/util/Makefile.in: Likewise. | |
5537 * deprecated/Makefile.in: Likewise. | |
5538 * elfun/Makefile.in: Likewise. | |
5539 * finance/Makefile.in: Likewise. | |
5540 * general/Makefile.in: Likewise. | |
5541 * image/Makefile.in: Likewise. | |
5542 * sparse/Makefile.in: Likewise. | |
5543 * io/Makefile.in: Likewise. | |
5544 * plot/Makefile.in: Likewise. | |
5545 * Makefile.in: Likewise. | |
5546 * miscellaneous/Makefile.in: Likewise. | |
5547 * linear-algebra/Makefile.in: Likewise. | |
5548 * polynomial/Makefile.in: Likewise. | |
5549 * quaternion/Makefile.in: Likewise. | |
5550 * set/Makefile.in: Likewise. | |
5551 * signal/Makefile.in: Likewise. | |
5552 * specfun/Makefile.in: Likewise. | |
5553 * special-matrix/Makefile.in: Likewise. | |
5554 * startup/Makefile.in: Likewise. | |
5555 * statistics/base/Makefile.in: Likewise. | |
5556 * statistics/distributions/Makefile.in: Likewise. | |
5557 * statistics/models/Makefile.in: Likewise. | |
5558 * statistics/tests/Makefile.in: Likewise. | |
5559 * strings/Makefile.in: Likewise. | |
5560 * time/Makefile.in: Likewise. | |
5196 | 5561 |
5195 | 5562 2005-03-08 John W. Eaton <jwe@octave.org> |
5563 | |
5564 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
5565 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
5566 | |
5192 | 5567 2005-03-04 John W. Eaton <jwe@octave.org> |
5568 | |
5569 * plot/clg.m: New file. | |
5570 | |
5193 | 5571 2005-03-03 John W. Eaton <jwe@octave.org> |
5572 | |
5573 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
5574 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
5575 strings/strcmpi.m: | |
5576 New files from Octave-forge. Adapt to Octave coding standards. | |
5577 | |
5181 | 5578 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
5579 | |
5580 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
5581 computation range. | |
5582 | |
5164 | 5583 2005-02-25 John W. Eaton <jwe@octave.org> |
5584 | |
5585 Sparse merge. | |
5586 | |
5587 2005-01-23 David Bateman <dbateman@free.fr> | |
5588 | |
5589 * sparse/randperm.m: Delete duplicate randperm.m. | |
5590 | |
5591 2005-01-10 John W. Eaton <jwe@octave.org> | |
5592 | |
5593 * sparse/Makefile.in: New file. | |
5594 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
5595 | |
5596 2005-01-07 David Bateman <dbateman@free.fr> | |
5597 | |
5598 * set/unique.m: import file from octave-forge. | |
5599 | |
5600 2005-01-05 David Bateman <dbateman@free.fr> | |
5601 | |
5602 * Makefile.in: include sparse directory in SUBDIRS. | |
5603 | |
5604 2004-12-30 John W. Eaton <jwe@octave.org> | |
5605 | |
5606 * sparse/nzmax.m: Delete (there is an nzmax function in | |
5607 src/DLD-FUNCTIONS/sparse.cc). | |
5608 | |
5609 2004-12-28 John W. Eaton <jwe@octave.org> | |
5610 | |
5611 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
5612 Andy Adler <adler@site.uottawa.ca>. | |
5613 | |
5614 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
5615 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
5616 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
5617 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
5618 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
5619 | |
5620 * sparse: New directory. | |
5621 | |
5158 | 5622 2005-02-22 John W. Eaton <jwe@octave.org> |
5623 | |
5624 * polynomial/residue.m: Force prepad to always create row vectors. | |
5625 | |
5626 * polynomial/poly.m: Quick return if m is 0. | |
5627 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
5628 | |
5154 | 5629 2005-02-21 David Bateman <dbateman@free.fr> |
5630 | |
5631 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
5632 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
5633 Fix for row vectors with at least one element of lambda not in | |
5634 (0, Inf). | |
5635 | |
5152 | 5636 2005-02-21 John W. Eaton <jwe@octave.org> |
5637 | |
5153 | 5638 * statistics/base/qqplot.m: Use feval instead of eval. |
5639 | |
5152 | 5640 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
5641 plot/__axis_label__.m: Issue replot command. | |
5642 | |
5135 | 5643 2005-02-09 John W. Eaton <jwe@octave.org> |
5644 | |
5645 * polynomial/polyderiv.m: Force P to be a row vector. | |
5646 | |
5133 | 5647 2005-02-08 John W. Eaton <jwe@octave.org> |
5648 | |
5649 * strings/dec2base.m: Don't delete leading zero if third arg is | |
5650 provided and len <= computed max_len. | |
5651 | |
5125 | 5652 2005-01-27 David Bateman <dbateman@free.fr> |
5653 | |
5654 * strings/dec2base.m: Be even more careful about handling all digits. | |
5655 | |
5656 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
5657 | |
5658 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
5659 | |
5123 | 5660 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
5661 | |
5662 * statistics/base/median.m: Make it work for the scalar case too. | |
5663 | |
6308 | 5664 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 5665 |
5666 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 5667 Simplify logic for decoding args. |
5117 | 5668 |
5115 | 5669 2005-01-24 John W. Eaton <jwe@octave.org> |
5670 | |
5116 | 5671 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
5672 | |
5673 * plot/__plt__.m: No need to save and reset hold state now. | |
5674 (first_plot): Delete unused variable. | |
5675 | |
5115 | 5676 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
5677 | |
5678 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
5679 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5680 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5681 plot/__plt2vv__.m: | |
5682 Return data and gnuplot commands instead of evaluating them. | |
5683 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
5684 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
5685 | |
5108 | 5686 2005-01-18 John W. Eaton <jwe@octave.org> |
5687 | |
5688 * linear-algebra/cross.m: Allocate idx1 before use. | |
5689 | |
5096 | 5690 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
5691 | |
5692 * statistics/base/range.m: Fix varargin usage. | |
5693 | |
5091 | 5694 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
5695 | |
5696 * strings/deblank.m: Remove all trailing whitespace (check with | |
5697 isspace), not just SPC. | |
5698 | |
5090 | 5699 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
5700 | |
5701 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
5702 | |
5073 | 5703 2004-11-09 John W. Eaton <jwe@octave.org> |
5704 | |
5705 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
5706 From Julius Smith <jos@ccrma.stanford.edu>. | |
5707 | |
5072 | 5708 2004-11-08 John W. Eaton <jwe@octave.org> |
5709 | |
5710 * plot/__plt2vm__.m: Delete debugging statement. | |
5711 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
5712 | |
5065 | 5713 2004-11-04 John W. Eaton <jwe@octave.org> |
5714 | |
5715 * plot/hist.m: Always return row vectors for vector args. | |
5716 | |
5031 | 5717 2004-09-23 John W. Eaton <jwe@octave.org> |
5718 | |
5719 * strings/strcmp.m: If args are not strings or cell arrays of | |
5720 strings, return zero instead of reporting an error. | |
5721 | |
5021 | 5722 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
5723 | |
5724 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
5725 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
5726 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
5727 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
5728 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
5729 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
5730 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
5731 control/hinf/is_dgkf.m, control/system/c2d.m, | |
5732 control/system/is_detectable.m, control/system/is_sample.m, | |
5733 control/system/is_siso.m, control/system/is_stable.m, | |
5734 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
5735 control/system/sys2tf.m, control/system/sys2zp.m, | |
5736 control/system/sysappend.m, control/system/sysconnect.m, | |
5737 control/system/sysdisc.m, control/system/sysdup.m, | |
5738 control/system/sysgetsignals.m, control/system/sysmult.m, | |
5739 control/system/syssetsignals.m, control/system/syssub.m, | |
5740 control/system/tf2sys.m, control/system/ugain.m, | |
5741 control/system/zp2ss.m, control/system/zp2sys.m, | |
5742 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
5743 special-matrix/toeplitz.m: Fix typos in doc strings. | |
5744 | |
5745 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
5746 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
5747 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
5748 ontrol/system/is_abcd.m, control/system/parallel.m, | |
5749 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
5750 control/system/sysappend.m, control/system/sysconnect.m, | |
5751 control/system/sysdup.m, control/system/sysgroup.m, | |
5752 control/system/sysprune.m, control/system/sysreorder.m, | |
5753 control/system/sysscale.m, control/system/syssub.m, | |
5754 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
5755 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
5756 polynomial/polyout.m, specfun/log2.m: | |
5757 Add output arguments in doc strings. | |
5758 | |
5759 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
5760 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
5761 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
5762 control/base/freqchkw.m, control/base/__freqresp__.m, | |
5763 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
5764 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
5765 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
5766 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
5767 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
5768 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
5769 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
5770 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5771 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
5772 control/system/c2d.m, control/system/is_abcd.m, | |
5773 control/system/is_controllable.m, control/system/is_detectable.m, | |
5774 control/system/is_observable.m, control/system/is_stable.m, | |
5775 control/system/jet707.m, control/system/ord2.m, | |
5776 control/system/starp.m, control/system/sys2fir.m, | |
5777 control/system/sys2ss.m, control/system/sys2tf.m, | |
5778 control/system/sys2zp.m, control/system/syscont.m, | |
5779 control/system/sysdisc.m, control/system/sysdup.m, | |
5780 control/system/sysgettype.m, control/system/sysgroup.m, | |
5781 control/system/sysmult.m, control/system/sysprune.m, | |
5782 control/system/sysreorder.m, control/system/sysscale.m, | |
5783 control/system/syssetsignals.m, control/system/sysupdate.m, | |
5784 control/system/tf2ss.m, control/system/tf2sys.m, | |
5785 control/system/zp2ss.m, control/system/zp2sys.m, | |
5786 control/util/axis2dlim.m, control/util/prompt.m, | |
5787 control/util/zgfmul.m, control/util/zginit.m, | |
5788 control/util/__zgpbal__.m, control/util/zgscal.m: | |
5789 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5790 in doc strings. | |
5791 | |
5792 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
5793 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
5794 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
5795 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5796 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5797 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5798 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5799 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
5800 control/system/c2d.m, control/system/fir2sys.m, | |
5801 control/system/is_stabilizable.m, control/system/jet707.m, | |
5802 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
5803 control/util/zgshsr.m, polynomial/polyout.m: | |
5804 New @tex section(s) in doc strings for better formating of printed | |
5805 output. | |
5806 | |
5807 * control/base/__freqresp__.m, control/base/nyquist.m, | |
5808 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
5809 control/obsolete/syschnames.m, control/system/sysprune.m: | |
5810 Use proper double quote marks for TeX. | |
5811 | |
5812 * control/base/DEMOcontrol.m: Add missing ; | |
5813 | |
5814 * control/base/nichols.m, control/base/rlocus.m, | |
5815 control/obsolete/minfo.m, control/system/is_digital.m, | |
5816 control/system/ss2zp.m, control/system/sysmin.m, | |
5817 control/system/tf2zp.m, control/util/sortcom.m: | |
5818 Convert documentation to use or more completely use Texinfo. | |
5819 | |
5820 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
5821 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5822 control/system/parallel.m, control/system/ss2tf.m, | |
5823 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
5824 art splitting over a page boundary. | |
5825 | |
5826 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5827 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5828 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5829 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5830 control/hinf/wgt1o.m, control/system/buildssic.m: | |
5831 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
5832 the TeX documentation. | |
5833 | |
5834 * control/system/is_stabilizable.m: | |
5835 Add Copyright so that help is displayed correctly. | |
5836 | |
5837 * special-matrix/vander.m: Octave indexes start at 1. | |
5838 | |
5011 | 5839 2004-09-21 David Bateman <dbateman@free.fr> |
5840 | |
5841 * general/rotdim.m: New function for rotation of an N-d array in an | |
5842 arbitrary plane. | |
5843 | |
5844 * general/flipdim.m: New function to flip an N-d array about an | |
5845 arbitrary axis. | |
5846 | |
5003 | 5847 2004-09-15 David Bateman <dbateman@free.fr> |
5848 | |
5849 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
5850 | |
4992 | 5851 2004-09-15 John W. Eaton <jwe@octave.org> |
5852 | |
5853 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 5854 Use iscellstr to check for cells rather than iscell. |
5855 Improve diagnostics for invalid args. | |
4992 | 5856 |
4983 | 5857 2004-09-10 David Bateman <dbateman@free.fr> |
5858 | |
5859 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
5860 and p with n > 1, and fix for matrix n and p with n == 1. | |
5861 | |
5862 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
5863 due to row vs. column vector operations. | |
5864 | |
4964 | 5865 2004-09-03 David Bateman <dbateman@free.fr> |
5866 | |
5867 * general/repmat.m: Fix to allow logical classes. | |
5868 | |
4950 | 5869 2004-08-31 John W. Eaton <jwe@octave.org> |
5870 | |
5871 * general/isa.m: New function, from Octave-forge. | |
5872 | |
5873 2004-08-31 David Bateman <dbateman@free.fr> | |
5874 | |
5875 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
5876 limitation on the use of int64 and uint64 types, and the use | |
5877 of the eval. | |
5878 | |
5879 * general/bitset.m: Remove superfluous cast to return type, as bug | |
5880 in .^ with integer types is fixed. | |
5881 | |
5882 * general/repmat.m: Adapt to allow integer types. | |
4945 | 5883 |
5884 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
5885 | |
5886 * plot/axis.m: Don't reset axes when querying them. | |
5887 | |
4942 | 5888 2004-08-27 David Bateman <dbateman@free.fr> |
5889 | |
5890 * statistics/base/ranks.m: Handle non-consecutive ties. | |
5891 Eliminate loop. | |
5892 | |
4918 | 5893 2004-07-27 David Bateman <dbateman@free.fr> |
5894 | |
5895 * general/num2str.m: Also insert spaces in output when precision | |
5896 argument is supplied. | |
5897 | |
4915 | 5898 2004-07-23 David Bateman <dbateman@free.fr> |
5899 | |
5900 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
5901 | |
4911 | 5902 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
5903 | |
5904 * general/sub2ind.m: Make reshaping index list unnecessary. | |
5905 | |
5906 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
5907 | |
5908 * miscellaneous/unix.m: Fix doc string. | |
5909 | |
5910 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
5911 | |
5912 * plot/figure.m: Clarification of documentation. | |
5913 | |
5914 * image/imshow.m: Warn for complex images. | |
5915 Only estimate colourmap for images in [0, 65536]. | |
5916 | |
5917 2004-07-22 David Bateman <dbateman@free.fr> | |
5918 | |
5919 * general/num2str.m: Fix the case of an all zero input. | |
5920 | |
4906 | 5921 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
5922 | |
5923 * general/ind2sub.m: Doc fix. | |
5924 | |
4900 | 5925 2004-06-08 John W. Eaton <jwe@octave.org> |
5926 | |
5927 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
5928 convert function handle to string for eval. | |
5929 | |
4898 | 5930 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
5931 | |
5932 * plot/errorbar.m: Remove debugging output. | |
5933 | |
5934 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
5935 | |
5936 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
5937 | |
4897 | 5938 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
5939 | |
4898 | 5940 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
5941 | |
5942 * polynomial/polyout.m: Use parenthesis if necessary around | |
5943 complex polynomial coefficient. | |
5944 | |
4897 | 5945 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
5946 the bug which causes __errplot__ to ignore the last argument. | |
5947 | |
4894 | 5948 2004-06-03 David Bateman <dbateman@free.fr> |
5949 | |
5950 * general/shiftdim.m: New function based on JWE code snippet. | |
5951 | |
5952 * general/circdim.m: New function. | |
5953 | |
4890 | 5954 2004-05-06 David Bateman <dbateman@free.fr> |
5955 | |
5956 * general/issquare.m: Fail if ndim(x) > 2. | |
5957 | |
5958 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
5959 | |
5960 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
5961 N-d array arguments. Add optional dim argument to define | |
5962 dimension along which to operate. | |
5963 | |
5964 * linear-algebra/dmult.m: Allow N-d arrays. | |
5965 | |
5966 * linear-algebra/vec.m: Use v(:) and not reshape. | |
5967 | |
4885 | 5968 2004-04-29 David Bateman <dbateman@free.fr> |
5969 | |
5970 * statistics/base/ranks.m, statistics/base/run_count.m, | |
5971 statistics/base/studentize.m, statistics/base/kurtosis.m | |
5972 statistics/base/statistics.m, statistics/base/skewness.m | |
5973 statistics/base/iqr.m: | |
5974 Make N-d array aware. Allow optional argument to define the | |
5975 dimension along which to operate. Update the documentation. | |
5976 | |
5977 * statistics/base/ranks.m: Change algorithm to use sort, | |
5978 and adjust for the ties after. | |
5979 | |
5980 * statistics/base/run_counts.m: Change algorithm to use | |
5981 the a combination of diff and find, rather than a for-loop. | |
5982 | |
4881 | 5983 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
5984 | |
5985 * plot/hist.m: Correctly determine cutoffs. New tests. | |
5986 | |
4878 | 5987 2004-04-23 David Bateman <dbateman@free.fr> |
5988 | |
5989 * general/int2str.m: Treat only real part of argument, and treat | |
5990 NDArrays by stacking the slices through the matrix vertically. | |
5991 | |
5992 * general/num2str.m: Improve format of integer matrices, and the | |
5993 conversion of complex matrices added. Treat NDArrays by stacking | |
5994 the slices through the matrix vertically. | |
5995 | |
5996 * deprecated/com2str.m: Moved here from general subdirectory. | |
5997 | |
4877 | 5998 2004-04-22 John W. Eaton <jwe@octave.org> |
5999 | |
6000 * quaternion/qtransvmat.m: Use continuation characters to make | |
6001 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6002 | |
4869 | 6003 2004-04-21 David Bateman <dbateman@free.fr> |
6004 | |
5378 | 6005 * elfun/lcm.m: Make N-d aware. |
4870 | 6006 |
4869 | 6007 * general/diff.m: Make the code N-d array aware. Allow an |
6008 optional argument to define the dimension along which to perform | |
6009 the differences and allow the order of the differences to be larger | |
6010 than the dimension itself. | |
6011 | |
6012 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6013 use of these functions to 1- and 2-d arrays. | |
6014 | |
4863 | 6015 2004-04-16 John W. Eaton <jwe@octave.org> |
6016 | |
6017 * elfun/gcd.m: Delete. | |
6018 | |
4862 | 6019 2004-04-15 David Bateman <dbateman@free.fr> |
6020 | |
6021 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6022 | |
6023 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6024 array aware and and optional argument for the dimension along | |
6025 which to operate. | |
6026 | |
5378 | 6027 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6028 argument for the dimension to be consistent with other N-d array |
6029 functions. | |
6030 | |
4860 | 6031 2004-04-08 David Bateman <dbateman@free.fr> |
6032 | |
6033 * statistics/distributions/discrete_cdf.m, | |
6034 statistics/distributions/discrete_inv.m, | |
6035 statistics/distributions/discrete_pdf.m, | |
6036 statistics/distributions/discrete_rnd.m, | |
6037 statistics/distributions/exponential_cdf.m, | |
6038 statistics/distributions/exponential_inv.m, | |
6039 statistics/distributions/exponential_pdf.m, | |
6040 statistics/distributions/exponential_rnd.m, | |
6041 statistics/distributions/f_cdf.m, | |
6042 statistics/distributions/f_inv.m, | |
6043 statistics/distributions/f_pdf.m, | |
6044 statistics/distributions/f_rnd.m, | |
6045 statistics/distributions/geometric_cdf.m, | |
6046 statistics/distributions/geometric_inv.m, | |
6047 statistics/distributions/geometric_pdf.m, | |
6048 statistics/distributions/geometric_rnd.m, | |
6049 statistics/distributions/hypergeometric_rnd.m, | |
6050 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6051 statistics/distributions/laplace_cdf.m, | |
6052 statistics/distributions/laplace_inv.m, | |
6053 statistics/distributions/laplace_pdf.m, | |
6054 statistics/distributions/laplace_rnd.m, | |
6055 statistics/distributions/logistic_inv.m, | |
6056 statistics/distributions/logistic_rnd.m, | |
6057 statistics/distributions/lognormal_cdf.m, | |
6058 statistics/distributions/lognormal_inv.m, | |
6059 statistics/distributions/lognormal_pdf.m, | |
6060 statistics/distributions/lognormal_rnd.m, | |
6061 statistics/distributions/pascal_cdf.m, | |
6062 statistics/distributions/pascal_inv.m, | |
6063 statistics/distributions/pascal_pdf.m, | |
6064 statistics/distributions/pascal_rnd.m, | |
6065 statistics/distributions/poisson_cdf.m, | |
6066 statistics/distributions/poisson_inv.m, | |
6067 statistics/distributions/poisson_pdf.m, | |
6068 statistics/distributions/poisson_rnd.m, | |
6069 statistics/distributions/t_cdf.m, | |
6070 statistics/distributions/t_inv.m, | |
6071 statistics/distributions/t_pdf.m, | |
6072 statistics/distributions/t_rnd.m, | |
6073 statistics/distributions/weibull_cdf.m, | |
6074 statistics/distributions/weibull_inv.m, | |
6075 statistics/distributions/weibull_pdf.m, | |
6076 statistics/distributions/weibull_rnd.m: | |
6077 Allow N-d arrays. | |
6078 | |
6079 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6080 that results in NaN in places where it should not have had. | |
6081 | |
6082 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6083 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6084 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6085 |
6086 * statistics/distributions/empirical_rnd.m: New argument formats | |
6087 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6088 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6089 format. Allow N-d arrays. |
6090 | |
6091 * statistics/distributions/hypergeometric_cdf.m, | |
6092 statistics/distributions/hypergeometric_inv.m, | |
6093 statistics/distributions/hypergeometric_pdf.m, | |
6094 statistics/distributions/wiener_rnd.m: | |
6095 Error for non-scalar arguments. | |
6096 | |
6097 * statistics/distributions/pascal_rnd.m: | |
6098 Correct for n = 1 bug, where all elements were equal. | |
6099 | |
4849 | 6100 2004-04-06 David Bateman <dbateman@free.fr> |
6101 | |
4854 | 6102 * general/common_size.m, miscellaneous/bincoeff.m, |
6103 statistics/distributions/beta_cdf.m, | |
6104 statistics/distributions/beta_inv.m, | |
6105 statistics/distributions/beta_pdf.m, | |
6106 statistics/distributions/beta_rnd.m, | |
6107 statistics/distributions/binomial_cdf.m, | |
6108 statistics/distributions/binomial_inv.m, | |
6109 statistics/distributions/binomial_pdf.m, | |
6110 statistics/distributions/binomial_rnd.m, | |
6111 statistics/distributions/cauchy_cdf.m, | |
6112 statistics/distributions/cauchy_inv.m, | |
6113 statistics/distributions/cauchy_pdf.m, | |
6114 statistics/distributions/cauchy_rnd.m, | |
6115 statistics/distributions/chisquare_cdf.m, | |
6116 statistics/distributions/chisquare_inv.m, | |
6117 statistics/distributions/chisquare_pdf.m, | |
6118 statistics/distributions/chisquare_rnd.m, | |
6119 statistics/distributions/gamma_cdf.m, | |
6120 statistics/distributions/gamma_inv.m, | |
6121 statistics/distributions/gamma_pdf.m, | |
6122 statistics/distributions/gamma_rnd.m, | |
6123 statistics/distributions/normal_cdf.m, | |
6124 statistics/distributions/normal_inv.m, | |
6125 statistics/distributions/normal_pdf.m, | |
6126 statistics/distributions/normal_rnd.m, | |
6127 statistics/distributions/stdnormal_cdf.m, | |
6128 statistics/distributions/stdnormal_pdf.m, | |
6129 statistics/distributions/stdnormal_rnd.m, | |
6130 statistics/distributions/uniform_cdf.m, | |
6131 statistics/distributions/uniform_inv.m, | |
6132 statistics/distributions/uniform_pdf.m, | |
6133 statistics/distributions/uniform_rnd.m: | |
6134 Allow the inputs to be N-d arrays. | |
6135 | |
4852 | 6136 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6137 * statistics/base/median.m: Likewise. | |
4849 | 6138 |
4844 | 6139 2004-04-02 David Bateman <dbateman@free.fr> |
6140 | |
6141 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6142 * statistics/base/center.m, statistics/base/meansq.m, |
6143 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6144 Update for N-d arrays. |
4844 | 6145 * signal/fftshift.m: Fix dimensioning error. |
6146 | |
6147 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6148 N-d arrays. |
4844 | 6149 |
4852 | 6150 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6151 | |
6152 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6153 |
4852 | 6154 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6155 |
6156 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6157 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6158 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6159 | |
6160 * control/system/sysidx.m: Use cellidx and not listidx. | |
6161 | |
4841 | 6162 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6163 | |
6164 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6165 default of "" (so it is off unless explicitly set by the user). | |
6166 | |
4836 | 6167 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6168 | |
6169 * image/imshow.m: Accept "truesize" argument. | |
6170 Ignore current colormap. New tests and demos. | |
6171 | |
4834 | 6172 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6173 | |
6174 * signal/sinewave.m: Allow N to default to M. | |
6175 | |
4826 | 6176 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6177 | |
6178 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6179 | |
4818 | 6180 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6181 | |
6182 * general/deal.m: New function. | |
4819 | 6183 Add tests from Paul Kienzle. |
4818 | 6184 |
4811 | 6185 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6186 | |
6187 * plot/hist.m: Compute histogram correctly for n>=30. | |
6188 | |
5095 | 6189 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6190 |
6191 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6192 | |
4806 | 6193 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6194 | |
6195 * miscellaneous/horzcat.m: Delete. | |
6196 * miscellaneous/vertcat.m: Delete. | |
6197 | |
4790 | 6198 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6199 | |
6200 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6201 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6202 | |
4789 | 6203 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6204 | |
6205 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6206 doing multiple plots in the same gnuplot frame. | |
6207 | |
4780 | 6208 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6209 | |
6210 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6211 control/system/cellidx.m, control/system/ss.m, | |
6212 control/system/tf.m, control/system/zp.m: New functions. | |
6213 | |
4778 | 6214 2004-02-16 Glenn Golden <gdg@zplane.com> |
6215 | |
6216 * statistics/distributions/discrete_inv.m: | |
6217 Reduce memory requirements. | |
6218 | |
4772 | 6219 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6220 | |
6221 * plot/__errcomm__.m: Fix thinko in previous change. | |
6222 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6223 | |
4771 | 6224 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6225 | |
6226 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6227 control/base/analdemo.m, control/base/bddemo.m, | |
6228 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6229 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6230 control/base/rldemo.m, control/base/rlocus.m, | |
6231 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6232 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6233 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6234 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6235 control/obsolete/packsys.m, control/obsolete/series.m, | |
6236 control/system/__sysdefioname__.m, | |
6237 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6238 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6239 control/system/c2d.m, control/system/d2c.m, | |
6240 control/system/dmr2d.m, control/system/fir2sys.m, | |
6241 control/system/is_signal_list.m, control/system/is_siso.m, | |
6242 control/system/jet707.m, control/system/listidx.m, | |
6243 control/system/moddemo.m, control/system/ord2.m, | |
6244 control/system/packedform.m, control/system/parallel.m, | |
6245 control/system/ss2sys.m, control/system/sys2tf.m, | |
6246 control/system/sys2zp.m, control/system/sysadd.m, | |
6247 control/system/sysappend.m, control/system/sysconnect.m, | |
6248 control/system/syscont.m, control/system/sysdimensions.m, | |
6249 control/system/sysdisc.m, control/system/sysdup.m, | |
6250 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6251 control/system/sysgroup.m, control/system/sysmin.m, | |
6252 control/system/sysmult.m, control/system/sysprune.m, | |
6253 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6254 control/system/syssetsignals.m, control/system/syssub.m, | |
6255 control/system/sysupdate.m, control/system/tf2sys.m, | |
6256 control/system/ugain.m, control/system/zp2ss.m, | |
6257 control/system/zp2sys.m, control/util/__outlist__.m, | |
6258 control/util/__zgpbal__.m, control/util/strappend.m: | |
6259 Use cell arrays instead of lists. | |
6260 | |
4723 | 6261 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6262 | |
6263 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6264 so that bar (1, 1) will work. | |
6265 | |
4710 | 6266 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6267 | |
4717 | 6268 * plot/__errcomm__.m: Cope with nargin now being a function. |
6269 * plot/__errplot__.m: Likewise. | |
6270 * plot/__plt__.m: Likewise. | |
6271 * plot/plot_border.m: Likewise. | |
6272 | |
4710 | 6273 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6274 not $(DOCSTRINGS). | |
6275 | |
4706 | 6276 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6277 | |
6278 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6279 rank ([], tol). | |
6280 | |
4691 | 6281 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6282 | |
4692 | 6283 * elfun/acot.m: Return atan (1./z). |
6284 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6285 | |
4691 | 6286 * miscellaneous/dir.m: New file. |
6287 | |
6288 * general/num2str.m: Use "%d" as format if values are ints with | |
6289 magnitude less than 1e10. | |
6290 | |
6291 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6292 | |
6293 * general/num2str.m: If single arg is string, return it. | |
6294 | |
6295 * miscellaneous/not.m: New file. | |
6296 | |
6297 * miscellaneous/unix.m: New file. | |
6298 | |
6299 * miscellaneous/isunix.m: New file. | |
6300 * miscellaneous/ispc.m: New file. | |
6301 | |
6302 * miscellaneous/computer.m: New file. | |
6303 | |
6304 * miscellaneous/delete.m: New file. | |
6305 | |
4689 | 6306 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6307 | |
6308 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6309 | |
6310 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6311 | |
6312 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6313 Always return substituted version of LOADPATH if nargout != 0. | |
6314 | |
4685 | 6315 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6316 | |
6317 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6318 before continuing. | |
6319 | |
6320 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6321 | |
4677 | 6322 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6323 | |
6324 * general/ind2sub.m: New file. | |
6325 * general/sub2ind.m: New file. | |
6326 | |
4675 | 6327 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6328 | |
6329 * control/system/zp2ss.m: Don't save and restore | |
6330 warn_empty_list_elements. | |
6331 | |
6332 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6333 | |
6778 | 6334 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6335 |
4673 | 6336 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6337 | |
6338 * statistics/base/mean.m: Remove special case for row vectors. | |
6339 | |
4637 | 6340 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6341 | |
6342 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6343 | |
4631 | 6344 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6345 | |
6346 * statistics/base/iqr.m: Handle matrices. | |
6347 | |
4630 | 6348 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6349 | |
6350 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6351 | |
4629 | 6352 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6353 | |
6354 * miscellaneous/path.m: Fix thinko in previous change. | |
6355 | |
4609 | 6356 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6357 | |
4629 | 6358 * control/base/dare.m: Check positive (semi)definiteness and |
6359 dimensions of r (and q). | |
6360 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6361 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6362 near unit circle. | |
4611 | 6363 |
6364 * control/system/is_detectable.m: Use Hautus Lemma. | |
6365 Correct the behavior for discrete-time systems. | |
6366 * control/system/is_stabilizable.m: Likewise. | |
6367 | |
4609 | 6368 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6369 | |
6370 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6371 | |
4610 | 6372 * general/isdefinite.m: New function. |
6373 | |
4567 | 6374 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6375 | |
6376 * general/reshape: Delete. | |
6377 | |
4559 | 6378 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6379 | |
6380 * general/numel.m: Delete. | |
6381 | |
4535 | 6382 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6383 | |
4536 | 6384 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6385 | |
6386 * deprecated/isstr.m: New file. | |
4535 | 6387 |
4529 | 6388 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6389 | |
6390 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6391 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6392 | |
4525 | 6393 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6394 | |
6395 * statistics/base/mean.m: Fix missing semicolon problem. | |
6396 | |
4503 | 6397 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6398 | |
6399 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6400 | |
4492 | 6401 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6402 | |
6403 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6404 Allow optional length argument. | |
6405 | |
4491 | 6406 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6407 | |
6408 * polynomial/polyfit.m: Avoid calling flipud. | |
6409 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6410 Return structure as second output value for improved Matlab | |
6411 compatibility. | |
6412 | |
4476 | 6413 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6414 | |
4478 | 6415 * linear-algebra/cond.m: Behave as though old built-in variable |
6416 propagate_empty_matrices is always 1. Also handle empty matrices | |
6417 with one non-zero dimension. | |
6418 | |
4476 | 6419 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6420 warn_single_quote_string to the list. | |
4478 | 6421 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6422 from the list. | |
4476 | 6423 |
5095 | 6424 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6425 |
6426 * signal/autocov.m: Transpose result of conj because diag returns | |
6427 a column vector, not a row vector. | |
6428 | |
6429 * audio/playaudio.m, audio/record.m, image/image.m, | |
6430 miscellaneous/bug_report.m: Protect spaces in filenames | |
6431 with quotes. | |
6432 | |
4466 | 6433 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6434 | |
4468 | 6435 * io/printf.m, io/puts.m: Delete. |
6436 | |
4466 | 6437 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6438 default_return_value from the list. | |
6439 Add warn_undefined_return_values to the list. | |
6440 | |
6441 | |
4464 | 6442 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6443 | |
6444 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6445 and initialize_global_variables from the list. | |
6446 | |
4460 | 6447 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6448 | |
4463 | 6449 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6450 | |
6451 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6452 | |
6453 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6454 * control/system/sys2fir.m: Likewise. | |
6455 | |
6456 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6457 * control/system/__tf2sysl__.m: Likewise. | |
6458 | |
6459 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6460 | |
6461 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6462 and [] concatenation. | |
6463 * control/system/sys2fir.m: Likewise. | |
6464 | |
6465 * control/base/dgram.m, control/base/freqchkw.m, | |
6466 control/base/gram.m, control/system/__abcddims__.m, | |
6467 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6468 control/system/is_sample.m, control/system/is_signal_list.m, | |
6469 control/system/is_siso.m, control/system/sys2fir.m, | |
6470 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6471 control/system/sysgettype.m, control/system/tf2zp.m, | |
6472 control/system/ugain.m, control/util/prompt.m, | |
6473 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6474 control/util/zgshsr.m: | |
6475 Improve conformance to Octave coding style. | |
6476 | |
4461 | 6477 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6478 the list. | |
6479 Delete resize_on_range_error from the list. | |
6480 | |
4460 | 6481 * control/base/pzmap.m, control/base/place.m, |
6482 control/base/__freqresp__.m, control/system/sysappend.m, | |
6483 control/system/syscont.m, control/system/sysdisc.m, | |
6484 control/system/sysgroup.m, control/system/tfout.m, | |
6485 control/system/zp2ss.m, control/system/zpout.m, | |
6486 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6487 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6488 empty_list_elements_ok. | |
6489 | |
6490 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6491 Delete empty_list_elements_ok from the list. | |
6492 | |
4457 | 6493 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6494 | |
6495 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
6496 list. | |
6497 Delete treat_neg_dim_as_zero from the list. | |
6498 | |
6499 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
6500 | |
4451 | 6501 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6502 | |
4455 | 6503 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
6504 was not used in the code in any case). | |
6505 | |
6506 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
6507 do_fortran_indexing. | |
6508 | |
4452 | 6509 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
6510 implict_str_to_num_ok. Use unwind_protect block to do it. | |
6511 | |
4451 | 6512 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
6513 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 6514 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 6515 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
6516 warn_fortran_indexing in the list. | |
6517 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
6518 implicit_str_to_num_ok, do_fortran_indexing, and | |
6519 prefer_column_vectors from list. | |
4451 | 6520 |
4440 | 6521 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6522 | |
6523 * Makefile.in (distclean, maintainer-clean): Also remove | |
6524 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
6525 directory. | |
6526 | |
5095 | 6527 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 6528 |
6529 * plot/hist.m: Don't forget to define n if x is a vector. | |
6530 | |
5095 | 6531 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 6532 |
6533 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
6534 return "." with extension. | |
6535 | |
4422 | 6536 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6537 | |
6538 * control/base/__stepimp__.m, control/base/nichols.m, | |
6539 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
6540 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
6541 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
6542 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
6543 Eliminate gnuplot_has_multiplot (assume it is always true). | |
6544 | |
4413 | 6545 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
6546 | |
6547 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
6548 | |
5095 | 6549 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 6550 |
6551 * plot/hist.m: Improve performance by using different algorithms | |
6552 depending on number of bins. | |
6553 | |
4404 | 6554 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6555 | |
6556 * control/system/sysadd.m: If systems are not "tf", convert before | |
6557 adding. | |
6558 | |
5095 | 6559 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 6560 |
6561 * image/imagesc.m: Accept data limits parameter for colormap. | |
6562 | |
5095 | 6563 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 6564 |
6565 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
6566 the impulse by t_step. | |
6567 | |
4373 | 6568 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
6569 | |
6570 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
6571 column vectors. | |
6572 | |
5095 | 6573 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 6574 |
6575 * linear-algebra/null.m: Handle empty matrix arg. | |
6576 | |
4369 | 6577 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6578 | |
6579 * general/shift.m: Force empty_list_elements_ok to 1. | |
6580 | |
4358 | 6581 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6582 | |
6583 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
6584 New files. | |
6585 | |
4348 | 6586 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
6587 | |
6588 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
6589 function handle to pass to feval. | |
6590 * statistics/base/qqplot.m: Likewise. | |
6591 * statistics/base/ppplot.m: Likewise. | |
6592 * signal/spectral_xdf.m: Likewise. | |
6593 * signal/spectral_adf.m: Likewise. | |
6594 | |
4340 | 6595 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6596 | |
6597 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
6598 | |
4334 | 6599 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6600 | |
6601 * linear-algebra/logm.m: New file. | |
6602 | |
5095 | 6603 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 6604 |
6605 * mkpkgadd: Scan C++ files as well | |
6606 | |
5095 | 6607 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 6608 |
6609 * strings/findstr.m: Return empty set for zero-length target. | |
6610 | |
5095 | 6611 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 6612 |
6613 * set/union.m: Preserve the orientation of inputs. | |
6614 | |
4305 | 6615 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
6616 | |
6617 * general/int2str.m: Eliminate leading spaces. | |
6618 | |
4303 | 6619 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6620 | |
6621 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
6622 | |
5095 | 6623 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 6624 |
6625 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
6626 $(BUILD_LDFLAGS) to compiler. | |
6627 | |
4295 | 6628 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6629 | |
6630 * general/num2str.m: Don't specify field width for scalars. | |
6631 | |
4292 | 6632 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6633 | |
6634 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
6635 | |
4265 | 6636 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
6637 | |
4279 | 6638 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
6639 | |
4266 | 6640 * miscellaneous/tempname.m: New file. |
6641 | |
6642 * miscellaneous/tempdir.m: New file. | |
6643 | |
4265 | 6644 * miscellaneous/fullfile.m: New file. |
6645 | |
4259 | 6646 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6647 | |
4264 | 6648 * miscellaneous/fileparts.m: New file. |
6649 | |
6650 * io/beep.m: New file. | |
6651 | |
4260 | 6652 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
6653 format only. | |
4259 | 6654 |
4257 | 6655 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6656 | |
6657 * strings/strcmp.m: Handle cell arrays of strings. | |
6658 | |
4229 | 6659 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6660 | |
6661 * general/int2str.m: Handle matrices. | |
6662 * general/num2str.m: Likewise. | |
6663 Also handle optional precision, and format args. | |
6664 | |
4225 | 6665 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6666 | |
6667 * audio/Makefile.in, control/base/Makefile.in, | |
6668 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6669 control/system/Makefile.in, elfun/Makefile.in, | |
6670 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
6671 io/Makefile.in, linear-algebra/Makefile.in, | |
6672 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
6673 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
6674 specfun/Makefile.in, special-matrix/Makefile.in, | |
6675 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6676 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6677 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
6678 deprecated/Makefile.in: Use new do-script-install and | |
6679 do-script-uninstall macros. | |
6680 | |
6681 * mkpkgadd: New script. | |
6682 | |
6683 * plot/close.m: New file. | |
6684 | |
4184 | 6685 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6686 | |
6687 * image/image.m: Use -raw option for xv. | |
6688 From Remy Bruno <remy.bruno@libertysurf.fr> | |
6689 | |
4172 | 6690 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6691 | |
4174 | 6692 * control/base/lsim.m: Use approximate test for step size change. |
6693 | |
4172 | 6694 * signal/bartlett.m: Avoid row/column mismatch error. |
6695 | |
5095 | 6696 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 6697 |
6698 * statistics/base/var.m: Use better formula for improved accuracy. | |
6699 | |
5095 | 6700 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 6701 |
6702 * control/base/lsim.m: Correct doc string. | |
6703 | |
5095 | 6704 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 6705 |
6706 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
6707 | |
4148 | 6708 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6709 | |
6710 * plot/contour.m: Handle x and y as matrices too. | |
6711 | |
5095 | 6712 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 6713 |
6714 * plot/contour.m: Fix error and usage messages. | |
6715 | |
4146 | 6716 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6717 | |
6718 * plot/contour.m: Correct orientation of plot. | |
6719 | |
4139 | 6720 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
6721 | |
6722 * control/base/analdemo.m: Fix typo. | |
6723 | |
5095 | 6724 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 6725 |
6726 * statistics/distributions/discrete_pdf.m: Fix typo. | |
6727 | |
4098 | 6728 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6729 | |
6730 * mkdoc: Exit immediately on errors. | |
6731 Exit with error if gethelp does not exist. | |
6732 | |
6733 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
6734 | |
4093 | 6735 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6736 | |
6737 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
6738 | |
5095 | 6739 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 6740 |
6741 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
6742 * statistics/distributions/normal_pdf.m: Likewise. | |
6743 * statistics/distributions/normal_inv.m: Likewise. | |
6744 | |
5095 | 6745 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 6746 |
6747 * specfun/erfinv.m: Return NaN for NaN inputs. | |
6748 | |
5095 | 6749 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 6750 |
6751 * statistics/base/var.m: Handle complex values. | |
6752 | |
4031 | 6753 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6754 | |
6755 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
6756 list. | |
6757 * deprecated/Makefile.in: New file. | |
6758 | |
5095 | 6759 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 6760 |
6761 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
6762 * statistics/distributions/binomial_cdf.m: Likewise. | |
6763 * statistics/distributions/f_cdf.m: Likewise. | |
6764 * statistics/distributions/t_cdf.m: Likewise. | |
6765 | |
6766 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
6767 * specfun/beta.m: Likewise. | |
6768 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
6769 * statistics/distributions/gamma_pdf.m: Likewise. | |
6770 * statistics/distributions/poisson_pdf.m: Likewise. | |
6771 | |
6772 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
6773 * statistics/distributions/poisson_cdf.m: Likewise. | |
6774 | |
4026 | 6775 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6776 | |
4028 | 6777 * deprecated/is_bool.m: New file. |
6778 * deprecated/is_complex.m: New file. | |
6779 * deprecated/is_global.m: New file. | |
6780 * deprecated/is_list.m: New file. | |
6781 * deprecated/is_matrix.m: New file. | |
6782 * deprecated/is_scalar.m: New file. | |
6783 * deprecated/is_square.m: New file. | |
6784 * deprecated/is_stream.m: New file. | |
6785 * deprecated/is_struct.m: New file. | |
6786 * deprecated/is_symmetric.m: New file. | |
6787 * deprecated/is_vector.m: New file. | |
4030 | 6788 * Change all callers of these functions to use the new names. |
4028 | 6789 |
4029 | 6790 * deprecated: New directory. |
6791 * Makefile.in (SUBDIRS): Add it to the list. | |
6792 | |
4026 | 6793 * general/isscalar.m: Rename from is_scalar.m. |
6794 * general/issquare.m: Rename from is_square.m. | |
6795 * general/issymmetric.m: Rename from is_symmetric.m. | |
6796 * general/isvector.m: Rename from is_vector.m. | |
6797 | |
4022 | 6798 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6799 | |
6800 * statistics/base/mean.m: Allow empty matrices. | |
6801 Handle DIM arg. | |
6802 | |
5095 | 6803 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 6804 |
6805 * plot/__errcomm__.m: If format is not specified, default to error | |
6806 bar format. | |
6807 | |
4011 | 6808 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6809 | |
6810 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
6811 __F_SETFL__ and __O_NONBLOCK__. | |
6812 | |
6813 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
6814 * miscellaneous/bug_report.m: Likewise. | |
6815 | |
4007 | 6816 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6817 | |
4008 | 6818 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
6819 * general/rem.m: Likewise. | |
6820 | |
6821 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
6822 * plot/semilogxerr.m: Likewise. | |
4007 | 6823 * plot/semilogyerr.m: Likewise. |
6824 | |
5095 | 6825 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 6826 |
6827 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
6828 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
6829 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
6830 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
6831 | |
6832 * plot/errorbar.m: Use __errcomm__.m. | |
6833 * plot/__errplot__.m: Minor cleanups. | |
6834 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
6835 * plot/__pltopt1__.m: Likewise. | |
6836 | |
3980 | 6837 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6838 | |
3981 | 6839 * general/rem.m: Delete redundant call to usage. |
6840 | |
3980 | 6841 * general/mod.m: Additional error checks, Texinfoize doc string. |
6842 | |
5095 | 6843 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 6844 |
6845 * general/mod.m: New function. | |
6846 | |
3979 | 6847 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6848 | |
6849 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
6850 * control/system/sysadd.m: Likewise. | |
6851 * control/system/sysgroup.m: Likewise. | |
6852 * control/system/syssub.m: Likewise. | |
6853 * elfun/gcd.m: Likewise. | |
6854 * elfun/lcm.m: Likewise. | |
6855 * general/common_size.m: Likewise. | |
6856 * io/printf.m: Likewise. | |
6857 * miscellaneous/menu.m: Likewise. | |
6858 * miscellaneous/path.m: Likewise. | |
6859 * plot/__errplot__.m: Likewise. | |
6860 * plot/__plt__.m: Likewise. | |
6861 * plot/axis.m: Likewise. | |
6862 * plot/errorbar.m: Likewise. | |
6863 * plot/mplot.m: Likewise. | |
6864 * plot/loglog.m: Likewise. | |
6865 * plot/plot.m: Likewise. | |
6866 * plot/plot_border.m: Likewise. | |
6867 * plot/semilogx.m: Likewise. | |
6868 * plot/semilogy.m: Likewise. | |
6869 * plot/xlabel.m: Likewise. | |
6870 * plot/ylabel.m: Likewise. | |
6871 * plot/zlabel.m: Likewise. | |
6872 * statistics/base/ppplot.m: Likewise. | |
6873 * statistics/base/qqplot.m: Likewise. | |
6874 * statistics/tests/bartlett_test.m: Likewise. | |
6875 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
6876 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
6877 * strings/str2mat.m: Likewise. | |
6878 * strings/strcat.m: Likewise. | |
6879 | |
5095 | 6880 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 6881 |
6882 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
6883 | |
3924 | 6884 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6885 | |
6886 * skip-autoheader: New file, for autogen.sh. | |
3925 | 6887 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 6888 |
5095 | 6889 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 6890 |
6891 * general/repmat.m: New function. | |
6892 | |
5095 | 6893 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 6894 |
6895 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
6896 Use optional parameter to specify the number of bits in the input. | |
6897 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
6898 floats in the range [-1,1], 2x speedup. | |
6899 | |
6900 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
6901 | |
3910 | 6902 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6903 | |
6904 * linear-algebra/kron.m: Delete. | |
6905 | |
5095 | 6906 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 6907 |
6908 * signal/freqz.m: If nargout is zero, plot results instead of | |
6909 returning them. | |
6910 * signal/freqz_plot.m: New file. | |
6911 | |
5095 | 6912 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 6913 |
5378 | 6914 * signal/unwrap.m: New file. |
3906 | 6915 |
5095 | 6916 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 6917 |
6918 * image/rgb2hsv.m: Faster, more accurate, remove the | |
6919 divide by zero warning. | |
6920 | |
5095 | 6921 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 6922 |
3894 | 6923 * strings/deblank.m: Trim \0 as well as blank. |
6924 | |
5378 | 6925 * freqz.m: Evaluate a specific range of frequencies |
3893 | 6926 expressed in radians or Hz relative to a supplied sample rate. |
6927 | |
5095 | 6928 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 6929 |
6930 * signal/fftfilt.m: Filter columns if called with a matrix. | |
6931 | |
3891 | 6932 * strings/findstr.m: Vectorize as much as possible. |
6933 | |
5095 | 6934 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 6935 |
6936 * special-matrix/invhilb.m: New version that is faster and more | |
6937 accurate. | |
6938 | |
5095 | 6939 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 6940 |
6941 * configure.in: Update for autoconf 2.5x. | |
6942 | |
5095 | 6943 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 6944 |
6945 * special-matrix/vander.m: Code tidy and vectorize. | |
6946 | |
5095 | 6947 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 6948 |
3883 | 6949 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
6950 to vectors. Issue a warning in the case x matches y' but return a | |
6951 column vector as Octave currently does. | |
6952 | |
3882 | 6953 * plot/contour.m: Set default number of levels for contour(x,y,z). |
6954 | |
6955 * control/system/starp.m: Leave more of the documentation | |
6956 processing to texinfo and less to the @format block. | |
6957 | |
6958 * image/imagesc.m: Only display image if no output is requested. | |
6959 Code tidying. | |
6960 | |
3876 | 6961 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
6962 | |
6963 * statistics/base/center.m: Accept and return empty matrix. | |
6964 | |
3872 | 6965 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6966 | |
6967 * specfun/erfinv.m: Fix usage message. | |
6968 | |
3869 | 6969 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6970 | |
6971 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
6972 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
6973 | |
3837 | 6974 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
6975 | |
6976 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
6977 capitalized variable names. | |
6978 | |
3836 | 6979 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
6980 | |
6981 * m/image/saveimage.m: fix saving an image to Postscript format. | |
6982 | |
5095 | 6983 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 6984 |
6985 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
6986 | |
3803 | 6987 2001-02-28 Kai Habel <kai.habel@gmx.de> |
6988 | |
3833 | 6989 * general/cart2pol.m: New file. |
6990 * general/pol2cart.m: New file. | |
6991 * general/cart2sph.m: New file. | |
6992 * general/sph2cart.m: New file. | |
6993 * image/rgb2hsv.m: New file. | |
6994 * image/hsv2rgb.m: New file. | |
3803 | 6995 |
6996 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
6997 | |
6998 * plot/meshgrid.m: Avoid for loops. | |
6999 * plot/meshdom.m: Likewise. | |
7000 | |
3801 | 7001 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7002 | |
7003 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7004 | |
7005 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7006 | |
7007 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7008 norm. | |
7009 | |
3792 | 7010 2001-02-09 David Livings <david.livings@asa.co.uk> |
7011 | |
7012 * statistics/tests/welch_test.m: Fix typo. | |
7013 | |
7014 * statistics/distributions/chisquare_cdf.m: | |
7015 Don't restrict inputs to be only positive integers. | |
7016 * statistics/distributions/chisquare_inv.m: Likewise. | |
7017 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7018 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7019 * statistics/distributions/f_cdf.m: Likewise. | |
7020 * statistics/distributions/f_inv.m: Likewise. | |
7021 * statistics/distributions/f_pdf.m: Likewise. | |
7022 * statistics/distributions/f_rnd.m: Likewise. | |
7023 * statistics/distributions/t_cdf.m: Likewise. | |
7024 * statistics/distributions/t_inv.m: Likewise. | |
7025 * statistics/distributions/t_pdf.m: Likewise. | |
7026 * statistics/distributions/t_rnd.m: Likewise. | |
7027 | |
3790 | 7028 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7029 | |
7030 * strings/dec2base.m: New file. | |
7031 * strings/base2dec.m: New file. | |
7032 * strings/strjust.m: New file. | |
7033 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7034 * strings/dec2bin.m: Likewise. | |
7035 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7036 * strings/bin2dec.m: Likewise. | |
7037 | |
5095 | 7038 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7039 |
7040 * statistics/base/ppplot.m: Use gset, not set. | |
7041 * statistics/base/qqplot.m: Likewise. | |
7042 | |
5095 | 7043 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7044 |
7045 * control/system/c2d.m: Add missing endif. | |
7046 | |
3759 | 7047 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7048 | |
7049 * strings/index.m: Return 0 if either string is empty. | |
7050 | |
7051 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7052 | |
7053 * control/system/c2d.m: Allow option of matched pole/zero | |
7054 equivalent for conversion. | |
7055 | |
7056 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7057 | |
7058 * strings/findstr.m: Return empty matrix if search string is empty. | |
7059 | |
3757 | 7060 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7061 | |
7062 * saveimage.m: Do create rawbit image for black and white images, | |
7063 but do it correctly. | |
7064 | |
3754 | 7065 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7066 | |
6778 | 7067 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7068 result polynomials. | |
3754 | 7069 |
3748 | 7070 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7071 | |
7072 * image/saveimage.m: Don't try to create rawbit image. | |
7073 | |
3740 | 7074 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7075 | |
7076 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7077 | |
5095 | 7078 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7079 |
7080 * plot/contour.m: Reorder args for Matlab compatibility. | |
7081 | |
3727 | 7082 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7083 | |
7084 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7085 | |
3717 | 7086 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7087 | |
3718 | 7088 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7089 | |
3717 | 7090 * plot/mesh.m: Also set nologscale before plotting. |
7091 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7092 xyerrorbars instead of just errorbars. | |
7093 | |
3714 | 7094 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7095 | |
7096 * image/image.m: Try display (from ImageMagick) first. | |
7097 | |
3709 | 7098 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7099 | |
7100 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7101 conjugate transpose. | |
7102 | |
3705 | 7103 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7104 | |
7105 * strings/str2mat.m: Apply setstr to each argument. | |
7106 | |
3696 | 7107 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7108 | |
7109 * control/base/dkalman.m: New file. | |
7110 * control/base/dlqe.m: Handle singular A matrix. | |
7111 * control/base/dlqr.m: Likewise. | |
7112 | |
3695 | 7113 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7114 | |
7115 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7116 dimensions don't match. | |
7117 | |
3690 | 7118 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7119 | |
7120 * plot/hist.m: Allow 3 argument form to work. | |
7121 | |
5095 | 7122 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7123 |
7124 * plot/plot.m: Add examples in doc string. | |
7125 | |
5095 | 7126 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7127 |
7128 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7129 Do the right thing even if automatic_replot is not zero. | |
7130 Avoid failure if system has pure imaginary poles. | |
7131 | |
3674 | 7132 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7133 | |
7134 * general/logical.m: Return arg if it is empty. Better error | |
7135 message for non-numeric types. | |
7136 | |
5095 | 7137 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7138 |
7139 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7140 about difference with Matlab dlqe function. | |
7141 | |
7142 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7143 | |
5095 | 7144 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7145 |
7146 * strings/strrep.m: Fix typo. | |
7147 | |
3666 | 7148 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7149 | |
7150 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7151 | |
5095 | 7152 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7153 |
7154 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7155 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7156 |
5095 | 7157 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7158 |
7159 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7160 guess for iteration. | |
7161 | |
3651 | 7162 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7163 | |
7164 * image/image.m: Allow image (A) or image (x, y, A). | |
7165 * image/imagesc.m: Likewise. | |
7166 | |
7167 * image/image.m: If zoom is not supplied, or if it is an empty | |
7168 matrix, autoscale the image. | |
7169 | |
3618 | 7170 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7171 | |
3619 | 7172 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7173 Undo string escapes in text twice(!) before sending to gnuplot. | |
7174 | |
3618 | 7175 * image/saveimage.m: Add comment to file saying who created it and |
7176 when it was created. Suggested by Stephen Eglen | |
7177 <stephen@cogsci.ed.ac.uk>. | |
7178 | |
5095 | 7179 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7180 |
7181 * polynomial/polyreduce.m: Simplify by looking for the first | |
7182 non-zero element rather than the last of the first set of zero | |
7183 elements. | |
7184 | |
7185 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7186 | |
5095 | 7187 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7188 |
7189 * image/saveimage.m: Swap black and white colormaps so zero is | |
7190 displayed as black and 1 is displayed as white. | |
7191 Fix indexing bug in ppm case. | |
7192 | |
3604 | 7193 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7194 | |
7195 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7196 between the two distributions (took same approach as ks.test() in R.) | |
7197 | |
3603 | 7198 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7199 | |
7200 * control/base/bode.m: Temporarily disable automatic_replot. | |
7201 | |
3599 | 7202 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7203 | |
3601 | 7204 * Makefile.in (clean): Also remove gethelp. |
7205 | |
3599 | 7206 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7207 | |
5095 | 7208 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7209 |
7210 * set/create_set.m: Use find to avoid while loop. | |
7211 | |
5095 | 7212 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7213 |
7214 * plot/hist.m: New optional third argument. | |
7215 | |
7216 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7217 | |
7218 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7219 number appended. | |
7220 | |
3575 | 7221 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7222 | |
7223 * gethelp.cc: Sprinkle with std:: qualifier. | |
7224 | |
3498 | 7225 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7226 | |
7227 * image/saveimage.m: Delete some debugging code. | |
7228 | |
3486 | 7229 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7230 | |
7231 * signal/sinc.m: Avoid reshaping. | |
7232 | |
7233 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7234 * image/ind2rgb.m: Ditto. | |
7235 * image/ind2gray.m: Ditto. | |
7236 * general/reshape.m: Ditto. Also no longer needs to reset | |
7237 implicit_str_to_num_ok. | |
7238 | |
3483 | 7239 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7240 | |
7241 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7242 a list of file structures, not a vector of numeric file ids. | |
7243 | |
3474 | 7244 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7245 | |
3476 | 7246 * plot/__axis_label__.m: New function. |
7247 Undo string escapes in text twice(!) before sending to gnuplot. | |
7248 * plot/xlabel.m: Use it. | |
7249 * plot/ylabel.m: Ditto. | |
7250 * plot/zlabel.m: Ditto. | |
7251 | |
3474 | 7252 * plot/mesh.m: Fix error message to reflect reality. |
7253 | |
5095 | 7254 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7255 |
7256 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7257 | |
5095 | 7258 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7259 |
7260 * audio/saveaudio.m: Also accept files with .ul extension. | |
7261 * audio/loadaudio.m: Ditto. | |
7262 * audio/playaudio.m: Ditto. | |
7263 | |
3456 | 7264 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7265 | |
7266 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7267 * statistics/distributions/beta_inv.m: Ditto. | |
7268 * statistics/distributions/beta_pdf.m: Ditto. | |
7269 * statistics/distributions/beta_rnd.m: Ditto. | |
7270 * statistics/distributions/binomial_cdf.m: Ditto. | |
7271 * statistics/distributions/binomial_inv.m: Ditto. | |
7272 * statistics/distributions/binomial_pdf.m: Ditto. | |
7273 * statistics/distributions/binomial_rnd.m: Ditto. | |
7274 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7275 * statistics/distributions/cauchy_inv.m: Ditto. | |
7276 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7277 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7278 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7279 * statistics/distributions/chisquare_inv.m: Ditto. | |
7280 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7281 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7282 * statistics/distributions/discrete_cdf.m: Ditto. | |
7283 * statistics/distributions/discrete_inv.m: Ditto. | |
7284 * statistics/distributions/discrete_pdf.m: Ditto. | |
7285 * statistics/distributions/discrete_rnd.m: Ditto. | |
7286 * statistics/distributions/empirical_cdf.m: Ditto. | |
7287 * statistics/distributions/empirical_inv.m: Ditto. | |
7288 * statistics/distributions/empirical_pdf.m: Ditto. | |
7289 * statistics/distributions/empirical_rnd.m: Ditto. | |
7290 * statistics/distributions/exponential_cdf.m: Ditto. | |
7291 * statistics/distributions/exponential_inv.m: Ditto. | |
7292 * statistics/distributions/exponential_pdf.m: Ditto. | |
7293 * statistics/distributions/exponential_rnd.m: Ditto. | |
7294 * statistics/distributions/f_cdf.m: Ditto. | |
7295 * statistics/distributions/f_inv.m: Ditto. | |
7296 * statistics/distributions/f_pdf.m: Ditto. | |
7297 * statistics/distributions/f_rnd.m: Ditto. | |
7298 * statistics/distributions/gamma_cdf.m: Ditto. | |
7299 * statistics/distributions/gamma_inv.m: Ditto. | |
7300 * statistics/distributions/gamma_pdf.m: Ditto. | |
7301 * statistics/distributions/gamma_rnd.m: Ditto. | |
7302 * statistics/distributions/geometric_cdf.m: Ditto. | |
7303 * statistics/distributions/geometric_inv.m: Ditto. | |
7304 * statistics/distributions/geometric_pdf.m: Ditto. | |
7305 * statistics/distributions/geometric_rnd.m: Ditto. | |
7306 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7307 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7308 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7309 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7310 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7311 * statistics/distributions/laplace_cdf.m: Ditto. | |
7312 * statistics/distributions/laplace_inv.m: Ditto. | |
7313 * statistics/distributions/laplace_pdf.m: Ditto. | |
7314 * statistics/distributions/laplace_rnd.m: Ditto. | |
7315 * statistics/distributions/logistic_cdf.m: Ditto. | |
7316 * statistics/distributions/logistic_inv.m: Ditto. | |
7317 * statistics/distributions/logistic_pdf.m: Ditto. | |
7318 * statistics/distributions/logistic_rnd.m: Ditto. | |
7319 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7320 * statistics/distributions/lognormal_inv.m: Ditto. | |
7321 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7322 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7323 * statistics/distributions/normal_cdf.m: Ditto. | |
7324 * statistics/distributions/normal_inv.m: Ditto. | |
7325 * statistics/distributions/normal_pdf.m: Ditto. | |
7326 * statistics/distributions/normal_rnd.m: Ditto. | |
7327 * statistics/distributions/pascal_cdf.m: Ditto. | |
7328 * statistics/distributions/pascal_inv.m: Ditto. | |
7329 * statistics/distributions/pascal_pdf.m: Ditto. | |
7330 * statistics/distributions/pascal_rnd.m: Ditto. | |
7331 * statistics/distributions/poisson_cdf.m: Ditto. | |
7332 * statistics/distributions/poisson_inv.m: Ditto. | |
7333 * statistics/distributions/poisson_pdf.m: Ditto. | |
7334 * statistics/distributions/poisson_rnd.m: Ditto. | |
7335 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7336 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7337 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7338 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7339 * statistics/distributions/t_cdf.m: Ditto. | |
7340 * statistics/distributions/t_inv.m: Ditto. | |
7341 * statistics/distributions/t_pdf.m: Ditto. | |
7342 * statistics/distributions/t_rnd.m: Ditto. | |
7343 * statistics/distributions/uniform_cdf.m: Ditto. | |
7344 * statistics/distributions/uniform_inv.m: Ditto. | |
7345 * statistics/distributions/uniform_pdf.m: Ditto. | |
7346 * statistics/distributions/uniform_rnd.m: Ditto. | |
7347 * statistics/distributions/weibull_cdf.m: Ditto. | |
7348 * statistics/distributions/weibull_inv.m: Ditto. | |
7349 * statistics/distributions/weibull_pdf.m: Ditto. | |
7350 * statistics/distributions/weibull_rnd.m: Ditto. | |
7351 * statistics/distributions/wiener_rnd.m: Ditto. | |
7352 | |
3453 | 7353 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7354 | |
7355 * statistics/base/values.m: Texinfoize doc string. | |
7356 * statistics/base/var.m: Ditto. | |
7357 * statistics/base/table.m: Ditto. | |
7358 * statistics/base/studentize.m: Ditto. | |
7359 * statistics/base/statistics.m: Ditto. | |
7360 * statistics/base/spearman.m: Ditto. | |
7361 * statistics/base/run_count.m: Ditto. | |
7362 * statistics/base/ranks.m: Ditto. | |
7363 * statistics/base/range.m: Ditto. | |
7364 * statistics/base/qqplot.m: Ditto. | |
7365 * statistics/base/probit.m: Ditto. | |
7366 * statistics/base/ppplot.m: Ditto. | |
7367 * statistics/base/moment.m: Ditto. | |
7368 * statistics/base/meansq.m: Ditto. | |
7369 * statistics/base/logit.m: Ditto. | |
7370 * statistics/base/kendall.m: Ditto. | |
7371 * statistics/base/iqr.m: Ditto. | |
7372 * statistics/base/cut.m: Ditto. | |
7373 * statistics/base/cor.m: Ditto. | |
7374 * statistics/base/cloglog.m: Ditto. | |
7375 * statistics/base/center.m: Ditto. | |
3454 | 7376 * statistics/models/logistic_regression.m: Ditto. |
7377 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7378 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7379 * statistics/tests/anova.m: Ditto. | |
7380 * statistics/tests/bartlett_test.m: Ditto. | |
7381 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7382 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7383 * statistics/tests/cor_test.m: Ditto. | |
7384 * statistics/tests/f_test_regression.m: Ditto. | |
7385 * statistics/tests/hotelling_test.m: Ditto. | |
7386 * statistics/tests/hotelling_test_2.m: Ditto. | |
7387 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7388 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7389 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7390 * statistics/tests/manova.m: Ditto. | |
7391 * statistics/tests/mcnemar_test.m: Ditto. | |
7392 * statistics/tests/prop_test_2.m: Ditto. | |
7393 * statistics/tests/run_test.m: Ditto. | |
7394 * statistics/tests/sign_test.m: Ditto. | |
7395 * statistics/tests/t_test.m: Ditto. | |
7396 * statistics/tests/t_test_2.m: Ditto. | |
7397 * statistics/tests/t_test_regression.m: Ditto. | |
7398 * statistics/tests/u_test.m: Ditto. | |
7399 * statistics/tests/var_test.m: Ditto. | |
7400 * statistics/tests/welch_test.m: Ditto. | |
7401 * statistics/tests/wilcoxon_test.m: Ditto. | |
7402 * statistics/tests/z_test.m: Ditto. | |
7403 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7404 |
3446 | 7405 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7406 | |
7407 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7408 * plot/__plr1__.m: Ditto. |
7409 * plot/__pltopt__.m: Ditto. | |
7410 * plot/__plt__.m: Ditto. | |
7411 * plot/__plt2vv__.m: Ditto. | |
7412 * plot/__plr2__.m: Ditto. | |
7413 * plot/__plr__.m: Ditto. | |
7414 * plot/__plt1__.m: Ditto. | |
7415 * plot/__plt2__.m: Ditto. | |
7416 * plot/__plt2mm__.m: Ditto. | |
7417 * plot/__plt2mv__.m: Ditto. | |
7418 * plot/__plt2ss__.m: Ditto. | |
7419 * miscellaneous/paren.m: Ditto. | |
7420 * miscellaneous/comma.m: Ditto. | |
7421 * miscellaneous/semicolon.m: Ditto. | |
7422 * miscellaneous/path.m: Ditto. | |
7423 * miscellaneous/list_primes.m: Ditto. | |
7424 * miscellaneous/flops.m: Ditto. | |
7425 * miscellaneous/dump_prefs.m: Ditto. | |
7426 * miscellaneous/bug_report.m: Ditto. | |
7427 * linear-algebra/dot.m: Ditto | |
7428 * linear-algebra/dmult.m: Ditto. | |
7429 * general/randperm.m: Ditto. | |
7430 * general/logical.m: Ditto. | |
7431 * general/is_duplicate_entry.m: Ditto. | |
7432 * signal/arch_fit.m: Ditto. | |
7433 * signal/arch_rnd.m: Ditto. | |
7434 * signal/arch_test.m: Ditto. | |
7435 * signal/arma_rnd.m: Ditto. | |
7436 * signal/autocor.m: Ditto. | |
7437 * signal/autocov.m: Ditto. | |
7438 * signal/autoreg_matrix.m: Ditto. | |
7439 * signal/bartlett.m: Ditto. | |
7440 * signal/blackman.m: Ditto. | |
7441 * signal/detrend.m: Ditto. | |
7442 * signal/diffpara.m: Ditto. | |
7443 * signal/durbinlevinson.m: Ditto. | |
7444 * signal/fftconv.m: Ditto. | |
7445 * signal/fftfilt.m: Ditto. | |
7446 * signal/fftshift.m: Ditto. | |
7447 * signal/fractdiff.m: Ditto. | |
7448 * signal/freqz.m: Ditto. | |
7449 * signal/hamming.m: Ditto. | |
7450 * signal/hanning.m: Ditto. | |
7451 * signal/hurst.m: Ditto. | |
7452 * signal/periodogram.m: Ditto. | |
7453 * signal/rectangle_lw.m: Ditto. | |
7454 * signal/rectangle_sw.m: Ditto. | |
7455 * signal/sinc.m: Ditto. | |
7456 * signal/sinetone.m: Ditto. | |
7457 * signal/sinewave.m: Ditto. | |
7458 * signal/spectral_adf.m: Ditto. | |
7459 * signal/spectral_xdf.m: Ditto. | |
7460 * signal/spencer.m: Ditto. | |
7461 * signal/stft.m: Ditto. | |
7462 * signal/synthesis.m: Ditto. | |
7463 * signal/triangle_lw.m: Ditto. | |
7464 * signal/triangle_sw.m: Ditto. | |
7465 * signal/yulewalker.m: Ditto. | |
3450 | 7466 * control/util/strappend.m: Ditto. |
3451 | 7467 * control/base/nichols.m: Ditto. |
3452 | 7468 * control/system/is_signal_list.m: Ditto. |
7469 * control/system/listidx.m: Ditto. | |
7470 * control/system/sysgettsam.m: Ditto. | |
7471 * control/system/sysidx.m: Ditto. | |
3446 | 7472 |
3438 | 7473 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7474 | |
7475 * control/system/__abcddims__.m: Rename from | |
7476 control/system/abcddims.m, change all callers. | |
7477 * control/base/__bodquist__.m: Likewise. | |
7478 * control/base/__freqresp__.m: Likewise. | |
7479 * control/util/__outlist__.m: Likewise. | |
7480 * control/base/__stepimp__.m: Likewise. | |
7481 * control/system/__syschnamesl__.m: Likewise. | |
7482 * control/system/__syscont_disc__.m: Likewise. | |
7483 * control/system/__sysdefioname__.m: Likewise. | |
7484 * control/system/__sysdefstname__.m: Likewise. | |
7485 * control/system/__sysgroupn__.m: Likewise. | |
7486 * control/system/__tf2sysl__.m: Likewise. | |
7487 * control/util/__zgpbal__.m: Likewise. | |
7488 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7489 |
7490 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7491 * quaternion/qconj.m: Ditto. |
7492 * quaternion/qcoordinate_plot.m: Ditto. | |
7493 * quaternion/qderiv.m: Ditto. | |
7494 * quaternion/qderivmat.m: Ditto. | |
7495 * quaternion/qinv.m: Ditto. | |
7496 * quaternion/qmult.m: Ditto. | |
7497 * quaternion/qtrans.m: Ditto. | |
7498 * quaternion/qtransv.m: Ditto. | |
7499 * quaternion/qtransvmat.m: Ditto. | |
7500 * quaternion/quaternion.m: Ditto. | |
3438 | 7501 |
3436 | 7502 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7503 | |
7504 * control/base/Makefile.in: Ditto. | |
7505 * control/hinf/Makefile.in: New file. | |
7506 * control/marsyas/Makefile.in: Ditto. | |
7507 * control/obsolete/Makefile.in: Ditto. | |
7508 * control/system/Makefile.in: Ditto. | |
7509 * control/util/Makefile.in: Ditto. | |
7510 | |
7511 * strings/com2str.m: Move here from control directory. | |
7512 | |
7513 * control/base: New directory. | |
7514 * control/base/DEMOcontrol.m: Move here from control directory. | |
7515 * control/base/analdemo.m: Ditto. | |
7516 * control/base/are.m: Ditto. | |
7517 * control/base/bddemo.m: Ditto. | |
7518 * control/base/bode.m: Ditto. | |
7519 * control/base/bode_bounds.m: Ditto. | |
7520 * control/base/bodquist.m: Ditto. | |
7521 * control/base/controldemo.m: Ditto. | |
7522 * control/base/ctrb.m: Ditto. | |
7523 * control/base/damp.m: Ditto. | |
7524 * control/base/dare.m: Ditto. | |
7525 * control/base/dcgain.m: Ditto. | |
7526 * control/base/dgram.m: Ditto. | |
7527 * control/base/dlqe.m: Ditto. | |
7528 * control/base/dlqr.m: Ditto. | |
7529 * control/base/dlyap.m: Ditto. | |
7530 * control/base/dre.m: Ditto. | |
7531 * control/base/frdemo.m: Ditto. | |
7532 * control/base/freqchkw.m: Ditto. | |
7533 * control/base/freqresp.m: Ditto. | |
7534 * control/base/gram.m: Ditto. | |
7535 * control/base/impulse.m: Ditto. | |
7536 * control/base/lqe.m: Ditto. | |
7537 * control/base/lqg.m: Ditto. | |
7538 * control/base/lqr.m: Ditto. | |
7539 * control/base/lsim.m: Ditto. | |
7540 * control/base/ltifr.m: Ditto. | |
7541 * control/base/lyap.m: Ditto. | |
7542 * control/base/nichols.m: Ditto. | |
7543 * control/base/nyquist.m: Ditto. | |
7544 * control/base/obsv.m: Ditto. | |
7545 * control/base/place.m: Ditto. | |
7546 * control/base/pzmap.m: Ditto. | |
7547 * control/base/rldemo.m: Ditto. | |
7548 * control/base/rlocus.m: Ditto. | |
7549 * control/base/step.m: Ditto. | |
7550 * control/base/stepimp.m: Ditto. | |
7551 * control/base/tzero.m: Ditto. | |
7552 * control/base/tzero2.m: Ditto. | |
7553 | |
7554 * control/hinf: New directory. | |
7555 * control/hinf/dhinfdemo.m: Move here from control directory. | |
7556 * control/hinf/h2norm.m: Ditto. | |
7557 * control/hinf/h2syn.m: Ditto. | |
7558 * control/hinf/hinf_ctr.m: Ditto. | |
7559 * control/hinf/hinfdemo.m: Ditto. | |
7560 * control/hinf/hinfnorm.m: Ditto. | |
7561 * control/hinf/hinfsyn.m: Ditto. | |
7562 * control/hinf/hinfsyn_chk.m: Ditto. | |
7563 * control/hinf/hinfsyn_ric.m: Ditto. | |
7564 * control/hinf/wgt1o.m: Ditto. | |
3441 | 7565 * control/hinf/dgkfdemo.m: Ditto. |
7566 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 7567 |
7568 * control/marsyas: New directory. | |
7569 * control/marsyas/demomarsyas.m: Move here from control directory. | |
7570 * control/marsyas/susball.m: Ditto. | |
7571 | |
7572 * control/obsolete/dezero.m: Move here from control directory. | |
7573 * control/obsolete/rotg.m: Ditto. | |
7574 | |
7575 * control/system: New directory. | |
7576 * control/system/abcddim.m: Move here from control directory. | |
7577 * control/system/abcddims.m: Ditto. | |
7578 * control/system/buildssic.m: Ditto. | |
7579 * control/system/c2d.m: Ditto. | |
7580 * control/system/d2c.m: Ditto. | |
7581 * control/system/dmr2d.m: Ditto. | |
7582 * control/system/fir2sys.m: Ditto. | |
7583 * control/system/is_abcd.m: Ditto. | |
7584 * control/system/is_digital.m: Ditto. | |
7585 * control/system/is_sample.m: Ditto. | |
7586 * control/system/is_signal_list.m: Ditto. | |
7587 * control/system/is_siso.m: Ditto. | |
3441 | 7588 * control/system/is_controllable.m: Ditto. |
7589 * control/system/is_detectable.m: Ditto. | |
7590 * control/system/is_observable.m: Ditto. | |
7591 * control/system/is_stabilizable.m: Ditto. | |
7592 * control/system/is_stable.m: Ditto. | |
3436 | 7593 * control/system/jet707.m: Ditto. |
7594 * control/system/listidx.m: Ditto. | |
7595 * control/system/moddemo.m: Ditto. | |
7596 * control/system/ord2.m: Ditto. | |
7597 * control/system/packedform.m: Ditto. | |
7598 * control/system/parallel.m: Ditto. | |
7599 * control/system/ss2sys.m: Ditto. | |
7600 * control/system/ss2tf.m: Ditto. | |
7601 * control/system/ss2zp.m: Ditto. | |
7602 * control/system/starp.m: Ditto. | |
7603 * control/system/sys2fir.m: Ditto. | |
7604 * control/system/sys2ss.m: Ditto. | |
7605 * control/system/sys2tf.m: Ditto. | |
7606 * control/system/sys2zp.m: Ditto. | |
7607 * control/system/sysadd.m: Ditto. | |
7608 * control/system/sysappend.m: Ditto. | |
7609 * control/system/syschnamesl.m: Ditto. | |
7610 * control/system/syschtsam.m: Ditto. | |
7611 * control/system/sysconnect.m: Ditto. | |
7612 * control/system/syscont.m: Ditto. | |
7613 * control/system/syscont_disc.m: Ditto. | |
7614 * control/system/sysdefioname.m: Ditto. | |
7615 * control/system/sysdefstname.m: Ditto. | |
7616 * control/system/sysdimensions.m: Ditto. | |
7617 * control/system/sysdisc.m: Ditto. | |
7618 * control/system/sysdup.m: Ditto. | |
7619 * control/system/sysgetsignals.m: Ditto. | |
7620 * control/system/sysgettsam.m: Ditto. | |
7621 * control/system/sysgettype.m: Ditto. | |
7622 * control/system/sysgroup.m: Ditto. | |
7623 * control/system/sysgroupn.m: Ditto. | |
7624 * control/system/sysidx.m: Ditto. | |
7625 * control/system/sysmin.m: Ditto. | |
7626 * control/system/sysmult.m: Ditto. | |
7627 * control/system/sysout.m: Ditto. | |
7628 * control/system/sysprune.m: Ditto. | |
7629 * control/system/sysreorder.m: Ditto. | |
7630 * control/system/sysrepdemo.m: Ditto. | |
7631 * control/system/sysscale.m: Ditto. | |
7632 * control/system/syssetsignals.m: Ditto. | |
7633 * control/system/syssub.m: Ditto. | |
7634 * control/system/sysupdate.m: Ditto. | |
7635 * control/system/tf2ss.m: Ditto. | |
7636 * control/system/tf2sys.m: Ditto. | |
7637 * control/system/tf2sysl.m: Ditto. | |
7638 * control/system/tf2zp.m: Ditto. | |
7639 * control/system/tfout.m: Ditto. | |
7640 * control/system/ugain.m: Ditto. | |
7641 * control/system/zp2ss.m: Ditto. | |
7642 * control/system/zp2ssg2.m: Ditto. | |
7643 * control/system/zp2sys.m: Ditto. | |
7644 * control/system/zp2tf.m: Ditto. | |
7645 * control/system/zpout.m: Ditto. | |
7646 | |
7647 * control/util: New directory. | |
7648 * control/util/axis2dlim.m: Move here from control directory. | |
7649 * control/util/outlist.m: Ditto. | |
7650 * control/util/prompt.m: Ditto. | |
7651 * control/util/run_cmd.m: Ditto. | |
7652 * control/util/sortcom.m: Ditto. | |
7653 * control/util/strappend.m: Ditto. | |
7654 * control/util/swap.m: Ditto. | |
7655 * control/util/zgfmul.m: Ditto. | |
7656 * control/util/zgfslv.m: Ditto. | |
7657 * control/util/zginit.m: Ditto. | |
7658 * control/util/zgpbal.m: Ditto. | |
7659 * control/util/zgreduce.m: Ditto. | |
7660 * control/util/zgrownorm.m: Ditto. | |
7661 * control/util/zgscal.m: Ditto. | |
7662 * control/util/zgsgiv.m: Ditto. | |
7663 * control/util/zgshsr.m: Ditto. | |
7664 | |
3427 | 7665 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7666 | |
7667 * gethelp.cc (extract_help_text): Discard first space character | |
7668 after consecutive comment characters. | |
7669 | |
3422 | 7670 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
7671 | |
7672 * control/obsolete: New directory | |
7673 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 7674 * control/obsolete/swapcols.m: Ditto. |
7675 * control/obsolete/dlqg.m: Ditto. | |
7676 * control/obsolete/minfo.m: Ditto. | |
7677 * control/obsolete/packsys.m: Ditto. | |
7678 * control/obsolete/qzval.m: Ditto. | |
7679 * control/obsolete/unpacksys.m: Ditto. | |
7680 * control/obsolete/series.m: Ditto. | |
7681 * control/obsolete/syschnames.m: Ditto. | |
7682 * polynomial/polyout.m: Ditto. | |
3422 | 7683 |
3420 | 7684 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7685 | |
7686 * general/fliplr.m: Eliminate useless copy of arg. | |
7687 * general/flipud.m: Ditto. | |
7688 | |
3418 | 7689 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7690 | |
7691 * linear-algebra/cross.m: Only return a row vector if both args | |
7692 are row vectors. | |
7693 * polynomial/polyfit.m: Likewise. | |
7694 | |
7695 * signal/autocov.m: Don't reset prefer_column_vectors. | |
7696 | |
7697 * statistics/distributions/discrete_rnd.m: | |
7698 Always generate a row vector. | |
7699 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
7700 | |
5095 | 7701 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 7702 |
7703 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
7704 | |
7705 * audio/setaudio.m: Texinfoize doc string. | |
7706 * control/com2str.m: Likewise. | |
7707 * control/controldemo.m: Likewise. | |
7708 * control/DEMOcontrol.m: Likewise. | |
7709 * control/dezero.m: Likewise. | |
7710 * control/dre.m: Likewise. | |
7711 * control/hinfsyn_ric.m: Likewise. | |
7712 | |
5095 | 7713 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 7714 |
7715 * io/printf.m: Add @seealso{...} to doc string. | |
7716 * io/puts.m: Likewise. | |
7717 * plot/semilogx.m: Likewise. | |
7718 * plot/semilogy.m: Likewise. | |
7719 * plot/__pltopt__.m: Likewise. | |
7720 * plot/bar.m: Likewise. | |
7721 * plot/xlabel.m: Likewise. | |
7722 * plot/grid.m: Likewise. | |
7723 * plot/shg.m: Likewise. | |
7724 * plot/title.m: Likewise. | |
7725 * plot/mesh.m: Likewise. | |
7726 * plot/__pltopt1__.m: Likewise. | |
7727 * plot/contour.m: Likewise. | |
7728 * plot/hist.m: Likewise. | |
7729 * plot/stairs.m: Likewise. | |
7730 * plot/meshgrid.m: Likewise. | |
7731 * plot/polar.m: Likewise. | |
7732 * plot/loglog.m: Likewise. | |
7733 * plot/plot.m: Likewise. | |
7734 * miscellaneous/semicolon.m: Likewise. | |
7735 * miscellaneous/menu.m: Likewise. | |
7736 * miscellaneous/etime.m: Likewise. | |
7737 * miscellaneous/texas_lotto.m: Likewise. | |
7738 * miscellaneous/comma.m: Likewise. | |
7739 * audio/lin2mu.m: Likewise. | |
7740 * audio/playaudio.m: Likewise. | |
7741 * audio/loadaudio.m: Likewise. | |
7742 * audio/saveaudio.m: Likewise. | |
7743 * audio/mu2lin.m: Likewise. | |
7744 * audio/record.m: Likewise. | |
7745 * strings/isletter.m: Likewise. | |
7746 * strings/lower.m: Likewise. | |
7747 * strings/lower.m: Likewise. | |
7748 * strings/upper.m: Likewise. | |
7749 * specfun/erfinv.m: Likewise. | |
7750 * specfun/gammai.m: Likewise. | |
7751 * specfun/log2.m: Likewise. | |
7752 * specfun/pow2.m: Likewise. | |
7753 * elfun/gcd.m: Likewise. | |
7754 * elfun/lcm.m: Likewise. | |
7755 * special-matrix/vander.m: Likewise. | |
7756 * special-matrix/sylvester_matrix.m: Likewise. | |
7757 * special-matrix/hilb.m: Likewise. | |
7758 * special-matrix/hankel.m: Likewise. | |
7759 * special-matrix/toeplitz.m: Likewise. | |
7760 * special-matrix/invhilb.m: Likewise. | |
7761 * statistics/base/std.m: Likewise. | |
7762 * statistics/base/median.m: Likewise. | |
7763 * linear-algebra/cond.m: Likewise. | |
7764 * linear-algebra/norm.m: Likewise. | |
7765 * finance/nper.m: Likewise. | |
7766 * finance/pmt.m: Likewise. | |
7767 * finance/pv.m: Likewise. | |
7768 * finance/rate.m: Likewise. | |
7769 * finance/npv.m: Likewise. | |
7770 * general/fliplr.m: Likewise. | |
7771 * general/flipud.m: Likewise. | |
7772 * general/is_scalar.m: Likewise. | |
7773 * general/rem.m: Likewise. | |
7774 * general/perror.m: Likewise. | |
7775 * general/tril.m: Likewise. | |
7776 * general/rot90.m: Likewise. | |
7777 * general/num2str.m: Likewise. | |
7778 * general/int2str.m: Likewise. | |
7779 * general/reshape.m: Likewise. | |
7780 * general/logspace.m: Likewise. | |
7781 * general/is_symmetric.m: Likewise. | |
7782 * general/is_vector.m: Likewise. | |
7783 * general/nextpow2.m: Likewise. | |
7784 * general/columns.m: Likewise. | |
7785 * general/is_square.m: Likewise. | |
7786 * general/rows.m: Likewise. | |
7787 * control/ugain.m: Likewise. | |
7788 * control/damp.m: Likewise. | |
7789 * control/dare.m: Likewise. | |
7790 * control/are.m: Likewise. | |
7791 * control/sys2fir.m: Likewise. | |
7792 * control/abcddim.m: Likewise. | |
7793 * control/is_abcd.m: Likewise. | |
7794 * control/step.m: Likewise. | |
7795 * control/is_observable.m: Likewise. | |
7796 * control/is_controllable.m: Likewise. | |
7797 * control/jet707.m: Likewise. | |
7798 * control/polyout.m: Likewise. | |
7799 * control/impulse.m: Likewise. | |
7800 * control/lqg.m: Likewise. | |
7801 * control/is_detectable.m: Likewise. | |
7802 * control/sysdimensions.m: Likewise. | |
7803 * control/sysupdate.m: Likewise. | |
7804 * control/stepimp.m: Likewise. | |
7805 * control/is_stable.m: Likewise. | |
7806 * control/tfout.m: Likewise. | |
7807 * control/zpout.m: Likewise. | |
7808 | |
3405 | 7809 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7810 | |
7811 * set/complement.m: Add @seealso{} stuff. | |
7812 * set/create_set.m: Likewise. | |
7813 * set/intersection.m: Likewise. | |
7814 * set/union.m: Likewise. | |
7815 | |
3399 | 7816 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7817 | |
3400 | 7818 * control/d2c.m: Use double quotes instead of single quotes for |
7819 string constants. | |
7820 * control/dgkfdemo.m: Likewise. | |
7821 * control/fir2sys.m: Likewise. | |
7822 * control/frdemo.m: Likewise. | |
7823 * control/moddemo.m: Likewise. | |
7824 * control/minfo.m: Likewise. | |
7825 * control/is_stabilizable.m: Likewise. | |
7826 * control/is_dgkf.m: Likewise. | |
7827 * control/polyout.m: Likewise. | |
7828 * control/sysconnect.m: Likewise. | |
7829 * control/sysrepdemo.m: Likewise. | |
7830 * control/tf2sys.m: Likewise. | |
7831 * control/tfout.m: Likewise. | |
7832 * control/zp2sys.m: Likewise. | |
7833 * control/zpout.m: Likewise. | |
7834 * control/tzero.m: Likewise. | |
7835 | |
7836 * control/DEMOcontrol.m: Handle moddemo case too. | |
7837 | |
7838 * image/loadimage.m: Use double quotes instead of single quotes | |
7839 for string constants. Use sprintf instead of square brackets to | |
7840 construct string. | |
7841 | |
3399 | 7842 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 7843 * control/fir2sys.m: Likewise. |
3399 | 7844 |
3390 | 7845 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7846 | |
7847 * mkdoc: Only delete spaces before @ characters at the beginning | |
7848 of a line. | |
7849 | |
3383 | 7850 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7851 | |
3388 | 7852 * control/bddemo.m: Make it more likely to work with any value of |
7853 whitespace_in_literal_matrix. | |
3386 | 7854 * control/analdemo.m: Ditto. |
7855 * control/dgkfdemo.m: Ditto. | |
7856 * control/frdemo.m: Ditto. | |
7857 * control/sysrepdemo.m: Ditto. | |
7858 * control/moddemo.m: Ditto. | |
3388 | 7859 * control/zp2ss.m: Ditto. |
3387 | 7860 * control/zp2tf.m: Ditto. |
3388 | 7861 * control/syssub.m: Ditto. |
7862 * finance/npv.m: Ditto. | |
7863 * statistics/base/studentize.m: Ditto. | |
7864 * statistics/base/values.m: Ditto. | |
7865 * statistics/distributions/exponential_cdf.m: Ditto. | |
7866 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 7867 |
3384 | 7868 * control/dezero.m: Use toascii to convert string to ASCII value |
7869 instead of multiplying it by 1. | |
7870 | |
3383 | 7871 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
7872 * control/zpout.m: Ditto. | |
7873 * control/tfout.m: Ditto. | |
7874 * control/tf2sys.m: Ditto. | |
7875 * control/syssub.m: Ditto. | |
7876 * control/syssetsignals.m: Ditto. | |
7877 * control/sysout.m: Ditto. | |
7878 * control/sysmult.m: Ditto. | |
7879 * control/sysgroup.m: Ditto. | |
7880 * control/sysdup.m: Ditto. | |
7881 * control/sysdisc.m: Ditto. | |
7882 * control/syscont.m: Ditto. | |
7883 * control/sysconnect.m: Ditto. | |
7884 * control/sysappend.m: Ditto. | |
7885 * control/sysadd.m: Ditto. | |
7886 * control/ss2sys.m: Ditto. | |
7887 * control/nyquist.m: Ditto. | |
7888 * control/lqg.m: Ditto. | |
7889 * control/fir2sys.m: Ditto. | |
7890 * control/dmr2d.m: Ditto. | |
7891 * control/dezero.m: Ditto. | |
7892 * control/d2c.m: Ditto. | |
7893 * control/c2d.m: Ditto. | |
7894 * control/bddemo.m: Ditto. | |
7895 * control/pzmap.m: Ditto. | |
7896 | |
5095 | 7897 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 7898 |
7899 * signal/spectral_adf.m: Fix typo. | |
7900 | |
3372 | 7901 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7902 | |
7903 * linear-algebra/cond.m: Texinfoize doc string. | |
7904 * linear-algebra/kron.m: Ditto. | |
7905 * linear-algebra/norm.m: Ditto. | |
7906 * linear-algebra/null.m: Ditto. | |
7907 * linear-algebra/orth.m: Ditto. | |
7908 * linear-algebra/rank.m: Ditto. | |
7909 * linear-algebra/trace.m: Ditto. | |
7910 * linear-algebra/qzhess.m: Ditto. | |
7911 * miscellaneous/menu.m: Ditto. | |
3373 | 7912 * general/perror.m: Ditto. |
7913 * general/strerror.m: Ditto. | |
7914 * general/columns.m: Ditto. | |
7915 * general/rows.m: Ditto. | |
7916 * image/colormap.m: Ditto. | |
7917 * image/gray.m: Ditto. | |
7918 * image/gray2ind.m: Ditto. | |
7919 * image/image.m: Ditto. | |
7920 * image/imagesc.m: Ditto. | |
7921 * image/imshow.m: Ditto. | |
7922 * image/ind2gray.m: Ditto. | |
7923 * image/ind2rgb.m: Ditto. | |
7924 * image/loadimage.m: Ditto. | |
7925 * image/rgb2ntsc.m: Ditto. | |
7926 * image/ntsc2rgb.m: Ditto. | |
7927 * image/ocean.m: Ditto. | |
7928 * image/rgb2ind.m: Ditto. | |
7929 * image/saveimage.m: Ditto. | |
3372 | 7930 * io/printf.m: Ditto. |
7931 * io/puts.m: Ditto. | |
7932 | |
3369 | 7933 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7934 | |
7935 * special-matrix/hankel.m: Texinfoize doc string. | |
7936 * special-matrix/hilb.m: Ditto. | |
7937 * special-matrix/invhilb.m: Ditto. | |
7938 * special-matrix/sylvester_matrix.m: Ditto. | |
7939 * special-matrix/toeplitz.m: Ditto. | |
7940 * special-matrix/vander.m: Ditto. | |
7941 * linear-algebra/vec.m: Ditto. | |
7942 * linear-algebra/vech.m: Ditto. | |
7943 * general/common_size.m: Ditto. | |
7944 * general/diff.m: Ditto. | |
7945 * general/fliplr.m: Ditto. | |
7946 * general/flipud.m: Ditto. | |
7947 * general/rot90.m: Ditto. | |
7948 * general/reshape.m: Ditto. | |
7949 * general/shift.m: Ditto. | |
7950 * general/tril.m: Ditto. | |
7951 * general/triu.m: Ditto. | |
7952 * general/logspace.m: Ditto. | |
3371 | 7953 * general/nargchk.m: Ditto. |
3369 | 7954 |
3367 | 7955 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7956 | |
7957 * statistics/base/mean: Texinfoize doc string. | |
7958 * statistics/base/median: Ditto. | |
7959 * statistics/base/std: Ditto. | |
7960 * statistics/base/cov: Ditto. | |
7961 * statistics/base/corrcoef: Ditto. | |
7962 * statistics/base/kurtosis: Ditto. | |
7963 * statistics/base/mahalanobis: Ditto. | |
7964 * statistics/base/skewness: Ditto. | |
3368 | 7965 * statistics/base/gls.m: Ditto. |
7966 * statistics/base/ols.m: Ditto. | |
3367 | 7967 * signal/detrend.m: Ditto. |
7968 * signal/freqz.m: Ditto. | |
7969 * signal/sinc.m: Ditto. | |
7970 * signal/fftconv.m: Ditto. | |
7971 * signal/fftfilt.m: Ditto. | |
3368 | 7972 * set/create_set.m: Ditto. |
7973 * set/union.m: Ditto. | |
7974 * set/intersection.m: Ditto. | |
7975 * set/complement.m: Ditto. | |
7976 * poly/compan.m: Ditto. | |
7977 * poly/conv: Ditto. | |
7978 * poly/deconv: Ditto. | |
7979 * poly/poly: Ditto. | |
7980 * poly/polyderiv: Ditto. | |
7981 * poly/polyfit: Ditto. | |
7982 * poly/polyinteg: Ditto. | |
7983 * poly/polyreduce: Ditto. | |
7984 * poly/polyval: Ditto. | |
7985 * poly/polyvalm: Ditto. | |
7986 * poly/residue: Ditto. | |
7987 * poly/roots: Ditto. | |
7988 * plot/top_title.m: Ditto | |
7989 * plot/subwindow.m: Ditto | |
7990 * plot/subplot.m: Ditto | |
7991 * plot/plot_border.m: Ditto | |
7992 * plot/oneplot.m: Ditto | |
7993 * plot/multiplot.m: Ditto | |
7994 * plot/mplot.m: Ditto | |
7995 * plot/xlabel.m: Ditto | |
7996 * plot/figure.m: Ditto | |
7997 * plot/meshdom.m: Ditto | |
7998 * plot/mesh.m: Ditto | |
7999 * plot/stairs.m: Ditto | |
8000 * plot/polar.m: Ditto | |
8001 * plot/loglog.m: Ditto | |
8002 * plot/hist.m: Ditto | |
8003 * plot/contour.m: Ditto | |
8004 * plot/bar.m: Ditto | |
8005 * plot/axis.m: Ditto | |
8006 * plot/plot.m: Ditto. | |
3367 | 8007 |
3361 | 8008 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8009 | |
3365 | 8010 * control/pinv.m: Delete. |
8011 | |
3364 | 8012 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8013 | |
3361 | 8014 * strings/blanks.m: Texinfoize doc string. |
8015 * strings/strcat.m: Ditto. | |
8016 * strings/str2mat.m: Ditto. | |
8017 * strings/deblank.m: Ditto. | |
8018 * strings/findstr.m: Ditto. | |
8019 * strings/index.m: Ditto. | |
8020 * strings/rindex.m: Ditto. | |
8021 * strings/split.m: Ditto. | |
8022 * strings/strcmp.m: Ditto. | |
8023 * strings/strrep.m: Ditto. | |
8024 * strings/substr.m: Ditto. | |
8025 * general/int2str.m: Ditto. | |
8026 * general/num2str.m: Ditto. | |
8027 * strings/dec2bin.m: Ditto. | |
8028 * strings/bin2dec: Ditto. | |
8029 * strings/dec2bin: Ditto. | |
8030 * strings/dec2hex: Ditto. | |
8031 * strings/hex2dec: Ditto. | |
8032 * strings/str2num: Ditto. | |
8033 | |
3347 | 8034 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8035 | |
8036 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8037 | |
5095 | 8038 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8039 |
8040 * control/DEMOcontrol.m: Texinfoize doc string. | |
8041 * control/abcddim.m: Ditto. | |
8042 * control/abcddims.m: Ditto. | |
8043 * control/analdemo.m: Ditto. | |
8044 * control/are.m: Ditto. | |
8045 * control/axis2dlim.m: Ditto. | |
8046 * control/bddemo.m: Ditto. | |
8047 * control/bode.m: Ditto. | |
8048 * control/bode_bounds.m: Ditto. | |
8049 * control/bodquist.m: Ditto. | |
8050 * control/buildssic.m: Ditto. | |
8051 * control/c2d.m: Ditto. | |
8052 * control/ctrb.m: Ditto. | |
8053 * control/d2c.m: Ditto. | |
8054 * control/damp.m: Ditto. | |
8055 * control/dare.m: Ditto. | |
8056 * control/dcgain.m: Ditto. | |
8057 * control/dgkfdemo.m: Ditto. | |
8058 * control/dgram.m: Ditto. | |
8059 * control/dlqe.m: Ditto. | |
8060 * control/dlqr.m: Ditto. | |
8061 * control/dlyap.m: Ditto. | |
8062 * control/dmr2d.m: Ditto. | |
8063 * control/fir2sys.m: Ditto. | |
8064 * control/frdemo.m: Ditto. | |
8065 * control/freqchkw.m: Ditto. | |
8066 * control/freqresp.m: Ditto. | |
8067 * control/gram.m: Ditto. | |
8068 * control/h2norm.m: Ditto. | |
8069 * control/h2syn.m: Ditto. | |
8070 * control/hinf_ctr.m: Ditto. | |
8071 * control/hinfdemo.m: Ditto. | |
8072 * control/hinfnorm.m: Ditto. | |
8073 * control/hinfsyn.m: Ditto. | |
8074 * control/hinfsyn_chk.m: Ditto. | |
8075 * control/impulse.m: Ditto. | |
8076 * control/is_abcd.m: Ditto. | |
8077 * control/is_controllable.m: Ditto. | |
8078 * control/is_detectable.m: Ditto. | |
8079 * control/is_dgkf.m: Ditto. | |
8080 * control/is_digital.m: Ditto. | |
8081 * control/is_observable.m: Ditto. | |
8082 * control/is_sample.m: Ditto. | |
8083 * control/is_signal_list.m: Ditto. | |
8084 * control/is_siso.m: Ditto. | |
8085 * control/is_stabilizable.m: Ditto. | |
8086 * control/is_stable.m: Ditto. | |
8087 * control/jet707.m: Ditto. | |
8088 * control/lqe.m: Ditto. | |
8089 * control/lqg.m: Ditto. | |
8090 * control/lqr.m: Ditto. | |
8091 * control/lsim.m: Ditto. | |
8092 * control/ltifr.m: Ditto. | |
8093 * control/lyap.m: Ditto. | |
8094 * control/moddemo.m: Ditto. | |
8095 * control/nyquist.m: Ditto. | |
8096 * control/obsv.m: Ditto. | |
8097 * control/ord2.m: Ditto. | |
8098 * control/outlist.m: Ditto. | |
8099 * control/pinv.m: Ditto. | |
8100 * control/place.m: Ditto. | |
8101 * control/polyout.m: Ditto. | |
8102 * control/prompt.m: Ditto. | |
8103 * control/pzmap.m: Ditto. | |
8104 * control/qzval.m: Ditto. | |
8105 * control/rldemo.m: Ditto. | |
8106 * control/rlocus.m: Ditto. | |
8107 * control/sortcom.m: Ditto. | |
8108 * control/ss2sys.m: Ditto. | |
8109 * control/ss2tf.m: Ditto. | |
8110 * control/ss2zp.m: Ditto. | |
8111 * control/starp.m: Ditto. | |
8112 * control/step.m: Ditto. | |
8113 * control/stepimp.m: Ditto. | |
8114 * control/susball.m: Ditto. | |
8115 * control/sys2fir.m: Ditto. | |
8116 * control/sys2ss.m: Ditto. | |
8117 * control/sys2tf.m: Ditto. | |
8118 * control/sys2zp.m: Ditto. | |
8119 * control/sysadd.m: Ditto. | |
8120 * control/sysappend.m: Ditto. | |
8121 * control/syschnames.m: Ditto. | |
8122 * control/syschnamesl.m: Ditto. | |
8123 * control/syschtsam.m: Ditto. | |
8124 * control/sysconnect.m: Ditto. | |
8125 * control/syscont.m: Ditto. | |
8126 * control/syscont_disc.m: Ditto. | |
8127 * control/sysdefioname.m: Ditto. | |
8128 * control/sysdefstname.m: Ditto. | |
8129 * control/sysdimensions.m: Ditto. | |
8130 * control/sysdisc.m: Ditto. | |
8131 * control/sysdup.m: Ditto. | |
8132 * control/sysgetsignals.m: Ditto. | |
8133 * control/sysgettype.m: Ditto. | |
8134 * control/sysgroup.m: Ditto. | |
8135 * control/sysgroupn.m: Ditto. | |
8136 * control/sysmult.m: Ditto. | |
8137 * control/sysout.m: Ditto. | |
8138 * control/sysprune.m: Ditto. | |
8139 * control/sysreorder.m: Ditto. | |
8140 * control/sysrepdemo.m: Ditto. | |
8141 * control/sysscale.m: Ditto. | |
8142 * control/syssetsignals.m: Ditto. | |
8143 * control/syssub.m: Ditto. | |
8144 * control/sysupdate.m: Ditto. | |
8145 * control/tf2ss.m: Ditto. | |
8146 * control/tf2sys.m: Ditto. | |
8147 * control/tf2sysl.m: Ditto. | |
8148 * control/tf2zp.m: Ditto. | |
8149 * control/tfout.m: Ditto. | |
8150 * control/tzero.m: Ditto. | |
8151 * control/tzero2.m: Ditto. | |
8152 * control/ugain.m: Ditto. | |
8153 * control/wgt1o.m: Ditto. | |
8154 * control/zgfmul.m: Ditto. | |
8155 * control/zgfslv.m: Ditto. | |
8156 * control/zginit.m: Ditto. | |
8157 * control/zgpbal.m: Ditto. | |
8158 * control/zgreduce.m: Ditto. | |
8159 * control/zgrownorm.m: Ditto. | |
8160 * control/zgscal.m: Ditto. | |
8161 * control/zgsgiv.m: Ditto. | |
8162 * control/zgshsr.m: Ditto. | |
8163 * control/zp2ss.m: Ditto. | |
8164 * control/zp2ssg2.m: Ditto. | |
8165 * control/zp2sys.m: Ditto. | |
8166 * control/zp2tf.m: Ditto. | |
8167 * control/zpout.m: Ditto. | |
8168 | |
5095 | 8169 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8170 |
5378 | 8171 * audio/lin2mu.m: Texinfoize doc string. |
8172 * audio/loadaudio.m: Ditto. | |
8173 * audio/mu2lin.m: Ditto. | |
8174 * audio/playaudio.m: Ditto. | |
8175 * audio/record.m: Ditto. | |
8176 * audio/saveaudio.m: Ditto. | |
3332 | 8177 |
5095 | 8178 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8179 |
8180 * elfun/acot.m: Texinfoize doc string. | |
8181 * elfun/acsc.m: Ditto. | |
8182 * elfun/acsch.m: Ditto. | |
8183 * elfun/asec.m: Ditto. | |
8184 * elfun/asech.m: Ditto. | |
8185 * elfun/cot.m: Ditto. | |
8186 * elfun/coth.m: Ditto. | |
8187 * elfun/csc.m: Ditto. | |
8188 * elfun/csch.m: Ditto. | |
8189 * elfun/gcd.m: Ditto. | |
8190 * elfun/lcm.m: Ditto. | |
8191 * elfun/sec.m: Ditto. | |
8192 * elfun/sech.m: Ditto. | |
8193 * general/nextpow2.m: Ditto. | |
8194 * general/rem.m: Ditto. | |
8195 * linear-algebra/commutation_matrix.m: Ditto. | |
8196 * linear-algebra/cross.m: Ditto. | |
8197 * linear-algebra/duplication_matrix.m: Ditto. | |
8198 * miscellaneous/bincoeff.m: Ditto. | |
8199 * miscellaneous/xor.m: Ditto. | |
8200 * specfun/bessel.m: Ditto. | |
8201 * specfun/beta.m: Ditto. | |
8202 * specfun/betai.m: Ditto. | |
8203 * specfun/erfinv.m: Ditto. | |
8204 * specfun/gammai.m: Ditto. | |
8205 * specfun/log2.m: Ditto. | |
8206 * specfun/pow2.m: Ditto. | |
8207 | |
5095 | 8208 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8209 |
8210 * general/is_scalar.m: Texinfoize help text. | |
8211 * general/is_square.m: Ditto. | |
8212 * general/is_symmetric.m: Ditto. | |
8213 | |
3320 | 8214 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8215 | |
8216 * strings/split.m: If the string to be split is empty, just return | |
8217 an empty string. | |
8218 | |
3319 | 8219 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8220 | |
8221 * Makefile.in (ALL_M_FILES): New macro. | |
8222 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8223 | |
3306 | 8224 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8225 | |
8226 * control/bode.m: Don't return anything if nargout == 0. | |
8227 | |
8228 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8229 | |
8230 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8231 | |
3305 | 8232 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8233 | |
8234 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8235 gethelp.cc to the list. | |
8236 | |
3296 | 8237 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8238 | |
3301 | 8239 * time/asctime.m: Texinfoize help text. |
8240 * time/clock.m: Ditto. | |
8241 * time/date.m: Ditto. | |
8242 * miscellaneous/cputime.m: Ditto. | |
8243 * miscellaneous/etime.m: Ditto. | |
8244 * miscellaneous/is_leap_year.m: Ditto. | |
8245 * miscellaneous/popen2.m: Ditto. | |
8246 * miscellaneous/version.m: Ditto. | |
8247 * miscellaneous/tic.m: Ditto. | |
8248 * miscellaneous/toc.m: Just refer to tic.m. | |
8249 | |
3297 | 8250 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8251 `cd dir; $(MAKE); cd ..'. | |
8252 ($(SUBDIRS)): Likewise. | |
8253 | |
8254 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8255 | |
8256 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8257 of `cd dir; $(MAKE)'. | |
8258 | |
3296 | 8259 * gethelp.cc, mkdoc: New files. |
8260 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8261 sources. | |
8262 | |
3291 | 8263 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8264 | |
8265 * linear-algebra/kron.m: Fix typo in previous change | |
8266 | |
3282 | 8267 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8268 | |
8269 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8270 | |
5095 | 8271 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8272 |
8273 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8274 rank when V has more columns than rows. | |
8275 | |
8276 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8277 | |
8278 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8279 | |
8280 * statistics/tests/manova.m: Avoid problems if | |
8281 whitespace_in_literal_matrix is set to "traditional". | |
8282 * statistics/tests/t_test_regression.m: Likewise. | |
8283 * statistics/tests/u_test.m: Likewise. | |
8284 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8285 * statistics/tests/anova.m: Likewise. | |
8286 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8287 * statistics/base/statistics.m: Likewise. | |
8288 * image/saveimage.m: Likewise. | |
8289 * signal/arch_fit.m: Likewise. | |
8290 * signal/autoreg_matrix.m: Likewise. | |
8291 * signal/triangle_lw.m: Likewise. | |
8292 * strings/dec2hex.m: Likewise. | |
8293 | |
3268 | 8294 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8295 | |
8296 * image/saveimage.m: Initialize scale. | |
8297 | |
8298 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8299 | |
8300 * general/reshape.m: Allow reshape (a, size (b)). | |
8301 | |
3266 | 8302 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8303 | |
8304 * specfun/erfinv.m: Improve stopping criterion. | |
8305 Add iteration count as second return value. | |
8306 | |
3265 | 8307 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8308 | |
8309 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8310 | |
3263 | 8311 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8312 | |
8313 * miscellaneous/pack.m: New function. | |
8314 | |
8315 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8316 | |
8317 * plot/figure.m: Always return figure number. With no args, | |
8318 figure now creates a new figure window and returns its number. | |
8319 Accept figure (property, value) syntax, but do nothing. | |
8320 | |
5095 | 8321 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8322 |
8323 * general/shift.m: Avoid printing temporary value for backward shift. | |
8324 | |
3260 | 8325 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8326 | |
8327 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8328 evenly spaced. | |
8329 | |
3250 | 8330 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8331 | |
8332 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8333 contain only zeros. | |
8334 | |
5095 | 8335 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8336 |
8337 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8338 instead of appending them. | |
8339 | |
8340 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8341 | |
8342 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8343 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8344 Update from A. S. Hodel. | |
8345 | |
3246 | 8346 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8347 | |
8348 * polynomial/polyfit.m: Correct previous change. | |
8349 | |
3243 | 8350 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8351 | |
8352 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8353 | |
5095 | 8354 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8355 |
8356 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8357 version of krylov and krylovb. | |
8358 | |
8359 * control/outlist.m, control/sysout.m: Fix typos. | |
8360 | |
8361 * control/sysdimensions.m: Add option for total number of states. | |
8362 | |
8363 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8364 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8365 arguments. | |
8366 | |
8367 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8368 | |
8369 * strings/index.m: Fail with meaningful error message if either | |
8370 arg is a string array. | |
8371 | |
3238 | 8372 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8373 | |
8374 * linear-algebra/norm.m: Do the right thing for 1- and | |
8375 infinity-norms of complex matrices. From Sven Khatri | |
8376 <khatri@saturn.vocalpoint.com>. | |
8377 | |
5095 | 8378 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8379 |
8380 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8381 | |
8382 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8383 | |
8384 * strings/split.m: Avoid problems when splitting strings that have | |
8385 \ in them. | |
8386 | |
5095 | 8387 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8388 |
8389 * image/colormap.m: Do better arg checking, handle string args | |
8390 that name the colormap function to call (e.g., colormap ("ocean")). | |
8391 | |
5095 | 8392 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8393 |
8394 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8395 * linear-algebra/dot.m: Likewise. | |
8396 * linear-algebra/cross.m: Likewise. | |
8397 * general/rot90.m: Likewise. | |
8398 | |
5095 | 8399 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8400 |
8401 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8402 that the leading column is not all zeros. | |
8403 | |
8404 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8405 | |
8406 * general/shift.m: Fix potential problems with | |
8407 whitespace_in_literal_matrix. | |
8408 * signal/arch_rnd.m: Ditto. | |
8409 * signal/autocov.m: Ditto. | |
8410 * signal/diffpara.m: Ditto. | |
8411 * signal/hurst.m: Ditto. | |
8412 * signal/periodogram.m: Ditto. | |
8413 * signal/spectral_adf.m: Ditto. | |
8414 * signal/spectral_xdf.m: Ditto. | |
8415 * signal/spencer.m: Ditto. | |
8416 * signal/synthesis.m: Ditto. | |
8417 * statistics/distributions/wiener_rnd.m: Ditto. | |
8418 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8419 * statistics/models/logistic_regression.m: Ditto. | |
8420 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8421 * statistics/tests/run_test.m: Ditto. | |
8422 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8423 | |
5095 | 8424 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8425 |
8426 * plot/__plr2__.m: Fix typo. | |
8427 | |
3233 | 8428 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8429 | |
8430 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8431 | |
5095 | 8432 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8433 |
8434 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8435 function. | |
8436 | |
5095 | 8437 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8438 |
8439 * control/ss2sys.m: Fix typo. | |
8440 | |
8441 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8442 | |
8443 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8444 | |
8445 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8446 signal names as lists of strings instead of string arrays. | |
8447 | |
3225 | 8448 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8449 | |
3233 | 8450 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8451 <a.s.hodel@eng.auburn.edu>. |
8452 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8453 * quaternion/Makefile.in: New file. |
8454 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8455 |
8456 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8457 | |
8458 * image/saveimage.m: Make it work again for black and white colormaps. | |
8459 | |
8460 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8461 since there can be fewer rows than columns. Round values to | |
8462 nearest position in colormap instead of truncating. Correct usage | |
8463 message. | |
8464 | |
5095 | 8465 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8466 |
8467 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8468 zero rows of [A,v] as householder pivots; this avoids spurious | |
8469 non-zero entries in returned orthogonal matrix U, but destroys the | |
8470 Householder matrix structure of H. | |
8471 | |
8472 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8473 | |
8474 * general/logical.m: Just copy input to output if argument is | |
8475 already a logical object. | |
8476 | |
3215 | 8477 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8478 | |
8479 * New files from OCST, in control subdiretory: | |
8480 | |
8481 DEMOcontrol.m is_siso.m syschnames.m | |
8482 abcddim.m is_stabilizable.m syschnamesl.m | |
8483 abcddims.m is_stable.m syschtsam.m | |
8484 analdemo.m jet707.m sysconnect.m | |
8485 are.m lqe.m syscont.m | |
8486 axis2dlim.m lqg.m syscont_disc.m | |
8487 bddemo.m lqr.m sysdefioname.m | |
8488 bode.m lsim.m sysdefstname.m | |
8489 bode_bounds.m ltifr.m sysdimensions.m | |
8490 bodquist.m lyap.m sysdisc.m | |
8491 buildssic.m mb.m sysdup.m | |
8492 c2d.m minfo.m sysgetsignals.m | |
6302 | 8493 com2str.m moddemo.m sysgettsam.m |
3215 | 8494 controldemo.m nichols.m sysgettype.m |
8495 ctrb.m nyquist.m sysgroup.m | |
8496 d2c.m obsv.m sysgroupn.m | |
8497 damp.m ord2.m sysmult.m | |
8498 dare.m outlist.m sysout.m | |
8499 dcgain.m packedform.m sysprune.m | |
8500 demomarsyas.m packsys.m sysreorder.m | |
8501 dezero.m; parallel.m sysrepdemo.m | |
8502 dgkfdemo.m place.m sysscale.m | |
8503 dgram.m polyout.m syssub.m | |
8504 dhinfdemo.m prompt.m sysupdate.m | |
8505 dlqe.m pzmap.m tf2ss.m | |
8506 dlqg.m qzval.m tf2sys.m | |
8507 dlqr.m rldemo.m tf2sysl.m | |
8508 dlyap.m rlocus.m tf2zp.m | |
8509 dmr2d.m rotg.m tfout.m | |
8510 fir2sys.m run_cmd.m; tzero.m | |
8511 frdemo.m series.m tzero2.m | |
8512 freqchkw.m sortcom.m ugain.m | |
8513 freqresp.m ss2sys.m unpacksys.m | |
8514 gram.m ss2tf.m wgt1o.m | |
8515 h2norm.m ss2zp.m zgfmul.m | |
8516 h2syn.m starp.m zgfslv.m | |
8517 hinf_ctr.m step.m zginit.m | |
8518 hinfdemo.m stepimp.m zgpbal.m | |
8519 hinfnorm.m strappend.m; zgreduce.m | |
8520 hinfsyn.m susball.m zgrownorm.m | |
8521 hinfsyn_chk.m swap.m zgscal.m | |
8522 impulse.m swapcols.m zgsgiv.m | |
8523 is_abcd.m swaprows.m zgshsr.m | |
8524 is_controllable.m sys2fir.m zp2ss.m | |
8525 is_detectable.m sys2ss.m zp2ssg2.m | |
8526 is_dgkf.m sys2tf.m zp2sys.m | |
8527 is_digital.m sys2zp.m zp2tf.m | |
8528 is_observable.m sysadd.m zpout.m | |
8529 is_sample.m sysappend.m | |
8530 | |
8531 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8532 | |
8533 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
8534 | |
8535 * strings/deblank.m: Make it work for string arrays too. | |
8536 | |
3211 | 8537 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8538 | |
8539 * linear-algebra/housh.m: New file from the OCST. | |
8540 * linear-algebra/krygetq.m: Ditto. | |
8541 * linear-algebra/krylov.m: Ditto. | |
8542 * linear-algebra/krylovb.m: Ditto. | |
8543 * linear-algebra/qrhouse.m: Ditto. | |
8544 * general/is_duplicate_entry.m: Ditto. | |
8545 | |
8546 * general/is_symmetric.m: Call is_square instead of doing that | |
8547 check in line. | |
8548 | |
3196 | 8549 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8550 | |
3202 | 8551 * general/is_square.m: |
8552 | |
8553 * general/isempty.m, general/is_matrix.m: Delete. | |
8554 | |
8555 * general/is_symmetric: Delete special case for strings. Whether | |
8556 the conversion is valid should depend on implicit_str_to_num_ok. | |
8557 | |
8558 * general/is_square.m: If arg is not a matrix, don't check size, | |
8559 just return 0. | |
8560 * general/is_symmetric: Likewise. | |
8561 * general/is_vector.m: Likewise. | |
8562 * general/is_scalar.m: Likewise. | |
8563 | |
3196 | 8564 * general/length.m: Delete. |
8565 | |
3191 | 8566 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8567 | |
8568 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
8569 statistics/distributions/Makefile, statistics/models/Makefile, | |
8570 and statistics/tests/Makefile to the list of files to create. | |
8571 | |
8572 * finance/Makefile.in, statistics/base/Makefile.in, | |
8573 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
8574 statistics/tests/Makefile.in: New files. | |
8575 * statistics/Makefile.in: Delete file lists. Now only handle | |
8576 subdirectories. | |
8577 * Makefile.in (SUBDIRS): Add finance. | |
8578 | |
8579 * Move the following files from statistics to statistics/base: | |
8580 | |
8581 corrcoef.m | |
8582 kurtosis.m | |
8583 mahalanobis.m | |
8584 median.m | |
8585 ols.m | |
8586 skewness.m | |
8587 std.m | |
8588 | |
8589 New files, from Kurt Hornik's octave-ci package: | |
8590 | |
8591 * finance (new directory): | |
8592 | |
8593 fv.m | |
8594 fvl.m | |
8595 irr.m | |
8596 nper.m | |
8597 npv.m | |
8598 pmt.m | |
8599 pv.m | |
8600 pvl.m | |
8601 rate.m | |
8602 vol.m | |
8603 | |
8604 * linear-algebra/dmult.m | |
8605 | |
8606 * signal: | |
8607 | |
8608 arch_fit.m | |
8609 arch_rnd.m | |
8610 arch_test.m | |
8611 arma_rnd.m | |
8612 autocor.m | |
8613 autocov.m | |
8614 autoreg_matrix.m | |
8615 bartlett.m | |
8616 blackman.m | |
8617 diffpara.m | |
8618 durbinlevinson.m | |
8619 fractdiff.m | |
8620 hamming.m | |
8621 hanning.m | |
8622 hurst.m | |
8623 periodogram.m | |
8624 rectangle_lw.m | |
8625 rectangle_sw.m | |
8626 sinetone.m | |
8627 sinewave.m | |
8628 spectral_adf.m | |
8629 spectral_xdf.m | |
8630 spencer.m | |
8631 stft.m | |
8632 synthesis.m | |
8633 triangle_lw.m | |
8634 triangle_sw.m | |
8635 yulewalker.m | |
8636 | |
8637 * statistics/base (new directory): | |
8638 | |
8639 center.m | |
8640 cloglog.m | |
8641 cor.m | |
8642 cov.m | |
8643 cut.m | |
8644 iqr.m | |
8645 kendall.m | |
8646 logit.m | |
8647 mean.m | |
8648 meansq.m | |
8649 moment.m | |
8650 ppplot.m | |
8651 probit.m | |
8652 qqplot.m | |
8653 range.m | |
8654 ranks.m | |
8655 run_count.m | |
8656 spearman.m | |
8657 statistics.m | |
8658 studentize.m | |
8659 table.m | |
8660 values.m | |
8661 var.m | |
8662 | |
8663 (Replaces cov.m and mean.m with new versions.) | |
8664 | |
8665 * statistics/distributions (new directory): | |
8666 | |
8667 beta_cdf.m | |
8668 beta_inv.m | |
8669 beta_pdf.m | |
8670 beta_rnd.m | |
8671 binomial_cdf.m | |
8672 binomial_inv.m | |
8673 binomial_pdf.m | |
8674 binomial_rnd.m | |
8675 cauchy_cdf.m | |
8676 cauchy_inv.m | |
8677 cauchy_pdf.m | |
8678 cauchy_rnd.m | |
8679 chisquare_cdf.m | |
8680 chisquare_inv.m | |
8681 chisquare_pdf.m | |
8682 chisquare_rnd.m | |
8683 discrete_cdf.m | |
8684 discrete_inv.m | |
8685 discrete_pdf.m | |
8686 discrete_rnd.m | |
8687 empirical_cdf.m | |
8688 empirical_inv.m | |
8689 empirical_pdf.m | |
8690 empirical_rnd.m | |
8691 exponential_cdf.m | |
8692 exponential_inv.m | |
8693 exponential_pdf.m | |
8694 exponential_rnd.m | |
8695 f_cdf.m | |
8696 f_inv.m | |
8697 f_pdf.m | |
8698 f_rnd.m | |
8699 gamma_cdf.m | |
8700 gamma_inv.m | |
8701 gamma_pdf.m | |
8702 gamma_rnd.m | |
8703 geometric_cdf.m | |
8704 geometric_inv.m | |
8705 geometric_pdf.m | |
8706 geometric_rnd.m | |
8707 hypergeometric_cdf.m | |
8708 hypergeometric_inv.m | |
8709 hypergeometric_pdf.m | |
8710 hypergeometric_rnd.m | |
8711 kolmogorov_smirnov_cdf.m | |
8712 laplace_cdf.m | |
8713 laplace_inv.m | |
8714 laplace_pdf.m | |
8715 laplace_rnd.m | |
8716 logistic_cdf.m | |
8717 logistic_inv.m | |
8718 logistic_pdf.m | |
8719 logistic_rnd.m | |
8720 lognormal_cdf.m | |
8721 lognormal_inv.m | |
8722 lognormal_pdf.m | |
8723 lognormal_rnd.m | |
8724 normal_cdf.m | |
8725 normal_inv.m | |
8726 normal_pdf.m | |
8727 normal_rnd.m | |
8728 pascal_cdf.m | |
8729 pascal_inv.m | |
8730 pascal_pdf.m | |
8731 pascal_rnd.m | |
8732 poisson_cdf.m | |
8733 poisson_inv.m | |
8734 poisson_pdf.m | |
8735 poisson_rnd.m | |
8736 stdnormal_cdf.m | |
8737 stdnormal_inv.m | |
8738 stdnormal_pdf.m | |
8739 stdnormal_rnd.m | |
8740 t_cdf.m | |
8741 t_inv.m | |
8742 t_pdf.m | |
8743 t_rnd.m | |
8744 uniform_cdf.m | |
8745 uniform_inv.m | |
8746 uniform_pdf.m | |
8747 uniform_rnd.m | |
8748 weibull_cdf.m | |
8749 weibull_inv.m | |
8750 weibull_pdf.m | |
8751 weibull_rnd.m | |
8752 wiener_rnd.m | |
8753 | |
8754 * statistics/models (new directory): | |
8755 | |
8756 logistic_regression.m | |
8757 logistic_regression_derivatives.m | |
8758 logistic_regression_likelihood.m | |
8759 | |
8760 * statistics/tests (new directory): | |
8761 | |
8762 anova.m | |
8763 bartlett_test.m | |
8764 chisquare_test_homogeneity.m | |
8765 chisquare_test_independence.m | |
8766 cor_test.m | |
8767 f_test_regression.m | |
8768 hotelling_test.m | |
8769 hotelling_test_2.m | |
8770 kolmogorov_smirnov_test.m | |
8771 kolmogorov_smirnov_test_2.m | |
8772 kruskal_wallis_test.m | |
8773 manova.m | |
8774 mcnemar_test.m | |
8775 prop_test_2.m | |
8776 run_test.m | |
8777 sign_test.m | |
8778 t_test.m | |
8779 t_test_2.m | |
8780 t_test_regression.m | |
8781 u_test.m | |
8782 var_test.m | |
8783 welch_test.m | |
8784 wilcoxon_test.m | |
8785 z_test.m | |
8786 z_test_2.m | |
8787 | |
8788 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8789 | |
8790 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
8791 compatibility and to avoid Y2K problems. | |
8792 | |
3190 | 8793 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8794 | |
8795 * polynomial/polyfit.m: Just use the \ operator to handle the | |
8796 least-squares solution. | |
8797 | |
3180 | 8798 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8799 | |
8800 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
8801 | |
8802 * strings/strrep.m: Don't convert args to numeric values. | |
8803 Prevent warnings for empty string args. | |
8804 From Georg Thimm <thimm@idiap.ch>. | |
8805 | |
8806 * strings/strcat.m: Prevent warnings for empty string args. | |
8807 | |
8808 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8809 | |
8810 * miscellaneous/menu.m: Remove special case for empty string | |
8811 returned from input(). Add second arg to eval() to catch errors. | |
8812 | |
3178 | 8813 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8814 | |
8815 * plot/__plt__.m: Don't call usleep. | |
8816 | |
3175 | 8817 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8818 | |
8819 * linear-algebra/dot.m: New function. | |
8820 | |
8821 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
8822 compatibility. | |
8823 | |
8824 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8825 | |
8826 * plot/hist.m: Also allow just one output argument. | |
8827 | |
8828 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8829 | |
8830 * strings/deblank.m: Make it work if the string is only blanks. | |
8831 | |
8832 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8833 | |
8834 * plot/__plt2mv__.m: Delete calls to keyboard. | |
8835 | |
8836 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8837 | |
8838 * plot/oneplot.m: Fix typo. | |
8839 | |
3174 | 8840 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8841 | |
8842 * miscellaneous/flops.m: Allow a single argument too. | |
8843 | |
8844 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8845 | |
8846 * strings/str2mat.m: Also handle case when there are no empty | |
8847 strings correctly. | |
8848 | |
8849 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8850 | |
8851 * strings/isletter.m: New function, for Matlab compatibility. | |
8852 | |
3168 | 8853 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8854 | |
8855 * strings/str2mat.m: Handle string matrices too. | |
8856 | |
3167 | 8857 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8858 | |
8859 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
8860 linear encoding. | |
8861 | |
8862 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
8863 audio/record.m: Open files in binary mode. | |
8864 | |
3164 | 8865 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8866 | |
8867 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
8868 Move functionality of dump_1_pref here, but use built-in function | |
8869 type to extract value, and put it inside try/catch block. | |
8870 * miscellaneous/dump_1_pref.m: Delete unused function. | |
8871 | |
3162 | 8872 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8873 | |
8874 * plot/__pltopt1.m__: New file. | |
8875 * plot/__pltopt.m__: Handle opt as a string array by calling | |
8876 __pltopt1__ multiple times and returning a string array with rows | |
8877 corresponding to the rows of opt. | |
8878 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
8879 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
8880 array. | |
8881 | |
8882 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8883 | |
8884 * plot/mplot.m: Fix misspellings of global variables. | |
8885 Don't call clearplot. | |
8886 | |
8887 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8888 | |
8889 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
8890 "cle;rep" when going in ot multiplot mode. | |
8891 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
8892 switching out of multiplot mode. | |
8893 | |
3156 | 8894 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 8895 |
3156 | 8896 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
8897 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 8898 |
3141 | 8899 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8900 | |
8901 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
8902 | |
8903 * miscellaneous/bug_report.m: Don't try to get smart with | |
8904 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
8905 | |
8906 * Makefile.in (install): Create separate ls-R files for | |
8907 $(datadir) and $(libexecdir). | |
8908 (uninstall): Remove both ls-R files. | |
8909 | |
3136 | 8910 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8911 | |
8912 * signal/fftshift.m: New file. | |
8913 | |
8914 * plot/contour.m: Fix for non-square case. | |
8915 | |
8916 * general/randperm.m: New file. | |
8917 | |
8918 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8919 | |
8920 * specfun/betai.m: Restore file for compatibility with previous | |
8921 versions. Call betainc with reordered args. | |
8922 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
8923 | |
3131 | 8924 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8925 | |
8926 * plot/contour.m: Handle discrete contour levels. | |
8927 | |
8928 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8929 | |
8930 * control/lyap.m: For compatibility with Matlab, solve | |
8931 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
8932 | |
3124 | 8933 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8934 | |
8935 * specfun/bessel.m: New file. | |
8936 | |
8937 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
8938 specfun/gammainc.m: Delete. | |
8939 | |
3106 | 8940 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8941 | |
8942 * image/colormap.m: Initialize __current_color_map__ in global | |
8943 statement. | |
8944 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
8945 statement. | |
8946 * plot/axis.m: Initialize __current_axis__ in global statement. | |
8947 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
8948 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
8949 | |
3103 | 8950 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8951 | |
8952 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
8953 * time/toc.m: Likewise. | |
8954 | |
8955 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
8956 | |
8957 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
8958 anything special for automatic_replot when in multiplot mode -- | |
8959 recent 3.6beta releases handle this correctly. | |
8960 | |
8961 * plot/figure.m: Ensure that we are not in multiplot mode before | |
8962 setting the terminal type. | |
8963 | |
8964 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
8965 plot/subwindow.m: Use leading and trailing underscores for | |
8966 `private' globals. | |
8967 | |
8968 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
8969 | |
3101 | 8970 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8971 | |
8972 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
8973 | |
3091 | 8974 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8975 | |
3092 | 8976 * specfun/gammai.m: Avoid problems with whitespace when |
8977 constructing matrices. | |
8978 | |
3091 | 8979 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
8980 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
8981 original y vector. | |
8982 | |
3085 | 8983 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8984 | |
8985 * linear-algebra/cross.m: Use direct formula instead of calling | |
8986 det three times in a loop. If both args are column (row) vectors, | |
8987 return a column (row) vector. If they don't match, pay attention | |
8988 to the value of prefer_column_vectors. | |
8989 | |
5095 | 8990 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 8991 |
8992 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
8993 nonsymmetric matrices. | |
8994 | |
8995 * general/tril.m: Fix usage message. | |
8996 | |
8997 * polynomial/polyvalm.m: Fix error messages. | |
8998 * polynomial/polyderiv.m: Likewise. | |
8999 * polynomial/polyval.m: Likewise. | |
9000 | |
3081 | 9001 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9002 | |
9003 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9004 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9005 | |
3063 | 9006 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9007 | |
9008 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9009 | |
5095 | 9010 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9011 |
9012 * plot/__pltopt__.m: Handle key/legend names. | |
9013 Correctly set colors, line styles, and point styles. | |
9014 | |
3061 | 9015 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9016 | |
9017 * polynomial/polyfit.m: Return fit y values as second output. | |
9018 Don't use QR factorization to solve least squares problem. | |
9019 | |
9020 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9021 | |
9022 * control/dlqr.m: Use ao, not a, to compute k. | |
9023 | |
3024 | 9024 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9025 | |
9026 * miscellaneous/path.m: New file. | |
9027 | |
2993 | 9028 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9029 | |
9030 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9031 name. | |
9032 | |
2968 | 9033 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9034 | |
9035 * specfun/erfinv.m: Add missing semicolon. | |
9036 | |
2870 | 9037 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9038 | |
9039 * miscellaneous/xor.m: Make type of return value logical. | |
9040 | |
2853 | 9041 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9042 | |
9043 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9044 warn_comma_in_global_decl. | |
9045 | |
2831 | 9046 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9047 | |
9048 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9049 octave-bug script. | |
9050 | |
2823 | 9051 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9052 | |
2824 | 9053 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9054 prefer_zero_one_indexing. | |
9055 | |
2823 | 9056 * general/logical.m: New file. |
9057 | |
2816 | 9058 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9059 | |
9060 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9061 and is_vector(). | |
9062 | |
5095 | 9063 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9064 |
9065 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9066 Use tolerance of 2 * eps. | |
9067 | |
2811 | 9068 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9069 | |
9070 * Makefile.in (install-strip): New target. | |
9071 * audio/Makefile.in: Ditto. | |
9072 * control/Makefile.in: Ditto. | |
9073 * elfun/Makefile.in: Ditto. | |
9074 * general/Makefile.in: Ditto. | |
9075 * image/Makefile.in: Ditto. | |
9076 * io/Makefile.in: Ditto. | |
9077 * linear-algebra/Makefile.in: Ditto. | |
9078 * miscellaneous/Makefile.in: Ditto. | |
9079 * plot/Makefile.in: Ditto. | |
9080 * polynomial/Makefile.in: Ditto. | |
9081 * set/Makefile.in: Ditto. | |
9082 * signal/Makefile.in: Ditto. | |
9083 * specfun/Makefile.in: Ditto. | |
9084 * special-matrix/Makefile.in: Ditto. | |
9085 * startup/Makefile.in: Ditto. | |
9086 * statistics/Makefile.in: Ditto. | |
9087 * strings/Makefile.in: Ditto. | |
9088 | |
2809 | 9089 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9090 | |
9091 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9092 | |
2798 | 9093 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9094 | |
9095 * statistics/corrcoef.m: Make it actually work. | |
9096 | |
2795 | 9097 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9098 | |
2798 | 9099 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9100 |
2779 | 9101 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9102 |
9103 * Version 2.0.5 released. | |
9104 | |
2745 | 9105 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9106 | |
2749 | 9107 * Makefile.in (maintainer-clean): Also remove configure. |
9108 | |
2746 | 9109 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9110 | |
2745 | 9111 * general/is_matrix.m: Return zero for empty matrices. |
9112 | |
9113 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9114 | |
9115 * linear-algebra/vech.m: Size result just once. | |
9116 | |
2726 | 9117 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9118 | |
9119 * general/is_square.m: Handle empty matrices correctly. | |
9120 * general/is_symmetric.m: Handle empty matrices and strings. | |
9121 | |
2716 | 9122 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9123 | |
9124 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9125 * polynomial/deconv.m: Likewise. | |
9126 * polynomial/polyderiv.m: Likewise. | |
9127 * polynomial/polyinteg.m: Likewise. | |
9128 * polynomial/polyreduce.m: Likewise. | |
9129 * polynomial/polyval.m: Likewise. | |
9130 * polynomial/polyvalm.m: Likewise. | |
9131 * general/postpad.m: Likewise. | |
9132 * general/prepad.m: Likewise. | |
9133 | |
9134 * polynomial/compan.m: Check input with is_vector(), not | |
9135 is_matrix(). Handle scalar case. | |
9136 | |
2711 | 9137 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9138 | |
2715 | 9139 * plot/contour.m: Order data so that it is consistent with |
9140 meshgrid and mesh. | |
9141 | |
2711 | 9142 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9143 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9144 | |
2709 | 9145 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9146 |
9147 * Version 2.0.4 released. | |
9148 | |
2706 | 9149 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9150 | |
2702 | 9151 * miscellaneous/paren.m: New file. |
9152 | |
2693 | 9153 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9154 |
9155 * Version 2.0.3 released. | |
9156 | |
2676 | 9157 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9158 | |
9159 * image/saveimage.m: Only clip image data that is actually out of | |
9160 range. | |
9161 | |
2667 | 9162 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9163 | |
9164 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9165 also be considered to be matrices. | |
9166 | |
9167 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9168 | |
9169 * general/isempty.m: Use size(), not rows() and columns(). | |
9170 | |
9171 * plot/contour.m: Convert set to gset. | |
9172 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9173 | |
2663 | 9174 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9175 | |
9176 * specfun/erfinv.m: Fix typo in last change. | |
9177 | |
2650 | 9178 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9179 | |
9180 * image/loadimage.m: Make it possible to load files with image | |
9181 data named X or img. | |
9182 | |
9183 * image/default.img: Change name of image from X to img to match | |
9184 what saveimage does now. | |
9185 | |
9186 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9187 does now. | |
9188 | |
2632 | 9189 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9190 | |
2634 | 9191 * Version 2.0.2 released. |
9192 | |
2632 | 9193 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9194 weird missing-lines bug without creating extra plots unecessarily. | |
9195 | |
2624 | 9196 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9197 | |
9198 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9199 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9200 io/Makefile.in, linear-algebra/Makefile.in, | |
9201 miscellaneous/Makefile.in, plot/Makefile.in, | |
9202 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9203 specfun/Makefile.in, special-matrix/Makefile.in, | |
9204 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9205 time/Makefile.in (bin-dist): New target. | |
9206 | |
2621 | 9207 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9208 | |
9209 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9210 | |
9211 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9212 | |
9213 * miscellaneous/xor.m: Make it work. | |
9214 | |
2613 | 9215 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9216 | |
9217 * plot/sombrero.m: Doc fix. | |
9218 | |
2602 | 9219 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9220 | |
9221 * Version 2.0.1 released. | |
9222 | |
2601 | 9223 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9224 | |
9225 * elfun/lcm.m: Replace missing if statement. | |
9226 | |
9227 * elfun/gcd.m: Report error if no input args. | |
9228 * elfun/lcm.m: Likewise. | |
9229 | |
2597 | 9230 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9231 | |
9232 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9233 Also list contents of $libexecdir/octave in ls-R database. | |
9234 | |
2583 | 9235 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9236 | |
9237 * Version 2.0 released. | |
9238 | |
2575 | 9239 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9240 | |
9241 * Version 1.94. | |
9242 | |
2558 | 9243 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9244 | |
9245 * strings/str2num.m: New file. | |
9246 | |
2554 | 9247 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9248 | |
9249 * Version 1.93. | |
9250 | |
2540 | 9251 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9252 | |
9253 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9254 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9255 linear-algebra/vech.m: New files from Kurt Hornik. | |
9256 | |
9257 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9258 general/common_size.m: New files from Kurt Hornik. | |
9259 | |
9260 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9261 New files from Kurt Hornik. | |
9262 | |
9263 * signal/detrend.m: New file from Kurt Hornik. | |
9264 | |
9265 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9266 specfun/pow2.m, specfun/log2.m: | |
9267 New files and updates from Kurt Hornik. | |
9268 | |
2523 | 9269 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9270 | |
9271 * plot/__plt__.m: Add explicit replot after last command is | |
9272 issued, to force all lines to be displayed. Hmm. | |
9273 | |
2512 | 9274 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9275 | |
2520 | 9276 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9277 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9278 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9279 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9280 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9281 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9282 Uset gset, not set. | |
9283 | |
2512 | 9284 * Version 1.92. |
9285 | |
2482 | 9286 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9287 | |
2486 | 9288 * image/saveimage.m: When writing PostScript, name Octave as the |
9289 almighty Creator. Use single call to fprintf instead of looping. | |
9290 | |
9291 * image/Makefile.in: Delete references to octtopnm. | |
9292 | |
9293 * general/logspace.m: Doc fix. | |
9294 | |
2482 | 9295 * Version 1.91. |
9296 | |
2458 | 9297 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9298 | |
9299 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9300 | |
9301 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9302 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9303 deleted. | |
9304 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9305 of a system() command to delete the tmp file. | |
9306 | |
2452 | 9307 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9308 | |
9309 * Version 1.90. | |
9310 | |
9311 * Makefile.in (DISTFILES): Add ChangeLog. | |
9312 | |
2360 | 9313 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9314 | |
9315 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9316 Don't check for string value of automatic_replot. | |
9317 | |
9318 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9319 Temporarily set do_fortran_indexing to 1, not "true". | |
9320 | |
9321 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9322 not "false". | |
9323 | |
9324 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9325 "false". | |
9326 | |
2355 | 9327 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9328 | |
9329 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9330 | |
2330 | 9331 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9332 | |
9333 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9334 system command. | |
9335 | |
9336 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9337 | |
9338 * __plr1__.m: Renamed from polar_int_1.m. | |
9339 * __plr2__.m: Renamed from polar_int_2.m. | |
9340 * __plr__.m: Renamed from polar_int.m. | |
9341 * __plt1__.m: Renamed from plot_int_1.m. | |
9342 * __plt2__.m: Renamed from plot_int_2.m. | |
9343 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9344 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9345 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9346 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9347 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9348 * __plt__.m: Renamed from plot_int.m. | |
9349 * __pltopt__.m: Renamed from plot_opt.m. | |
9350 Change all callers. | |
9351 | |
9352 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9353 | |
9354 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9355 comments like those found in Emacs lisp files. | |
9356 | |
9357 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9358 | |
9359 * All .m files: Change comment style. | |
9360 | |
9361 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9362 | |
9363 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9364 subplot.m, subwindow.m, top_title.m: | |
9365 Print error message if gnuplot_has_multiplot is not true. | |
9366 | |
9367 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9368 | |
9369 * plot/figure.m: New function. | |
9370 | |
9371 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9372 | |
9373 * strings/strrep.m: New function. | |
9374 | |
9375 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9376 | |
9377 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9378 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9379 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9380 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9381 New functions from Kurt Hornik, heavily modified by jwe. | |
9382 | |
9383 * general/reshape.m: Allow strings to be reshaped too. | |
9384 | |
9385 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9386 Always return a scalar. | |
9387 | |
9388 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9389 | |
9390 * polynomial/polyfit.m: Make orientation of result compatible with | |
9391 Matlab. | |
9392 | |
9393 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9394 | |
9395 * polynomial/polyfit.m: Add missing close paren. | |
9396 | |
9397 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9398 | |
9399 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9400 | |
9401 * io/scanf.m: Delete. | |
9402 | |
9403 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9404 | |
9405 * statistics/median.m: Fix typo in usage message. | |
9406 | |
9407 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9408 | |
9409 * miscellaneous/popen2.m: New file. | |
9410 | |
9411 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9412 | |
9413 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9414 | |
9415 * io: New directory. | |
9416 * Makefile.in (SUBDIRS): Add it to the list. | |
9417 | |
9418 * miscellaneous/flops.m: New file. | |
9419 | |
9420 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9421 | |
9422 * miscellaneous/cputime.m: Return three arguments instead of a | |
9423 vector, for compatibility with previous versions and with Matlab | |
9424 (which only returns one scalar value). | |
9425 | |
9426 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9427 | |
9428 * general/triu.m: Compute lower bound on loop index correctly. | |
9429 * general/tril.m: Likewise, for upper bound. | |
9430 | |
9431 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9432 | |
9433 * image/saveimage.m: For color images, make sure indices into | |
9434 temporary colormap and result matrix have proper orientation. | |
9435 Set grey flag correctly. | |
9436 | |
9437 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9438 | |
9439 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9440 jrv@vanzandt.mv.com). | |
9441 | |
9442 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9443 | |
9444 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9445 * mesh.m: Transpose Z if only one arg. | |
9446 Handle case of all three args being matrices (from Jim Van Zandt | |
9447 jrv@vanzandt.mv.com). | |
9448 * meshdom.m: Undo previous change. | |
9449 | |
9450 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9451 | |
9452 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9453 | |
9454 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9455 | |
9456 * audio: New directory of files from Kurt Hornik and Andreas | |
9457 Weingessel. | |
9458 * audio/Makefile.in: New file. | |
9459 * Makefile.in (SUBDIRS): Add audio to the list. | |
9460 | |
9461 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9462 | |
9463 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9464 | |
9465 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9466 | |
9467 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9468 columns (z), not the other way around. | |
9469 * plot/meshdom.m: Don't reverse order of elements in y. | |
9470 | |
9471 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9472 | |
9473 * plot/axis.m: Return current axis if nargin == 0. | |
9474 | |
9475 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9476 | |
9477 * polynomial/roots.m: Updates from Kurt Hornik. | |
9478 | |
9479 * polynomial/polyder.m: New file. | |
9480 | |
9481 * polynomial/polyderiv.m: Give return value and arg different names. | |
9482 | |
9483 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9484 | |
9485 * specfun/betainc.m: New file. | |
9486 * specfun/gammainc.m: New file. | |
9487 | |
9488 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9489 | |
9490 * general/strerror.m: New file. | |
9491 * general/perror.m: Implement using strerror(). | |
9492 | |
9493 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9494 | |
9495 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
9496 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
9497 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
9498 | |
9499 * image/saveimage.m: Round img values first. | |
9500 | |
9501 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9502 | |
9503 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
9504 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
9505 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
9506 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
9507 special-matrix/hankel.m special-matrix/toeplitz.m | |
9508 tuwien/strfun/split.m: Add missing semicolons. | |
9509 | |
9510 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
9511 | |
9512 * image/Makefile.in: Don't build or install octtoppm. | |
9513 | |
9514 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 9515 routines so that people who don't have the pbm stuff installed |
2330 | 9516 can still use this function. |
9517 | |
9518 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9519 | |
9520 * image/saveimage.m: Better error checking, clean up a bit. | |
9521 | |
9522 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9523 | |
9524 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
9525 avoid conflict with new built-in text-style function more. | |
9526 | |
9527 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
9528 | |
9529 * startup/Makefile.in (install): Also install octaverc in | |
9530 $localfcnfiledir/startup/octavrc. | |
9531 | |
9532 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9533 | |
9534 * mkinstalldirs: New file. | |
9535 * Makefile.in (DISTFILES): Add it to the list. | |
9536 | |
9537 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
9538 | |
9539 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9540 | |
9541 * special-matrix/hankel.m: Compatibility fix. Complain if | |
9542 r(1) != c(nr), not if r(1) != c(1). | |
9543 | |
9544 * signal/filter.m: Doc fix. | |
9545 | |
9546 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9547 | |
9548 * miscellaneous/cputime.m: Use new resource structure names (no | |
9549 ru_ or tv_ prefixes). | |
9550 | |
9551 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9552 | |
9553 * time/ctime.m: Fix doc string and usage message. | |
9554 | |
9555 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9556 | |
9557 * time/clock.m: Use new time structure names (no tm_ prefix). | |
9558 | |
9559 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9560 | |
9561 * control/c2d.m: Make function work for any value of | |
9562 whitespace_in_literal_matrix. | |
9563 * control/dare.m: Likewise. | |
9564 * control/tzero.m: Likewise. | |
9565 * elfun/gcd.m: Likewise. | |
9566 * elfun/lcm.m: Likewise. | |
9567 * general/postpad.m: Likewise. | |
9568 * general/prepad.m: Likewise. | |
9569 * linear-algebra/kron.m: Likewise. | |
9570 * miscellaneous/etime.m: Likewise. | |
9571 * polynomial/conv.m: Likewise. | |
9572 * polynomial/deconv.m: Likewise. | |
9573 * polynomial/poly.m: Likewise. | |
9574 * polynomial/roots.m: Likewise. | |
9575 * signal/filter.m: Likewise. | |
9576 * signal/freqz.m: Likewise. | |
9577 * signal/fftfilt.m: Likewise. | |
9578 | |
9579 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9580 | |
9581 * miscellaneous/is_leap_year.m: Make work for vector args. | |
9582 | |
9583 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9584 | |
9585 * plot/polar_int_2.m: Add missing semicolons. | |
9586 Set theta = theta', not rho'. | |
9587 | |
9588 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9589 | |
9590 * polynomial/roots.m: Make it work for any value of | |
9591 whitespace_in_literal_matrix. | |
9592 | |
9593 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9594 | |
9595 * configure.in: New file. | |
9596 | |
9597 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9598 | |
9599 * control/lyap.m: Add missing semicolon. | |
9600 | |
9601 * miscellaneous/cputime.m: New function file. | |
9602 | |
9603 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9604 | |
9605 * time: New directory. | |
9606 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
9607 New function files. | |
9608 * time/Makefile.in: New file. | |
9609 * Makefile.in (SUBDIRS): Add time. | |
9610 | |
9611 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9612 | |
9613 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
9614 | |
9615 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9616 | |
9617 * plot/plot_int_1.m: Transpose data with .', not '. | |
9618 | |
9619 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9620 | |
9621 * Makefile.in (install uninstall clean mostlyclean distclean | |
9622 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
9623 | |
9624 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9625 | |
9626 * Makefile.in (install): Create ls-R database file. | |
9627 (uninstall): Delete it. | |
9628 | |
9629 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9630 | |
5378 | 9631 * image/saveimage.m: Fix typo. |
2330 | 9632 |
9633 See ChangeLog.1 in the top level directory for earlier changes. |