Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9278:2b35cb600d50
improve bicgstab and cgs
author | Radek Salac <salac.r@gmail.com> |
---|---|
date | Thu, 28 May 2009 07:03:11 +0200 |
parents | be84e9654feb |
children | 1673a0dc019f |
rev | line source |
---|---|
9278 | 1 2009-05-28 Radek Salac <salac.r@gmail.com> |
2 | |
3 * sparse/bicgstab.m: New output when calling without arguments. | |
4 Time optimization - remove certain checks linked to preconditioner which | |
5 are unacceptably slow. | |
6 * sparse/cgs.m: New output when calling without arguments. | |
7 Time optimization - remove certain checks linked to preconditioner which | |
8 are unacceptably slow. Rename internal variable to match bicgstab. | |
9 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
10 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
11 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
12 * plot/axis.m: Update documentation to reflect addition of "tight" option. |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
13 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
14 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
15 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
16 * ismember.m: Update examples to remove incorrect reference to residue function |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
17 |
9273 | 18 2009-05-27 John W. Eaton <jwe@octave.org> |
19 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
20 * image/imwrite.m: Convert indexed images to RGB before calling |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
21 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
22 |
9273 | 23 * image/imshow.m: In demo, convert image to rgb before scaling |
24 components. Use imread instead of loadimage. | |
25 | |
9272
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
26 2009-05-26 Ben Abbott <bpabbott@mac.com> |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
27 |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
28 * plot/__go_draw_axes__.m: Fix rendering of overlaping images and |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
29 line objects. Add demos as well. |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
30 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
31 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
32 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
33 * geometry/delaunay.m: Support cellstr's as options. |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
34 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
35 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
36 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
37 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
38 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
39 2009-05-26 S�ren Hauberg <hauberg@gmail.com> |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
40 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
41 * help/__makeinfo__.m: Support several @seealso's in one text. |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
42 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
43 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
44 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
45 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
46 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
47 2009-05-26 Carlo de Falco <kingcrimson@tiscali.it> |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
48 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
49 * pkg/pkg.m: Add "version" field to the structure returned by "pkg |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
50 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
51 |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
52 2009-05-25 Ben Abbott <bpabbott@mac.com> |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
53 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
54 * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
55 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
56 |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
57 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
58 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
59 * plot/gnuplot_drawnow.m: single-quote output name to allow backslash |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
60 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
61 * plot/print.m: Support ps->pdf using ghostscript under windows, check |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
62 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
63 |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
64 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
65 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
66 * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
67 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
68 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
69 2009-05-22 John W. Eaton <jwe@octave.org> |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
70 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
71 * general/interp3.m: Don't require interpolation grid to have same |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
72 size as data. From Kris Thielemans <kris.thielemans@imperial.ac.uk>. |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
73 |
9220
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
74 2009-05-19 Carlo de Falco <kingcrimson@tiscali.it> |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
75 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
76 * pkg/pkg.m: Fix a bug when quering only one non installed package |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
77 with "pkg describe". |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
78 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
79 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
80 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
81 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
82 * optimization/fsolve.m: Support central differences. Add FinDiffType |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
83 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
84 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
85 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
86 2009-05-17 Rik Wehbring <rdrider0-list@yahoo.com> |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
87 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
88 * *.m: Simplify Texinfo documentation in .m scripts by removing |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
89 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
90 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
91 2009-05-17 Jaroslav Hajek <highegg@gmail.com> |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
92 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
93 * optimization/fminunc.m: Improve TR updating strategy. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
94 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
95 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
96 2009-05-15 John W. Eaton <jwe@octave.org> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
97 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
98 * general/nargchk.m: Don't generate error if output is struct. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
99 Uncomment some additional tests. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
100 From Alois Schloegl <alois.schloegl@tugraz.at> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
101 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
102 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
103 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
104 * optimization/fminunc.m: Import the step adaptation strategy |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
105 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
106 |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
107 2009-05-08 Ben Abbott <bpabbott@mac.com> |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
108 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
109 * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties". |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
110 * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size. |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
111 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
112 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
113 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
114 * miscellaneous/tar.m, miscellaneous/unpack.m: |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
115 Pass "xvf" to tar instead of "-x -v -f". |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
116 |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
117 2009-04-30 Ben Abbott <bpabbott@mac.com> |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
118 |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
119 * plot/__gnuplot_has_feature__.m: Change version for |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
120 "x11_figure_position", >4.2.4 to >=4.3.0. |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
121 |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
122 2009-04-30 Ben Abbott <bpabbott@mac.com> |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
123 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
124 * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'. |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
125 |
9160 | 126 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
127 | |
128 * statistics/base/range.m: Fix behavior when dim is specified. | |
129 | |
9157
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
130 2009-04-28 Ben Abbott <bpabbott@mac.com> |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
131 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
132 * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
133 when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
134 to replace the gnuplot bbox with a tight bbox for eps-files. |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
135 |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
136 2009-04-23 Ben Abbott <bpabbott@mac.com> |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
137 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
138 * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'. |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
139 Support printing to non-postscript printers. Do not change the output |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
140 filename when using Ghostscript. When using lpr to print the output, |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
141 send it without filtering (unix), or as if it were binary (pc). |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
142 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
143 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
144 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
145 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
146 |
9140 | 147 2009-04-20 John W. Eaton <jwe@octave.org> |
148 | |
149 * special-matrix/vander.m: Update tests. | |
150 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
151 2009-04-20 Jaroslav Hajek <highegg@gmail.com> |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
152 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
153 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
154 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
155 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
156 2009-04-17 Rik <rdrider0-list@yahoo.com> |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
157 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
158 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
159 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
160 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
161 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
162 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
163 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
164 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net> |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
165 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
166 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
167 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
168 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
169 2009-04-14 David Bateman <dbateman@free.fr> |
9118
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
170 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
171 * plot/__patch__.m: Set default facecolor to [0,1,0]. |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
172 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
173 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
174 * special-matrix/hadamard.m: Fix a documentation mistake. |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
175 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
176 2009-04-14 Jaroslav Hajek <highegg@gmail.com> |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
177 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
178 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
179 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
180 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
181 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
182 2009-04-12 Ben Abbott <bpabbott@mac.com> |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
183 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
184 * plot/__gnuplot_open_stream__.m: New function. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
185 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
186 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
187 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
188 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
189 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
190 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
191 * geometry/trisurf.m: New file. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
192 * geometry/Makefile.in (SOURCES): Add it here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
193 * geometry/trimesh.m: Convert to using 3D patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
194 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
195 * plot/__patch__.m: Rewrite to allow update of dependent variables |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
196 with listener functions amongst themselves. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
197 * plot/patch.m: Add 3D demo. Update the documentation. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
198 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
199 2009-04-11 Martin Helm <martinh@sirius.mhelm.de> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
200 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
201 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m, |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
202 isonnormals.m, isosurface.m: New files. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
203 * plot/Makefile.in (SOURCES): Add them here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
204 |
9108 | 205 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
206 | |
207 * set/intersect.m: Add missing branch. | |
208 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
209 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
210 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
211 * plot/print.m: If no pdf support in gnuplot, then "convert" from |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
212 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
213 to produce pdf output. Only render a full page for ps/pdf output. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
214 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
215 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
216 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
217 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
218 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
219 |
9104 | 220 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
221 | |
222 * special-matrix/vander.m: Optimize. | |
223 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
224 2009-04-07 Ben Abbott <bpabbott@mac.com> |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
225 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
226 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
227 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
228 2009-04-06 Ben Abbott <bpabbott@mac.com> |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
229 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
230 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and |
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
231 remove dangling/commented code. |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
232 * plot/__gnuplot_default_font__.m: Remove file from archive. |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
233 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
234 fontsize to be specified for all terminals with fontname == "*". |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
235 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
236 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
237 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
238 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
239 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
240 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
241 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
242 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
243 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
244 |
9093 | 245 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
246 | |
247 * linear-algebra/vech.m: Optimize. | |
248 | |
9092 | 249 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
250 | |
251 * special-matrix/toeplitz.m: Optimize. | |
252 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
253 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
254 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
255 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
256 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
257 2009-04-03 Jaroslav Hajek <highegg@gmail.com> |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
258 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
259 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
260 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
261 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
262 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
263 2009-04-02 Ben Abbott <bpabbott@mac.com> |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
264 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
265 * plot/__go_draw_axes__.m: Include gnuplot command termination when |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
266 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
267 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
268 2009-04-02 Ben Abbott <bpabbott@mac.com> |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
269 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
270 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
271 |
9075 | 272 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
273 | |
274 * optimization/fsolve.m: Fix test. | |
275 | |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
276 2009-03-30 Ben Abbott <bpabbott@mac.com> |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
277 |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
278 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
279 fontsize to be specified when the fontname is anonymous. |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
280 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
281 2009-03-30 Ben Abbott <bpabbott@mac.com> |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
282 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
283 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
284 terminal dependent default font. |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
285 * plot/__go_draw_figure__.m: Substitute gnuplot default font when |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
286 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
287 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
288 2009-03-29 John W. Eaton <jwe@octave.org> |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
289 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
290 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
291 |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
292 2009-03-29 Ben Abbott <bpabbott@mac.com> |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
293 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
294 * plot/print.m: For eps output the bounding box should represent the |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
295 figure's position. |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
296 |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
297 2009-03-28 Ben Abbott <bpabbott@mac.com> |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
298 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
299 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
300 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
301 proper result for all gnuplot streams. |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
302 |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
303 2009-03-27 Ben Abbott <bpabbott@mac.com> |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
304 |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
305 * plot/__go_draw_axes__.m: Properly position the title for 3D plots |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
306 when using the gnuplot (v4.3+) backend. |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
307 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
308 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
309 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
310 * linear-algebra/expm.m: Fix order of outputs from balance. |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
311 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
312 2009-03-25 Kai Habel <kai.habel@gmx.de> |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
313 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
314 * general/gradient.m: Fix calculation for more than two |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
315 dimensions. Change interpretation of vector arguments from |
9016 | 316 spacing to coordinates. New tests. |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
317 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
318 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
319 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
320 * mkdoc: Pass full file name to gethelp. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
321 * gethelp.cc (main): Handle second argument. Write comment with |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
322 full file name to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
323 |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
324 2009-03-24 Ben Abbott <bpabbott@mac.com> |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
325 |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
326 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
327 to __gnuplot_draw_figure__, and close all plot streams when done. |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
328 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
329 2009-03-24 John W. Eaton <jwe@octave.org> |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
330 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
331 * general/isa.m: Handle parent classes. |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
332 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
333 2009-03-23 Ben Abbott <bpabbott@mac.com> |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
334 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
335 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
336 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
337 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
338 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
339 2009-03-21 Ben Abbott <bpabbott@mac.com> |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
340 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
341 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. |
9001
b3268a0458f2
__gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents:
9000
diff
changeset
|
342 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
343 * plot/print.m: Restore the behavior for option -S<num>,<num>. |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
344 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
345 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
346 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
347 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
348 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
349 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
350 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
351 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
352 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
353 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
354 FD jacobians. Document how it can be done with user jacobians. Make |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
355 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
356 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
357 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
358 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
359 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
360 |
8980 | 361 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
362 | |
363 * statistics/base/var.m: a -> x. | |
364 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
365 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
366 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
367 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
368 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
369 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
370 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
371 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
372 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
373 |
8970 | 374 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
375 | |
376 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
377 products. | |
378 | |
8953
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
379 2009-03-11 Ben Abbott <bpabbott@mac.com> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
380 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
381 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
382 each axis. Set ticklabels when the ticklabels are empty and when |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
383 ticklabelmode=="manual". |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
384 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
385 2009-03-11 Marco Caliari <marco.caliari@univr.it> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
386 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
387 * plot/axis.m: Implement "square" and "equal" options, conditional |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
388 on how octave positions gnuplot axes. Place the "title()" and |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
389 "axis()" commands after "plot()" in the demos. |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
390 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
391 2009-03-09 Ben Abbott <bpabbott@mac.com> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
392 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
393 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
394 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
395 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
396 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
397 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
398 * help/lookfor.m (search_cache): Also match function names. |
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
399 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
400 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m: |
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
401 Use doc-cache instead of DOC for doc cache file. |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
402 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
403 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
404 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
405 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
406 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
407 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
408 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
409 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
410 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
411 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
412 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
413 2009-03-06 Ben Abbott <bpabbott@mac.com> |
8915
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
414 |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
415 * plot/__go_draw_axes__.m: Preserve the order of axes' children |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
416 when pruning the handles for the {x,y,z}labels and title. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
417 * plot/legend.m: Change demo to add colors to lines. This change |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
418 reveals the problem (above) with the ordering of the axes' children. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
419 |
8912 | 420 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
421 | |
422 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
423 for tests. | |
424 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
425 2009-03-05 John W. Eaton <jwe@octave.org> |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
426 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
427 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
428 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
429 2009-03-05 Ben Abbott <bpabbott@mac.com> |
8909
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
430 |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
431 * plot/__go_draw_axes__.m: Preserve column vector orientation for |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
432 the axes children while removing the axis label & title handles. |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
433 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
434 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
435 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
436 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
437 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
438 2009-03-03 Ben Abbott <bpabbott@mac.com> |
8901
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
439 |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
440 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
441 the gnuplot postscript+eps terminal. |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
442 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
443 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
444 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
445 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string. |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
446 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
447 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
448 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
449 * set/complement.m, set/union.m: Remove reference to deprecated |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
450 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
451 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
452 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8894
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
453 |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
454 * plot/__go_draw_axes__.m: Do not render axis labels twice when |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
455 their handles are visible, but do render objects with hidden |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
456 handles. |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
457 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
458 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
459 |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
460 * general/num2str.m: Trivial bug fix. Recent switch from split() |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
461 to strsplit() produced cells rather than character data. |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
462 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
463 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
464 |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
465 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
466 and replace existing colorbar when a new one is created. Additional |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
467 demos are included to verify these behaviors. |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
468 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
469 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
470 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
471 * plot/__actual_axis_position__.m: Include file missed in prior |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
472 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
473 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
474 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
475 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
476 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
477 specificying resolution of bitmap terminals, "-r<num>". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
478 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
479 * plot/gnuplot_drawnow.m: Check that canvas size is only specified |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
480 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
481 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
482 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize, |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
483 paperposition properties. Accommodate gnuplot's implicit margins for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
484 postscript terminals. Remove internal function get_canvassize(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
485 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
486 * plot/gnuplot_drawnow.m: |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
487 Terminate gnuplot "set term ..." with semicolon. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
488 Specify vector terminals sizes in floating point. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
489 Rename internal function isbackend() to output_to_screen(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
490 Rename internal function gnuplot_term() to gnuplot_default_term(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
491 Rename internal function isbitmap() to term_units_are_pixels(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
492 Minor changes for coding conventions. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
493 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
494 * plot/__actual_axis_position__.m, Makefile.in: New function to |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
495 determine position of rendered axes, including the effect of the |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
496 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
497 * plot/__gnuplot_has_feature__.m: Add new feature |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
498 "screen_coordinates_for_{lrtb}margin". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
499 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
500 using {lrtb}margins. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
501 * plot/colorbar.m: Add to, and modify, demos. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
502 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
503 * plot/print.m: Remove non-functional/commented code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
504 * plot/__go_draw_figure__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
505 * plot/__gnuplot_has_feature__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
506 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
507 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
508 |
8884 | 509 2009-02-27 John W. Eaton <jwe@octave.org> |
510 | |
8887 | 511 * set/complement.m: Call unique, not create_set. |
512 * set/unique.m: Style fix for docstring. | |
513 * deprecated/create_set.m: Move here from set/create_set.m. | |
514 Always return a row vector, as documented. | |
8888
0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents:
8887
diff
changeset
|
515 |
8887 | 516 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
517 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
518 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
519 * general/num2str.m: Call strsplit instead of split. |
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
520 |
8884 | 521 * strings/strsplit.m: Style fixes. |
522 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
523 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
524 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
525 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
526 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
527 2009-02-26 John W. Eaton <jwe@octave.org> |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
528 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
529 * deprecated/split.m: Add warning, not about version. |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
530 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
531 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
532 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
533 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
534 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
535 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
536 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
537 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
538 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
539 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
540 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
541 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
542 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
543 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
544 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
545 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
546 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
547 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
548 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
549 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
550 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
551 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
552 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
553 * Makefile.in (distclean maintainer-clean): Remove tags and TAGS |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
554 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
555 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
556 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
557 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
558 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
559 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
560 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
561 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
562 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
563 * plot/pie.m: Use numel to check sizes of X and LABELS instead of |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
564 using size_equal. From Andy Buckle <andybuckle@gmail.com>. |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
565 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
566 * help/lookfor.m: Split original path into cell array and compare |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
567 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
568 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
569 |
8861 | 570 2009-02-24 John W. Eaton <jwe@octave.org> |
571 | |
572 * help/gen_doc_cache.m: Don't compress output file. By default, | |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
573 write to DOC, not DOC.gz. Don't save empty cache. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
574 |
8861 | 575 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
576 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
577 2009-02-24 Jason Riedy <jason@acm.org> |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
578 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
579 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
580 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
581 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
582 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
583 |
8857 | 584 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
585 | |
586 * optimization/fsolve.m: Update niter after each iteration, not just | |
587 a succesful one. | |
588 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
589 2009-02-08 Thorsten Meyer <thorsten.meyier@gmx.de> |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
590 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
591 * configure.in: AC_SUBST ac_config_files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
592 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
593 * Makefile.in: Add make targets for configuration files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
594 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
595 |
8847 | 596 2009-02-23 John W. Eaton <jwe@octave.org> |
597 | |
598 * plot/fplot.m: Fix nargin check. | |
599 From Joel Parker <Joel.Parker@radiancetech.com>. | |
600 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
601 2009-02-20 Steffen Groot <steffen.groot@technolution.eu> |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
602 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
603 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
604 |
8826 | 605 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
606 | |
607 * linear-algebra/dmult.m: Remove. | |
608 * linear-algebra/Makefile.in: Update. | |
609 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
610 * deprecated/Makefile.in: Update. | |
611 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
612 by diagonal matrices. | |
613 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
614 2009-02-19 Ben Abbott <bpabbott@mac.com> |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
615 |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
616 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
617 when the plot stream is first opened. Revert usage of hidden axes |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
618 to store prior figure "position" property. |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
619 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
620 2009-02-19 John W. Eaton <jwe@octave.org> |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
621 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
622 * general/__isequal__.m, general/__splinen__.m, image/__img__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
623 image/__img_via_file__.m, miscellaneous/__xzip__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
624 optimization/__all_opts__.m, optimization/__dogleg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
625 optimization/__fdjac__.m, path/__extractpath__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
626 plot/__add_datasource__.m, plot/__area__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
627 plot/__axes_limits__.m, plot/__axis_label__.m, plot/__bar__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
628 plot/__bars__.m, plot/__clabel__.m, plot/__contour__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
629 plot/__default_plot_options__.m, plot/__errcomm__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
630 plot/__errplot__.m, plot/__ezplot__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
631 plot/__gnuplot_has_feature__.m, plot/__gnuplot_version__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
632 plot/__go_close_all__.m, plot/__go_draw_axes__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
633 plot/__go_draw_figure__.m, plot/__line__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
634 plot/__next_line_color__.m, plot/__patch__.m, plot/__plr1__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
635 plot/__plr2__.m, plot/__plt1__.m, plot/__plt2__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
636 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
637 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
638 plot/__plt2vv__.m, plot/__plt__.m, plot/__plt_get_axis_arg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
639 plot/__pltopt1__.m, plot/__pltopt__.m, plot/__quiver__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
640 plot/__scatter__.m, plot/__stem__.m, startup/__finish__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
641 statistics/base/__quantile__.m: Consistent doc strings for |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
642 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
643 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
644 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
645 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
646 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
647 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
648 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
649 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
650 * audio/wavread.m: Improve search for data chunks. |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
651 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
652 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com> |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
653 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
654 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
655 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
656 2009-02-18 John W. Eaton <jwe@octave.org> |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
657 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
658 * plot/__gnuplot_version__.m: Don't use regexp to extract version |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
659 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
660 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
661 2009-02-18 John W. Eaton <jwe@octave.org> |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
662 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
663 * plot/gnuplot_drawnow.m (gnuplot_set_term): |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
664 Adjust nargin checks for new signature. |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
665 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
666 2009-02-17 Ben Abbott <bpabbott@mac.com> |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
667 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
668 * plot/contourc.m: Convert demo to test. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
669 * plot/surfnorm.m: Add another demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
670 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
671 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m, |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
672 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m: |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
673 Replace "close all" with "clf" in demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
674 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
675 2009-02-17 Ben Abbott <bpabbott@mac.com> |
8789
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
676 |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
677 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
678 position/size info when the figure's position property has changed. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
679 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
680 (open_gnuplot_stream): Delete unused output ENHANCED. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
681 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
682 2009-02-17 John W. Eaton <jwe@octave.org> |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
683 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
684 * plot/plotyy.m: Handle case of existing figure with no axes. |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
685 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
686 2009-02-16 John W. Eaton <jwe@octave.org> |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
687 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
688 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
689 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
690 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m, |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
691 help/print_usage.m: Call __makeinfo__ instead of makeinfo. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
692 * help/__strip_html_tags__.m, help/__additional_help_message__.m: |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
693 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
694 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
695 2009-02-16 Ben Abbott <bpabbott@mac.com> |
8765
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
696 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
697 * plot/shading.m: No new figure windows for the demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
698 * plot/surfl.m: Clear figure before running demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
699 |
8757 | 700 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
701 | |
702 * linear-algebra/expm.m: Fix invalid unscaling. | |
8761
1db8033efa17
fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8757
diff
changeset
|
703 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
704 * optimization/fsolve.m: Update comments. |
8757 | 705 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
706 2009-02-16 John W. Eaton <jwe@octave.org> |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
707 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
708 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
709 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
710 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
711 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
712 * help/doc.m, help/help.m, help/lookfor.m, help/type.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
713 help/which.m, image/colormap.m, miscellaneous/delete.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
714 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
715 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
716 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
717 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
718 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
719 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
720 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
721 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
722 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
723 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
724 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
725 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
726 * scripts/edit.m: Avoid command-style function call syntax when |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
727 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
728 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
729 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
730 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
731 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
732 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
733 * deprecated/Makefile.in (SOURCES): Add them to the list. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
734 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
735 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
736 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
737 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
738 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
739 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
740 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
741 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
742 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
743 2009-02-12 John W. Eaton <jwe@octave.org> |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
744 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
745 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__. |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
746 |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
747 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
748 |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
749 * help/gen_doc_cache.m: Change API so we only handle one directory per |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
750 call to this function. |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
751 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
752 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
753 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
754 * help/lookfor.m: Adapt to new cache scheme. |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
755 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
756 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
757 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
758 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
759 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
760 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
761 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
762 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
763 * miscellaneous/news.m: Look in octetcdir for NEWS file. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
764 |
8714 | 765 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
766 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
767 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
768 Also simplified code and added support for natural extrapolation via |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
769 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
770 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
771 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
772 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
773 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
774 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
775 * testfun/rundemos.m: Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
776 |
8698 | 777 2009-02-08 John W. Eaton <jwe@octave.org> |
778 | |
779 * Makefile.in (install install-strip): Don't install ls-R file. | |
780 (uninstall): Don't uninstall ls-R file. | |
781 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
782 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
783 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
784 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
785 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
786 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
787 2009-02-05 John W. Eaton <jwe@octave.org> |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
788 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
789 * miscellaneous/news.m: Use puts instead of printf. |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
790 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
791 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org> |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
792 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
793 * polynomial/polyout.m: Replace com2str with num2str, and minor |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
794 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
795 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
796 2009-02-04 John W. Eaton <jwe@octave.org> |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
797 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
798 * help/which.m: Still print something sensible if type is empty. |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
799 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
800 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
8670
6f5b2835325c
Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8668
diff
changeset
|
801 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
802 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
803 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
804 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
805 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
806 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
807 * signal/freqz.m: Ensure causal phase response. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
808 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
809 |
8666 | 810 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
811 | |
812 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
813 instead of "interpolate 4, 4". | |
814 | |
8664 | 815 2009-02-04 John W. Eaton <jwe@octave.org> |
816 | |
817 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
818 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
819 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
820 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
821 geometry/voronoi.m, geometry/voronoin.m, | |
822 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
823 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
824 linear-algebra/dmult.m, linear-algebra/dot.m, | |
825 linear-algebra/expm.m, linear-algebra/housh.m, | |
826 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
827 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
828 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
829 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
830 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
831 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
832 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
833 statistics/tests/cor_test.m, | |
834 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
835 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
836 time/addtodate.m: Style fixes. | |
837 | |
8661 | 838 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
839 | |
840 * optimization/fsolve.m: remove redundant line. | |
841 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
842 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
843 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
844 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
845 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
846 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
847 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
848 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
849 |
8652 | 850 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
851 | |
852 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
853 mlock to avoid unloading. | |
854 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
855 2009-01-30 John W. Eaton <jwe@octave.org> |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
856 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
857 * optimization/PKG_ADD: Delete. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
858 * optimization/fsolve.m, optimization/fzero.m, |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
859 optimization/lsqnonneg.m: Use PKG_ADD: comment to call __all_opts__. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
860 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
861 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
862 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
863 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
864 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
865 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
866 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
867 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
868 |
8645 | 869 2009-01-30 Kai Habel <kai.habel@gmx.de> |
870 | |
871 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
872 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
873 Require gnuplot 4.3 for transparent patches and surfaces. | |
874 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
875 2009-01-30 Benjamin Lindner <lindnerben@gmx.net> |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
876 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
877 * time/datestr.m: Convert YYYY to %Y instead of %C%y. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
878 Convert [Dd][Dd] to %d instead of %e. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
879 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
880 2009-01-30 Ben Abbott <bpabbott@mac.com> |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
881 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
882 * plot/print.m: Use __gnuplot_has_feature__ instead of |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
883 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
884 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
885 * plot/gnuplot_drawnow.m: Respect x11 figure position property. |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
886 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
887 2009-01-29 John W. Eaton <jwe@octave.org> |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
888 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
889 * miscellaneous/fileparts.m: Match all possible file separators. |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
890 |
8633 | 891 2009-01-29 Kai Habel <kai.habel@gmx.de> |
892 | |
893 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
894 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
895 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 896 |
897 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
898 print sensible error message when function is found but not documented. | |
899 | |
900 * help/help.m: Allow displaying 'Contents.m' files. | |
901 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
902 2009-01-29 Kai Habel <kai.habel@gmx.de> |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
903 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
904 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
905 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
906 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
907 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
908 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
909 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 910 |
911 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
912 feature. | |
913 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
914 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
915 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
916 * optimization/fsolve.m: Don't use pivoting at all (for the time |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
917 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
918 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
919 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
920 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
921 * optimization/fsolve.m: Use more adaptive rescaling. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
922 Put back the default tolerances based on machine eps respecting |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
923 the used precision. Partially reflect this in the default optimset |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
924 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
925 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
926 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
927 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
928 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
929 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
930 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
931 2009-01-27 John W. Eaton <jwe@octave.org> |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
932 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
933 * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m, |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
934 plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m: |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
935 Use endif or endfor instead of "end". |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
936 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
937 * path/savepath.m: Call command_line_path instead of commandlinepath. |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
938 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
939 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
940 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
941 * miscellaneous/orderfields.m: Really fix the indexing for struct |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
942 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
943 |
8602 | 944 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
945 | |
946 * polynomial/spline.m: Doc fix. | |
947 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
948 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
949 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
950 * general/gradient.m: Handle computing the gradient of a function |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
951 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
952 |
8600 | 953 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
954 | |
955 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
956 square and overdetermined systems. | |
957 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
958 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
959 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
960 * optimization/fsolve.m: Provide default values on request. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
961 Adjust some defaults. |
8628 | 962 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
963 * optimization/optimset.m: Query optimal values via the M*b way. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
964 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
965 2009-01-26 Jason Riedy <jason@acm.org> |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
966 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
967 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs. |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
968 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
969 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
970 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
971 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
972 |
8591 | 973 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
974 | |
975 * optimization/__fsolve_defopts__.m: Remove. | |
976 * optimization/Makefile.in: Reflect change. | |
977 | |
8590 | 978 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
979 | |
980 * optimization/__fdjac__.m: Fix setting up h. | |
981 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
982 large enough square and overdetermined systems, with pivoting in the | |
983 first step. Simplify options. Adjust defaults - make TR radius | |
984 tolerance less stringent. Support DisplayFcn. | |
985 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
986 2008-12-24 Ben Abbott <bpabbott@mac.com> |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
987 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
988 * path/savepath.m: Respect cmd-line and env paths. |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
989 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
990 2009-01-24 Ben Abbott <bpabbott@mac.com> |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
991 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
992 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
993 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
994 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 995 |
996 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
997 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
998 2009-01-22 John W. Eaton <jwe@octave.org> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
999 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1000 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1001 * help/Makefile.in (SOURCES): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1002 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1003 * help/help.m: Also display location of the file before the help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1004 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1005 * help/__additional_help_message__.m: Return message instead of |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1006 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1007 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1008 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1009 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1010 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1011 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1012 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1013 * help/__additional_help_message__.m, help/__strip_html_tags__.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1014 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1015 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m: |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1016 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1017 * help/Makefile.in (SOURCES): Add them to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1018 * help/doc.m: Move here from miscellaneous/doc.m. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1019 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1020 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1021 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1022 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1023 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1024 * optimization/fsolve.m: Undo the last change. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1025 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1026 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1027 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1028 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1029 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1030 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1031 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1032 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1033 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1034 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1035 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1036 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1037 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1038 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1039 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1040 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1041 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1042 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1043 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1044 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1045 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1046 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1047 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1048 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1049 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1050 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1051 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1052 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1053 2009-01-20 John W. Eaton <jwe@octave.org> |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1054 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1055 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1056 * general/prepad.m: Doc fix. |
8544 | 1057 * image/pink.m: Spelling fix. |
1058 * image/hsv.m: Doc fix. | |
1059 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1060 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1061 * testfun/assert.m: Use isfield instead of struct_contains. |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1062 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1063 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1064 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1065 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1066 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1067 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1068 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1069 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1070 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1071 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1072 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1073 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1074 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1075 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1076 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1077 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1078 * plot/legend.m: Fix legend order for both horizontal and |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1079 vertical string cell. |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1080 |
8528 | 1081 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1082 | |
1083 * plot/grid.m: Document handle argument. | |
1084 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1085 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1086 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1087 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1088 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1089 |
8521 | 1090 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1091 | |
1092 * gethelp.cc: Include <cstdio>. | |
1093 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1094 2009-01-14 Ben Abbott <bpabbott@mac.com> |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1095 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1096 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1097 Use it to handle non-cell ticklabels. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1098 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1099 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1100 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1101 * general/diff.m, general/logspace.m, general/nextpow2.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1102 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1103 linear-algebra/duplication_matrix.m, linear-algebra/expm.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1104 miscellaneous/bincoeff.m, miscellaneous/list_primes.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1105 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1106 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1107 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1108 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1109 special-matrix/hilb.m, special-matrix/invhilb.m |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1110 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1111 special-matrix/vander.m, statistics/base/gls.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1112 statistics/base/kendall.m, statistics/base/kurtosis.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1113 statistics/base/mean.m, statistics/base/median.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1114 statistics/base/ols.m, statistics/base/skewness.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1115 statistics/distributions/kolmogorov_smirnov_cdf.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1116 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1117 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1118 2009-01-14 John W. Eaton <jwe@octave.org> |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1119 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1120 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1121 |
8513 | 1122 * optimization/fsolve.m: Doc fix. |
1123 | |
8510
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
1124 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. |
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
1125 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1126 * io/dlmwrite.m: Use '%c' format for character data. |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1127 |
8506 | 1128 2009-01-13 John W. Eaton <jwe@octave.org> |
1129 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1130 * general/repmat.m: Handle negative row or column dimension. |
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1131 |
8507 | 1132 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1133 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1134 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1135 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1136 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1137 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1138 image/imwrite.m, linear-algebra/dmult.m, | |
1139 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1140 miscellaneous/setfield.m, miscellaneous/what.m, | |
1141 optimization/fsolve.m, optimization/fzero.m, | |
1142 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1143 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
1144 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
1145 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
1146 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
1147 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
1148 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
1149 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1150 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1151 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1152 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1153 statistics/base/center.m, statistics/base/quantile.m, | |
1154 statistics/base/ranks.m, statistics/base/std.m, | |
1155 statistics/distributions/hygepdf.m, | |
1156 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1157 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1158 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1159 testfun/speed.m, testfun/test.m: Style fixes. | |
1160 | |
8506 | 1161 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1162 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1163 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1164 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1165 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1166 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1167 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1168 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1169 statistics/base/quantile.m, statistics/base/values.m, | |
1170 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1171 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1172 time/datestr.m, time/datevec.m: Comment style fixes. | |
1173 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1174 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org> |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1175 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1176 * set/unique.m: Fix for vertical array inputs. |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1177 |
8466 | 1178 2009-01-12 John W. Eaton <jwe@octave.org> |
1179 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1180 * optimization/fzero.m, optimization/fsolve.m: Style fixes. |
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1181 Use strcmpi to compare options. |
8466 | 1182 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1183 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1184 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1185 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1186 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1187 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1188 2009-01-12 John W. Eaton <jwe@octave.org> |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1189 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1190 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes. |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1191 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1192 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1193 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1194 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1195 * miscellaneous/orderfields.m: Ditto. |
1196 * miscellaneous/what.m: Ditto. | |
1197 * pkg/pkg.m: Ditto. | |
1198 * plot/ndgrid.m: Ditto. | |
1199 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1200 |
8451 | 1201 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1202 | |
1203 * plot/surfl.m: New function | |
8628 | 1204 * plot/diffuse.m: Ditto. |
1205 * plot/specular.m: Ditto. | |
8451 | 1206 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1207 2009-01-05 John W. Eaton <jwe@octave.org> |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1208 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1209 * mkdoc: Set defaults for FIND and PERL. Check usage. |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1210 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1211 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1212 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1213 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1214 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1215 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1216 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1217 * general/int2str.m, general/num2str.m, strings/base2dec.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1218 strings/blanks.m, strings/cstrcat.m, strings/findstr.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1219 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1220 strings/split.m, strings/str2double.m, strings/str2num.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1221 strings/strcat.m, strings/strcmpi.m, strings/strfind.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1222 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1223 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1224 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1225 Fix documentation strings, add examples, references and tests. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1226 * scripts/general/int2str.m: Add missing semicolon. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1227 * scripts/strings/regexptranslate.m: add nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1228 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1229 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1230 2008-12-29 David Bateman <dbateman@free.fr> |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1231 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1232 * goemetry/voronoi.m: Speed up and handle dense grids. |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1233 |
8438 | 1234 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1235 | |
1236 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1237 operation fails. | |
1238 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1239 2008-12-26 Francesco Potortì <pot@gnu.org> |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1240 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1241 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1242 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1243 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1244 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1245 * general/postpad.m: Use @seealso. Add reference to resize. |
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1246 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1247 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1248 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1249 * plot/hist.m: Doc string now mentions matrix input argument. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1250 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1251 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1252 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1253 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1254 * plot/__contour__.m: __contour__.m: correct order of patches |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1255 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1256 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1257 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1258 * plot/__contour__.m: __contour__.m: correct order of patches |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1259 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1260 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1261 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1262 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1263 |
8422
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1264 2008-12-24 John W. Eaton <jwe@octave.org> |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1265 |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1266 * testfun/test.m: Print "has no tests" message if there are demos |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1267 but no tests instead of printing PASSES 0 out of 0 tests. |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
1268 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1269 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1270 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1271 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1272 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1273 |
8416 | 1274 2008-11-21 Radek Salac <salac.r@gmail.com> |
1275 | |
1276 * sparse/bicgstab.m: New function. | |
1277 * sparse/Makefile.in (SOURCES): Add it here. | |
1278 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1279 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1280 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1281 * time/datevec.m (__date_vfmt2sfmt__): New helper function. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1282 (datevec): Avoid repeated parsing of the format string. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1283 * set/unique.m: Only check for options if nargin > 1. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1284 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1285 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1286 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1287 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1288 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1289 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1290 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1291 2008-12-13 Francesco Potort� <pot@gnu.org> |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1292 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1293 * specfun/nchoosek.m: Check for input arguments, signal loss of |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1294 precision, correctly handle k==0 and k==n cases, add proper tests. |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1295 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1296 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1297 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1298 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1299 |
8393 | 1300 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1301 | |
8394 | 1302 * linear-algebra/expm.m: New source. |
8393 | 1303 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1304 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1305 |
8394 | 1306 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1307 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1308 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1309 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1310 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1311 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1312 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1313 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1314 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1315 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1316 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1317 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1318 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1319 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1320 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1321 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1322 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1323 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1324 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1325 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1326 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1327 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1328 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1329 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1330 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1331 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1332 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1333 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1334 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1335 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1336 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1337 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1338 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1339 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1340 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1341 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1342 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1343 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1344 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1345 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1346 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1347 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1348 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1349 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1350 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1351 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1352 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1353 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1354 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1355 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1356 |
8324 | 1357 2008-11-14 David Bateman <dbateman@free.fr> |
1358 | |
1359 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1360 of the axis object. | |
1361 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1362 2008-11-14 Ben Abbott <bpabbott@mac.com> |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1363 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1364 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1365 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1366 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1367 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1368 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1369 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1370 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1371 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1372 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1373 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1374 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1375 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
1376 |
8316 | 1377 2008-11-10 John W. Eaton <jwe@octave.org> |
1378 | |
1379 * polynomial/spline.m: Delete debugging statements. From | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1380 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 1381 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1382 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1383 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1384 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1385 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1386 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1387 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1388 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1389 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1390 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1391 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1392 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1393 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1394 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1395 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1396 2008-11-03 Ben Abbott <bpabbott@mac.com> |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1397 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1398 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1399 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1400 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1401 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1402 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1403 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1404 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1405 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1406 |
8305 | 1407 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1408 | |
1409 * optimization/fzero.m: Replace tabs by spaces. | |
1410 | |
1411 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1412 | |
1413 * optimization/fzero.m: Simplify exception handling. | |
1414 | |
1415 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1416 | |
1417 * optimization/fzero.m: New function file. | |
1418 * optimization/Makefile.in: Add it. | |
1419 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1420 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1421 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1422 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1423 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1424 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1425 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1426 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1427 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1428 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1429 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1430 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1431 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1432 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1433 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1434 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1435 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1436 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1437 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1438 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1439 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1440 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1441 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1442 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1443 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1444 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1445 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1446 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1447 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1448 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1449 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1450 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1451 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1452 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1453 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1454 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1455 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1456 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1457 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1458 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1459 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1460 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1461 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1462 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1463 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1464 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1465 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1466 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1467 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1468 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1469 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1470 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1471 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1472 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1473 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1474 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1475 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1476 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1477 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1478 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1479 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1480 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1481 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
1482 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1483 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1484 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1485 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1486 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1487 2008-10-22 Ben Abbott <bpabbott@mac.com> |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1488 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1489 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1490 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1491 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1492 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1493 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1494 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1495 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1496 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1497 |
8257 | 1498 2008-10-22 David Bateman <dbateman@free.fr> |
1499 | |
8260 | 1500 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1501 "caller" workspace. | |
1502 | |
8258 | 1503 * plot/__errplot__.m: Add errorbar series objects. |
1504 * plot/errbar.m: Add some demos. | |
1505 | |
8257 | 1506 * plot/__add_line_series__.m: Remove |
1507 * plot/Makefile.in (SOURCES): Remove it here too. | |
1508 * plot/__add_datasource__.m: Allow for more than one character in | |
1509 source name. | |
1510 * plot/refreshdata.m: Ditto. | |
1511 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1512 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1513 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1514 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1515 * plot/legend.m: Update type in loop and remove debugging messages. | |
1516 | |
8251 | 1517 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1518 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1519 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1520 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1521 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1522 |
8249 | 1523 2008-10-21 John W. Eaton <jwe@octave.org> |
1524 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1525 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1526 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1527 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1528 |
8249 | 1529 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1530 struct. Use get instead of examining struct fields directly. | |
1531 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1532 object struct. Use get instead of examining struct elements | |
1533 directly. Use allhild instead of looking at children field of | |
1534 figure object struct. | |
1535 | |
8251 | 1536 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1537 |
1538 * plot/orient.m: Fix syntax error. | |
1539 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1540 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1541 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1542 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1543 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1544 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1545 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1546 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1547 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1548 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1549 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1550 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1551 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1552 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1553 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1554 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1555 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1556 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1557 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1558 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1559 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1560 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1561 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1562 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1563 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1564 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1565 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1566 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1567 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1568 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1569 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1570 |
8236 | 1571 2008-10-17 David Bateman <dbateman@free.fr> |
1572 | |
1573 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1574 from potential axis handles. | |
1575 * plot/colorbar.m: Remove debug output. | |
1576 * plot/comet.m: Close plot before demo | |
1577 * plot/contourc.m: No output if nargout == 0. | |
1578 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1579 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1580 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1581 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1582 |
8229 | 1583 2008-10-16 John W. Eaton <jwe@octave.org> |
1584 | |
1585 * testfun/rundemos.m: New function. | |
1586 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1587 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1588 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1589 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1590 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1591 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1592 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1593 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1594 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1595 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1596 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1597 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1598 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1599 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1600 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1601 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1602 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1603 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1604 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1605 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1606 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1607 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1608 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1609 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1610 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1611 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1612 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1613 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1614 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1615 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1616 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1617 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1618 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1619 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1620 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1621 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1622 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1623 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1624 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1625 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1626 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1627 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1628 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1629 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1630 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1631 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1632 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1633 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1634 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1635 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1636 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1637 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1638 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1639 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1640 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1641 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1642 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1643 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1644 |
8208 | 1645 2008-10-10 David Bateman <dbateman@free.fr> |
1646 | |
1647 * image/__img__.m: Manually set the limits of th eimage | |
1648 * plot/__go_draw_axes__.m: Base window position in the axis | |
1649 position property and not the outerposition property. Remove | |
1650 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1651 vector to support image based colorbars. Also check labelmode for | |
1652 manual tics. | |
1653 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1654 colorbar code. | |
1655 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1656 it to the principal axis. | |
1657 * plot/legend.m: Support an axis handle as the first | |
1658 argument. Support hggroups. | |
1659 * plot/pareto.m: Don't support an axis handle as the first | |
1660 argument as the plotyy command in fact needs two axis handles. | |
1661 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1662 synchronize the two axes. | |
1663 * plot/subplot.m: Also skip axes that are tagged as being a | |
1664 colorbar. Don't break in search of overlapping axes to delete. Set | |
1665 both the position and the outerposition. | |
1666 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1667 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1668 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1669 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1670 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1671 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1672 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1673 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1674 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1675 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1676 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1677 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1678 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1679 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1680 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1681 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1682 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1683 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1684 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1685 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1686 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1687 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1688 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1689 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1690 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1691 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1692 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1693 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1694 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1695 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1696 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1697 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1698 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1699 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1700 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1701 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1702 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1703 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1704 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1705 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1706 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1707 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1708 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1709 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1710 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1711 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1712 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1713 |
8182 | 1714 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1715 | |
1716 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1717 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1718 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1719 |
8182 | 1720 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1721 | |
1722 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
1723 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1724 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1725 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1726 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1727 |
8182 | 1728 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1729 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1730 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1731 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1732 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1733 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1734 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1735 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1736 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1737 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1738 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1739 |
8182 | 1740 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1741 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1742 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1743 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1744 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1745 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1746 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1747 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1748 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1749 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1750 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1751 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1752 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1753 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1754 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1755 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1756 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1757 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1758 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1759 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1760 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 1761 |
1762 * image/imread.m, image/imwrite.m: Doc fix. | |
1763 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1764 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1765 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1766 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1767 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1768 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1769 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1770 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1771 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1772 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1773 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1774 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1775 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1776 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1777 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1778 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1779 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1780 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1781 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1782 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1783 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1784 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1785 |
8182 | 1786 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1787 |
1788 * plot/comet.m: New file. | |
1789 * plot/Makefile.in (SOURCES): Add it here. | |
1790 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1791 2008-09-22 David Bateman <dbateman@free.fr> |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1792 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1793 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1794 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1795 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1796 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1797 print it when given trace argument. |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1798 |
8182 | 1799 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1800 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1801 * general/blkdiag.m: Skip assignment if rhs is empty. |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1802 |
8116 | 1803 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1804 | |
8117 | 1805 * image/imshow.m: Fix for display_range. |
1806 | |
8116 | 1807 * general/interpn.m: Fixe for extrapval and documentation of |
1808 extrapval. | |
1809 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1810 2008-09-17 David Bateman <dbateman@free.fr> |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1811 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1812 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1813 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1814 * time/datestr.m: More careful check for datevec format with 6 |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1815 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1816 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1817 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1818 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1819 * general/cell2mat.m: Backout previous change. Special case 2D |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1820 case for speed. |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1821 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1822 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1823 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1824 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1825 |
8098
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1826 2008-09-09 John W. Eaton <jwe@octave.org> |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1827 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1828 * time/datestr.m: Convert format and use strftime to do most of |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1829 the actual conversion. |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1830 |
8088 | 1831 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1832 | |
1833 * plot/plot.m: Doc fix. | |
1834 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1835 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1836 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1837 * statistics/distributions/binornd.m: Handle zero values of n |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1838 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1839 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1840 2008-09-08 Kai Habel <kai.habel@gmx.de> |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1841 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1842 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1843 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1844 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1845 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1846 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1847 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1848 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1849 * plot/__line__.m: Remove empty clause fof if/then/else test |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1850 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1851 |
8076 | 1852 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1853 | |
1854 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1855 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1856 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1857 | |
8075
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1858 2008-08-29 David Bateman <dbateman@free.fr> |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1859 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1860 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1861 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1862 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1863 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m : |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1864 Pass additional prop/val pairs to hggroup rather than underlying |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1865 objects. If a baseline existings specifically associate it with |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1866 the parent of the created hggroup to allow things like "stem(..., |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1867 'parent', hg)" to work correctly. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1868 * plot/hold.m: If currentaxes if figure doesn't exist, create it. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1869 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1870 * plot/plot3.m: Pass hline to __add_line_series__. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1871 * plot/__add_datasource__.m: Fix off by one error. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1872 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1873 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1874 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1875 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1876 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1877 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1878 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1879 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1880 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1881 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1882 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1883 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1884 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1885 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1886 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1887 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1888 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1889 |
8065
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1890 2008-08-26 John W. Eaton <jwe@octave.org> |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1891 |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1892 * plot/hold.m: If hold is applied to a figure, set state for all |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1893 child axes objects. |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1894 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1895 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1896 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1897 * plot/backend.m: New function to handle backend switch. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1898 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1899 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1900 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1901 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1902 * plot/__area__.m: Use __next_line_color__ rather than fixed set |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1903 of colors. Convert to use area series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1904 * plot/area.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1905 the area series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1906 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1907 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1908 * plot/__bars__.m: Convert to use bar series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1909 * plot/bar.m, plor/barh.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1910 the bar series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1911 * plot/__quiver__.m: Convert to use quiver series objects. Change |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1912 the default scaling and arrowsize for compatibility. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1913 * plot/quiver.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1914 the quiver series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1915 * plot/stairs.m: Convert to use stair series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1916 * plot/stem.m: Don't include baseline in xlim calculation. Correct |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1917 test of whether baseline xdata needs updating in the update_xlim |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1918 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1919 |
8054 | 1920 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1921 | |
1922 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1923 Handle parameter-value options. Untabify. | |
1924 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1925 2008-08-25 David Bateman <dbateman@free.fr> |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1926 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1927 * plot/__stem__.m: Use property inheritance and don't explicitly |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1928 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1929 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1930 * plot/__go_draw_axes__.m: Respect the "visible" property of object and |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1931 don't draw them if the object is not visible. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1932 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1933 * plot/__stem__.m: Convert to use stem series object. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1934 * plot/stem.m, plot/stem3.m: Update documentation to correspond to |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1935 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1936 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1937 2008-08-22 John W. Eaton <jwe@octave.org> |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1938 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1939 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1940 |
8048
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1941 2008-08-21 John W. Eaton <jwe@octave.org> |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1942 |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1943 * plot/__go_draw_axes__.m: Fix test for have_data. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1944 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1945 contain NaN values. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1946 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1947 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1948 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1949 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1950 |
8046 | 1951 2008-08-21 David Bateman <dbateman@free.fr> |
1952 | |
1953 * plot/ezplot.m : New function. | |
1954 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1955 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1956 | |
8182 | 1957 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1958 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1959 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1960 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1961 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1962 2008-08-20 David Bateman <dbateman@free.fr> |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1963 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1964 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1965 contains a surface. Fixes things like meshc(peaks()). |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1966 |
8040 | 1967 2008-08-19 Jaroslav Hajek <highegg@gmail.com> |
8036
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1968 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1969 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1970 |
8035 | 1971 2008-08-19 David Bateman <dbateman@free.fr> |
1972 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
1973 * miscellaneous/intwarning.m: New function. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
1974 * miscellaneous/Makefile.in (SOURCES): Add it here. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
1975 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
1976 * statistics/base/ranks.m: Doc fix. |
8035 | 1977 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1978 2008-08-08 John W. Eaton <jwe@octave.org> |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1979 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1980 * general/Makefile.in (SOURCES): Add cellidx.m to the list. |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1981 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1982 2008-08-07 John W. Eaton <jwe@octave.org> |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1983 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1984 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1985 |
8002
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
1986 2008-08-04 John W. Eaton <jwe@octave.org> |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
1987 |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
1988 * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
1989 list of delim characters. Update tests. |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
1990 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1991 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1992 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1993 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1994 |
7994
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
1995 2008-07-29 John W. Eaton <jwe@octave.org> |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
1996 |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
1997 * plot/axis.m (__get_tight_lims__): Use strcat instead of []. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
1998 Don't fail if data is not a vector. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
1999 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2000 2008-07-29 David Bateman <dbateman@free.fr> |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2001 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2002 * general/cellidx.m: reinclude from control toolbox, as used by |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2003 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2004 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2005 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2006 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2007 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2008 * control, finance, quaternion: Remove directories and all of the |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2009 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2010 * Makefile.in: Remove all references to the above directories. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2011 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2012 |
8182 | 2013 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2014 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2015 * plot/hold.m: Clarify help text. |
7986 | 2016 |
2017 * specfun/reallog.m: Fix help string. | |
2018 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2019 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2020 |
2021 * strings/regexptranslate.m: Add real documentation. | |
2022 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2023 * plot/contourf.m: Allow X,Y to be unequal vectors. |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2024 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2025 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2026 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2027 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2028 |
7974 | 2029 2008-07-28 John W. Eaton <jwe@octave.org> |
2030 | |
2031 * image/imwrite.m: New function. | |
2032 * image/Makefile.in (SOURCES): Add it to the list. | |
2033 | |
7969 | 2034 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2035 | |
2036 * time/datestr.m: New xtest. | |
2037 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2038 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2039 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2040 * plot/closereq.m: Use first gcbf to get the handle of the figure to |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2041 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2042 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2043 |
7940 | 2044 2008-07-17 John W. Eaton <jwe@octave.org> |
2045 | |
2046 * general/fliplr.m: Fix usage test. | |
2047 * testfun/test.m: Fix usage tests. | |
2048 | |
8040 | 2049 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2050 |
2051 * statistics/base/cov.m: Fix test that should no longer work. | |
2052 | |
7935 | 2053 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2054 | |
2055 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2056 * plot/Makefile.in (SOURCES): Add them to the list. | |
2057 | |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2058 2008-07-16 John W. Eaton <jwe@octave.org> |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2059 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2060 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2061 * deprecated/Makefile.in (SOURCES): Add it to the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2062 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2063 * image/Makefile.in (SOURCES): Remove it from the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2064 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2065 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2066 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2067 |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2068 * image/__img__.m: Set clim for true-color integer data. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2069 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2070 * image/imshow.m: Don't convert integer true-color data to double. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2071 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2072 * plot/__go_draw_axes__.m: Recognize 3-d cdata as a true-color image. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2073 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2074 2008-07-14 John W. Eaton <jwe@octave.org> |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2075 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2076 * image/Makefile.in (SOURCES): Add imread.m to the list. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2077 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2078 2008-07-14 Thomas L. Scofield <scofield@calvin.edu> |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2079 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2080 * image/imread.m: New file from Octave Forge. |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2081 |
8040 | 2082 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2083 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2084 * set/unique.m: Implement 'first' and 'last', some simplifications. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2085 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2086 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2087 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2088 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2089 Add tests and adjust docs in all of the above. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2090 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2091 2008-06-11 John W. Eaton <jwe@octave.org> |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2092 |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
2093 * set/ismember.m: Fix fail tests. |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
2094 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2095 * general/rat.m: Properly initialize steps when all elements of |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2096 input array are integers. Append spaces as necessary when |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2097 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2098 |
8040 | 2099 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2100 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2101 * plot/__go_draw_axes__.m: Use fprintf for formatted output. |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2102 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2103 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2104 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2105 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2106 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2107 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2108 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2109 2008-06-02 David Bateman <dbateman@free.fr> |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2110 |
7817 | 2111 * miscellaneous/debug.m: New file.. |
2112 * Makefile.in (SOURCES): Add it to the list. | |
2113 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2114 * general/interp1q.m: Remove spaces between functions and args in |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2115 []. Fix test code to actually test interp1q. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2116 |
8040 | 2117 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2118 |
2119 * strings/strcat.m: Add tests. | |
2120 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2121 2008-06-02 Kim Hansen <kimhanse@gmail.com> |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2122 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2123 * strings/mat2str.m: Change is_complex to iscomplex, add tests, add |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2124 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2125 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2126 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2127 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2128 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2129 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2130 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2131 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2132 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2133 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2134 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2135 |
7783 | 2136 2008-05-20 Bill Denney <bill@denney.ws> |
2137 | |
2138 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2139 New tests. | |
2140 | |
7777 | 2141 2008-05-19 John W. Eaton <jwe@octave.org> |
2142 | |
2143 * general/isa.m: Fix tests. | |
2144 | |
7773 | 2145 2008-05-13 Bill Denney <bill@denney.ws> |
2146 | |
2147 * general/isa.m: Use persistent cell arrays to hold class names | |
2148 instead of multiple strcmp calls. | |
2149 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2150 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2151 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2152 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2153 control/base/damp.m, control/base/dlqr.m, control/base/lsim.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2154 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2155 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2156 control/system/is_controllable.m, control/system/is_detectable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2157 control/system/is_stabilizable.m, control/system/is_stable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2158 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2159 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2160 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2161 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2162 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2163 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2164 linear-algebra/rref.m, optimization/qp.m, optimization/sqp.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2165 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2166 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2167 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2168 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2169 statistics/tests/manova.m: Modify calls to eps to allow for single |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2170 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2171 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2172 * general/isa.m: Also treat "float: and "numeric" as the class |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2173 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2174 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2175 * general/dblquad.m, general/quadgk.m, general/quadv.m, |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2176 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2177 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2178 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2179 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2180 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2181 2008-05-09 Thomas Weber <thomas.weber.mail@gmail.com> |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2182 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2183 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2184 |
7765 | 2185 2008-05-06 David Bateman <dbateman@free.fr> |
2186 | |
2187 * miscellaneous/symvar.m: New function. | |
2188 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2189 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2190 2008-05-04 John W. Eaton <jwe@octave.org> |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2191 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2192 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2193 * miscellaneous/Makefile.in (SOURCES): Remove it from the list. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2194 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2195 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2196 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2197 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2198 miscellaneous/version.m, plot/feather.m, plot/__bar__.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2199 plot/compass.m, plot/__quiver__.m, plot/__scatter__.m: Use ischar |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2200 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2201 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2202 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2203 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2204 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2205 * plot/stairs.m: Allow axis handles, properties and linespecs to |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2206 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2207 |
7747 | 2208 2008-04-30 John W. Eaton <jwe@octave.org> |
2209 | |
2210 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2211 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2212 | |
8040 | 2213 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2214 |
2215 * specfun/log2.m: Delete. | |
2216 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2217 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2218 2008-04-29 David Bateman <dbateman@free.fr> |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2219 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2220 pkg/pkg.m: Also set archprefix with the -local and -global options. |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2221 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2222 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2223 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2224 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2225 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2226 |
7736 | 2227 2008-04-25 John W. Eaton <jwe@octave.org> |
2228 | |
2229 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2230 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2231 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2232 2008-04-21 David Bateman <dbateman@free.fr> |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2233 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2234 * plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2235 Change caller. Improve sizing and position of colorbox for subplots. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2236 * plot/colorbar.m: New demos. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2237 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2238 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2239 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2240 * plot/__gnuplot_version__.m: Display error if gnuplot is not found. |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2241 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2242 2008-04-15 John W. Eaton <jwe@octave.org> |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2243 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2244 * plot/view.m: Get values from current axes if nargin == 0. |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2245 |
7713 | 2246 2008-04-15 David Bateman <dbateman@free.fr> |
7711
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2247 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2248 * plot/__patch__.m: Fix for NaN values in faces of patches. |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2249 |
7710 | 2250 2008-04-14 David Bateman <dbateman@free.fr> |
2251 | |
2252 * plot/rose.m: Add missing comment mark that causes issues with | |
2253 octave-forge function referencing. | |
2254 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2255 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2256 2008-04-09 John W. Eaton <jwe@octave.org> |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2257 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2258 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2259 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2260 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2261 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2262 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2263 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2264 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2265 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2266 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2267 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2268 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2269 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2270 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2271 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2272 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2273 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2274 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2275 deprecated/is_bool.m, deprecated/is_complex.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2276 deprecated/is_list.m, deprecated/is_matrix.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2277 deprecated/is_scalar.m, deprecated/is_square.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2278 deprecated/is_stream.m, deprecated/is_struct.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2279 deprecated/is_symmetric.m, deprecated/is_vector.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2280 deprecated/isstr.m, deprecated/lchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2281 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2282 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2283 deprecated/meshdom.m, deprecated/normal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2284 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2285 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2286 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2287 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2288 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2289 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2290 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2291 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2292 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2293 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2294 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2295 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2296 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2297 deprecated/struct_contains.m, deprecated/struct_elements.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2298 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2299 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2300 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2301 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2302 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2303 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2304 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2305 deprecated/wiener_rnd.m: Don't embed newline in warning message. |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2306 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2307 2008-04-09 David Bateman <dbateman@free.fr> |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2308 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2309 * testfun/assert.m: Don't allow cond and expected to be lists. |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2310 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2311 2008-04-04 John W. Eaton <jwe@octave.org> |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2312 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2313 * strings/Makefile.in (SOURCES): Add isstrprop.m to the list. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2314 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2315 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2316 * Makefile.incontrol/base/Makefile.in, control/hinf/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2317 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2318 * Makefile.incontrol/system/Makefile.in, control/util/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2319 * Makefile.indeprecated/Makefile.in, elfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2320 * Makefile.infinance/Makefile.in, general/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2321 * Makefile.ingeometry/Makefile.in, image/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2322 * Makefile.inio/Makefile.in, linear-algebra/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2323 * Makefile.inmiscellaneous/Makefile.in, optimization/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2324 * Makefile.inpath/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2325 * Makefile.inpolynomial/Makefile.in, quaternion/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2326 * Makefile.inset/Makefile.in, signal/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2327 * Makefile.insparse/Makefile.in, specfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2328 * Makefile.inspecial-matrix/Makefile.in, startup/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2329 * Makefile.instatistics/Makefile.in, statistics/base/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2330 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2331 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2332 * Makefile.instatistics/tests/Makefile.in, strings/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2333 * Makefile.intestfun/Makefile.in, time/Makefile.in |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2334 * Makefile.in(check-m-sources): New target. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2335 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2336 2008-04-04 Bill Denney <bill@denney.ws> |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2337 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2338 * optimization/lsqnonneg.m: Use optimset, correctly index |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2339 Z and P in main loop. |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2340 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2341 2008-04-04 David Bateman <dbateman@free.fr> |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2342 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2343 * deprecated/beta_cdf.m deprecated/beta_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2344 deprecated/beta_pdf.m deprecated/beta_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2345 deprecated/binomial_cdf.m deprecated/binomial_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2346 deprecated/binomial_pdf.m deprecated/binomial_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2347 deprecated/chisquare_cdf.m deprecated/chisquare_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2348 deprecated/chisquare_pdf.m deprecated/chisquare_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2349 deprecated/clearplot.m deprecated/clg.m deprecated/com2str.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2350 deprecated/exponential_cdf.m deprecated/exponential_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2351 deprecated/exponential_pdf.m deprecated/exponential_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2352 deprecated/f_cdf.m deprecated/f_inv.m deprecated/f_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2353 deprecated/f_rnd.m deprecated/gamma_cdf.m deprecated/gamma_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2354 deprecated/gamma_pdf.m deprecated/gamma_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2355 deprecated/geometric_cdf.m deprecated/geometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2356 deprecated/geometric_pdf.m deprecated/geometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2357 deprecated/hypergeometric_cdf.m deprecated/hypergeometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2358 deprecated/hypergeometric_pdf.m deprecated/hypergeometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2359 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2360 deprecated/is_complex.m deprecated/is_list.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2361 deprecated/is_matrix.m deprecated/is_scalar.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2362 deprecated/is_square.m deprecated/is_stream.m deprecated/isstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2363 deprecated/is_struct.m deprecated/is_symmetric.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2364 deprecated/is_vector.m deprecated/lognormal_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2365 deprecated/lognormal_inv.m deprecated/lognormal_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2366 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2367 deprecated/normal_cdf.m deprecated/normal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2368 deprecated/normal_pdf.m deprecated/normal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2369 deprecated/pascal_cdf.m deprecated/pascal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2370 deprecated/pascal_pdf.m deprecated/pascal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2371 deprecated/poisson_cdf.m deprecated/poisson_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2372 deprecated/poisson_pdf.m deprecated/poisson_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2373 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2374 deprecated/struct_contains.m deprecated/struct_elements.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2375 deprecated/t_cdf.m deprecated/t_inv.m deprecated/t_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2376 deprecated/t_rnd.m deprecated/uniform_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2377 deprecated/uniform_inv.m deprecated/uniform_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2378 deprecated/uniform_rnd.m deprecated/weibcdf.m deprecated/weibinv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2379 deprecated/weibpdf.m deprecated/weibrnd.m deprecated/weibull_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2380 deprecated/weibull_inv.m deprecated/weibull_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2381 deprecated/weibull_rnd.m deprecated/wiener_rnd.m: Add warning that |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2382 function will be removed in a future version. |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2383 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2384 2008-04-03 John W. Eaton <jwe@octave.org> |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2385 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2386 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2387 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2388 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2389 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2390 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2391 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2392 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2393 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2394 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2395 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2396 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2397 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2398 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2399 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2400 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2401 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2402 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2403 deprecated/is_bool.m, deprecated/is_complex.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2404 deprecated/is_list.m, deprecated/is_matrix.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2405 deprecated/is_scalar.m, deprecated/is_square.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2406 deprecated/is_stream.m, deprecated/is_struct.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2407 deprecated/is_symmetric.m, deprecated/is_vector.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2408 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2409 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2410 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2411 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2412 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2413 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2414 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2415 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2416 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2417 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2418 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2419 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2420 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2421 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2422 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2423 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2424 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2425 deprecated/struct_contains.m, deprecated/struct_elements.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2426 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2427 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2428 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2429 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2430 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2431 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2432 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2433 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2434 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2435 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2436 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2437 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2438 * plot/__go_draw_axes__.m: Conditionally "set pm3d implict" for 2D |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2439 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2440 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2441 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2442 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2443 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2444 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2445 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2446 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2447 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2448 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2449 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2450 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2451 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2452 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2453 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2454 2008-04-02 John W. Eaton <jwe@octave.org> |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2455 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2456 * deprecated/Makefile.in (SOURCES): Add spkron.m to the list. |
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2457 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2458 * general/Makefile.in (SOURCES): Add runlength.m to the list. |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2459 |
7682 | 2460 2008-04-02 Bill Denney <bill@denney.ws> |
2461 | |
2462 * optimization/lsqnonneg.m: New function. | |
2463 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2464 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2465 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2466 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2467 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2468 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2469 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2470 * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2471 communication rather than a chat file if mkfifo is not available. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2472 * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2473 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2474 |
7678 | 2475 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2476 | |
2477 * general/sortrows.m: Handle negative column arguments. | |
2478 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2479 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2480 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2481 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2482 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2483 |
7673 | 2484 2008-03-31 David Bateman <dbateman@free.fr> |
2485 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2486 * plot/__go_draw_axes__.m: Set the tick direction in the main call |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2487 the set tics rather than separately to avoid issues with multiple |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2488 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2489 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2490 * plot/gtext.m: New function to place text on a plot. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2491 * plot/waitforbuttonpress.m: New function. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2492 * plot/Makefile.in (SOURCES): Add them to the list. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2493 * plot/__gnuplot_ginput__.m: Bug fix for nargin==1. Workaround for |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2494 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2495 * plot/ginput.m: Eliminate setting of n. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2496 |
7673 | 2497 * plot/ginput.m: New function. |
2498 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2499 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2500 * plot/Makefile.in (SOURCES): Add them to the list. | |
2501 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2502 2008-03-31 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2503 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2504 * miscellaneous/run.m: Fix check for existence of file. |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2505 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2506 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2507 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2508 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2509 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2510 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2511 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2512 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2513 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2514 2008-03-28 Thomas Weber <thomas.weber.mail@gmail.com> |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2515 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2516 * miscellaneous/tempdir.m: Use correct function name in texinfo |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2517 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2518 |
7669 | 2519 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2520 | |
2521 * general/del2.m: Missing semicolon. | |
2522 | |
7668 | 2523 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2524 | |
2525 * miscellaneous/info.m: New function. | |
2526 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2527 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2528 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2529 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2530 * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m: |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2531 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2532 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2533 2008-03-27 David Bateman <dbateman@free.fr> |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2534 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2535 * plot/__plt2__.m: Test if args are empty first so that |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2536 plot(zeros(1,0),zeros(1,0)) works as expected. |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2537 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2538 * plot/plotyy.m: The axis handle is a two element vector and |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2539 so needs special treatment. Call newplot for the second axis. |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2540 |
7655 | 2541 2008-03-27 Bill Denney <bill@denney.ws> |
2542 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2543 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2544 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2545 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2546 * strings/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2547 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2548 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2549 * general/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2550 |
7657 | 2551 * general/genvarname.m: New function. |
2552 * general/Makefile.in (SOURCES): Add it to the list. | |
2553 | |
7656 | 2554 * time/addtodate.m: New function. |
7657 | 2555 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2556 |
7655 | 2557 * geometry/rectint.m: Vectorize and add more tests. |
2558 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2559 2008-03-27 John W. Eaton <jwe@octave.org> |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2560 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2561 * plot/__axis_label__.m: Use name of caller in error message. |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2562 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2563 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2564 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2565 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2566 |
7650 | 2567 2008-03-26 John W. Eaton <jwe@octave.org> |
2568 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2569 * set/ismember.m: Set size of idx output correctly for empty args. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2570 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2571 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2572 * general/logical.m: Correctly handle empty args. New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2573 |
7650 | 2574 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2575 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2576 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2577 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2578 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2579 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2580 Texinfo fixes. | |
2581 | |
8040 | 2582 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2583 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2584 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2585 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2586 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2587 |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2588 * polynomial/convn.m: New tests. |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
2589 |
8182 | 2590 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2591 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2592 * statistics/base/statistics.m: Calculate median and quantiles in |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2593 a manner consistent with method #7 used by GNU R. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2594 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2595 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2596 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2597 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2598 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2599 |
2600 * polynomial/convn.m: New function. | |
2601 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2602 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2603 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2604 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2605 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2606 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2607 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2608 2008-03-24 Thomas Weber <thomas.weber.mail@gmail.com> |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2609 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2610 * pkg/pkg.m: Allow installation of already extracted packages. |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2611 |
7627 | 2612 2008-03-24 David Bateman <dbateman@free.fr> |
2613 | |
2614 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2615 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2616 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2617 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2618 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2619 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2620 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2621 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2622 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2623 2008-03-21 David Bateman <dbateman@free.fr> |
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2624 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2625 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2626 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2627 * specfun/Makefile.in (SOURCES): Add them to the list. |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2628 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2629 2008-03-20 David Bateman <dbateman@free.fr> |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2630 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2631 * general/tril.m, general/triu.m: Fail if input is a structure. |
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2632 |
7617 | 2633 * miscellaneous/cast.m: Also allow cast to "char". |
2634 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2635 * general/rotdim.m: Ensure k is an integer scale. |
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2636 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2637 * general/circshift.m: If matrix is empty fast return. |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2638 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2639 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2640 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2641 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2642 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2643 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2644 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2645 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2646 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2647 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2648 |
7610 | 2649 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2650 | |
2651 * signal/sinetone.m: Ensure integral number of samples. | |
2652 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2653 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2654 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2655 * plot/__go_draw_axes__.m: Additional correction for symbol codes. |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2656 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2657 2008-03-19 Ben Abbott <bpabbott@mac.com> |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2658 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2659 * statistics/base/mode.m: Add NDArray tests. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2660 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2661 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
7604
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2662 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2663 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2664 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2665 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2666 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2667 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2668 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2669 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2670 * statistics/base/mode.m: Fix for row vectors. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2671 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2672 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2673 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2674 * plot/__go_draw_axes__.m: Don't divide the marker size by 6 |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2675 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2676 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2677 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2678 2008-03-18 Ben Abbott <bpabbott@mac.com> |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2679 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2680 * specfun/beta.m: Fix for negative inputs. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2681 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2682 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu> |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2683 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2684 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2685 |
7592 | 2686 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2687 | |
2688 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2689 style to default to avoid wrong mesh color in some cases. | |
2690 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2691 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2692 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2693 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2694 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
|
2695 |
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
|
2696 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
|
2697 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2698 * 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
|
2699 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
|
2700 |
7592 | 2701 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2702 | |
7582 | 2703 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2704 | |
2705 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2706 Allow plotting of uniform colored mesh plots with and | |
2707 w/o hidden line removal. | |
2708 | |
2709 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
|
2710 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2711 * 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
|
2712 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2713 * 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
|
2714 |
7569 | 2715 2008-03-07 John W. Eaton <jwe@octave.org> |
2716 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2717 * 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
|
2718 |
7569 | 2719 * plot/__go_draw_axes__.m: Handle tickdir property. |
2720 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2721 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2722 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2723 * 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
|
2724 Allow matrix arguments when number of bins > 30. |
7568 | 2725 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
|
2726 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2727 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2728 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2729 * 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
|
2730 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2731 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2732 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2733 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
|
2734 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2735 * 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
|
2736 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2737 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
|
2738 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2739 * 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
|
2740 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2741 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2742 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
|
2743 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2744 * 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
|
2745 |
7551 | 2746 2008-03-04 Bill Denney <bill@denney.ws> |
2747 | |
7557 | 2748 * plot/allchild.m, plot/findall.m: New functions. |
2749 * plot/Makefile.in (SOURCES): Add them to the list. | |
2750 | |
7551 | 2751 * geometry/rectint.m: New function. |
7557 | 2752 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2753 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2754 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> |
7548
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2755 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2756 * 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
|
2757 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
|
2758 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2759 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2760 |
2761 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2762 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2763 * 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
|
2764 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2765 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
|
2766 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2767 * 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
|
2768 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2769 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
|
2770 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2771 * 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
|
2772 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
|
2773 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2774 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
|
2775 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2776 * 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
|
2777 "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
|
2778 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2779 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2780 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2781 * 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
|
2782 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
|
2783 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
|
2784 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
|
2785 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
|
2786 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
|
2787 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
|
2788 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
|
2789 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
|
2790 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
|
2791 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
|
2792 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
|
2793 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
|
2794 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2795 * 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
|
2796 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2797 * 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
|
2798 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2799 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
|
2800 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2801 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2802 |
7525 | 2803 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2804 | |
2805 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2806 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2807 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
|
2808 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2809 * 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
|
2810 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2811 |
7518 | 2812 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2813 | |
2814 * specfun/legendre.m: Doc fix. | |
2815 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2816 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
|
2817 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2818 * 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
|
2819 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2820 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2821 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
|
2822 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2823 * 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
|
2824 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2825 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2826 * 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
|
2827 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2828 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
|
2829 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2830 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2831 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2832 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2833 * 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
|
2834 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2835 * 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
|
2836 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2837 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2838 2008-02-20 Marco Caliari <marco.caliari@univr.it> |
7507
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2839 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2840 * 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
|
2841 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2842 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2843 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
|
2844 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2845 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2846 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2847 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
|
2848 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2849 * 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
|
2850 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
|
2851 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
|
2852 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
|
2853 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2854 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
|
2855 |
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
|
2856 * 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
|
2857 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
|
2858 |
7501 | 2859 * polynomial/polyfit.m: Use QR decomposition. Handle |
2860 normalization option. | |
2861 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2862 generate 50% prediction intervals. | |
2863 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2864 * 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
|
2865 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2866 |
7498 | 2867 2008-02-19 John W. Eaton <jwe@octave.org> |
2868 | |
2869 * pkg/pkg.m: Style fixes. | |
2870 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2871 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2872 |
2873 * pkg/pkg.m: Handle 'describe' command. | |
2874 (parse_pkg_idx, print_package_description): New subfunctions. | |
2875 | |
7493 | 2876 2008-02-19 Bill Denney <bill@denney.ws> |
2877 | |
2878 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2879 elements wide. | |
2880 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2881 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
|
2882 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2883 * 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
|
2884 |
7485 | 2885 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2886 | |
2887 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2888 * general/runlength.m: New function from Paul Kienzle. | |
2889 | |
7484 | 2890 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2891 | |
2892 * linear-algebra/cond.m: New optional second argument to | |
2893 specify 1-norm, inf-norm, or frobenius-norm. | |
2894 | |
7475 | 2895 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2896 | |
2897 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2898 body. Allow the linespec to specify the arrow color. | |
2899 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2900 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
|
2901 |
7474 | 2902 * miscellaneous/cast.m: Also treat the logical type. |
2903 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2904 * 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
|
2905 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2906 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2907 * 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
|
2908 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2909 * 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
|
2910 * 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
|
2911 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2912 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
|
2913 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2914 * 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
|
2915 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2916 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2917 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2918 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2919 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2920 * 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
|
2921 |
7436 | 2922 2008-02-01 Dave Goel <deego3@gmail.com> |
2923 | |
2924 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2925 | |
7434 | 2926 2008-02-01 Bill Denney <bill@denney.ws> |
2927 | |
2928 * time/weekday.m: Allow vector inputs and speed up. | |
2929 * time/eomday.m: Return column vector for column vector inputs. | |
2930 | |
7429 | 2931 2008-01-30 John W. Eaton <jwe@octave.org> |
2932 | |
7434 | 2933 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2934 revision". | |
2935 | |
7431 | 2936 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2937 __plt2vs__.m in the list. | |
2938 | |
7430 | 2939 * miscellaneous/tempdir.m: Append filesep to name for |
2940 compatibility. Warn if not a directory or directory does not | |
2941 exist. | |
2942 | |
7429 | 2943 * strings/deblank.m: Improve compatibility. |
2944 | |
7428 | 2945 2008-01-29 John W. Eaton <jwe@octave.org> |
2946 | |
2947 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2948 | |
2949 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2950 |
2951 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2952 Return the label handle, not the current axis handle. | |
2953 | |
7421 | 2954 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2955 | |
2956 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2957 abscissa. | |
2958 | |
2959 2008-01-25 David Bateman <dbateman@free.fr> | |
2960 | |
7423 | 2961 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2962 * plot/__scatter__.m: Remove NaN values from data. |
2963 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2964 | |
7418 | 2965 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2966 | |
2967 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2968 | |
2969 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2970 | |
2971 * geometry/griddata3.m: Call griddata, not gridata. | |
2972 | |
7415 | 2973 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2974 | |
2975 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2976 | |
7411 | 2977 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2978 | |
2979 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2980 Move tests here from test/test_linalg.m. | |
2981 | |
2982 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2983 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2984 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2985 special-matrix/hankel.m, special-matrix/hilb.m, | |
2986 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2987 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2988 Move tests here from test/test_matrix.m. | |
2989 | |
2990 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2991 Move tests here from test/test_number.m. | |
2992 | |
2993 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2994 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2995 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2996 polynomial/polyvalm.m, polynomial/roots.m: | |
2997 Move tests here from test/test_poly.m. | |
2998 | |
2999 * signal/unwrap.m: | |
3000 Move tests here from test/test_signal.m. | |
3001 | |
3002 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3003 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3004 statistics/base/mean.m, statistics/base/median.m, | |
3005 statistics/base/skewness.m, statistics/base/std.m: | |
3006 Move tests here from test/test_stats.m. | |
3007 | |
3008 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3009 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3010 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3011 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3012 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3013 strings/substr.m: | |
3014 Move tests here from test/test_string.m. | |
3015 | |
3016 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3017 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3018 time/date.m, time/etime.m, time/is_leap_year.m: | |
3019 Move tests here from test/test_system.m. | |
3020 | |
7410 | 3021 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3022 | |
3023 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3024 Simplify initial checks on argument values. | |
3025 | |
7408 | 3026 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3027 | |
3028 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3029 implementation of the gnuplot-based graphics backend (derived from | |
3030 drawnow.m). | |
3031 * plot/drawnow.m: Deleted (converted to C++). | |
3032 | |
7401 | 3033 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3034 | |
3035 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3036 New tests. | |
3037 | |
7399 | 3038 2008-01-18 John W. Eaton <jwe@octave.org> |
3039 | |
3040 * optimization/sqp.m: End each function with endfunction. | |
3041 | |
7398 | 3042 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3043 | |
3044 * polynomial/residue.m: For each group of pole multiplicity, set | |
3045 the poles of the group to the value of the group's average. | |
3046 | |
7396 | 3047 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3048 | |
3049 * plot/print.m: Handle PDF output. | |
3050 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3051 | |
7392 | 3052 2008-01-17 John W. Eaton <jwe@octave.org> |
3053 | |
7393 | 3054 * path/savepath.m: Print newline before initial comment line. |
3055 Double up single quote characters. | |
3056 * path/__extractpath__.m: Return just the path as a string. | |
3057 Undo single quote character doubling. | |
3058 | |
3059 * path/pathdef.m: Avoid eval. Simplify. | |
3060 | |
7392 | 3061 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3062 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3063 avoid possible file descriptor leak. | |
3064 | |
3065 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3066 | |
3067 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3068 * startup/main-rcfile: Call atexit ("__finish__"). | |
3069 | |
7388 | 3070 2008-01-16 John W. Eaton <jwe@octave.org> |
3071 | |
7390 | 3072 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3073 Use it to disable enhanced mode for individual labels and titles. | |
3074 | |
7392 | 3075 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3076 (install install-strip, uninstall): Handle function files. |
3077 | |
3078 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3079 | |
7392 | 3080 * startup/__finish__.m: New file. |
3081 * path/__extractpath__.m, path/matlabroot.m, | |
3082 path/pathdef.m: New files. | |
7388 | 3083 * path/Makefile.in (SOURCES): Add them to the list. |
3084 | |
7385 | 3085 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3086 | |
7387 | 3087 * special-matrix/vander.m: Vectorize. New test. |
3088 | |
7385 | 3089 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3090 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3091 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3092 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3093 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3094 Move tests here from test/test_arith.m. | |
3095 | |
7382 | 3096 2008-01-15 John W. Eaton <jwe@octave.org> |
3097 | |
3098 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3099 | |
7379 | 3100 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3101 | |
3102 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3103 Call __get__ instead of get. | |
3104 | |
3105 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3106 | |
3107 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3108 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3109 hermitian operator. | |
3110 | |
7376 | 3111 2008-01-14 Bill Denney <bill@denney.ws> |
3112 | |
3113 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3114 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3115 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3116 |
3117 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3118 image/rgb2ntsc.m: Also accept images as input. | |
3119 | |
3120 * image/gray2ind.m: Handle image type other than double. | |
3121 Improve error checking and documentation. | |
3122 | |
7371 | 3123 2008-01-14 John W. Eaton <jwe@octave.org> |
3124 | |
7372 | 3125 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3126 instead of calling tolower on first arg. Default font name is | |
3127 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3128 (__maybe_munge_text__): Fix typo. | |
3129 | |
7371 | 3130 * optimization/sqp.m: Fix function definitions in test code. |
3131 | |
7361 | 3132 2008-01-12 John W. Eaton <jwe@octave.org> |
3133 | |
3134 * plot/gnuplot_binary.in: New file. | |
3135 * plot/gnuplot_binary.m: Delete. | |
3136 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3137 (SOURCES_IN, GEN_M): New macros. | |
3138 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3139 (FCN_FILES): Include $(GEN_M) in the list. | |
3140 (all): Depend on $(GEN_M). | |
3141 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3142 (distclean): Also remove $(GEN_M). |
7361 | 3143 |
3144 2008-01-11 John W. Eaton <jwe@octave.org> | |
3145 | |
3146 * optimization/sqp.m: New test from example in doc string. | |
3147 | |
7360 | 3148 2008-01-10 Ben Abbott <bpabbott@mac.com> |
3149 | |
3150 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3151 to more than one multiplicity group. | |
3152 | |
7358 | 3153 2008-01-10 John W. Eaton <jwe@octave.org> |
3154 | |
3155 * plot/gnuplot_binary.m: New file. | |
3156 * plot/Makefile.in (SOURCES): Add it to the list. | |
3157 | |
7355 | 3158 2008-01-09 John W. Eaton <jwe@octave.org> |
3159 | |
3160 * plot/drawnow.m: Fail if filename includes a directory part that | |
3161 does not exist. | |
3162 | |
7352 | 3163 2008-01-07 John W. Eaton <jwe@octave.org> |
3164 | |
3165 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3166 Error if glob call fails to match any files. | |
3167 | |
7346 | 3168 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3169 | |
3170 * strings/strtrim.m: Doc fix. | |
3171 | |
7345 | 3172 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3173 | |
3174 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3175 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3176 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3177 |
3178 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3179 | |
7341 | 3180 2008-01-02 John W. Eaton <jwe@octave.org> |
3181 | |
3182 * plot/print.m: Correctly handle pbm terminal. | |
3183 | |
7340 | 3184 2007-12-28 John W. Eaton <jwe@octave.org> |
3185 | |
3186 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3187 extensions. | |
3188 | |
7337 | 3189 2007-12-28 David Bateman <dbateman@free.fr> |
3190 | |
3191 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3192 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3193 * Makefile.in (SOURCES): Add to the sources. | |
3194 | |
3195 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3196 | |
3197 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3198 Remove unnecessary call of size function. | |
3199 | |
7334 | 3200 2007-12-21 John W. Eaton <jwe@octave.org> |
3201 | |
3202 Version 3.0.0 released. | |
3203 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3204 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3205 |
3206 * image/imshow.m: Accept empty value for display_range. | |
3207 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3208 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3209 |
3210 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3211 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3212 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3213 |
3214 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3215 display ranges correctly. | |
3216 | |
7327 | 3217 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3218 Peter A. Gustafson <petegus@umich.edu> | |
3219 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3220 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3221 |
7325 | 3222 2007-12-19 John W. Eaton <jwe@octave.org> |
3223 | |
3224 * miscellaneous/edit.m: New function. | |
3225 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3226 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3227 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3228 |
3229 * plot/__bar__.m: Handle "basevalue" option. | |
3230 * plot/__bars__.m: New arg, base_value. | |
3231 | |
7321 | 3232 2007-12-17 David Bateman <dbateman@free.fr> |
3233 | |
3234 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3235 * plot/Makefiles (SOURCES): Add them to the sources | |
3236 * plot/polar.m: Set the x and y limits to the maximum polar | |
3237 radius. Set the axes to be square. | |
3238 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3239 and print axis at zero if this is used. | |
3240 | |
3241 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3242 contours can overlay pcolor plots. Priveldge no hidden line | |
3243 removal when there are multiple objects in the plot. | |
3244 | |
7320 | 3245 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3246 | |
3247 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3248 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3249 | |
7319 | 3250 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3251 | |
3252 * miscellaneous/run.m: Replace script with f when looking for | |
3253 file to run. | |
3254 | |
7316 | 3255 2007-12-14 David Bateman <dbateman@free.fr> |
3256 | |
7317 | 3257 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3258 * plot/contour.m: Doc fix. | |
3259 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3260 Include linetype in withclause. | |
3261 | |
7316 | 3262 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3263 Use it to determine dimensions. Consolidate all 3-d settings. | |
3264 | |
7315 | 3265 2007-12-13 John W. Eaton <jwe@octave.org> |
3266 | |
3267 * image/imshow.m: Turn axis visibility off. | |
3268 Don't scale true color images. | |
3269 * image/image.m: Set axis layer property to "top". | |
3270 | |
7307 | 3271 2007-12-12 John W. Eaton <jwe@octave.org> |
3272 | |
7313 | 3273 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3274 | |
3275 * plot/pie.m: Avoid calling "exist". | |
3276 | |
7309 | 3277 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3278 Condense argument processing logic. Allow 6 arguments. |
3279 Use issquare. Avoid calling "exist". | |
7309 | 3280 |
7307 | 3281 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3282 | |
7305 | 3283 2007-12-12 David Bateman <dbateman@free.fr> |
3284 | |
3285 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3286 * plot/Makefile.in (SOURCES): Add to the sources. | |
3287 | |
7290 | 3288 2007-12-11 John W. Eaton <jwe@octave.org> |
3289 | |
7298 | 3290 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3291 * plot/surface.m: Not here. | |
3292 | |
7297 | 3293 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3294 subsequent "unset grid" if there is no grid. | |
3295 | |
7296 | 3296 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3297 | |
7293 | 3298 * plot/surface.m: Don't set facecolor property in call to |
3299 __go_surface__. | |
3300 | |
7290 | 3301 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3302 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3303 | |
7292 | 3304 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3305 | |
7295 | 3306 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3307 color string is not taken as z value. | |
3308 | |
7292 | 3309 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3310 zgrid to "on" and box to "off" for used axes. | |
3311 | |
3312 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3313 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3314 | |
7286 | 3315 2007-12-11 David Bateman <dbateman@free.fr> |
3316 | |
7288 | 3317 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3318 | |
7287 | 3319 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3320 * statistics/base/mode.m: Ditto. | |
3321 | |
7286 | 3322 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3323 object handles are all now non integer. | |
3324 | |
7278 | 3325 2007-12-10 John W. Eaton <jwe@octave.org> |
3326 | |
7282 | 3327 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3328 | |
7281 | 3329 * general/issymmetric.m: Use ' instead of .' for compatibility |
3330 with previous versions of Octave. | |
3331 * general/ishermitian.m: Delete. | |
7285 | 3332 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3333 |
7280 | 3334 * plot/fplot.m: In N is not specified, increase initial number of |
3335 points from 3 and 5 to 5 and 8. | |
3336 | |
7279 | 3337 * signal/detrend.m: Move tests here from test/test_signal.m. |
3338 Loosen tolerance on first test from 10*eps to 20*eps. | |
3339 | |
7278 | 3340 * finance/rate.m: Don't request info from fsolve. |
3341 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3342 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3343 |
3344 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3345 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3346 | |
7276 | 3347 2007-12-10 David Bateman <dbateman@free.fr> |
3348 | |
3349 * image/image.m: Rewritten to allow trailing properties to be | |
3350 passed to underlying image object. | |
3351 * image/__img__.m: Pass additional arguments to __go_image__. | |
3352 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3353 | |
7274 | 3354 2007-12-10 John W. Eaton <jwe@octave.org> |
3355 | |
3356 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3357 front" to gnuplot. | |
3358 | |
7271 | 3359 2007-12-10 David Bateman <dbateman@free.fr> |
3360 | |
7274 | 3361 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3362 border front" from images. |
7274 | 3363 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3364 * plot/pcolor.m: Set axis "box" property. | |
3365 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3366 Mark as commands. | |
7271 | 3367 |
7269 | 3368 2007-12-07 David Bateman <dbateman@free.fr> |
3369 | |
3370 * plot/surf.m: Don't set facecolor property. | |
3371 | |
7265 | 3372 2007-12-06 John W. Eaton <jwe@octave.org> |
3373 | |
7269 | 3374 * plot/print.m: Pass mono to drawnow. |
3375 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3376 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3377 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3378 disable color specifications. | |
3379 | |
7265 | 3380 * general/issymmetric.m: Move tests here from test/test_number.m |
3381 | |
3382 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3383 | |
3384 * general/issymmetric.m: To keep its argument sparse and the | |
3385 function quick, use the infinity norm rather than the 2-norm. | |
3386 Also measure the symmetric part rather than the Hermitian part. | |
3387 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3388 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3389 | |
7248 | 3390 2007-12-04 John W. Eaton <jwe@octave.org> |
3391 | |
7257 | 3392 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3393 text and label commands if font is "*". | |
3394 | |
7248 | 3395 * linear-algebra/krylov.m: Doc fixes. |
3396 From Marco Caliari <caliari@sci.univr.it>. | |
3397 | |
7250 | 3398 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3399 | |
3400 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3401 Add "## PKG_ADD: mark_as_command axis" line. | |
3402 | |
7245 | 3403 2007-12-03 John W. Eaton <jwe@octave.org> |
3404 | |
3405 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3406 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3407 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3408 Generate demos from examples. | |
3409 | |
7240 | 3410 2007-12-03 David Bateman <dbateman@free.fr> |
3411 | |
7243 | 3412 * testfun/test.m: Disable "testif" test block to avoid spurious |
3413 skipped test for "make check". Avoid printing variables for | |
3414 skipped tests. | |
3415 | |
7242 | 3416 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3417 | |
7240 | 3418 * plot/plotyy.m: Use activepositionproperty property of axes |
3419 object. Set second axis color to "none". | |
3420 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3421 property of the axis objects. | |
3422 | |
7239 | 3423 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3424 | |
3425 * linear-algebra/condest.m: Loosen tolerance in test. | |
3426 | |
7236 | 3427 2007-12-02 John W. Eaton <jwe@octave.org> |
3428 | |
3429 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3430 get_data_limits. | |
3431 | |
7222 | 3432 2007-11-30 John W. Eaton <jwe@octave.org> |
3433 | |
3434 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3435 (get_data_limits, get_axis_limits): Delete. | |
3436 | |
7228 | 3437 2007-11-30 David Bateman <dbateman@free.fr> |
3438 | |
7235 | 3439 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3440 | |
7228 | 3441 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3442 tick labels rather than one by one on the labels themselves. | |
3443 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3444 95% crossing fixed. | |
3445 | |
7217 | 3446 2007-11-29 David Bateman <dbateman@free.fr> |
3447 | |
7220 | 3448 * plot/pareto.m: New file. |
3449 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3450 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3451 marks to avoid gnuplot error about formating. More colorspec to | |
3452 after the tics. | |
3453 * plot/plotyy.m: More generic check for appropriate axis color. | |
3454 | |
7217 | 3455 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3456 2- and 3-D. | |
3457 * plot/stem3.m: New function. | |
3458 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3459 * plot/stem.m: Adapt to use __stem__. | |
3460 | |
7216 | 3461 2007-11-29 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3464 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3465 requested. | |
3466 | |
3467 * plot/patch.m: Omit isnan check on handle returned from | |
3468 __plt_get_axis_arg__. | |
3469 | |
3470 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3471 but has no axes. | |
3472 | |
7215 | 3473 2007-11-28 David Bateman <dbateman@free.fr> |
3474 | |
3475 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3476 ancestor. If leading argument is logical set variable nogca to see | |
3477 if gca() should be called if there is no active handle found. | |
3478 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3479 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3480 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3481 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3482 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3483 __plt__get_axis_arg__ to find axis handle. | |
3484 * polar.m: Typo. | |
3485 | |
7213 | 3486 2007-11-28 John W. Eaton <jwe@octave.org> |
3487 | |
3488 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3489 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3490 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3491 |
3492 * plot/drawnow.m: Fix typo. | |
3493 | |
7206 | 3494 2007-11-27 David Bateman <dbateman@free.fr> |
3495 | |
7207 | 3496 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3497 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3498 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3499 | |
3500 * plot/meshz.m: New function. | |
3501 * plot/Makefile.in (SOURCES): Add it to the list. | |
3502 * plot/surface.m: Allow surface to accept an axis handle as the | |
3503 first argument. | |
3504 * plot/meshc.m: Extract z from the the surface object rather than | |
3505 varargin so that we can rely on code in surface to treat leading | |
3506 axis handles. | |
3507 | |
7206 | 3508 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3509 y2tics" in the case of a plotyy plot. | |
3510 * plot/plotyy.m: ensure the position property is set correct for | |
3511 the second axis, by setting it after the plot itself. In the case | |
3512 of a plot that returns multiple handles, base the color selection | |
3513 on the first. | |
3514 | |
7204 | 3515 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3516 | |
3517 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3518 z-value of vertex 'c3'. | |
3519 | |
7203 | 3520 2007-11-27 John W. Eaton <jwe@octave.org> |
3521 | |
3522 * image/image.m: Allow nargin == 0 case to work again. | |
3523 | |
7202 | 3524 2007-11-27 David Bateman <dbateman@free.fr> |
3525 | |
3526 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3527 colorbar, to ensure that the colorbar is on the canvas for png and | |
3528 postscipt outputs. | |
3529 | |
7189 | 3530 2007-11-26 David Bateman <dbateman@free.fr> |
3531 | |
7197 | 3532 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3533 return values. | |
3534 | |
7194 | 3535 * plot/plotyy.m: New function |
3536 * plot/Makefile.in (SOURCES): Add it here. | |
3537 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3538 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3539 {x|y}label to respect the axis position. | |
3540 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3541 handle as the first argument. | |
3542 | |
7192 | 3543 * pkg/pkg.m (pkg:install): When loading the installed packages |
3544 index into installed_pkgs_lst and not descriptions.. | |
3545 | |
7189 | 3546 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3547 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3548 * plot/quiver.m: Modify to use __quiver__.m. | |
3549 | |
3550 * plot/hist.m: Avoid saturation when the x values are in an | |
3551 inetger type. | |
3552 | |
3553 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3554 | |
3555 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3556 functions. | |
3557 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3558 | |
3559 2007-11-26 David Bateman <dbateman@free.fr> | |
3560 | |
3561 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3562 extent. | |
3563 | |
3564 * plot/colorbar.m: New function. | |
3565 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3566 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3567 precalculate the clim, set pm3d except for mesh. | |
3568 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3569 save the real values so that colorbar corresponds to the contour | |
3570 levels. | |
3571 | |
3572 * plot/stem.m: Set marker color the same as the line color. Draw | |
3573 a single discontinous line object for the stems. | |
3574 | |
3575 * plot/sphere.m: New function ported from JHandles. | |
3576 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3577 | |
3578 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3579 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3580 to get enhanced mode to work correctly for the X11 terminal. | |
3581 | |
3582 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3583 the reverse. Allow an axes handle to be passed and/or returned. | |
3584 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3585 | |
3586 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3587 sort surface patches by their depth and not the order they are | |
3588 rendered in. | |
3589 | |
3590 * plot/__patch__.m: Set clim correctly. | |
3591 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3592 the marker color is determined by the cmap. | |
3593 * plot/scatter.m: New function to 2D scatter plots. | |
3594 * plot/scatter3.m: New function to 3D scatter plots. | |
3595 * plot/__scatter__.m: Support function for scatter plots | |
3596 * Makefile.in (SOURCES): Ad dnew functions here. | |
3597 | |
3598 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3599 Return whether the terminal supports enhanced text or not. | |
3600 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3601 supports enhanced mode. | |
3602 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3603 __go_draw_axes__. | |
3604 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3605 needed to support the enhanced mode. | |
3606 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3607 drawnow.m. | |
3608 | |
3609 | |
3610 * plot/caxis.m: New function to control the color axis limits. | |
3611 * plot/Makefile.in (SOURCES): Include it. | |
3612 * plot/axis.m: Allow the first argument to be an axes handle. | |
3613 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3614 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3615 caxis limits. | |
3616 | |
3617 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3618 * image/Makefile.in (SOURCES): Include it. | |
3619 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3620 of the bars for the colormap. | |
3621 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3622 passed. | |
3623 * plot/__contour.m: Avoid possible divide by zero error. | |
3624 * plot/contour.m: Missing semicolon. | |
3625 * plot/surface.m: Don't attempt to set additional arguments if | |
3626 there are none. | |
3627 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3628 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3629 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3630 |
3631 * plot/__bar__.m: put bar creation code into separate function | |
3632 to allow easy hook up from other graphic backends | |
3633 | |
3634 * plot/__bars__.m: new function containing bar creation code | |
3635 | |
7186 | 3636 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3637 | |
3638 * general/accumarray.m: Correct dimension check. | |
3639 | |
7183 | 3640 2007-11-26 John W. Eaton <jwe@octave.org> |
3641 | |
3642 * polynomial/residue.m: Prepad along second dimension. | |
3643 From Doug Stewart <dastew@sympatico.ca>. | |
3644 | |
7181 | 3645 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3646 | |
7183 | 3647 * plot/cylinder.m, plot/slice.m: New functions. |
3648 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3649 |
7177 | 3650 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3651 | |
3652 * plot/patch.m: Handle arg may also be hggroup object. | |
3653 Use ancestor to find parent axes object. | |
3654 | |
7175 | 3655 2007-11-14 David Bateman <dbateman@free.fr> |
3656 | |
3657 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3658 flag to patch that it is not closed. Allow z to take string | |
3659 arguments and use it to flag that the contours are placed at the | |
3660 z level of the contour itself. | |
3661 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3662 objects as well. Let hidden removal take precedence in case of a | |
3663 conflict. | |
3664 * plot/surface.m: Allow surface to treat handles being passed or | |
3665 returned. Any additional arguments arr used to set the surface | |
3666 handle. | |
3667 * plot/contour3.m: New function | |
3668 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3669 | |
7173 | 3670 2007-11-14 John W. Eaton <jwe@octave.org> |
3671 | |
3672 * specfun/bessel.m: Update doc string from | |
3673 src/DLD-FUNCTIONS/besselj.cc. | |
3674 | |
7170 | 3675 2007-11-12 David Bateman <dbateman@free.fr> |
3676 | |
3677 * plot/contour.m: Allow handles to be passed and returned. Split | |
3678 the countour function itself into __contour__.m to be shared with | |
3679 surfc and meshc. | |
3680 * plot/__contour__.m: New file | |
3681 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3682 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3683 the face or edge if the facecolor or edge color are marked as | |
3684 "none". Allow the edgecolor to be determined by the cdata in the | |
3685 same manner as the facecolor. Fail if facecolor is not "none" and | |
3686 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3687 storage of 3D/4D data consistent between line, surface and patch | |
3688 objects. | |
3689 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3690 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3691 |
3692 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3693 Handle fontweight and fontangle properties. | |
3694 | |
7163 | 3695 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3696 | |
3697 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3698 * plot/Makefile.in (SOURCES): Add them to the list. | |
3699 | |
3700 2007-11-12 John W. Eaton <jwe@octave.org> | |
3701 | |
3702 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3703 Use it to avoid duplicated code. | |
3704 | |
7161 | 3705 2007-11-12 David Bateman <dbateman@free.fr> |
3706 | |
7162 | 3707 * plot/title.m: Fix return value for nargout > 0. |
3708 | |
3709 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3710 specified for the title, xlabel, ylabel and text objects. | |
3711 | |
7161 | 3712 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3713 4.0 and surface plots. | |
3714 | |
7160 | 3715 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3716 | |
3717 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3718 with X/Y/Z data. | |
3719 | |
7146 | 3720 2007-11-09 John W. Eaton <jwe@octave.org> |
3721 | |
7152 | 3722 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3723 Correct logic in setting palette data. |
7152 | 3724 |
7151 | 3725 * audio/wavread.m, control/base/__bodquist__.m, |
3726 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3727 control/system/c2d.m, control/system/is_detectable.m, | |
3728 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3729 control/system/tfout.m, general/isdefinite.m, | |
3730 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3731 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3732 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3733 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3734 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3735 testfun/test.m: Use specific end keywords. | |
3736 | |
7146 | 3737 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3738 | |
3739 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3740 | |
3741 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3742 Don't change view if hold is on. | |
3743 | |
7142 | 3744 2007-11-09 David Bateman <dbateman@free.fr> |
3745 | |
7149 | 3746 * plot/hidden.m: New function. |
3747 * plot/Makefile.in (SOURCES): Add it here. | |
3748 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3749 line removal. | |
3750 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3751 removal and if it is "none" don't do hidden line removal. | |
3752 | |
7148 | 3753 * plot/legend.m: Also allow labels for surface and patch types. |
3754 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3755 setting of the legend. | |
3756 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3757 objects as well. | |
3758 | |
7146 | 3759 * plot/area.m, plot/__area__.m: New functions |
3760 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3761 | |
7142 | 3762 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3763 | |
7144 | 3764 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3765 | |
3766 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3767 | |
7131 | 3768 2007-11-08 John W. Eaton <jwe@octave.org> |
3769 | |
7133 | 3770 * control/base/dcgain.m, control/base/dre.m, |
3771 control/base/impulse.m, control/base/step.m, | |
3772 control/system/dmr2d.m, control/system/ord2.m, | |
3773 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3774 control/system/sysgetsignals.m, control/system/sysout.m, | |
3775 control/system/tfout.m, control/system/ugain.m, | |
3776 control/system/zpout.m, control/util/strappend.m: | |
3777 Don't fail with usage message if nargout is too large. | |
3778 | |
7131 | 3779 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3780 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3781 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3782 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3783 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3784 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3785 control/obsolete/rotg.m, control/obsolete/series.m, | |
3786 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3787 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3788 control/system/__syschnamesl__.m, |
3789 control/system/__syscont_disc__.m, | |
3790 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3791 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3792 control/system/abcddim.m, control/system/buildssic.m, | |
3793 control/system/c2d.m, control/system/cellidx.m, | |
3794 control/system/d2c.m, control/system/dmr2d.m, | |
3795 control/system/fir2sys.m, control/system/is_abcd.m, | |
3796 control/system/is_controllable.m, control/system/is_detectable.m, | |
3797 control/system/is_digital.m, control/system/is_observable.m, | |
3798 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3799 control/system/jet707.m, control/system/listidx.m, | |
3800 control/system/parallel.m, control/system/ss.m, | |
3801 control/system/ss2sys.m, control/system/ss2zp.m, | |
3802 control/system/starp.m, control/system/sys2ss.m, | |
3803 control/system/sys2tf.m, control/system/sys2zp.m, | |
3804 control/system/sysadd.m, control/system/sysappend.m, | |
3805 control/system/sysconnect.m, control/system/syscont.m, | |
3806 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3807 control/system/sysdup.m, control/system/sysgetsignals.m, |
3808 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3809 control/system/sysmult.m, control/system/sysout.m, |
3810 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3811 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3812 control/system/syssub.m, control/system/sysupdate.m, |
3813 control/system/tf.m, control/system/tf2ss.m, | |
3814 control/system/tf2sys.m, control/system/tfout.m, | |
3815 control/system/zp.m, control/system/zp2ss.m, | |
3816 control/system/zp2sys.m, control/system/zp2tf.m, | |
3817 control/system/zpout.m, control/util/__outlist__.m, | |
3818 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3819 control/util/prompt.m, control/util/sortcom.m, | |
3820 control/util/zgfmul.m, control/util/zgfslv.m, | |
3821 control/util/zginit.m, control/util/zgreduce.m, | |
3822 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3823 |
7130 | 3824 2007-11-08 David Bateman <dbateman@free.fr> |
3825 | |
3826 * plot/quiver.m: Fix arrowheads. | |
3827 | |
7128 | 3828 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3829 | |
3830 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3831 Handle "rows" argument. New tests. |
7128 | 3832 (cell_ismember): New function. |
3833 | |
7127 | 3834 2007-11-07 John W. Eaton <jwe@octave.org> |
3835 | |
3836 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3837 control/base/__stepimp__.m, control/base/are.m, | |
3838 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3839 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3840 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3841 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3842 control/base/ltifr.m, control/base/nichols.m, | |
3843 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3844 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3845 Style fixes. | |
3846 | |
7125 | 3847 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3848 | |
3849 * control/base/bode_bounds.m, control/base/dgram.m, | |
3850 control/base/dlyap.m, control/base/freqchkw.m, | |
3851 control/base/gram.m, control/base/place.m, | |
3852 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3853 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3854 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3855 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3856 control/system/sysgettype.m, control/system/sysreorder.m, | |
3857 control/system/tf2sys.m, control/system/zp2tf.m, | |
3858 control/util/axis2dlim.m, control/util/swap.m, | |
3859 control/util/zgfmul.m, control/util/zgfslv.m, | |
3860 control/util/zginit.m, control/util/zgreduce.m, | |
3861 control/util/zgrownorm.m, control/util/zgscal.m, | |
3862 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3863 geometry/inpolygon.m, linear-algebra/housh.m, | |
3864 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3865 miscellaneous/run.m, quaternion/qconj.m, | |
3866 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3867 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3868 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3869 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3870 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3871 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3872 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3873 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3874 statistics/distributions/empirical_cdf.m, | |
3875 statistics/distributions/empirical_inv.m, | |
3876 statistics/distributions/empirical_pdf.m, | |
3877 statistics/models/logistic_regression_derivatives.m, | |
3878 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3879 | |
7118 | 3880 2007-11-07 David Bateman <dbateman@free.fr> |
3881 | |
7120 | 3882 * general/gradient.m: Correctly convert deltax and deltay scalar |
3883 values are scalars to vectors. | |
3884 | |
7119 | 3885 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3886 the meshc.m function. | |
3887 * plot/meshc.m: Also use the surface function. | |
3888 | |
7120 | 3889 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3890 * plot/Makefile.in (SOURCES): Add them to the list. |
3891 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3892 | |
7117 | 3893 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3894 | |
3895 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3896 | |
7115 | 3897 2007-11-07 John W. Eaton <jwe@octave.org> |
3898 | |
3899 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3900 the data limits are infinite. | |
3901 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3902 (get_axis_limits): Don't do anything if min_val or max_val are | |
3903 infinite. | |
3904 | |
7112 | 3905 2007-11-06 David Bateman <dbateman@free.fr> |
3906 | |
3907 * plot/hist.m: Pass any additional arguments to bar for | |
3908 treatment. Create a default x value that is always a vector. | |
3909 | |
7111 | 3910 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3911 | |
3912 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3913 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3914 |
3915 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3916 | |
3917 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3918 New files. | |
3919 * plot/mesh.m: Call surface to do the real work. | |
3920 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3921 properties. | |
3922 | |
3923 * image/colormap.m: Also return current colormap if nargout and | |
3924 nargin are both 0. | |
3925 | |
7106 | 3926 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3927 | |
3928 * startup/inputrc: Delete key bindings starting with \340 code. | |
3929 | |
7112 | 3930 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3931 |
3932 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3933 to avoid issues of over- and underflow. From Rolf Fabian | |
3934 <Rolf.Fabian@gmx.de>. | |
3935 | |
7097 | 3936 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3937 | |
3938 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3939 help texts. | |
3940 | |
7096 | 3941 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3942 | |
3943 * plot/bar.m, plot/barh.m: Doc fix. | |
3944 | |
7094 | 3945 2007-10-31 John W. Eaton <jwe@octave.org> |
3946 | |
3947 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3948 | |
7086 | 3949 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3950 | |
3951 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3952 objects and legend objects are implemented with a separate axes | |
3953 object. | |
3954 | |
7078 | 3955 2007-10-30 David Bateman <dbateman@free.fr> |
3956 | |
7081 | 3957 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3958 | |
7078 | 3959 * plot/__go_draw_axes__.m (do_linestyle_command): |
3960 Use point type 0 for ".". | |
3961 | |
7073 | 3962 2007-10-26 John W. Eaton <jwe@octave.org> |
3963 | |
7074 | 3964 * image/imshow.m: Improve compatibility. |
3965 * image/image.m: Return handle if nargou > 0. | |
3966 | |
7073 | 3967 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3968 | |
7069 | 3969 2007-10-25 John W. Eaton <jwe@octave.org> |
3970 | |
3971 * miscellaneous/compare_versions.m: Style fixes. | |
3972 | |
7060 | 3973 2007-10-24 John W. Eaton <jwe@octave.org> |
3974 | |
7061 | 3975 * image/saveimage.m: Use functional form of save instead of eval. |
3976 Use -text instead of -ascii. | |
3977 | |
7060 | 3978 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3979 | |
7054 | 3980 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3981 | |
3982 * plot/legend.m: Also extract location string from varargin (lost | |
3983 when 2007-10-08 patch was applied). | |
3984 | |
7049 | 3985 2007-10-23 David Bateman <dbateman@free.fr> |
3986 | |
3987 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3988 miscellaneous/what.m: New functions | |
3989 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3990 functions. | |
3991 | |
7045 | 3992 2007-10-22 David Bateman <dbateman@free.fr> |
3993 | |
3994 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3995 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3996 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3997 | |
7042 | 3998 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3999 | |
4000 * plot/contourf.m: New function. | |
4001 * plot/Makefile.in (SOURCES): Add it to the list. | |
4002 | |
7040 | 4003 2007-10-19 John W. Eaton <jwe@octave.org> |
4004 | |
4005 * plot/subplot.m: Doc fix. | |
4006 | |
7039 | 4007 2007-10-19 David Bateman <dbateman@free.fr> |
4008 | |
7041 | 4009 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4010 |
7037 | 4011 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4012 | |
4013 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4014 output. | |
4015 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4016 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4017 |
4018 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4019 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4020 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4021 control/system/syssetsignals.m, control/base/lqg.m, | |
4022 strings/str2double.m, control/system/sysscale.m, | |
4023 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4024 Make help text fit on pages when using smallbook. | |
4025 | |
7028 | 4026 2007-10-15 David Bateman <dbateman@free.fr> |
4027 | |
7032 | 4028 * plot/print.m: Call drawnow before printing to ensure the plot is |
4029 on the screen. | |
4030 | |
7028 | 4031 * testfun/test.m: In error/warning blocks test for an error before |
4032 a warning to avoid unexpected failures. | |
4033 | |
7027 | 4034 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4035 | |
4036 * testfun/assert.m: Correct documentation of absolution versus | |
4037 relative error tolerance and add tests. | |
4038 | |
7024 | 4039 2007-10-14 David Bateman <dbateman@free.fr> |
4040 | |
4041 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4042 src directory. | |
4043 * plot/Makefile.in (SOURCES): Add fill.m. | |
4044 | |
7020 | 4045 2007-10-13 David Bateman <dbateman@free.fr> |
4046 | |
4047 * plot/__patch__.m: Allow multiple patches to be defined and | |
4048 return a single patch object. Allow Faces/Vertices form of | |
4049 patch. Flag failure so the patch can call print_usage. | |
4050 * plot/patch.m: Update help string for Faces/Vertices | |
4051 call. Respect the fail flag returned by __patch__. Add demo code | |
4052 that tests the functionality of patch. | |
4053 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4054 patch object. | |
4055 * plot/fill.m: New function. | |
4056 | |
7016 | 4057 2007-10-12 John W. Eaton <jwe@octave.org> |
4058 | |
4059 * Change copyright notices in all files that are part of Octave to | |
4060 GPLv3 or any later version. | |
4061 | |
7012 | 4062 2007-10-11 John W. Eaton <jwe@octave.org> |
4063 | |
4064 * plot/__go_draw_axes__.m (get_axis_limits): | |
4065 Return lim = [] if logscale and no positive values. | |
4066 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4067 Set initial min and min positive values to Inf, max values to -Inf. | |
4068 (get_data_limits): Correctly handle xminp when no positive values | |
4069 are found. | |
4070 | |
7011 | 4071 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4072 | |
4073 * polynomial/residue.m: New optional input for pole multiplicity. | |
4074 Doc fix. Fix tests. | |
4075 | |
7010 | 4076 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4077 | |
4078 * toplev.cc (Foctave_config_info): Add field "mac". | |
4079 | |
4080 * miscellaneous/ismac.m: New function. | |
4081 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4082 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4083 | |
7009 | 4084 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4085 | |
4086 * statistics/distributions/hygernd.m: Allow size to be specified | |
4087 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4088 scalars or matrices of a common size. | |
4089 | |
7007 | 4090 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4091 | |
4092 * control/csrefcard.lt, control/system/is_detectable.m, | |
4093 control/system/sysgroup.m, geometry/voronoin.m, | |
4094 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4095 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4096 statistics/distributions/binornd.m, | |
4097 statistics/distributions/cauchy_rnd.m, | |
4098 statistics/distributions/chi2rnd.m, | |
4099 statistics/distributions/discrete_rnd.m, | |
4100 statistics/distributions/exprnd.m, | |
4101 statistics/distributions/frnd.m, | |
4102 statistics/distributions/gamrnd.m, | |
4103 statistics/distributions/geornd.m, | |
4104 statistics/distributions/laplace_rnd.m, | |
4105 statistics/distributions/logistic_rnd.m, | |
4106 statistics/distributions/lognrnd.m, | |
4107 statistics/distributions/nbinrnd.m, | |
4108 statistics/distributions/normrnd.m, | |
4109 statistics/distributions/poissrnd.m, | |
4110 statistics/distributions/stdnormal_rnd.m, | |
4111 statistics/distributions/trnd.m, | |
4112 statistics/distributions/unifrnd.m, | |
4113 statistics/distributions/wblrnd.m: Spelling fixes. | |
4114 | |
7005 | 4115 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4116 | |
4117 * time/tic.m: New optional output value. | |
4118 | |
4119 * general/int2str.m: Doc fix. | |
4120 | |
7002 | 4121 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4122 | |
4123 * statistics/distributions/hygecdf.m, | |
4124 statistics/distributions/hygeinv.m, | |
4125 statistics/distributions/hygepdf.m, | |
4126 statistics/distributions/hygernd.m: | |
4127 Swap order of T and M args for compatibility. | |
4128 | |
7001 | 4129 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4130 | |
4131 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4132 control/system/buildssic.m, control/system/c2d.m, | |
4133 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4134 control/system/ss2sys.m, control/system/ss2tf.m, | |
4135 control/system/syscont.m, control/system/sysdimensions.m, | |
4136 control/system/sysdisc.m, control/system/sysmult.m, | |
4137 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4138 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4139 general/interp1.m, general/interp2.m, general/interp3.m, | |
4140 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4141 general/rat.m, general/structfun.m, general/trapz.m, | |
4142 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4143 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4144 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
4145 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
4146 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
4147 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
4148 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
4149 statistics/base/meansq.m, statistics/base/var.m, | |
4150 statistics/tests/chisquare_test_independence.m, | |
4151 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4152 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4153 testfun/test.m: Spelling fixes. | |
4154 | |
6998 | 4155 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4156 | |
4157 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4158 | |
6997 | 4159 2007-10-10 John W. Eaton <jwe@octave.org> |
4160 | |
4161 * general/num2str.m: Always allow for sign for automatically | |
4162 computed format widths. | |
4163 | |
6988 | 4164 2007-10-09 David Bateman <dbateman@free.fr> |
4165 | |
4166 * plot/patch.m: Accept a handle as the first argument. | |
4167 | |
6987 | 4168 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4169 | |
7010 | 4170 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4171 |
6985 | 4172 2007-10-09 John W. Eaton <jwe@octave.org> |
4173 | |
4174 * audio/wavwrite.m: Accept arguments in compatible order. | |
4175 | |
6979 | 4176 2007-10-08 David Bateman <dbateman@free.fr> |
4177 | |
4178 * general/interp2.m: Relax test for values outside the grid to | |
4179 allow monotonically decreasing abscissa as well. | |
4180 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4181 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4182 |
4183 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4184 as output parameter. | |
4185 | |
6977 | 4186 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4187 | |
4188 * plot/__go_draw_axes__.m, plot/legend.m: | |
4189 Handle compatible position specifiers as strings. | |
4190 | |
6975 | 4191 2007-10-08 John Swensen <jpswensen@comcast.net> |
4192 | |
4193 * general/num2str.m: Eliminate extra whitespace in output. | |
4194 * strings/strtrim.m: New function. | |
4195 * strings/Makefile.in (SOURCES): Add it to the list. | |
4196 | |
6968 | 4197 2007-10-06 John W. Eaton <jwe@octave.org> |
4198 | |
4199 * polynomial/residue.m: New test from test/test_poly.m. | |
4200 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4201 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 4202 |
4203 * image/saveimage.m: Handle saving color images without a colormap. | |
4204 * image/__img_via_file__.m: Add missing semicolon. | |
4205 | |
4206 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4207 | |
7010 | 4208 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4209 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4210 | |
6965 | 4211 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4212 | |
4213 * plot/print.m: Handle svg output type. Accept new -S option to | |
4214 specify size for PNG and SVG output types. | |
4215 | |
4216 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4217 |
4218 * polynomial/mpoles.m: New function. | |
4219 * polynomial/residue.m: Modified to behave in reciprocal | |
4220 manner. No longer compute 4th output, "e". No longer accept | |
4221 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4222 Respect maximum relative difference in poles when determining | |
4223 their multiplicity. Use mpoles to determine the multiplicity of | |
4224 poles. | |
4225 | |
6963 | 4226 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4227 | |
4228 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4229 for surface plots. | |
4230 | |
6962 | 4231 2007-10-05 John W. Eaton <jwe@octave.org> |
4232 | |
4233 * plot/__next_line_color__.m: Get color_rotation from axes | |
4234 colororder property. | |
4235 | |
6953 | 4236 2007-10-03 John W. Eaton <jwe@octave.org> |
4237 | |
6955 | 4238 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4239 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4240 | |
6953 | 4241 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4242 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4243 special for __vnorm__. | |
4244 | |
6951 | 4245 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4246 | |
6952 | 4247 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4248 |
6950 | 4249 2007-10-03 David Bateman <dbateman@free.fr> |
4250 | |
4251 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4252 if a file is architecture dependent based on a list of file | |
4253 extensions. | |
4254 (configure_make): Simplify the search for architecture dependent | |
4255 files based on this function. | |
4256 (load_pakages_and_dependencies): Also look for bin directory in | |
4257 the architecture dependent directory. | |
4258 | |
6947 | 4259 2007-10-03 John W. Eaton <jwe@octave.org> |
4260 | |
4261 * miscellaneous/dir.m: Create empty struct with field names. | |
4262 Include datenum in struct. | |
4263 | |
6943 | 4264 2007-10-02 David Bateman <dbateman@free.fr> |
4265 | |
4266 * miscellaneous/ls.m: If nargout return string array of files | |
4267 returned by ls. | |
4268 | |
6942 | 4269 2007-10-01 John W. Eaton <jwe@octave.org> |
4270 | |
4271 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4272 range values. | |
4273 | |
6937 | 4274 2007-10-01 David Bateman <dbateman@free.fr> |
4275 | |
7010 | 4276 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4277 speed with small vectors. |
6937 | 4278 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4279 rather than OCTAVE_HOME(). | |
4280 | |
6935 | 4281 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4282 | |
4283 * plot/findobj.m: New function. | |
4284 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4285 | |
6925 | 4286 2007-09-26 David Bateman <dbateman@free.fr> |
4287 | |
4288 * pkg/pkg.m: Add second argument to setting for prefix for | |
4289 architecture dependent files. Use throughout. | |
4290 (pkg:issuperuser): New function, use through to check for | |
4291 root user. | |
4292 (pkg:getarchprefix): function to give the archiecture dependent | |
4293 prefix for a package. | |
4294 (pkg:getarchdir): New function giving location of architetcure | |
4295 dependent directory. Use through out. | |
4296 (pkg:install): Treat architecture dependent directory separately | |
4297 as in might not be a sub-directory of the package directory. | |
4298 (pkg:uninstall): ditto. | |
4299 (pkg:create_pkgadddel): Check for global or local install for | |
4300 architecture dependent directory. | |
4301 (pkg:finish_installation): ditto. | |
4302 (pkg:write_INDEX): ditto. | |
4303 (pkg:load_packages_and_dependencies): ditto. | |
4304 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4305 files to a new location if user is root. | |
4306 (pkg:rm_rf): Check if file or directory exists before removing. | |
4307 (pkg:dirempty): Check if directory exists before checking. | |
4308 | |
4309 * plot/___patch__.m: Allow face colors to be passed as strings | |
4310 | |
4311 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4312 needed for calls to "hold" without an argument. | |
4313 | |
6920 | 4314 2007-09-21 John W. Eaton <jwe@octave.org> |
4315 | |
6921 | 4316 * optimization/sqp.m: Fix typo. |
4317 | |
6920 | 4318 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4319 | |
6919 | 4320 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4321 | |
4322 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4323 | |
6918 | 4324 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4325 | |
4326 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4327 unidpdf.m and unidinv.m | |
4328 | |
6914 | 4329 2007-09-18 John W. Eaton <jwe@octave.org> |
4330 | |
4331 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4332 (do_tics_1): Set numeric axes formats to "%.15g". | |
4333 | |
6912 | 4334 2007-09-18 David Bateman <dbateman@free.fr> |
4335 | |
4336 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4337 of %g when writing data. | |
4338 | |
6908 | 4339 2007-09-17 John W. Eaton <jwe@octave.org> |
4340 | |
4341 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4342 | |
6903 | 4343 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4344 | |
4345 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4346 noninteger N with N-K < 1. | |
4347 | |
6901 | 4348 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4349 | |
4350 * strings/index.m: Correct for strings differing after the third | |
4351 position (bug reported by Maude Martin). | |
4352 | |
6895 | 4353 2007-09-13 John W. Eaton <jwe@octave.org> |
4354 | |
4355 * plot/__default_colormap__.m: Delete. | |
4356 * plot/Makefile (SOURCES): Remove from the list. | |
4357 | |
6898 | 4358 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4359 | |
4360 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4361 | |
6885 | 4362 2007-09-10 David Bateman <dbateman@free.fr> |
4363 | |
4364 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4365 limit the selection of colors in the same way as for lines. | |
4366 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4367 column. | |
4368 * plot/__bar__.m: Adapt to use "patch". | |
4369 | |
6870 | 4370 2007-09-06 John W. Eaton <jwe@octave.org> |
4371 | |
4372 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4373 (init_plot_stream): Split from open_plot_stream. | |
4374 * plot/print.m: Accept -debug=FILE argument. | |
4375 | |
6868 | 4376 2007-09-06 David Bateman <dbateman@free.fr> |
4377 | |
7010 | 4378 * general/celldisp.m: New function. |
4379 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4380 * miscellaneous/swapbytes.m: New function. | |
4381 * miscellaneous/gzip.m: New function. | |
4382 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4383 |
6863 | 4384 2007-09-05 David Bateman <dbateman@free.fr> |
4385 | |
7010 | 4386 * general/structfun.m: New function. |
4387 * general/Makefile.in (SOURCES): Add it to sources. | |
4388 * miscellaneous/run.m: New function. | |
4389 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4390 * statistics/base/mode.m: New function. | |
4391 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4392 |
6862 | 4393 2007-09-05 John W. Eaton <jwe@octave.org> |
4394 | |
4395 * miscellaneous/orderfields.m: Use numel instead of length. | |
4396 | |
4397 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4398 | |
4399 * miscellaneous/orderfields.m: Handle empty structs. | |
4400 | |
6861 | 4401 2007-09-05 John W. Eaton <jwe@octave.org> |
4402 | |
4403 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4404 DATA_IDX. | |
4405 | |
4406 2007-09-04 David Bateman <dbateman@free.fr> | |
4407 | |
4408 * general/isdir.m: Return a logical value. | |
4409 | |
6859 | 4410 2007-09-04 David Bateman <dbateman@free.fr> |
4411 | |
4412 * statistics/distributions/chi2pdf.m, | |
4413 statistics/distributions/chi2cdf.m, | |
4414 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4415 distribution functions to account for inverse of scale factor in | |
4416 gamma functions. | |
4417 | |
6857 | 4418 2007-09-01 John W. Eaton <jwe@octave.org> |
4419 | |
4420 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4421 | |
6853 | 4422 2007-09-01 David Bateman <dbateman@free.fr> |
4423 | |
4424 * polynomial/polyint.m: New function like polyinteg but with | |
4425 explicit integration constant. | |
4426 * polynomial/polyinteg.m: Remove. | |
4427 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4428 polyinteg.m. | |
4429 * deprecated/polyinteg.m: Move version here. | |
4430 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4431 | |
6852 | 4432 * geometry/voronoi.m: Add large box around data to get a good |
4433 approximation of the rays to infinity. | |
4434 | |
6851 | 4435 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4436 | |
4437 * plot/axes.m: Allow parent to be specified when creating axes | |
4438 objects. Support non-figure parents. | |
4439 | |
4440 2007-08-31 John W. Eaton <jwe@octave.org> | |
4441 | |
4442 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4443 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4444 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 4445 |
7010 | 4446 * polynomial/polygcd.m: Better layout of example. |
4447 * polynomial/compan.m: Remove unnecessary check. | |
4448 * polynomial/roots.m: Added example to help text. | |
4449 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4450 * polynomial/poly.m: Added example to help text. | |
6850 | 4451 |
6848 | 4452 2007-08-30 John W. Eaton <jwe@octave.org> |
4453 | |
4454 * optimization/qp.m: Increase maxit to 200. | |
4455 | |
6847 | 4456 2007-08-30 David Bateman <dbateman@free.fr> |
4457 | |
4458 * geometry/inpolygon.m: New file. | |
4459 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4460 | |
6843 | 4461 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4462 | |
4463 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4464 | |
6829 | 4465 2007-08-24 David Bateman <dbateman@free.fr> |
4466 | |
4467 * plot/__go_draw_axes__.m: Treat text color property. | |
4468 | |
6828 | 4469 2007-08-24 John W. Eaton <jwe@octave.org> |
4470 | |
4471 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4472 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4473 | |
4474 * miscellaneous/movefile.m: Separate second and third args and | |
4475 use p1 and p2, not f1 and f2 when constructing arguments for | |
4476 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4477 | |
6825 | 4478 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4479 | |
4480 * set/intersect.m: Make it work with cell arrays of strings. | |
4481 | |
6823 | 4482 2007-08-24 David Bateman <dbateman@free.fr> |
4483 | |
7010 | 4484 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4485 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4486 functions ported from octave-forge. | |
7010 | 4487 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4488 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4489 geometry/triplot.m, geometry/tsearchn.m: | |
4490 New functions. | |
7010 | 4491 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4492 * geometry/Makefile.in (SOURCES): Add functions above. | |
4493 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4494 |
6820 | 4495 2007-08-23 John W. Eaton <jwe@octave.org> |
4496 | |
4497 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4498 variable name. | |
4499 | |
4500 2007-08-23 David Bateman <dbateman@free.fr> | |
4501 | |
4502 * plot/plot.m: Allow first arg to be axes handle. | |
4503 | |
6818 | 4504 2007-08-22 David Bateman <dbateman@free.fr> |
4505 | |
4506 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4507 outputs are returned only if requested. | |
4508 | |
4509 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4510 | |
4511 * control/base/nichols.m: Fix typo. | |
4512 | |
6813 | 4513 2007-08-13 John W. Eaton <jwe@octave.org> |
4514 | |
4515 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4516 | |
6809 | 4517 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4518 | |
4519 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4520 use axes position in each appropriate gnuplot set statement. | |
4521 | |
6808 | 4522 2007-08-10 John W. Eaton <jwe@octave.org> |
4523 | |
4524 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4525 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4526 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4527 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4528 | |
6807 | 4529 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4530 | |
4531 * plot/patch.m, plot/__patch__.m: New files. | |
4532 * plot/Makefile.in (SOURCES): Add them to the list. | |
4533 | |
4534 2007-08-07 John W. Eaton <jwe@octave.org> | |
4535 | |
4536 * path/savepath.m: Use single quotes for argument to PATH command | |
4537 that is inserted in file. | |
4538 | |
6805 | 4539 2007-07-27 John W. Eaton <jwe@octave.org> |
4540 | |
4541 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4542 not set in the environment. | |
4543 | |
6796 | 4544 2007-07-25 David Bateman <dbateman@free.fr> |
4545 | |
4546 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4547 control/base/Makefile.in, control/hinf/Makefile.in, | |
4548 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4549 control/util/Makefile.in, deprecated/Makefile.in, | |
4550 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4551 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4552 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4553 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4554 polynomial/Makefile.in, quaternion/Makefile.in, | |
4555 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4556 specfun/Makefile.in, special-matrix/Makefile.in, | |
4557 startup/Makefile.in, statistics/Makefile.in, | |
4558 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4559 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4560 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4561 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4562 | |
6795 | 4563 2007-07-25 John W. Eaton <jwe@octave.org> |
4564 | |
4565 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4566 | |
6793 | 4567 2007-07-24 David Bateman <dbateman@free.fr> |
4568 | |
4569 * image/flag.m: New colormap function. | |
4570 * images/Makefile.in: Include it in SOURCES. | |
4571 | |
4572 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4573 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4574 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4575 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4576 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4577 number of colormap elements as the other colormap functions. | |
4578 | |
6790 | 4579 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4580 | |
4581 * plot/__go_draw_axes__.m: Handle patch. | |
4582 | |
6788 | 4583 2007-07-23 David Bateman <dbateman@free.fr> |
4584 | |
4585 * general/rat.m: New function for ration approximation imported | |
4586 from octave-forge. | |
4587 * general/del2.m: New function for discrete laplacian operator. | |
4588 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4589 | |
4590 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4591 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4592 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4593 image/winter.m, image/brighten.m: Port image functions from | |
4594 octave-forge. | |
4595 * image/Makefile.in: Add ported functions to SOURCES. | |
4596 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4597 compatibility with matlab. | |
4598 | |
4599 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4600 octave-forge | |
4601 * plot/Makefile.in: Add ported functions to SOURCES. | |
4602 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4603 using gnuplot 4.2 or greater. | |
4604 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4605 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4606 |
4607 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4608 | |
6781 | 4609 2007-07-19 David Bateman <dbateman@free.fr> |
4610 | |
4611 * plot/fplot.m: More compatible version. | |
4612 | |
6780 | 4613 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4614 | |
4615 * plot/clf.m: Check for valid handle before deleting. | |
4616 | |
4617 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4618 __go_figure__ instead of using regular "set" call. | |
4619 | |
6779 | 4620 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4621 | |
4622 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4623 type for gnuplot. | |
4624 | |
6778 | 4625 2007-07-18 John W. Eaton <jwe@octave.org> |
4626 | |
4627 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4628 gnuplot for each set of axes. | |
4629 | |
6777 | 4630 2007-07-18 David Bateman <dbateman@free.fr> |
4631 | |
6778 | 4632 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4633 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4634 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4635 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4636 Use standard scale factor rather than one on the scale factor for | |
4637 compatibility. | |
4638 | |
4639 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4640 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4641 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4642 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4643 Preserve backward compatibility. | |
6777 | 4644 |
6776 | 4645 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4646 | |
4647 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4648 to avoid issues with regexp special characters in the path strings. | |
4649 | |
6770 | 4650 2007-07-06 David Bateman <dbateman@free.fr> |
4651 | |
6778 | 4652 * general/accumarray.m: New function to create an array by |
4653 accumulating the elements. | |
6770 | 4654 |
6768 | 4655 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4656 | |
4657 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4658 (fdjac): Set nx outside of if block. | |
4659 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4660 | |
6765 | 4661 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4662 | |
4663 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4664 | |
4665 * plot/axis.m: Also set "visible" property when setting axes to | |
4666 on/off. | |
4667 | |
6762 | 4668 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4669 | |
4670 * image/colormap.m: Only return colormap if nargout > 0. | |
4671 Mark as command. | |
4672 | |
6758 | 4673 2007-06-25 John W. Eaton <jwe@octave.org> |
4674 | |
4675 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4676 strcmp for selected property comparisons. | |
4677 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4678 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 4679 |
6778 | 4680 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4681 |
6754 | 4682 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4683 | |
4684 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4685 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4686 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4687 |
6778 | 4688 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4689 argument, and note that the data should be sorted for the |
4690 definition of the median to be correct. | |
4691 | |
6778 | 4692 * statistics/base/std.m: Add missing square to definition of |
6754 | 4693 standard deviation. |
4694 | |
6778 | 4695 * statistics/base/cov.m: Add definition of covariance to the help text. |
4696 | |
4697 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4698 statistics/base/std.m: |
4699 Note that \bar{x} is the mean value of x in the help text. | |
4700 | |
6778 | 4701 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4702 coefficient to the help text. |
4703 | |
6778 | 4704 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4705 | |
4706 * statistics/base/var.m: Put N in @math in help text. | |
4707 | |
4708 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4709 statistics/tests/kolmogorov_smirnov_test.m: |
4710 Write about possible values of 'dist' in help text. | |
4711 | |
6778 | 4712 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4713 Add definition of correlation to the help text. |
4714 | |
6778 | 4715 * statistics/base/logit.m, statistics/base/kendall.m, |
4716 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4717 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4718 TeXification of help text. | |
4719 | |
4720 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4721 | |
4722 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4723 Add missing @var's to help text. | |
4724 | |
4725 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4726 | |
4727 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4728 of help text. | |
4729 | |
4730 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4731 help text. | |
4732 | |
4733 * statistics/distributions/unidpdf.m, | |
4734 statistics/distributions/discrete_pdf.m: | |
4735 Replace 'pDF' with 'PDF' in help text. | |
4736 | |
6753 | 4737 2007-06-25 John W. Eaton <jwe@octave.org> |
4738 | |
4739 * strings/substr.m: Use offset consistently in code and doc string. | |
4740 From Rafael Laboissiere <rafael@debian.org>. | |
4741 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4742 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4743 |
6778 | 4744 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4745 |
6751 | 4746 2007-06-25 John W. Eaton <jwe@octave.org> |
4747 | |
4748 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4749 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4750 <juhani@cs.joensuu.fi>. | |
4751 | |
6748 | 4752 2007-06-20 John W. Eaton <jwe@octave.org> |
4753 | |
6749 | 4754 * strings/index.m: Allow strings to be empty. |
4755 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4756 | |
6748 | 4757 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4758 | |
6747 | 4759 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4760 | |
4761 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4762 separate matrices. | |
4763 | |
6746 | 4764 2007-06-19 David Bateman <dbateman@free.fr> |
4765 | |
4766 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4767 only ";;" legend syntax. | |
4768 * polynomial/mkpp.m: ditto. | |
4769 * polynomial/pchip.m: ditto. | |
4770 * signal/freqz_plot.m: ditto. | |
4771 * sparse/gplot.m: ditto. | |
4772 * sparse/treeplot.m: ditto. | |
4773 | |
6745 | 4774 2007-06-19 John W. Eaton <jwe@octave.org> |
4775 | |
4776 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4777 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4778 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4779 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 4780 |
6778 | 4781 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4782 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4783 to check for NA. | |
4784 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4785 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 4786 |
6778 | 4787 * optimization/glpk.m: TeXified the help text. |
4788 * optimization/qp.m: TeXified the help text. | |
4789 * optimization/sqp.m: TeXified the help text. | |
6741 | 4790 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4791 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 4792 |
6778 | 4793 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4794 |
6738 | 4795 2007-06-15 John W. Eaton <jwe@octave.org> |
4796 | |
4797 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4798 have_newer_gnuplot is true. | |
4799 | |
6736 | 4800 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4801 | |
6778 | 4802 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4803 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4804 to 90, all others 0. |
4805 | |
6778 | 4806 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4807 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4808 get_data_limits. |
6778 | 4809 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4810 called by __errplot__. |
4811 | |
6730 | 4812 2007-06-15 John W. Eaton <jwe@octave.org> |
4813 | |
4814 * testfun/test.m: Also return number of expected failures. | |
4815 | |
6724 | 4816 2007-06-14 John W. Eaton <jwe@octave.org> |
4817 | |
6730 | 4818 * set/ismember.m: Mark two tests known to fail with xtest. |
4819 | |
6724 | 4820 * plot/__go_draw_axes__.m: Handle text rotation property. |
4821 | |
6728 | 4822 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4823 | |
4824 * testfun/test.m: Add xtest support for tests known to fail. | |
4825 | |
6727 | 4826 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4827 | |
4828 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4829 epslatexstandalone terminals. | |
4830 | |
6721 | 4831 2007-06-14 David Bateman <dbateman@free.fr> |
4832 | |
4833 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4834 as permutation of results was incorrect. | |
4835 * general/interp1.m: Add demo on second derivative | |
4836 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4837 call. Add 3D demo. Fix typos |
4838 * general/interp3.m: Fix typos. Correct permutation for use of | |
4839 interpn. | |
6721 | 4840 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4841 | |
6717 | 4842 2007-06-13 John W. Eaton <jwe@octave.org> |
4843 | |
4844 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4845 |
6706 | 4846 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4847 | |
4848 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4849 | |
6704 | 4850 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4851 | |
4852 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4853 Set have_linestyle to true if two character linestyle is found. | |
4854 | |
6702 | 4855 2007-06-12 David Bateman <dbateman@free.fr> |
4856 | |
6717 | 4857 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4858 and interpn.m. | |
4859 | |
4860 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4861 structure before using it. | |
4862 | |
4863 2007-06-12 David Bateman <dbateman@free.fr> | |
4864 | |
6704 | 4865 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4866 * general/__splinen__.m: New support function for N-dimensional |
4867 spline interpolation. | |
4868 * general/bicubic.m: Allow definition of extrapolation | |
4869 value. Adapt tests to use new graphics interface | |
4870 * general/interp2.m: Call __splinen__ for 2-D spline | |
4871 interpolation. Make the lookup table code only be called for | |
4872 linear and nearest methods. | |
4873 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4874 and spline interpolation. | |
4875 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4876 and spline interpolation. | |
6704 | 4877 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4878 |
6701 | 4879 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4880 | |
4881 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4882 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4883 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 4884 |
4885 * plot/fplot.m: If function is inline, vectorize it. | |
4886 | |
6698 | 4887 2007-06-10 David Bateman <dbateman@free.fr> |
4888 | |
4889 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4890 directory if need to, so that it fits on a line. | |
4891 | |
6695 | 4892 2007-06-07 David Bateman <dbateman@free.fr> |
4893 | |
4894 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4895 saved file so that dependent packages are loaded first, and if | |
4896 nargout==0 don't return any arguments. | |
4897 (pkg:install): Only load packages that are marked autoload after | |
4898 install. Various fixes. Save in order. | |
4899 (pkg:uninstall): Save in order | |
4900 (pkg:load_packages): Use load_package_and_dependencies to load | |
4901 packages. | |
4902 (pkg:save_order): New function to sort package list with dependent | |
4903 packages first. | |
4904 (pkg:load_packages_and_dependencies): New function to load both a | |
4905 list of packages and their dependencies. | |
4906 (pkg:load_package_dirs): New function that returns a vector of the | |
4907 indexes into the installed package list indicating the packages to | |
4908 load and the order to load them in to respect the dependencies. | |
4909 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4910 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 4911 |
4912 * plot/axes.m: Eliminate redundant else clause. | |
4913 | |
6686 | 4914 2007-06-03 David Bateman <dbateman@free.fr> |
4915 | |
4916 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4917 * pkg/pkg.m: Protect against multiple actions being define. |
4918 | |
6683 | 4919 2007-06-01 David Bateman <dbateman@free.fr> |
4920 | |
4921 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4922 incorporate into main pkg function. | |
4923 (pkg:install): Check for existence of files to install before | |
4924 globbing and warn the user if they don't exist. | |
4925 | |
6675 | 4926 2007-05-31 David Bateman <dbateman@free.fr> |
4927 | |
6679 | 4928 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4929 directory over several copy command to limit the line length. | |
4930 * miscellaneous/movefile.m: Ditto. | |
4931 | |
6675 | 4932 * pkg.m: Add build option to allow binary Octave packages to be |
4933 built from source packages. Probe absolute path of prefix, global | |
4934 and local lists. Use strcat, rather that [] for strings. | |
4935 (pkg:build): New function to binary binary package. | |
4936 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4937 (pkg:repackage): Package binary Octave package from installation. | |
4938 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4939 from m-files into main installation directory. | |
4940 (pkg:shell): Suppress verbose messages from shell and only display | |
4941 them with the verbose flag. | |
4942 (pkg:installed_packages): Also include the loaded flag in the | |
4943 local and global packages. | |
4944 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4945 flagged as loaded. | |
4946 | |
4947 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4948 | |
4949 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4950 with and without architecture dependent directories. | |
4951 (pkg:installed_packages): Probe the global_list file even if it is | |
4952 the same as the local_list. | |
4953 | |
6669 | 4954 2007-05-29 John W. Eaton <jwe@octave.org> |
4955 | |
4956 * sparse/spy.m: Set axis to "ij" mode. | |
4957 | |
6664 | 4958 2007-05-24 John W. Eaton <jwe@octave.org> |
4959 | |
4960 * set/ismember.m: Quote first arg of "fail" tests. | |
4961 | |
6663 | 4962 2007-05-24 David Bateman <dbateman@free.fr> |
4963 | |
6778 | 4964 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4965 |
6655 | 4966 2007-05-22 David Bateman <dbateman@free.fr> |
4967 | |
4968 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4969 error(lasterr()(8:end)). | |
4970 (pkg:install): Warning for empty packages being removed. Suppress | |
4971 spurious output. Warning rather than error for uninstalling a | |
4972 package that is not installed to avoid RPM issue. | |
4973 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4974 inst or architecture dependent directory if it exists. | |
4975 | |
6653 | 4976 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4977 | |
4978 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4979 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4980 signal/freqz.m: Fix typos. | |
4981 | |
6645 | 4982 2007-05-21 David Bateman <dbateman@free.fr> |
4983 | |
4984 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4985 force installation location. | |
4986 (rebuild): New subfunction to rebuild package database from | |
4987 installed packages. Also allows changing of autoload status | |
4988 (install): Warn use if attempting to install from non existent | |
4989 file. | |
4990 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4991 "USER", "root"))' for root test. | |
4992 | |
4993 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4994 | |
4995 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4996 and replace "\" characters with "/". | |
4997 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4998 characters with "/" throughout. | |
4999 (shell): New subfunction that wraps system and is careful with the | |
5000 shell on windows platforms. | |
5001 (configure_make): Explictly pass complier etc to configure | |
5002 process. | |
5003 (issuperuser): Force default to global install for Windows machines. | |
5004 | |
6636 | 5005 2007-05-19 Kristan Onu |
5006 | |
5007 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5008 | |
6634 | 5009 2007-05-18 David Bateman <dbateman@free.fr> |
5010 | |
5011 * pkg/pkg.m (install): More verbosity. | |
5012 (configure_make): Ditto. | |
5013 (create_pkgadddel): Install in architecture dependent directory if | |
5014 it exists to address issues with autoload/mfilename. | |
5015 (write_INDEX): Check in archiecture dependent directories as well. | |
5016 | |
6633 | 5017 2007-05-17 David Bateman <dbateman@free.fr> |
5018 | |
5019 * plot/hbar.m: Remove. | |
5020 * plot/barh.m: and move it here. | |
5021 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5022 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5023 |
5024 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5025 | |
6629 | 5026 2007-05-16 John W. Eaton <jwe@octave.org> |
5027 | |
5028 * general/logspace.m: Return second arg if fewer than two values | |
5029 are requested. | |
5030 | |
6619 | 5031 2007-05-14 John W. Eaton <jwe@octave.org> |
5032 | |
5033 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5034 on a new line. | |
5035 | |
6617 | 5036 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5037 | |
5038 * statistics/distributions/norminv.m, | |
5039 statistics/distributions/norminv.m, | |
5040 statistics/distributions/normpdf.m, | |
5041 statistics/distributions/normrnd.m: | |
5042 Use standard deviation, not variance. | |
5043 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5044 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5045 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5046 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5047 backward compatibility. | |
5048 | |
6616 | 5049 2007-05-14 David Bateman <dbateman@free.fr> |
5050 | |
5051 * pkg/pkg.m: Mark loaded packages with "*". | |
5052 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5053 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5054 |
5055 * miscellaneous/single.m: Doc fix. | |
5056 Convert to double instead of returning argument unchanged. | |
5057 | |
5058 * miscellaneous/doc.m: Doc fix. | |
5059 | |
5060 * miscellaneous/ver.m: Doc fix. | |
5061 Don't display information about Octave Forge. | |
5062 | |
6614 | 5063 2007-05-12 David Bateman <dbateman@free.fr> |
5064 | |
5065 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5066 install to be printed. An error in the on_uninstall script causes | |
5067 a failure to uninstall. Place oct- and mex-files in an | |
5068 architecture dependent directory. | |
5069 | |
6611 | 5070 2007-05-09 John W. Eaton <jwe@octave.org> |
5071 | |
5072 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5073 | |
6609 | 5074 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5075 | |
5076 * statistics/distributions/normcdf.m: Use standard deviation | |
5077 instead of variance for compatibility. | |
5078 | |
5079 2007-05-08 John W. Eaton <jwe@octave.org> | |
5080 | |
5081 | |
5082 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5083 | |
5084 * set/ismember.m: Always return logical values. | |
5085 | |
5086 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5087 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5088 |
5089 * general/__isequal__.m: Allow numeric values of different classes | |
5090 to compare equal. | |
5091 | |
6606 | 5092 2007-05-07 David Bateman <dbateman@free.fr> |
5093 | |
6607 | 5094 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5095 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5096 |
6605 | 5097 2007-05-02 John W. Eaton <jwe@octave.org> |
5098 | |
5099 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5100 | |
6604 | 5101 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5102 | |
5103 * contour.m: Rewrite help string. | |
5104 | |
6599 | 5105 2007-04-28 John W. Eaton <jwe@octave.org> |
5106 | |
5107 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5108 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5109 Special case nargout == 0. | |
5110 | |
6597 | 5111 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5112 | |
5113 * general/sub2ind.m: Handle empty input, add tests. | |
5114 | |
6590 | 5115 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5116 | |
5117 * plot/contourc.m: Doc fix. | |
5118 | |
6586 | 5119 2007-04-26 David Bateman <dbateman@free.fr> |
5120 | |
5121 * plot/hist.m: Partially remove previous patch. | |
5122 | |
6582 | 5123 2007-04-26 David Bateman <dbateman@free.fr> |
5124 | |
5125 * plot/hist.m: Support returning of handle | |
5126 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5127 cells. | |
5128 | |
6575 | 5129 2007-04-25 John W. Eaton <jwe@octave.org> |
5130 | |
6579 | 5131 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5132 "title \"\"", not "". | |
5133 | |
6575 | 5134 * plot/legend.m: Initialize WARNED to false. |
5135 | |
6567 | 5136 2007-04-24 John W. Eaton <jwe@octave.org> |
5137 | |
5138 * io/beep.m: Fix cut and paste error. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5139 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5140 |
5141 2007-04-23 John W. Eaton <jwe@octave.org> | |
5142 | |
5143 * plot/box.m: Delete extra endfunction keyword. | |
5144 | |
6560 | 5145 2007-04-23 David Bateman <dbateman@free.fr> |
5146 | |
5147 * plot/plot3.m: Call newplot. | |
5148 | |
6553 | 5149 2007-04-20 John W. Eaton <jwe@octave.org> |
5150 | |
5151 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5152 | |
6546 | 5153 2007-04-19 John W. Eaton <jwe@octave.org> |
5154 | |
5155 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5156 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5157 | |
6544 | 5158 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5159 | |
5160 * control/util/axis2dlim.m: Delete extraneous line. | |
5161 | |
6542 | 5162 2007-04-18 John W. Eaton <jwe@octave.org> |
5163 | |
5164 * specfun/factorial.m: Increase tolerance in large value test. | |
5165 | |
6540 | 5166 2007-04-18 David Bateman <dbateman@free.fr> |
5167 | |
5168 * __bar__.m: New support function for bar/hbar to support graphic | |
5169 handles, and additional arguments. | |
5170 * bar.m: Convert to use __bar__. | |
5171 * hbar.m: New function | |
5172 * hist.m: Explicitly set the width of the bar plot. | |
5173 | |
6533 | 5174 2007-04-17 John W. Eaton <jwe@octave.org> |
5175 | |
6534 | 5176 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5177 | |
6533 | 5178 * set/ismember.m: New tests. |
5179 From David Grohmann <grohmann@arlut.utexas.edu> | |
5180 | |
6532 | 5181 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5182 | |
5183 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5184 Add tests. | |
5185 | |
6527 | 5186 2007-04-16 John W. Eaton <jwe@octave.org> |
5187 | |
6528 | 5188 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5189 looks_like_copyright in src/help.cc. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5190 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 5191 |
6527 | 5192 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5193 | |
6526 | 5194 2007-04-13 John W. Eaton <jwe@octave.org> |
5195 | |
6527 | 5196 * optimization/sqp.m: Initialize info to 0. |
5197 | |
6526 | 5198 * optimization/qp.m: Undo previous change. |
5199 | |
6524 | 5200 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5201 | |
5202 * spdiags.m: Fixed the four-argument case to work for columns of | |
5203 length one. | |
5204 | |
6523 | 5205 2007-04-12 John W. Eaton <jwe@octave.org> |
5206 | |
5207 * optimization/qp.m: Avoid Octave indexing bug. | |
5208 | |
6521 | 5209 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5210 | |
6522 | 5211 * miscellaneous/menu.m, control/base/bddemo.m, |
5212 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5213 control/system/sysrepdemo.m: | |
5214 Adapt to page_screen_output as a function. | |
6521 | 5215 |
6518 | 5216 2007-04-11 John W. Eaton <jwe@octave.org> |
5217 | |
5218 * miscellaneous/not.m: Delete. | |
5219 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5220 | |
5221 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5222 | |
5223 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5224 that are close but not exactly equal. | |
5225 | |
6515 | 5226 2007-04-11 David Bateman <dbateman@free.fr> |
5227 | |
5228 * general/bitcmp.m: Make it work again. | |
5229 | |
6512 | 5230 2007-04-10 John W. Eaton <jwe@octave.org> |
5231 | |
5232 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5233 that are close but not exactly equal. | |
5234 | |
6511 | 5235 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5236 | |
5237 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5238 in response to a change in x limits for now. | |
5239 | |
6510 | 5240 2007-04-09 John W. Eaton <jwe@octave.org> |
5241 | |
5242 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5243 (__go_draw_axes__): Use it to write data to plot stream. | |
5244 | |
6509 | 5245 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5246 | |
5247 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5248 zeros. Set markerfacecolor property in call to plot. | |
5249 | |
6508 | 5250 2007-04-06 John W. Eaton <jwe@octave.org> |
5251 | |
5252 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5253 | |
5254 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5255 | |
5256 * plot/stem.m: Use plot instead of a series of calls to line. | |
5257 | |
6494 | 5258 2007-04-05 John W. Eaton <jwe@octave.org> |
5259 | |
6499 | 5260 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5261 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5262 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5263 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5264 | |
6496 | 5265 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5266 Use strcmpi instead of strcmp+tolower. |
6496 | 5267 Style fixes. |
5268 | |
6494 | 5269 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5270 Plotting fixes. Style fixes. | |
5271 | |
5272 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5273 Style fixes. | |
5274 | |
5275 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5276 Style fixes. | |
5277 | |
5278 * testfun/demo.m, testfun/example.m: Style fixes. | |
5279 Use "strcat (...)" instead of "[...]". | |
5280 Use format specifiers in calls to warning. | |
5281 | |
5282 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5283 Use "strcat (...)" instead of "[...]". | |
5284 Use "x(end)" instead of "x(length (x))". | |
5285 Check NA before NaN. | |
5286 Style fixes. | |
5287 | |
6473 | 5288 2007-03-29 John W. Eaton <jwe@octave.org> |
5289 | |
6474 | 5290 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5291 |
6467 | 5292 2007-03-27 John W. Eaton <jwe@octave.org> |
5293 | |
5294 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5295 control/base/Makefile.in, control/hinf/Makefile.in, | |
5296 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5297 control/util/Makefile.in, deprecated/Makefile.in, | |
5298 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5299 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5300 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5301 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5302 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5303 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5304 special-matrix/Makefile.in, startup/Makefile.in, | |
5305 statistics/Makefile.in, statistics/base/Makefile.in, | |
5306 statistics/distributions/Makefile.in, | |
5307 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5308 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5309 Use ln instead of $(LN_S) in dist target. | |
5310 | |
6465 | 5311 2007-03-27 David Bateman <dbateman@free.fr> |
5312 | |
5313 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5314 gnuplot 4.0. | |
5315 | |
6464 | 5316 2007-03-26 John W. Eaton <jwe@octave.org> |
5317 | |
5318 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5319 | |
6461 | 5320 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5321 | |
5322 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5323 plot stream and using binary data. | |
5324 | |
6459 | 5325 2007-03-26 John W. Eaton <jwe@octave.org> |
5326 | |
5327 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5328 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5329 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5330 | |
5331 2007-03-26 David Bateman <dbateman@free.fr> | |
5332 | |
6461 | 5333 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5334 | |
6459 | 5335 * plot/plot3.m: Handle line properties. |
5336 * plot/plot.m: Update docstring. | |
5337 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5338 * plot/__plt__.m: Also gather properties. | |
5339 | |
6455 | 5340 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5341 | |
5342 * testfun/assert.m: Delete special check for empty objects. | |
5343 Add test. | |
5344 | |
6453 | 5345 2007-03-26 John W. Eaton <jwe@octave.org> |
5346 | |
6454 | 5347 * plot/drawnow.m: Exit early if call is recursive. |
5348 | |
6453 | 5349 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5350 Check for Inf too. | |
5351 (__go_draw_axes__): Use get_data_limits. | |
5352 | |
6450 | 5353 2007-03-24 John W. Eaton <jwe@octave.org> |
5354 | |
6451 | 5355 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5356 send terminal setting command with title option to plot stream. | |
5357 | |
6450 | 5358 * plot/legend.m: Correctly increment index into list of children.. |
5359 | |
6434 | 5360 2007-03-23 John W. Eaton <jwe@octave.org> |
5361 | |
6448 | 5362 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5363 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5364 control/base/nyquist.m, control/base/nichols.m, | |
5365 control/base/frdemo.m, signal/freqz_plot.m, | |
5366 control/base/__stepimp__.m, control/base/bode.m, | |
5367 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5368 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5369 Update plotting code. |
5370 | |
5371 * control/base/bode.m: Unwrap phase angle. | |
5372 | |
5373 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5374 | |
5375 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5376 | |
5377 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5378 commands. | |
6446 | 5379 |
6442 | 5380 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5381 Handle numeric color specs. |
6442 | 5382 * plot/plot.m: Remove "-@" and "@" from docstring. |
5383 | |
6441 | 5384 * plot/orient.m: Fix tests to avoid creating a plot window. |
5385 | |
6440 | 5386 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5387 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5388 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5389 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5390 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5391 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5392 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5393 | |
6438 | 5394 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5395 plot, not just multiplots. | |
5396 | |
6436 | 5397 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5398 | |
6434 | 5399 * plot/contour.m: Don't call drawnow. |
5400 | |
6431 | 5401 2007-03-22 John W. Eaton <jwe@octave.org> |
5402 | |
6432 | 5403 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5404 property of each figure. | |
5405 | |
6431 | 5406 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5407 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5408 | |
5409 2007-03-21 John W. Eaton <jwe@octave.org> | |
5410 | |
5411 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5412 less than eps to 0. | |
5413 | |
6429 | 5414 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5415 |
5416 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5417 * testfun/speed.m: Documentation and example fix. |
5418 | |
6424 | 5419 2007-03-21 John W. Eaton <jwe@octave.org> |
5420 | |
5421 * plot/subplot.m: If we find an existing subplot region, set | |
5422 it to be the "currentaxes" property for the current figure. | |
6425 | 5423 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5424 |
6422 | 5425 2007-03-20 David Bateman <dbateman@free.fr> |
5426 | |
5427 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5428 | |
5429 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5430 | |
5431 * general/arrayfun.m: New function. | |
5432 | |
6418 | 5433 2007-03-20 John W. Eaton <jwe@octave.org> |
5434 | |
6419 | 5435 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5436 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5437 | |
5438 * plot/clf.m: Don't call drawnow. | |
5439 | |
6431 | 5440 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5441 |
6420 | 5442 * image/__img__.m: Maybe set yaxis to reverse for images. |
5443 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5444 images. | |
5445 | |
6418 | 5446 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5447 instead of global. Only register __go_close_all__ with atexit if |
5448 the plot stream is successfully opened. | |
6418 | 5449 |
6413 | 5450 2007-03-15 John W. Eaton <jwe@octave.org> |
5451 | |
6418 | 5452 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5453 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5454 | |
5455 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5456 | |
5457 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5458 Use numeric line types. |
6413 | 5459 |
5460 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5461 lines and larger markers. Remove key titles from line type |
5462 properties. | |
6413 | 5463 |
6405 | 5464 2007-03-14 John W. Eaton <jwe@octave.org> |
5465 | |
6412 | 5466 * plot/__axis_label__.m: Accept additional property-value pairs |
5467 and pass them to __go_text__. Simply return the handle obtained | |
5468 from __go_text__ instead of calling get on the current axis. | |
5469 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5470 Allow for extra property value pairs to be passed along. | |
5471 * plot/title.m: Implement with __axis_label__ since it does all | |
5472 that title needs to do. | |
5473 | |
6410 | 5474 * plot/clf.m: Set currentaxes property for current figure to []. |
5475 | |
6405 | 5476 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5477 | |
5478 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5479 and __plt2__, not just the last. | |
5480 | |
5481 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5482 (SOURCES_IN, GEN_M): Delete. | |
5483 (FCN_FILES): Don't include $(GEN_M). | |
5484 (all): Don't depend on $(GEN_M). | |
5485 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5486 | |
5487 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5488 | |
5489 * plot/newplot.m: Call __go_axes_init__ instead of | |
5490 __uiobject_axes_init__. | |
5491 | |
5492 * plot/mesh.m: Use __go_surface__ instead of | |
5493 __uiobject_surface_ctor__. Don't access object fields directly. | |
5494 | |
5495 * plot/line.m: Use __line__ to do actual work. | |
5496 * plot/__line__.m: New function. | |
5497 | |
5498 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5499 Use get and set instead of accessing object fields directly. | |
5500 | |
5501 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5502 handle. | |
5503 | |
5504 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5505 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5506 __uiobject_draw_figure__. | |
5507 | |
5508 * plot/clf.m: Use get instead of accessing object fields | |
5509 directly. Simply delete children. Don't set currentaxes. | |
5510 | |
5511 * plot/close.m (close_all_figures): New subfunction. | |
5512 Use it instead of getting list of figures to close from | |
5513 __uiobject_figures__. | |
5514 | |
5515 * plot/closereq.m: Simply delete the current figure. Don't set | |
5516 currentfigure. | |
5517 | |
5518 * plot/__errplot__.m: Call __line__ instead of | |
5519 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5520 directly. Don't call __uiobject_adopt__. | |
5521 | |
5522 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5523 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5524 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5525 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5526 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5527 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5528 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5529 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5530 plot/__uiobject_init_root_figure__.in, | |
5531 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5532 plot/__uiobject_root_figure_ctor__.m, | |
5533 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5534 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5535 plot/set.in: Delete. | |
6408 | 5536 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5537 |
5538 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5539 Pass "hidden" as second arg to close. | |
5540 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5541 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5542 * plot/Makefile.in (SOURCES_M): Rename in list. |
5543 | |
6405 | 5544 * image/__img__.m: Use __go_image__ to create image graphics |
5545 handle. | |
5546 | |
5547 * miscellaneous/delete.m: Call __go_delete__, not | |
5548 __uiobject_delete__. Check that arg is a graphics handle before | |
5549 calling __go_delete__. | |
5550 | |
6403 | 5551 2007-03-13 John W. Eaton <jwe@octave.org> |
5552 | |
5553 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5554 arg instead of switch statement. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5555 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5556 |
5557 2007-03-12 John W. Eaton <jwe@octave.org> | |
5558 | |
5559 * miscellaneous/cast.m: New function. | |
5560 | |
5561 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5562 | |
6398 | 5563 2007-03-08 John W. Eaton <jwe@octave.org> |
5564 | |
5565 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5566 tilde expansion on target filename before passing it to the shell. | |
5567 | |
5568 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5569 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5570 | |
6396 | 5571 2007-03-08 David Bateman <dbateman@free.fr> |
5572 | |
5573 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5574 replacing slower version based on dicrete_rnd. | |
5575 | |
6392 | 5576 2007-03-07 John W. Eaton <jwe@octave.org> |
5577 | |
6395 | 5578 * control/base/rlocus.m: Update for current plotting functions. |
5579 | |
5580 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5581 | |
5582 * control/base/rlocus.m: Improve display. | |
5583 | |
5584 2007-03-07 John W. Eaton <jwe@octave.org> | |
5585 | |
5586 * plot/legend.m: Only handle positions -1:4. | |
5587 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5588 found in option string | |
5589 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5590 | |
6394 | 5591 * plot/newplot.m: Always reset next line color. |
5592 | |
6392 | 5593 * testfun/assert.m: Check that number of dimensions match before |
5594 checking dimensions. | |
5595 | |
6391 | 5596 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5597 | |
5598 * specfun/perms.m, specfun/factorial.m: Check args. | |
5599 | |
6387 | 5600 2007-03-07 John W. Eaton <jwe@octave.org> |
5601 | |
6390 | 5602 * plot/mesh.m: Call newplot before doing anything. |
5603 | |
5604 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5605 just "e". Only flush plot stream once. | |
5606 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5607 | |
6387 | 5608 * strings/blanks.m: Omit first index in assignment. |
5609 | |
6386 | 5610 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5611 | |
5612 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5613 | |
6385 | 5614 2007-03-06 David Bateman <dbateman@free.fr> |
5615 John W. Eaton <jwe@octave.org> | |
5616 | |
5617 * set/setdiff.m: Ignore "rows" for cell array args. | |
5618 Handle cellstr args. | |
5619 | |
6382 | 5620 2007-03-05 John W. Eaton <jwe@octave.org> |
5621 | |
5622 * optimization/sqp.m: Defer first call to obj_hess until after | |
5623 calling obj_fun. | |
5624 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5625 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5626 |
5627 * specfun/nchoosek.m: Fix nargin check. | |
5628 | |
6376 | 5629 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5630 | |
5631 * image/__img__.m: Don't set xlim and ylim properties. | |
5632 | |
6374 | 5633 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5634 | |
5635 * general/interp1.m: Fix *style cases for decreasing x. | |
5636 | |
6372 | 5637 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5638 | |
5639 * polynomial/roots.m: Check nargin before accessing arg. | |
5640 | |
6369 | 5641 2007-02-28 John W. Eaton <jwe@octave.org> |
5642 | |
5643 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5644 increment data_idx unless using gnuplot for display. | |
5645 | |
6368 | 5646 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5647 | |
5648 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5649 plots with images. | |
5650 * image/image.m, image/imagesc.m, image/imshow.m: | |
5651 Deprecate zoom argument. | |
5652 | |
6366 | 5653 2007-02-28 John W. Eaton <jwe@octave.org> |
5654 | |
5655 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5656 temporary file names. Keep image and colormap file ids separate. | |
5657 | |
5658 * general/interp1.m: Correctly compute min and max values when | |
5659 values are decreasing and not evenly spaced. | |
5660 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5661 | |
6365 | 5662 2007-02-27 John W. Eaton <jwe@octave.org> |
5663 | |
5664 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5665 returning an empty cell array. | |
5666 | |
6546 | 5667 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5668 |
5669 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5670 | |
6546 | 5671 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5672 |
5673 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5674 control/base/Makefile.in, control/hinf/Makefile.in, | |
5675 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5676 control/util/Makefile.in, deprecated/Makefile.in, | |
5677 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5678 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5679 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5680 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5681 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5682 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5683 special-matrix/Makefile.in, startup/Makefile.in, | |
5684 statistics/Makefile.in, statistics/base/Makefile.in, | |
5685 statistics/distributions/Makefile.in, | |
5686 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5687 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5688 Use $(LN_S) instead of ln or ln -s. | |
5689 | |
6356 | 5690 2007-02-24 David Bateman <dbateman@free.fr> |
5691 | |
5692 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5693 '\n' in FILES file. | |
6357 | 5694 (configure_make): Also install any mex files. |
6356 | 5695 |
6353 | 5696 2007-02-24 David Bateman <dbateman@free.fr> |
5697 | |
5698 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5699 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5700 | |
6351 | 5701 2007-02-23 John W. Eaton <jwe@octave.org> |
5702 | |
5703 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5704 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5705 | |
5706 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5707 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5708 | |
6349 | 5709 2007-02-23 David Bateman <dbateman@free.fr> |
5710 | |
5711 * statistics/distributions/discrete_rnd.m, | |
5712 statistics/distributions/geornd.m, | |
5713 statistics/distributions/lognnd.m, | |
5714 statistics/distributions/nbinrnd.m, | |
5715 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5716 | |
5717 * statistics/distributions/unidcdf.m, | |
5718 statistics/distributions/unidinv.m, | |
5719 statistics/distributions/unidpdf.m, | |
5720 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5721 discrete_cdf, etc. |
6349 | 5722 |
5723 * statistics/distributions/pascal_cdf.m, | |
5724 statistics/distributions/pascal_inv.m, | |
5725 statistics/distributions/pascal_pdf.m, | |
5726 statistics/distributions/pascal_rnd.m: Remove. | |
5727 * statistics/distributions/nbincdf.m, | |
5728 statistics/distributions/nbininv.m, | |
5729 statistics/distributions/nbinpdf.m, | |
5730 statistics/distributions/nbinrnd.m: Replace with matlab | |
5731 compatible functions. | |
5732 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5733 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5734 nbincdf, etc functions to implement these. | |
5735 | |
6344 | 5736 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5737 | |
5738 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5739 command and data. | |
5740 | |
5741 2007-02-22 John W. Eaton <jwe@octave.org> | |
5742 | |
5743 * miscellaneous/doc.m: If index search fails, try again without | |
5744 the index search option. | |
5745 | |
6339 | 5746 2007-02-22 David Bateman <dbateman@free.fr> |
5747 | |
6341 | 5748 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5749 | |
6340 | 5750 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5751 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5752 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5753 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5754 and randp to accelerate. | |
5755 | |
6339 | 5756 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5757 | |
6338 | 5758 2007-02-22 John W. Eaton <jwe@octave.org> |
5759 | |
5760 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5761 cache data and display after xlim and ylim have been determined. | |
5762 | |
6337 | 5763 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5764 | |
5765 * plot/__uiobject_draw_axes__.m: | |
5766 Allow multiple images to be displayed with gnuplot. | |
5767 | |
6333 | 5768 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5769 | |
5770 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5771 for versions of GLPK 4.15 and later. | |
5772 | |
6328 | 5773 2007-02-19 John W. Eaton <jwe@octave.org> |
5774 | |
5775 * plot/__uiobject_alloc__.in: If next available element in | |
5776 __uiobject_list__ is 0, grow list before doing anything else. | |
5777 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5778 first call when size of __uiobject_list__ is 0. | |
5779 | |
6323 | 5780 2007-02-16 John W. Eaton <jwe@octave.org> |
5781 | |
5782 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5783 | |
6321 | 5784 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5785 | |
5786 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5787 | |
6316 | 5788 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5789 | |
5790 * specfun/nchoosek.m: Check nargin. | |
5791 | |
6314 | 5792 2007-02-15 John W. Eaton <jwe@octave.org> |
5793 | |
6315 | 5794 * path/addpath.m, path/rmpath.m: Delete |
5795 * path/Makefile.in (SOURCES): Remove them from the list. | |
5796 | |
6314 | 5797 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5798 Delete title, xlabel, ylabel, and zlabel properties before | |
5799 reassigning. | |
5800 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5801 Don't init outerposition if "mode" is "replace". | |
5802 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5803 If axes nextplot property is replace, pass "replace" as mode arg | |
5804 to __uiobject_axes_init__. | |
5805 | |
6308 | 5806 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5807 | |
6310 | 5808 * image/imshow.m: Don't restore old colormap. |
5809 | |
6309 | 5810 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5811 * image/__img__.m: New file containing common parts of image.m and | |
5812 imshow.m. | |
6312 | 5813 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5814 * image/image.m, image/imshow.m: Call __img__. |
5815 * plot/__uiobject_draw_axes__.m: | |
5816 Handle rgb imaged data stored in 3-d arrays. | |
5817 | |
6308 | 5818 * plot/figure.m: Doc fix. |
5819 | |
6304 | 5820 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5821 | |
5822 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5823 for reading and writing data. New tests. Improve rounding. | |
5824 | |
6302 | 5825 2007-02-13 John W. Eaton <jwe@octave.org> |
5826 | |
6303 | 5827 * plot/stem.m: New file, adapted from OctPlot. |
5828 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5829 | |
6302 | 5830 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5831 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5832 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5833 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5834 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5835 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5836 plot/semilogyerr.m: Return handles to line objects. | |
5837 | |
6301 | 5838 2007-02-11 John W. Eaton <jwe@octave.org> |
5839 | |
5840 * plot/__uiobject_close_all.m: New file. | |
5841 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5842 | |
6298 | 5843 2007-02-10 John W. Eaton <jwe@octave.org> |
5844 | |
5845 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5846 * plot/__uiobject_globals__.m: Don't call mlock. | |
5847 | |
5848 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5849 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5850 before calling pclose. | |
5851 | |
6291 | 5852 2007-02-09 John W. Eaton <jwe@octave.org> |
5853 | |
6295 | 5854 * plot/subplot.m: Delete spurious call to axes. |
5855 | |
6293 | 5856 * plot/figure.m: Call drawnow for current figure before creating |
5857 or switching to a new figure. | |
5858 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5859 nargin == 0 case. | |
5860 | |
6291 | 5861 * testfun/assert.m: Try to avoid problems when comparisons involve |
5862 strange values like Inf+NaNi. | |
5863 | |
6283 | 5864 2007-02-08 John W. Eaton <jwe@octave.org> |
5865 | |
6286 | 5866 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5867 and check gnuplot_use_title_option instead of just assuming -title | |
5868 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5869 | |
6285 | 5870 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5871 | |
6284 | 5872 * audio/Makefile.in, control/base/Makefile.in, |
5873 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5874 control/system/Makefile.in, control/util/Makefile.in, | |
5875 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5876 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5877 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5878 optimization/Makefile.in, plot/Makefile.in, | |
5879 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5880 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5881 special-matrix/Makefile.in, startup/Makefile.in, | |
5882 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5883 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5884 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5885 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5886 | |
6283 | 5887 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5888 only given property list. | |
5889 | |
6278 | 5890 2007-02-07 John W. Eaton <jwe@octave.org> |
5891 | |
6280 | 5892 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5893 properties. | |
5894 | |
6278 | 5895 * plot/sombrero.m: Call box ("off") after mesh. |
5896 | |
5897 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5898 line default" commands with older versions of gnuplot. | |
5899 | |
5900 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5901 | |
6273 | 5902 2007-02-06 John W. Eaton <jwe@octave.org> |
5903 | |
5904 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5905 * sparse/gplot.m: Use line style - instead of 1. | |
5906 | |
6272 | 5907 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5908 | |
5909 * plot/print.m: Avoid error message from cellidx. | |
5910 | |
5911 2007-02-05 John W. Eaton <jwe@octave.org> | |
5912 | |
5913 * plot/legend.m: Fix check for data. | |
5914 | |
6270 | 5915 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5916 | |
5917 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5918 Always set lt and pt. | |
5919 | |
6269 | 5920 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5921 | |
5922 * plot/contourc.m: Correctly compute X and Y. | |
5923 | |
6268 | 5924 2007-02-05 John W. Eaton <jwe@octave.org> |
5925 | |
5926 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5927 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5928 | |
6264 | 5929 2007-02-01 John W. Eaton <jwe@octave.org> |
5930 | |
6266 | 5931 * plot/__uiobject_draw_axes__.m: |
5932 Don't try to set axis limits unless we have data. | |
5933 | |
6264 | 5934 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5935 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5936 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5937 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5938 instead of of key and fmt strings. | |
5939 | |
5940 * plot/__pltopt1__.m: Greatly simplify. | |
5941 | |
5942 * plot/__next_line_color__.m: New file. | |
5943 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5944 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5945 | |
5946 * plot/__default_plot_options__.m: New file. | |
5947 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5948 | |
5949 * plot/__plt3__.m: Delete. | |
5950 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5951 | |
6259 | 5952 2007-01-31 John W. Eaton <jwe@octave.org> |
5953 | |
6263 | 5954 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5955 linestyle, linewidth, marker, and markersize properties. | |
5956 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5957 colors and widths, and line styles. | |
5958 | |
5959 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5960 |
6261 | 5961 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5962 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5963 | |
5964 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5965 __gnuplot_save_data__. | |
5966 | |
6259 | 5967 * image/image.m: Accept 2 args, but ignore the second for now. |
5968 | |
6258 | 5969 2007-01-30 David Bateman <dbateman@free.fr> |
5970 | |
5971 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5972 to flag a package as to be autoloaded. Add install flags -noauto, | |
5973 -auto to force autoload behavior. | |
5974 (installed_packages): Make list of installed packages unique. | |
5975 | |
6259 | 5976 2007-01-30 John W. Eaton <jwe@octave.org> |
5977 | |
5978 * Merge of changes from graphics-branch: | |
5979 | |
5980 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5981 |
5982 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5983 | |
5984 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5985 property if it exists. | |
5986 | |
6259 | 5987 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5988 |
5989 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5990 min values outside of loop over child objects. | |
5991 | |
5992 * plot/contour.m, plot/contourc.m: New files. | |
5993 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5994 | |
5995 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5996 find a gnuplot version newer than 4.0. | |
5997 * image/__img_gnuplot__.m: Delete. | |
5998 * image/image.m: Create image graphics object. | |
5999 Call newplot to setup and drawnow to finish. | |
6000 Eliminate ZOOM arg. | |
6001 | |
6002 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6003 | |
6004 * plot/legend.m: Eliminate useless variable "warned". | |
6005 | |
6006 * plot/__uiobject_image_ctor__.m: New file. | |
6007 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6008 | |
6009 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6010 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6011 | |
6012 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6013 | |
6014 * plot/__default_colormap__.m: New file. | |
6015 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6016 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6017 property. | |
6018 * image/colormap.m: Use colormap property of current figure | |
6019 to store colormap instead of using persistent variable. | |
6020 Call __default_colormap__ to get default map value. | |
6021 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6022 | |
6023 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6024 Handle some tick mark options. | |
6025 | |
6026 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6027 set corresponding *mode to "manual". If we set dataaspectratio, | |
6028 set dataaspectratiomode to "manual". | |
6029 | |
6030 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6031 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6032 | |
6033 * plot/axis.m: New file. | |
6034 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6035 | |
6036 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6037 set corresponding *limmode to "manual". | |
6038 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6039 Use it to compute autosclaled limits. | |
6040 Arg is now handle, not object. Change all callers. | |
6041 Compute data limits. | |
6042 | |
6259 | 6043 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6044 |
6045 * plot/drawnow: Fix visibility check for zero args. | |
6046 | |
6047 * plot/text.m: New file. | |
6048 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6049 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6050 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6051 horizontalalignment properties. | |
6052 | |
6053 * plot/figure.m: Set options for f we just constructed or were | |
6054 given as an argument, not gcf. Only return handle if nargout > 0. | |
6055 | |
6056 * plot/drawnow.m: Handle visible field for figure here. | |
6057 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6058 | |
6059 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6060 title and axis labels. | |
6061 | |
6062 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6063 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6064 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6065 * plot/view.m: New file. | |
6066 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6067 | |
6068 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6069 Call __request_drawnow__. | |
6070 | |
6071 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6072 | |
6073 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6074 Call set to set properties. Return handle instead of structure. | |
6075 Change all callers. | |
6076 | |
6077 * plot/__uiobject_axes_setr__.m: New file. | |
6078 * plot/set.in: Check for __setter__ field. | |
6079 | |
6080 * plot/__uiobject_axes_init__.in: | |
6081 Rename from plot/__uiobject_axes_init__.m. | |
6082 Include __uiobject_globals__. | |
6083 Accept handle as arg instead of structure | |
6084 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6085 from the list. | |
6086 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6087 | |
6259 | 6088 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6089 |
6090 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6091 | |
6092 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6093 initializing each global variable. | |
6094 | |
6259 | 6095 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6096 |
6097 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6098 __uiobject_figure_handles_free_list__): New global variables. | |
6099 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6100 Place unused handles on the free list. | |
6101 | |
6102 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6103 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6104 | |
6105 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6106 handles here. Return figure handle. | |
6107 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6108 | |
6259 | 6109 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6110 |
6111 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6112 data for gnuplot. | |
6113 | |
6114 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6115 files. | |
6116 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6117 (DISTFILES): Include include-globals.awk in the list. | |
6118 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6119 ($(GEN_M) : %.m : %.in): New rule. | |
6120 | |
6121 * include-globals.awk: New file. | |
6122 | |
6123 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6124 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6125 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6126 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6127 plot/__uiobject_init_root_figure__.in, | |
6128 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6129 Rename from corresponding .m files. | |
6130 | |
6131 * move-if-change: New file. | |
6132 | |
6133 * plot/__uiobject_delete__.m: New file. | |
6134 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6135 plot/__uiobject_delete_child__.m: Delete. | |
6136 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6137 not a character string. | |
6138 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6139 Fix assignment to tmp key value in loop. | |
6140 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6141 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6142 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6143 Inline code to delete children. | |
6144 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6145 __uiobject_list__. | |
6146 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
6147 and free child. | |
6148 | |
6259 | 6149 2006-12-08 John W. Eaton <jwe@octave.org> |
6150 | |
6151 * plot/gcf.m: Check if the root figure object's currentfigure | |
6152 handle is empty, not 0. | |
6153 * plot/__uiobject_root_figure_ctor__.m: | |
6154 Set currentfigure to [], not 0. | |
6155 | |
6156 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6157 | |
6158 2006-12-07 John W. Eaton <jwe@octave.org> | |
6159 | |
6160 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6161 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6162 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6163 plot/__uiobject_delete_children__.m, | |
6164 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6165 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6166 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6167 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6168 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6169 plot/__uiobject_init_figure__.m, | |
6170 plot/__uiobject_init_root_figure__.m, | |
6171 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6172 plot/__uiobject_remove_child__.m, | |
6173 plot/__uiobject_root_figure_ctor__.m, | |
6174 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6175 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6176 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6177 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6178 plot/set.m: New files. | |
6179 | |
6180 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6181 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6182 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6183 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6184 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6185 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6186 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6187 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6188 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6189 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6190 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6191 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6192 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6193 plot/semilogyerr.m, plot/replot.m: | |
6194 Adapt to new graphics data structure. | |
6195 | |
6196 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6197 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6198 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6199 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6200 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6201 plot/plot_border.m, plot/subwindow.m: Delete. | |
6202 | |
6203 2007-01-24 David Bateman <dbateman@free.fr> | |
6204 | |
6205 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6206 Delete bare newline in string passed to write_INDEX. | |
6207 | |
6208 * sparse/sprandsym.m: Make work for even values of N. | |
6209 | |
6210 2007-01-24 John W. Eaton <jwe@octave.org> | |
6211 | |
6212 * miscellaneous/news.m: New file. | |
6213 | |
6214 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6215 | |
6216 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6217 | |
6218 * strings/strncmp.m: Delete (we now have a built-in version). | |
6219 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6220 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6221 |
6222 * testfun/test.m: Check for all files in path, use first found. | |
6223 | |
6224 2007-01-22 David Bateman <dbateman@free.fr> | |
6225 | |
6226 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6227 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6228 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 6229 |
6230 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6231 file name. | |
6232 | |
6233 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6234 nargout is 1. Handle colormaps that have too few colors. | |
6235 | |
6236 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6237 (configure_make): Use fullfile instead of concatenating with "/". | |
6238 | |
6258 | 6239 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6240 | |
6241 * set/ismember.m: Handle N-d arrays. | |
6242 | |
6243 2007-01-10 David Bateman <dbateman@free.fr> | |
6244 | |
6245 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6246 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6247 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6248 New files. | |
6249 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6250 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6251 |
6778 | 6252 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6253 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6254 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6255 |
6256 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6257 instead of concatenating with "/". Use mlock to ensure that | |
6258 persistent variables are not clobbered if user types clear all. | |
6259 | |
6260 2007-01-08 John W. Eaton <jwe@octave.org> | |
6261 | |
6262 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6263 Improve handling of file names containing globbing characters. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6264 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 6265 |
6266 2007-01-05 John W. Eaton <jwe@octave.org> | |
6267 | |
6268 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6269 New files. | |
6270 | |
6271 2006-12-30 John W. Eaton <jwe@octave.org> | |
6272 | |
6273 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6274 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6275 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6276 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 6277 |
6278 * image/imshow.m: Strip NaNs from image. | |
6279 | |
6280 2006-12-08 David Bateman <dbateman@free.fr> | |
6281 | |
6282 * sparse/normest.m: New file. | |
6283 | |
6286 | 6284 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6285 |
6210 | 6286 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6287 Work on Windows systems without cp or mv. | |
6288 | |
6209 | 6289 * startup/inputrc: Include sequences for Windows. |
6290 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6291 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 6292 |
6293 * pkg/pkg.m (unload_packages): New function. | |
6294 (pkg): Handle unload action. | |
6295 | |
6296 * __errplot__.m: Add missing semicolon. | |
6297 | |
6193 | 6298 2006-11-30 John W. Eaton <jwe@octave.org> |
6299 | |
6300 * miscellaneous/mexext.m: New file. | |
6301 | |
6189 | 6302 2006-11-29 David Bateman <dbateman@free.fr> |
6303 | |
6304 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6305 location of package lists to be probed and set. | |
6306 | |
6179 | 6307 2006-11-17 John W. Eaton <jwe@octave.org> |
6308 | |
6181 | 6309 * plot/__render_plot1__.m: Reverse y axis for images. |
6310 | |
6179 | 6311 * plot/__render_plot__.m: New args, terminal and output. |
6312 * plot/print.m: Don't set output and term here. Instead, call | |
6313 __render_plot__ with terminal and output. | |
6314 | |
6178 | 6315 2006-11-16 John W. Eaton <jwe@octave.org> |
6316 | |
6317 * plot/__render_plot1__.m: New file. | |
6318 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6319 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6320 gnuplot. Let __render_plot__ do that. | |
6321 | |
6177 | 6322 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6323 | |
6324 * plot/plot.m: Fix doc string. | |
6325 | |
6173 | 6326 2006-11-16 John W. Eaton <jwe@octave.org> |
6327 | |
6328 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6329 before sending anything to the plotter. | |
6330 | |
6172 | 6331 2006-11-15 John W. Eaton <jwe@octave.org> |
6332 | |
6333 * image/__img_gnuplot__.m: Store more info in global plot | |
6334 structures and use __render_plot__ to build plot command to | |
6335 display image. | |
6336 | |
6337 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6338 | |
6339 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6340 __plot_command_sep__): Delete. | |
6341 (__plot_data_type__, __plot_data_parametric__, | |
6342 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6343 __plot_usingstr__, __plot_withstr__): New variables. | |
6344 * plot/__init_plot_vars__.m: Initialize them. | |
6345 | |
6346 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6347 Don't handle sep or cmd. | |
6348 | |
6349 * plot/__render_plot__.m: New function. | |
6350 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6351 Store more info in global plot structures and use __render_plot__ | |
6352 to build plot command. | |
6353 * plot/replot.m: Simply call __render_plot__. | |
6354 | |
6355 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6356 Set __plot_data_parametric__ here. | |
6357 | |
6164 | 6358 2006-11-14 John W. Eaton <jwe@octave.org> |
6359 | |
6166 | 6360 * plot/bottom_title.m, plot/top_title.m: Delete. |
6361 | |
6164 | 6362 * image/image_viewer.m: Set default values here. |
6363 * image/image.m: Not here. | |
6364 | |
6365 * image/image_viewer.m: Always return old values. Check arguments. | |
6366 * image/__img_gnuplot__.m: Rename from __img__m. | |
6367 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6368 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 6369 |
6370 * image/image_viewer.m: New function. | |
6371 * image/__img_via_file__.m: New function. | |
6372 * image/image.m: Use image_viewer to determine which program to | |
6373 use for image viewing. | |
6754 | 6374 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6375 |
6163 | 6376 2006-11-14 John W. Eaton <jwe@octave.org> |
6377 | |
6378 * plot/__do_legend__.m, plot/__errplot__.m, | |
6379 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6380 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6381 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6382 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6383 Use __plot_globals__ for multiplot variables. Keep track of | |
6384 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6385 | |
6157 | 6386 2006-11-13 John W. Eaton <jwe@octave.org> |
6387 | |
6158 | 6388 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6389 | |
6157 | 6390 * miscellaneous/substruct.m: New function. |
6391 | |
6392 * testfun/assert.m: Force orientation to match when comparing | |
6393 struct elements. | |
6394 | |
6395 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6396 when comparing structs. | |
6397 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6398 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 6399 |
6754 | 6400 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6401 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6402 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6403 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6404 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6405 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6406 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6407 |
6156 | 6408 2006-11-13 John W. Eaton <jwe@octave.org> |
6409 | |
6410 * plot/mesh.m: Use size_equal to compare dimensions. | |
6411 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6412 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 6413 |
6414 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6415 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6416 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 6417 |
6418 * miscellaneous/copyfile.m: Fix docs to match function. | |
6419 | |
6145 | 6420 2006-11-08 John W. Eaton <jwe@octave.org> |
6421 | |
6146 | 6422 * plot/legend.m: New function, adapted from Octave Forge. |
6423 | |
6424 * plot/__do_legend__.m: New function. | |
6425 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6426 plot/replot.m: Call it before plotting. | |
6427 | |
6428 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6429 noparametric" to gnuplot.. | |
6430 | |
6431 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6432 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6433 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6434 and return key title separate from line format. Accept format and | |
6435 key as cellstr. Always return data as cell array. Return format | |
6436 and key title as cellstr. | |
6437 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6438 Handle line format and key titles separately. | |
6439 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6440 | |
6441 * plot/__plot_globals__.m (__plot_line_offset__, | |
6442 __plot_key_labels__, __plot_key_properties__): New global | |
6443 variables. Initialize them. | |
6444 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6445 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6446 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6447 (__plot_line_offset__, __plot_key_labels__, | |
6448 __plot_key_properties__): Store information about plot key titles. | |
6449 | |
6450 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6451 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6452 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6453 respectively. | |
6454 | |
6455 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6456 | |
6145 | 6457 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6458 whle concatenating args. | |
6459 | |
6144 | 6460 2006-11-07 John W. Eaton <jwe@octave.org> |
6461 | |
6462 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6463 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6464 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 6465 |
6143 | 6466 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6467 option to regexp. | |
6468 | |
6142 | 6469 * image/__img__.m: Send "set size ratio -1" before plotting. |
6470 | |
6138 | 6471 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6472 | |
6139 | 6473 * strings/index.m: New arg, direction. Simplify and speed up. |
6474 * strings/rindex.m: Implement using index (..., "last"); | |
6475 | |
6754 | 6476 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6477 |
6130 | 6478 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6479 | |
6480 * general/__isequal__.m: Test size and class more consistently. | |
6481 | |
6116 | 6482 2006-10-27 John W. Eaton <jwe@octave.org> |
6483 | |
6117 | 6484 * miscellaneous/ls_command.m: Use /D instead of /w. |
6485 From Michael Goffioul <michael.goffioul@swing.be>. | |
6486 | |
6116 | 6487 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6488 * miscellaneous/dir.m: Mark as a command. | |
6489 | |
6112 | 6490 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6491 | |
6492 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6493 | |
6088 | 6494 2006-10-25 John W. Eaton <jwe@octave.org> |
6495 | |
6496 * image/image.m: Set x = y = [] when nargin == 0; | |
6497 | |
6498 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6499 | |
6500 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6501 * image/__img__.m: New file, originally from | |
6502 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6503 | |
6087 | 6504 2006-10-25 John W. Eaton <jwe@octave.org> |
6505 | |
6506 * plot/__gnuplot_version__.m: New function, originally from | |
6507 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6508 Quentin Spencer <qspencer@ieee.org>. | |
6509 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6510 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 6511 |
6512 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6513 | |
6081 | 6514 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6515 | |
6516 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6517 miscellaneous/gunzip.m: New files. | |
6518 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6519 Call unpack to do the real work. | |
6520 | |
6075 | 6521 2006-10-24 John W. Eaton <jwe@octave.org> |
6522 | |
6078 | 6523 * plot/plot3.m: If we have a format string, then also pass using |
6524 string to __plt3__. | |
6525 | |
6077 | 6526 * plot/sombrero.m: Don't return anything if nargout == 0. |
6527 | |
6075 | 6528 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6529 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6530 |
6069 | 6531 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6532 | |
6533 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6534 Quote filenames in shell commands. | |
6535 | |
6055 | 6536 2006-10-17 David Bateman <dbateman@free.fr> |
6537 | |
6538 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6539 the package directory is missing. | |
6540 | |
6052 | 6541 2006-10-13 John W. Eaton <jwe@octave.org> |
6542 | |
6543 * plot/box.m: New function. | |
6544 | |
6050 | 6545 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6546 | |
6547 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6548 | |
6049 | 6549 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6550 | |
6551 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6552 | |
6047 | 6553 2006-10-10 John W. Eaton <jwe@octave.org> |
6554 | |
6555 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6556 | |
6046 | 6557 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6558 | |
6559 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6560 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6561 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6562 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6563 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6564 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6565 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6566 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6567 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6568 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6569 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6570 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6571 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6572 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6573 control/system/buildssic.m, control/system/c2d.m, | |
6574 control/system/cellidx.m, control/system/d2c.m, | |
6575 control/system/dmr2d.m, control/system/fir2sys.m, | |
6576 control/system/is_abcd.m, control/system/is_controllable.m, | |
6577 control/system/is_detectable.m, control/system/is_digital.m, | |
6578 control/system/is_observable.m, control/system/is_siso.m, | |
6579 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6580 control/system/jet707.m, control/system/listidx.m, | |
6581 control/system/ord2.m, control/system/parallel.m, | |
6582 control/system/ss.m, control/system/ss2zp.m, | |
6583 control/system/starp.m, control/system/sys2ss.m, | |
6584 control/system/sys2tf.m, control/system/sys2zp.m, | |
6585 control/system/sysadd.m, control/system/sysappend.m, | |
6586 control/system/syschtsam.m, control/system/sysconnect.m, | |
6587 control/system/syscont.m, control/system/sysdimensions.m, | |
6588 control/system/sysdisc.m, control/system/sysdup.m, | |
6589 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6590 control/system/sysgroup.m, control/system/sysidx.m, | |
6591 control/system/sysmin.m, control/system/sysmult.m, | |
6592 control/system/sysout.m, control/system/sysprune.m, | |
6593 control/system/sysscale.m, control/system/syssetsignals.m, | |
6594 control/system/syssub.m, control/system/sysupdate.m, | |
6595 control/system/tf.m, control/system/tfout.m, | |
6596 control/system/ugain.m, control/system/zp.m, | |
6597 control/system/zpout.m, control/util/__outlist__.m, | |
6598 control/util/__zgpbal__.m, control/util/prompt.m, | |
6599 control/util/sortcom.m, control/util/strappend.m, | |
6600 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6601 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6602 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6603 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6604 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6605 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6606 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6607 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6608 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6609 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6610 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6611 general/ind2sub.m, general/int2str.m, | |
6612 general/is_duplicate_entry.m, general/isdefinite.m, | |
6613 general/isequal.m, general/isequalwithequalnans.m, | |
6614 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6615 general/isvector.m, general/logical.m, general/logspace.m, | |
6616 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6617 general/perror.m, general/postpad.m, general/prepad.m, | |
6618 general/randperm.m, general/rem.m, general/repmat.m, | |
6619 general/rot90.m, general/rotdim.m, general/shift.m, | |
6620 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6621 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6622 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6623 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6624 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6625 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6626 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6627 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6628 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6629 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6630 linear-algebra/logm.m, linear-algebra/norm.m, | |
6631 linear-algebra/null.m, linear-algebra/orth.m, | |
6632 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6633 linear-algebra/trace.m, linear-algebra/vec.m, | |
6634 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6635 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6636 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6637 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6638 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6639 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6640 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6641 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6642 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6643 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6644 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6645 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6646 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6647 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6648 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6649 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6650 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6651 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6652 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6653 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6654 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6655 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6656 polynomial/polyder.m, polynomial/polyderiv.m, | |
6657 polynomial/polyfit.m, polynomial/polygcd.m, | |
6658 polynomial/polyinteg.m, polynomial/polyout.m, | |
6659 polynomial/polyreduce.m, polynomial/polyval.m, | |
6660 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6661 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6662 set/complement.m, set/create_set.m, set/intersect.m, | |
6663 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6664 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6665 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6666 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6667 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6668 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6669 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6670 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6671 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6672 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6673 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6674 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6675 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6676 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6677 special-matrix/hankel.m, special-matrix/hilb.m, | |
6678 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6679 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6680 statistics/base/center.m, statistics/base/cloglog.m, | |
6681 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6682 statistics/base/cov.m, statistics/base/cut.m, | |
6683 statistics/base/gls.m, statistics/base/iqr.m, | |
6684 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6685 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6686 statistics/base/mean.m, statistics/base/meansq.m, | |
6687 statistics/base/median.m, statistics/base/moment.m, | |
6688 statistics/base/ols.m, statistics/base/ppplot.m, | |
6689 statistics/base/probit.m, statistics/base/qqplot.m, | |
6690 statistics/base/range.m, statistics/base/ranks.m, | |
6691 statistics/base/run_count.m, statistics/base/skewness.m, | |
6692 statistics/base/spearman.m, statistics/base/statistics.m, | |
6693 statistics/base/std.m, statistics/base/studentize.m, | |
6694 statistics/base/table.m, statistics/base/values.m, | |
6695 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6696 statistics/distributions/betainv.m, | |
6697 statistics/distributions/betapdf.m, | |
6698 statistics/distributions/betarnd.m, | |
6699 statistics/distributions/binocdf.m, | |
6700 statistics/distributions/binoinv.m, | |
6701 statistics/distributions/binopdf.m, | |
6702 statistics/distributions/binornd.m, | |
6703 statistics/distributions/cauchy_cdf.m, | |
6704 statistics/distributions/cauchy_inv.m, | |
6705 statistics/distributions/cauchy_pdf.m, | |
6706 statistics/distributions/cauchy_rnd.m, | |
6707 statistics/distributions/chi2cdf.m, | |
6708 statistics/distributions/chi2inv.m, | |
6709 statistics/distributions/chi2pdf.m, | |
6710 statistics/distributions/chi2rnd.m, | |
6711 statistics/distributions/discrete_cdf.m, | |
6712 statistics/distributions/discrete_inv.m, | |
6713 statistics/distributions/discrete_pdf.m, | |
6714 statistics/distributions/discrete_rnd.m, | |
6715 statistics/distributions/empirical_rnd.m, | |
6716 statistics/distributions/expcdf.m, | |
6717 statistics/distributions/expinv.m, | |
6718 statistics/distributions/exppdf.m, | |
6719 statistics/distributions/exprnd.m, | |
6720 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6721 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6722 statistics/distributions/gamcdf.m, | |
6723 statistics/distributions/gaminv.m, | |
6724 statistics/distributions/gampdf.m, | |
6725 statistics/distributions/gamrnd.m, | |
6726 statistics/distributions/geocdf.m, | |
6727 statistics/distributions/geoinv.m, | |
6728 statistics/distributions/geopdf.m, | |
6729 statistics/distributions/geornd.m, | |
6730 statistics/distributions/hygecdf.m, | |
6731 statistics/distributions/hygeinv.m, | |
6732 statistics/distributions/hygepdf.m, | |
6733 statistics/distributions/hygernd.m, | |
6734 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6735 statistics/distributions/laplace_cdf.m, | |
6736 statistics/distributions/laplace_inv.m, | |
6737 statistics/distributions/laplace_pdf.m, | |
6738 statistics/distributions/laplace_rnd.m, | |
6739 statistics/distributions/logistic_cdf.m, | |
6740 statistics/distributions/logistic_inv.m, | |
6741 statistics/distributions/logistic_pdf.m, | |
6742 statistics/distributions/logistic_rnd.m, | |
6743 statistics/distributions/logncdf.m, | |
6744 statistics/distributions/logninv.m, | |
6745 statistics/distributions/lognpdf.m, | |
6746 statistics/distributions/lognrnd.m, | |
6747 statistics/distributions/normcdf.m, | |
6748 statistics/distributions/norminv.m, | |
6749 statistics/distributions/normpdf.m, | |
6750 statistics/distributions/normrnd.m, | |
6751 statistics/distributions/pascal_cdf.m, | |
6752 statistics/distributions/pascal_inv.m, | |
6753 statistics/distributions/pascal_pdf.m, | |
6754 statistics/distributions/pascal_rnd.m, | |
6755 statistics/distributions/poisscdf.m, | |
6756 statistics/distributions/poissinv.m, | |
6757 statistics/distributions/poisspdf.m, | |
6758 statistics/distributions/poissrnd.m, | |
6759 statistics/distributions/stdnormal_cdf.m, | |
6760 statistics/distributions/stdnormal_inv.m, | |
6761 statistics/distributions/stdnormal_pdf.m, | |
6762 statistics/distributions/stdnormal_rnd.m, | |
6763 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6764 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6765 statistics/distributions/unifcdf.m, | |
6766 statistics/distributions/unifinv.m, | |
6767 statistics/distributions/unifpdf.m, | |
6768 statistics/distributions/unifrnd.m, | |
6769 statistics/distributions/wblcdf.m, | |
6770 statistics/distributions/wblinv.m, | |
6771 statistics/distributions/wblpdf.m, | |
6772 statistics/distributions/wblrnd.m, | |
6773 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6774 statistics/tests/bartlett_test.m, | |
6775 statistics/tests/chisquare_test_homogeneity.m, | |
6776 statistics/tests/chisquare_test_independence.m, | |
6777 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6778 statistics/tests/hotelling_test.m, | |
6779 statistics/tests/hotelling_test_2.m, | |
6780 statistics/tests/kolmogorov_smirnov_test.m, | |
6781 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6782 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6783 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6784 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6785 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6786 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6787 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6788 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6789 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6790 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6791 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6792 strings/index.m, strings/isletter.m, strings/lower.m, | |
6793 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6794 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6795 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6796 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6797 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6798 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6799 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6800 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6801 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6802 time/etime.m, time/is_leap_year.m: | |
6803 Use print_usage instead of usage. | |
6804 | |
6044 | 6805 2006-10-09 David Bateman <dbateman@free.fr> |
6806 | |
6807 * time/datevec.m: Add additional compatible default parsing strings. | |
6808 | |
6395 | 6809 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6810 |
6042 | 6811 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6812 Remove compare_versions subfunction. | |
6813 | |
6814 * miscellaneous/compare_versions.m: New function to compare | |
6815 version numbers as strings with any boolean operators. | |
6816 | |
6041 | 6817 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6818 file exists. | |
6819 | |
6036 | 6820 2006-10-04 John W. Eaton <jwe@octave.org> |
6821 | |
6822 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6823 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6824 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 6825 |
6037 | 6826 * pkg/pkg.m: Update docs. Handle prefix option. |
6827 Handle dependencies for load option. | |
6032 | 6828 |
6029 | 6829 2006-10-04 John W. Eaton <jwe@octave.org> |
6830 | |
6030 | 6831 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6832 | |
6833 * plot/clg.m: Delete. | |
6834 * plot/__init_plot_vars__.m: New function. | |
6835 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6836 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6837 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 6838 |
6839 * pkg/pkg.m: Avoid calling addpath with no args. | |
6840 | |
6024 | 6841 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6842 | |
6843 * audio/loadaudio.m, control/base/nyquist.m, | |
6844 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6845 linear-algebra/krylov.m, statistics/base/center.m, | |
6846 statistics/base/median.m, statistics/base/std.m, | |
6847 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6848 find first or last element matching a condition. | |
6849 | |
6023 | 6850 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6851 | |
6852 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6853 general/__isequal__.m: Minimize looping using cellfun. | |
6854 | |
6020 | 6855 2006-10-02 David Bateman <dbateman@free.fr> |
6856 | |
6857 * pkg/pkg.m (copy_files): always create installation directory. | |
6858 | |
6016 | 6859 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6860 | |
6861 * miscellaneous/doc.m: Swap file and directory args to info. | |
6862 | |
6863 2006-10-01 Arno Onken <whyly@gmx.net> | |
6864 | |
6865 * statistics/distributions/exprnd.m: Fix typo. | |
6866 | |
6014 | 6867 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6868 | |
6869 * polynomial/ppval.m: Use .' instead of '. | |
6870 * polynomial/spline.m: Likewise. New tests. | |
6871 | |
6004 | 6872 2006-09-26 David Bateman <dbateman@free.fr> |
6873 | |
6874 * __plt3__.m: Using global variables __plot_data__, | |
6875 __plot_data_offset__ and __plot_command__ to store plots and | |
6876 correctly handle multiplots, and hold state. Only accept a single | |
6877 data parameter plus, using, format and with strings. Remove | |
6878 setting of gnuplot parameters. | |
6879 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6880 * __setup_plot__.m: Convert to a function and pass the plotting | |
6881 command to use. | |
6882 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6883 * contour.m: Use unwind protect on the parametric state of plot | |
6884 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6885 * mesh.m: ditto. | |
6886 * plot3.m: Error checking, setting of parametric state and | |
6887 formation of matrix to plot moved from old __plt3__. | |
6888 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6889 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6890 |
5997 | 6891 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6892 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6893 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 6894 |
6895 * signal/filter2.m: Correct texinfo doc. | |
6896 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6897 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6898 |
6899 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6900 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6901 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6902 |
6903 * pkg/pkg.m (prepare_installation): Don't create package | |
6904 installation directory here. | |
6905 (copy_files): Create it here instead, to avoid issues with | |
6906 upgrades. Also install the COPYING file in packinfo. | |
6907 | |
5989 | 6908 2006-09-13 John W. Eaton <jwe@octave.org> |
6909 | |
6910 * general/blkdiag.m: Adjust to new cellfun rules. | |
6911 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6912 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6913 |
6914 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6915 error message for archive name not matching package name. | |
6916 (installed_packages): Size header of printed results to | |
6917 arguments. Sort the list of installed packages before printing | |
6918 them. | |
6919 | |
5986 | 6920 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6921 | |
6922 * signal/freqz.m: Update tests. | |
6923 | |
6924 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6925 | |
6926 * signal/freqz.m: Corretly postpad arrays. | |
6927 Don't call fliplr on a column vector. | |
6928 | |
5984 | 6929 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6930 | |
6931 * general/shiftdim.m: Use permute instead of reshape. | |
6932 | |
5981 | 6933 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6934 | |
6935 * miscellaneous/parseparams.m: New function. | |
6936 | |
5980 | 6937 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6938 | |
6939 * miscellaneous/doc.m: Swap order of --file and --directory | |
6940 options for info program invocation. | |
6941 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6942 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6943 |
5987 | 6944 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6945 previous change. |
6946 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6947 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6948 |
6949 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6950 absence of trailing "/" in OCTAVE_HOME. | |
6951 | |
5973 | 6952 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6953 | |
6954 * time/datenum.m: Allow arg to be character string. | |
6955 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6956 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6957 |
6958 * pkg/pkg.m (install): Verify that package name correponds to the | |
6959 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6960 they are empty. If package directory is empty, remove it to fail | |
6961 gracefully for system specific packages. | |
6962 (extract_pkgadd, create_pkgadd): delete. | |
6963 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6964 (copy_files): Install both bin/ and doc/ directories, adding the | |
6965 bin/ to the EXEC_PATH when the package is loaded. | |
6966 | |
5962 | 6967 2006-08-24 John W. Eaton <jwe@octave.org> |
6968 | |
6969 * image/saveimage.m: Use logical indexing instead of | |
6970 indices computed by calling find on the logical index. | |
6971 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6972 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 6973 |
5967 | 6974 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6975 Use logical indexing instead of indices computed by calling find |
6976 on the logical index. | |
6977 | |
6978 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6979 |
5959 | 6980 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6981 | |
6982 * control/system/tf2zp.m: Simplify gain calculation. | |
6983 | |
5958 | 6984 2006-08-23 John W. Eaton <jwe@octave.org> |
6985 | |
6986 * plot/__plt__.m: Insert using clauses for all plots. | |
6987 | |
5957 | 6988 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6989 | |
6990 * control/system/sysscale.m: Call tf and zp with correct number of | |
6991 args. | |
6992 | |
5955 | 6993 2006-08-22 David Bateman <dbateman@free.fr> |
6994 | |
6995 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6996 Search inst/*.m and src/*.m files in the package for | |
6997 PKG_ADD directives and append user supplied PKG_ADD. | |
6998 (pkg): Call create_pkgadd after copying files. | |
6999 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7000 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7001 |
7002 * pkg/pkg.m: Handle multiple packages in a single file. | |
7003 Insert directory separator between OCTAVE_HOME and rest of package | |
7004 installation directory. | |
7005 | |
7006 2006-08-21 John W. Eaton <jwe@octave.org> | |
7007 | |
7008 * general/num2str.m: Early return if arg is empty. | |
7009 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7010 | |
5946 | 7011 2006-08-21 David Bateman <dbateman@free.fr> |
7012 | |
7013 * strings/mat2str.m: Compute NC before using. | |
7014 | |
5937 | 7015 2006-08-17 John W. Eaton <jwe@octave.org> |
7016 | |
7017 * audio/wavread.m: Fix calculation of sample count. | |
7018 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7019 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7020 |
7021 * image/imshow.m: New Matlab-compatible version. | |
7022 | |
5930 | 7023 2006-08-15 John W. Eaton <jwe@octave.org> |
7024 | |
7025 * deprecated/is_global.m: Delete. | |
7026 | |
5928 | 7027 2006-08-14 John W. Eaton <jwe@octave.org> |
7028 | |
7029 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7030 | |
5926 | 7031 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7032 | |
7033 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7034 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7035 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7036 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7037 |
6778 | 7038 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7039 Use addpath and rmpath instead of manipulating LOADPATH. |
7040 Handle changes to system function. | |
7041 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7042 recursive directory removal. | |
5922 | 7043 |
5924 | 7044 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7045 | |
6778 | 7046 * colormap.m: Change global variable to persistent. |
5923 | 7047 |
5922 | 7048 * rgb2ind.m: Handle single 3-d array as rgb image. |
7049 | |
5920 | 7050 2006-08-14 John W. Eaton <jwe@octave.org> |
7051 | |
7052 * strings/str2double.m: Fix missing semicolon. | |
7053 | |
5910 | 7054 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7055 | |
7056 * plot/plot3.m: Accept one complex or one real and one complex | |
7057 argument and plot real and imaginary components for y and z. | |
7058 | |
5908 | 7059 2006-07-27 John W. Eaton <jwe@octave.org> |
7060 | |
7061 * testfun/test.m: Call fflush after each block of calls to | |
7062 fprintf, fputs, or fdisp. | |
7063 | |
5904 | 7064 2006-07-26 John W. Eaton <jwe@octave.org> |
7065 | |
7066 * miscellaneous/mex.m: New function. | |
7067 | |
5901 | 7068 2006-07-22 John W. Eaton <jwe@octave.org> |
7069 | |
7070 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7071 | |
5881 | 7072 2006-07-07 John W. Eaton <jwe@octave.org> |
7073 | |
7074 * miscellaneous/orderfields.m: New file. | |
7075 | |
5873 | 7076 2006-06-30 John W. Eaton <jwe@octave.org> |
7077 | |
7078 * time/datevec.m: Make another attempt to account for precision of | |
7079 datenum format. | |
7080 | |
5868 | 7081 2006-06-29 John W. Eaton <jwe@octave.org> |
7082 | |
7083 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7084 Use feval instead of "type -q" to get values now that all the | |
7085 symbols are functions. | |
7086 | |
5860 | 7087 2006-06-16 John W. Eaton <jwe@octave.org> |
7088 | |
7089 * time/datevec.m: Avoid computing log of non-positive values. | |
7090 | |
5859 | 7091 2006-06-14 John W. Eaton <jwe@octave.org> |
7092 | |
7093 * time/datevec.m: Attempt to account for precision of datenum format. | |
7094 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7095 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7096 |
7097 * audio/wavread.m: Fix file range error and add read support for | |
7098 24-bit WAV files. | |
7099 | |
5837 | 7100 2006-06-01 David Bateman <dbateman@free.fr> |
7101 | |
7102 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7103 general/interp1.m, general/gradient.m, general/interp2.m, | |
7104 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7105 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7106 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7107 | |
5835 | 7108 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7109 | |
7110 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7111 * miscellaneous/texas_lotto.m: Fix warning message. | |
7112 | |
5830 | 7113 2006-05-26 John W. Eaton <jwe@octave.org> |
7114 | |
7115 * miscellaneous/doc.m: Also handle nargin == 0. | |
7116 | |
5829 | 7117 2006-05-23 John W. Eaton <jwe@octave.org> |
7118 | |
7119 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7120 really needed. | |
7121 | |
5827 | 7122 2006-05-22 John W. Eaton <jwe@octave.org> |
7123 | |
6754 | 7124 * general/lookup.m: New file from Octave Forge. |
5827 | 7125 |
7126 2006-05-22 David Bateman <dbateman@free.fr> | |
7127 | |
6754 | 7128 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7129 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7130 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7131 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7132 special-matrix/magic.m, special-matrix/hadamard.m, | |
7133 strings/strtok.m: New files from Octave Forge. | |
5827 | 7134 |
5824 | 7135 2006-05-19 David Bateman <dbateman@free.fr> |
7136 | |
7137 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7138 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7139 |
5821 | 7140 2006-05-17 John W. Eaton <jwe@octave.org> |
7141 | |
7142 * set/intersection.m: Delete | |
7143 * deprecated/intersection.m: New file. | |
7144 | |
5820 | 7145 2006-05-17 David Bateman <dbateman@free.fr> |
7146 | |
7147 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
7148 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
7149 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7150 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7151 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7152 Forge. | |
7153 | |
5809 | 7154 2006-05-11 John W. Eaton <jwe@octave.org> |
7155 | |
5815 | 7156 * path/path.m: Delete (now a built-in function). |
7157 | |
5811 | 7158 * pkg/Makefile.in: New file. |
7159 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7160 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7161 |
5808 | 7162 2006-05-10 John W. Eaton <jwe@octave.org> |
7163 | |
7164 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7165 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7166 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7167 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7168 |
7169 * tar.m, untar.m, unzip.m: New files. | |
7170 | |
5801 | 7171 2006-05-10 John W. Eaton <jwe@octave.org> |
7172 | |
5804 | 7173 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7174 * path/setpath.m: Delete. | |
7175 | |
5801 | 7176 * pkg/pkg.m: New file. |
7177 | |
5798 | 7178 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7179 | |
7180 * plot/plot.m: Doc string fix. | |
7181 | |
7182 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7183 | |
7184 * testfun/speeed.m: Use new interface to unique and assert. | |
7185 Improve documentation. Approximate time complexity from log-log | |
7186 plot. Return time complexity and raw times if requested. The | |
7187 mean ratio is no longer returned. Provide complete control over | |
7188 which n are computed. | |
7189 | |
7190 2006-05-09 John W. Eaton <jwe@octave.org> | |
7191 | |
7192 * path/path.m: Move here from miscellaneous. | |
7193 Adapt to new LOADPATH definition. | |
7194 | |
5789 | 7195 2006-05-03 David Bateman <dbateman@free.fr> |
7196 | |
7197 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7198 explicit uses of a path seperation character with pathsep(). | |
7199 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7200 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7201 |
6778 | 7202 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7203 |
5781 | 7204 2006-04-29 John W. Eaton <jwe@octave.org> |
7205 | |
7206 * startup/main-rcfile: Disable some warnings. | |
7207 | |
5762 | 7208 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7209 | |
7210 * strings/strcmpi.m: Return false instead of error if args are not | |
7211 char or cellstr. | |
7212 | |
5750 | 7213 2006-04-10 John W. Eaton <jwe@octave.org> |
7214 | |
7215 * miscellaneous/dir.m: Ensure that returned structure array is | |
7216 Nx1, not 1xN. | |
7217 | |
5746 | 7218 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7219 | |
7220 * plot/hist.m: Ignore NaN in inputs. | |
7221 | |
5745 | 7222 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7223 | |
7224 * miscellaneous/mkoctfile.m: Doc string fix. | |
7225 | |
5741 | 7226 2006-04-05 John W. Eaton <jwe@octave.org> |
7227 | |
7228 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7229 are both empty. | |
7230 * plot/__plt__.m: Ignore empty data and format strings returned | |
7231 from __plt1__ or __plt2__. | |
7232 | |
5737 | 7233 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7234 | |
6778 | 7235 * set/unique.m: Properly handle single column input when |
5737 | 7236 "rows" is specified. |
7237 | |
5732 | 7238 2006-04-04 John W. Eaton <jwe@octave.org> |
7239 | |
5736 | 7240 * path/setpath.m: New file. |
7241 * path/savepath.m: Use setpath to set path instead of assigning | |
7242 directly to LOADPATH. | |
7243 | |
5732 | 7244 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7245 New files, adapted from Octave Forge by Keith Goodman | |
7246 <kwgoodman@gmail.com>. | |
7247 * path: New directory. | |
7248 * Makefile.in (SUBDIRS): Add it to the list. | |
7249 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7250 | |
5731 | 7251 2006-04-02 David Bateman <dbateman@free.fr> |
7252 | |
7253 * general/tril.m, general.triu.m: | |
7254 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7255 to allow user types to work correctly. | |
7256 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7257 | |
5727 | 7258 2006-04-03 David Bateman <dbateman@free.fr> |
7259 | |
7260 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7261 Accept keyword "minor" for minor grid. | |
7262 | |
5721 | 7263 2006-03-28 John W. Eaton <jwe@octave.org> |
7264 | |
7265 * general/isscalar.m: Only require that all dimensions are 1 for | |
7266 compatiblity. | |
7267 | |
7268 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7269 | |
7270 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7271 compatibility. | |
7272 | |
5720 | 7273 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7274 | |
7275 * plot/__errplot__.m: Doc string fix. | |
7276 | |
7277 * miscellaneous/doc.m: Mark as command. | |
7278 | |
7279 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7280 general/isequalwithequalnans.m, general/blkdiag.m, | |
7281 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7282 | |
5717 | 7283 2006-03-27 Don Bindner <dbindner@truman.edu> |
7284 | |
7285 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7286 return 3d matrices. | |
7287 | |
7288 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7289 | |
7290 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7291 | |
5708 | 7292 2006-03-22 John W. Eaton <jwe@octave.org> |
7293 | |
7294 * plot/print.m: Don't replot after popping terminal setting. | |
7295 | |
5696 | 7296 2006-03-20 John W. Eaton <jwe@octave.org> |
7297 | |
7298 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7299 mkoctfile. Use fullfile to construct file name. | |
7300 | |
5695 | 7301 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7302 | |
7303 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7304 shell script from Octave prompt. | |
7305 | |
5690 | 7306 2006-03-17 John W. Eaton <jwe@octave.org> |
7307 | |
5693 | 7308 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7309 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7310 | |
7311 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7312 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7313 Call new wbl functions to do the real work. | |
7314 Swap args and provide default values as necessary to preserve | |
7315 compatibility with old version of Octave. | |
7316 | |
7317 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7318 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7319 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7320 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7321 Swap scale and shape args for compatibility. | |
7322 | |
5692 | 7323 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7324 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7325 Preserve compatibility with old versions of Octave given new | |
7326 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7327 |
5692 | 7328 * statistics/distributions/logncdf.m, |
7329 statistics/distributions/logninv.m, | |
7330 statistics/distributions/lognpdf.m, | |
7331 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7332 From Ben Barrowes <barrowes@alum.mit.edu> | |
7333 | |
5691 | 7334 * deprecated/hypergeometric_rnd.m: Update interface to match |
7335 current 2.1.x version. | |
7336 | |
7337 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7338 | |
5690 | 7339 * miscellaneous/dir.m: Use readdir instead of glob. |
7340 Special case for "." to avoid globbing. Use list_in_columns. | |
7341 Eliminate unused variables len and finfo. | |
7342 | |
5689 | 7343 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7344 | |
7345 * miscellaneous/dir.m: Improve compatibility. | |
7346 | |
5687 | 7347 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7348 | |
7349 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7350 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7351 | |
5686 | 7352 2006-03-16 John W. Eaton <jwe@octave.org> |
7353 | |
7354 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7355 of looking at sum of max dimensions. | |
7356 | |
5681 | 7357 2006-03-16 David Bateman <dbateman@free.fr> |
7358 | |
7359 * testfun/test.m: Clear last warning before warning test to avoid | |
7360 issues with previously set warnings. | |
7361 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7362 sparse matrices. Force matrix type from spqr solution to be | |
7363 singular to force QR solvers to be used for assert. | |
7364 | |
5678 | 7365 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7366 | |
7367 * strings/strfind.m: New file. | |
7368 | |
5677 | 7369 2006-03-16 John W. Eaton <jwe@octave.org> |
7370 | |
7371 * general/rows.m, general/columns.m: Delete. | |
7372 | |
5674 | 7373 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7374 | |
7375 * strings/strcmpi.m: Simplify. | |
7376 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7377 * strings/strtrunc.m: New file. |
5674 | 7378 |
5676 | 7379 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7380 | |
5672 | 7381 2006-03-15 John W. Eaton <jwe@octave.org> |
7382 | |
7383 * miscellaneous/doc.m: New file. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7384 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7385 |
5671 | 7386 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7387 | |
7388 * miscellaneous/mkoctfile.m: New file. | |
7389 | |
5670 | 7390 2006-03-15 John W. Eaton <jwe@octave.org> |
7391 | |
7392 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7393 | |
5666 | 7394 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7395 | |
7396 * strings/bin2dec.m: Doc fix. | |
7397 | |
5661 | 7398 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7399 | |
7400 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7401 * time/datenum.m: New function to compute day number from time. | |
7402 | |
5659 | 7403 2006-03-09 John W. Eaton <jwe@octave.org> |
7404 | |
7405 * miscellaneous/unix.m, plot/print.m: | |
7406 Swap order of outputs from system. | |
7407 | |
5642 | 7408 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7409 | |
7410 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7411 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7412 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7413 control/base/__stepimp__.m, control/base/are.m, | |
7414 control/base/controldemo.m, control/base/damp.m, | |
7415 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7416 control/base/step.m, control/system/abcddim.m, | |
7417 control/system/is_abcd.m, control/system/is_controllable.m, | |
7418 control/system/is_detectable.m, control/system/is_observable.m, | |
7419 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7420 control/system/jet707.m, control/system/sys2fir.m, | |
7421 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7422 control/system/tfout.m, control/system/ugain.m, | |
7423 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7424 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7425 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7426 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7427 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7428 general/circshift.m, general/columns.m, general/flipdim.m, | |
7429 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7430 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7431 general/isequalwithequalnans.m, general/isscalar.m, | |
7432 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7433 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7434 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7435 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7436 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7437 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7438 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7439 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7440 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7441 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7442 miscellaneous/license.m, miscellaneous/menu.m, | |
7443 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7444 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7445 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7446 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7447 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7448 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7449 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7450 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7451 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7452 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7453 polynomial/polyinteg.m, polynomial/polyout.m, | |
7454 polynomial/polyreduce.m, polynomial/polyval.m, | |
7455 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7456 set/create_set.m, set/intersection.m, set/ismember.m, | |
7457 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7458 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7459 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7460 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7461 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7462 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7463 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7464 special-matrix/vander.m, statistics/base/median.m, | |
7465 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7466 statistics/distributions/gaminv.m, | |
7467 statistics/distributions/gampdf.m, | |
7468 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7469 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7470 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7471 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7472 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7473 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7474 | |
5633 | 7475 2006-02-27 John W. Eaton <jwe@octave.org> |
7476 | |
7477 * time/tic.m: Move here from miscellaneous/tic.m. | |
7478 * time/toc.m: Move here from miscellaneous/toc.m. | |
7479 | |
7480 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7481 | |
7482 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7483 does not assign output of toc to a variable. | |
7484 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7485 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7486 |
7487 * axis.m: Catch limits that are the same and return an error. | |
7488 | |
5625 | 7489 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7490 | |
7491 * plot/print.m: Accept emf device option to support Enhanced | |
7492 Metafile format. | |
7493 | |
7494 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7495 | |
7496 * control/base/lqe.m: Doc fix. | |
7497 | |
5623 | 7498 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7499 | |
7500 * statistics/distributions/gamcdf.m: Doc fix. | |
7501 * statistics/distributions/gaminv.m: Doc fix. | |
7502 * statistics/distributions/gampdf.m: Doc fix. | |
7503 * statistics/distributions/gamrnd.m: Doc fix. | |
7504 | |
5610 | 7505 2006-02-09 David Bateman <dbateman@free.fr> |
7506 | |
6778 | 7507 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7508 for arbitrary user type. | |
7509 * general/tril.m: ditto. | |
7510 * sparse/sprand.m: Doc fix. | |
7511 * sparse/sprandn.m: Ditto. | |
7512 * sparse/sprandsym.m: New function. | |
7513 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7514 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7515 Update for syntax error for latest texinfo.tex file. | |
5610 | 7516 |
5605 | 7517 2006-02-02 John W. Eaton <jwe@octave.org> |
7518 | |
7519 * plot/grid.m: Append ";\n" to "set grid" command. | |
7520 | |
7521 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7522 | |
7523 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7524 | |
5597 | 7525 2006-01-13 John W. Eaton <jwe@octave.org> |
7526 | |
7527 * audio/Makefile.in, control/base/Makefile.in, | |
7528 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7529 control/system/Makefile.in, control/util/Makefile.in, | |
7530 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7531 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7532 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7533 optimization/Makefile.in, plot/Makefile.in, | |
7534 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7535 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7536 special-matrix/Makefile.in, startup/Makefile.in, | |
7537 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7538 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7539 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7540 (all): Depend on PKG_ADD. | |
7541 (PKG_ADD): New target. | |
7542 | |
7543 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7544 | |
7545 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7546 | |
5596 | 7547 2006-01-13 John W. Eaton <jwe@octave.org> |
7548 | |
7549 * time/etime.m: Move here from miscellaneous/etime.m. | |
7550 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7551 | |
5595 | 7552 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7553 | |
6778 | 7554 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7555 * miscellaneous/fullfile.m: Likewise. |
7556 | |
5592 | 7557 2006-01-12 David Bateman <dbateman@free.fr> |
7558 | |
7559 * general/blkdiag.m: Compatible behavior for empty matrices | |
7560 * statistics/base/unidrnd.m: Documentation buglet. | |
7561 | |
5583 | 7562 2005-12-14 David Bateman <dbateman@free.fr> |
7563 | |
5589 | 7564 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7565 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7566 | |
7567 * Makefile.in (SUBDIRS): Include testfun. | |
7568 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7569 | |
5583 | 7570 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7571 | |
7572 * general/__isequal__.m: Remove reference to getfield. | |
7573 | |
7574 * plot/hist.m: Update test code for row/column discrepencies. | |
7575 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7576 Update the test code for this. | |
7577 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7578 | |
5579 | 7579 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7580 | |
7581 * cell/cell2mat.m: New file, from octave-forge. | |
7582 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7583 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7584 |
7585 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7586 New graph theory functions. | |
7587 | |
5574 | 7588 2005-12-13 John W. Eaton <jwe@octave.org> |
7589 | |
7590 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7591 | |
7592 * control/system/ss.m: Doc fix. | |
7593 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7594 | |
5572 | 7595 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7596 | |
7597 * audio/wavread.m, audio/wavwrite.m: | |
7598 Correct scaling for 8-bit linear pcm samples. | |
7599 Improve scaling for all other linear pcm resolutions. | |
7600 | |
5568 | 7601 2005-12-07 John W. Eaton <jwe@octave.org> |
7602 | |
7603 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7604 | |
7605 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7606 * strings/strjust.m: Likewise. | |
7607 | |
7608 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7609 * signal/arma_rnd.m: Likewise. | |
7610 * strings/strcat.m: Likewise. | |
7611 * control/base/__freqresp__.m: Likewise. | |
7612 * control/base/place.m: Likewise. | |
7613 * control/base/pzmap.m: Likewise. | |
7614 * control/base/pzmap.m: Likewise. | |
7615 * control/system/sysappend.m: Likewise. | |
7616 * control/system/syscont.m: Likewise. | |
7617 * control/system/sysdisc.m: Likewise. | |
7618 * control/system/sysgroup.m: Likewise. | |
7619 * control/system/tfout.m: Likewise. | |
7620 * control/system/zpout.m: Likewise. | |
7621 * control/util/__outlist__.m: Likewise. | |
7622 | |
5567 | 7623 2005-12-06 John W. Eaton <jwe@octave.org> |
7624 | |
7625 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7626 Avoid for loop in interleave/deinterleave steps. | |
7627 | |
5565 | 7628 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7629 | |
7630 * audio/wavread.m, audio/wavwrite.m: New files. | |
7631 | |
5563 | 7632 2005-12-06 John W. Eaton <jwe@octave.org> |
7633 | |
7634 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7635 | |
5560 | 7636 2005-12-05 John W. Eaton <jwe@octave.org> |
7637 | |
5561 | 7638 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7639 |
5558 | 7640 2005-12-02 John W. Eaton <jwe@octave.org> |
7641 | |
7642 * miscellaneous/fileattrib.m: New function. | |
7643 | |
5556 | 7644 2005-12-01 John W. Eaton <jwe@octave.org> |
7645 | |
7646 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7647 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7648 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7649 | |
5555 | 7650 2005-11-30 John W. Eaton <jwe@octave.org> |
7651 | |
7652 * linear-algebra/krylov.m: Format doc string. | |
7653 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7654 | |
5551 | 7655 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7656 | |
7657 * general/blkdiag.m: Import from octave-forge. | |
7658 Ignore empty matrices in the input. Add tests. | |
5549 | 7659 |
7660 * general/isequal.m, general/isequalwithequalnans.m: | |
7661 New wrapper scripts for general/__isequal__.m. | |
7662 * general/__isequal__.m: Rename from general/isequal.m. | |
7663 New arg, nans_compare_equal. | |
7664 | |
5548 | 7665 2005-11-29 John W. Eaton <jwe@octave.org> |
7666 | |
7667 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7668 calling system. Only append octave_forge_string if | |
7669 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7670 Call license instead of hard-coding license info here. | |
7671 | |
7672 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7673 __octave_licenses__. Use puts instead of disp. |
5548 | 7674 Use getuid and getpwuid instead of calling unix ("id -un"). |
7675 If nargout = 1, return license info instead of printing usage message. | |
7676 | |
5546 | 7677 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7678 | |
7679 * miscellaneous/ver.m: New file. | |
7680 * miscellaneous/license.m: New file. | |
7681 | |
5545 | 7682 2005-11-22 John W. Eaton <jwe@octave.org> |
7683 | |
7684 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7685 gnuplot set command. | |
7686 | |
5539 | 7687 2005-11-15 John W. Eaton <jwe@octave.org> |
7688 | |
7689 * general/shiftdim.m: Doc fix. | |
7690 | |
5532 | 7691 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7692 | |
7693 * set/unique.m: Doc string fix. | |
7694 | |
5527 | 7695 2005-11-01 John W. Eaton <jwe@octave.org> |
7696 | |
7697 * Makefile.in (distclean, maintainer-clean): | |
7698 Also remove autom4te.cache directory. | |
7699 From Quentin Spencer <qspencer@ieee.org>. | |
7700 | |
5518 | 7701 2005-10-28 John W. Eaton <jwe@octave.org> |
7702 | |
7703 * general/shiftdim.m: Compatibility fix for row vectors. | |
7704 Correct check for non-scalar non-integer shift. For positive | |
7705 N, shift is remainder of N and number of dims. Always return NS. | |
7706 Simplify. | |
7707 | |
5500 | 7708 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7709 | |
7710 * general/randperm.m: Improve compatibility by allowing input | |
7711 value of zero. | |
7712 | |
5493 | 7713 2005-10-13 John W. Eaton <jwe@octave.org> |
7714 | |
7715 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7716 If in multiplot mode, clear plot before issuing new plot command. | |
7717 | |
7718 * plot/__setup_plot__.m: New function. | |
7719 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7720 Handle multiplot data and offsets here. | |
7721 | |
7722 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7723 Move initialization to __setup_plot__.m. | |
7724 | |
7725 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7726 Don't reset gnuplot_command_replot. | |
7727 | |
7728 * plot/replot.m: Handle multiplot data and offsets here. | |
7729 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7730 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7731 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7732 | |
5489 | 7733 2005-10-12 John W. Eaton <jwe@octave.org> |
7734 | |
7735 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7736 | |
5482 | 7737 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7738 | |
7739 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7740 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7741 _inv functions. | |
7742 * chi2pdf.m: Fixed typos in the documentation. | |
7743 | |
5475 | 7744 2005-09-28 John W. Eaton <jwe@octave.org> |
7745 | |
5476 | 7746 * miscellaneous/single.m: New function. |
7747 | |
5475 | 7748 * statistics/base/unidrnd.m: New function. |
7749 | |
5474 | 7750 2005-09-27 John W. Eaton <jwe@octave.org> |
7751 | |
7752 * miscellaneous/dir.m: Filename never includes directory part. | |
7753 | |
5464 | 7754 2005-09-22 John W. Eaton <jwe@octave.org> |
7755 | |
7756 * polynomial/residue.m: Use logical indexing instead of find.. | |
7757 | |
7758 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7759 | |
7760 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7761 and zero poles. | |
7762 | |
5462 | 7763 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7764 | |
7765 * strings/deblank.m: Handle cell arrays. | |
7766 * strings/split.m: New argument, N, to limit number of splits. | |
7767 | |
7768 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7769 | |
7770 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7771 | |
5460 | 7772 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7773 | |
7774 * control/base/rlocus.m: Doc fix. | |
7775 | |
5459 | 7776 2005-09-20 John W. Eaton <jwe@octave.org> |
7777 | |
7778 * general/isvector.m: Improve compatibility. | |
7779 | |
7780 * general/postpad.m: Allow first argument to be a scalar. | |
7781 Allow padding to extend dimensionality. | |
7782 * general/prepad.m: Likewise. | |
7783 | |
5448 | 7784 2005-09-14 Daniel <durbano@shbano.com> |
7785 | |
7786 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7787 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7788 /control/base/dgram.m: Doc string fixes. | |
5448 | 7789 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7790 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7791 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7792 |
7793 * saveimage.m: Do not ignore most significant bit when writing | |
7794 black and white images to file. | |
7795 | |
5443 | 7796 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7797 | |
7798 * audio/playaudio.m, control/base/__bodquist__.m, | |
7799 control/base/lqg.m, control/obsolete/dezero.m, | |
7800 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7801 control/system/c2d.m, control/system/cellidx.m, | |
7802 control/system/d2c.m, control/system/dmr2d.m, | |
7803 control/system/is_signal_list.m, control/system/listidx.m, | |
7804 control/system/ss.m, control/system/sysappend.m, | |
7805 control/system/sysconnect.m, control/system/sysdup.m, | |
7806 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7807 control/system/sysprune.m, control/system/syssetsignals.m, | |
7808 control/system/tfout.m, control/system/zpout.m, | |
7809 control/util/prompt.m, control/util/sortcom.m, | |
7810 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7811 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7812 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7813 general/strerror.m, image/colormap.m, image/imshow.m, | |
7814 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7815 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7816 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7817 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7818 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7819 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7820 plot/print.m, plot/title.m, plot/top_title.m, | |
7821 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7822 statistics/base/mean.m, statistics/base/moment.m, | |
7823 statistics/tests/cor_test.m, | |
7824 statistics/tests/kolmogorov_smirnov_test.m, | |
7825 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7826 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7827 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7828 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7829 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7830 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7831 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7832 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7833 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7834 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7835 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7836 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7837 isvector instead of is_vector. Use isstruct instead of | |
7838 is_struct. Use char instead of setstr. | |
7839 | |
5435 | 7840 2005-08-31 Daniel <durbano@shbano.com> |
7841 | |
7842 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7843 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7844 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7845 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7846 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7847 |
7848 * image/saveimage.m: Open output file in binary mode. | |
7849 | |
7850 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7851 | |
5427 | 7852 2005-08-16 John W. Eaton <jwe@octave.org> |
7853 | |
7854 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7855 outputs. | |
7856 | |
5426 | 7857 2005-08-15 John W. Eaton <jwe@octave.org> |
7858 | |
7859 * strings/strcat.m: Allow single argument. | |
7860 | |
5416 | 7861 2005-07-18 John W. Eaton <jwe@octave.org> |
7862 | |
7863 * strings/strcmp.m: Delete. | |
7864 | |
5413 | 7865 2005-07-13 John W. Eaton <jwe@octave.org> |
7866 | |
7867 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7868 versions of Octave. | |
7869 | |
7870 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7871 | |
7872 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7873 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7874 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7875 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7876 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7877 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7878 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7879 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7880 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7881 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7882 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7883 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7884 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7885 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7886 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7887 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7888 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7889 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7890 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7891 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7892 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7893 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7894 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7895 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7896 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7897 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7898 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7899 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7900 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7901 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7902 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7903 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7904 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7905 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7906 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7907 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7908 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7909 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7910 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7911 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7912 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7913 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7914 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7915 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7916 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7917 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7918 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7919 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7920 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7921 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7922 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7923 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7924 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7925 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7926 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7927 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7928 | |
7929 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7930 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7931 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7932 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7933 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7934 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7935 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7936 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7937 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7938 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7939 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7940 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7941 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7942 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7943 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7944 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7945 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7946 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7947 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7948 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7949 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7950 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7951 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7952 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7953 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7954 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7955 deprecated/wiener_rnd.m: New files. | |
7956 | |
5408 | 7957 2005-07-08 John W. Eaton <jwe@octave.org> |
7958 | |
7959 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7960 * deprecated/weibull_rnd.m: New file. | |
7961 | |
5407 | 7962 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7963 | |
7964 * strings/dec2base.m: Allow matrix arguments. | |
7965 | |
5406 | 7966 2005-07-08 John W. Eaton <jwe@octave.org> |
7967 | |
7968 * plot/__errplot__.m: Use __plot_globals__. | |
7969 * plot/__plt__.m: Likewise. | |
7970 * plot/figure.m: Likewise. | |
7971 | |
7972 * plot/hold.m: New file. | |
7973 * plot/ishold.m: New file. | |
7974 * plot/__plot_globals__.m: New file. | |
7975 | |
5400 | 7976 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7977 | |
7978 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7979 | |
7980 2005-07-05 John W. Eaton <jwe@octave.org> | |
7981 | |
7982 * strings/findstr.m: Return [] for no matches. | |
7983 | |
5399 | 7984 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7985 | |
7986 * miscellaneous/tic.m: Fix doc string. | |
7987 | |
5395 | 7988 2005-06-15 John W. Eaton <jwe@octave.org> |
7989 | |
7990 * polynomial/polyfit.m: Force return value to be a row vector. | |
7991 | |
5393 | 7992 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7993 | |
7994 * general/isequal.m: Correct nargin check. | |
7995 | |
5388 | 7996 2005-06-14 John W. Eaton <jwe@octave.org> |
7997 | |
7998 * general/isvector.m: Handle N-d arrays. | |
7999 From Bill Denney <denney@seas.upenn.edu>. | |
8000 | |
5381 | 8001 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8002 | |
8003 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8004 |
5377 | 8005 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8006 | |
8007 * signal/freqz.m: Use correct calculations when given a vector of | |
8008 frequencies. Improve accuracy of returned frequency vector. | |
8009 Improve speed for medium length filters (at a slight cost for slow | |
8010 filters). Add test cases. | |
8011 | |
5373 | 8012 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8013 | |
8014 * plot/loglog.m: Fix set commands. | |
8015 | |
5381 | 8016 2005-05-25 John W. Eaton <jwe@octave.org> |
8017 | |
8018 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8019 | |
5371 | 8020 2005-05-24 John W. Eaton <jwe@octave.org> |
8021 | |
5373 | 8022 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8023 | |
5372 | 8024 * strings/strncmp.m: New file, from Tom Holroyd |
8025 <tomh@kurage.nimh.nih.gov>. | |
8026 | |
5371 | 8027 * strings/strcmp.m: Return logical values in all cases. |
8028 | |
5366 | 8029 2005-05-23 John W. Eaton <jwe@octave.org> |
8030 | |
8031 * plot/orient.m: New file. Adapt to Octave coding style. | |
8032 Texinfoize doc string. | |
8033 | |
8034 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8035 PKG_ADD command. Use set terminal consistently throughout. Use | |
8036 set terminal push/pop and unconditionally set output to screen | |
8037 when done to avoid requiring gget. Use a cell array for dev_list | |
8038 and cellidx to search for items in the list. Delete local | |
8039 variable endl. Don't set and restore automatic_replot. Use {} | |
8040 instead of nth to index varargin. Delete local variable | |
8041 va_arg_cnt. | |
8042 | |
5355 | 8043 2005-05-18 John W. Eaton <jwe@octave.org> |
8044 | |
8045 * general/num2str.m: Return early if X is a character string. | |
8046 | |
5347 | 8047 2005-05-11 John W. Eaton <jwe@octave.org> |
8048 | |
5348 | 8049 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8050 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8051 | |
5347 | 8052 * plot/polar.m: Don't call __pltopt__ here. |
8053 | |
5333 | 8054 2005-05-02 John W. Eaton <jwe@octave.org> |
8055 | |
8056 * mkdoc: Print header message. | |
8057 | |
5319 | 8058 2005-04-28 John W. Eaton <jwe@octave.org> |
8059 | |
8060 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8061 startup/octaverc. | |
8062 | |
5318 | 8063 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8064 | |
8065 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8066 (__im_numeric_limits__): New internal function. | |
8067 | |
5317 | 8068 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8069 | |
8070 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8071 data, not mean of group_mean. | |
8072 | |
8073 2005-04-28 John W. Eaton <jwe@octave.org> | |
8074 | |
8075 * startup/local-rcfile: New file. | |
8076 * startup/main-rcfile: Rename from startup/octaverc. | |
8077 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8078 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8079 Install local-rcfile in $(localfcnfiledir)/startup. | |
8080 | |
8081 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8082 | |
8083 * startup/inputrc: New file. | |
8084 * startup/octaverc: Configure readline using inputrc from | |
8085 startupfiledir. | |
8086 * startup/Makefile.in (install, install-strip): Install octaverc | |
8087 in $(fcnfiledir)/startup. | |
8088 | |
5310 | 8089 2005-04-27 John W. Eaton <jwe@octave.org> |
8090 | |
8091 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8092 | |
5289 | 8093 2005-04-21 John W. Eaton <jwe@octave.org> |
8094 | |
8095 * optimization/glpk.m: Handle SENSE argument. | |
8096 | |
8097 * optimization/qp.m, optimization/sqp.m: New files. | |
8098 | |
5276 | 8099 2005-04-08 John W. Eaton <jwe@octave.org> |
8100 | |
8101 * Makefile.in (clean, distclean, maintainer-clean): | |
8102 Avoid duplication in rules. | |
8103 | |
5252 | 8104 2005-03-28 John W. Eaton <jwe@octave.org> |
8105 | |
8106 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8107 setting {no,}parametric. | |
8108 * plot/figure.m: Likewise, for setting terminal type. | |
8109 | |
8110 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8111 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8112 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8113 plot/title.m, plot/top_title.m: Avoid eval. | |
8114 | |
5251 | 8115 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8116 | |
5253 | 8117 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8118 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8119 Use __gnuplot_replot__ instead of replot. | |
8120 | |
5252 | 8121 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8122 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8123 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8124 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8125 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8126 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8127 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8128 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8129 |
5251 | 8130 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8131 | |
5244 | 8132 2005-03-24 John W. Eaton <jwe@octave.org> |
8133 | |
8134 * optimization/glpkmex.m: Texinfoize Doc string. | |
8135 * optimization/glpk.m: Likewise. | |
8136 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8137 (row vectors are orginary character strings). | |
8138 * optimization/glpkparam.m: Delete. | |
8139 | |
5243 | 8140 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8141 | |
8142 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8143 of dimensions of X. | |
8144 | |
5237 | 8145 2005-03-23 John W. Eaton <jwe@octave.org> |
8146 | |
5239 | 8147 * general/tril.m, general/triu.m: Return value of same class as |
8148 argument. | |
8149 | |
5237 | 8150 * optimization/glpk.m: Simplify interface. By default, solve |
8151 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8152 * optimization/glpkmex.m: New file. | |
8153 | |
5232 | 8154 2005-03-22 John W. Eaton <jwe@octave.org> |
8155 | |
5237 | 8156 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8157 list. | |
8158 | |
5233 | 8159 * optimization/glpk.m: Adapt to Octave coding style. |
8160 No need for varargout or varargin. | |
8161 Print usage message if nargin > 11. | |
8162 Allow any value of nargout. | |
8163 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8164 Avoid looping when checking character classes. | |
8165 | |
5232 | 8166 * optimization: New directory. |
8167 * Makefile.in (SUBDIRS): Add it to the list. | |
8168 * optimization/Makefile.in: New file. | |
8169 * optimization/glpk.m, optimization/glpkparams.m, | |
8170 optimization/glpktest1, optimization/glpktest2: New files. | |
8171 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8172 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8173 |
8174 * strings/split.m: Quick return for empty second arg. | |
8175 Improve warning for multi-line strings. | |
8176 Speed up by avoiding sprintf in loop and eval. | |
8177 | |
5217 | 8178 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8179 | |
8180 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8181 * polynomial/polyder.m: Ditto. | |
6778 | 8182 * polynomial/polygcd.m: New function. |
5217 | 8183 |
5214 | 8184 2005-03-16 John W. Eaton <jwe@octave.org> |
8185 | |
5215 | 8186 * control/base/__stepimp__.m, control/base/bode.m, |
8187 control/base/frdemo.m, control/base/nichols.m, | |
8188 control/base/nyquist.m, control/base/pzmap.m, | |
8189 control/base/rldemo.m, control/base/rlocus.m, | |
8190 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8191 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8192 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8193 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8194 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8195 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8196 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8197 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8198 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8199 plot/xlabel.m, quaternion/demoquat.m, | |
8200 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8201 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8202 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8203 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8204 gsplot from @seealso docs. | |
5214 | 8205 |
8206 * plot/replot.m: New file. | |
8207 | |
5205 | 8208 2005-03-15 David Bateman <dbateman@free.fr> |
8209 | |
8210 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8211 | |
5196 | 8212 2005-03-09 John W. Eaton <jwe@octave.org> |
8213 | |
8214 * statistics/Makefile.in (bin-dist): Delete target. | |
8215 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8216 * control/Makefile.in: Likewise. |
5196 | 8217 |
5378 | 8218 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8219 (BINDISTFILES): Delete variable. |
5378 | 8220 * control/base/Makefile.in: Likewise. |
8221 * control/hinf/Makefile.in: Likewise. | |
8222 * control/obsolete/Makefile.in: Likewise. | |
8223 * control/system/Makefile.in: Likewise. | |
8224 * control/util/Makefile.in: Likewise. | |
8225 * deprecated/Makefile.in: Likewise. | |
8226 * elfun/Makefile.in: Likewise. | |
8227 * finance/Makefile.in: Likewise. | |
8228 * general/Makefile.in: Likewise. | |
8229 * image/Makefile.in: Likewise. | |
8230 * sparse/Makefile.in: Likewise. | |
8231 * io/Makefile.in: Likewise. | |
8232 * plot/Makefile.in: Likewise. | |
8233 * Makefile.in: Likewise. | |
8234 * miscellaneous/Makefile.in: Likewise. | |
8235 * linear-algebra/Makefile.in: Likewise. | |
8236 * polynomial/Makefile.in: Likewise. | |
8237 * quaternion/Makefile.in: Likewise. | |
8238 * set/Makefile.in: Likewise. | |
8239 * signal/Makefile.in: Likewise. | |
8240 * specfun/Makefile.in: Likewise. | |
8241 * special-matrix/Makefile.in: Likewise. | |
8242 * startup/Makefile.in: Likewise. | |
8243 * statistics/base/Makefile.in: Likewise. | |
8244 * statistics/distributions/Makefile.in: Likewise. | |
8245 * statistics/models/Makefile.in: Likewise. | |
8246 * statistics/tests/Makefile.in: Likewise. | |
8247 * strings/Makefile.in: Likewise. | |
8248 * time/Makefile.in: Likewise. | |
5196 | 8249 |
5195 | 8250 2005-03-08 John W. Eaton <jwe@octave.org> |
8251 | |
8252 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8253 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8254 | |
5192 | 8255 2005-03-04 John W. Eaton <jwe@octave.org> |
8256 | |
8257 * plot/clg.m: New file. | |
8258 | |
5193 | 8259 2005-03-03 John W. Eaton <jwe@octave.org> |
8260 | |
8261 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8262 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8263 strings/strcmpi.m: | |
8264 New files from Octave-forge. Adapt to Octave coding standards. | |
8265 | |
5181 | 8266 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8267 | |
8268 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8269 computation range. | |
8270 | |
5164 | 8271 2005-02-25 John W. Eaton <jwe@octave.org> |
8272 | |
8273 Sparse merge. | |
8274 | |
8275 2005-01-23 David Bateman <dbateman@free.fr> | |
8276 | |
8277 * sparse/randperm.m: Delete duplicate randperm.m. | |
8278 | |
8279 2005-01-10 John W. Eaton <jwe@octave.org> | |
8280 | |
8281 * sparse/Makefile.in: New file. | |
8282 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8283 | |
8284 2005-01-07 David Bateman <dbateman@free.fr> | |
8285 | |
8286 * set/unique.m: import file from octave-forge. | |
8287 | |
8288 2005-01-05 David Bateman <dbateman@free.fr> | |
8289 | |
8290 * Makefile.in: include sparse directory in SUBDIRS. | |
8291 | |
8292 2004-12-30 John W. Eaton <jwe@octave.org> | |
8293 | |
8294 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8295 src/DLD-FUNCTIONS/sparse.cc). | |
8296 | |
8297 2004-12-28 John W. Eaton <jwe@octave.org> | |
8298 | |
8299 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8300 Andy Adler <adler@site.uottawa.ca>. | |
8301 | |
8302 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8303 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8304 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8305 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8306 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8307 | |
8308 * sparse: New directory. | |
8309 | |
5158 | 8310 2005-02-22 John W. Eaton <jwe@octave.org> |
8311 | |
8312 * polynomial/residue.m: Force prepad to always create row vectors. | |
8313 | |
8314 * polynomial/poly.m: Quick return if m is 0. | |
8315 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8316 | |
5154 | 8317 2005-02-21 David Bateman <dbateman@free.fr> |
8318 | |
8319 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8320 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8321 Fix for row vectors with at least one element of lambda not in | |
8322 (0, Inf). | |
8323 | |
5152 | 8324 2005-02-21 John W. Eaton <jwe@octave.org> |
8325 | |
5153 | 8326 * statistics/base/qqplot.m: Use feval instead of eval. |
8327 | |
5152 | 8328 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8329 plot/__axis_label__.m: Issue replot command. | |
8330 | |
5135 | 8331 2005-02-09 John W. Eaton <jwe@octave.org> |
8332 | |
8333 * polynomial/polyderiv.m: Force P to be a row vector. | |
8334 | |
5133 | 8335 2005-02-08 John W. Eaton <jwe@octave.org> |
8336 | |
8337 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8338 provided and len <= computed max_len. | |
8339 | |
5125 | 8340 2005-01-27 David Bateman <dbateman@free.fr> |
8341 | |
8342 * strings/dec2base.m: Be even more careful about handling all digits. | |
8343 | |
8344 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8345 | |
8346 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8347 | |
5123 | 8348 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8349 | |
8350 * statistics/base/median.m: Make it work for the scalar case too. | |
8351 | |
6308 | 8352 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8353 |
8354 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8355 Simplify logic for decoding args. |
5117 | 8356 |
5115 | 8357 2005-01-24 John W. Eaton <jwe@octave.org> |
8358 | |
5116 | 8359 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8360 | |
8361 * plot/__plt__.m: No need to save and reset hold state now. | |
8362 (first_plot): Delete unused variable. | |
8363 | |
5115 | 8364 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8365 | |
8366 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8367 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8368 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8369 plot/__plt2vv__.m: | |
8370 Return data and gnuplot commands instead of evaluating them. | |
8371 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8372 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8373 | |
5108 | 8374 2005-01-18 John W. Eaton <jwe@octave.org> |
8375 | |
8376 * linear-algebra/cross.m: Allocate idx1 before use. | |
8377 | |
5096 | 8378 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8379 | |
8380 * statistics/base/range.m: Fix varargin usage. | |
8381 | |
5091 | 8382 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8383 | |
8384 * strings/deblank.m: Remove all trailing whitespace (check with | |
8385 isspace), not just SPC. | |
8386 | |
5090 | 8387 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8388 | |
8389 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8390 | |
5073 | 8391 2004-11-09 John W. Eaton <jwe@octave.org> |
8392 | |
8393 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8394 From Julius Smith <jos@ccrma.stanford.edu>. | |
8395 | |
5072 | 8396 2004-11-08 John W. Eaton <jwe@octave.org> |
8397 | |
8398 * plot/__plt2vm__.m: Delete debugging statement. | |
8399 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8400 | |
5065 | 8401 2004-11-04 John W. Eaton <jwe@octave.org> |
8402 | |
8403 * plot/hist.m: Always return row vectors for vector args. | |
8404 | |
5031 | 8405 2004-09-23 John W. Eaton <jwe@octave.org> |
8406 | |
8407 * strings/strcmp.m: If args are not strings or cell arrays of | |
8408 strings, return zero instead of reporting an error. | |
8409 | |
5021 | 8410 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8411 | |
8412 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8413 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8414 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8415 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8416 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8417 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8418 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8419 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8420 control/system/is_detectable.m, control/system/is_sample.m, | |
8421 control/system/is_siso.m, control/system/is_stable.m, | |
8422 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8423 control/system/sys2tf.m, control/system/sys2zp.m, | |
8424 control/system/sysappend.m, control/system/sysconnect.m, | |
8425 control/system/sysdisc.m, control/system/sysdup.m, | |
8426 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8427 control/system/syssetsignals.m, control/system/syssub.m, | |
8428 control/system/tf2sys.m, control/system/ugain.m, | |
8429 control/system/zp2ss.m, control/system/zp2sys.m, | |
8430 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8431 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8432 | |
8433 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8434 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8435 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8436 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8437 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8438 control/system/sysappend.m, control/system/sysconnect.m, | |
8439 control/system/sysdup.m, control/system/sysgroup.m, | |
8440 control/system/sysprune.m, control/system/sysreorder.m, | |
8441 control/system/sysscale.m, control/system/syssub.m, | |
8442 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8443 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8444 polynomial/polyout.m, specfun/log2.m: | |
8445 Add output arguments in doc strings. | |
8446 | |
8447 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8448 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8449 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8450 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8451 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8452 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8453 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8454 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8455 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8456 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8457 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8458 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8459 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8460 control/system/c2d.m, control/system/is_abcd.m, | |
8461 control/system/is_controllable.m, control/system/is_detectable.m, | |
8462 control/system/is_observable.m, control/system/is_stable.m, | |
8463 control/system/jet707.m, control/system/ord2.m, | |
8464 control/system/starp.m, control/system/sys2fir.m, | |
8465 control/system/sys2ss.m, control/system/sys2tf.m, | |
8466 control/system/sys2zp.m, control/system/syscont.m, | |
8467 control/system/sysdisc.m, control/system/sysdup.m, | |
8468 control/system/sysgettype.m, control/system/sysgroup.m, | |
8469 control/system/sysmult.m, control/system/sysprune.m, | |
8470 control/system/sysreorder.m, control/system/sysscale.m, | |
8471 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8472 control/system/tf2ss.m, control/system/tf2sys.m, | |
8473 control/system/zp2ss.m, control/system/zp2sys.m, | |
8474 control/util/axis2dlim.m, control/util/prompt.m, | |
8475 control/util/zgfmul.m, control/util/zginit.m, | |
8476 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8477 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8478 in doc strings. | |
8479 | |
8480 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8481 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8482 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8483 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8484 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8485 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8486 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8487 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8488 control/system/c2d.m, control/system/fir2sys.m, | |
8489 control/system/is_stabilizable.m, control/system/jet707.m, | |
8490 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8491 control/util/zgshsr.m, polynomial/polyout.m: | |
8492 New @tex section(s) in doc strings for better formating of printed | |
8493 output. | |
8494 | |
8495 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8496 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8497 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8498 Use proper double quote marks for TeX. | |
8499 | |
8500 * control/base/DEMOcontrol.m: Add missing ; | |
8501 | |
8502 * control/base/nichols.m, control/base/rlocus.m, | |
8503 control/obsolete/minfo.m, control/system/is_digital.m, | |
8504 control/system/ss2zp.m, control/system/sysmin.m, | |
8505 control/system/tf2zp.m, control/util/sortcom.m: | |
8506 Convert documentation to use or more completely use Texinfo. | |
8507 | |
8508 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8509 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8510 control/system/parallel.m, control/system/ss2tf.m, | |
8511 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8512 art splitting over a page boundary. | |
8513 | |
8514 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8515 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8516 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8517 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8518 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8519 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8520 the TeX documentation. | |
8521 | |
8522 * control/system/is_stabilizable.m: | |
8523 Add Copyright so that help is displayed correctly. | |
8524 | |
8525 * special-matrix/vander.m: Octave indexes start at 1. | |
8526 | |
5011 | 8527 2004-09-21 David Bateman <dbateman@free.fr> |
8528 | |
8529 * general/rotdim.m: New function for rotation of an N-d array in an | |
8530 arbitrary plane. | |
8531 | |
8532 * general/flipdim.m: New function to flip an N-d array about an | |
8533 arbitrary axis. | |
8534 | |
5003 | 8535 2004-09-15 David Bateman <dbateman@free.fr> |
8536 | |
8537 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8538 | |
4992 | 8539 2004-09-15 John W. Eaton <jwe@octave.org> |
8540 | |
8541 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8542 Use iscellstr to check for cells rather than iscell. |
8543 Improve diagnostics for invalid args. | |
4992 | 8544 |
4983 | 8545 2004-09-10 David Bateman <dbateman@free.fr> |
8546 | |
8547 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8548 and p with n > 1, and fix for matrix n and p with n == 1. | |
8549 | |
8550 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8551 due to row vs. column vector operations. | |
8552 | |
4964 | 8553 2004-09-03 David Bateman <dbateman@free.fr> |
8554 | |
8555 * general/repmat.m: Fix to allow logical classes. | |
8556 | |
4950 | 8557 2004-08-31 John W. Eaton <jwe@octave.org> |
8558 | |
8559 * general/isa.m: New function, from Octave-forge. | |
8560 | |
8561 2004-08-31 David Bateman <dbateman@free.fr> | |
8562 | |
8563 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8564 limitation on the use of int64 and uint64 types, and the use | |
8565 of the eval. | |
8566 | |
8567 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8568 in .^ with integer types is fixed. | |
8569 | |
8570 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8571 |
8572 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8573 | |
8574 * plot/axis.m: Don't reset axes when querying them. | |
8575 | |
4942 | 8576 2004-08-27 David Bateman <dbateman@free.fr> |
8577 | |
8578 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8579 Eliminate loop. | |
8580 | |
4918 | 8581 2004-07-27 David Bateman <dbateman@free.fr> |
8582 | |
8583 * general/num2str.m: Also insert spaces in output when precision | |
8584 argument is supplied. | |
8585 | |
4915 | 8586 2004-07-23 David Bateman <dbateman@free.fr> |
8587 | |
8588 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8589 | |
4911 | 8590 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8591 | |
8592 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8593 | |
8594 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8595 | |
8596 * miscellaneous/unix.m: Fix doc string. | |
8597 | |
8598 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8599 | |
8600 * plot/figure.m: Clarification of documentation. | |
8601 | |
8602 * image/imshow.m: Warn for complex images. | |
8603 Only estimate colourmap for images in [0, 65536]. | |
8604 | |
8605 2004-07-22 David Bateman <dbateman@free.fr> | |
8606 | |
8607 * general/num2str.m: Fix the case of an all zero input. | |
8608 | |
4906 | 8609 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8610 | |
8611 * general/ind2sub.m: Doc fix. | |
8612 | |
4900 | 8613 2004-06-08 John W. Eaton <jwe@octave.org> |
8614 | |
8615 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8616 convert function handle to string for eval. | |
8617 | |
4898 | 8618 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8619 | |
8620 * plot/errorbar.m: Remove debugging output. | |
8621 | |
8622 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8623 | |
8624 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8625 | |
4897 | 8626 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8627 | |
4898 | 8628 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8629 | |
8630 * polynomial/polyout.m: Use parenthesis if necessary around | |
8631 complex polynomial coefficient. | |
8632 | |
4897 | 8633 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8634 the bug which causes __errplot__ to ignore the last argument. | |
8635 | |
4894 | 8636 2004-06-03 David Bateman <dbateman@free.fr> |
8637 | |
8638 * general/shiftdim.m: New function based on JWE code snippet. | |
8639 | |
8640 * general/circdim.m: New function. | |
8641 | |
4890 | 8642 2004-05-06 David Bateman <dbateman@free.fr> |
8643 | |
8644 * general/issquare.m: Fail if ndim(x) > 2. | |
8645 | |
8646 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8647 | |
8648 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8649 N-d array arguments. Add optional dim argument to define | |
8650 dimension along which to operate. | |
8651 | |
8652 * linear-algebra/dmult.m: Allow N-d arrays. | |
8653 | |
8654 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8655 | |
4885 | 8656 2004-04-29 David Bateman <dbateman@free.fr> |
8657 | |
8658 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8659 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8660 statistics/base/statistics.m, statistics/base/skewness.m | |
8661 statistics/base/iqr.m: | |
8662 Make N-d array aware. Allow optional argument to define the | |
8663 dimension along which to operate. Update the documentation. | |
8664 | |
8665 * statistics/base/ranks.m: Change algorithm to use sort, | |
8666 and adjust for the ties after. | |
8667 | |
8668 * statistics/base/run_counts.m: Change algorithm to use | |
8669 the a combination of diff and find, rather than a for-loop. | |
8670 | |
4881 | 8671 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8672 | |
8673 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8674 | |
4878 | 8675 2004-04-23 David Bateman <dbateman@free.fr> |
8676 | |
8677 * general/int2str.m: Treat only real part of argument, and treat | |
8678 NDArrays by stacking the slices through the matrix vertically. | |
8679 | |
8680 * general/num2str.m: Improve format of integer matrices, and the | |
8681 conversion of complex matrices added. Treat NDArrays by stacking | |
8682 the slices through the matrix vertically. | |
8683 | |
8684 * deprecated/com2str.m: Moved here from general subdirectory. | |
8685 | |
4877 | 8686 2004-04-22 John W. Eaton <jwe@octave.org> |
8687 | |
8688 * quaternion/qtransvmat.m: Use continuation characters to make | |
8689 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8690 | |
4869 | 8691 2004-04-21 David Bateman <dbateman@free.fr> |
8692 | |
5378 | 8693 * elfun/lcm.m: Make N-d aware. |
4870 | 8694 |
4869 | 8695 * general/diff.m: Make the code N-d array aware. Allow an |
8696 optional argument to define the dimension along which to perform | |
8697 the differences and allow the order of the differences to be larger | |
8698 than the dimension itself. | |
8699 | |
8700 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8701 use of these functions to 1- and 2-d arrays. | |
8702 | |
4863 | 8703 2004-04-16 John W. Eaton <jwe@octave.org> |
8704 | |
8705 * elfun/gcd.m: Delete. | |
8706 | |
4862 | 8707 2004-04-15 David Bateman <dbateman@free.fr> |
8708 | |
8709 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8710 | |
8711 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8712 array aware and and optional argument for the dimension along | |
8713 which to operate. | |
8714 | |
5378 | 8715 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8716 argument for the dimension to be consistent with other N-d array |
8717 functions. | |
8718 | |
4860 | 8719 2004-04-08 David Bateman <dbateman@free.fr> |
8720 | |
8721 * statistics/distributions/discrete_cdf.m, | |
8722 statistics/distributions/discrete_inv.m, | |
8723 statistics/distributions/discrete_pdf.m, | |
8724 statistics/distributions/discrete_rnd.m, | |
8725 statistics/distributions/exponential_cdf.m, | |
8726 statistics/distributions/exponential_inv.m, | |
8727 statistics/distributions/exponential_pdf.m, | |
8728 statistics/distributions/exponential_rnd.m, | |
8729 statistics/distributions/f_cdf.m, | |
8730 statistics/distributions/f_inv.m, | |
8731 statistics/distributions/f_pdf.m, | |
8732 statistics/distributions/f_rnd.m, | |
8733 statistics/distributions/geometric_cdf.m, | |
8734 statistics/distributions/geometric_inv.m, | |
8735 statistics/distributions/geometric_pdf.m, | |
8736 statistics/distributions/geometric_rnd.m, | |
8737 statistics/distributions/hypergeometric_rnd.m, | |
8738 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8739 statistics/distributions/laplace_cdf.m, | |
8740 statistics/distributions/laplace_inv.m, | |
8741 statistics/distributions/laplace_pdf.m, | |
8742 statistics/distributions/laplace_rnd.m, | |
8743 statistics/distributions/logistic_inv.m, | |
8744 statistics/distributions/logistic_rnd.m, | |
8745 statistics/distributions/lognormal_cdf.m, | |
8746 statistics/distributions/lognormal_inv.m, | |
8747 statistics/distributions/lognormal_pdf.m, | |
8748 statistics/distributions/lognormal_rnd.m, | |
8749 statistics/distributions/pascal_cdf.m, | |
8750 statistics/distributions/pascal_inv.m, | |
8751 statistics/distributions/pascal_pdf.m, | |
8752 statistics/distributions/pascal_rnd.m, | |
8753 statistics/distributions/poisson_cdf.m, | |
8754 statistics/distributions/poisson_inv.m, | |
8755 statistics/distributions/poisson_pdf.m, | |
8756 statistics/distributions/poisson_rnd.m, | |
8757 statistics/distributions/t_cdf.m, | |
8758 statistics/distributions/t_inv.m, | |
8759 statistics/distributions/t_pdf.m, | |
8760 statistics/distributions/t_rnd.m, | |
8761 statistics/distributions/weibull_cdf.m, | |
8762 statistics/distributions/weibull_inv.m, | |
8763 statistics/distributions/weibull_pdf.m, | |
8764 statistics/distributions/weibull_rnd.m: | |
8765 Allow N-d arrays. | |
8766 | |
8767 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8768 that results in NaN in places where it should not have had. | |
8769 | |
8770 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8771 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8772 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8773 |
8774 * statistics/distributions/empirical_rnd.m: New argument formats | |
8775 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8776 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8777 format. Allow N-d arrays. |
8778 | |
8779 * statistics/distributions/hypergeometric_cdf.m, | |
8780 statistics/distributions/hypergeometric_inv.m, | |
8781 statistics/distributions/hypergeometric_pdf.m, | |
8782 statistics/distributions/wiener_rnd.m: | |
8783 Error for non-scalar arguments. | |
8784 | |
8785 * statistics/distributions/pascal_rnd.m: | |
8786 Correct for n = 1 bug, where all elements were equal. | |
8787 | |
4849 | 8788 2004-04-06 David Bateman <dbateman@free.fr> |
8789 | |
4854 | 8790 * general/common_size.m, miscellaneous/bincoeff.m, |
8791 statistics/distributions/beta_cdf.m, | |
8792 statistics/distributions/beta_inv.m, | |
8793 statistics/distributions/beta_pdf.m, | |
8794 statistics/distributions/beta_rnd.m, | |
8795 statistics/distributions/binomial_cdf.m, | |
8796 statistics/distributions/binomial_inv.m, | |
8797 statistics/distributions/binomial_pdf.m, | |
8798 statistics/distributions/binomial_rnd.m, | |
8799 statistics/distributions/cauchy_cdf.m, | |
8800 statistics/distributions/cauchy_inv.m, | |
8801 statistics/distributions/cauchy_pdf.m, | |
8802 statistics/distributions/cauchy_rnd.m, | |
8803 statistics/distributions/chisquare_cdf.m, | |
8804 statistics/distributions/chisquare_inv.m, | |
8805 statistics/distributions/chisquare_pdf.m, | |
8806 statistics/distributions/chisquare_rnd.m, | |
8807 statistics/distributions/gamma_cdf.m, | |
8808 statistics/distributions/gamma_inv.m, | |
8809 statistics/distributions/gamma_pdf.m, | |
8810 statistics/distributions/gamma_rnd.m, | |
8811 statistics/distributions/normal_cdf.m, | |
8812 statistics/distributions/normal_inv.m, | |
8813 statistics/distributions/normal_pdf.m, | |
8814 statistics/distributions/normal_rnd.m, | |
8815 statistics/distributions/stdnormal_cdf.m, | |
8816 statistics/distributions/stdnormal_pdf.m, | |
8817 statistics/distributions/stdnormal_rnd.m, | |
8818 statistics/distributions/uniform_cdf.m, | |
8819 statistics/distributions/uniform_inv.m, | |
8820 statistics/distributions/uniform_pdf.m, | |
8821 statistics/distributions/uniform_rnd.m: | |
8822 Allow the inputs to be N-d arrays. | |
8823 | |
4852 | 8824 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8825 * statistics/base/median.m: Likewise. | |
4849 | 8826 |
4844 | 8827 2004-04-02 David Bateman <dbateman@free.fr> |
8828 | |
8829 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8830 * statistics/base/center.m, statistics/base/meansq.m, |
8831 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8832 Update for N-d arrays. |
4844 | 8833 * signal/fftshift.m: Fix dimensioning error. |
8834 | |
8835 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8836 N-d arrays. |
4844 | 8837 |
4852 | 8838 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8839 | |
8840 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8841 |
4852 | 8842 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8843 |
8844 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8845 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8846 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8847 | |
8848 * control/system/sysidx.m: Use cellidx and not listidx. | |
8849 | |
4841 | 8850 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8851 | |
8852 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8853 default of "" (so it is off unless explicitly set by the user). | |
8854 | |
4836 | 8855 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8856 | |
8857 * image/imshow.m: Accept "truesize" argument. | |
8858 Ignore current colormap. New tests and demos. | |
8859 | |
4834 | 8860 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8861 | |
8862 * signal/sinewave.m: Allow N to default to M. | |
8863 | |
4826 | 8864 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8865 | |
8866 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8867 | |
4818 | 8868 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8869 | |
8870 * general/deal.m: New function. | |
4819 | 8871 Add tests from Paul Kienzle. |
4818 | 8872 |
4811 | 8873 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8874 | |
8875 * plot/hist.m: Compute histogram correctly for n>=30. | |
8876 | |
5095 | 8877 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8878 |
8879 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8880 | |
4806 | 8881 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8882 | |
8883 * miscellaneous/horzcat.m: Delete. | |
8884 * miscellaneous/vertcat.m: Delete. | |
8885 | |
4790 | 8886 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8887 | |
8888 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8889 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8890 | |
4789 | 8891 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8892 | |
8893 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8894 doing multiple plots in the same gnuplot frame. | |
8895 | |
4780 | 8896 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8897 | |
8898 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8899 control/system/cellidx.m, control/system/ss.m, | |
8900 control/system/tf.m, control/system/zp.m: New functions. | |
8901 | |
4778 | 8902 2004-02-16 Glenn Golden <gdg@zplane.com> |
8903 | |
8904 * statistics/distributions/discrete_inv.m: | |
8905 Reduce memory requirements. | |
8906 | |
4772 | 8907 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8908 | |
8909 * plot/__errcomm__.m: Fix thinko in previous change. | |
8910 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8911 | |
4771 | 8912 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8913 | |
8914 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8915 control/base/analdemo.m, control/base/bddemo.m, | |
8916 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8917 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8918 control/base/rldemo.m, control/base/rlocus.m, | |
8919 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8920 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8921 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8922 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8923 control/obsolete/packsys.m, control/obsolete/series.m, | |
8924 control/system/__sysdefioname__.m, | |
8925 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8926 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8927 control/system/c2d.m, control/system/d2c.m, | |
8928 control/system/dmr2d.m, control/system/fir2sys.m, | |
8929 control/system/is_signal_list.m, control/system/is_siso.m, | |
8930 control/system/jet707.m, control/system/listidx.m, | |
8931 control/system/moddemo.m, control/system/ord2.m, | |
8932 control/system/packedform.m, control/system/parallel.m, | |
8933 control/system/ss2sys.m, control/system/sys2tf.m, | |
8934 control/system/sys2zp.m, control/system/sysadd.m, | |
8935 control/system/sysappend.m, control/system/sysconnect.m, | |
8936 control/system/syscont.m, control/system/sysdimensions.m, | |
8937 control/system/sysdisc.m, control/system/sysdup.m, | |
8938 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8939 control/system/sysgroup.m, control/system/sysmin.m, | |
8940 control/system/sysmult.m, control/system/sysprune.m, | |
8941 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8942 control/system/syssetsignals.m, control/system/syssub.m, | |
8943 control/system/sysupdate.m, control/system/tf2sys.m, | |
8944 control/system/ugain.m, control/system/zp2ss.m, | |
8945 control/system/zp2sys.m, control/util/__outlist__.m, | |
8946 control/util/__zgpbal__.m, control/util/strappend.m: | |
8947 Use cell arrays instead of lists. | |
8948 | |
4723 | 8949 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8950 | |
8951 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8952 so that bar (1, 1) will work. | |
8953 | |
4710 | 8954 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8955 | |
4717 | 8956 * plot/__errcomm__.m: Cope with nargin now being a function. |
8957 * plot/__errplot__.m: Likewise. | |
8958 * plot/__plt__.m: Likewise. | |
8959 * plot/plot_border.m: Likewise. | |
8960 | |
4710 | 8961 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8962 not $(DOCSTRINGS). | |
8963 | |
4706 | 8964 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8965 | |
8966 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8967 rank ([], tol). | |
8968 | |
4691 | 8969 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8970 | |
4692 | 8971 * elfun/acot.m: Return atan (1./z). |
8972 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8973 | |
4691 | 8974 * miscellaneous/dir.m: New file. |
8975 | |
8976 * general/num2str.m: Use "%d" as format if values are ints with | |
8977 magnitude less than 1e10. | |
8978 | |
8979 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8980 | |
8981 * general/num2str.m: If single arg is string, return it. | |
8982 | |
8983 * miscellaneous/not.m: New file. | |
8984 | |
8985 * miscellaneous/unix.m: New file. | |
8986 | |
8987 * miscellaneous/isunix.m: New file. | |
8988 * miscellaneous/ispc.m: New file. | |
8989 | |
8990 * miscellaneous/computer.m: New file. | |
8991 | |
8992 * miscellaneous/delete.m: New file. | |
8993 | |
4689 | 8994 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8995 | |
8996 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8997 | |
8998 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8999 | |
9000 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9001 Always return substituted version of LOADPATH if nargout != 0. | |
9002 | |
4685 | 9003 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9004 | |
9005 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9006 before continuing. | |
9007 | |
9008 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9009 | |
4677 | 9010 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9011 | |
9012 * general/ind2sub.m: New file. | |
9013 * general/sub2ind.m: New file. | |
9014 | |
4675 | 9015 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9016 | |
9017 * control/system/zp2ss.m: Don't save and restore | |
9018 warn_empty_list_elements. | |
9019 | |
9020 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9021 | |
6778 | 9022 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9023 |
4673 | 9024 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9025 | |
9026 * statistics/base/mean.m: Remove special case for row vectors. | |
9027 | |
4637 | 9028 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9029 | |
9030 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9031 | |
4631 | 9032 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9033 | |
9034 * statistics/base/iqr.m: Handle matrices. | |
9035 | |
4630 | 9036 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9037 | |
9038 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9039 | |
4629 | 9040 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9041 | |
9042 * miscellaneous/path.m: Fix thinko in previous change. | |
9043 | |
4609 | 9044 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9045 | |
4629 | 9046 * control/base/dare.m: Check positive (semi)definiteness and |
9047 dimensions of r (and q). | |
9048 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9049 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9050 near unit circle. | |
4611 | 9051 |
9052 * control/system/is_detectable.m: Use Hautus Lemma. | |
9053 Correct the behavior for discrete-time systems. | |
9054 * control/system/is_stabilizable.m: Likewise. | |
9055 | |
4609 | 9056 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9057 | |
9058 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9059 | |
4610 | 9060 * general/isdefinite.m: New function. |
9061 | |
4567 | 9062 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9063 | |
9064 * general/reshape: Delete. | |
9065 | |
4559 | 9066 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9067 | |
9068 * general/numel.m: Delete. | |
9069 | |
4535 | 9070 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9071 | |
4536 | 9072 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9073 | |
9074 * deprecated/isstr.m: New file. | |
4535 | 9075 |
4529 | 9076 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9077 | |
9078 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9079 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9080 | |
4525 | 9081 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9082 | |
9083 * statistics/base/mean.m: Fix missing semicolon problem. | |
9084 | |
4503 | 9085 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9086 | |
9087 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9088 | |
4492 | 9089 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9090 | |
9091 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9092 Allow optional length argument. | |
9093 | |
4491 | 9094 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9095 | |
9096 * polynomial/polyfit.m: Avoid calling flipud. | |
9097 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9098 Return structure as second output value for improved Matlab | |
9099 compatibility. | |
9100 | |
4476 | 9101 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9102 | |
4478 | 9103 * linear-algebra/cond.m: Behave as though old built-in variable |
9104 propagate_empty_matrices is always 1. Also handle empty matrices | |
9105 with one non-zero dimension. | |
9106 | |
4476 | 9107 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9108 warn_single_quote_string to the list. | |
4478 | 9109 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9110 from the list. | |
4476 | 9111 |
5095 | 9112 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9113 |
9114 * signal/autocov.m: Transpose result of conj because diag returns | |
9115 a column vector, not a row vector. | |
9116 | |
9117 * audio/playaudio.m, audio/record.m, image/image.m, | |
9118 miscellaneous/bug_report.m: Protect spaces in filenames | |
9119 with quotes. | |
9120 | |
4466 | 9121 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9122 | |
4468 | 9123 * io/printf.m, io/puts.m: Delete. |
9124 | |
4466 | 9125 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9126 default_return_value from the list. | |
9127 Add warn_undefined_return_values to the list. | |
9128 | |
9129 | |
4464 | 9130 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9131 | |
9132 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9133 and initialize_global_variables from the list. | |
9134 | |
4460 | 9135 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9136 | |
4463 | 9137 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9138 | |
9139 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9140 | |
9141 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9142 * control/system/sys2fir.m: Likewise. | |
9143 | |
9144 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9145 * control/system/__tf2sysl__.m: Likewise. | |
9146 | |
9147 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
9148 | |
9149 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9150 and [] concatenation. | |
9151 * control/system/sys2fir.m: Likewise. | |
9152 | |
9153 * control/base/dgram.m, control/base/freqchkw.m, | |
9154 control/base/gram.m, control/system/__abcddims__.m, | |
9155 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9156 control/system/is_sample.m, control/system/is_signal_list.m, | |
9157 control/system/is_siso.m, control/system/sys2fir.m, | |
9158 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9159 control/system/sysgettype.m, control/system/tf2zp.m, | |
9160 control/system/ugain.m, control/util/prompt.m, | |
9161 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9162 control/util/zgshsr.m: | |
9163 Improve conformance to Octave coding style. | |
9164 | |
4461 | 9165 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9166 the list. | |
9167 Delete resize_on_range_error from the list. | |
9168 | |
4460 | 9169 * control/base/pzmap.m, control/base/place.m, |
9170 control/base/__freqresp__.m, control/system/sysappend.m, | |
9171 control/system/syscont.m, control/system/sysdisc.m, | |
9172 control/system/sysgroup.m, control/system/tfout.m, | |
9173 control/system/zp2ss.m, control/system/zpout.m, | |
9174 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9175 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9176 empty_list_elements_ok. | |
9177 | |
9178 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9179 Delete empty_list_elements_ok from the list. | |
9180 | |
4457 | 9181 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9182 | |
9183 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9184 list. | |
9185 Delete treat_neg_dim_as_zero from the list. | |
9186 | |
9187 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9188 | |
4451 | 9189 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9190 | |
4455 | 9191 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9192 was not used in the code in any case). | |
9193 | |
9194 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9195 do_fortran_indexing. | |
9196 | |
4452 | 9197 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9198 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9199 | |
4451 | 9200 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9201 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9202 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9203 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9204 warn_fortran_indexing in the list. | |
9205 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9206 implicit_str_to_num_ok, do_fortran_indexing, and | |
9207 prefer_column_vectors from list. | |
4451 | 9208 |
4440 | 9209 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9210 | |
9211 * Makefile.in (distclean, maintainer-clean): Also remove | |
9212 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9213 directory. | |
9214 | |
5095 | 9215 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9216 |
9217 * plot/hist.m: Don't forget to define n if x is a vector. | |
9218 | |
5095 | 9219 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9220 |
9221 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9222 return "." with extension. | |
9223 | |
4422 | 9224 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9225 | |
9226 * control/base/__stepimp__.m, control/base/nichols.m, | |
9227 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9228 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9229 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9230 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9231 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9232 | |
4413 | 9233 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9234 | |
9235 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9236 | |
5095 | 9237 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9238 |
9239 * plot/hist.m: Improve performance by using different algorithms | |
9240 depending on number of bins. | |
9241 | |
4404 | 9242 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9243 | |
9244 * control/system/sysadd.m: If systems are not "tf", convert before | |
9245 adding. | |
9246 | |
5095 | 9247 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9248 |
9249 * image/imagesc.m: Accept data limits parameter for colormap. | |
9250 | |
5095 | 9251 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9252 |
9253 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9254 the impulse by t_step. | |
9255 | |
4373 | 9256 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9257 | |
9258 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9259 column vectors. | |
9260 | |
5095 | 9261 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9262 |
9263 * linear-algebra/null.m: Handle empty matrix arg. | |
9264 | |
4369 | 9265 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9266 | |
9267 * general/shift.m: Force empty_list_elements_ok to 1. | |
9268 | |
4358 | 9269 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9270 | |
9271 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9272 New files. | |
9273 | |
4348 | 9274 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9275 | |
9276 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9277 function handle to pass to feval. | |
9278 * statistics/base/qqplot.m: Likewise. | |
9279 * statistics/base/ppplot.m: Likewise. | |
9280 * signal/spectral_xdf.m: Likewise. | |
9281 * signal/spectral_adf.m: Likewise. | |
9282 | |
4340 | 9283 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9284 | |
9285 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9286 | |
4334 | 9287 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9288 | |
9289 * linear-algebra/logm.m: New file. | |
9290 | |
5095 | 9291 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9292 |
9293 * mkpkgadd: Scan C++ files as well | |
9294 | |
5095 | 9295 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9296 |
9297 * strings/findstr.m: Return empty set for zero-length target. | |
9298 | |
5095 | 9299 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9300 |
9301 * set/union.m: Preserve the orientation of inputs. | |
9302 | |
4305 | 9303 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9304 | |
9305 * general/int2str.m: Eliminate leading spaces. | |
9306 | |
4303 | 9307 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9308 | |
9309 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9310 | |
5095 | 9311 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9312 |
9313 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9314 $(BUILD_LDFLAGS) to compiler. | |
9315 | |
4295 | 9316 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9317 | |
9318 * general/num2str.m: Don't specify field width for scalars. | |
9319 | |
4292 | 9320 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9321 | |
9322 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9323 | |
4265 | 9324 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9325 | |
4279 | 9326 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9327 | |
4266 | 9328 * miscellaneous/tempname.m: New file. |
9329 | |
9330 * miscellaneous/tempdir.m: New file. | |
9331 | |
4265 | 9332 * miscellaneous/fullfile.m: New file. |
9333 | |
4259 | 9334 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9335 | |
4264 | 9336 * miscellaneous/fileparts.m: New file. |
9337 | |
9338 * io/beep.m: New file. | |
9339 | |
4260 | 9340 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9341 format only. | |
4259 | 9342 |
4257 | 9343 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9344 | |
9345 * strings/strcmp.m: Handle cell arrays of strings. | |
9346 | |
4229 | 9347 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9348 | |
9349 * general/int2str.m: Handle matrices. | |
9350 * general/num2str.m: Likewise. | |
9351 Also handle optional precision, and format args. | |
9352 | |
4225 | 9353 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9354 | |
9355 * audio/Makefile.in, control/base/Makefile.in, | |
9356 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9357 control/system/Makefile.in, elfun/Makefile.in, | |
9358 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9359 io/Makefile.in, linear-algebra/Makefile.in, | |
9360 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9361 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9362 specfun/Makefile.in, special-matrix/Makefile.in, | |
9363 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9364 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9365 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9366 deprecated/Makefile.in: Use new do-script-install and | |
9367 do-script-uninstall macros. | |
9368 | |
9369 * mkpkgadd: New script. | |
9370 | |
9371 * plot/close.m: New file. | |
9372 | |
4184 | 9373 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9374 | |
9375 * image/image.m: Use -raw option for xv. | |
9376 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9377 | |
4172 | 9378 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9379 | |
4174 | 9380 * control/base/lsim.m: Use approximate test for step size change. |
9381 | |
4172 | 9382 * signal/bartlett.m: Avoid row/column mismatch error. |
9383 | |
5095 | 9384 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9385 |
9386 * statistics/base/var.m: Use better formula for improved accuracy. | |
9387 | |
5095 | 9388 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9389 |
9390 * control/base/lsim.m: Correct doc string. | |
9391 | |
5095 | 9392 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9393 |
9394 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9395 | |
4148 | 9396 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9397 | |
9398 * plot/contour.m: Handle x and y as matrices too. | |
9399 | |
5095 | 9400 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9401 |
9402 * plot/contour.m: Fix error and usage messages. | |
9403 | |
4146 | 9404 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9405 | |
9406 * plot/contour.m: Correct orientation of plot. | |
9407 | |
4139 | 9408 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9409 | |
9410 * control/base/analdemo.m: Fix typo. | |
9411 | |
5095 | 9412 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9413 |
9414 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9415 | |
4098 | 9416 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9417 | |
9418 * mkdoc: Exit immediately on errors. | |
9419 Exit with error if gethelp does not exist. | |
9420 | |
9421 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9422 | |
4093 | 9423 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9424 | |
9425 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9426 | |
5095 | 9427 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9428 |
9429 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9430 * statistics/distributions/normal_pdf.m: Likewise. | |
9431 * statistics/distributions/normal_inv.m: Likewise. | |
9432 | |
5095 | 9433 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9434 |
9435 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9436 | |
5095 | 9437 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9438 |
9439 * statistics/base/var.m: Handle complex values. | |
9440 | |
4031 | 9441 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9442 | |
9443 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9444 list. | |
9445 * deprecated/Makefile.in: New file. | |
9446 | |
5095 | 9447 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9448 |
9449 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9450 * statistics/distributions/binomial_cdf.m: Likewise. | |
9451 * statistics/distributions/f_cdf.m: Likewise. | |
9452 * statistics/distributions/t_cdf.m: Likewise. | |
9453 | |
9454 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9455 * specfun/beta.m: Likewise. | |
9456 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9457 * statistics/distributions/gamma_pdf.m: Likewise. | |
9458 * statistics/distributions/poisson_pdf.m: Likewise. | |
9459 | |
9460 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9461 * statistics/distributions/poisson_cdf.m: Likewise. | |
9462 | |
4026 | 9463 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9464 | |
4028 | 9465 * deprecated/is_bool.m: New file. |
9466 * deprecated/is_complex.m: New file. | |
9467 * deprecated/is_global.m: New file. | |
9468 * deprecated/is_list.m: New file. | |
9469 * deprecated/is_matrix.m: New file. | |
9470 * deprecated/is_scalar.m: New file. | |
9471 * deprecated/is_square.m: New file. | |
9472 * deprecated/is_stream.m: New file. | |
9473 * deprecated/is_struct.m: New file. | |
9474 * deprecated/is_symmetric.m: New file. | |
9475 * deprecated/is_vector.m: New file. | |
4030 | 9476 * Change all callers of these functions to use the new names. |
4028 | 9477 |
4029 | 9478 * deprecated: New directory. |
9479 * Makefile.in (SUBDIRS): Add it to the list. | |
9480 | |
4026 | 9481 * general/isscalar.m: Rename from is_scalar.m. |
9482 * general/issquare.m: Rename from is_square.m. | |
9483 * general/issymmetric.m: Rename from is_symmetric.m. | |
9484 * general/isvector.m: Rename from is_vector.m. | |
9485 | |
4022 | 9486 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9487 | |
9488 * statistics/base/mean.m: Allow empty matrices. | |
9489 Handle DIM arg. | |
9490 | |
5095 | 9491 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9492 |
9493 * plot/__errcomm__.m: If format is not specified, default to error | |
9494 bar format. | |
9495 | |
4011 | 9496 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9497 | |
9498 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9499 __F_SETFL__ and __O_NONBLOCK__. | |
9500 | |
9501 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9502 * miscellaneous/bug_report.m: Likewise. | |
9503 | |
4007 | 9504 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9505 | |
4008 | 9506 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9507 * general/rem.m: Likewise. | |
9508 | |
9509 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9510 * plot/semilogxerr.m: Likewise. | |
4007 | 9511 * plot/semilogyerr.m: Likewise. |
9512 | |
5095 | 9513 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9514 |
9515 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9516 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9517 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9518 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9519 | |
9520 * plot/errorbar.m: Use __errcomm__.m. | |
9521 * plot/__errplot__.m: Minor cleanups. | |
9522 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9523 * plot/__pltopt1__.m: Likewise. | |
9524 | |
3980 | 9525 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9526 | |
3981 | 9527 * general/rem.m: Delete redundant call to usage. |
9528 | |
3980 | 9529 * general/mod.m: Additional error checks, Texinfoize doc string. |
9530 | |
5095 | 9531 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9532 |
9533 * general/mod.m: New function. | |
9534 | |
3979 | 9535 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9536 | |
9537 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9538 * control/system/sysadd.m: Likewise. | |
9539 * control/system/sysgroup.m: Likewise. | |
9540 * control/system/syssub.m: Likewise. | |
9541 * elfun/gcd.m: Likewise. | |
9542 * elfun/lcm.m: Likewise. | |
9543 * general/common_size.m: Likewise. | |
9544 * io/printf.m: Likewise. | |
9545 * miscellaneous/menu.m: Likewise. | |
9546 * miscellaneous/path.m: Likewise. | |
9547 * plot/__errplot__.m: Likewise. | |
9548 * plot/__plt__.m: Likewise. | |
9549 * plot/axis.m: Likewise. | |
9550 * plot/errorbar.m: Likewise. | |
9551 * plot/mplot.m: Likewise. | |
9552 * plot/loglog.m: Likewise. | |
9553 * plot/plot.m: Likewise. | |
9554 * plot/plot_border.m: Likewise. | |
9555 * plot/semilogx.m: Likewise. | |
9556 * plot/semilogy.m: Likewise. | |
9557 * plot/xlabel.m: Likewise. | |
9558 * plot/ylabel.m: Likewise. | |
9559 * plot/zlabel.m: Likewise. | |
9560 * statistics/base/ppplot.m: Likewise. | |
9561 * statistics/base/qqplot.m: Likewise. | |
9562 * statistics/tests/bartlett_test.m: Likewise. | |
9563 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9564 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9565 * strings/str2mat.m: Likewise. | |
9566 * strings/strcat.m: Likewise. | |
9567 | |
5095 | 9568 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9569 |
9570 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9571 | |
3924 | 9572 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9573 | |
9574 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9575 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9576 |
5095 | 9577 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9578 |
9579 * general/repmat.m: New function. | |
9580 | |
5095 | 9581 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9582 |
9583 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9584 Use optional parameter to specify the number of bits in the input. | |
9585 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9586 floats in the range [-1,1], 2x speedup. | |
9587 | |
9588 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9589 | |
3910 | 9590 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9591 | |
9592 * linear-algebra/kron.m: Delete. | |
9593 | |
5095 | 9594 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9595 |
9596 * signal/freqz.m: If nargout is zero, plot results instead of | |
9597 returning them. | |
9598 * signal/freqz_plot.m: New file. | |
9599 | |
5095 | 9600 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9601 |
5378 | 9602 * signal/unwrap.m: New file. |
3906 | 9603 |
5095 | 9604 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9605 |
9606 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9607 divide by zero warning. | |
9608 | |
5095 | 9609 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9610 |
3894 | 9611 * strings/deblank.m: Trim \0 as well as blank. |
9612 | |
5378 | 9613 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9614 expressed in radians or Hz relative to a supplied sample rate. |
9615 | |
5095 | 9616 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9617 |
9618 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9619 | |
3891 | 9620 * strings/findstr.m: Vectorize as much as possible. |
9621 | |
5095 | 9622 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9623 |
9624 * special-matrix/invhilb.m: New version that is faster and more | |
9625 accurate. | |
9626 | |
5095 | 9627 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9628 |
9629 * configure.in: Update for autoconf 2.5x. | |
9630 | |
5095 | 9631 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9632 |
9633 * special-matrix/vander.m: Code tidy and vectorize. | |
9634 | |
5095 | 9635 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9636 |
3883 | 9637 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9638 to vectors. Issue a warning in the case x matches y' but return a | |
9639 column vector as Octave currently does. | |
9640 | |
3882 | 9641 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9642 | |
9643 * control/system/starp.m: Leave more of the documentation | |
9644 processing to texinfo and less to the @format block. | |
9645 | |
9646 * image/imagesc.m: Only display image if no output is requested. | |
9647 Code tidying. | |
9648 | |
3876 | 9649 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9650 | |
9651 * statistics/base/center.m: Accept and return empty matrix. | |
9652 | |
3872 | 9653 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9654 | |
9655 * specfun/erfinv.m: Fix usage message. | |
9656 | |
3869 | 9657 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9658 | |
9659 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9660 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9661 | |
3837 | 9662 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9663 | |
9664 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9665 capitalized variable names. | |
9666 | |
3836 | 9667 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9668 | |
9669 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9670 | |
5095 | 9671 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9672 |
9673 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9674 | |
3803 | 9675 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9676 | |
3833 | 9677 * general/cart2pol.m: New file. |
9678 * general/pol2cart.m: New file. | |
9679 * general/cart2sph.m: New file. | |
9680 * general/sph2cart.m: New file. | |
9681 * image/rgb2hsv.m: New file. | |
9682 * image/hsv2rgb.m: New file. | |
3803 | 9683 |
9684 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9685 | |
9686 * plot/meshgrid.m: Avoid for loops. | |
9687 * plot/meshdom.m: Likewise. | |
9688 | |
3801 | 9689 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9690 | |
9691 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9692 | |
9693 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9694 | |
9695 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9696 norm. | |
9697 | |
3792 | 9698 2001-02-09 David Livings <david.livings@asa.co.uk> |
9699 | |
9700 * statistics/tests/welch_test.m: Fix typo. | |
9701 | |
9702 * statistics/distributions/chisquare_cdf.m: | |
9703 Don't restrict inputs to be only positive integers. | |
9704 * statistics/distributions/chisquare_inv.m: Likewise. | |
9705 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9706 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9707 * statistics/distributions/f_cdf.m: Likewise. | |
9708 * statistics/distributions/f_inv.m: Likewise. | |
9709 * statistics/distributions/f_pdf.m: Likewise. | |
9710 * statistics/distributions/f_rnd.m: Likewise. | |
9711 * statistics/distributions/t_cdf.m: Likewise. | |
9712 * statistics/distributions/t_inv.m: Likewise. | |
9713 * statistics/distributions/t_pdf.m: Likewise. | |
9714 * statistics/distributions/t_rnd.m: Likewise. | |
9715 | |
3790 | 9716 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9717 | |
9718 * strings/dec2base.m: New file. | |
9719 * strings/base2dec.m: New file. | |
9720 * strings/strjust.m: New file. | |
9721 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9722 * strings/dec2bin.m: Likewise. | |
9723 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9724 * strings/bin2dec.m: Likewise. | |
9725 | |
5095 | 9726 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9727 |
9728 * statistics/base/ppplot.m: Use gset, not set. | |
9729 * statistics/base/qqplot.m: Likewise. | |
9730 | |
5095 | 9731 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9732 |
9733 * control/system/c2d.m: Add missing endif. | |
9734 | |
3759 | 9735 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9736 | |
9737 * strings/index.m: Return 0 if either string is empty. | |
9738 | |
9739 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9740 | |
9741 * control/system/c2d.m: Allow option of matched pole/zero | |
9742 equivalent for conversion. | |
9743 | |
9744 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9745 | |
9746 * strings/findstr.m: Return empty matrix if search string is empty. | |
9747 | |
3757 | 9748 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9749 | |
9750 * saveimage.m: Do create rawbit image for black and white images, | |
9751 but do it correctly. | |
9752 | |
3754 | 9753 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9754 | |
6778 | 9755 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9756 result polynomials. | |
3754 | 9757 |
3748 | 9758 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9759 | |
9760 * image/saveimage.m: Don't try to create rawbit image. | |
9761 | |
3740 | 9762 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9763 | |
9764 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9765 | |
5095 | 9766 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9767 |
9768 * plot/contour.m: Reorder args for Matlab compatibility. | |
9769 | |
3727 | 9770 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9771 | |
9772 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9773 | |
3717 | 9774 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9775 | |
3718 | 9776 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9777 | |
3717 | 9778 * plot/mesh.m: Also set nologscale before plotting. |
9779 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9780 xyerrorbars instead of just errorbars. | |
9781 | |
3714 | 9782 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9783 | |
9784 * image/image.m: Try display (from ImageMagick) first. | |
9785 | |
3709 | 9786 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9787 | |
9788 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9789 conjugate transpose. | |
9790 | |
3705 | 9791 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9792 | |
9793 * strings/str2mat.m: Apply setstr to each argument. | |
9794 | |
3696 | 9795 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9796 | |
9797 * control/base/dkalman.m: New file. | |
9798 * control/base/dlqe.m: Handle singular A matrix. | |
9799 * control/base/dlqr.m: Likewise. | |
9800 | |
3695 | 9801 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9802 | |
9803 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9804 dimensions don't match. | |
9805 | |
3690 | 9806 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9807 | |
9808 * plot/hist.m: Allow 3 argument form to work. | |
9809 | |
5095 | 9810 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9811 |
9812 * plot/plot.m: Add examples in doc string. | |
9813 | |
5095 | 9814 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9815 |
9816 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9817 Do the right thing even if automatic_replot is not zero. | |
9818 Avoid failure if system has pure imaginary poles. | |
9819 | |
3674 | 9820 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9821 | |
9822 * general/logical.m: Return arg if it is empty. Better error | |
9823 message for non-numeric types. | |
9824 | |
5095 | 9825 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9826 |
9827 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9828 about difference with Matlab dlqe function. | |
9829 | |
9830 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9831 | |
5095 | 9832 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9833 |
9834 * strings/strrep.m: Fix typo. | |
9835 | |
3666 | 9836 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9837 | |
9838 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9839 | |
5095 | 9840 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9841 |
9842 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9843 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9844 |
5095 | 9845 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9846 |
9847 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9848 guess for iteration. | |
9849 | |
3651 | 9850 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9851 | |
9852 * image/image.m: Allow image (A) or image (x, y, A). | |
9853 * image/imagesc.m: Likewise. | |
9854 | |
9855 * image/image.m: If zoom is not supplied, or if it is an empty | |
9856 matrix, autoscale the image. | |
9857 | |
3618 | 9858 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9859 | |
3619 | 9860 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9861 Undo string escapes in text twice(!) before sending to gnuplot. | |
9862 | |
3618 | 9863 * image/saveimage.m: Add comment to file saying who created it and |
9864 when it was created. Suggested by Stephen Eglen | |
9865 <stephen@cogsci.ed.ac.uk>. | |
9866 | |
5095 | 9867 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9868 |
9869 * polynomial/polyreduce.m: Simplify by looking for the first | |
9870 non-zero element rather than the last of the first set of zero | |
9871 elements. | |
9872 | |
9873 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9874 | |
5095 | 9875 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9876 |
9877 * image/saveimage.m: Swap black and white colormaps so zero is | |
9878 displayed as black and 1 is displayed as white. | |
9879 Fix indexing bug in ppm case. | |
9880 | |
3604 | 9881 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9882 | |
9883 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9884 between the two distributions (took same approach as ks.test() in R.) | |
9885 | |
3603 | 9886 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9887 | |
9888 * control/base/bode.m: Temporarily disable automatic_replot. | |
9889 | |
3599 | 9890 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9891 | |
3601 | 9892 * Makefile.in (clean): Also remove gethelp. |
9893 | |
3599 | 9894 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9895 | |
5095 | 9896 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9897 |
9898 * set/create_set.m: Use find to avoid while loop. | |
9899 | |
5095 | 9900 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9901 |
9902 * plot/hist.m: New optional third argument. | |
9903 | |
9904 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9905 | |
9906 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9907 number appended. | |
9908 | |
3575 | 9909 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9910 | |
9911 * gethelp.cc: Sprinkle with std:: qualifier. | |
9912 | |
3498 | 9913 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9914 | |
9915 * image/saveimage.m: Delete some debugging code. | |
9916 | |
3486 | 9917 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9918 | |
9919 * signal/sinc.m: Avoid reshaping. | |
9920 | |
9921 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9922 * image/ind2rgb.m: Ditto. | |
9923 * image/ind2gray.m: Ditto. | |
9924 * general/reshape.m: Ditto. Also no longer needs to reset | |
9925 implicit_str_to_num_ok. | |
9926 | |
3483 | 9927 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9928 | |
9929 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9930 a list of file structures, not a vector of numeric file ids. | |
9931 | |
3474 | 9932 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9933 | |
3476 | 9934 * plot/__axis_label__.m: New function. |
9935 Undo string escapes in text twice(!) before sending to gnuplot. | |
9936 * plot/xlabel.m: Use it. | |
9937 * plot/ylabel.m: Ditto. | |
9938 * plot/zlabel.m: Ditto. | |
9939 | |
3474 | 9940 * plot/mesh.m: Fix error message to reflect reality. |
9941 | |
5095 | 9942 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9943 |
9944 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9945 | |
5095 | 9946 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9947 |
9948 * audio/saveaudio.m: Also accept files with .ul extension. | |
9949 * audio/loadaudio.m: Ditto. | |
9950 * audio/playaudio.m: Ditto. | |
9951 | |
3456 | 9952 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9953 | |
9954 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9955 * statistics/distributions/beta_inv.m: Ditto. | |
9956 * statistics/distributions/beta_pdf.m: Ditto. | |
9957 * statistics/distributions/beta_rnd.m: Ditto. | |
9958 * statistics/distributions/binomial_cdf.m: Ditto. | |
9959 * statistics/distributions/binomial_inv.m: Ditto. | |
9960 * statistics/distributions/binomial_pdf.m: Ditto. | |
9961 * statistics/distributions/binomial_rnd.m: Ditto. | |
9962 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9963 * statistics/distributions/cauchy_inv.m: Ditto. | |
9964 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9965 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9966 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9967 * statistics/distributions/chisquare_inv.m: Ditto. | |
9968 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9969 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9970 * statistics/distributions/discrete_cdf.m: Ditto. | |
9971 * statistics/distributions/discrete_inv.m: Ditto. | |
9972 * statistics/distributions/discrete_pdf.m: Ditto. | |
9973 * statistics/distributions/discrete_rnd.m: Ditto. | |
9974 * statistics/distributions/empirical_cdf.m: Ditto. | |
9975 * statistics/distributions/empirical_inv.m: Ditto. | |
9976 * statistics/distributions/empirical_pdf.m: Ditto. | |
9977 * statistics/distributions/empirical_rnd.m: Ditto. | |
9978 * statistics/distributions/exponential_cdf.m: Ditto. | |
9979 * statistics/distributions/exponential_inv.m: Ditto. | |
9980 * statistics/distributions/exponential_pdf.m: Ditto. | |
9981 * statistics/distributions/exponential_rnd.m: Ditto. | |
9982 * statistics/distributions/f_cdf.m: Ditto. | |
9983 * statistics/distributions/f_inv.m: Ditto. | |
9984 * statistics/distributions/f_pdf.m: Ditto. | |
9985 * statistics/distributions/f_rnd.m: Ditto. | |
9986 * statistics/distributions/gamma_cdf.m: Ditto. | |
9987 * statistics/distributions/gamma_inv.m: Ditto. | |
9988 * statistics/distributions/gamma_pdf.m: Ditto. | |
9989 * statistics/distributions/gamma_rnd.m: Ditto. | |
9990 * statistics/distributions/geometric_cdf.m: Ditto. | |
9991 * statistics/distributions/geometric_inv.m: Ditto. | |
9992 * statistics/distributions/geometric_pdf.m: Ditto. | |
9993 * statistics/distributions/geometric_rnd.m: Ditto. | |
9994 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9995 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9996 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9997 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9998 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9999 * statistics/distributions/laplace_cdf.m: Ditto. | |
10000 * statistics/distributions/laplace_inv.m: Ditto. | |
10001 * statistics/distributions/laplace_pdf.m: Ditto. | |
10002 * statistics/distributions/laplace_rnd.m: Ditto. | |
10003 * statistics/distributions/logistic_cdf.m: Ditto. | |
10004 * statistics/distributions/logistic_inv.m: Ditto. | |
10005 * statistics/distributions/logistic_pdf.m: Ditto. | |
10006 * statistics/distributions/logistic_rnd.m: Ditto. | |
10007 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10008 * statistics/distributions/lognormal_inv.m: Ditto. | |
10009 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10010 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10011 * statistics/distributions/normal_cdf.m: Ditto. | |
10012 * statistics/distributions/normal_inv.m: Ditto. | |
10013 * statistics/distributions/normal_pdf.m: Ditto. | |
10014 * statistics/distributions/normal_rnd.m: Ditto. | |
10015 * statistics/distributions/pascal_cdf.m: Ditto. | |
10016 * statistics/distributions/pascal_inv.m: Ditto. | |
10017 * statistics/distributions/pascal_pdf.m: Ditto. | |
10018 * statistics/distributions/pascal_rnd.m: Ditto. | |
10019 * statistics/distributions/poisson_cdf.m: Ditto. | |
10020 * statistics/distributions/poisson_inv.m: Ditto. | |
10021 * statistics/distributions/poisson_pdf.m: Ditto. | |
10022 * statistics/distributions/poisson_rnd.m: Ditto. | |
10023 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10024 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10025 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10026 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10027 * statistics/distributions/t_cdf.m: Ditto. | |
10028 * statistics/distributions/t_inv.m: Ditto. | |
10029 * statistics/distributions/t_pdf.m: Ditto. | |
10030 * statistics/distributions/t_rnd.m: Ditto. | |
10031 * statistics/distributions/uniform_cdf.m: Ditto. | |
10032 * statistics/distributions/uniform_inv.m: Ditto. | |
10033 * statistics/distributions/uniform_pdf.m: Ditto. | |
10034 * statistics/distributions/uniform_rnd.m: Ditto. | |
10035 * statistics/distributions/weibull_cdf.m: Ditto. | |
10036 * statistics/distributions/weibull_inv.m: Ditto. | |
10037 * statistics/distributions/weibull_pdf.m: Ditto. | |
10038 * statistics/distributions/weibull_rnd.m: Ditto. | |
10039 * statistics/distributions/wiener_rnd.m: Ditto. | |
10040 | |
3453 | 10041 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10042 | |
10043 * statistics/base/values.m: Texinfoize doc string. | |
10044 * statistics/base/var.m: Ditto. | |
10045 * statistics/base/table.m: Ditto. | |
10046 * statistics/base/studentize.m: Ditto. | |
10047 * statistics/base/statistics.m: Ditto. | |
10048 * statistics/base/spearman.m: Ditto. | |
10049 * statistics/base/run_count.m: Ditto. | |
10050 * statistics/base/ranks.m: Ditto. | |
10051 * statistics/base/range.m: Ditto. | |
10052 * statistics/base/qqplot.m: Ditto. | |
10053 * statistics/base/probit.m: Ditto. | |
10054 * statistics/base/ppplot.m: Ditto. | |
10055 * statistics/base/moment.m: Ditto. | |
10056 * statistics/base/meansq.m: Ditto. | |
10057 * statistics/base/logit.m: Ditto. | |
10058 * statistics/base/kendall.m: Ditto. | |
10059 * statistics/base/iqr.m: Ditto. | |
10060 * statistics/base/cut.m: Ditto. | |
10061 * statistics/base/cor.m: Ditto. | |
10062 * statistics/base/cloglog.m: Ditto. | |
10063 * statistics/base/center.m: Ditto. | |
3454 | 10064 * statistics/models/logistic_regression.m: Ditto. |
10065 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10066 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10067 * statistics/tests/anova.m: Ditto. | |
10068 * statistics/tests/bartlett_test.m: Ditto. | |
10069 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10070 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10071 * statistics/tests/cor_test.m: Ditto. | |
10072 * statistics/tests/f_test_regression.m: Ditto. | |
10073 * statistics/tests/hotelling_test.m: Ditto. | |
10074 * statistics/tests/hotelling_test_2.m: Ditto. | |
10075 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10076 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10077 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10078 * statistics/tests/manova.m: Ditto. | |
10079 * statistics/tests/mcnemar_test.m: Ditto. | |
10080 * statistics/tests/prop_test_2.m: Ditto. | |
10081 * statistics/tests/run_test.m: Ditto. | |
10082 * statistics/tests/sign_test.m: Ditto. | |
10083 * statistics/tests/t_test.m: Ditto. | |
10084 * statistics/tests/t_test_2.m: Ditto. | |
10085 * statistics/tests/t_test_regression.m: Ditto. | |
10086 * statistics/tests/u_test.m: Ditto. | |
10087 * statistics/tests/var_test.m: Ditto. | |
10088 * statistics/tests/welch_test.m: Ditto. | |
10089 * statistics/tests/wilcoxon_test.m: Ditto. | |
10090 * statistics/tests/z_test.m: Ditto. | |
10091 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10092 |
3446 | 10093 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10094 | |
10095 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10096 * plot/__plr1__.m: Ditto. |
10097 * plot/__pltopt__.m: Ditto. | |
10098 * plot/__plt__.m: Ditto. | |
10099 * plot/__plt2vv__.m: Ditto. | |
10100 * plot/__plr2__.m: Ditto. | |
10101 * plot/__plr__.m: Ditto. | |
10102 * plot/__plt1__.m: Ditto. | |
10103 * plot/__plt2__.m: Ditto. | |
10104 * plot/__plt2mm__.m: Ditto. | |
10105 * plot/__plt2mv__.m: Ditto. | |
10106 * plot/__plt2ss__.m: Ditto. | |
10107 * miscellaneous/paren.m: Ditto. | |
10108 * miscellaneous/comma.m: Ditto. | |
10109 * miscellaneous/semicolon.m: Ditto. | |
10110 * miscellaneous/path.m: Ditto. | |
10111 * miscellaneous/list_primes.m: Ditto. | |
10112 * miscellaneous/flops.m: Ditto. | |
10113 * miscellaneous/dump_prefs.m: Ditto. | |
10114 * miscellaneous/bug_report.m: Ditto. | |
10115 * linear-algebra/dot.m: Ditto | |
10116 * linear-algebra/dmult.m: Ditto. | |
10117 * general/randperm.m: Ditto. | |
10118 * general/logical.m: Ditto. | |
10119 * general/is_duplicate_entry.m: Ditto. | |
10120 * signal/arch_fit.m: Ditto. | |
10121 * signal/arch_rnd.m: Ditto. | |
10122 * signal/arch_test.m: Ditto. | |
10123 * signal/arma_rnd.m: Ditto. | |
10124 * signal/autocor.m: Ditto. | |
10125 * signal/autocov.m: Ditto. | |
10126 * signal/autoreg_matrix.m: Ditto. | |
10127 * signal/bartlett.m: Ditto. | |
10128 * signal/blackman.m: Ditto. | |
10129 * signal/detrend.m: Ditto. | |
10130 * signal/diffpara.m: Ditto. | |
10131 * signal/durbinlevinson.m: Ditto. | |
10132 * signal/fftconv.m: Ditto. | |
10133 * signal/fftfilt.m: Ditto. | |
10134 * signal/fftshift.m: Ditto. | |
10135 * signal/fractdiff.m: Ditto. | |
10136 * signal/freqz.m: Ditto. | |
10137 * signal/hamming.m: Ditto. | |
10138 * signal/hanning.m: Ditto. | |
10139 * signal/hurst.m: Ditto. | |
10140 * signal/periodogram.m: Ditto. | |
10141 * signal/rectangle_lw.m: Ditto. | |
10142 * signal/rectangle_sw.m: Ditto. | |
10143 * signal/sinc.m: Ditto. | |
10144 * signal/sinetone.m: Ditto. | |
10145 * signal/sinewave.m: Ditto. | |
10146 * signal/spectral_adf.m: Ditto. | |
10147 * signal/spectral_xdf.m: Ditto. | |
10148 * signal/spencer.m: Ditto. | |
10149 * signal/stft.m: Ditto. | |
10150 * signal/synthesis.m: Ditto. | |
10151 * signal/triangle_lw.m: Ditto. | |
10152 * signal/triangle_sw.m: Ditto. | |
10153 * signal/yulewalker.m: Ditto. | |
3450 | 10154 * control/util/strappend.m: Ditto. |
3451 | 10155 * control/base/nichols.m: Ditto. |
3452 | 10156 * control/system/is_signal_list.m: Ditto. |
10157 * control/system/listidx.m: Ditto. | |
10158 * control/system/sysgettsam.m: Ditto. | |
10159 * control/system/sysidx.m: Ditto. | |
3446 | 10160 |
3438 | 10161 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10162 | |
10163 * control/system/__abcddims__.m: Rename from | |
10164 control/system/abcddims.m, change all callers. | |
10165 * control/base/__bodquist__.m: Likewise. | |
10166 * control/base/__freqresp__.m: Likewise. | |
10167 * control/util/__outlist__.m: Likewise. | |
10168 * control/base/__stepimp__.m: Likewise. | |
10169 * control/system/__syschnamesl__.m: Likewise. | |
10170 * control/system/__syscont_disc__.m: Likewise. | |
10171 * control/system/__sysdefioname__.m: Likewise. | |
10172 * control/system/__sysdefstname__.m: Likewise. | |
10173 * control/system/__sysgroupn__.m: Likewise. | |
10174 * control/system/__tf2sysl__.m: Likewise. | |
10175 * control/util/__zgpbal__.m: Likewise. | |
10176 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10177 |
10178 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10179 * quaternion/qconj.m: Ditto. |
10180 * quaternion/qcoordinate_plot.m: Ditto. | |
10181 * quaternion/qderiv.m: Ditto. | |
10182 * quaternion/qderivmat.m: Ditto. | |
10183 * quaternion/qinv.m: Ditto. | |
10184 * quaternion/qmult.m: Ditto. | |
10185 * quaternion/qtrans.m: Ditto. | |
10186 * quaternion/qtransv.m: Ditto. | |
10187 * quaternion/qtransvmat.m: Ditto. | |
10188 * quaternion/quaternion.m: Ditto. | |
3438 | 10189 |
3436 | 10190 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10191 | |
10192 * control/base/Makefile.in: Ditto. | |
10193 * control/hinf/Makefile.in: New file. | |
10194 * control/marsyas/Makefile.in: Ditto. | |
10195 * control/obsolete/Makefile.in: Ditto. | |
10196 * control/system/Makefile.in: Ditto. | |
10197 * control/util/Makefile.in: Ditto. | |
10198 | |
10199 * strings/com2str.m: Move here from control directory. | |
10200 | |
10201 * control/base: New directory. | |
10202 * control/base/DEMOcontrol.m: Move here from control directory. | |
10203 * control/base/analdemo.m: Ditto. | |
10204 * control/base/are.m: Ditto. | |
10205 * control/base/bddemo.m: Ditto. | |
10206 * control/base/bode.m: Ditto. | |
10207 * control/base/bode_bounds.m: Ditto. | |
10208 * control/base/bodquist.m: Ditto. | |
10209 * control/base/controldemo.m: Ditto. | |
10210 * control/base/ctrb.m: Ditto. | |
10211 * control/base/damp.m: Ditto. | |
10212 * control/base/dare.m: Ditto. | |
10213 * control/base/dcgain.m: Ditto. | |
10214 * control/base/dgram.m: Ditto. | |
10215 * control/base/dlqe.m: Ditto. | |
10216 * control/base/dlqr.m: Ditto. | |
10217 * control/base/dlyap.m: Ditto. | |
10218 * control/base/dre.m: Ditto. | |
10219 * control/base/frdemo.m: Ditto. | |
10220 * control/base/freqchkw.m: Ditto. | |
10221 * control/base/freqresp.m: Ditto. | |
10222 * control/base/gram.m: Ditto. | |
10223 * control/base/impulse.m: Ditto. | |
10224 * control/base/lqe.m: Ditto. | |
10225 * control/base/lqg.m: Ditto. | |
10226 * control/base/lqr.m: Ditto. | |
10227 * control/base/lsim.m: Ditto. | |
10228 * control/base/ltifr.m: Ditto. | |
10229 * control/base/lyap.m: Ditto. | |
10230 * control/base/nichols.m: Ditto. | |
10231 * control/base/nyquist.m: Ditto. | |
10232 * control/base/obsv.m: Ditto. | |
10233 * control/base/place.m: Ditto. | |
10234 * control/base/pzmap.m: Ditto. | |
10235 * control/base/rldemo.m: Ditto. | |
10236 * control/base/rlocus.m: Ditto. | |
10237 * control/base/step.m: Ditto. | |
10238 * control/base/stepimp.m: Ditto. | |
10239 * control/base/tzero.m: Ditto. | |
10240 * control/base/tzero2.m: Ditto. | |
10241 | |
10242 * control/hinf: New directory. | |
10243 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10244 * control/hinf/h2norm.m: Ditto. | |
10245 * control/hinf/h2syn.m: Ditto. | |
10246 * control/hinf/hinf_ctr.m: Ditto. | |
10247 * control/hinf/hinfdemo.m: Ditto. | |
10248 * control/hinf/hinfnorm.m: Ditto. | |
10249 * control/hinf/hinfsyn.m: Ditto. | |
10250 * control/hinf/hinfsyn_chk.m: Ditto. | |
10251 * control/hinf/hinfsyn_ric.m: Ditto. | |
10252 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10253 * control/hinf/dgkfdemo.m: Ditto. |
10254 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10255 |
10256 * control/marsyas: New directory. | |
10257 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10258 * control/marsyas/susball.m: Ditto. | |
10259 | |
10260 * control/obsolete/dezero.m: Move here from control directory. | |
10261 * control/obsolete/rotg.m: Ditto. | |
10262 | |
10263 * control/system: New directory. | |
10264 * control/system/abcddim.m: Move here from control directory. | |
10265 * control/system/abcddims.m: Ditto. | |
10266 * control/system/buildssic.m: Ditto. | |
10267 * control/system/c2d.m: Ditto. | |
10268 * control/system/d2c.m: Ditto. | |
10269 * control/system/dmr2d.m: Ditto. | |
10270 * control/system/fir2sys.m: Ditto. | |
10271 * control/system/is_abcd.m: Ditto. | |
10272 * control/system/is_digital.m: Ditto. | |
10273 * control/system/is_sample.m: Ditto. | |
10274 * control/system/is_signal_list.m: Ditto. | |
10275 * control/system/is_siso.m: Ditto. | |
3441 | 10276 * control/system/is_controllable.m: Ditto. |
10277 * control/system/is_detectable.m: Ditto. | |
10278 * control/system/is_observable.m: Ditto. | |
10279 * control/system/is_stabilizable.m: Ditto. | |
10280 * control/system/is_stable.m: Ditto. | |
3436 | 10281 * control/system/jet707.m: Ditto. |
10282 * control/system/listidx.m: Ditto. | |
10283 * control/system/moddemo.m: Ditto. | |
10284 * control/system/ord2.m: Ditto. | |
10285 * control/system/packedform.m: Ditto. | |
10286 * control/system/parallel.m: Ditto. | |
10287 * control/system/ss2sys.m: Ditto. | |
10288 * control/system/ss2tf.m: Ditto. | |
10289 * control/system/ss2zp.m: Ditto. | |
10290 * control/system/starp.m: Ditto. | |
10291 * control/system/sys2fir.m: Ditto. | |
10292 * control/system/sys2ss.m: Ditto. | |
10293 * control/system/sys2tf.m: Ditto. | |
10294 * control/system/sys2zp.m: Ditto. | |
10295 * control/system/sysadd.m: Ditto. | |
10296 * control/system/sysappend.m: Ditto. | |
10297 * control/system/syschnamesl.m: Ditto. | |
10298 * control/system/syschtsam.m: Ditto. | |
10299 * control/system/sysconnect.m: Ditto. | |
10300 * control/system/syscont.m: Ditto. | |
10301 * control/system/syscont_disc.m: Ditto. | |
10302 * control/system/sysdefioname.m: Ditto. | |
10303 * control/system/sysdefstname.m: Ditto. | |
10304 * control/system/sysdimensions.m: Ditto. | |
10305 * control/system/sysdisc.m: Ditto. | |
10306 * control/system/sysdup.m: Ditto. | |
10307 * control/system/sysgetsignals.m: Ditto. | |
10308 * control/system/sysgettsam.m: Ditto. | |
10309 * control/system/sysgettype.m: Ditto. | |
10310 * control/system/sysgroup.m: Ditto. | |
10311 * control/system/sysgroupn.m: Ditto. | |
10312 * control/system/sysidx.m: Ditto. | |
10313 * control/system/sysmin.m: Ditto. | |
10314 * control/system/sysmult.m: Ditto. | |
10315 * control/system/sysout.m: Ditto. | |
10316 * control/system/sysprune.m: Ditto. | |
10317 * control/system/sysreorder.m: Ditto. | |
10318 * control/system/sysrepdemo.m: Ditto. | |
10319 * control/system/sysscale.m: Ditto. | |
10320 * control/system/syssetsignals.m: Ditto. | |
10321 * control/system/syssub.m: Ditto. | |
10322 * control/system/sysupdate.m: Ditto. | |
10323 * control/system/tf2ss.m: Ditto. | |
10324 * control/system/tf2sys.m: Ditto. | |
10325 * control/system/tf2sysl.m: Ditto. | |
10326 * control/system/tf2zp.m: Ditto. | |
10327 * control/system/tfout.m: Ditto. | |
10328 * control/system/ugain.m: Ditto. | |
10329 * control/system/zp2ss.m: Ditto. | |
10330 * control/system/zp2ssg2.m: Ditto. | |
10331 * control/system/zp2sys.m: Ditto. | |
10332 * control/system/zp2tf.m: Ditto. | |
10333 * control/system/zpout.m: Ditto. | |
10334 | |
10335 * control/util: New directory. | |
10336 * control/util/axis2dlim.m: Move here from control directory. | |
10337 * control/util/outlist.m: Ditto. | |
10338 * control/util/prompt.m: Ditto. | |
10339 * control/util/run_cmd.m: Ditto. | |
10340 * control/util/sortcom.m: Ditto. | |
10341 * control/util/strappend.m: Ditto. | |
10342 * control/util/swap.m: Ditto. | |
10343 * control/util/zgfmul.m: Ditto. | |
10344 * control/util/zgfslv.m: Ditto. | |
10345 * control/util/zginit.m: Ditto. | |
10346 * control/util/zgpbal.m: Ditto. | |
10347 * control/util/zgreduce.m: Ditto. | |
10348 * control/util/zgrownorm.m: Ditto. | |
10349 * control/util/zgscal.m: Ditto. | |
10350 * control/util/zgsgiv.m: Ditto. | |
10351 * control/util/zgshsr.m: Ditto. | |
10352 | |
3427 | 10353 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10354 | |
10355 * gethelp.cc (extract_help_text): Discard first space character | |
10356 after consecutive comment characters. | |
10357 | |
3422 | 10358 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10359 | |
10360 * control/obsolete: New directory | |
10361 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10362 * control/obsolete/swapcols.m: Ditto. |
10363 * control/obsolete/dlqg.m: Ditto. | |
10364 * control/obsolete/minfo.m: Ditto. | |
10365 * control/obsolete/packsys.m: Ditto. | |
10366 * control/obsolete/qzval.m: Ditto. | |
10367 * control/obsolete/unpacksys.m: Ditto. | |
10368 * control/obsolete/series.m: Ditto. | |
10369 * control/obsolete/syschnames.m: Ditto. | |
10370 * polynomial/polyout.m: Ditto. | |
3422 | 10371 |
3420 | 10372 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10373 | |
10374 * general/fliplr.m: Eliminate useless copy of arg. | |
10375 * general/flipud.m: Ditto. | |
10376 | |
3418 | 10377 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10378 | |
10379 * linear-algebra/cross.m: Only return a row vector if both args | |
10380 are row vectors. | |
10381 * polynomial/polyfit.m: Likewise. | |
10382 | |
10383 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10384 | |
10385 * statistics/distributions/discrete_rnd.m: | |
10386 Always generate a row vector. | |
10387 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10388 | |
5095 | 10389 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10390 |
10391 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10392 | |
10393 * audio/setaudio.m: Texinfoize doc string. | |
10394 * control/com2str.m: Likewise. | |
10395 * control/controldemo.m: Likewise. | |
10396 * control/DEMOcontrol.m: Likewise. | |
10397 * control/dezero.m: Likewise. | |
10398 * control/dre.m: Likewise. | |
10399 * control/hinfsyn_ric.m: Likewise. | |
10400 | |
5095 | 10401 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10402 |
10403 * io/printf.m: Add @seealso{...} to doc string. | |
10404 * io/puts.m: Likewise. | |
10405 * plot/semilogx.m: Likewise. | |
10406 * plot/semilogy.m: Likewise. | |
10407 * plot/__pltopt__.m: Likewise. | |
10408 * plot/bar.m: Likewise. | |
10409 * plot/xlabel.m: Likewise. | |
10410 * plot/grid.m: Likewise. | |
10411 * plot/shg.m: Likewise. | |
10412 * plot/title.m: Likewise. | |
10413 * plot/mesh.m: Likewise. | |
10414 * plot/__pltopt1__.m: Likewise. | |
10415 * plot/contour.m: Likewise. | |
10416 * plot/hist.m: Likewise. | |
10417 * plot/stairs.m: Likewise. | |
10418 * plot/meshgrid.m: Likewise. | |
10419 * plot/polar.m: Likewise. | |
10420 * plot/loglog.m: Likewise. | |
10421 * plot/plot.m: Likewise. | |
10422 * miscellaneous/semicolon.m: Likewise. | |
10423 * miscellaneous/menu.m: Likewise. | |
10424 * miscellaneous/etime.m: Likewise. | |
10425 * miscellaneous/texas_lotto.m: Likewise. | |
10426 * miscellaneous/comma.m: Likewise. | |
10427 * audio/lin2mu.m: Likewise. | |
10428 * audio/playaudio.m: Likewise. | |
10429 * audio/loadaudio.m: Likewise. | |
10430 * audio/saveaudio.m: Likewise. | |
10431 * audio/mu2lin.m: Likewise. | |
10432 * audio/record.m: Likewise. | |
10433 * strings/isletter.m: Likewise. | |
10434 * strings/lower.m: Likewise. | |
10435 * strings/lower.m: Likewise. | |
10436 * strings/upper.m: Likewise. | |
10437 * specfun/erfinv.m: Likewise. | |
10438 * specfun/gammai.m: Likewise. | |
10439 * specfun/log2.m: Likewise. | |
10440 * specfun/pow2.m: Likewise. | |
10441 * elfun/gcd.m: Likewise. | |
10442 * elfun/lcm.m: Likewise. | |
10443 * special-matrix/vander.m: Likewise. | |
10444 * special-matrix/sylvester_matrix.m: Likewise. | |
10445 * special-matrix/hilb.m: Likewise. | |
10446 * special-matrix/hankel.m: Likewise. | |
10447 * special-matrix/toeplitz.m: Likewise. | |
10448 * special-matrix/invhilb.m: Likewise. | |
10449 * statistics/base/std.m: Likewise. | |
10450 * statistics/base/median.m: Likewise. | |
10451 * linear-algebra/cond.m: Likewise. | |
10452 * linear-algebra/norm.m: Likewise. | |
10453 * finance/nper.m: Likewise. | |
10454 * finance/pmt.m: Likewise. | |
10455 * finance/pv.m: Likewise. | |
10456 * finance/rate.m: Likewise. | |
10457 * finance/npv.m: Likewise. | |
10458 * general/fliplr.m: Likewise. | |
10459 * general/flipud.m: Likewise. | |
10460 * general/is_scalar.m: Likewise. | |
10461 * general/rem.m: Likewise. | |
10462 * general/perror.m: Likewise. | |
10463 * general/tril.m: Likewise. | |
10464 * general/rot90.m: Likewise. | |
10465 * general/num2str.m: Likewise. | |
10466 * general/int2str.m: Likewise. | |
10467 * general/reshape.m: Likewise. | |
10468 * general/logspace.m: Likewise. | |
10469 * general/is_symmetric.m: Likewise. | |
10470 * general/is_vector.m: Likewise. | |
10471 * general/nextpow2.m: Likewise. | |
10472 * general/columns.m: Likewise. | |
10473 * general/is_square.m: Likewise. | |
10474 * general/rows.m: Likewise. | |
10475 * control/ugain.m: Likewise. | |
10476 * control/damp.m: Likewise. | |
10477 * control/dare.m: Likewise. | |
10478 * control/are.m: Likewise. | |
10479 * control/sys2fir.m: Likewise. | |
10480 * control/abcddim.m: Likewise. | |
10481 * control/is_abcd.m: Likewise. | |
10482 * control/step.m: Likewise. | |
10483 * control/is_observable.m: Likewise. | |
10484 * control/is_controllable.m: Likewise. | |
10485 * control/jet707.m: Likewise. | |
10486 * control/polyout.m: Likewise. | |
10487 * control/impulse.m: Likewise. | |
10488 * control/lqg.m: Likewise. | |
10489 * control/is_detectable.m: Likewise. | |
10490 * control/sysdimensions.m: Likewise. | |
10491 * control/sysupdate.m: Likewise. | |
10492 * control/stepimp.m: Likewise. | |
10493 * control/is_stable.m: Likewise. | |
10494 * control/tfout.m: Likewise. | |
10495 * control/zpout.m: Likewise. | |
10496 | |
3405 | 10497 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10498 | |
10499 * set/complement.m: Add @seealso{} stuff. | |
10500 * set/create_set.m: Likewise. | |
10501 * set/intersection.m: Likewise. | |
10502 * set/union.m: Likewise. | |
10503 | |
3399 | 10504 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10505 | |
3400 | 10506 * control/d2c.m: Use double quotes instead of single quotes for |
10507 string constants. | |
10508 * control/dgkfdemo.m: Likewise. | |
10509 * control/fir2sys.m: Likewise. | |
10510 * control/frdemo.m: Likewise. | |
10511 * control/moddemo.m: Likewise. | |
10512 * control/minfo.m: Likewise. | |
10513 * control/is_stabilizable.m: Likewise. | |
10514 * control/is_dgkf.m: Likewise. | |
10515 * control/polyout.m: Likewise. | |
10516 * control/sysconnect.m: Likewise. | |
10517 * control/sysrepdemo.m: Likewise. | |
10518 * control/tf2sys.m: Likewise. | |
10519 * control/tfout.m: Likewise. | |
10520 * control/zp2sys.m: Likewise. | |
10521 * control/zpout.m: Likewise. | |
10522 * control/tzero.m: Likewise. | |
10523 | |
10524 * control/DEMOcontrol.m: Handle moddemo case too. | |
10525 | |
10526 * image/loadimage.m: Use double quotes instead of single quotes | |
10527 for string constants. Use sprintf instead of square brackets to | |
10528 construct string. | |
10529 | |
3399 | 10530 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10531 * control/fir2sys.m: Likewise. |
3399 | 10532 |
3390 | 10533 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10534 | |
10535 * mkdoc: Only delete spaces before @ characters at the beginning | |
10536 of a line. | |
10537 | |
3383 | 10538 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10539 | |
3388 | 10540 * control/bddemo.m: Make it more likely to work with any value of |
10541 whitespace_in_literal_matrix. | |
3386 | 10542 * control/analdemo.m: Ditto. |
10543 * control/dgkfdemo.m: Ditto. | |
10544 * control/frdemo.m: Ditto. | |
10545 * control/sysrepdemo.m: Ditto. | |
10546 * control/moddemo.m: Ditto. | |
3388 | 10547 * control/zp2ss.m: Ditto. |
3387 | 10548 * control/zp2tf.m: Ditto. |
3388 | 10549 * control/syssub.m: Ditto. |
10550 * finance/npv.m: Ditto. | |
10551 * statistics/base/studentize.m: Ditto. | |
10552 * statistics/base/values.m: Ditto. | |
10553 * statistics/distributions/exponential_cdf.m: Ditto. | |
10554 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10555 |
3384 | 10556 * control/dezero.m: Use toascii to convert string to ASCII value |
10557 instead of multiplying it by 1. | |
10558 | |
3383 | 10559 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10560 * control/zpout.m: Ditto. | |
10561 * control/tfout.m: Ditto. | |
10562 * control/tf2sys.m: Ditto. | |
10563 * control/syssub.m: Ditto. | |
10564 * control/syssetsignals.m: Ditto. | |
10565 * control/sysout.m: Ditto. | |
10566 * control/sysmult.m: Ditto. | |
10567 * control/sysgroup.m: Ditto. | |
10568 * control/sysdup.m: Ditto. | |
10569 * control/sysdisc.m: Ditto. | |
10570 * control/syscont.m: Ditto. | |
10571 * control/sysconnect.m: Ditto. | |
10572 * control/sysappend.m: Ditto. | |
10573 * control/sysadd.m: Ditto. | |
10574 * control/ss2sys.m: Ditto. | |
10575 * control/nyquist.m: Ditto. | |
10576 * control/lqg.m: Ditto. | |
10577 * control/fir2sys.m: Ditto. | |
10578 * control/dmr2d.m: Ditto. | |
10579 * control/dezero.m: Ditto. | |
10580 * control/d2c.m: Ditto. | |
10581 * control/c2d.m: Ditto. | |
10582 * control/bddemo.m: Ditto. | |
10583 * control/pzmap.m: Ditto. | |
10584 | |
5095 | 10585 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10586 |
10587 * signal/spectral_adf.m: Fix typo. | |
10588 | |
3372 | 10589 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10590 | |
10591 * linear-algebra/cond.m: Texinfoize doc string. | |
10592 * linear-algebra/kron.m: Ditto. | |
10593 * linear-algebra/norm.m: Ditto. | |
10594 * linear-algebra/null.m: Ditto. | |
10595 * linear-algebra/orth.m: Ditto. | |
10596 * linear-algebra/rank.m: Ditto. | |
10597 * linear-algebra/trace.m: Ditto. | |
10598 * linear-algebra/qzhess.m: Ditto. | |
10599 * miscellaneous/menu.m: Ditto. | |
3373 | 10600 * general/perror.m: Ditto. |
10601 * general/strerror.m: Ditto. | |
10602 * general/columns.m: Ditto. | |
10603 * general/rows.m: Ditto. | |
10604 * image/colormap.m: Ditto. | |
10605 * image/gray.m: Ditto. | |
10606 * image/gray2ind.m: Ditto. | |
10607 * image/image.m: Ditto. | |
10608 * image/imagesc.m: Ditto. | |
10609 * image/imshow.m: Ditto. | |
10610 * image/ind2gray.m: Ditto. | |
10611 * image/ind2rgb.m: Ditto. | |
10612 * image/loadimage.m: Ditto. | |
10613 * image/rgb2ntsc.m: Ditto. | |
10614 * image/ntsc2rgb.m: Ditto. | |
10615 * image/ocean.m: Ditto. | |
10616 * image/rgb2ind.m: Ditto. | |
10617 * image/saveimage.m: Ditto. | |
3372 | 10618 * io/printf.m: Ditto. |
10619 * io/puts.m: Ditto. | |
10620 | |
3369 | 10621 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10622 | |
10623 * special-matrix/hankel.m: Texinfoize doc string. | |
10624 * special-matrix/hilb.m: Ditto. | |
10625 * special-matrix/invhilb.m: Ditto. | |
10626 * special-matrix/sylvester_matrix.m: Ditto. | |
10627 * special-matrix/toeplitz.m: Ditto. | |
10628 * special-matrix/vander.m: Ditto. | |
10629 * linear-algebra/vec.m: Ditto. | |
10630 * linear-algebra/vech.m: Ditto. | |
10631 * general/common_size.m: Ditto. | |
10632 * general/diff.m: Ditto. | |
10633 * general/fliplr.m: Ditto. | |
10634 * general/flipud.m: Ditto. | |
10635 * general/rot90.m: Ditto. | |
10636 * general/reshape.m: Ditto. | |
10637 * general/shift.m: Ditto. | |
10638 * general/tril.m: Ditto. | |
10639 * general/triu.m: Ditto. | |
10640 * general/logspace.m: Ditto. | |
3371 | 10641 * general/nargchk.m: Ditto. |
3369 | 10642 |
3367 | 10643 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10644 | |
10645 * statistics/base/mean: Texinfoize doc string. | |
10646 * statistics/base/median: Ditto. | |
10647 * statistics/base/std: Ditto. | |
10648 * statistics/base/cov: Ditto. | |
10649 * statistics/base/corrcoef: Ditto. | |
10650 * statistics/base/kurtosis: Ditto. | |
10651 * statistics/base/mahalanobis: Ditto. | |
10652 * statistics/base/skewness: Ditto. | |
3368 | 10653 * statistics/base/gls.m: Ditto. |
10654 * statistics/base/ols.m: Ditto. | |
3367 | 10655 * signal/detrend.m: Ditto. |
10656 * signal/freqz.m: Ditto. | |
10657 * signal/sinc.m: Ditto. | |
10658 * signal/fftconv.m: Ditto. | |
10659 * signal/fftfilt.m: Ditto. | |
3368 | 10660 * set/create_set.m: Ditto. |
10661 * set/union.m: Ditto. | |
10662 * set/intersection.m: Ditto. | |
10663 * set/complement.m: Ditto. | |
10664 * poly/compan.m: Ditto. | |
10665 * poly/conv: Ditto. | |
10666 * poly/deconv: Ditto. | |
10667 * poly/poly: Ditto. | |
10668 * poly/polyderiv: Ditto. | |
10669 * poly/polyfit: Ditto. | |
10670 * poly/polyinteg: Ditto. | |
10671 * poly/polyreduce: Ditto. | |
10672 * poly/polyval: Ditto. | |
10673 * poly/polyvalm: Ditto. | |
10674 * poly/residue: Ditto. | |
10675 * poly/roots: Ditto. | |
10676 * plot/top_title.m: Ditto | |
10677 * plot/subwindow.m: Ditto | |
10678 * plot/subplot.m: Ditto | |
10679 * plot/plot_border.m: Ditto | |
10680 * plot/oneplot.m: Ditto | |
10681 * plot/multiplot.m: Ditto | |
10682 * plot/mplot.m: Ditto | |
10683 * plot/xlabel.m: Ditto | |
10684 * plot/figure.m: Ditto | |
10685 * plot/meshdom.m: Ditto | |
10686 * plot/mesh.m: Ditto | |
10687 * plot/stairs.m: Ditto | |
10688 * plot/polar.m: Ditto | |
10689 * plot/loglog.m: Ditto | |
10690 * plot/hist.m: Ditto | |
10691 * plot/contour.m: Ditto | |
10692 * plot/bar.m: Ditto | |
10693 * plot/axis.m: Ditto | |
10694 * plot/plot.m: Ditto. | |
3367 | 10695 |
3361 | 10696 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10697 | |
3365 | 10698 * control/pinv.m: Delete. |
10699 | |
3364 | 10700 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10701 | |
3361 | 10702 * strings/blanks.m: Texinfoize doc string. |
10703 * strings/strcat.m: Ditto. | |
10704 * strings/str2mat.m: Ditto. | |
10705 * strings/deblank.m: Ditto. | |
10706 * strings/findstr.m: Ditto. | |
10707 * strings/index.m: Ditto. | |
10708 * strings/rindex.m: Ditto. | |
10709 * strings/split.m: Ditto. | |
10710 * strings/strcmp.m: Ditto. | |
10711 * strings/strrep.m: Ditto. | |
10712 * strings/substr.m: Ditto. | |
10713 * general/int2str.m: Ditto. | |
10714 * general/num2str.m: Ditto. | |
10715 * strings/dec2bin.m: Ditto. | |
10716 * strings/bin2dec: Ditto. | |
10717 * strings/dec2bin: Ditto. | |
10718 * strings/dec2hex: Ditto. | |
10719 * strings/hex2dec: Ditto. | |
10720 * strings/str2num: Ditto. | |
10721 | |
3347 | 10722 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10723 | |
10724 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10725 | |
5095 | 10726 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10727 |
10728 * control/DEMOcontrol.m: Texinfoize doc string. | |
10729 * control/abcddim.m: Ditto. | |
10730 * control/abcddims.m: Ditto. | |
10731 * control/analdemo.m: Ditto. | |
10732 * control/are.m: Ditto. | |
10733 * control/axis2dlim.m: Ditto. | |
10734 * control/bddemo.m: Ditto. | |
10735 * control/bode.m: Ditto. | |
10736 * control/bode_bounds.m: Ditto. | |
10737 * control/bodquist.m: Ditto. | |
10738 * control/buildssic.m: Ditto. | |
10739 * control/c2d.m: Ditto. | |
10740 * control/ctrb.m: Ditto. | |
10741 * control/d2c.m: Ditto. | |
10742 * control/damp.m: Ditto. | |
10743 * control/dare.m: Ditto. | |
10744 * control/dcgain.m: Ditto. | |
10745 * control/dgkfdemo.m: Ditto. | |
10746 * control/dgram.m: Ditto. | |
10747 * control/dlqe.m: Ditto. | |
10748 * control/dlqr.m: Ditto. | |
10749 * control/dlyap.m: Ditto. | |
10750 * control/dmr2d.m: Ditto. | |
10751 * control/fir2sys.m: Ditto. | |
10752 * control/frdemo.m: Ditto. | |
10753 * control/freqchkw.m: Ditto. | |
10754 * control/freqresp.m: Ditto. | |
10755 * control/gram.m: Ditto. | |
10756 * control/h2norm.m: Ditto. | |
10757 * control/h2syn.m: Ditto. | |
10758 * control/hinf_ctr.m: Ditto. | |
10759 * control/hinfdemo.m: Ditto. | |
10760 * control/hinfnorm.m: Ditto. | |
10761 * control/hinfsyn.m: Ditto. | |
10762 * control/hinfsyn_chk.m: Ditto. | |
10763 * control/impulse.m: Ditto. | |
10764 * control/is_abcd.m: Ditto. | |
10765 * control/is_controllable.m: Ditto. | |
10766 * control/is_detectable.m: Ditto. | |
10767 * control/is_dgkf.m: Ditto. | |
10768 * control/is_digital.m: Ditto. | |
10769 * control/is_observable.m: Ditto. | |
10770 * control/is_sample.m: Ditto. | |
10771 * control/is_signal_list.m: Ditto. | |
10772 * control/is_siso.m: Ditto. | |
10773 * control/is_stabilizable.m: Ditto. | |
10774 * control/is_stable.m: Ditto. | |
10775 * control/jet707.m: Ditto. | |
10776 * control/lqe.m: Ditto. | |
10777 * control/lqg.m: Ditto. | |
10778 * control/lqr.m: Ditto. | |
10779 * control/lsim.m: Ditto. | |
10780 * control/ltifr.m: Ditto. | |
10781 * control/lyap.m: Ditto. | |
10782 * control/moddemo.m: Ditto. | |
10783 * control/nyquist.m: Ditto. | |
10784 * control/obsv.m: Ditto. | |
10785 * control/ord2.m: Ditto. | |
10786 * control/outlist.m: Ditto. | |
10787 * control/pinv.m: Ditto. | |
10788 * control/place.m: Ditto. | |
10789 * control/polyout.m: Ditto. | |
10790 * control/prompt.m: Ditto. | |
10791 * control/pzmap.m: Ditto. | |
10792 * control/qzval.m: Ditto. | |
10793 * control/rldemo.m: Ditto. | |
10794 * control/rlocus.m: Ditto. | |
10795 * control/sortcom.m: Ditto. | |
10796 * control/ss2sys.m: Ditto. | |
10797 * control/ss2tf.m: Ditto. | |
10798 * control/ss2zp.m: Ditto. | |
10799 * control/starp.m: Ditto. | |
10800 * control/step.m: Ditto. | |
10801 * control/stepimp.m: Ditto. | |
10802 * control/susball.m: Ditto. | |
10803 * control/sys2fir.m: Ditto. | |
10804 * control/sys2ss.m: Ditto. | |
10805 * control/sys2tf.m: Ditto. | |
10806 * control/sys2zp.m: Ditto. | |
10807 * control/sysadd.m: Ditto. | |
10808 * control/sysappend.m: Ditto. | |
10809 * control/syschnames.m: Ditto. | |
10810 * control/syschnamesl.m: Ditto. | |
10811 * control/syschtsam.m: Ditto. | |
10812 * control/sysconnect.m: Ditto. | |
10813 * control/syscont.m: Ditto. | |
10814 * control/syscont_disc.m: Ditto. | |
10815 * control/sysdefioname.m: Ditto. | |
10816 * control/sysdefstname.m: Ditto. | |
10817 * control/sysdimensions.m: Ditto. | |
10818 * control/sysdisc.m: Ditto. | |
10819 * control/sysdup.m: Ditto. | |
10820 * control/sysgetsignals.m: Ditto. | |
10821 * control/sysgettype.m: Ditto. | |
10822 * control/sysgroup.m: Ditto. | |
10823 * control/sysgroupn.m: Ditto. | |
10824 * control/sysmult.m: Ditto. | |
10825 * control/sysout.m: Ditto. | |
10826 * control/sysprune.m: Ditto. | |
10827 * control/sysreorder.m: Ditto. | |
10828 * control/sysrepdemo.m: Ditto. | |
10829 * control/sysscale.m: Ditto. | |
10830 * control/syssetsignals.m: Ditto. | |
10831 * control/syssub.m: Ditto. | |
10832 * control/sysupdate.m: Ditto. | |
10833 * control/tf2ss.m: Ditto. | |
10834 * control/tf2sys.m: Ditto. | |
10835 * control/tf2sysl.m: Ditto. | |
10836 * control/tf2zp.m: Ditto. | |
10837 * control/tfout.m: Ditto. | |
10838 * control/tzero.m: Ditto. | |
10839 * control/tzero2.m: Ditto. | |
10840 * control/ugain.m: Ditto. | |
10841 * control/wgt1o.m: Ditto. | |
10842 * control/zgfmul.m: Ditto. | |
10843 * control/zgfslv.m: Ditto. | |
10844 * control/zginit.m: Ditto. | |
10845 * control/zgpbal.m: Ditto. | |
10846 * control/zgreduce.m: Ditto. | |
10847 * control/zgrownorm.m: Ditto. | |
10848 * control/zgscal.m: Ditto. | |
10849 * control/zgsgiv.m: Ditto. | |
10850 * control/zgshsr.m: Ditto. | |
10851 * control/zp2ss.m: Ditto. | |
10852 * control/zp2ssg2.m: Ditto. | |
10853 * control/zp2sys.m: Ditto. | |
10854 * control/zp2tf.m: Ditto. | |
10855 * control/zpout.m: Ditto. | |
10856 | |
5095 | 10857 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10858 |
5378 | 10859 * audio/lin2mu.m: Texinfoize doc string. |
10860 * audio/loadaudio.m: Ditto. | |
10861 * audio/mu2lin.m: Ditto. | |
10862 * audio/playaudio.m: Ditto. | |
10863 * audio/record.m: Ditto. | |
10864 * audio/saveaudio.m: Ditto. | |
3332 | 10865 |
5095 | 10866 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10867 |
10868 * elfun/acot.m: Texinfoize doc string. | |
10869 * elfun/acsc.m: Ditto. | |
10870 * elfun/acsch.m: Ditto. | |
10871 * elfun/asec.m: Ditto. | |
10872 * elfun/asech.m: Ditto. | |
10873 * elfun/cot.m: Ditto. | |
10874 * elfun/coth.m: Ditto. | |
10875 * elfun/csc.m: Ditto. | |
10876 * elfun/csch.m: Ditto. | |
10877 * elfun/gcd.m: Ditto. | |
10878 * elfun/lcm.m: Ditto. | |
10879 * elfun/sec.m: Ditto. | |
10880 * elfun/sech.m: Ditto. | |
10881 * general/nextpow2.m: Ditto. | |
10882 * general/rem.m: Ditto. | |
10883 * linear-algebra/commutation_matrix.m: Ditto. | |
10884 * linear-algebra/cross.m: Ditto. | |
10885 * linear-algebra/duplication_matrix.m: Ditto. | |
10886 * miscellaneous/bincoeff.m: Ditto. | |
10887 * miscellaneous/xor.m: Ditto. | |
10888 * specfun/bessel.m: Ditto. | |
10889 * specfun/beta.m: Ditto. | |
10890 * specfun/betai.m: Ditto. | |
10891 * specfun/erfinv.m: Ditto. | |
10892 * specfun/gammai.m: Ditto. | |
10893 * specfun/log2.m: Ditto. | |
10894 * specfun/pow2.m: Ditto. | |
10895 | |
5095 | 10896 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10897 |
10898 * general/is_scalar.m: Texinfoize help text. | |
10899 * general/is_square.m: Ditto. | |
10900 * general/is_symmetric.m: Ditto. | |
10901 | |
3320 | 10902 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10903 | |
10904 * strings/split.m: If the string to be split is empty, just return | |
10905 an empty string. | |
10906 | |
3319 | 10907 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10908 | |
10909 * Makefile.in (ALL_M_FILES): New macro. | |
10910 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10911 | |
3306 | 10912 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10913 | |
10914 * control/bode.m: Don't return anything if nargout == 0. | |
10915 | |
10916 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10917 | |
10918 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10919 | |
3305 | 10920 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10921 | |
10922 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10923 gethelp.cc to the list. | |
10924 | |
3296 | 10925 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10926 | |
3301 | 10927 * time/asctime.m: Texinfoize help text. |
10928 * time/clock.m: Ditto. | |
10929 * time/date.m: Ditto. | |
10930 * miscellaneous/cputime.m: Ditto. | |
10931 * miscellaneous/etime.m: Ditto. | |
10932 * miscellaneous/is_leap_year.m: Ditto. | |
10933 * miscellaneous/popen2.m: Ditto. | |
10934 * miscellaneous/version.m: Ditto. | |
10935 * miscellaneous/tic.m: Ditto. | |
10936 * miscellaneous/toc.m: Just refer to tic.m. | |
10937 | |
3297 | 10938 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10939 `cd dir; $(MAKE); cd ..'. | |
10940 ($(SUBDIRS)): Likewise. | |
10941 | |
10942 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10943 | |
10944 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10945 of `cd dir; $(MAKE)'. | |
10946 | |
3296 | 10947 * gethelp.cc, mkdoc: New files. |
10948 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10949 sources. | |
10950 | |
3291 | 10951 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10952 | |
10953 * linear-algebra/kron.m: Fix typo in previous change | |
10954 | |
3282 | 10955 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10956 | |
10957 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10958 | |
5095 | 10959 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10960 |
10961 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10962 rank when V has more columns than rows. | |
10963 | |
10964 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10965 | |
10966 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10967 | |
10968 * statistics/tests/manova.m: Avoid problems if | |
10969 whitespace_in_literal_matrix is set to "traditional". | |
10970 * statistics/tests/t_test_regression.m: Likewise. | |
10971 * statistics/tests/u_test.m: Likewise. | |
10972 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10973 * statistics/tests/anova.m: Likewise. | |
10974 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10975 * statistics/base/statistics.m: Likewise. | |
10976 * image/saveimage.m: Likewise. | |
10977 * signal/arch_fit.m: Likewise. | |
10978 * signal/autoreg_matrix.m: Likewise. | |
10979 * signal/triangle_lw.m: Likewise. | |
10980 * strings/dec2hex.m: Likewise. | |
10981 | |
3268 | 10982 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10983 | |
10984 * image/saveimage.m: Initialize scale. | |
10985 | |
10986 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10987 | |
10988 * general/reshape.m: Allow reshape (a, size (b)). | |
10989 | |
3266 | 10990 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10991 | |
10992 * specfun/erfinv.m: Improve stopping criterion. | |
10993 Add iteration count as second return value. | |
10994 | |
3265 | 10995 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10996 | |
10997 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10998 | |
3263 | 10999 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11000 | |
11001 * miscellaneous/pack.m: New function. | |
11002 | |
11003 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11004 | |
11005 * plot/figure.m: Always return figure number. With no args, | |
11006 figure now creates a new figure window and returns its number. | |
11007 Accept figure (property, value) syntax, but do nothing. | |
11008 | |
5095 | 11009 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11010 |
11011 * general/shift.m: Avoid printing temporary value for backward shift. | |
11012 | |
3260 | 11013 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11014 | |
11015 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11016 evenly spaced. | |
11017 | |
3250 | 11018 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11019 | |
11020 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11021 contain only zeros. | |
11022 | |
5095 | 11023 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11024 |
11025 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11026 instead of appending them. | |
11027 | |
11028 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11029 | |
11030 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11031 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11032 Update from A. S. Hodel. | |
11033 | |
3246 | 11034 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11035 | |
11036 * polynomial/polyfit.m: Correct previous change. | |
11037 | |
3243 | 11038 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11039 | |
11040 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11041 | |
5095 | 11042 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11043 |
11044 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11045 version of krylov and krylovb. | |
11046 | |
11047 * control/outlist.m, control/sysout.m: Fix typos. | |
11048 | |
11049 * control/sysdimensions.m: Add option for total number of states. | |
11050 | |
11051 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11052 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11053 arguments. | |
11054 | |
11055 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11056 | |
11057 * strings/index.m: Fail with meaningful error message if either | |
11058 arg is a string array. | |
11059 | |
3238 | 11060 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11061 | |
11062 * linear-algebra/norm.m: Do the right thing for 1- and | |
11063 infinity-norms of complex matrices. From Sven Khatri | |
11064 <khatri@saturn.vocalpoint.com>. | |
11065 | |
5095 | 11066 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11067 |
11068 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11069 | |
11070 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11071 | |
11072 * strings/split.m: Avoid problems when splitting strings that have | |
11073 \ in them. | |
11074 | |
5095 | 11075 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11076 |
11077 * image/colormap.m: Do better arg checking, handle string args | |
11078 that name the colormap function to call (e.g., colormap ("ocean")). | |
11079 | |
5095 | 11080 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11081 |
11082 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11083 * linear-algebra/dot.m: Likewise. | |
11084 * linear-algebra/cross.m: Likewise. | |
11085 * general/rot90.m: Likewise. | |
11086 | |
5095 | 11087 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11088 |
11089 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11090 that the leading column is not all zeros. | |
11091 | |
11092 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11093 | |
11094 * general/shift.m: Fix potential problems with | |
11095 whitespace_in_literal_matrix. | |
11096 * signal/arch_rnd.m: Ditto. | |
11097 * signal/autocov.m: Ditto. | |
11098 * signal/diffpara.m: Ditto. | |
11099 * signal/hurst.m: Ditto. | |
11100 * signal/periodogram.m: Ditto. | |
11101 * signal/spectral_adf.m: Ditto. | |
11102 * signal/spectral_xdf.m: Ditto. | |
11103 * signal/spencer.m: Ditto. | |
11104 * signal/synthesis.m: Ditto. | |
11105 * statistics/distributions/wiener_rnd.m: Ditto. | |
11106 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11107 * statistics/models/logistic_regression.m: Ditto. | |
11108 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11109 * statistics/tests/run_test.m: Ditto. | |
11110 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11111 | |
5095 | 11112 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11113 |
11114 * plot/__plr2__.m: Fix typo. | |
11115 | |
3233 | 11116 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11117 | |
11118 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11119 | |
5095 | 11120 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11121 |
11122 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11123 function. | |
11124 | |
5095 | 11125 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11126 |
11127 * control/ss2sys.m: Fix typo. | |
11128 | |
11129 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11130 | |
11131 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11132 | |
11133 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11134 signal names as lists of strings instead of string arrays. | |
11135 | |
3225 | 11136 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11137 | |
3233 | 11138 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11139 <a.s.hodel@eng.auburn.edu>. |
11140 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11141 * quaternion/Makefile.in: New file. |
11142 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11143 |
11144 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11145 | |
11146 * image/saveimage.m: Make it work again for black and white colormaps. | |
11147 | |
11148 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
11149 since there can be fewer rows than columns. Round values to | |
11150 nearest position in colormap instead of truncating. Correct usage | |
11151 message. | |
11152 | |
5095 | 11153 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11154 |
11155 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11156 zero rows of [A,v] as householder pivots; this avoids spurious | |
11157 non-zero entries in returned orthogonal matrix U, but destroys the | |
11158 Householder matrix structure of H. | |
11159 | |
11160 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11161 | |
11162 * general/logical.m: Just copy input to output if argument is | |
11163 already a logical object. | |
11164 | |
3215 | 11165 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11166 | |
11167 * New files from OCST, in control subdiretory: | |
11168 | |
11169 DEMOcontrol.m is_siso.m syschnames.m | |
11170 abcddim.m is_stabilizable.m syschnamesl.m | |
11171 abcddims.m is_stable.m syschtsam.m | |
11172 analdemo.m jet707.m sysconnect.m | |
11173 are.m lqe.m syscont.m | |
11174 axis2dlim.m lqg.m syscont_disc.m | |
11175 bddemo.m lqr.m sysdefioname.m | |
11176 bode.m lsim.m sysdefstname.m | |
11177 bode_bounds.m ltifr.m sysdimensions.m | |
11178 bodquist.m lyap.m sysdisc.m | |
11179 buildssic.m mb.m sysdup.m | |
11180 c2d.m minfo.m sysgetsignals.m | |
6302 | 11181 com2str.m moddemo.m sysgettsam.m |
3215 | 11182 controldemo.m nichols.m sysgettype.m |
11183 ctrb.m nyquist.m sysgroup.m | |
11184 d2c.m obsv.m sysgroupn.m | |
11185 damp.m ord2.m sysmult.m | |
11186 dare.m outlist.m sysout.m | |
11187 dcgain.m packedform.m sysprune.m | |
11188 demomarsyas.m packsys.m sysreorder.m | |
11189 dezero.m; parallel.m sysrepdemo.m | |
11190 dgkfdemo.m place.m sysscale.m | |
11191 dgram.m polyout.m syssub.m | |
11192 dhinfdemo.m prompt.m sysupdate.m | |
11193 dlqe.m pzmap.m tf2ss.m | |
11194 dlqg.m qzval.m tf2sys.m | |
11195 dlqr.m rldemo.m tf2sysl.m | |
11196 dlyap.m rlocus.m tf2zp.m | |
11197 dmr2d.m rotg.m tfout.m | |
11198 fir2sys.m run_cmd.m; tzero.m | |
11199 frdemo.m series.m tzero2.m | |
11200 freqchkw.m sortcom.m ugain.m | |
11201 freqresp.m ss2sys.m unpacksys.m | |
11202 gram.m ss2tf.m wgt1o.m | |
11203 h2norm.m ss2zp.m zgfmul.m | |
11204 h2syn.m starp.m zgfslv.m | |
11205 hinf_ctr.m step.m zginit.m | |
11206 hinfdemo.m stepimp.m zgpbal.m | |
11207 hinfnorm.m strappend.m; zgreduce.m | |
11208 hinfsyn.m susball.m zgrownorm.m | |
11209 hinfsyn_chk.m swap.m zgscal.m | |
11210 impulse.m swapcols.m zgsgiv.m | |
11211 is_abcd.m swaprows.m zgshsr.m | |
11212 is_controllable.m sys2fir.m zp2ss.m | |
11213 is_detectable.m sys2ss.m zp2ssg2.m | |
11214 is_dgkf.m sys2tf.m zp2sys.m | |
11215 is_digital.m sys2zp.m zp2tf.m | |
11216 is_observable.m sysadd.m zpout.m | |
11217 is_sample.m sysappend.m | |
11218 | |
11219 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11220 | |
11221 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11222 | |
11223 * strings/deblank.m: Make it work for string arrays too. | |
11224 | |
3211 | 11225 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11226 | |
11227 * linear-algebra/housh.m: New file from the OCST. | |
11228 * linear-algebra/krygetq.m: Ditto. | |
11229 * linear-algebra/krylov.m: Ditto. | |
11230 * linear-algebra/krylovb.m: Ditto. | |
11231 * linear-algebra/qrhouse.m: Ditto. | |
11232 * general/is_duplicate_entry.m: Ditto. | |
11233 | |
11234 * general/is_symmetric.m: Call is_square instead of doing that | |
11235 check in line. | |
11236 | |
3196 | 11237 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11238 | |
3202 | 11239 * general/is_square.m: |
11240 | |
11241 * general/isempty.m, general/is_matrix.m: Delete. | |
11242 | |
11243 * general/is_symmetric: Delete special case for strings. Whether | |
11244 the conversion is valid should depend on implicit_str_to_num_ok. | |
11245 | |
11246 * general/is_square.m: If arg is not a matrix, don't check size, | |
11247 just return 0. | |
11248 * general/is_symmetric: Likewise. | |
11249 * general/is_vector.m: Likewise. | |
11250 * general/is_scalar.m: Likewise. | |
11251 | |
3196 | 11252 * general/length.m: Delete. |
11253 | |
3191 | 11254 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11255 | |
11256 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11257 statistics/distributions/Makefile, statistics/models/Makefile, | |
11258 and statistics/tests/Makefile to the list of files to create. | |
11259 | |
11260 * finance/Makefile.in, statistics/base/Makefile.in, | |
11261 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11262 statistics/tests/Makefile.in: New files. | |
11263 * statistics/Makefile.in: Delete file lists. Now only handle | |
11264 subdirectories. | |
11265 * Makefile.in (SUBDIRS): Add finance. | |
11266 | |
11267 * Move the following files from statistics to statistics/base: | |
11268 | |
11269 corrcoef.m | |
11270 kurtosis.m | |
11271 mahalanobis.m | |
11272 median.m | |
11273 ols.m | |
11274 skewness.m | |
11275 std.m | |
11276 | |
11277 New files, from Kurt Hornik's octave-ci package: | |
11278 | |
11279 * finance (new directory): | |
11280 | |
11281 fv.m | |
11282 fvl.m | |
11283 irr.m | |
11284 nper.m | |
11285 npv.m | |
11286 pmt.m | |
11287 pv.m | |
11288 pvl.m | |
11289 rate.m | |
11290 vol.m | |
11291 | |
11292 * linear-algebra/dmult.m | |
11293 | |
11294 * signal: | |
11295 | |
11296 arch_fit.m | |
11297 arch_rnd.m | |
11298 arch_test.m | |
11299 arma_rnd.m | |
11300 autocor.m | |
11301 autocov.m | |
11302 autoreg_matrix.m | |
11303 bartlett.m | |
11304 blackman.m | |
11305 diffpara.m | |
11306 durbinlevinson.m | |
11307 fractdiff.m | |
11308 hamming.m | |
11309 hanning.m | |
11310 hurst.m | |
11311 periodogram.m | |
11312 rectangle_lw.m | |
11313 rectangle_sw.m | |
11314 sinetone.m | |
11315 sinewave.m | |
11316 spectral_adf.m | |
11317 spectral_xdf.m | |
11318 spencer.m | |
11319 stft.m | |
11320 synthesis.m | |
11321 triangle_lw.m | |
11322 triangle_sw.m | |
11323 yulewalker.m | |
11324 | |
11325 * statistics/base (new directory): | |
11326 | |
11327 center.m | |
11328 cloglog.m | |
11329 cor.m | |
11330 cov.m | |
11331 cut.m | |
11332 iqr.m | |
11333 kendall.m | |
11334 logit.m | |
11335 mean.m | |
11336 meansq.m | |
11337 moment.m | |
11338 ppplot.m | |
11339 probit.m | |
11340 qqplot.m | |
11341 range.m | |
11342 ranks.m | |
11343 run_count.m | |
11344 spearman.m | |
11345 statistics.m | |
11346 studentize.m | |
11347 table.m | |
11348 values.m | |
11349 var.m | |
11350 | |
11351 (Replaces cov.m and mean.m with new versions.) | |
11352 | |
11353 * statistics/distributions (new directory): | |
11354 | |
11355 beta_cdf.m | |
11356 beta_inv.m | |
11357 beta_pdf.m | |
11358 beta_rnd.m | |
11359 binomial_cdf.m | |
11360 binomial_inv.m | |
11361 binomial_pdf.m | |
11362 binomial_rnd.m | |
11363 cauchy_cdf.m | |
11364 cauchy_inv.m | |
11365 cauchy_pdf.m | |
11366 cauchy_rnd.m | |
11367 chisquare_cdf.m | |
11368 chisquare_inv.m | |
11369 chisquare_pdf.m | |
11370 chisquare_rnd.m | |
11371 discrete_cdf.m | |
11372 discrete_inv.m | |
11373 discrete_pdf.m | |
11374 discrete_rnd.m | |
11375 empirical_cdf.m | |
11376 empirical_inv.m | |
11377 empirical_pdf.m | |
11378 empirical_rnd.m | |
11379 exponential_cdf.m | |
11380 exponential_inv.m | |
11381 exponential_pdf.m | |
11382 exponential_rnd.m | |
11383 f_cdf.m | |
11384 f_inv.m | |
11385 f_pdf.m | |
11386 f_rnd.m | |
11387 gamma_cdf.m | |
11388 gamma_inv.m | |
11389 gamma_pdf.m | |
11390 gamma_rnd.m | |
11391 geometric_cdf.m | |
11392 geometric_inv.m | |
11393 geometric_pdf.m | |
11394 geometric_rnd.m | |
11395 hypergeometric_cdf.m | |
11396 hypergeometric_inv.m | |
11397 hypergeometric_pdf.m | |
11398 hypergeometric_rnd.m | |
11399 kolmogorov_smirnov_cdf.m | |
11400 laplace_cdf.m | |
11401 laplace_inv.m | |
11402 laplace_pdf.m | |
11403 laplace_rnd.m | |
11404 logistic_cdf.m | |
11405 logistic_inv.m | |
11406 logistic_pdf.m | |
11407 logistic_rnd.m | |
11408 lognormal_cdf.m | |
11409 lognormal_inv.m | |
11410 lognormal_pdf.m | |
11411 lognormal_rnd.m | |
11412 normal_cdf.m | |
11413 normal_inv.m | |
11414 normal_pdf.m | |
11415 normal_rnd.m | |
11416 pascal_cdf.m | |
11417 pascal_inv.m | |
11418 pascal_pdf.m | |
11419 pascal_rnd.m | |
11420 poisson_cdf.m | |
11421 poisson_inv.m | |
11422 poisson_pdf.m | |
11423 poisson_rnd.m | |
11424 stdnormal_cdf.m | |
11425 stdnormal_inv.m | |
11426 stdnormal_pdf.m | |
11427 stdnormal_rnd.m | |
11428 t_cdf.m | |
11429 t_inv.m | |
11430 t_pdf.m | |
11431 t_rnd.m | |
11432 uniform_cdf.m | |
11433 uniform_inv.m | |
11434 uniform_pdf.m | |
11435 uniform_rnd.m | |
11436 weibull_cdf.m | |
11437 weibull_inv.m | |
11438 weibull_pdf.m | |
11439 weibull_rnd.m | |
11440 wiener_rnd.m | |
11441 | |
11442 * statistics/models (new directory): | |
11443 | |
11444 logistic_regression.m | |
11445 logistic_regression_derivatives.m | |
11446 logistic_regression_likelihood.m | |
11447 | |
11448 * statistics/tests (new directory): | |
11449 | |
11450 anova.m | |
11451 bartlett_test.m | |
11452 chisquare_test_homogeneity.m | |
11453 chisquare_test_independence.m | |
11454 cor_test.m | |
11455 f_test_regression.m | |
11456 hotelling_test.m | |
11457 hotelling_test_2.m | |
11458 kolmogorov_smirnov_test.m | |
11459 kolmogorov_smirnov_test_2.m | |
11460 kruskal_wallis_test.m | |
11461 manova.m | |
11462 mcnemar_test.m | |
11463 prop_test_2.m | |
11464 run_test.m | |
11465 sign_test.m | |
11466 t_test.m | |
11467 t_test_2.m | |
11468 t_test_regression.m | |
11469 u_test.m | |
11470 var_test.m | |
11471 welch_test.m | |
11472 wilcoxon_test.m | |
11473 z_test.m | |
11474 z_test_2.m | |
11475 | |
11476 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11477 | |
11478 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11479 compatibility and to avoid Y2K problems. | |
11480 | |
3190 | 11481 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11482 | |
11483 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11484 least-squares solution. | |
11485 | |
3180 | 11486 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11487 | |
11488 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11489 | |
11490 * strings/strrep.m: Don't convert args to numeric values. | |
11491 Prevent warnings for empty string args. | |
11492 From Georg Thimm <thimm@idiap.ch>. | |
11493 | |
11494 * strings/strcat.m: Prevent warnings for empty string args. | |
11495 | |
11496 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11497 | |
11498 * miscellaneous/menu.m: Remove special case for empty string | |
11499 returned from input(). Add second arg to eval() to catch errors. | |
11500 | |
3178 | 11501 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11502 | |
11503 * plot/__plt__.m: Don't call usleep. | |
11504 | |
3175 | 11505 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11506 | |
11507 * linear-algebra/dot.m: New function. | |
11508 | |
11509 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11510 compatibility. | |
11511 | |
11512 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11513 | |
11514 * plot/hist.m: Also allow just one output argument. | |
11515 | |
11516 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11517 | |
11518 * strings/deblank.m: Make it work if the string is only blanks. | |
11519 | |
11520 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11521 | |
11522 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11523 | |
11524 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11525 | |
11526 * plot/oneplot.m: Fix typo. | |
11527 | |
3174 | 11528 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11529 | |
11530 * miscellaneous/flops.m: Allow a single argument too. | |
11531 | |
11532 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11533 | |
11534 * strings/str2mat.m: Also handle case when there are no empty | |
11535 strings correctly. | |
11536 | |
11537 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11538 | |
11539 * strings/isletter.m: New function, for Matlab compatibility. | |
11540 | |
3168 | 11541 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11542 | |
11543 * strings/str2mat.m: Handle string matrices too. | |
11544 | |
3167 | 11545 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11546 | |
11547 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11548 linear encoding. | |
11549 | |
11550 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11551 audio/record.m: Open files in binary mode. | |
11552 | |
3164 | 11553 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11554 | |
11555 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11556 Move functionality of dump_1_pref here, but use built-in function | |
11557 type to extract value, and put it inside try/catch block. | |
11558 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11559 | |
3162 | 11560 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11561 | |
11562 * plot/__pltopt1.m__: New file. | |
11563 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11564 __pltopt1__ multiple times and returning a string array with rows | |
11565 corresponding to the rows of opt. | |
11566 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11567 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11568 array. | |
11569 | |
11570 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11571 | |
11572 * plot/mplot.m: Fix misspellings of global variables. | |
11573 Don't call clearplot. | |
11574 | |
11575 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11576 | |
11577 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11578 "cle;rep" when going in ot multiplot mode. | |
11579 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11580 switching out of multiplot mode. | |
11581 | |
3156 | 11582 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11583 |
3156 | 11584 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11585 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11586 |
3141 | 11587 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11588 | |
11589 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11590 | |
11591 * miscellaneous/bug_report.m: Don't try to get smart with | |
11592 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11593 | |
11594 * Makefile.in (install): Create separate ls-R files for | |
11595 $(datadir) and $(libexecdir). | |
11596 (uninstall): Remove both ls-R files. | |
11597 | |
3136 | 11598 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11599 | |
11600 * signal/fftshift.m: New file. | |
11601 | |
11602 * plot/contour.m: Fix for non-square case. | |
11603 | |
11604 * general/randperm.m: New file. | |
11605 | |
11606 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11607 | |
11608 * specfun/betai.m: Restore file for compatibility with previous | |
11609 versions. Call betainc with reordered args. | |
11610 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11611 | |
3131 | 11612 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11613 | |
11614 * plot/contour.m: Handle discrete contour levels. | |
11615 | |
11616 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11617 | |
11618 * control/lyap.m: For compatibility with Matlab, solve | |
11619 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11620 | |
3124 | 11621 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11622 | |
11623 * specfun/bessel.m: New file. | |
11624 | |
11625 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11626 specfun/gammainc.m: Delete. | |
11627 | |
3106 | 11628 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11629 | |
11630 * image/colormap.m: Initialize __current_color_map__ in global | |
11631 statement. | |
11632 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11633 statement. | |
11634 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11635 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11636 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11637 | |
3103 | 11638 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11639 | |
11640 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11641 * time/toc.m: Likewise. | |
11642 | |
11643 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11644 | |
11645 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11646 anything special for automatic_replot when in multiplot mode -- | |
11647 recent 3.6beta releases handle this correctly. | |
11648 | |
11649 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11650 setting the terminal type. | |
11651 | |
11652 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11653 plot/subwindow.m: Use leading and trailing underscores for | |
11654 `private' globals. | |
11655 | |
11656 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11657 | |
3101 | 11658 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11659 | |
11660 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11661 | |
3091 | 11662 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11663 | |
3092 | 11664 * specfun/gammai.m: Avoid problems with whitespace when |
11665 constructing matrices. | |
11666 | |
3091 | 11667 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11668 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11669 original y vector. | |
11670 | |
3085 | 11671 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11672 | |
11673 * linear-algebra/cross.m: Use direct formula instead of calling | |
11674 det three times in a loop. If both args are column (row) vectors, | |
11675 return a column (row) vector. If they don't match, pay attention | |
11676 to the value of prefer_column_vectors. | |
11677 | |
5095 | 11678 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11679 |
11680 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11681 nonsymmetric matrices. | |
11682 | |
11683 * general/tril.m: Fix usage message. | |
11684 | |
11685 * polynomial/polyvalm.m: Fix error messages. | |
11686 * polynomial/polyderiv.m: Likewise. | |
11687 * polynomial/polyval.m: Likewise. | |
11688 | |
3081 | 11689 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11690 | |
11691 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11692 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11693 | |
3063 | 11694 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11695 | |
11696 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11697 | |
5095 | 11698 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11699 |
11700 * plot/__pltopt__.m: Handle key/legend names. | |
11701 Correctly set colors, line styles, and point styles. | |
11702 | |
3061 | 11703 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11704 | |
11705 * polynomial/polyfit.m: Return fit y values as second output. | |
11706 Don't use QR factorization to solve least squares problem. | |
11707 | |
11708 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11709 | |
11710 * control/dlqr.m: Use ao, not a, to compute k. | |
11711 | |
3024 | 11712 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11713 | |
11714 * miscellaneous/path.m: New file. | |
11715 | |
2993 | 11716 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11717 | |
11718 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11719 name. | |
11720 | |
2968 | 11721 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11722 | |
11723 * specfun/erfinv.m: Add missing semicolon. | |
11724 | |
2870 | 11725 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11726 | |
11727 * miscellaneous/xor.m: Make type of return value logical. | |
11728 | |
2853 | 11729 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11730 | |
11731 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11732 warn_comma_in_global_decl. | |
11733 | |
2831 | 11734 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11735 | |
11736 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11737 octave-bug script. | |
11738 | |
2823 | 11739 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11740 | |
2824 | 11741 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11742 prefer_zero_one_indexing. | |
11743 | |
2823 | 11744 * general/logical.m: New file. |
11745 | |
2816 | 11746 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11747 | |
11748 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11749 and is_vector(). | |
11750 | |
5095 | 11751 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11752 |
11753 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11754 Use tolerance of 2 * eps. | |
11755 | |
2811 | 11756 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11757 | |
11758 * Makefile.in (install-strip): New target. | |
11759 * audio/Makefile.in: Ditto. | |
11760 * control/Makefile.in: Ditto. | |
11761 * elfun/Makefile.in: Ditto. | |
11762 * general/Makefile.in: Ditto. | |
11763 * image/Makefile.in: Ditto. | |
11764 * io/Makefile.in: Ditto. | |
11765 * linear-algebra/Makefile.in: Ditto. | |
11766 * miscellaneous/Makefile.in: Ditto. | |
11767 * plot/Makefile.in: Ditto. | |
11768 * polynomial/Makefile.in: Ditto. | |
11769 * set/Makefile.in: Ditto. | |
11770 * signal/Makefile.in: Ditto. | |
11771 * specfun/Makefile.in: Ditto. | |
11772 * special-matrix/Makefile.in: Ditto. | |
11773 * startup/Makefile.in: Ditto. | |
11774 * statistics/Makefile.in: Ditto. | |
11775 * strings/Makefile.in: Ditto. | |
11776 | |
2809 | 11777 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11778 | |
11779 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11780 | |
2798 | 11781 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11782 | |
11783 * statistics/corrcoef.m: Make it actually work. | |
11784 | |
2795 | 11785 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11786 | |
2798 | 11787 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11788 |
2779 | 11789 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11790 |
11791 * Version 2.0.5 released. | |
11792 | |
2745 | 11793 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11794 | |
2749 | 11795 * Makefile.in (maintainer-clean): Also remove configure. |
11796 | |
2746 | 11797 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11798 | |
2745 | 11799 * general/is_matrix.m: Return zero for empty matrices. |
11800 | |
11801 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11802 | |
11803 * linear-algebra/vech.m: Size result just once. | |
11804 | |
2726 | 11805 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11806 | |
11807 * general/is_square.m: Handle empty matrices correctly. | |
11808 * general/is_symmetric.m: Handle empty matrices and strings. | |
11809 | |
2716 | 11810 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11811 | |
11812 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11813 * polynomial/deconv.m: Likewise. | |
11814 * polynomial/polyderiv.m: Likewise. | |
11815 * polynomial/polyinteg.m: Likewise. | |
11816 * polynomial/polyreduce.m: Likewise. | |
11817 * polynomial/polyval.m: Likewise. | |
11818 * polynomial/polyvalm.m: Likewise. | |
11819 * general/postpad.m: Likewise. | |
11820 * general/prepad.m: Likewise. | |
11821 | |
11822 * polynomial/compan.m: Check input with is_vector(), not | |
11823 is_matrix(). Handle scalar case. | |
11824 | |
2711 | 11825 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11826 | |
2715 | 11827 * plot/contour.m: Order data so that it is consistent with |
11828 meshgrid and mesh. | |
11829 | |
2711 | 11830 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11831 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11832 | |
2709 | 11833 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11834 |
11835 * Version 2.0.4 released. | |
11836 | |
2706 | 11837 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11838 | |
2702 | 11839 * miscellaneous/paren.m: New file. |
11840 | |
2693 | 11841 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11842 |
11843 * Version 2.0.3 released. | |
11844 | |
2676 | 11845 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11846 | |
11847 * image/saveimage.m: Only clip image data that is actually out of | |
11848 range. | |
11849 | |
2667 | 11850 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11851 | |
11852 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11853 also be considered to be matrices. | |
11854 | |
11855 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11856 | |
11857 * general/isempty.m: Use size(), not rows() and columns(). | |
11858 | |
11859 * plot/contour.m: Convert set to gset. | |
11860 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11861 | |
2663 | 11862 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11863 | |
11864 * specfun/erfinv.m: Fix typo in last change. | |
11865 | |
2650 | 11866 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11867 | |
11868 * image/loadimage.m: Make it possible to load files with image | |
11869 data named X or img. | |
11870 | |
11871 * image/default.img: Change name of image from X to img to match | |
11872 what saveimage does now. | |
11873 | |
11874 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11875 does now. | |
11876 | |
2632 | 11877 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11878 | |
2634 | 11879 * Version 2.0.2 released. |
11880 | |
2632 | 11881 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11882 weird missing-lines bug without creating extra plots unecessarily. | |
11883 | |
2624 | 11884 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11885 | |
11886 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11887 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11888 io/Makefile.in, linear-algebra/Makefile.in, | |
11889 miscellaneous/Makefile.in, plot/Makefile.in, | |
11890 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11891 specfun/Makefile.in, special-matrix/Makefile.in, | |
11892 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11893 time/Makefile.in (bin-dist): New target. | |
11894 | |
2621 | 11895 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11896 | |
11897 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11898 | |
11899 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11900 | |
11901 * miscellaneous/xor.m: Make it work. | |
11902 | |
2613 | 11903 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11904 | |
11905 * plot/sombrero.m: Doc fix. | |
11906 | |
2602 | 11907 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11908 | |
11909 * Version 2.0.1 released. | |
11910 | |
2601 | 11911 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11912 | |
11913 * elfun/lcm.m: Replace missing if statement. | |
11914 | |
11915 * elfun/gcd.m: Report error if no input args. | |
11916 * elfun/lcm.m: Likewise. | |
11917 | |
2597 | 11918 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11919 | |
11920 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11921 Also list contents of $libexecdir/octave in ls-R database. | |
11922 | |
2583 | 11923 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11924 | |
11925 * Version 2.0 released. | |
11926 | |
2575 | 11927 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11928 | |
11929 * Version 1.94. | |
11930 | |
2558 | 11931 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11932 | |
11933 * strings/str2num.m: New file. | |
11934 | |
2554 | 11935 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11936 | |
11937 * Version 1.93. | |
11938 | |
2540 | 11939 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11940 | |
11941 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11942 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11943 linear-algebra/vech.m: New files from Kurt Hornik. | |
11944 | |
11945 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11946 general/common_size.m: New files from Kurt Hornik. | |
11947 | |
11948 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11949 New files from Kurt Hornik. | |
11950 | |
11951 * signal/detrend.m: New file from Kurt Hornik. | |
11952 | |
11953 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11954 specfun/pow2.m, specfun/log2.m: | |
11955 New files and updates from Kurt Hornik. | |
11956 | |
2523 | 11957 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11958 | |
11959 * plot/__plt__.m: Add explicit replot after last command is | |
11960 issued, to force all lines to be displayed. Hmm. | |
11961 | |
2512 | 11962 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11963 | |
2520 | 11964 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11965 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11966 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11967 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11968 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11969 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11970 Uset gset, not set. | |
11971 | |
2512 | 11972 * Version 1.92. |
11973 | |
2482 | 11974 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11975 | |
2486 | 11976 * image/saveimage.m: When writing PostScript, name Octave as the |
11977 almighty Creator. Use single call to fprintf instead of looping. | |
11978 | |
11979 * image/Makefile.in: Delete references to octtopnm. | |
11980 | |
11981 * general/logspace.m: Doc fix. | |
11982 | |
2482 | 11983 * Version 1.91. |
11984 | |
2458 | 11985 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11986 | |
11987 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11988 | |
11989 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11990 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11991 deleted. | |
11992 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11993 of a system() command to delete the tmp file. | |
11994 | |
2452 | 11995 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11996 | |
11997 * Version 1.90. | |
11998 | |
11999 * Makefile.in (DISTFILES): Add ChangeLog. | |
12000 | |
2360 | 12001 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12002 | |
12003 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12004 Don't check for string value of automatic_replot. | |
12005 | |
12006 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12007 Temporarily set do_fortran_indexing to 1, not "true". | |
12008 | |
12009 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12010 not "false". | |
12011 | |
12012 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12013 "false". | |
12014 | |
2355 | 12015 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12016 | |
12017 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12018 | |
2330 | 12019 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12020 | |
12021 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12022 system command. | |
12023 | |
12024 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12025 | |
12026 * __plr1__.m: Renamed from polar_int_1.m. | |
12027 * __plr2__.m: Renamed from polar_int_2.m. | |
12028 * __plr__.m: Renamed from polar_int.m. | |
12029 * __plt1__.m: Renamed from plot_int_1.m. | |
12030 * __plt2__.m: Renamed from plot_int_2.m. | |
12031 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12032 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12033 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12034 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12035 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12036 * __plt__.m: Renamed from plot_int.m. | |
12037 * __pltopt__.m: Renamed from plot_opt.m. | |
12038 Change all callers. | |
12039 | |
12040 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12041 | |
12042 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12043 comments like those found in Emacs lisp files. | |
12044 | |
12045 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12046 | |
12047 * All .m files: Change comment style. | |
12048 | |
12049 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12050 | |
12051 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12052 subplot.m, subwindow.m, top_title.m: | |
12053 Print error message if gnuplot_has_multiplot is not true. | |
12054 | |
12055 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12056 | |
12057 * plot/figure.m: New function. | |
12058 | |
12059 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12060 | |
12061 * strings/strrep.m: New function. | |
12062 | |
12063 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12064 | |
12065 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12066 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12067 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12068 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12069 New functions from Kurt Hornik, heavily modified by jwe. | |
12070 | |
12071 * general/reshape.m: Allow strings to be reshaped too. | |
12072 | |
12073 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12074 Always return a scalar. | |
12075 | |
12076 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12077 | |
12078 * polynomial/polyfit.m: Make orientation of result compatible with | |
12079 Matlab. | |
12080 | |
12081 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12082 | |
12083 * polynomial/polyfit.m: Add missing close paren. | |
12084 | |
12085 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12086 | |
12087 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12088 | |
12089 * io/scanf.m: Delete. | |
12090 | |
12091 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12092 | |
12093 * statistics/median.m: Fix typo in usage message. | |
12094 | |
12095 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12096 | |
12097 * miscellaneous/popen2.m: New file. | |
12098 | |
12099 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12100 | |
12101 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12102 | |
12103 * io: New directory. | |
12104 * Makefile.in (SUBDIRS): Add it to the list. | |
12105 | |
12106 * miscellaneous/flops.m: New file. | |
12107 | |
12108 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12109 | |
12110 * miscellaneous/cputime.m: Return three arguments instead of a | |
12111 vector, for compatibility with previous versions and with Matlab | |
12112 (which only returns one scalar value). | |
12113 | |
12114 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12115 | |
12116 * general/triu.m: Compute lower bound on loop index correctly. | |
12117 * general/tril.m: Likewise, for upper bound. | |
12118 | |
12119 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12120 | |
12121 * image/saveimage.m: For color images, make sure indices into | |
12122 temporary colormap and result matrix have proper orientation. | |
12123 Set grey flag correctly. | |
12124 | |
12125 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12126 | |
12127 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12128 jrv@vanzandt.mv.com). | |
12129 | |
12130 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12131 | |
12132 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12133 * mesh.m: Transpose Z if only one arg. | |
12134 Handle case of all three args being matrices (from Jim Van Zandt | |
12135 jrv@vanzandt.mv.com). | |
12136 * meshdom.m: Undo previous change. | |
12137 | |
12138 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12139 | |
12140 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12141 | |
12142 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12143 | |
12144 * audio: New directory of files from Kurt Hornik and Andreas | |
12145 Weingessel. | |
12146 * audio/Makefile.in: New file. | |
12147 * Makefile.in (SUBDIRS): Add audio to the list. | |
12148 | |
12149 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12150 | |
12151 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12152 | |
12153 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12154 | |
12155 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12156 columns (z), not the other way around. | |
12157 * plot/meshdom.m: Don't reverse order of elements in y. | |
12158 | |
12159 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12160 | |
12161 * plot/axis.m: Return current axis if nargin == 0. | |
12162 | |
12163 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12164 | |
12165 * polynomial/roots.m: Updates from Kurt Hornik. | |
12166 | |
12167 * polynomial/polyder.m: New file. | |
12168 | |
12169 * polynomial/polyderiv.m: Give return value and arg different names. | |
12170 | |
12171 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12172 | |
12173 * specfun/betainc.m: New file. | |
12174 * specfun/gammainc.m: New file. | |
12175 | |
12176 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12177 | |
12178 * general/strerror.m: New file. | |
12179 * general/perror.m: Implement using strerror(). | |
12180 | |
12181 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12182 | |
12183 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12184 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12185 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12186 | |
12187 * image/saveimage.m: Round img values first. | |
12188 | |
12189 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12190 | |
12191 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12192 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12193 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12194 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12195 special-matrix/hankel.m special-matrix/toeplitz.m | |
12196 tuwien/strfun/split.m: Add missing semicolons. | |
12197 | |
12198 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12199 | |
12200 * image/Makefile.in: Don't build or install octtoppm. | |
12201 | |
12202 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12203 routines so that people who don't have the pbm stuff installed |
2330 | 12204 can still use this function. |
12205 | |
12206 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12207 | |
12208 * image/saveimage.m: Better error checking, clean up a bit. | |
12209 | |
12210 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12211 | |
12212 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12213 avoid conflict with new built-in text-style function more. | |
12214 | |
12215 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12216 | |
12217 * startup/Makefile.in (install): Also install octaverc in | |
12218 $localfcnfiledir/startup/octavrc. | |
12219 | |
12220 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12221 | |
12222 * mkinstalldirs: New file. | |
12223 * Makefile.in (DISTFILES): Add it to the list. | |
12224 | |
12225 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12226 | |
12227 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12228 | |
12229 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12230 r(1) != c(nr), not if r(1) != c(1). | |
12231 | |
12232 * signal/filter.m: Doc fix. | |
12233 | |
12234 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12235 | |
12236 * miscellaneous/cputime.m: Use new resource structure names (no | |
12237 ru_ or tv_ prefixes). | |
12238 | |
12239 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12240 | |
12241 * time/ctime.m: Fix doc string and usage message. | |
12242 | |
12243 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12244 | |
12245 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12246 | |
12247 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12248 | |
12249 * control/c2d.m: Make function work for any value of | |
12250 whitespace_in_literal_matrix. | |
12251 * control/dare.m: Likewise. | |
12252 * control/tzero.m: Likewise. | |
12253 * elfun/gcd.m: Likewise. | |
12254 * elfun/lcm.m: Likewise. | |
12255 * general/postpad.m: Likewise. | |
12256 * general/prepad.m: Likewise. | |
12257 * linear-algebra/kron.m: Likewise. | |
12258 * miscellaneous/etime.m: Likewise. | |
12259 * polynomial/conv.m: Likewise. | |
12260 * polynomial/deconv.m: Likewise. | |
12261 * polynomial/poly.m: Likewise. | |
12262 * polynomial/roots.m: Likewise. | |
12263 * signal/filter.m: Likewise. | |
12264 * signal/freqz.m: Likewise. | |
12265 * signal/fftfilt.m: Likewise. | |
12266 | |
12267 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12268 | |
12269 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12270 | |
12271 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12272 | |
12273 * plot/polar_int_2.m: Add missing semicolons. | |
12274 Set theta = theta', not rho'. | |
12275 | |
12276 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12277 | |
12278 * polynomial/roots.m: Make it work for any value of | |
12279 whitespace_in_literal_matrix. | |
12280 | |
12281 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12282 | |
12283 * configure.in: New file. | |
12284 | |
12285 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12286 | |
12287 * control/lyap.m: Add missing semicolon. | |
12288 | |
12289 * miscellaneous/cputime.m: New function file. | |
12290 | |
12291 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12292 | |
12293 * time: New directory. | |
12294 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12295 New function files. | |
12296 * time/Makefile.in: New file. | |
12297 * Makefile.in (SUBDIRS): Add time. | |
12298 | |
12299 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12300 | |
12301 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12302 | |
12303 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12304 | |
12305 * plot/plot_int_1.m: Transpose data with .', not '. | |
12306 | |
12307 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12308 | |
12309 * Makefile.in (install uninstall clean mostlyclean distclean | |
12310 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12311 | |
12312 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12313 | |
12314 * Makefile.in (install): Create ls-R database file. | |
12315 (uninstall): Delete it. | |
12316 | |
12317 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12318 | |
5378 | 12319 * image/saveimage.m: Fix typo. |
2330 | 12320 |
12321 See ChangeLog.1 in the top level directory for earlier changes. |