Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9961:dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Thu, 10 Dec 2009 12:26:12 -0800 |
parents | b4661b498a7e |
children | a7e288044ef7 |
rev | line source |
---|---|
9961
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
1 2009-12-09 Rik <octave@nomad.inbox5.com> |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
2 |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
3 * Makefile.am: Copy DOCSTRINGS from srcdir to builddir if it does not |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
4 exist. Enables VPATH builds. |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
5 |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
6 2009-12-08 Petr Mikulik <mikulik@physics.muni.cz> |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
7 |
9945
b4661b498a7e
gnuplot_drawnow.m: Prunec prompt lines from dumb terminal output.
Ben Abbott <bpabbott@mac.com>
parents:
9944
diff
changeset
|
8 * plot/gnuplot_drawnow.m: Prune prompt lines from dumb terminal output. |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
9 * plot/__go_draw_figure__.m: Add missing 'unset multiplot' to restore |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
10 hotkey and mouse functionality for 2D plots. |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
11 |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
12 2009-12-09 Rik <octave@nomad.inbox5.com> |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
13 |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
14 * Makefile.am: Distribute DOCSTRINGS in tar.gz file |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
15 * mkdoc: pass current directory, "./", when running mkdoc on local files |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
16 |
9940 | 17 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
18 | |
19 * general/interp1q.m: Use more optimal code. | |
20 | |
9939 | 21 2009-12-08 John W. Eaton <jwe@octave.org> |
22 | |
23 * Makefile.am (DOCSTRINGS): Depend on $(GEN_FCN_FILES) instead | |
24 of $(FCN_FILES_IN). Pass $(GEN_FCN_FILES) to mkdoc instead of | |
25 $(FCN_FILES_IN). Use mv instead of $(simple_move_if_change_rule). | |
26 (EXTRA_DIST): Include $(GEN_FCN_FILES) in the list. | |
27 | |
9929
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
28 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
29 |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
30 * general/interp1.m: Allow discontinuities (jumps) for the "nearest" and |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
31 "linear" methods. Document the feature and add a few tests. |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
32 |
9927
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
33 2009-12-06 Rik <rik@nomad.inbox5.com> |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
34 |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
35 * Makefile.am: Distribute DOCSTRINGS so that documentation will not require |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
36 rebuild after merely untarring a distribution. |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
37 * mkdoc: Change output to refer to mfiles as "scripts/..." rather than |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
38 "$srcdir/...". Otherwise, distributed DOCSTRINGS file will not match |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
39 DOCSTRINGS created under a VPATH build and documentation will be |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
40 unnecessarily rebuilt. |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
41 |
9924 | 42 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
43 | |
44 * set/ismember.m: Simplify. | |
45 | |
9906 | 46 2009-12-03 John W. Eaton <jwe@octave.org> |
47 | |
48 * audio/wavwrite.m: Delete generated a.wav file after each test. | |
49 | |
50 * Makefile.am (DIRSTAMP_FILES, DISTCLEANFILES): New variables. | |
51 (DOCSTRINGS): Also depend on $(FCN_FILES_IN). Pass | |
52 $(FCN_FILES_IN) to mkdoc instead of $(GEN_FCN_FILES). Tell mkdoc | |
53 to look for $(FCN_FILES_IN) files in $(srcdir), not build | |
54 directory. | |
55 (DISTCLEANFILES): New variable. | |
56 Don't silence dirstamp, DOCSTRINGS, $(GEN_FCN_FILES), and PKG_ADD | |
57 rules. | |
58 | |
59 * audio/module.mk, deprecated/module.mk, elfun/module.mk, | |
60 help/module.mk, general/module.mk, geometry/module.mk, | |
61 image/module.mk, io/module.mk, linear-algebra/module.mk, | |
62 miscellaneous/module.mk, @ftp/module.mk, optimization/module.mk, | |
63 path/module.mk, pkg/module.mk, plot/module.mk, | |
64 polynomial/module.mk, set/module.mk, signal/module.mk, | |
65 sparse/module.mk, specfun/module.mk, special-matrix/module.mk, | |
66 startup/module.mk, statistics/base/module.mk, | |
67 statistics/distributions/module.mk, statistics/models/module.mk, | |
68 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, | |
69 time/module.mk: Append to DIRSTAMP_FILES. | |
70 | |
9904
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
71 2009-12-02 Rik <rik@nomad.inbox5.com> |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
72 |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
73 * image/imread.m: Run test case only if underlying GraphicMagick library |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
74 exists. |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
75 |
9900
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
76 2009-12-02 John W. Eaton <jwe@octave.org> |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
77 |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
78 * help/module.mk: Fix typo in previous change. |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
79 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
80 2009-12-01 John W. Eaton <jwe@octave.org> |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
81 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
82 * help/module.mk (help_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
83 (help_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
84 Include $(help_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
85 * help/private/__additional_help_message__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
86 help/__additional_help_message__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
87 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
88 * statistics/base/module.mk (statistics_base_FCN_FILES): |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
89 Remove statistics/base/__quantile__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
90 * statistics/base/__quantile__.m: Now a subfunction of |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
91 statistics/base/quantile.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
92 * statistics/base/quantile.m: Remove redundant tests. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
93 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
94 * miscellaneous/__xzip__.m: Comment out tests until we have a way |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
95 to test private functions directly. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
96 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
97 * general/isequal.m, general/isequalwithequalnans.m: |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
98 Convert tests from __isequal__. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
99 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
100 * optimization/module.mk (optimization_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
101 (optimization_FCN_FILES): Remove new private functions and new |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
102 subfunctions from the list. Include |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
103 $(optimization_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
104 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
105 * optimization/private/__fdjac__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
106 optimization/__fdjac__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
107 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
108 * optimization/__dogleg__.m: Now a subfunction of path/fsolve.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
109 * optimization/__doglegm__.m: Now a subfunction of path/fminunc.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
110 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
111 * general/module.mk (general_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
112 (general_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
113 Include $(general_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
114 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
115 * general/private/__isequal__.m: Rename from general/__isequal__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
116 * general/private/__splinen__.m: Rename from general/__splinen__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
117 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
118 * image/module.mk (image_FCN_FILES): Remove image/__img__.m and |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
119 image/__img_via_file__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
120 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
121 * image/__img__.m: Now a subfunction of image/image.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
122 * image/__img_via_file__.m: Now a subfunction of image_viewer.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
123 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
124 * path/module.mk (path_FCN_FILES): Remove path/__extractpath__.m |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
125 from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
126 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
127 * path/__extractpath__.m: Now a subfunction of path/pathdef.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
128 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
129 * miscellaneous/module.mk (miscellaneous_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
130 (miscellaneous_FCN_FILES): Remove __xzip__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
131 Include $(miscellaneous_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
132 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
133 * miscellaneous/private/__xzip__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
134 miscellaneous/__xzip__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
135 |
9897
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
136 2009-12-01 David Bateman <dbateman@free.fr> |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
137 |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
138 * @ftp/ftp.m: Treat empty constructor and construction from |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
139 another FTP object. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
140 * @ftp/loadobj.m: Allow and remove the matlab specific fields |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
141 of FTP objects allowing matlab FTP objects to be loaded in Octave. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
142 * @ftp/display.m: user -> username. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
143 |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
144 2009-12-01 John W. Eaton <jwe@octave.org> |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
145 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
146 * plot/module.mk (plot_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
147 (plot_FCN_FILES): Include $(plot_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
148 Remove new private functions and new subfunctions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
149 |
9898 | 150 * plot/private/__actual_axis_position__.m: Rename from |
151 plot/__actual_axis_position__.m. | |
152 * plot/private/__add_datasource__.m: Rename from | |
153 plot/__add_datasource__.m. | |
154 * plot/private/__axes_limits__.m: Rename from plot/__axes_limits__.m. | |
155 * plot/private/__axis_label__.m: Rename from plot/__axis_label__.m. | |
156 * plot/private/__bar__.m: Rename from plot/__bar__.m. | |
157 * plot/private/__clabel__.m: Rename from plot/__clabel__.m. | |
158 * plot/private/__contour__.m: Rename from plot/__contour__.m. | |
159 * plot/private/__default_plot_options__.m: Rename from | |
160 plot/__default_plot_options__.m. | |
161 * plot/private/__errcomm__.m: Rename from plot/__errcomm__.m. | |
162 * plot/private/__errplot__.m: Rename from plot/__errplot__.m. | |
163 * plot/private/__ezplot__.m: Rename from plot/__ezplot__.m. | |
164 * plot/private/__interp_cube__.m: Rename from plot/__interp_cube__.m. | |
165 * plot/private/__line__.m: Rename from plot/__line__.m. | |
166 * plot/private/__patch__.m: Rename from plot/__patch__.m. | |
167 * plot/private/__plt__.m: Rename from plot/__plt__.m. | |
168 * plot/private/__pltopt__.m: Rename from plot/__pltopt__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
169 * plot/private/__quiver__.m: Rename from plot/__quiver__.m |
9898 | 170 * plot/private/__scatter__.m: Rename from plot/__scatter__.m. |
171 * plot/private/__stem__.m: Rename from plot/__stem__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
172 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
173 * plot/__pltopt1__.m: Now a subfunction of plot/__pltopt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
174 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
175 * plot/__bars__.m: Now a subfunction of plot/__bar__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
176 * plot/__bar__.m (bars): Rename from __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
177 (__bar__): Call bars insteaad of __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
178 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
179 * plot/__area__.m: Now a subfunction of plot/area.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
180 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
181 * plot/__plr1__.m, plot/__plr2__.m: Now subfunctions of polar.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
182 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
183 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
184 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2sv__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
185 plot/__plt2vm__.m, plot/__plt2vs__.m, plot/__plt2vv__.m: |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
186 Now subfunctions of __plt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
187 |
9891
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
188 2009-11-30 John W. Eaton <jwe@octave.org> |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
189 |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
190 * mkdoc: Handle classes in function names. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
191 |
9880 | 192 2009-11-27 David Bateman <dbateman@free.fr> |
193 | |
194 * @ftp/ascii.m, @ftp/binary.m, @ftp/cd.m, @ftp/close.m, | |
195 @ftp/delete.m, @ftp/dir.m, @ftp/display.m, @ftp/ftp.m, | |
196 @ftp/loadobj.m, @ftp/mget.m, @ftp/mkdir.m, @ftp/module.mk, | |
197 @ftp/mput.m, @ftp/rename.m, @ftp/rmdir.m, @ftp/saveobj.m: New files | |
198 * Makefile.am: Add the @ftp to the build. | |
199 | |
9877 | 200 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
201 | |
202 * linear-algebra/cross.m: Avoid doing indexing twice. | |
9880 | 203 |
9875
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
204 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
205 |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
206 * linear-algebra/normest.m: Randomize initial vector. |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
207 |
9874
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
208 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
209 |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
210 * linear-algebra/dot.m: Remove. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
211 * linear-algebra/module.mk: Update. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
212 |
9872
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
213 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
214 |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
215 * optimization/qp.m: Fix matrix tests. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
216 * optimization/condest.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
217 * optimization/krylov.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
218 |
9871
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
219 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
220 |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
221 * sparse/normest.m: Move to linear-algebra. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
222 * linear-algebra/normest.m: Simplify. Don't form A'*A explicitly. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
223 |
9870
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
224 2009-11-25 Jaroslav Hajek <highegg@gmail.com> |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
225 |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
226 * linear-algebra/isdefinite.m: Use Cholesky factorization. |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
227 |
9869
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
228 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
229 |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
230 * general/issymmetric.m: Move to linear-algebra. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
231 * general/isdefinite.m: Ditto. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
232 * linear-algebra/issymmetric.m: Use 0 as default tolerance. Optimize |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
233 this case. Check for symmetry, not hermitianness. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
234 * linear-algebra/ishermitian.m: New function. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
235 * linear-algebra/isdefinite.m: Use ishermitian instead of issymmetric. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
236 |
9868 | 237 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
238 | |
239 * general/cellidx.m: Deprecate. | |
240 | |
9867
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
241 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
242 |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
243 * general/issquare.m: Change to return consistent result for empty |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
244 matrices. |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
245 |
9860 | 246 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
247 | |
248 * general/cell2mat.m: Check type of all elements. Slightly optimize. | |
249 Add tests. | |
250 | |
9859
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
251 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
252 |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
253 * general/accumarray.m: Use num2cell instead of mat2cell. Use repmat. |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
254 |
9849
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
255 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
256 |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
257 * script/miscellaneous/getfield: Deblank field names, gripe on invalid |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
258 index. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
259 * script/miscellaneous/setfield: Rewrite using subsasgn. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
260 |
9847
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
261 2009-11-22 Michael Goffioul <michael.goffioul@gmail.com> |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
262 |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
263 * plot/print.m: Properly set the default ghostscript_binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
264 under Windows. Modify the search for the ghostscript binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
265 so that it works for Win32, mingw, Cygwin, and Unix systems. |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
266 |
9844 | 267 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
268 | |
269 * scripts/strings/dec2base.m: Fix division. | |
270 | |
9843 | 271 2009-11-20 Lukas Reichlin <lukas.reichlin@swissonline.ch> |
272 | |
273 * linear-algebra/krylov.m: Add missing swap routine. | |
274 | |
9841
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
275 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
276 |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
277 * general/__isequal__.m: Check for isnumeric|islogical. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
278 * testfun/assert.m: Ditto. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
279 |
9836 | 280 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
281 | |
282 * specfun/perms.m: Avoid recursion. Simplify assignments. Allow empty | |
283 vectors. | |
284 | |
9835
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
285 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
286 |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
287 * specfun/erfinv.m: Remove. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
288 * specfun/module.mk: Update. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
289 |
9832
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
290 2009-11-18 Ben Abbott <bpabbott@mac.com> |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
291 |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
292 * plot/orient.m: Flip papersize and paperposition when orientation |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
293 changes. Add support for 'tall' option. Add tests. |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
294 |
9828 | 295 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
296 | |
297 * io/textread.m: strncmp->strcmpi. | |
298 | |
9819 | 299 2009-11-14 Jaroslav Hajek <highegg@gmail.com> |
300 | |
301 * linear-algebra/expm.m: Fix typo. | |
302 | |
9810 | 303 2009-11-11 John W. Eaton <jwe@octave.org> |
304 | |
305 * miscellaneous/intwarning.m: Doc fix. | |
306 | |
9809
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
307 2009-11-11 John W. Eaton <jwe@octave.org> |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
308 |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
309 * plot/stairs.m (__stairs__): Correct nargin check. New demos. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
310 From Jakub Kasse <jakub.kasse@tul.cz>. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
311 |
9806
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
312 2009-11-11 John W. Eaton <jwe@octave.org> |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
313 |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
314 * help/help.m (help): Return immediately after calling do_contents. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
315 (do_contents): Find all matching directories, not just the first. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
316 Call get_help_text_from_file to avoid looking in path. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
317 Handle printing here. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
318 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
319 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
320 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
321 * Makefile.am, audio/module.mk, deprecated/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
322 elfun/module.mk, general/module.mk, geometry/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
323 help/module.mk, image/module.mk, io/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
324 linear-algebra/module.mk, miscellaneous/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
325 optimization/module.mk, path/module.mk, pkg/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
326 plot/module.mk, polynomial/module.mk, set/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
327 signal/module.mk, sparse/Makefile.in, specfun/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
328 special-matrix/Makefile.in, startup/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
329 statistics/Makefile.in, statistics/base/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
330 statistics/distributions/module.mk, statistics/models/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
331 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
332 time/module.mk: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
333 * Makefile.in, move-if-change, configure.ac, audio/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
334 deprecated/Makefile.in, elfun/Makefile.in, general/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
335 geometry/Makefile.in, help/Makefile.in, image/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
336 io/Makefile.in, linear-algebra/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
337 miscellaneous/Makefile.in, optimization/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
338 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
339 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
340 skip-autoheader, sparse/module.mk, specfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
341 special-matrix/module.mk, startup/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
342 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
343 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
344 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
345 Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
346 * mk-pkg-add: Rename from mkpkgadd. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
347 * mkdoc, mk-pkg-addd: Operate on explicit lists of files instead |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
348 of directory names. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
349 * mkdoc: Skip files not ending in .m. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
350 |
9793
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
351 2009-11-10 Ben Abbott <bpabbott@mac.com> |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
352 |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
353 * plot/__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'. |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
354 |
9788
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
355 2009-11-09 Jaroslav Hajek <highegg@gmail.com> |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
356 |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
357 * general/arrayfun.m: Fix nargout=0 case. |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
358 |
9785
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
359 2009-11-08 Petr Mikulik <mikulik@physics.muni.cz> |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
360 |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
361 * plot/gnuplot_drawnow.m: Support gnuplot's dumb terminal. |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
362 |
9771
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
363 2009-11-02 Stefan Hepp <stefan@stefant.org> |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
364 |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
365 * plot/gnuplot_drawnow.m (gnuplot_default_term): Don't set term to |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
366 x11 unless DISPLAY is set. |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
367 |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
368 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
369 |
9770
1a69a9c0ee00
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9769
diff
changeset
|
370 * general/interp1.m: Simplify. |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
371 |
9768
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
372 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
373 |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
374 * polynomial/mkpp.m: Improve Matlab compatibility. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
375 * polynomial/ppval.m: Ditto. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
376 * polynomial/unmkpp: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
377 * polynomial/pchip.m: Update and optimize. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
378 * polynomial/spline.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
379 * general/__splinen__.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
380 |
9756
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
381 2009-10-23 Jaroslav Hajek <highegg@gmail.com> |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
382 |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
383 * general/tril.m, general/triu.m: Remove sources. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
384 * general/Makefile.in: Update. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
385 |
9755
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
386 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
387 |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
388 * general/interp2.m: improved error checking and support for bicubic |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
389 interpolation when X and Y are meshgrid format. |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
390 |
9754
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
391 2009-10-22 Jaroslav Hajek <highegg@gmail.com> |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
392 |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
393 * general/interp1.m: Perform optimizations, improve code (use switch |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
394 instead of multiple ifs). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
395 * polynomial/pchip.m: Employ more optimized formulas (from SLATEC). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
396 |
9751
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
397 2009-10-22 Soren Hauberg <hauberg@gmail.com> |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
398 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
399 * image/autumn.m, image/bone.m, image/cool.m, image/copper.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
400 image/flag.m, image/gmap40.m, image/gray.m, image/hot.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
401 image/hsv.m, image/jet.m, image/ocean.m, image/pink.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
402 image/prism.m, image/rainbow.m, image/spring.m, image/summer.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
403 image/white.m, image/winter.m: Add demos. |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
404 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
405 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
406 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
407 * general/interp2.m: improved error checking and support for bicubic |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
408 |
9746
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
409 2009-10-19 Soren Hauberg <hauberg@gmail.com> |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
410 |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
411 * io/strread.m, io/textread.m: New functions. |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
412 |
9744
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
413 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
414 |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
415 * statistics/base/center.m: Rewrite using bsxfun. |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
416 |
9729
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
417 2009-10-15 David Bateman <dbateman@free.fr> |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
418 |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
419 * plot/__go_draw_axes__.m: Allow line and surface markerfacecolor |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
420 and markeredgecolor properties to be used and set the marker colors |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
421 appropriately. |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
422 |
9726
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
423 2009-10-14 Jaroslav Hajek <highegg@gmail.com> |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
424 |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
425 * statistics/base/median.m: Rewrite using nth_element. |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
426 |
9682
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
427 2009-10-01 John W. Eaton <jwe@octave.org> |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
428 |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
429 * image/__img__.m: Adjust xlim and ylim correctly. |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
430 |
9679
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
431 2009-10-01 John W. Eaton <jwe@octave.org> |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
432 |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
433 * Makefile.in (plot/gnuplot_binary.m): New rule. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
434 (DOCSTRINGS): Depend on plot/gnuplot_binary.m. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
435 (ALL_M_FILES): Define with =, not :=. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
436 |
9677
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
437 2009-10-01 Jaroslav Hajek <highegg@gmail.com> |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
438 |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
439 * geometry/griddata.m: Fix handling vector xi, yi. |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
440 |
9674 | 441 2009-09-30 Jaroslav Hajek <highegg@gmail.com> |
442 | |
443 * general/arrayfun.m: Simplify. | |
444 | |
9673
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
445 2009-09-30 John W. Eaton <jwe@octave.org> |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
446 |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
447 * mkdoc: Work on list of file names instead of a directory. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
448 * Makefile.in (ALL_M_FILES): Don't strip directories. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
449 Also search build directory if it is different from $(srcdir). |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
450 Pass $(ALL_M_FILES) to mkdoc. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
451 |
9672
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
452 2009-09-30 Michael D. Godfrey <godfrey@isl.stanford.edu> |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
453 |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
454 * plot/clabel.m: Spelling fix. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
455 * plot/newplot.m: Update docstring. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
456 |
9669
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
457 2009-09-28 John W. Eaton <jwe@octave.org> |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
458 |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
459 * general/sortrows.m: Also use old algorithm for sparse matrices. |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
460 |
9659
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
461 2009-09-21 Jaroslav Hajek <highegg@gmail.com> |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
462 |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
463 * set/union.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
464 * set/setxor.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
465 |
9647
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
466 2009-09-16 Jaroslav Hajek <highegg@gmail.com> |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
467 |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
468 * general/randperm.m: Remove. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
469 * general/Makefile.in: Update. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
470 |
9645 | 471 2009-09-15 John W. Eaton <jwe@octave.org> |
472 | |
473 * confiugre.ac: Rename from configure.in | |
474 * Makefile.in: Rename all instances of configure.in to | |
475 configure.ac. | |
476 | |
9634 | 477 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
478 | |
479 * optimization/Makefile.in: Include __doglegm__.m. | |
480 | |
9633
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
481 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
482 |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
483 * optimization/fminunc.m: Simplify damped BFGS calculation. |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
484 |
9632
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
485 2009-09-09 Tatsuro Matsuoka <tmacchant@yahoo.co.jp> |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
486 |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
487 * plot/gnuplot_drawnow.m: Avoid flickering windows by avoding |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
488 'set multiplot' / 'unset multiplot' for gnuplot's windows and |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
489 wxt terminals. |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
490 |
9631
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
491 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
492 |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
493 * optimization/__dogleg__.m: Revert to revision 22c8272af34b. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
494 * optimization/__doglegm__.m: New source. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
495 * optimization/fminunc.m: Use it. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
496 |
9630 | 497 2009-09-08 John W. Eaton <jwe@octave.org> |
498 | |
499 * io/dlmwrite.m: Fix typo. | |
500 | |
9628
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
501 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
502 |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
503 * optimization/fsolve.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
504 * optimization/fminunc.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
505 |
9627
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
506 2009-09-08 Jaroslav Hajek <highegg@gmail.com> |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
507 |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
508 * optimization/fminunc.m: Correct extra output params handling. |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
509 |
9623
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
510 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
511 |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
512 * optimization/fsolve.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
513 * optimization/fminunc.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
514 |
9622 | 515 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
516 | |
517 * general/arrayfun.m: Fix test. | |
518 | |
9618
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
519 2009-09-05 John W. Eaton <jwe@octave.org> |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
520 |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
521 * plot/hold.m: Correctly toggle hold state. Set both figure and |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
522 axes "nextplot" property when turning hold state on. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
523 * plot/ishold.m: Check figure and axes nextplot properties. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
524 Accept axes or figure handle argument. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
525 |
9598
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
526 2009-09-01 Christophe Tournery <christophe.tournery@illusonic.com> |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
527 |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
528 * audio/wavread.m: Rename data_size from obsolete ck_size. |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
529 |
9590
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
530 2009-08-31 David Bateman <dbateman@free.fr> |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
531 |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
532 * general/quadgk.m: More care with the interval length and |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
533 convergence of contour integrals. |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
534 |
9586
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
535 2009-08-29 John W. Eaton <jwe@octave.org> |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
536 |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
537 * time/datestr.m: Add missing semicolon. |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
538 |
9576 | 539 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
540 | |
541 * general/int2str.m: Convert to double before calling log10. | |
542 | |
9574
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
543 2009-08-26 E. Joshua Rigler <relgire@gmail.com> |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
544 |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
545 * time/datestr.m: Set tm.isdst to -1 before calling mktime. |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
546 |
9561
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
547 2009-08-25 John W. Eaton <jwe@octave.org> |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
548 |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
549 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
550 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
551 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
552 Dmitri Sergatskov <dasergatskov@gmail.com>. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
553 |
9554
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
554 2009-08-22 David Bateman <dbateman@free.fr> |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
555 |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
556 * plot/__add_datasource__.m: Correct test for "datasource" argument |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
557 * plot/__countour__.m: Add edgecolor properties and make it an alias |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
558 for linecolor with the value "auto" being "flat" for the edgecolor. |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
559 |
9535
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
560 2009-08-17 John W. Eaton <jwe@octave.org> |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
561 |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
562 * help/print_usage.m: Make it work again if an argument is given. |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
563 |
9530
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
564 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
565 |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
566 * help/print_usage: Allow calling from methods. |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
567 |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
568 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
569 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
570 * general/diff.m: Remove. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
571 * general/Makefile.in: Update. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
572 |
9510
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
573 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
574 |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
575 * general/flipdim.m: Fix omitted check. |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
576 |
9508 | 577 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
578 | |
579 * general/flipdim.m: Simplify. | |
580 | |
9504
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
581 2009-08-07 Olli Saarela <olli.saarela@gmail.com> |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
582 |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
583 * plot/__gnuplot_ginput__.m: If read fails to return data, sleep |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
584 before trying again. |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
585 |
9502
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
586 2009-08-06 John W. Eaton <jwe@octave.org> |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
587 |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
588 * plot/compass.m, plot/feather.m: Simplify argument processing. |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
589 |
9500
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
590 2009-08-06 John W. Eaton <jwe@octave.org> |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
591 |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
592 * statistics/base/std.m: Correctly work along singleton dimension. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
593 From Christoph Ellenberger <C.Ellenberger@gmx.net>. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
594 |
9496 | 595 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
596 | |
597 * geometry/griddata.m: Optimize. | |
598 | |
9501 | 599 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
9495 | 600 |
601 * geometry/griddata.m: Linearize arrays. | |
602 | |
9501 | 603 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9498
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
604 |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
605 * set/setxor.m: Added test for cell arrays of strings. |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
606 |
9491
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
607 2009-08-05 Olli Saarela <olli.saarela@gmail.com> |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
608 |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
609 * plot/__gnuplot_get_var__.m: If read fails to return data, sleep |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
610 before trying again. |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
611 |
9501 | 612 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9481
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
613 |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
614 * set/setxor.m: Support cell arrays of strings. |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
615 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
616 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
617 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
618 * general/sub2ind.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
619 * general/ind2sub.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
620 * general/Makefile.in: Update. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
621 |
9501 | 622 2009-08-02 Ben Abbott <bpabbott@mac.com> |
9478
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
623 |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
624 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
625 rapid replots by avoidng setting multiplot mode. This fix only |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
626 functions for a single axes with no image objects. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
627 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
628 |
9477 | 629 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
630 | |
631 * general/common_size: Optimize. | |
632 | |
9501 | 633 2009-07-29 Ben Abbott <bpabbott@mac.com> |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
634 |
9472
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
635 * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character |
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
636 array. |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
637 * plot/__go_draw_axes__.m: Ignore fontnames for the Lua-TikZ terminal. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
638 * plot/gnuplot_drawnow.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
639 * plot/print.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
640 |
9467
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
641 2009-07-29 Jaroslav Hajek <highegg@gmail.com> |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
642 |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
643 * plot/gnuplot_binary.m: Fix typo. |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
644 |
9464
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
645 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
646 |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
647 * optimization/fzero.m: Use "global" parameter in str2func. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
648 * optimization/fsolve.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
649 * optimization/fminunc.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
650 |
9461
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
651 2009-07-24 John W. Eaton <jwe@octave.org> |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
652 |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
653 * plot/gnuplot_binary.in: Accept arguments in addition to program name. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
654 * plot/__gnuplot_open_stream__.m: Pass additional args to gnuplot. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
655 |
9501 | 656 2009-07-23 Ben Abbott <bpabbott@mac.com> |
9457
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
657 |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
658 * plot/legend.m: Add an hggroup demo using bar(). Include clf() |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
659 in each demo. |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
660 |
9451 | 661 2009-07-23 John W. Eaton <jwe@octave.org> |
662 | |
9456 | 663 * image/imread.m: Fix test. |
664 | |
9451 | 665 * plot/legend.m: Process arguments in order, child objects in |
666 reverse. Remove special case for single label. New demos. | |
667 | |
9448
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
668 2009-07-23 Thorsten Meyer <thorsten.meyier@gmx.de> |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
669 |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
670 * testfun/assert.m: Fix string comparison bug. |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
671 |
9447
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
672 2009-07-20 Jaroslav Hajek <highegg@gmail.com> |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
673 |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
674 * testfun/assert.m: Use less strict checking for exact matches. |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
675 |
9438
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
676 2009-07-17 John W. Eaton <jwe@octave.org> |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
677 |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
678 * plot/__go_draw_axes__.m: Use "layer" property to decide whether |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
679 to send "set border front" or "set border layerdefault" to plot |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
680 stream. Don't send "set border front" to plot stream for image data. |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
681 |
9501 | 682 2009-07-15 Robert T. Short <octave@phaselockedsystems.com> |
9433
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
683 |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
684 * polynomial/conv.m: Fix Matlab incompatibility. New tests. |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
685 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
686 2009-07-09 John W. Eaton <jwe@octave.org> |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
687 |
9427
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
688 * plot/axis.m: Return 4-element vector for 2-d view. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
689 From David Woodburn <david.woodburn@gmail.com>. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
690 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
691 * sparse/nonzeros.m: Always return a column vector. New tests. |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
692 |
9501 | 693 2009-06-25 Ben Abbott <bpabbott@mac.com> |
9398
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
694 |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
695 * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
696 * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
697 gnuplot >= 4.3.0. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
698 |
9501 | 699 2009-06-24 Ben Abbott <bpabbott@mac.com> |
9393
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
700 |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
701 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
702 output is landscape. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
703 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
704 properties, and rely upon listeners for units conversion. Minor code |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
705 improvements. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
706 * plot/print.m: Reimplement -landscape and -portrait to modify the |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
707 properties papersize and paperposition. Produce compatible results |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
708 when paperpositionmode=='auto'. Simplfy units conversion and |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
709 restoration of initial figure properties. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
710 |
9388
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
711 2009-06-24 Marco Caliari <marco.caliari@univr.it> |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
712 |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
713 * general/repmat.m: Call kron, not spkron. |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
714 |
9385
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
715 2009-06-24 Alexander Mamonov <mamonov@gmail.com> |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
716 |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
717 * plot/plot3.m: Correctly compute offsets for property/value pairs. |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
718 |
9382
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
719 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
720 |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
721 * image/imread.m: New test. |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
722 |
9501 | 723 2009-06-22 Ben Abbott <bpabbott@mac.com> |
9374
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
724 |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
725 * plot/grid.m: Add missing semi-colon. Allow grid to be toggled |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
726 on/off for each axis independently. Gnuplot requires that minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
727 ticks accompany minor ticks. Add demo. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
728 * plot/__go_draw_axes__.m: For {x,y,z}scale == 'log' use 10 minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
729 ticks. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
730 |
9371
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
731 2009-06-22 John W. Eaton <jwe@octave.org> |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
732 |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
733 * statistics/base/var.m: Return zero for scalar case. Handle |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
734 empty arguments in a Matlab compatible way. New tests. |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
735 |
9364 | 736 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
737 | |
738 * set/ismember.m: Properly handle NaNs. Fix test. | |
739 | |
9501 | 740 2009-06-18 Ben Abbott <bpabbott@mac.com> |
9361
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
741 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
742 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
743 to ',0' to avoid delays searching the fontpath for a font named '*'. |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
744 |
9501 | 745 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
9360
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
746 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
747 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
748 poles at zero. Test added. |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
749 |
9501 | 750 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
751 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
752 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
753 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
754 |
9501 | 755 2009-06-15 Ben Abbott <bpabbott@mac.com> |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
756 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
757 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
758 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
759 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
760 |
9501 | 761 2009-06-14 Ben Abbott <bpabbott@mac.com> |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
762 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
763 * plot/plotyy.m: Fix compatibility with subplot, add listeners for |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
764 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
765 |
9501 | 766 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
767 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
768 * plot/plotyy.m: Correct behavior when there is no currentfigure. |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
769 |
9345 | 770 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
771 | |
772 * set/ismember.m: Reimplement using lookup & unique. | |
773 | |
9501 | 774 2009-06-11 Ben Abbott <bpabbott@mac.com> |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
775 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
776 * plot/print.m: Fix logic associated with 'have_ghostscript'. |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
777 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
778 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
779 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
780 Have '-mono' render all objects in monochrome. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
781 For pdf or png output, favor gnuplot's cairo terminals. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
782 |
9501 | 783 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
784 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
785 * plot/hold.m: Add demo including a hggroup. |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
786 * plot/__go_draw_axes__.m: Fix order when pushing group children onto |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
787 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
788 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
789 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
790 2009-06-09 David Bateman <dbateman@free.fr> |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
791 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
792 * general/quadgk.m: Add test case and fixed doubly infinite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
793 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
794 |
9501 | 795 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
796 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
797 * general/quadgk.m: Fix doubly infinite transformation to the finite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
798 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
799 |
9501 | 800 2009-06-08 Ben Abbott <bpabbott@mac.com> |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
801 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
802 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
803 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
804 |
9313 | 805 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
806 | |
807 * testfun/assert.m: Fix texinfo bug. | |
808 | |
9501 | 809 2009-06-04 Ben Abbott <bpabbott@mac.com> |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
810 |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
811 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to |
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
812 strcmp(scale,'log'). |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
813 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. |
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
814 |
9501 | 815 2009-06-03 Ben Abbott <bpabbott@mac.com> |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
816 |
9297
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
817 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
818 Add additional demos which illustrate problems with the present |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
819 implementation. |
9296
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
820 * plot/__gnuplot_has_feature__.m: Change version for |
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
821 "x11_figure_position" from ">=4.3.0" to ">=4.2.5". |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
822 * plot/__scatter__.m: If the color spec is empty, set using |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
823 __next_line_color__. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
824 * plot/scatter3.m: Add demos. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
825 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
826 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
827 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
828 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
829 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
830 2009-06-02 Rafael Laboissiere <rafael@debian.org> |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
831 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
832 * help/doc.m: In test, look also for the gzipped version of the |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
833 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
834 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
835 2009-05-29 John W. Eaton <jwe@octave.org> |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
836 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
837 * plot/__gnuplot_get_var__.m: Insert missing semicolon. |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
838 |
9501 | 839 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
840 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
841 * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
842 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
843 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
844 * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
845 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
846 |
9501 | 847 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
848 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
849 * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'. |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
850 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
851 2009-05-28 Jaroslav Hajek <highegg@gmail.com> |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
852 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
853 * sparse/bicgstab.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
854 * sparse/cgs.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
855 |
9278 | 856 2009-05-28 Radek Salac <salac.r@gmail.com> |
857 | |
858 * sparse/bicgstab.m: New output when calling without arguments. | |
859 Time optimization - remove certain checks linked to preconditioner which | |
860 are unacceptably slow. | |
861 * sparse/cgs.m: New output when calling without arguments. | |
862 Time optimization - remove certain checks linked to preconditioner which | |
863 are unacceptably slow. Rename internal variable to match bicgstab. | |
864 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
865 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
|
866 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
867 * 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
|
868 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
869 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
|
870 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
871 * 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
|
872 |
9273 | 873 2009-05-27 John W. Eaton <jwe@octave.org> |
874 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
875 * 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
|
876 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
877 |
9273 | 878 * image/imshow.m: In demo, convert image to rgb before scaling |
879 components. Use imread instead of loadimage. | |
880 | |
9501 | 881 2009-05-26 Ben Abbott <bpabbott@mac.com> |
9272
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
882 |
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
|
883 * 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
|
884 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
|
885 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
886 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
|
887 |
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
888 * 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
|
889 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
890 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
891 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
892 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
893 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
894 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
|
895 |
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
896 * 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
|
897 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
898 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
899 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
900 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
901 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
902 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
|
903 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
904 * 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
|
905 describe". |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
906 |
9501 | 907 2009-05-25 Ben Abbott <bpabbott@mac.com> |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
908 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
909 * 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
|
910 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
911 |
9501 | 912 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
913 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
914 * 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
|
915 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
916 * 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
|
917 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
918 |
9501 | 919 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
920 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
921 * 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
|
922 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
923 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
924 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
|
925 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
926 * 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
|
927 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
|
928 |
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
|
929 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
|
930 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
931 * 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
|
932 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
|
933 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
934 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
|
935 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
936 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
937 * 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
|
938 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
939 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
940 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
941 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
|
942 |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
943 * *.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
|
944 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
945 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
946 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
|
947 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
948 * 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
|
949 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
950 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
951 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
|
952 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
953 * 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
|
954 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
|
955 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
|
956 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
957 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
|
958 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
959 * 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
|
960 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
961 |
9501 | 962 2009-05-08 Ben Abbott <bpabbott@mac.com> |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
963 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
964 * 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
|
965 * 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
|
966 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
967 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
|
968 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
969 * 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
|
970 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
|
971 |
9501 | 972 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
973 |
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
|
974 * 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
|
975 "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
|
976 |
9501 | 977 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
978 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
979 * 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
|
980 |
9160 | 981 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
982 | |
983 * statistics/base/range.m: Fix behavior when dim is specified. | |
984 | |
9501 | 985 2009-04-28 Ben Abbott <bpabbott@mac.com> |
9157
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
986 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
987 * 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
|
988 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
|
989 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
|
990 |
9501 | 991 2009-04-23 Ben Abbott <bpabbott@mac.com> |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
992 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
993 * 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
|
994 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
|
995 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
|
996 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
|
997 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
998 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
999 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1000 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1001 |
9140 | 1002 2009-04-20 John W. Eaton <jwe@octave.org> |
1003 | |
1004 * special-matrix/vander.m: Update tests. | |
1005 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1006 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
|
1007 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1008 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
1009 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1010 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1011 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
|
1012 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1013 * 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
|
1014 |
9501 | 1015 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1016 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1017 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1018 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1019 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
|
1020 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1021 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1022 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1023 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1024 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
|
1025 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
1026 * 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
|
1027 |
9501 | 1028 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
1029 | |
1030 * special-matrix/hadamard.m: Fix a documentation mistake. | |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
1031 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1032 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
|
1033 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1034 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1035 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1036 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1037 |
9501 | 1038 2009-04-12 Ben Abbott <bpabbott@mac.com> |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1039 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1040 * 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
|
1041 * 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
|
1042 * 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
|
1043 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1044 |
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
|
1045 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
|
1046 |
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
|
1047 * 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
|
1048 * 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
|
1049 * 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
|
1050 * 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
|
1051 * 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
|
1052 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
|
1053 * 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
|
1054 |
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
|
1055 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
|
1056 |
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
|
1057 * 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
|
1058 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
|
1059 * 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
|
1060 |
9108 | 1061 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
1062 | |
1063 * set/intersect.m: Add missing branch. | |
1064 | |
9501 | 1065 2009-04-10 Ben Abbott <bpabbott@mac.com> |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1066 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1067 * 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
|
1068 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
|
1069 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
|
1070 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1071 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1072 * 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
|
1073 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1074 * 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
|
1075 |
9104 | 1076 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
1077 | |
1078 * special-matrix/vander.m: Optimize. | |
1079 | |
9501 | 1080 2009-04-07 Ben Abbott <bpabbott@mac.com> |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1081 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1082 * 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
|
1083 |
9501 | 1084 2009-04-06 Ben Abbott <bpabbott@mac.com> |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1085 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
1086 * 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
|
1087 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
|
1088 * 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
|
1089 * 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
|
1090 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
|
1091 |
9501 | 1092 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1093 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1094 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1095 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1096 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1097 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1098 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1099 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1100 |
9093 | 1101 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1102 | |
1103 * linear-algebra/vech.m: Optimize. | |
1104 | |
9092 | 1105 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1106 | |
1107 * special-matrix/toeplitz.m: Optimize. | |
1108 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1109 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1110 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1111 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1112 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1113 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
|
1114 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1115 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1116 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1117 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1118 |
9501 | 1119 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1120 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1121 * 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
|
1122 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1123 |
9501 | 1124 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1125 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1126 * 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
|
1127 |
9075 | 1128 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
1129 | |
1130 * optimization/fsolve.m: Fix test. | |
1131 | |
9501 | 1132 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1133 |
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
|
1134 * 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
|
1135 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
|
1136 |
9501 | 1137 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1138 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1139 * 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
|
1140 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
|
1141 * 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
|
1142 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1143 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1144 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
|
1145 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1146 * 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
|
1147 |
9501 | 1148 2009-03-29 Ben Abbott <bpabbott@mac.com> |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1149 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1150 * 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
|
1151 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
|
1152 |
9501 | 1153 2009-03-28 Ben Abbott <bpabbott@mac.com> |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1154 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1155 * 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
|
1156 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
|
1157 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
|
1158 |
9501 | 1159 2009-03-27 Ben Abbott <bpabbott@mac.com> |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1160 |
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
|
1161 * 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
|
1162 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
|
1163 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1164 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
|
1165 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1166 * 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
|
1167 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1168 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
|
1169 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1170 * 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
|
1171 dimensions. Change interpretation of vector arguments from |
9016 | 1172 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
|
1173 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1174 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
|
1175 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1176 * 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
|
1177 * 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
|
1178 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
|
1179 |
9501 | 1180 2009-03-24 Ben Abbott <bpabbott@mac.com> |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1181 |
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
|
1182 * 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
|
1183 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
|
1184 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1185 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
|
1186 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1187 * 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
|
1188 |
9501 | 1189 2009-03-23 Ben Abbott <bpabbott@mac.com> |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1190 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1191 * 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
|
1192 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1193 * 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
|
1194 |
9501 | 1195 2009-03-21 Ben Abbott <bpabbott@mac.com> |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1196 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
1197 * 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
|
1198 * 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
|
1199 * 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
|
1200 |
9501 | 1201 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1202 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1203 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1204 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1205 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1206 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1207 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1208 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1209 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1210 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
|
1211 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1212 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1213 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1214 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
1215 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1216 |
8980 | 1217 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
1218 | |
1219 * statistics/base/var.m: a -> x. | |
1220 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1221 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1222 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1223 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1224 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1225 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1226 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1227 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1228 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1229 |
8970 | 1230 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
1231 | |
1232 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
1233 products. | |
1234 | |
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
|
1235 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
|
1236 |
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
|
1237 * 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
|
1238 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
|
1239 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
|
1240 |
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
|
1241 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
|
1242 |
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
|
1243 * 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
|
1244 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
|
1245 "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
|
1246 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1247 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
|
1248 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1249 * 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
|
1250 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1251 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1252 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
|
1253 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
1254 * 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
|
1255 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
1256 * 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
|
1257 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
|
1258 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1259 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1260 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1261 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1262 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
1263 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1264 |
9501 | 1265 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1266 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1267 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1268 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1269 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
|
1270 |
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
|
1271 * 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
|
1272 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
|
1273 * 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
|
1274 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
|
1275 |
8912 | 1276 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
1277 | |
1278 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
1279 for tests. | |
1280 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1281 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
|
1282 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1283 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1284 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1285 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
|
1286 |
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
|
1287 * 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
|
1288 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
|
1289 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1290 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1291 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1292 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1293 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1294 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
|
1295 |
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
|
1296 * 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
|
1297 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
|
1298 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1299 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1300 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1301 * 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
|
1302 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1303 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
|
1304 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1305 * 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
|
1306 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1307 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1308 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
|
1309 |
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
|
1310 * 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
|
1311 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
|
1312 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
|
1313 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1314 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
|
1315 |
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
|
1316 * 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
|
1317 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
|
1318 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1319 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
|
1320 |
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
|
1321 * 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
|
1322 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
|
1323 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
|
1324 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1325 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
|
1326 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1327 * 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
|
1328 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1329 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1330 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
|
1331 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1332 * 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
|
1333 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
|
1334 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1335 * 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
|
1336 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1337 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1338 * 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
|
1339 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
|
1340 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
|
1341 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1342 * 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
|
1343 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
|
1344 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
|
1345 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
|
1346 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
|
1347 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
|
1348 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
|
1349 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1350 * 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
|
1351 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
|
1352 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1353 * 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
|
1354 "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
|
1355 * 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
|
1356 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
|
1357 * 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
|
1358 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1359 * 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
|
1360 * 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
|
1361 * 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
|
1362 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1363 * 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
|
1364 |
8884 | 1365 2009-02-27 John W. Eaton <jwe@octave.org> |
1366 | |
8887 | 1367 * set/complement.m: Call unique, not create_set. |
1368 * set/unique.m: Style fix for docstring. | |
1369 * deprecated/create_set.m: Move here from set/create_set.m. | |
1370 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
|
1371 |
8887 | 1372 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
1373 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
1374 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
1375 * 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
|
1376 |
8884 | 1377 * strings/strsplit.m: Style fixes. |
1378 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1379 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1380 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1381 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1382 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1383 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
|
1384 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1385 * 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
|
1386 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1387 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1388 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1389 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1390 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1391 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1392 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1393 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1394 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1395 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1396 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1397 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1398 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1399 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1400 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1401 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1402 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1403 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1404 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1405 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1406 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1407 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
|
1408 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1409 * 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
|
1410 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1411 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1412 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1413 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1414 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1415 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1416 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1417 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1418 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
1419 * 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
|
1420 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
|
1421 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1422 * 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
|
1423 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1424 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1425 |
8861 | 1426 2009-02-24 John W. Eaton <jwe@octave.org> |
1427 | |
1428 * 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
|
1429 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
|
1430 |
8861 | 1431 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
1432 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1433 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
|
1434 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1435 * 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
|
1436 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1437 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1438 * 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
|
1439 |
8857 | 1440 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
1441 | |
1442 * optimization/fsolve.m: Update niter after each iteration, not just | |
1443 a succesful one. | |
1444 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1445 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
|
1446 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1447 * 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
|
1448 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1449 * 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
|
1450 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1451 |
8847 | 1452 2009-02-23 John W. Eaton <jwe@octave.org> |
1453 | |
1454 * plot/fplot.m: Fix nargin check. | |
1455 From Joel Parker <Joel.Parker@radiancetech.com>. | |
1456 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1457 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
|
1458 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1459 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1460 |
8826 | 1461 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
1462 | |
1463 * linear-algebra/dmult.m: Remove. | |
1464 * linear-algebra/Makefile.in: Update. | |
1465 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
1466 * deprecated/Makefile.in: Update. | |
1467 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
1468 by diagonal matrices. | |
1469 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1470 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
|
1471 |
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
|
1472 * 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
|
1473 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
|
1474 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
|
1475 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1476 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
|
1477 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1478 * 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
|
1479 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
|
1480 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
|
1481 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
|
1482 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
|
1483 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
|
1484 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
|
1485 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
|
1486 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
|
1487 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
|
1488 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
|
1489 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
|
1490 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
|
1491 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
|
1492 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
|
1493 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
|
1494 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
|
1495 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
|
1496 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
|
1497 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
|
1498 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1499 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1500 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1501 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1502 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1503 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1504 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
|
1505 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1506 * 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
|
1507 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1508 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
|
1509 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1510 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1511 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1512 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
|
1513 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1514 * 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
|
1515 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1516 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1517 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
|
1518 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1519 * 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
|
1520 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
|
1521 |
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
|
1522 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
|
1523 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1524 * 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
|
1525 * 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
|
1526 * 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
|
1527 * 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
|
1528 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
|
1529 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
|
1530 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1531 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
|
1532 |
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
|
1533 * 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
|
1534 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
|
1535 (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
|
1536 (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
|
1537 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1538 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
|
1539 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1540 * 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
|
1541 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1542 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
|
1543 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1544 * 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
|
1545 * 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
|
1546 * 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
|
1547 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
|
1548 * 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
|
1549 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1550 |
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
|
1551 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
|
1552 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1553 * 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
|
1554 * 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
|
1555 |
8757 | 1556 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1557 | |
1558 * 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
|
1559 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
1560 * optimization/fsolve.m: Update comments. |
8757 | 1561 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1562 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
|
1563 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1564 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1565 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1566 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
|
1567 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1568 * 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
|
1569 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
|
1570 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1571 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1572 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1573 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
|
1574 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
|
1575 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
|
1576 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
|
1577 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
|
1578 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
|
1579 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1580 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1581 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1582 * 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
|
1583 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1584 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1585 * 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
|
1586 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1587 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1588 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1589 * 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
|
1590 |
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
|
1591 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
|
1592 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1593 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1594 |
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
|
1595 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1596 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1597 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1598 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1599 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
|
1600 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1601 * 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
|
1602 |
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
|
1603 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
|
1604 |
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
|
1605 * 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
|
1606 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
|
1607 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1608 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
|
1609 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1610 * 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
|
1611 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1612 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1613 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1614 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1615 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1616 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1617 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
|
1618 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1619 * 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
|
1620 |
8714 | 1621 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1622 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1623 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1624 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
|
1625 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1626 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1627 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
|
1628 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1629 * 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
|
1630 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1631 * 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
|
1632 |
8698 | 1633 2009-02-08 John W. Eaton <jwe@octave.org> |
1634 | |
1635 * Makefile.in (install install-strip): Don't install ls-R file. | |
1636 (uninstall): Don't uninstall ls-R file. | |
1637 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1638 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1639 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1640 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1641 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1642 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1643 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
|
1644 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1645 * 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
|
1646 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1647 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
|
1648 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1649 * 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
|
1650 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1651 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1652 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
|
1653 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1654 * 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
|
1655 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1656 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
|
1657 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1658 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1659 * 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
|
1660 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1661 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
|
1662 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1663 * 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
|
1664 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1665 |
8666 | 1666 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
1667 | |
1668 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
1669 instead of "interpolate 4, 4". | |
1670 | |
8664 | 1671 2009-02-04 John W. Eaton <jwe@octave.org> |
1672 | |
1673 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
1674 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
1675 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
1676 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
1677 geometry/voronoi.m, geometry/voronoin.m, | |
1678 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
1679 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
1680 linear-algebra/dmult.m, linear-algebra/dot.m, | |
1681 linear-algebra/expm.m, linear-algebra/housh.m, | |
1682 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
1683 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
1684 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
1685 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
1686 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
1687 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
1688 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
1689 statistics/tests/cor_test.m, | |
1690 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
1691 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
1692 time/addtodate.m: Style fixes. | |
1693 | |
8661 | 1694 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
1695 | |
1696 * optimization/fsolve.m: remove redundant line. | |
1697 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1698 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1699 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1700 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1701 |
9501 | 1702 2009-02-02 Rob Mahurin <rob@utk.edu> |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1703 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1704 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1705 |
8652 | 1706 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
1707 | |
1708 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
1709 mlock to avoid unloading. | |
1710 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1711 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
|
1712 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1713 * 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
|
1714 * 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
|
1715 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
|
1716 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1717 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1718 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1719 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1720 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1721 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1722 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1723 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1724 |
8645 | 1725 2009-01-30 Kai Habel <kai.habel@gmx.de> |
1726 | |
1727 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
1728 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
1729 Require gnuplot 4.3 for transparent patches and surfaces. | |
1730 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1731 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
|
1732 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1733 * 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
|
1734 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
|
1735 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1736 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
|
1737 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1738 * 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
|
1739 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1740 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1741 * 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
|
1742 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1743 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
|
1744 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1745 * 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
|
1746 |
9501 | 1747 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8633 | 1748 |
1749 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
1750 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1751 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1752 |
1753 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1754 print sensible error message when function is found but not documented. | |
1755 | |
1756 * help/help.m: Allow displaying 'Contents.m' files. | |
1757 | |
9501 | 1758 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1759 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1760 * 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
|
1761 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1762 |
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
|
1763 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1764 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1765 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1766 |
1767 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1768 feature. | |
1769 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1770 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
|
1771 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1772 * 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
|
1773 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1774 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1775 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
|
1776 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1777 * 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
|
1778 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
|
1779 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
|
1780 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1781 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1782 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1783 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1784 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1785 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1786 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1787 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
|
1788 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1789 * 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
|
1790 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
|
1791 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
|
1792 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1793 * 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
|
1794 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1795 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1796 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1797 * 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
|
1798 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1799 |
8602 | 1800 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1801 | |
1802 * polynomial/spline.m: Doc fix. | |
1803 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1804 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
|
1805 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1806 * 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
|
1807 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1808 |
8600 | 1809 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1810 | |
1811 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1812 square and overdetermined systems. | |
1813 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1814 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
|
1815 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1816 * 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
|
1817 Adjust some defaults. |
8628 | 1818 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1819 * 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
|
1820 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1821 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
|
1822 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1823 * 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
|
1824 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1825 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1826 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1827 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1828 |
8591 | 1829 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1830 | |
1831 * optimization/__fsolve_defopts__.m: Remove. | |
1832 * optimization/Makefile.in: Reflect change. | |
1833 | |
8590 | 1834 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1835 | |
1836 * optimization/__fdjac__.m: Fix setting up h. | |
1837 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1838 large enough square and overdetermined systems, with pivoting in the | |
1839 first step. Simplify options. Adjust defaults - make TR radius | |
1840 tolerance less stringent. Support DisplayFcn. | |
1841 | |
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
|
1842 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
|
1843 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1844 * 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
|
1845 |
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
|
1846 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
|
1847 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1848 * 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
|
1849 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1850 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1851 |
1852 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1853 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1854 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
|
1855 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1856 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1857 * 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
|
1858 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1859 * 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
|
1860 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1861 * 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
|
1862 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1863 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1864 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
|
1865 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1866 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1867 * 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
|
1868 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1869 * 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
|
1870 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
|
1871 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
|
1872 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1873 * 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
|
1874 * 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
|
1875 * 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
|
1876 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1877 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1878 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
|
1879 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
1880 * 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
|
1881 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1882 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
|
1883 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
1884 * 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
|
1885 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1886 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
|
1887 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
1888 * 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
|
1889 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
|
1890 * 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
|
1891 * 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
|
1892 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
1893 * 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
|
1894 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
|
1895 * 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
|
1896 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1897 * 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
|
1898 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
1899 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1900 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1901 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1902 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1903 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
1904 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1905 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1906 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1907 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
1908 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1909 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
|
1910 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1911 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
1912 * general/prepad.m: Doc fix. |
8544 | 1913 * image/pink.m: Spelling fix. |
1914 * image/hsv.m: Doc fix. | |
1915 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 1916 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
1917 * 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
|
1918 |
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
|
1919 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1920 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1921 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1922 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
1923 |
9501 | 1924 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1925 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
1926 * 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
|
1927 |
9501 | 1928 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1929 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1930 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
1931 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1932 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
|
1933 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
1934 * 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
|
1935 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
|
1936 |
8528 | 1937 2008-01-15 Ben Abbott <bpabbott@mac.com> |
1938 | |
1939 * plot/grid.m: Document handle argument. | |
1940 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1941 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
|
1942 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1943 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1944 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
1945 |
8521 | 1946 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
1947 | |
1948 * gethelp.cc: Include <cstdio>. | |
1949 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1950 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
|
1951 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
1952 * 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
|
1953 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
|
1954 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1955 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
|
1956 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1957 * 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
|
1958 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1959 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
|
1960 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
|
1961 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
|
1962 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
|
1963 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
|
1964 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
|
1965 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
|
1966 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
|
1967 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
|
1968 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
|
1969 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
|
1970 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
|
1971 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
|
1972 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1973 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1974 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
|
1975 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1976 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
1977 |
8513 | 1978 * optimization/fsolve.m: Doc fix. |
1979 | |
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
|
1980 * 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
|
1981 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
1982 * 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
|
1983 |
8506 | 1984 2009-01-13 John W. Eaton <jwe@octave.org> |
1985 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
1986 * 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
|
1987 |
8507 | 1988 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
1989 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
1990 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
1991 general/quadgk.m, general/quadv.m, general/repmat.m, | |
1992 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
1993 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
1994 image/imwrite.m, linear-algebra/dmult.m, | |
1995 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
1996 miscellaneous/setfield.m, miscellaneous/what.m, | |
1997 optimization/fsolve.m, optimization/fzero.m, | |
1998 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
1999 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
2000 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
2001 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
2002 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
2003 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
2004 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
2005 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
2006 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
2007 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
2008 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
2009 statistics/base/center.m, statistics/base/quantile.m, | |
2010 statistics/base/ranks.m, statistics/base/std.m, | |
2011 statistics/distributions/hygepdf.m, | |
2012 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
2013 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
2014 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
2015 testfun/speed.m, testfun/test.m: Style fixes. | |
2016 | |
8506 | 2017 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
2018 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
2019 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
2020 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
2021 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
2022 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
2023 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
2024 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
2025 statistics/base/quantile.m, statistics/base/values.m, | |
2026 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
2027 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
2028 time/datestr.m, time/datevec.m: Comment style fixes. | |
2029 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2030 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
|
2031 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2032 * 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
|
2033 |
8466 | 2034 2009-01-12 John W. Eaton <jwe@octave.org> |
2035 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
2036 * 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
|
2037 Use strcmpi to compare options. |
8466 | 2038 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2039 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
|
2040 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2041 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2042 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2043 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2044 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
|
2045 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2046 * 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
|
2047 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2048 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2049 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2050 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 2051 * miscellaneous/orderfields.m: Ditto. |
2052 * miscellaneous/what.m: Ditto. | |
2053 * pkg/pkg.m: Ditto. | |
2054 * plot/ndgrid.m: Ditto. | |
2055 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2056 |
9501 | 2057 2009-01-09 Kai Habel <kai.habel@gmx.de> |
8451 | 2058 |
2059 * plot/surfl.m: New function | |
8628 | 2060 * plot/diffuse.m: Ditto. |
2061 * plot/specular.m: Ditto. | |
8451 | 2062 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2063 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
|
2064 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2065 * 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
|
2066 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2067 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
|
2068 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2069 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2070 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2071 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
|
2072 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2073 * 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
|
2074 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
|
2075 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
|
2076 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
|
2077 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
|
2078 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
|
2079 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
|
2080 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
|
2081 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
|
2082 * 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
|
2083 * 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
|
2084 * 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
|
2085 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2086 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
|
2087 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2088 * 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
|
2089 |
9501 | 2090 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
8438 | 2091 |
2092 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
2093 operation fails. | |
2094 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2095 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
|
2096 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2097 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2098 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2099 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2100 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
2101 * 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
|
2102 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2103 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2104 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2105 * 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
|
2106 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2107 |
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
|
2108 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
|
2109 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2110 * 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
|
2111 |
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
|
2112 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
|
2113 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2114 * 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
|
2115 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2116 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2117 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2118 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2119 |
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
|
2120 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
|
2121 |
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
|
2122 * 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
|
2123 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
|
2124 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2125 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2126 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2127 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2128 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2129 |
8416 | 2130 2008-11-21 Radek Salac <salac.r@gmail.com> |
2131 | |
2132 * sparse/bicgstab.m: New function. | |
2133 * sparse/Makefile.in (SOURCES): Add it here. | |
2134 | |
9501 | 2135 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2136 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2137 * 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
|
2138 (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
|
2139 * 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
|
2140 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2141 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2142 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2143 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2144 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2145 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2146 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2147 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
|
2148 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2149 * 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
|
2150 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
|
2151 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2152 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2153 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2154 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2155 |
8393 | 2156 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
2157 | |
8394 | 2158 * linear-algebra/expm.m: New source. |
8393 | 2159 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2160 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2161 |
8394 | 2162 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2163 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2164 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2165 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2166 * 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
|
2167 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
2168 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
|
2169 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
2170 * 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
|
2171 * 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
|
2172 * 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
|
2173 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
2174 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
|
2175 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
2176 * 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
|
2177 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
|
2178 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
|
2179 * 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
|
2180 * 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
|
2181 * 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
|
2182 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2183 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2184 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2185 * 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
|
2186 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2187 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
|
2188 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2189 * 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
|
2190 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2191 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
|
2192 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2193 * 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
|
2194 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2195 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
|
2196 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2197 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
|
2198 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2199 |
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
|
2200 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
|
2201 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2202 * 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
|
2203 |
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
|
2204 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
|
2205 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2206 * 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
|
2207 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2208 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
|
2209 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2210 * 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
|
2211 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2212 |
8324 | 2213 2008-11-14 David Bateman <dbateman@free.fr> |
2214 | |
2215 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
2216 of the axis object. | |
2217 | |
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
|
2218 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
|
2219 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2220 * 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
|
2221 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2222 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
|
2223 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2224 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2225 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2226 |
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
|
2227 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
|
2228 |
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
|
2229 * 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
|
2230 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
|
2231 * 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
|
2232 |
8316 | 2233 2008-11-10 John W. Eaton <jwe@octave.org> |
2234 | |
2235 * 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
|
2236 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 2237 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2238 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
|
2239 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2240 * 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
|
2241 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2242 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2243 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
|
2244 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2245 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2246 |
9501 | 2247 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
2248 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
2249 * 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
|
2250 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
2251 |
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
|
2252 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
|
2253 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2254 * 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
|
2255 |
9501 | 2256 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2257 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2258 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2259 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2260 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2261 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2262 |
9501 | 2263 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2264 |
2265 * optimization/fzero.m: Replace tabs by spaces. | |
2266 | |
9501 | 2267 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2268 |
2269 * optimization/fzero.m: Simplify exception handling. | |
2270 | |
2271 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
2272 | |
2273 * optimization/fzero.m: New function file. | |
2274 * optimization/Makefile.in: Add it. | |
2275 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2276 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2277 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2278 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2279 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2280 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2281 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2282 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2283 |
9501 | 2284 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2285 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2286 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2287 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2288 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2289 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2290 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2291 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2292 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2293 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2294 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
|
2295 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2296 * 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
|
2297 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2298 * 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
|
2299 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
|
2300 * 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
|
2301 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2302 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
|
2303 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
2304 * 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
|
2305 * 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
|
2306 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
|
2307 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2308 * 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
|
2309 * 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
|
2310 * 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
|
2311 * 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
|
2312 * 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
|
2313 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2314 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2315 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
|
2316 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2317 * 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
|
2318 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
|
2319 * 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
|
2320 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
|
2321 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
|
2322 * 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
|
2323 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2324 * 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
|
2325 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
|
2326 * 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
|
2327 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
|
2328 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2329 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
2330 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
|
2331 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
2332 * 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
|
2333 |
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
|
2334 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
|
2335 |
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
|
2336 * 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
|
2337 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
|
2338 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2339 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
|
2340 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
2341 * 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
|
2342 |
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
|
2343 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
|
2344 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
2345 * 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
|
2346 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
2347 * 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
|
2348 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2349 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
|
2350 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2351 * 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
|
2352 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2353 |
8257 | 2354 2008-10-22 David Bateman <dbateman@free.fr> |
2355 | |
8260 | 2356 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
2357 "caller" workspace. | |
2358 | |
8258 | 2359 * plot/__errplot__.m: Add errorbar series objects. |
2360 * plot/errbar.m: Add some demos. | |
2361 | |
8257 | 2362 * plot/__add_line_series__.m: Remove |
2363 * plot/Makefile.in (SOURCES): Remove it here too. | |
2364 * plot/__add_datasource__.m: Allow for more than one character in | |
2365 source name. | |
2366 * plot/refreshdata.m: Ditto. | |
2367 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2368 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
2369 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
2370 * plot/__scatter__.m: Add scatter series objects and data sources. | |
2371 * plot/legend.m: Update type in loop and remove debugging messages. | |
2372 | |
8251 | 2373 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2374 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
2375 * 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
|
2376 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2377 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2378 |
8249 | 2379 2008-10-21 John W. Eaton <jwe@octave.org> |
2380 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
2381 * 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
|
2382 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
2383 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
2384 |
8249 | 2385 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
2386 struct. Use get instead of examining struct fields directly. | |
2387 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
2388 object struct. Use get instead of examining struct elements | |
2389 directly. Use allhild instead of looking at children field of | |
2390 figure object struct. | |
2391 | |
8251 | 2392 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 2393 |
2394 * plot/orient.m: Fix syntax error. | |
2395 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2396 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2397 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
2398 * 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
|
2399 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2400 * 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
|
2401 * 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
|
2402 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2403 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
|
2404 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2405 * 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
|
2406 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
|
2407 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2408 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2409 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
|
2410 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
2411 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
2412 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2413 * 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
|
2414 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2415 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
2416 * 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
|
2417 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
2418 * 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
|
2419 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
2420 * 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
|
2421 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2422 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
|
2423 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2424 * 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
|
2425 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
|
2426 |
8236 | 2427 2008-10-17 David Bateman <dbateman@free.fr> |
2428 | |
2429 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
2430 from potential axis handles. | |
2431 * plot/colorbar.m: Remove debug output. | |
2432 * plot/comet.m: Close plot before demo | |
2433 * plot/contourc.m: No output if nargout == 0. | |
2434 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2435 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
|
2436 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2437 * 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
|
2438 |
8229 | 2439 2008-10-16 John W. Eaton <jwe@octave.org> |
2440 | |
2441 * testfun/rundemos.m: New function. | |
2442 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2443 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
|
2444 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
2445 * 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
|
2446 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2447 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
|
2448 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2449 * 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
|
2450 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
|
2451 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2452 * 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
|
2453 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
|
2454 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
|
2455 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
2456 * 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
|
2457 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
|
2458 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
2459 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2460 * 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
|
2461 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
|
2462 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2463 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
|
2464 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2465 * 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
|
2466 (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
|
2467 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2468 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
|
2469 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2470 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2471 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2472 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2473 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
|
2474 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2475 * 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
|
2476 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
|
2477 (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
|
2478 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2479 * 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
|
2480 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2481 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2482 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2483 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
|
2484 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2485 * 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
|
2486 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2487 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2488 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
|
2489 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2490 * 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
|
2491 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2492 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
|
2493 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
2494 * 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
|
2495 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2496 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2497 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2498 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2499 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2500 |
8208 | 2501 2008-10-10 David Bateman <dbateman@free.fr> |
2502 | |
2503 * image/__img__.m: Manually set the limits of th eimage | |
2504 * plot/__go_draw_axes__.m: Base window position in the axis | |
2505 position property and not the outerposition property. Remove | |
2506 colorbar code based on the gnuplot colorbox. Allow images to be a | |
2507 vector to support image based colorbars. Also check labelmode for | |
2508 manual tics. | |
2509 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
2510 colorbar code. | |
2511 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
2512 it to the principal axis. | |
2513 * plot/legend.m: Support an axis handle as the first | |
2514 argument. Support hggroups. | |
2515 * plot/pareto.m: Don't support an axis handle as the first | |
2516 argument as the plotyy command in fact needs two axis handles. | |
2517 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
2518 synchronize the two axes. | |
2519 * plot/subplot.m: Also skip axes that are tagged as being a | |
2520 colorbar. Don't break in search of overlapping axes to delete. Set | |
2521 both the position and the outerposition. | |
2522 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2523 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
|
2524 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
2525 * 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
|
2526 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2527 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
|
2528 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2529 * 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
|
2530 * 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
|
2531 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2532 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
|
2533 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2534 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2535 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2536 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2537 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2538 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2539 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2540 * 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
|
2541 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2542 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
|
2543 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2544 * 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
|
2545 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2546 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
|
2547 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2548 * 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
|
2549 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
|
2550 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
|
2551 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
|
2552 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
|
2553 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
|
2554 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
|
2555 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
|
2556 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
|
2557 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
|
2558 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2559 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
|
2560 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2561 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2562 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2563 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2564 * 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
|
2565 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2566 * 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
|
2567 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
2568 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
|
2569 |
8182 | 2570 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
2571 | |
2572 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
|
2573 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
2574 * 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
|
2575 |
8182 | 2576 2008-10-02 Ben Abbott <bpabbott@mac.com> |
2577 | |
2578 * 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
|
2579 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2580 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2581 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2582 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2583 |
8182 | 2584 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
|
2585 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2586 * 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
|
2587 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2588 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2589 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2590 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
|
2591 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2592 * 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
|
2593 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2594 * 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
|
2595 |
8182 | 2596 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
|
2597 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2598 * 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
|
2599 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2600 * 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
|
2601 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2602 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
|
2603 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2604 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2605 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2606 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2607 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2608 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2609 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
|
2610 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2611 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2612 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
|
2613 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2614 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2615 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2616 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 2617 |
2618 * image/imread.m, image/imwrite.m: Doc fix. | |
2619 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2620 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
|
2621 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2622 * 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
|
2623 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2624 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
|
2625 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2626 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2627 * 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
|
2628 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2629 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
|
2630 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2631 * 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
|
2632 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2633 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2634 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2635 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2636 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2637 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2638 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2639 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2640 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2641 |
8182 | 2642 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 2643 |
2644 * plot/comet.m: New file. | |
2645 * plot/Makefile.in (SOURCES): Add it here. | |
2646 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2647 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
|
2648 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2649 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2650 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2651 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2652 * 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
|
2653 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
|
2654 |
8182 | 2655 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
|
2656 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2657 * 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
|
2658 |
8116 | 2659 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
2660 | |
8117 | 2661 * image/imshow.m: Fix for display_range. |
2662 | |
8116 | 2663 * general/interpn.m: Fixe for extrapval and documentation of |
2664 extrapval. | |
2665 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2666 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
|
2667 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2668 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2669 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2670 * 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
|
2671 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2672 * 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
|
2673 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2674 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2675 * 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
|
2676 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
|
2677 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2678 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2679 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2680 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2681 |
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
|
2682 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
|
2683 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2684 * 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
|
2685 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
|
2686 |
8088 | 2687 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
2688 | |
2689 * plot/plot.m: Doc fix. | |
2690 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2691 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
|
2692 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2693 * 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
|
2694 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2695 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2696 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
|
2697 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2698 * 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
|
2699 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2700 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2701 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2702 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2703 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2704 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2705 * 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
|
2706 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2707 |
8076 | 2708 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
2709 | |
2710 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2711 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
2712 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
2713 | |
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
|
2714 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
|
2715 |
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
|
2716 * 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
|
2717 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
|
2718 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
|
2719 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
|
2720 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
|
2721 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
|
2722 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
|
2723 '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
|
2724 * 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
|
2725 |
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
|
2726 * 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
|
2727 * 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
|
2728 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2729 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2730 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2731 * 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
|
2732 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2733 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2734 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2735 * 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
|
2736 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
|
2737 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2738 * 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
|
2739 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
|
2740 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
|
2741 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2742 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2743 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2744 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2745 |
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
|
2746 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
|
2747 |
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
|
2748 * 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
|
2749 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
|
2750 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2751 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
|
2752 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2753 * 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
|
2754 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2755 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2756 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
|
2757 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2758 * 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
|
2759 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
|
2760 * 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
|
2761 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
|
2762 * 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
|
2763 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2764 * 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
|
2765 * 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
|
2766 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
|
2767 * 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
|
2768 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
|
2769 * 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
|
2770 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
|
2771 * 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
|
2772 * 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
|
2773 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
|
2774 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2775 |
8054 | 2776 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2777 | |
2778 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2779 Handle parameter-value options. Untabify. | |
2780 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2781 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
|
2782 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2783 * 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
|
2784 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2785 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2786 * 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
|
2787 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
|
2788 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2789 * 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
|
2790 * 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
|
2791 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2792 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2793 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
|
2794 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2795 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2796 |
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
|
2797 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
|
2798 |
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
|
2799 * 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
|
2800 (__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
|
2801 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
|
2802 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2803 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2804 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2805 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2806 |
8046 | 2807 2008-08-21 David Bateman <dbateman@free.fr> |
2808 | |
2809 * plot/ezplot.m : New function. | |
2810 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2811 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
2812 | |
8182 | 2813 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
|
2814 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2815 * 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
|
2816 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2817 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2818 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
|
2819 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2820 * 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
|
2821 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
|
2822 |
8040 | 2823 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
|
2824 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2825 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2826 |
8035 | 2827 2008-08-19 David Bateman <dbateman@free.fr> |
2828 | |
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
|
2829 * 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
|
2830 * 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
|
2831 |
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
|
2832 * statistics/base/ranks.m: Doc fix. |
8035 | 2833 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2834 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
|
2835 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2836 * 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
|
2837 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2838 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
|
2839 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2840 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2841 |
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
|
2842 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
|
2843 |
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
|
2844 * 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
|
2845 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
|
2846 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2847 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
|
2848 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2849 * 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
|
2850 |
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
|
2851 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
|
2852 |
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
|
2853 * 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
|
2854 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
|
2855 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2856 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
|
2857 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2858 * 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
|
2859 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2860 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2861 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2862 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
2863 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2864 * 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
|
2865 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2866 * 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
|
2867 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
2868 |
8182 | 2869 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
|
2870 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
2871 * plot/hold.m: Clarify help text. |
7986 | 2872 |
2873 * specfun/reallog.m: Fix help string. | |
2874 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2875 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 2876 |
2877 * strings/regexptranslate.m: Add real documentation. | |
2878 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
2879 * 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
|
2880 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2881 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
2882 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2883 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
2884 |
7974 | 2885 2008-07-28 John W. Eaton <jwe@octave.org> |
2886 | |
2887 * image/imwrite.m: New function. | |
2888 * image/Makefile.in (SOURCES): Add it to the list. | |
2889 | |
7969 | 2890 2008-07-24 Ben Abbott <bpabbott@mac.com> |
2891 | |
2892 * time/datestr.m: New xtest. | |
2893 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2894 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
|
2895 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2896 * 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
|
2897 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2898 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
2899 |
7940 | 2900 2008-07-17 John W. Eaton <jwe@octave.org> |
2901 | |
2902 * general/fliplr.m: Fix usage test. | |
2903 * testfun/test.m: Fix usage tests. | |
2904 | |
8040 | 2905 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 2906 |
2907 * statistics/base/cov.m: Fix test that should no longer work. | |
2908 | |
7935 | 2909 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
2910 | |
2911 * plot/gcbo.m, plot/gcbf.m: New functions. | |
2912 * plot/Makefile.in (SOURCES): Add them to the list. | |
2913 | |
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
|
2914 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
|
2915 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2916 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2917 * 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
|
2918 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2919 * 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
|
2920 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2921 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2922 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
2923 |
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
|
2924 * 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
|
2925 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2926 * 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
|
2927 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
2928 * 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
|
2929 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2930 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
|
2931 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
2932 * 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
|
2933 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2934 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
|
2935 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
2936 * 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
|
2937 |
8040 | 2938 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
|
2939 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2940 * 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
|
2941 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2942 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2943 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2944 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
2945 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
|
2946 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2947 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
|
2948 |
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
|
2949 * 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
|
2950 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2951 * 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
|
2952 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
|
2953 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
2954 |
8040 | 2955 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
|
2956 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
2957 * 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
|
2958 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2959 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2960 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2961 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2962 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2963 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
2964 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2965 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
|
2966 |
7817 | 2967 * miscellaneous/debug.m: New file.. |
2968 * Makefile.in (SOURCES): Add it to the list. | |
2969 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
2970 * 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
|
2971 []. 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
|
2972 |
8040 | 2973 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 2974 |
2975 * strings/strcat.m: Add tests. | |
2976 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2977 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
|
2978 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2979 * 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
|
2980 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
2981 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2982 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2983 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2984 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2985 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
2986 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2987 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2988 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2989 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2990 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
2991 |
7783 | 2992 2008-05-20 Bill Denney <bill@denney.ws> |
2993 | |
2994 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
2995 New tests. | |
2996 | |
7777 | 2997 2008-05-19 John W. Eaton <jwe@octave.org> |
2998 | |
2999 * general/isa.m: Fix tests. | |
3000 | |
7773 | 3001 2008-05-13 Bill Denney <bill@denney.ws> |
3002 | |
3003 * general/isa.m: Use persistent cell arrays to hold class names | |
3004 instead of multiple strcmp calls. | |
3005 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3006 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3007 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3008 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3009 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
|
3010 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3011 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3012 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
|
3013 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
|
3014 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3015 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3016 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3017 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3018 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3019 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3020 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
|
3021 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3022 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3023 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3024 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3025 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
|
3026 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3027 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3028 * 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
|
3029 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3030 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3031 * 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
|
3032 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3033 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3034 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3035 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3036 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3037 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
|
3038 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3039 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3040 |
7765 | 3041 2008-05-06 David Bateman <dbateman@free.fr> |
3042 | |
3043 * miscellaneous/symvar.m: New function. | |
3044 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3045 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3046 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
|
3047 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3048 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3049 * 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
|
3050 |
9501 | 3051 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3052 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3053 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3054 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
|
3055 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
|
3056 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3057 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3058 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3059 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3060 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3061 * 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
|
3062 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3063 |
7747 | 3064 2008-04-30 John W. Eaton <jwe@octave.org> |
3065 | |
3066 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
3067 elfun/asech.m, specfun/pow2.m: Fix tests. | |
3068 | |
8040 | 3069 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 3070 |
3071 * specfun/log2.m: Delete. | |
3072 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
3073 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3074 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
|
3075 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3076 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
|
3077 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3078 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3079 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3080 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3081 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3082 |
7736 | 3083 2008-04-25 John W. Eaton <jwe@octave.org> |
3084 | |
3085 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3086 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 3087 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3088 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
|
3089 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3090 * 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
|
3091 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
|
3092 * 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
|
3093 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3094 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
|
3095 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
3096 * 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
|
3097 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3098 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
|
3099 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3100 * 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
|
3101 |
7713 | 3102 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
|
3103 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
3104 * 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
|
3105 |
7710 | 3106 2008-04-14 David Bateman <dbateman@free.fr> |
3107 | |
3108 * plot/rose.m: Add missing comment mark that causes issues with | |
3109 octave-forge function referencing. | |
3110 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
3111 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3112 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
|
3113 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3114 * 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
|
3115 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
|
3116 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
|
3117 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
|
3118 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
|
3119 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
|
3120 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
|
3121 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
|
3122 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
|
3123 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
|
3124 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
|
3125 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
|
3126 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
|
3127 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
|
3128 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
|
3129 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
|
3130 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
|
3131 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
|
3132 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
|
3133 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
|
3134 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
|
3135 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
|
3136 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
|
3137 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
|
3138 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
|
3139 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
|
3140 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
|
3141 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
|
3142 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
|
3143 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
|
3144 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
|
3145 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
|
3146 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
|
3147 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
|
3148 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
|
3149 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
|
3150 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
|
3151 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
|
3152 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
|
3153 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
|
3154 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
|
3155 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
|
3156 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
|
3157 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
|
3158 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
|
3159 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
|
3160 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
|
3161 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
|
3162 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3163 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
|
3164 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3165 * 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
|
3166 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3167 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
|
3168 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3169 * 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
|
3170 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3171 * 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
|
3172 * 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
|
3173 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3174 * 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
|
3175 * 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
|
3176 * 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
|
3177 * 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
|
3178 * 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
|
3179 * 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
|
3180 * 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
|
3181 * 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
|
3182 * 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
|
3183 * 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
|
3184 * 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
|
3185 * 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
|
3186 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3187 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3188 * 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
|
3189 * 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
|
3190 * 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
|
3191 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3192 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
|
3193 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3194 * 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
|
3195 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
|
3196 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3197 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
|
3198 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3199 * 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
|
3200 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
|
3201 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
|
3202 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
|
3203 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
|
3204 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
|
3205 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
|
3206 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
|
3207 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
|
3208 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
|
3209 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
|
3210 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
|
3211 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
|
3212 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
|
3213 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
|
3214 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
|
3215 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3216 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
|
3217 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
|
3218 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
|
3219 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
|
3220 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
|
3221 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
|
3222 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3223 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
|
3224 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
|
3225 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
|
3226 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
|
3227 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
|
3228 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
|
3229 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3230 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
|
3231 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
|
3232 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
|
3233 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
|
3234 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
|
3235 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
|
3236 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
|
3237 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
|
3238 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
|
3239 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3240 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
|
3241 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3242 * 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
|
3243 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
|
3244 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
|
3245 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
|
3246 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
|
3247 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
|
3248 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
|
3249 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
|
3250 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
|
3251 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
|
3252 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
|
3253 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
|
3254 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
|
3255 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
|
3256 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
|
3257 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
|
3258 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3259 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
|
3260 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
|
3261 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
|
3262 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
|
3263 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
|
3264 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3265 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
|
3266 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
|
3267 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3268 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
|
3269 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
|
3270 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
|
3271 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
|
3272 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
|
3273 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3274 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
|
3275 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3276 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
|
3277 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
|
3278 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
|
3279 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
|
3280 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
|
3281 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
|
3282 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
|
3283 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
|
3284 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
|
3285 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3286 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
|
3287 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
|
3288 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
|
3289 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3290 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3291 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3292 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3293 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3294 * 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
|
3295 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3296 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3297 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3298 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3299 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3300 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3301 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3302 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3303 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3304 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3305 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3306 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3307 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3308 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3309 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3310 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
|
3311 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
3312 * 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
|
3313 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3314 * 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
|
3315 |
7682 | 3316 2008-04-02 Bill Denney <bill@denney.ws> |
3317 | |
3318 * optimization/lsqnonneg.m: New function. | |
3319 * optimization/Makefile.in (SOURCES): Add it to the list. | |
3320 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3321 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3322 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
3323 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
3324 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
3325 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3326 * 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
|
3327 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
|
3328 * 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
|
3329 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3330 |
7678 | 3331 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
3332 | |
3333 * general/sortrows.m: Handle negative column arguments. | |
3334 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3335 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3336 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3337 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3338 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3339 |
7673 | 3340 2008-03-31 David Bateman <dbateman@free.fr> |
3341 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
3342 * 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
|
3343 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
|
3344 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
3345 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
3346 * 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
|
3347 * 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
|
3348 * 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
|
3349 * 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
|
3350 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
3351 * 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
|
3352 |
7673 | 3353 * plot/ginput.m: New function. |
3354 * plot/__gnuplot_ginput__.m: New function based on a version of | |
3355 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
3356 * plot/Makefile.in (SOURCES): Add them to the list. | |
3357 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
3358 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
|
3359 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
3360 * 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
|
3361 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3362 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3363 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3364 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3365 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3366 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3367 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3368 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3369 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3370 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
|
3371 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3372 * 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
|
3373 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3374 |
7669 | 3375 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
3376 | |
3377 * general/del2.m: Missing semicolon. | |
3378 | |
7668 | 3379 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
3380 | |
3381 * miscellaneous/info.m: New function. | |
3382 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3383 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3384 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
|
3385 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
3386 * 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
|
3387 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
3388 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
3389 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
|
3390 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
3391 * 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
|
3392 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
|
3393 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
3394 * 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
|
3395 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
|
3396 |
7655 | 3397 2008-03-27 Bill Denney <bill@denney.ws> |
3398 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
3399 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
3400 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3401 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3402 * 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
|
3403 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3404 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3405 * 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
|
3406 |
7657 | 3407 * general/genvarname.m: New function. |
3408 * general/Makefile.in (SOURCES): Add it to the list. | |
3409 | |
7656 | 3410 * time/addtodate.m: New function. |
7657 | 3411 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 3412 |
7655 | 3413 * geometry/rectint.m: Vectorize and add more tests. |
3414 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
3415 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
|
3416 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
3417 * 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
|
3418 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3419 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3420 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3421 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3422 |
7650 | 3423 2008-03-26 John W. Eaton <jwe@octave.org> |
3424 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3425 * 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
|
3426 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3427 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3428 * 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
|
3429 |
7650 | 3430 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
3431 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
3432 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
3433 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
3434 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
3435 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
3436 Texinfo fixes. | |
3437 | |
8040 | 3438 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
|
3439 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
3440 * 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
|
3441 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3442 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
|
3443 |
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
|
3444 * 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
|
3445 |
8182 | 3446 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
|
3447 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3448 * 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
|
3449 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
|
3450 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3451 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3452 * 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
|
3453 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3454 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 3455 |
3456 * polynomial/convn.m: New function. | |
3457 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
3458 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3459 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3460 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3461 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3462 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 3463 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3464 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
|
3465 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3466 * 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
|
3467 |
7627 | 3468 2008-03-24 David Bateman <dbateman@free.fr> |
3469 | |
3470 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3471 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 3472 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3473 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3474 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3475 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3476 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3477 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3478 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
3479 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
|
3480 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3481 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3482 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3483 * 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
|
3484 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3485 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
|
3486 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
3487 * 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
|
3488 |
7617 | 3489 * miscellaneous/cast.m: Also allow cast to "char". |
3490 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
3491 * 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
|
3492 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3493 * 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
|
3494 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3495 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3496 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3497 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3498 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3499 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3500 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3501 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3502 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3503 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3504 |
7610 | 3505 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
3506 | |
3507 * signal/sinetone.m: Ensure integral number of samples. | |
3508 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3509 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
|
3510 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3511 * 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
|
3512 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3513 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
|
3514 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3515 * 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
|
3516 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3517 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
|
3518 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3519 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3520 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3521 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3522 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3523 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3524 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3525 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3526 * 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
|
3527 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3528 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3529 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3530 * 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
|
3531 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3532 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3533 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3534 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
|
3535 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
3536 * 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
|
3537 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3538 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
|
3539 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3540 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3541 |
7592 | 3542 2008-03-14 Kai Habel <kai.habel@gmx.de> |
3543 | |
3544 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
3545 style to default to avoid wrong mesh color in some cases. | |
3546 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3547 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3548 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3549 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3550 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
|
3551 |
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
|
3552 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
|
3553 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
3554 * 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
|
3555 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
|
3556 |
7592 | 3557 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
3558 | |
7582 | 3559 2008-03-11 Kai Habel <kai.habel@gmx.de> |
3560 | |
3561 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
3562 Allow plotting of uniform colored mesh plots with and | |
3563 w/o hidden line removal. | |
3564 | |
3565 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
|
3566 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3567 * 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
|
3568 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3569 * 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
|
3570 |
7569 | 3571 2008-03-07 John W. Eaton <jwe@octave.org> |
3572 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
3573 * 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
|
3574 |
7569 | 3575 * plot/__go_draw_axes__.m: Handle tickdir property. |
3576 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3577 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3578 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3579 * 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
|
3580 Allow matrix arguments when number of bins > 30. |
7568 | 3581 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
|
3582 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3583 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3584 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3585 * 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
|
3586 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3587 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3588 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3589 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
|
3590 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3591 * 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
|
3592 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3593 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
|
3594 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3595 * 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
|
3596 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3597 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3598 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
|
3599 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3600 * 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
|
3601 |
7551 | 3602 2008-03-04 Bill Denney <bill@denney.ws> |
3603 | |
7557 | 3604 * plot/allchild.m, plot/findall.m: New functions. |
3605 * plot/Makefile.in (SOURCES): Add them to the list. | |
3606 | |
7551 | 3607 * geometry/rectint.m: New function. |
7557 | 3608 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 3609 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3610 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
|
3611 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3612 * 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
|
3613 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
|
3614 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3615 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 3616 |
3617 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
3618 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3619 * 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
|
3620 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3621 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
|
3622 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3623 * 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
|
3624 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3625 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
|
3626 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3627 * 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
|
3628 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
|
3629 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3630 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
|
3631 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3632 * 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
|
3633 "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
|
3634 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3635 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
|
3636 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3637 * 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
|
3638 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
|
3639 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
|
3640 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
|
3641 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
|
3642 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
|
3643 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
|
3644 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
|
3645 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
|
3646 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
|
3647 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
|
3648 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
|
3649 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
|
3650 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3651 * 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
|
3652 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3653 * 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
|
3654 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3655 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
|
3656 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3657 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3658 |
7525 | 3659 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
3660 | |
3661 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
3662 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3663 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
|
3664 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3665 * 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
|
3666 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3667 |
7518 | 3668 2008-02-22 Ben Abbott <bpabbott@mac.com> |
3669 | |
3670 * specfun/legendre.m: Doc fix. | |
3671 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3672 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
|
3673 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3674 * 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
|
3675 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3676 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3677 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
|
3678 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3679 * 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
|
3680 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3681 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3682 * 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
|
3683 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3684 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
|
3685 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3686 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3687 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3688 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3689 * 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
|
3690 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3691 * 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
|
3692 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3693 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3694 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
|
3695 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3696 * 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
|
3697 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3698 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3699 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
|
3700 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3701 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3702 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3703 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
|
3704 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3705 * 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
|
3706 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
|
3707 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
|
3708 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
|
3709 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3710 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
|
3711 |
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
|
3712 * 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
|
3713 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
|
3714 |
7501 | 3715 * polynomial/polyfit.m: Use QR decomposition. Handle |
3716 normalization option. | |
3717 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
3718 generate 50% prediction intervals. | |
3719 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3720 * 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
|
3721 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3722 |
7498 | 3723 2008-02-19 John W. Eaton <jwe@octave.org> |
3724 | |
3725 * pkg/pkg.m: Style fixes. | |
3726 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3727 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 3728 |
3729 * pkg/pkg.m: Handle 'describe' command. | |
3730 (parse_pkg_idx, print_package_description): New subfunctions. | |
3731 | |
7493 | 3732 2008-02-19 Bill Denney <bill@denney.ws> |
3733 | |
3734 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
3735 elements wide. | |
3736 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3737 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
|
3738 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3739 * 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
|
3740 |
7485 | 3741 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3742 | |
3743 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3744 * general/runlength.m: New function from Paul Kienzle. | |
3745 | |
7484 | 3746 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3747 | |
3748 * linear-algebra/cond.m: New optional second argument to | |
3749 specify 1-norm, inf-norm, or frobenius-norm. | |
3750 | |
7475 | 3751 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3752 | |
3753 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3754 body. Allow the linespec to specify the arrow color. | |
3755 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3756 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
|
3757 |
7474 | 3758 * miscellaneous/cast.m: Also treat the logical type. |
3759 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3760 * 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
|
3761 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3762 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3763 * 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
|
3764 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3765 * 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
|
3766 * 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
|
3767 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3768 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
|
3769 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3770 * 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
|
3771 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3772 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3773 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3774 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3775 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3776 * 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
|
3777 |
7436 | 3778 2008-02-01 Dave Goel <deego3@gmail.com> |
3779 | |
3780 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3781 | |
7434 | 3782 2008-02-01 Bill Denney <bill@denney.ws> |
3783 | |
3784 * time/weekday.m: Allow vector inputs and speed up. | |
3785 * time/eomday.m: Return column vector for column vector inputs. | |
3786 | |
7429 | 3787 2008-01-30 John W. Eaton <jwe@octave.org> |
3788 | |
7434 | 3789 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3790 revision". | |
3791 | |
7431 | 3792 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3793 __plt2vs__.m in the list. | |
3794 | |
7430 | 3795 * miscellaneous/tempdir.m: Append filesep to name for |
3796 compatibility. Warn if not a directory or directory does not | |
3797 exist. | |
3798 | |
7429 | 3799 * strings/deblank.m: Improve compatibility. |
3800 | |
7428 | 3801 2008-01-29 John W. Eaton <jwe@octave.org> |
3802 | |
3803 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3804 | |
3805 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3806 |
3807 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3808 Return the label handle, not the current axis handle. | |
3809 | |
7421 | 3810 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3811 | |
3812 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3813 abscissa. | |
3814 | |
3815 2008-01-25 David Bateman <dbateman@free.fr> | |
3816 | |
7423 | 3817 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3818 * plot/__scatter__.m: Remove NaN values from data. |
3819 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3820 | |
7418 | 3821 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3822 | |
3823 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3824 | |
3825 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3826 | |
3827 * geometry/griddata3.m: Call griddata, not gridata. | |
3828 | |
7415 | 3829 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3830 | |
3831 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3832 | |
7411 | 3833 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3834 | |
3835 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3836 Move tests here from test/test_linalg.m. | |
3837 | |
3838 * general/diff.m, general/fliplr.m, general/flipud.m, | |
3839 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3840 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3841 special-matrix/hankel.m, special-matrix/hilb.m, | |
3842 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3843 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3844 Move tests here from test/test_matrix.m. | |
3845 | |
3846 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
3847 Move tests here from test/test_number.m. | |
3848 | |
3849 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
3850 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3851 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3852 polynomial/polyvalm.m, polynomial/roots.m: | |
3853 Move tests here from test/test_poly.m. | |
3854 | |
3855 * signal/unwrap.m: | |
3856 Move tests here from test/test_signal.m. | |
3857 | |
3858 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
3859 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
3860 statistics/base/mean.m, statistics/base/median.m, | |
3861 statistics/base/skewness.m, statistics/base/std.m: | |
3862 Move tests here from test/test_stats.m. | |
3863 | |
3864 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
3865 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
3866 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3867 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3868 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
3869 strings/substr.m: | |
3870 Move tests here from test/test_string.m. | |
3871 | |
3872 * miscellaneous/computer.m, miscellaneous/ls.m, | |
3873 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
3874 time/date.m, time/etime.m, time/is_leap_year.m: | |
3875 Move tests here from test/test_system.m. | |
3876 | |
7410 | 3877 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
3878 | |
3879 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
3880 Simplify initial checks on argument values. | |
3881 | |
7408 | 3882 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
3883 | |
3884 * plot/gnuplot_drawnow.m: New function corresponding to the | |
3885 implementation of the gnuplot-based graphics backend (derived from | |
3886 drawnow.m). | |
3887 * plot/drawnow.m: Deleted (converted to C++). | |
3888 | |
7401 | 3889 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
3890 | |
3891 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
3892 New tests. | |
3893 | |
7399 | 3894 2008-01-18 John W. Eaton <jwe@octave.org> |
3895 | |
3896 * optimization/sqp.m: End each function with endfunction. | |
3897 | |
7398 | 3898 2008-01-18 Ben Abbott <bpabbott@mac.com> |
3899 | |
3900 * polynomial/residue.m: For each group of pole multiplicity, set | |
3901 the poles of the group to the value of the group's average. | |
3902 | |
7396 | 3903 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
3904 | |
3905 * plot/print.m: Handle PDF output. | |
3906 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
3907 | |
7392 | 3908 2008-01-17 John W. Eaton <jwe@octave.org> |
3909 | |
7393 | 3910 * path/savepath.m: Print newline before initial comment line. |
3911 Double up single quote characters. | |
3912 * path/__extractpath__.m: Return just the path as a string. | |
3913 Undo single quote character doubling. | |
3914 | |
3915 * path/pathdef.m: Avoid eval. Simplify. | |
3916 | |
7392 | 3917 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
3918 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
3919 avoid possible file descriptor leak. | |
3920 | |
3921 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
3922 | |
3923 * path/savepath.m: Warn if modified file is not explicitly specified. | |
3924 * startup/main-rcfile: Call atexit ("__finish__"). | |
3925 | |
7388 | 3926 2008-01-16 John W. Eaton <jwe@octave.org> |
3927 | |
7390 | 3928 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
3929 Use it to disable enhanced mode for individual labels and titles. | |
3930 | |
7392 | 3931 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 3932 (install install-strip, uninstall): Handle function files. |
3933 | |
3934 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
3935 | |
7392 | 3936 * startup/__finish__.m: New file. |
3937 * path/__extractpath__.m, path/matlabroot.m, | |
3938 path/pathdef.m: New files. | |
7388 | 3939 * path/Makefile.in (SOURCES): Add them to the list. |
3940 | |
7385 | 3941 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
3942 | |
7387 | 3943 * special-matrix/vander.m: Vectorize. New test. |
3944 | |
7385 | 3945 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
3946 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
3947 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
3948 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
3949 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
3950 Move tests here from test/test_arith.m. | |
3951 | |
7382 | 3952 2008-01-15 John W. Eaton <jwe@octave.org> |
3953 | |
3954 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
3955 | |
7379 | 3956 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
3957 | |
3958 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
3959 Call __get__ instead of get. | |
3960 | |
3961 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
3962 | |
3963 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
3964 Frobenius norm if matrix is all zeros. Use transpose instead of | |
3965 hermitian operator. | |
3966 | |
7376 | 3967 2008-01-14 Bill Denney <bill@denney.ws> |
3968 | |
3969 * plot/axis.m: Correctly handle "tight" and "image" options. | |
3970 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3971 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 3972 |
3973 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
3974 image/rgb2ntsc.m: Also accept images as input. | |
3975 | |
3976 * image/gray2ind.m: Handle image type other than double. | |
3977 Improve error checking and documentation. | |
3978 | |
7371 | 3979 2008-01-14 John W. Eaton <jwe@octave.org> |
3980 | |
7372 | 3981 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
3982 instead of calling tolower on first arg. Default font name is | |
3983 Helvetica, not helvetica. Don't downcase user-specified font name. | |
3984 (__maybe_munge_text__): Fix typo. | |
3985 | |
7371 | 3986 * optimization/sqp.m: Fix function definitions in test code. |
3987 | |
7361 | 3988 2008-01-12 John W. Eaton <jwe@octave.org> |
3989 | |
3990 * plot/gnuplot_binary.in: New file. | |
3991 * plot/gnuplot_binary.m: Delete. | |
3992 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
3993 (SOURCES_IN, GEN_M): New macros. | |
3994 (DISTFILES): Include $(SOURCES_IN) in the list. | |
3995 (FCN_FILES): Include $(GEN_M) in the list. | |
3996 (all): Depend on $(GEN_M). | |
3997 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 3998 (distclean): Also remove $(GEN_M). |
7361 | 3999 |
4000 2008-01-11 John W. Eaton <jwe@octave.org> | |
4001 | |
4002 * optimization/sqp.m: New test from example in doc string. | |
4003 | |
7360 | 4004 2008-01-10 Ben Abbott <bpabbott@mac.com> |
4005 | |
4006 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
4007 to more than one multiplicity group. | |
4008 | |
7358 | 4009 2008-01-10 John W. Eaton <jwe@octave.org> |
4010 | |
4011 * plot/gnuplot_binary.m: New file. | |
4012 * plot/Makefile.in (SOURCES): Add it to the list. | |
4013 | |
7355 | 4014 2008-01-09 John W. Eaton <jwe@octave.org> |
4015 | |
4016 * plot/drawnow.m: Fail if filename includes a directory part that | |
4017 does not exist. | |
4018 | |
7352 | 4019 2008-01-07 John W. Eaton <jwe@octave.org> |
4020 | |
4021 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4022 Error if glob call fails to match any files. | |
4023 | |
7346 | 4024 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
4025 | |
4026 * strings/strtrim.m: Doc fix. | |
4027 | |
7345 | 4028 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
4029 | |
4030 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4031 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4032 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 4033 |
4034 * set/create_set.m, set/union.m: Accept "rows" argument. | |
4035 | |
7341 | 4036 2008-01-02 John W. Eaton <jwe@octave.org> |
4037 | |
4038 * plot/print.m: Correctly handle pbm terminal. | |
4039 | |
7340 | 4040 2007-12-28 John W. Eaton <jwe@octave.org> |
4041 | |
4042 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
4043 extensions. | |
4044 | |
7337 | 4045 2007-12-28 David Bateman <dbateman@free.fr> |
4046 | |
4047 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
4048 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
4049 * Makefile.in (SOURCES): Add to the sources. | |
4050 | |
4051 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
4052 | |
4053 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
4054 Remove unnecessary call of size function. | |
4055 | |
7334 | 4056 2007-12-21 John W. Eaton <jwe@octave.org> |
4057 | |
4058 Version 3.0.0 released. | |
4059 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4060 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 4061 |
4062 * image/imshow.m: Accept empty value for display_range. | |
4063 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4064 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 4065 |
4066 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
4067 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4068 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 4069 |
4070 * image/imshow.m: Store uint8 images as doubles. Handle default | |
4071 display ranges correctly. | |
4072 | |
7327 | 4073 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
4074 Peter A. Gustafson <petegus@umich.edu> | |
4075 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4076 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 4077 |
7325 | 4078 2007-12-19 John W. Eaton <jwe@octave.org> |
4079 | |
4080 * miscellaneous/edit.m: New function. | |
4081 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4082 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4083 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 4084 |
4085 * plot/__bar__.m: Handle "basevalue" option. | |
4086 * plot/__bars__.m: New arg, base_value. | |
4087 | |
7321 | 4088 2007-12-17 David Bateman <dbateman@free.fr> |
4089 | |
4090 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
4091 * plot/Makefiles (SOURCES): Add them to the sources | |
4092 * plot/polar.m: Set the x and y limits to the maximum polar | |
4093 radius. Set the axes to be square. | |
4094 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
4095 and print axis at zero if this is used. | |
4096 | |
4097 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
4098 contours can overlay pcolor plots. Priveldge no hidden line | |
4099 removal when there are multiple objects in the plot. | |
4100 | |
7320 | 4101 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
4102 | |
4103 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
4104 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
4105 | |
7319 | 4106 2007-12-17 Ben Abbott <bpabbott@mac.com> |
4107 | |
4108 * miscellaneous/run.m: Replace script with f when looking for | |
4109 file to run. | |
4110 | |
7316 | 4111 2007-12-14 David Bateman <dbateman@free.fr> |
4112 | |
7317 | 4113 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
4114 * plot/contour.m: Doc fix. | |
4115 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
4116 Include linetype in withclause. | |
4117 | |
7316 | 4118 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
4119 Use it to determine dimensions. Consolidate all 3-d settings. | |
4120 | |
7315 | 4121 2007-12-13 John W. Eaton <jwe@octave.org> |
4122 | |
4123 * image/imshow.m: Turn axis visibility off. | |
4124 Don't scale true color images. | |
4125 * image/image.m: Set axis layer property to "top". | |
4126 | |
7307 | 4127 2007-12-12 John W. Eaton <jwe@octave.org> |
4128 | |
7313 | 4129 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
4130 | |
4131 * plot/pie.m: Avoid calling "exist". | |
4132 | |
7309 | 4133 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 4134 Condense argument processing logic. Allow 6 arguments. |
4135 Use issquare. Avoid calling "exist". | |
7309 | 4136 |
7307 | 4137 * plot/__go_draw_axes__.m: Handle the axes layer property. |
4138 | |
7305 | 4139 2007-12-12 David Bateman <dbateman@free.fr> |
4140 | |
4141 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
4142 * plot/Makefile.in (SOURCES): Add to the sources. | |
4143 | |
7290 | 4144 2007-12-11 John W. Eaton <jwe@octave.org> |
4145 | |
7298 | 4146 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
4147 * plot/surface.m: Not here. | |
4148 | |
7297 | 4149 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
4150 subsequent "unset grid" if there is no grid. | |
4151 | |
7296 | 4152 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
4153 | |
7293 | 4154 * plot/surface.m: Don't set facecolor property in call to |
4155 __go_surface__. | |
4156 | |
7290 | 4157 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
4158 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
4159 | |
7292 | 4160 2007-12-11 Kai Habel <kai.habel@gmx.de> |
4161 | |
7295 | 4162 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
4163 color string is not taken as z value. | |
4164 | |
7292 | 4165 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
4166 zgrid to "on" and box to "off" for used axes. | |
4167 | |
4168 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
4169 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
4170 | |
7286 | 4171 2007-12-11 David Bateman <dbateman@free.fr> |
4172 | |
7288 | 4173 * miscelleaneous/fullfile.m: Ignore empty arguments. |
4174 | |
7287 | 4175 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
4176 * statistics/base/mode.m: Ditto. | |
4177 | |
7286 | 4178 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
4179 object handles are all now non integer. | |
4180 | |
7278 | 4181 2007-12-10 John W. Eaton <jwe@octave.org> |
4182 | |
7282 | 4183 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
4184 | |
7281 | 4185 * general/issymmetric.m: Use ' instead of .' for compatibility |
4186 with previous versions of Octave. | |
4187 * general/ishermitian.m: Delete. | |
7285 | 4188 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 4189 |
7280 | 4190 * plot/fplot.m: In N is not specified, increase initial number of |
4191 points from 3 and 5 to 5 and 8. | |
4192 | |
7279 | 4193 * signal/detrend.m: Move tests here from test/test_signal.m. |
4194 Loosen tolerance on first test from 10*eps to 20*eps. | |
4195 | |
7278 | 4196 * finance/rate.m: Don't request info from fsolve. |
4197 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4198 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 4199 |
4200 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
4201 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
4202 | |
7276 | 4203 2007-12-10 David Bateman <dbateman@free.fr> |
4204 | |
4205 * image/image.m: Rewritten to allow trailing properties to be | |
4206 passed to underlying image object. | |
4207 * image/__img__.m: Pass additional arguments to __go_image__. | |
4208 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
4209 | |
7274 | 4210 2007-12-10 John W. Eaton <jwe@octave.org> |
4211 | |
4212 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
4213 front" to gnuplot. | |
4214 | |
7271 | 4215 2007-12-10 David Bateman <dbateman@free.fr> |
4216 | |
7274 | 4217 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 4218 border front" from images. |
7274 | 4219 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
4220 * plot/pcolor.m: Set axis "box" property. | |
4221 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
4222 Mark as commands. | |
7271 | 4223 |
7269 | 4224 2007-12-07 David Bateman <dbateman@free.fr> |
4225 | |
4226 * plot/surf.m: Don't set facecolor property. | |
4227 | |
7265 | 4228 2007-12-06 John W. Eaton <jwe@octave.org> |
4229 | |
7269 | 4230 * plot/print.m: Pass mono to drawnow. |
4231 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
4232 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
4233 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
4234 disable color specifications. | |
4235 | |
7265 | 4236 * general/issymmetric.m: Move tests here from test/test_number.m |
4237 | |
4238 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
4239 | |
4240 * general/issymmetric.m: To keep its argument sparse and the | |
4241 function quick, use the infinity norm rather than the 2-norm. | |
4242 Also measure the symmetric part rather than the Hermitian part. | |
4243 * general/ishermitian.m: New file. Measure the Hermitian part. | |
4244 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
4245 | |
7248 | 4246 2007-12-04 John W. Eaton <jwe@octave.org> |
4247 | |
7257 | 4248 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
4249 text and label commands if font is "*". | |
4250 | |
7248 | 4251 * linear-algebra/krylov.m: Doc fixes. |
4252 From Marco Caliari <caliari@sci.univr.it>. | |
4253 | |
7250 | 4254 2007-12-04 Kai Habel <kai.habel@gmx.de> |
4255 | |
4256 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
4257 Add "## PKG_ADD: mark_as_command axis" line. | |
4258 | |
7245 | 4259 2007-12-03 John W. Eaton <jwe@octave.org> |
4260 | |
4261 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
4262 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
4263 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
4264 Generate demos from examples. | |
4265 | |
7240 | 4266 2007-12-03 David Bateman <dbateman@free.fr> |
4267 | |
7243 | 4268 * testfun/test.m: Disable "testif" test block to avoid spurious |
4269 skipped test for "make check". Avoid printing variables for | |
4270 skipped tests. | |
4271 | |
7242 | 4272 * testfun/test.m: Add "testif" type to allow for conditional tests. |
4273 | |
7240 | 4274 * plot/plotyy.m: Use activepositionproperty property of axes |
4275 object. Set second axis color to "none". | |
4276 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
4277 property of the axis objects. | |
4278 | |
7239 | 4279 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
4280 | |
4281 * linear-algebra/condest.m: Loosen tolerance in test. | |
4282 | |
7236 | 4283 2007-12-02 John W. Eaton <jwe@octave.org> |
4284 | |
4285 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
4286 get_data_limits. | |
4287 | |
7222 | 4288 2007-11-30 John W. Eaton <jwe@octave.org> |
4289 | |
4290 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
4291 (get_data_limits, get_axis_limits): Delete. | |
4292 | |
7228 | 4293 2007-11-30 David Bateman <dbateman@free.fr> |
4294 | |
7235 | 4295 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
4296 | |
7228 | 4297 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
4298 tick labels rather than one by one on the labels themselves. | |
4299 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
4300 95% crossing fixed. | |
4301 | |
7217 | 4302 2007-11-29 David Bateman <dbateman@free.fr> |
4303 | |
7220 | 4304 * plot/pareto.m: New file. |
4305 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4306 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
4307 marks to avoid gnuplot error about formating. More colorspec to | |
4308 after the tics. | |
4309 * plot/plotyy.m: More generic check for appropriate axis color. | |
4310 | |
7217 | 4311 * plot/__stem__.m: New file based on old stem.m expanded to treat |
4312 2- and 3-D. | |
4313 * plot/stem3.m: New function. | |
4314 * plot/Makefile.in (SOURCES): Add them to the sources. | |
4315 * plot/stem.m: Adapt to use __stem__. | |
4316 | |
7216 | 4317 2007-11-29 John W. Eaton <jwe@octave.org> |
4318 | |
4319 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
4320 plot/surf.m, plot/surface.m: Don't return handle value unless | |
4321 requested. | |
4322 | |
4323 * plot/patch.m: Omit isnan check on handle returned from | |
4324 __plt_get_axis_arg__. | |
4325 | |
4326 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
4327 but has no axes. | |
4328 | |
7215 | 4329 2007-11-28 David Bateman <dbateman@free.fr> |
4330 | |
4331 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
4332 ancestor. If leading argument is logical set variable nogca to see | |
4333 if gca() should be called if there is no active handle found. | |
4334 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
4335 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
4336 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
4337 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
4338 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
4339 __plt__get_axis_arg__ to find axis handle. | |
4340 * polar.m: Typo. | |
4341 | |
7213 | 4342 2007-11-28 John W. Eaton <jwe@octave.org> |
4343 | |
4344 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
4345 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4346 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 4347 |
4348 * plot/drawnow.m: Fix typo. | |
4349 | |
7206 | 4350 2007-11-27 David Bateman <dbateman@free.fr> |
4351 | |
7207 | 4352 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
4353 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4354 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
4355 | |
4356 * plot/meshz.m: New function. | |
4357 * plot/Makefile.in (SOURCES): Add it to the list. | |
4358 * plot/surface.m: Allow surface to accept an axis handle as the | |
4359 first argument. | |
4360 * plot/meshc.m: Extract z from the the surface object rather than | |
4361 varargin so that we can rely on code in surface to treat leading | |
4362 axis handles. | |
4363 | |
7206 | 4364 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
4365 y2tics" in the case of a plotyy plot. | |
4366 * plot/plotyy.m: ensure the position property is set correct for | |
4367 the second axis, by setting it after the plot itself. In the case | |
4368 of a plot that returns multiple handles, base the color selection | |
4369 on the first. | |
4370 | |
7204 | 4371 2007-11-27 Kai Habel <kai.habel@gmx.de> |
4372 | |
4373 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
4374 z-value of vertex 'c3'. | |
4375 | |
7203 | 4376 2007-11-27 John W. Eaton <jwe@octave.org> |
4377 | |
4378 * image/image.m: Allow nargin == 0 case to work again. | |
4379 | |
7202 | 4380 2007-11-27 David Bateman <dbateman@free.fr> |
4381 | |
4382 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
4383 colorbar, to ensure that the colorbar is on the canvas for png and | |
4384 postscipt outputs. | |
4385 | |
7189 | 4386 2007-11-26 David Bateman <dbateman@free.fr> |
4387 | |
7197 | 4388 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
4389 return values. | |
4390 | |
7194 | 4391 * plot/plotyy.m: New function |
4392 * plot/Makefile.in (SOURCES): Add it here. | |
4393 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
4394 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
4395 {x|y}label to respect the axis position. | |
4396 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
4397 handle as the first argument. | |
4398 | |
7192 | 4399 * pkg/pkg.m (pkg:install): When loading the installed packages |
4400 index into installed_pkgs_lst and not descriptions.. | |
4401 | |
7189 | 4402 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
4403 * plot/Makefile.in (SOURCES): Add them to the sources. | |
4404 * plot/quiver.m: Modify to use __quiver__.m. | |
4405 | |
4406 * plot/hist.m: Avoid saturation when the x values are in an | |
4407 inetger type. | |
4408 | |
4409 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
4410 | |
4411 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
4412 functions. | |
4413 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
4414 | |
4415 2007-11-26 David Bateman <dbateman@free.fr> | |
4416 | |
4417 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
4418 extent. | |
4419 | |
4420 * plot/colorbar.m: New function. | |
4421 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4422 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
4423 precalculate the clim, set pm3d except for mesh. | |
4424 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
4425 save the real values so that colorbar corresponds to the contour | |
4426 levels. | |
4427 | |
4428 * plot/stem.m: Set marker color the same as the line color. Draw | |
4429 a single discontinous line object for the stems. | |
4430 | |
4431 * plot/sphere.m: New function ported from JHandles. | |
4432 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4433 | |
4434 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
4435 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
4436 to get enhanced mode to work correctly for the X11 terminal. | |
4437 | |
4438 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
4439 the reverse. Allow an axes handle to be passed and/or returned. | |
4440 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
4441 | |
4442 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
4443 sort surface patches by their depth and not the order they are | |
4444 rendered in. | |
4445 | |
4446 * plot/__patch__.m: Set clim correctly. | |
4447 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
4448 the marker color is determined by the cmap. | |
4449 * plot/scatter.m: New function to 2D scatter plots. | |
4450 * plot/scatter3.m: New function to 3D scatter plots. | |
4451 * plot/__scatter__.m: Support function for scatter plots | |
4452 * Makefile.in (SOURCES): Ad dnew functions here. | |
4453 | |
4454 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
4455 Return whether the terminal supports enhanced text or not. | |
4456 (drawnow:enhanced_term): New sub-function to determine if terminal | |
4457 supports enhanced mode. | |
4458 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
4459 __go_draw_axes__. | |
4460 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
4461 needed to support the enhanced mode. | |
4462 * plot/print.m: Remove "enhanced" option as this is now treated in | |
4463 drawnow.m. | |
4464 | |
4465 * plot/caxis.m: New function to control the color axis limits. | |
4466 * plot/Makefile.in (SOURCES): Include it. | |
4467 * plot/axis.m: Allow the first argument to be an axes handle. | |
4468 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
4469 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
4470 caxis limits. | |
4471 | |
4472 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
4473 * image/Makefile.in (SOURCES): Include it. | |
4474 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
4475 of the bars for the colormap. | |
4476 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
4477 passed. | |
4478 * plot/__contour.m: Avoid possible divide by zero error. | |
4479 * plot/contour.m: Missing semicolon. | |
4480 * plot/surface.m: Don't attempt to set additional arguments if | |
4481 there are none. | |
4482 * plot/Makefile.in (SOURCES): Include __bars__.m | |
4483 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4484 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 4485 |
4486 * plot/__bar__.m: put bar creation code into separate function | |
4487 to allow easy hook up from other graphic backends | |
4488 | |
4489 * plot/__bars__.m: new function containing bar creation code | |
4490 | |
7186 | 4491 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
4492 | |
4493 * general/accumarray.m: Correct dimension check. | |
4494 | |
7183 | 4495 2007-11-26 John W. Eaton <jwe@octave.org> |
4496 | |
4497 * polynomial/residue.m: Prepad along second dimension. | |
4498 From Doug Stewart <dastew@sympatico.ca>. | |
4499 | |
7181 | 4500 2007-11-26 Kai Habel <kai.habel@gmx.de> |
4501 | |
7183 | 4502 * plot/cylinder.m, plot/slice.m: New functions. |
4503 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 4504 |
7177 | 4505 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
4506 | |
4507 * plot/patch.m: Handle arg may also be hggroup object. | |
4508 Use ancestor to find parent axes object. | |
4509 | |
7175 | 4510 2007-11-14 David Bateman <dbateman@free.fr> |
4511 | |
4512 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
4513 flag to patch that it is not closed. Allow z to take string | |
4514 arguments and use it to flag that the contours are placed at the | |
4515 z level of the contour itself. | |
4516 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
4517 objects as well. Let hidden removal take precedence in case of a | |
4518 conflict. | |
4519 * plot/surface.m: Allow surface to treat handles being passed or | |
4520 returned. Any additional arguments arr used to set the surface | |
4521 handle. | |
4522 * plot/contour3.m: New function | |
4523 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4524 | |
7173 | 4525 2007-11-14 John W. Eaton <jwe@octave.org> |
4526 | |
4527 * specfun/bessel.m: Update doc string from | |
4528 src/DLD-FUNCTIONS/besselj.cc. | |
4529 | |
7170 | 4530 2007-11-12 David Bateman <dbateman@free.fr> |
4531 | |
4532 * plot/contour.m: Allow handles to be passed and returned. Split | |
4533 the countour function itself into __contour__.m to be shared with | |
4534 surfc and meshc. | |
4535 * plot/__contour__.m: New file | |
4536 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4537 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
4538 the face or edge if the facecolor or edge color are marked as | |
4539 "none". Allow the edgecolor to be determined by the cdata in the | |
4540 same manner as the facecolor. Fail if facecolor is not "none" and | |
4541 a 3-D plot is desired, rather than ignoring zdata. Make the | |
4542 storage of 3D/4D data consistent between line, surface and patch | |
4543 objects. | |
4544 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
4545 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 4546 |
4547 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
4548 Handle fontweight and fontangle properties. | |
4549 | |
7163 | 4550 2007-11-12 Kai Habel <kai.habel@gmx.de> |
4551 | |
4552 * plot/spinmap.m, plot/ribbon.m: New functions. | |
4553 * plot/Makefile.in (SOURCES): Add them to the list. | |
4554 | |
4555 2007-11-12 John W. Eaton <jwe@octave.org> | |
4556 | |
4557 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
4558 Use it to avoid duplicated code. | |
4559 | |
7161 | 4560 2007-11-12 David Bateman <dbateman@free.fr> |
4561 | |
7162 | 4562 * plot/title.m: Fix return value for nargout > 0. |
4563 | |
4564 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
4565 specified for the title, xlabel, ylabel and text objects. | |
4566 | |
7161 | 4567 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
4568 4.0 and surface plots. | |
4569 | |
7160 | 4570 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
4571 | |
4572 * plot/__patch__.m: Fix computation of faces when patch is defined | |
4573 with X/Y/Z data. | |
4574 | |
7146 | 4575 2007-11-09 John W. Eaton <jwe@octave.org> |
4576 | |
7152 | 4577 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 4578 Correct logic in setting palette data. |
7152 | 4579 |
7151 | 4580 * audio/wavread.m, control/base/__bodquist__.m, |
4581 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
4582 control/system/c2d.m, control/system/is_detectable.m, | |
4583 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
4584 control/system/tfout.m, general/isdefinite.m, | |
4585 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
4586 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
4587 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
4588 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
4589 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
4590 testfun/test.m: Use specific end keywords. | |
4591 | |
7146 | 4592 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
4593 | |
4594 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
4595 | |
4596 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
4597 Don't change view if hold is on. | |
4598 | |
7142 | 4599 2007-11-09 David Bateman <dbateman@free.fr> |
4600 | |
7149 | 4601 * plot/hidden.m: New function. |
4602 * plot/Makefile.in (SOURCES): Add it here. | |
4603 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
4604 line removal. | |
4605 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
4606 removal and if it is "none" don't do hidden line removal. | |
4607 | |
7148 | 4608 * plot/legend.m: Also allow labels for surface and patch types. |
4609 * plot/__bar__.m: Split into separate patch pbjects to allow | |
4610 setting of the legend. | |
4611 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
4612 objects as well. | |
4613 | |
7146 | 4614 * plot/area.m, plot/__area__.m: New functions |
4615 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
4616 | |
7142 | 4617 * plot/patch.m: Correctly handle case of axis handle as first arg. |
4618 | |
7144 | 4619 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
4620 | |
4621 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
4622 | |
7131 | 4623 2007-11-08 John W. Eaton <jwe@octave.org> |
4624 | |
7133 | 4625 * control/base/dcgain.m, control/base/dre.m, |
4626 control/base/impulse.m, control/base/step.m, | |
4627 control/system/dmr2d.m, control/system/ord2.m, | |
4628 control/system/sys2ss.m, control/system/sysdimensions.m, | |
4629 control/system/sysgetsignals.m, control/system/sysout.m, | |
4630 control/system/tfout.m, control/system/ugain.m, | |
4631 control/system/zpout.m, control/util/strappend.m: | |
4632 Don't fail with usage message if nargout is too large. | |
4633 | |
7131 | 4634 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
4635 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4636 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 4637 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
4638 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
4639 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
4640 control/obsolete/rotg.m, control/obsolete/series.m, | |
4641 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
4642 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 4643 control/system/__syschnamesl__.m, |
4644 control/system/__syscont_disc__.m, | |
4645 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
4646 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
4647 control/system/abcddim.m, control/system/buildssic.m, | |
4648 control/system/c2d.m, control/system/cellidx.m, | |
4649 control/system/d2c.m, control/system/dmr2d.m, | |
4650 control/system/fir2sys.m, control/system/is_abcd.m, | |
4651 control/system/is_controllable.m, control/system/is_detectable.m, | |
4652 control/system/is_digital.m, control/system/is_observable.m, | |
4653 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4654 control/system/jet707.m, control/system/listidx.m, | |
4655 control/system/parallel.m, control/system/ss.m, | |
4656 control/system/ss2sys.m, control/system/ss2zp.m, | |
4657 control/system/starp.m, control/system/sys2ss.m, | |
4658 control/system/sys2tf.m, control/system/sys2zp.m, | |
4659 control/system/sysadd.m, control/system/sysappend.m, | |
4660 control/system/sysconnect.m, control/system/syscont.m, | |
4661 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 4662 control/system/sysdup.m, control/system/sysgetsignals.m, |
4663 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 4664 control/system/sysmult.m, control/system/sysout.m, |
4665 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 4666 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 4667 control/system/syssub.m, control/system/sysupdate.m, |
4668 control/system/tf.m, control/system/tf2ss.m, | |
4669 control/system/tf2sys.m, control/system/tfout.m, | |
4670 control/system/zp.m, control/system/zp2ss.m, | |
4671 control/system/zp2sys.m, control/system/zp2tf.m, | |
4672 control/system/zpout.m, control/util/__outlist__.m, | |
4673 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
4674 control/util/prompt.m, control/util/sortcom.m, | |
4675 control/util/zgfmul.m, control/util/zgfslv.m, | |
4676 control/util/zginit.m, control/util/zgreduce.m, | |
4677 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 4678 |
7130 | 4679 2007-11-08 David Bateman <dbateman@free.fr> |
4680 | |
4681 * plot/quiver.m: Fix arrowheads. | |
4682 | |
7128 | 4683 2007-11-07 Ben Abbott <bpabbott@mac.com> |
4684 | |
4685 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 4686 Handle "rows" argument. New tests. |
7128 | 4687 (cell_ismember): New function. |
4688 | |
7127 | 4689 2007-11-07 John W. Eaton <jwe@octave.org> |
4690 | |
4691 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4692 control/base/__stepimp__.m, control/base/are.m, | |
4693 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
4694 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
4695 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
4696 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
4697 control/base/ltifr.m, control/base/nichols.m, | |
4698 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
4699 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
4700 Style fixes. | |
4701 | |
7125 | 4702 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
4703 | |
4704 * control/base/bode_bounds.m, control/base/dgram.m, | |
4705 control/base/dlyap.m, control/base/freqchkw.m, | |
4706 control/base/gram.m, control/base/place.m, | |
4707 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
4708 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
4709 control/system/is_signal_list.m, control/system/ss2tf.m, | |
4710 control/system/sys2fir.m, control/system/sysgettsam.m, | |
4711 control/system/sysgettype.m, control/system/sysreorder.m, | |
4712 control/system/tf2sys.m, control/system/zp2tf.m, | |
4713 control/util/axis2dlim.m, control/util/swap.m, | |
4714 control/util/zgfmul.m, control/util/zgfslv.m, | |
4715 control/util/zginit.m, control/util/zgreduce.m, | |
4716 control/util/zgrownorm.m, control/util/zgscal.m, | |
4717 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
4718 geometry/inpolygon.m, linear-algebra/housh.m, | |
4719 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
4720 miscellaneous/run.m, quaternion/qconj.m, | |
4721 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
4722 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
4723 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
4724 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
4725 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
4726 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
4727 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
4728 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
4729 statistics/distributions/empirical_cdf.m, | |
4730 statistics/distributions/empirical_inv.m, | |
4731 statistics/distributions/empirical_pdf.m, | |
4732 statistics/models/logistic_regression_derivatives.m, | |
4733 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
4734 | |
7118 | 4735 2007-11-07 David Bateman <dbateman@free.fr> |
4736 | |
7120 | 4737 * general/gradient.m: Correctly convert deltax and deltay scalar |
4738 values are scalars to vectors. | |
4739 | |
7119 | 4740 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4741 the meshc.m function. | |
4742 * plot/meshc.m: Also use the surface function. | |
4743 | |
7120 | 4744 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4745 * plot/Makefile.in (SOURCES): Add them to the list. |
4746 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4747 | |
7117 | 4748 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4749 | |
4750 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4751 | |
7115 | 4752 2007-11-07 John W. Eaton <jwe@octave.org> |
4753 | |
4754 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4755 the data limits are infinite. | |
4756 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4757 (get_axis_limits): Don't do anything if min_val or max_val are | |
4758 infinite. | |
4759 | |
7112 | 4760 2007-11-06 David Bateman <dbateman@free.fr> |
4761 | |
4762 * plot/hist.m: Pass any additional arguments to bar for | |
4763 treatment. Create a default x value that is always a vector. | |
4764 | |
7111 | 4765 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4766 | |
4767 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4768 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4769 |
4770 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4771 | |
4772 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4773 New files. | |
4774 * plot/mesh.m: Call surface to do the real work. | |
4775 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4776 properties. | |
4777 | |
4778 * image/colormap.m: Also return current colormap if nargout and | |
4779 nargin are both 0. | |
4780 | |
7106 | 4781 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4782 | |
4783 * startup/inputrc: Delete key bindings starting with \340 code. | |
4784 | |
7112 | 4785 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4786 |
4787 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4788 to avoid issues of over- and underflow. From Rolf Fabian | |
4789 <Rolf.Fabian@gmx.de>. | |
4790 | |
7097 | 4791 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4792 | |
4793 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4794 help texts. | |
4795 | |
7096 | 4796 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4797 | |
4798 * plot/bar.m, plot/barh.m: Doc fix. | |
4799 | |
7094 | 4800 2007-10-31 John W. Eaton <jwe@octave.org> |
4801 | |
4802 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4803 | |
7086 | 4804 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4805 | |
4806 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4807 objects and legend objects are implemented with a separate axes | |
4808 object. | |
4809 | |
7078 | 4810 2007-10-30 David Bateman <dbateman@free.fr> |
4811 | |
7081 | 4812 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4813 | |
7078 | 4814 * plot/__go_draw_axes__.m (do_linestyle_command): |
4815 Use point type 0 for ".". | |
4816 | |
7073 | 4817 2007-10-26 John W. Eaton <jwe@octave.org> |
4818 | |
7074 | 4819 * image/imshow.m: Improve compatibility. |
4820 * image/image.m: Return handle if nargou > 0. | |
4821 | |
7073 | 4822 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4823 | |
7069 | 4824 2007-10-25 John W. Eaton <jwe@octave.org> |
4825 | |
4826 * miscellaneous/compare_versions.m: Style fixes. | |
4827 | |
7060 | 4828 2007-10-24 John W. Eaton <jwe@octave.org> |
4829 | |
7061 | 4830 * image/saveimage.m: Use functional form of save instead of eval. |
4831 Use -text instead of -ascii. | |
4832 | |
7060 | 4833 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4834 | |
7054 | 4835 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4836 | |
4837 * plot/legend.m: Also extract location string from varargin (lost | |
4838 when 2007-10-08 patch was applied). | |
4839 | |
7049 | 4840 2007-10-23 David Bateman <dbateman@free.fr> |
4841 | |
4842 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4843 miscellaneous/what.m: New functions | |
4844 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4845 functions. | |
4846 | |
7045 | 4847 2007-10-22 David Bateman <dbateman@free.fr> |
4848 | |
4849 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
4850 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
4851 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4852 | |
7042 | 4853 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4854 | |
4855 * plot/contourf.m: New function. | |
4856 * plot/Makefile.in (SOURCES): Add it to the list. | |
4857 | |
7040 | 4858 2007-10-19 John W. Eaton <jwe@octave.org> |
4859 | |
4860 * plot/subplot.m: Doc fix. | |
4861 | |
7039 | 4862 2007-10-19 David Bateman <dbateman@free.fr> |
4863 | |
7041 | 4864 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 4865 |
7037 | 4866 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
4867 | |
4868 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
4869 output. | |
4870 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4871 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 4872 |
4873 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
4874 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
4875 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
4876 control/system/syssetsignals.m, control/base/lqg.m, | |
4877 strings/str2double.m, control/system/sysscale.m, | |
4878 control/hinf/hinfdemo.m, general/cplxpair.m: | |
4879 Make help text fit on pages when using smallbook. | |
4880 | |
7028 | 4881 2007-10-15 David Bateman <dbateman@free.fr> |
4882 | |
7032 | 4883 * plot/print.m: Call drawnow before printing to ensure the plot is |
4884 on the screen. | |
4885 | |
7028 | 4886 * testfun/test.m: In error/warning blocks test for an error before |
4887 a warning to avoid unexpected failures. | |
4888 | |
7027 | 4889 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
4890 | |
4891 * testfun/assert.m: Correct documentation of absolution versus | |
4892 relative error tolerance and add tests. | |
4893 | |
7024 | 4894 2007-10-14 David Bateman <dbateman@free.fr> |
4895 | |
4896 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
4897 src directory. | |
4898 * plot/Makefile.in (SOURCES): Add fill.m. | |
4899 | |
7020 | 4900 2007-10-13 David Bateman <dbateman@free.fr> |
4901 | |
4902 * plot/__patch__.m: Allow multiple patches to be defined and | |
4903 return a single patch object. Allow Faces/Vertices form of | |
4904 patch. Flag failure so the patch can call print_usage. | |
4905 * plot/patch.m: Update help string for Faces/Vertices | |
4906 call. Respect the fail flag returned by __patch__. Add demo code | |
4907 that tests the functionality of patch. | |
4908 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
4909 patch object. | |
4910 * plot/fill.m: New function. | |
4911 | |
7016 | 4912 2007-10-12 John W. Eaton <jwe@octave.org> |
4913 | |
4914 * Change copyright notices in all files that are part of Octave to | |
4915 GPLv3 or any later version. | |
4916 | |
7012 | 4917 2007-10-11 John W. Eaton <jwe@octave.org> |
4918 | |
4919 * plot/__go_draw_axes__.m (get_axis_limits): | |
4920 Return lim = [] if logscale and no positive values. | |
4921 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
4922 Set initial min and min positive values to Inf, max values to -Inf. | |
4923 (get_data_limits): Correctly handle xminp when no positive values | |
4924 are found. | |
4925 | |
7011 | 4926 2007-10-11 Ben Abbott <bpabbott@mac.com> |
4927 | |
4928 * polynomial/residue.m: New optional input for pole multiplicity. | |
4929 Doc fix. Fix tests. | |
4930 | |
7010 | 4931 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
4932 | |
4933 * toplev.cc (Foctave_config_info): Add field "mac". | |
4934 | |
4935 * miscellaneous/ismac.m: New function. | |
4936 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4937 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
4938 | |
7009 | 4939 2007-10-11 Arno Onken <asnelt@asnelt.org> |
4940 | |
4941 * statistics/distributions/hygernd.m: Allow size to be specified | |
4942 as a scalar. Handle three argument case. Allow T, M, and N to be | |
4943 scalars or matrices of a common size. | |
4944 | |
7007 | 4945 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
4946 | |
4947 * control/csrefcard.lt, control/system/is_detectable.m, | |
4948 control/system/sysgroup.m, geometry/voronoin.m, | |
4949 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
4950 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
4951 statistics/distributions/binornd.m, | |
4952 statistics/distributions/cauchy_rnd.m, | |
4953 statistics/distributions/chi2rnd.m, | |
4954 statistics/distributions/discrete_rnd.m, | |
4955 statistics/distributions/exprnd.m, | |
4956 statistics/distributions/frnd.m, | |
4957 statistics/distributions/gamrnd.m, | |
4958 statistics/distributions/geornd.m, | |
4959 statistics/distributions/laplace_rnd.m, | |
4960 statistics/distributions/logistic_rnd.m, | |
4961 statistics/distributions/lognrnd.m, | |
4962 statistics/distributions/nbinrnd.m, | |
4963 statistics/distributions/normrnd.m, | |
4964 statistics/distributions/poissrnd.m, | |
4965 statistics/distributions/stdnormal_rnd.m, | |
4966 statistics/distributions/trnd.m, | |
4967 statistics/distributions/unifrnd.m, | |
4968 statistics/distributions/wblrnd.m: Spelling fixes. | |
4969 | |
7005 | 4970 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
4971 | |
4972 * time/tic.m: New optional output value. | |
4973 | |
4974 * general/int2str.m: Doc fix. | |
4975 | |
7002 | 4976 2007-10-10 Arno Onken <asnelt@asnelt.org> |
4977 | |
4978 * statistics/distributions/hygecdf.m, | |
4979 statistics/distributions/hygeinv.m, | |
4980 statistics/distributions/hygepdf.m, | |
4981 statistics/distributions/hygernd.m: | |
4982 Swap order of T and M args for compatibility. | |
4983 | |
7001 | 4984 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
4985 | |
4986 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
4987 control/system/buildssic.m, control/system/c2d.m, | |
4988 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
4989 control/system/ss2sys.m, control/system/ss2tf.m, | |
4990 control/system/syscont.m, control/system/sysdimensions.m, | |
4991 control/system/sysdisc.m, control/system/sysmult.m, | |
4992 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
4993 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
4994 general/interp1.m, general/interp2.m, general/interp3.m, | |
4995 general/interpft.m, general/interpn.m, general/polyarea.m, | |
4996 general/rat.m, general/structfun.m, general/trapz.m, | |
4997 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
4998 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
4999 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
5000 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
5001 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
5002 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
5003 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
5004 statistics/base/meansq.m, statistics/base/var.m, | |
5005 statistics/tests/chisquare_test_independence.m, | |
5006 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
5007 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
5008 testfun/test.m: Spelling fixes. | |
5009 | |
6998 | 5010 2007-10-10 Ben Abbott <bpabbott@mac.com> |
5011 | |
5012 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
5013 | |
6997 | 5014 2007-10-10 John W. Eaton <jwe@octave.org> |
5015 | |
5016 * general/num2str.m: Always allow for sign for automatically | |
5017 computed format widths. | |
5018 | |
6988 | 5019 2007-10-09 David Bateman <dbateman@free.fr> |
5020 | |
5021 * plot/patch.m: Accept a handle as the first argument. | |
5022 | |
6987 | 5023 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
5024 | |
7010 | 5025 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 5026 |
6985 | 5027 2007-10-09 John W. Eaton <jwe@octave.org> |
5028 | |
5029 * audio/wavwrite.m: Accept arguments in compatible order. | |
5030 | |
6979 | 5031 2007-10-08 David Bateman <dbateman@free.fr> |
5032 | |
5033 * general/interp2.m: Relax test for values outside the grid to | |
5034 allow monotonically decreasing abscissa as well. | |
5035 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5036 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 5037 |
5038 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
5039 as output parameter. | |
5040 | |
6977 | 5041 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
5042 | |
5043 * plot/__go_draw_axes__.m, plot/legend.m: | |
5044 Handle compatible position specifiers as strings. | |
5045 | |
6975 | 5046 2007-10-08 John Swensen <jpswensen@comcast.net> |
5047 | |
5048 * general/num2str.m: Eliminate extra whitespace in output. | |
5049 * strings/strtrim.m: New function. | |
5050 * strings/Makefile.in (SOURCES): Add it to the list. | |
5051 | |
6968 | 5052 2007-10-06 John W. Eaton <jwe@octave.org> |
5053 | |
5054 * polynomial/residue.m: New test from test/test_poly.m. | |
5055 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5056 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 5057 |
5058 * image/saveimage.m: Handle saving color images without a colormap. | |
5059 * image/__img_via_file__.m: Add missing semicolon. | |
5060 | |
5061 2007-10-06 Bill Denney <wsloand@gmail.com> | |
5062 | |
7010 | 5063 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 5064 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
5065 | |
6965 | 5066 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
5067 | |
5068 * plot/print.m: Handle svg output type. Accept new -S option to | |
5069 specify size for PNG and SVG output types. | |
5070 | |
5071 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 5072 |
5073 * polynomial/mpoles.m: New function. | |
5074 * polynomial/residue.m: Modified to behave in reciprocal | |
5075 manner. No longer compute 4th output, "e". No longer accept | |
5076 tolerance input. Explicitly set tolerance parameter to 0.001. | |
5077 Respect maximum relative difference in poles when determining | |
5078 their multiplicity. Use mpoles to determine the multiplicity of | |
5079 poles. | |
5080 | |
6963 | 5081 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
5082 | |
5083 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
5084 for surface plots. | |
5085 | |
6962 | 5086 2007-10-05 John W. Eaton <jwe@octave.org> |
5087 | |
5088 * plot/__next_line_color__.m: Get color_rotation from axes | |
5089 colororder property. | |
5090 | |
6953 | 5091 2007-10-03 John W. Eaton <jwe@octave.org> |
5092 | |
6955 | 5093 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
5094 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
5095 | |
6953 | 5096 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
5097 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
5098 special for __vnorm__. | |
5099 | |
6951 | 5100 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
5101 | |
6952 | 5102 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 5103 |
6950 | 5104 2007-10-03 David Bateman <dbateman@free.fr> |
5105 | |
5106 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
5107 if a file is architecture dependent based on a list of file | |
5108 extensions. | |
5109 (configure_make): Simplify the search for architecture dependent | |
5110 files based on this function. | |
5111 (load_pakages_and_dependencies): Also look for bin directory in | |
5112 the architecture dependent directory. | |
5113 | |
6947 | 5114 2007-10-03 John W. Eaton <jwe@octave.org> |
5115 | |
5116 * miscellaneous/dir.m: Create empty struct with field names. | |
5117 Include datenum in struct. | |
5118 | |
6943 | 5119 2007-10-02 David Bateman <dbateman@free.fr> |
5120 | |
5121 * miscellaneous/ls.m: If nargout return string array of files | |
5122 returned by ls. | |
5123 | |
6942 | 5124 2007-10-01 John W. Eaton <jwe@octave.org> |
5125 | |
5126 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
5127 range values. | |
5128 | |
6937 | 5129 2007-10-01 David Bateman <dbateman@free.fr> |
5130 | |
7010 | 5131 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 5132 speed with small vectors. |
6937 | 5133 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
5134 rather than OCTAVE_HOME(). | |
5135 | |
6935 | 5136 2007-09-30 Ben Abbott <bpabbott@mac.com> |
5137 | |
5138 * plot/findobj.m: New function. | |
5139 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
5140 | |
6925 | 5141 2007-09-26 David Bateman <dbateman@free.fr> |
5142 | |
5143 * pkg/pkg.m: Add second argument to setting for prefix for | |
5144 architecture dependent files. Use throughout. | |
5145 (pkg:issuperuser): New function, use through to check for | |
5146 root user. | |
5147 (pkg:getarchprefix): function to give the archiecture dependent | |
5148 prefix for a package. | |
5149 (pkg:getarchdir): New function giving location of architetcure | |
5150 dependent directory. Use through out. | |
5151 (pkg:install): Treat architecture dependent directory separately | |
5152 as in might not be a sub-directory of the package directory. | |
5153 (pkg:uninstall): ditto. | |
5154 (pkg:create_pkgadddel): Check for global or local install for | |
5155 architecture dependent directory. | |
5156 (pkg:finish_installation): ditto. | |
5157 (pkg:write_INDEX): ditto. | |
5158 (pkg:load_packages_and_dependencies): ditto. | |
5159 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
5160 files to a new location if user is root. | |
5161 (pkg:rm_rf): Check if file or directory exists before removing. | |
5162 (pkg:dirempty): Check if directory exists before checking. | |
5163 | |
5164 * plot/___patch__.m: Allow face colors to be passed as strings | |
5165 | |
5166 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
5167 needed for calls to "hold" without an argument. | |
5168 | |
6920 | 5169 2007-09-21 John W. Eaton <jwe@octave.org> |
5170 | |
6921 | 5171 * optimization/sqp.m: Fix typo. |
5172 | |
6920 | 5173 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
5174 | |
6919 | 5175 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
5176 | |
5177 * control/hinf/h2norm: Compute d*d', not d'*d. | |
5178 | |
6918 | 5179 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
5180 | |
5181 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
5182 unidpdf.m and unidinv.m | |
5183 | |
6914 | 5184 2007-09-18 John W. Eaton <jwe@octave.org> |
5185 | |
5186 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
5187 (do_tics_1): Set numeric axes formats to "%.15g". | |
5188 | |
6912 | 5189 2007-09-18 David Bateman <dbateman@free.fr> |
5190 | |
5191 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
5192 of %g when writing data. | |
5193 | |
6908 | 5194 2007-09-17 John W. Eaton <jwe@octave.org> |
5195 | |
5196 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
5197 | |
6903 | 5198 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
5199 | |
5200 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
5201 noninteger N with N-K < 1. | |
5202 | |
6901 | 5203 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
5204 | |
5205 * strings/index.m: Correct for strings differing after the third | |
5206 position (bug reported by Maude Martin). | |
5207 | |
6895 | 5208 2007-09-13 John W. Eaton <jwe@octave.org> |
5209 | |
5210 * plot/__default_colormap__.m: Delete. | |
5211 * plot/Makefile (SOURCES): Remove from the list. | |
5212 | |
6898 | 5213 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
5214 | |
5215 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
5216 | |
6885 | 5217 2007-09-10 David Bateman <dbateman@free.fr> |
5218 | |
5219 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
5220 limit the selection of colors in the same way as for lines. | |
5221 * plot/__patch__.m: Allow matrix arguments with one patch per | |
5222 column. | |
5223 * plot/__bar__.m: Adapt to use "patch". | |
5224 | |
6870 | 5225 2007-09-06 John W. Eaton <jwe@octave.org> |
5226 | |
5227 * plot/drawnow.m (drawnow): New arg, debug_file. | |
5228 (init_plot_stream): Split from open_plot_stream. | |
5229 * plot/print.m: Accept -debug=FILE argument. | |
5230 | |
6868 | 5231 2007-09-06 David Bateman <dbateman@free.fr> |
5232 | |
7010 | 5233 * general/celldisp.m: New function. |
5234 * general/Makefile.in (SOURCES): Add celldisp.m. | |
5235 * miscellaneous/swapbytes.m: New function. | |
5236 * miscellaneous/gzip.m: New function. | |
5237 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 5238 |
6863 | 5239 2007-09-05 David Bateman <dbateman@free.fr> |
5240 | |
7010 | 5241 * general/structfun.m: New function. |
5242 * general/Makefile.in (SOURCES): Add it to sources. | |
5243 * miscellaneous/run.m: New function. | |
5244 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
5245 * statistics/base/mode.m: New function. | |
5246 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 5247 |
6862 | 5248 2007-09-05 John W. Eaton <jwe@octave.org> |
5249 | |
5250 * miscellaneous/orderfields.m: Use numel instead of length. | |
5251 | |
5252 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
5253 | |
5254 * miscellaneous/orderfields.m: Handle empty structs. | |
5255 | |
6861 | 5256 2007-09-05 John W. Eaton <jwe@octave.org> |
5257 | |
5258 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
5259 DATA_IDX. | |
5260 | |
5261 2007-09-04 David Bateman <dbateman@free.fr> | |
5262 | |
5263 * general/isdir.m: Return a logical value. | |
5264 | |
6859 | 5265 2007-09-04 David Bateman <dbateman@free.fr> |
5266 | |
5267 * statistics/distributions/chi2pdf.m, | |
5268 statistics/distributions/chi2cdf.m, | |
5269 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
5270 distribution functions to account for inverse of scale factor in | |
5271 gamma functions. | |
5272 | |
6857 | 5273 2007-09-01 John W. Eaton <jwe@octave.org> |
5274 | |
5275 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
5276 | |
6853 | 5277 2007-09-01 David Bateman <dbateman@free.fr> |
5278 | |
5279 * polynomial/polyint.m: New function like polyinteg but with | |
5280 explicit integration constant. | |
5281 * polynomial/polyinteg.m: Remove. | |
5282 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
5283 polyinteg.m. | |
5284 * deprecated/polyinteg.m: Move version here. | |
5285 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
5286 | |
6852 | 5287 * geometry/voronoi.m: Add large box around data to get a good |
5288 approximation of the rays to infinity. | |
5289 | |
6851 | 5290 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
5291 | |
5292 * plot/axes.m: Allow parent to be specified when creating axes | |
5293 objects. Support non-figure parents. | |
5294 | |
5295 2007-08-31 John W. Eaton <jwe@octave.org> | |
5296 | |
5297 * plot/ancestor.m: New function, adapted from Octave Forge. | |
5298 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5299 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 5300 |
7010 | 5301 * polynomial/polygcd.m: Better layout of example. |
5302 * polynomial/compan.m: Remove unnecessary check. | |
5303 * polynomial/roots.m: Added example to help text. | |
5304 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
5305 * polynomial/poly.m: Added example to help text. | |
6850 | 5306 |
6848 | 5307 2007-08-30 John W. Eaton <jwe@octave.org> |
5308 | |
5309 * optimization/qp.m: Increase maxit to 200. | |
5310 | |
6847 | 5311 2007-08-30 David Bateman <dbateman@free.fr> |
5312 | |
5313 * geometry/inpolygon.m: New file. | |
5314 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
5315 | |
6843 | 5316 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
5317 | |
5318 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
5319 | |
6829 | 5320 2007-08-24 David Bateman <dbateman@free.fr> |
5321 | |
5322 * plot/__go_draw_axes__.m: Treat text color property. | |
5323 | |
6828 | 5324 2007-08-24 John W. Eaton <jwe@octave.org> |
5325 | |
5326 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
5327 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
5328 | |
5329 * miscellaneous/movefile.m: Separate second and third args and | |
5330 use p1 and p2, not f1 and f2 when constructing arguments for | |
5331 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
5332 | |
6825 | 5333 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
5334 | |
5335 * set/intersect.m: Make it work with cell arrays of strings. | |
5336 | |
6823 | 5337 2007-08-24 David Bateman <dbateman@free.fr> |
5338 | |
7010 | 5339 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 5340 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
5341 functions ported from octave-forge. | |
7010 | 5342 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 5343 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
5344 geometry/triplot.m, geometry/tsearchn.m: | |
5345 New functions. | |
7010 | 5346 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
5347 * geometry/Makefile.in (SOURCES): Add functions above. | |
5348 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 5349 |
6820 | 5350 2007-08-23 John W. Eaton <jwe@octave.org> |
5351 | |
5352 * pkg/pkg.m: Avoid using installed_packages for both function and | |
5353 variable name. | |
5354 | |
5355 2007-08-23 David Bateman <dbateman@free.fr> | |
5356 | |
5357 * plot/plot.m: Allow first arg to be axes handle. | |
5358 | |
6818 | 5359 2007-08-22 David Bateman <dbateman@free.fr> |
5360 | |
5361 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
5362 outputs are returned only if requested. | |
5363 | |
5364 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
5365 | |
5366 * control/base/nichols.m: Fix typo. | |
5367 | |
6813 | 5368 2007-08-13 John W. Eaton <jwe@octave.org> |
5369 | |
5370 * plot/meshgrid.m: Use repmat instead of multiplication. | |
5371 | |
6809 | 5372 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
5373 | |
5374 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
5375 use axes position in each appropriate gnuplot set statement. | |
5376 | |
6808 | 5377 2007-08-10 John W. Eaton <jwe@octave.org> |
5378 | |
5379 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
5380 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
5381 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
5382 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
5383 | |
6807 | 5384 2007-08-10 Kai Habel <kai.habel@gmx.de> |
5385 | |
5386 * plot/patch.m, plot/__patch__.m: New files. | |
5387 * plot/Makefile.in (SOURCES): Add them to the list. | |
5388 | |
5389 2007-08-07 John W. Eaton <jwe@octave.org> | |
5390 | |
5391 * path/savepath.m: Use single quotes for argument to PATH command | |
5392 that is inserted in file. | |
5393 | |
6805 | 5394 2007-07-27 John W. Eaton <jwe@octave.org> |
5395 | |
5396 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
5397 not set in the environment. | |
5398 | |
6796 | 5399 2007-07-25 David Bateman <dbateman@free.fr> |
5400 | |
5401 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5402 control/base/Makefile.in, control/hinf/Makefile.in, | |
5403 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5404 control/util/Makefile.in, deprecated/Makefile.in, | |
5405 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5406 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5407 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
5408 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5409 polynomial/Makefile.in, quaternion/Makefile.in, | |
5410 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
5411 specfun/Makefile.in, special-matrix/Makefile.in, | |
5412 startup/Makefile.in, statistics/Makefile.in, | |
5413 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5414 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5415 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5416 Adjust DISTFILES to allow out of tree "make dist" to work. | |
5417 | |
6795 | 5418 2007-07-25 John W. Eaton <jwe@octave.org> |
5419 | |
5420 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
5421 | |
6793 | 5422 2007-07-24 David Bateman <dbateman@free.fr> |
5423 | |
5424 * image/flag.m: New colormap function. | |
5425 * images/Makefile.in: Include it in SOURCES. | |
5426 | |
5427 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
5428 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5429 image/rainbow.m image/spring.m image/summer.m image/white.m | |
5430 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
5431 * image/gray.m, image/ocean.m: Use the same means of finding the | |
5432 number of colormap elements as the other colormap functions. | |
5433 | |
6790 | 5434 2007-07-24 Kai Habel <kai.habel@gmx.de> |
5435 | |
5436 * plot/__go_draw_axes__.m: Handle patch. | |
5437 | |
6788 | 5438 2007-07-23 David Bateman <dbateman@free.fr> |
5439 | |
5440 * general/rat.m: New function for ration approximation imported | |
5441 from octave-forge. | |
5442 * general/del2.m: New function for discrete laplacian operator. | |
5443 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
5444 | |
5445 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
5446 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5447 image/rainbow.m image/spring.m image/summer.m image/white.m | |
5448 image/winter.m, image/brighten.m: Port image functions from | |
5449 octave-forge. | |
5450 * image/Makefile.in: Add ported functions to SOURCES. | |
5451 * image/gray.m, image/ocean.m: Don't set the colormap for | |
5452 compatibility with matlab. | |
5453 | |
5454 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
5455 octave-forge | |
5456 * plot/Makefile.in: Add ported functions to SOURCES. | |
5457 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
5458 using gnuplot 4.2 or greater. | |
5459 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5460 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 5461 |
5462 * general/cart2sph.m: Fix unbalanced paranthesis. | |
5463 | |
6781 | 5464 2007-07-19 David Bateman <dbateman@free.fr> |
5465 | |
5466 * plot/fplot.m: More compatible version. | |
5467 | |
6780 | 5468 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
5469 | |
5470 * plot/clf.m: Check for valid handle before deleting. | |
5471 | |
5472 * plot/figure.m: Pass "figure" property/value pairs directly to | |
5473 __go_figure__ instead of using regular "set" call. | |
5474 | |
6779 | 5475 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
5476 | |
5477 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
5478 type for gnuplot. | |
5479 | |
6778 | 5480 2007-07-18 John W. Eaton <jwe@octave.org> |
5481 | |
5482 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
5483 gnuplot for each set of axes. | |
5484 | |
6777 | 5485 2007-07-18 David Bateman <dbateman@free.fr> |
5486 | |
6778 | 5487 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
5488 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
5489 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
5490 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
5491 Use standard scale factor rather than one on the scale factor for | |
5492 compatibility. | |
5493 | |
5494 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
5495 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
5496 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5497 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
5498 Preserve backward compatibility. | |
6777 | 5499 |
6776 | 5500 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
5501 | |
5502 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
5503 to avoid issues with regexp special characters in the path strings. | |
5504 | |
6770 | 5505 2007-07-06 David Bateman <dbateman@free.fr> |
5506 | |
6778 | 5507 * general/accumarray.m: New function to create an array by |
5508 accumulating the elements. | |
6770 | 5509 |
6768 | 5510 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
5511 | |
5512 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
5513 (fdjac): Set nx outside of if block. | |
5514 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
5515 | |
6765 | 5516 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
5517 | |
5518 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
5519 | |
5520 * plot/axis.m: Also set "visible" property when setting axes to | |
5521 on/off. | |
5522 | |
6762 | 5523 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
5524 | |
5525 * image/colormap.m: Only return colormap if nargout > 0. | |
5526 Mark as command. | |
5527 | |
6758 | 5528 2007-06-25 John W. Eaton <jwe@octave.org> |
5529 | |
5530 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
5531 strcmp for selected property comparisons. | |
5532 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5533 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 5534 |
6778 | 5535 * image/imshow.m: Fix check for colormap arguments. |
6756 | 5536 |
6754 | 5537 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
5538 | |
5539 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
5540 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5541 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 5542 |
6778 | 5543 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 5544 argument, and note that the data should be sorted for the |
5545 definition of the median to be correct. | |
5546 | |
6778 | 5547 * statistics/base/std.m: Add missing square to definition of |
6754 | 5548 standard deviation. |
5549 | |
6778 | 5550 * statistics/base/cov.m: Add definition of covariance to the help text. |
5551 | |
5552 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 5553 statistics/base/std.m: |
5554 Note that \bar{x} is the mean value of x in the help text. | |
5555 | |
6778 | 5556 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 5557 coefficient to the help text. |
5558 | |
6778 | 5559 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
5560 | |
5561 * statistics/base/var.m: Put N in @math in help text. | |
5562 | |
5563 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 5564 statistics/tests/kolmogorov_smirnov_test.m: |
5565 Write about possible values of 'dist' in help text. | |
5566 | |
6778 | 5567 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 5568 Add definition of correlation to the help text. |
5569 | |
6778 | 5570 * statistics/base/logit.m, statistics/base/kendall.m, |
5571 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 5572 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
5573 TeXification of help text. | |
5574 | |
5575 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
5576 | |
5577 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
5578 Add missing @var's to help text. | |
5579 | |
5580 * statistics/models/logistic_regression.m: Fix typos in help text. | |
5581 | |
5582 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
5583 of help text. | |
5584 | |
5585 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
5586 help text. | |
5587 | |
5588 * statistics/distributions/unidpdf.m, | |
5589 statistics/distributions/discrete_pdf.m: | |
5590 Replace 'pDF' with 'PDF' in help text. | |
5591 | |
6753 | 5592 2007-06-25 John W. Eaton <jwe@octave.org> |
5593 | |
5594 * strings/substr.m: Use offset consistently in code and doc string. | |
5595 From Rafael Laboissiere <rafael@debian.org>. | |
5596 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5597 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 5598 |
6778 | 5599 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 5600 |
6751 | 5601 2007-06-25 John W. Eaton <jwe@octave.org> |
5602 | |
5603 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
5604 Recycle tic labels if necessary. From Juhani Saastamoinen | |
5605 <juhani@cs.joensuu.fi>. | |
5606 | |
6748 | 5607 2007-06-20 John W. Eaton <jwe@octave.org> |
5608 | |
6749 | 5609 * strings/index.m: Allow strings to be empty. |
5610 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
5611 | |
6748 | 5612 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
5613 | |
6747 | 5614 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
5615 | |
5616 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
5617 separate matrices. | |
5618 | |
6746 | 5619 2007-06-19 David Bateman <dbateman@free.fr> |
5620 | |
5621 * plot/axis.m: Prefer to use legend rather than the older Octave | |
5622 only ";;" legend syntax. | |
5623 * polynomial/mkpp.m: ditto. | |
5624 * polynomial/pchip.m: ditto. | |
5625 * signal/freqz_plot.m: ditto. | |
5626 * sparse/gplot.m: ditto. | |
5627 * sparse/treeplot.m: ditto. | |
5628 | |
6745 | 5629 2007-06-19 John W. Eaton <jwe@octave.org> |
5630 | |
5631 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
5632 (__go_draw_axes__): Call do_tics to handle tic marks. | |
5633 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5634 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 5635 |
6778 | 5636 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 5637 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
5638 to check for NA. | |
5639 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5640 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 5641 |
6778 | 5642 * optimization/glpk.m: TeXified the help text. |
5643 * optimization/qp.m: TeXified the help text. | |
5644 * optimization/sqp.m: TeXified the help text. | |
6741 | 5645 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5646 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 5647 |
6778 | 5648 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 5649 |
6738 | 5650 2007-06-15 John W. Eaton <jwe@octave.org> |
5651 | |
5652 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
5653 have_newer_gnuplot is true. | |
5654 | |
6736 | 5655 2007-06-15 Pete Gustafson <petegus@umich.edu> |
5656 | |
6778 | 5657 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
5658 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 5659 to 90, all others 0. |
5660 | |
6778 | 5661 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
5662 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 5663 get_data_limits. |
6778 | 5664 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 5665 called by __errplot__. |
5666 | |
6730 | 5667 2007-06-15 John W. Eaton <jwe@octave.org> |
5668 | |
5669 * testfun/test.m: Also return number of expected failures. | |
5670 | |
6724 | 5671 2007-06-14 John W. Eaton <jwe@octave.org> |
5672 | |
6730 | 5673 * set/ismember.m: Mark two tests known to fail with xtest. |
5674 | |
6724 | 5675 * plot/__go_draw_axes__.m: Handle text rotation property. |
5676 | |
6728 | 5677 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
5678 | |
5679 * testfun/test.m: Add xtest support for tests known to fail. | |
5680 | |
6727 | 5681 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
5682 | |
5683 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
5684 epslatexstandalone terminals. | |
5685 | |
6721 | 5686 2007-06-14 David Bateman <dbateman@free.fr> |
5687 | |
5688 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
5689 as permutation of results was incorrect. | |
5690 * general/interp1.m: Add demo on second derivative | |
5691 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 5692 call. Add 3D demo. Fix typos |
5693 * general/interp3.m: Fix typos. Correct permutation for use of | |
5694 interpn. | |
6721 | 5695 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
5696 | |
6717 | 5697 2007-06-13 John W. Eaton <jwe@octave.org> |
5698 | |
5699 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 5700 |
6706 | 5701 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5702 | |
5703 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
5704 | |
6704 | 5705 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
5706 | |
5707 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
5708 Set have_linestyle to true if two character linestyle is found. | |
5709 | |
6702 | 5710 2007-06-12 David Bateman <dbateman@free.fr> |
5711 | |
6717 | 5712 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
5713 and interpn.m. | |
5714 | |
5715 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
5716 structure before using it. | |
5717 | |
5718 2007-06-12 David Bateman <dbateman@free.fr> | |
5719 | |
6704 | 5720 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 5721 * general/__splinen__.m: New support function for N-dimensional |
5722 spline interpolation. | |
5723 * general/bicubic.m: Allow definition of extrapolation | |
5724 value. Adapt tests to use new graphics interface | |
5725 * general/interp2.m: Call __splinen__ for 2-D spline | |
5726 interpolation. Make the lookup table code only be called for | |
5727 linear and nearest methods. | |
5728 * general/interpn.m: New function for N-dimensional, linear, nearest | |
5729 and spline interpolation. | |
5730 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
5731 and spline interpolation. | |
6704 | 5732 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 5733 |
6701 | 5734 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
5735 | |
5736 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
5737 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5738 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5739 |
5740 * plot/fplot.m: If function is inline, vectorize it. | |
5741 | |
6698 | 5742 2007-06-10 David Bateman <dbateman@free.fr> |
5743 | |
5744 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5745 directory if need to, so that it fits on a line. | |
5746 | |
6695 | 5747 2007-06-07 David Bateman <dbateman@free.fr> |
5748 | |
5749 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5750 saved file so that dependent packages are loaded first, and if | |
5751 nargout==0 don't return any arguments. | |
5752 (pkg:install): Only load packages that are marked autoload after | |
5753 install. Various fixes. Save in order. | |
5754 (pkg:uninstall): Save in order | |
5755 (pkg:load_packages): Use load_package_and_dependencies to load | |
5756 packages. | |
5757 (pkg:save_order): New function to sort package list with dependent | |
5758 packages first. | |
5759 (pkg:load_packages_and_dependencies): New function to load both a | |
5760 list of packages and their dependencies. | |
5761 (pkg:load_package_dirs): New function that returns a vector of the | |
5762 indexes into the installed package list indicating the packages to | |
5763 load and the order to load them in to respect the dependencies. | |
5764 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5765 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5766 |
5767 * plot/axes.m: Eliminate redundant else clause. | |
5768 | |
6686 | 5769 2007-06-03 David Bateman <dbateman@free.fr> |
5770 | |
5771 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5772 * pkg/pkg.m: Protect against multiple actions being define. |
5773 | |
6683 | 5774 2007-06-01 David Bateman <dbateman@free.fr> |
5775 | |
5776 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5777 incorporate into main pkg function. | |
5778 (pkg:install): Check for existence of files to install before | |
5779 globbing and warn the user if they don't exist. | |
5780 | |
6675 | 5781 2007-05-31 David Bateman <dbateman@free.fr> |
5782 | |
6679 | 5783 * miscellaneous/copyfile.m: Split copying of multiple files to a |
5784 directory over several copy command to limit the line length. | |
5785 * miscellaneous/movefile.m: Ditto. | |
5786 | |
6675 | 5787 * pkg.m: Add build option to allow binary Octave packages to be |
5788 built from source packages. Probe absolute path of prefix, global | |
5789 and local lists. Use strcat, rather that [] for strings. | |
5790 (pkg:build): New function to binary binary package. | |
5791 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5792 (pkg:repackage): Package binary Octave package from installation. | |
5793 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5794 from m-files into main installation directory. | |
5795 (pkg:shell): Suppress verbose messages from shell and only display | |
5796 them with the verbose flag. | |
5797 (pkg:installed_packages): Also include the loaded flag in the | |
5798 local and global packages. | |
5799 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5800 flagged as loaded. | |
5801 | |
5802 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5803 | |
5804 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5805 with and without architecture dependent directories. | |
5806 (pkg:installed_packages): Probe the global_list file even if it is | |
5807 the same as the local_list. | |
5808 | |
6669 | 5809 2007-05-29 John W. Eaton <jwe@octave.org> |
5810 | |
5811 * sparse/spy.m: Set axis to "ij" mode. | |
5812 | |
6664 | 5813 2007-05-24 John W. Eaton <jwe@octave.org> |
5814 | |
5815 * set/ismember.m: Quote first arg of "fail" tests. | |
5816 | |
6663 | 5817 2007-05-24 David Bateman <dbateman@free.fr> |
5818 | |
6778 | 5819 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5820 |
6655 | 5821 2007-05-22 David Bateman <dbateman@free.fr> |
5822 | |
5823 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5824 error(lasterr()(8:end)). | |
5825 (pkg:install): Warning for empty packages being removed. Suppress | |
5826 spurious output. Warning rather than error for uninstalling a | |
5827 package that is not installed to avoid RPM issue. | |
5828 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5829 inst or architecture dependent directory if it exists. | |
5830 | |
6653 | 5831 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5832 | |
5833 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5834 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5835 signal/freqz.m: Fix typos. | |
5836 | |
6645 | 5837 2007-05-21 David Bateman <dbateman@free.fr> |
5838 | |
5839 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5840 force installation location. | |
5841 (rebuild): New subfunction to rebuild package database from | |
5842 installed packages. Also allows changing of autoload status | |
5843 (install): Warn use if attempting to install from non existent | |
5844 file. | |
5845 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
5846 "USER", "root"))' for root test. | |
5847 | |
5848 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5849 | |
5850 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5851 and replace "\" characters with "/". | |
5852 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
5853 characters with "/" throughout. | |
5854 (shell): New subfunction that wraps system and is careful with the | |
5855 shell on windows platforms. | |
5856 (configure_make): Explictly pass complier etc to configure | |
5857 process. | |
5858 (issuperuser): Force default to global install for Windows machines. | |
5859 | |
6636 | 5860 2007-05-19 Kristan Onu |
5861 | |
5862 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
5863 | |
6634 | 5864 2007-05-18 David Bateman <dbateman@free.fr> |
5865 | |
5866 * pkg/pkg.m (install): More verbosity. | |
5867 (configure_make): Ditto. | |
5868 (create_pkgadddel): Install in architecture dependent directory if | |
5869 it exists to address issues with autoload/mfilename. | |
5870 (write_INDEX): Check in archiecture dependent directories as well. | |
5871 | |
6633 | 5872 2007-05-17 David Bateman <dbateman@free.fr> |
5873 | |
5874 * plot/hbar.m: Remove. | |
5875 * plot/barh.m: and move it here. | |
5876 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5877 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 5878 |
5879 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
5880 | |
6629 | 5881 2007-05-16 John W. Eaton <jwe@octave.org> |
5882 | |
5883 * general/logspace.m: Return second arg if fewer than two values | |
5884 are requested. | |
5885 | |
6619 | 5886 2007-05-14 John W. Eaton <jwe@octave.org> |
5887 | |
5888 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
5889 on a new line. | |
5890 | |
6617 | 5891 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
5892 | |
5893 * statistics/distributions/norminv.m, | |
5894 statistics/distributions/norminv.m, | |
5895 statistics/distributions/normpdf.m, | |
5896 statistics/distributions/normrnd.m: | |
5897 Use standard deviation, not variance. | |
5898 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
5899 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
5900 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
5901 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
5902 backward compatibility. | |
5903 | |
6616 | 5904 2007-05-14 David Bateman <dbateman@free.fr> |
5905 | |
5906 * pkg/pkg.m: Mark loaded packages with "*". | |
5907 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5908 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 5909 |
5910 * miscellaneous/single.m: Doc fix. | |
5911 Convert to double instead of returning argument unchanged. | |
5912 | |
5913 * miscellaneous/doc.m: Doc fix. | |
5914 | |
5915 * miscellaneous/ver.m: Doc fix. | |
5916 Don't display information about Octave Forge. | |
5917 | |
6614 | 5918 2007-05-12 David Bateman <dbateman@free.fr> |
5919 | |
5920 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
5921 install to be printed. An error in the on_uninstall script causes | |
5922 a failure to uninstall. Place oct- and mex-files in an | |
5923 architecture dependent directory. | |
5924 | |
6611 | 5925 2007-05-09 John W. Eaton <jwe@octave.org> |
5926 | |
5927 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
5928 | |
6609 | 5929 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5930 | |
5931 * statistics/distributions/normcdf.m: Use standard deviation | |
5932 instead of variance for compatibility. | |
5933 | |
5934 2007-05-08 John W. Eaton <jwe@octave.org> | |
5935 | |
5936 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
5937 | |
5938 * set/ismember.m: Always return logical values. | |
5939 | |
5940 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 5941 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 5942 |
5943 * general/__isequal__.m: Allow numeric values of different classes | |
5944 to compare equal. | |
5945 | |
6606 | 5946 2007-05-07 David Bateman <dbateman@free.fr> |
5947 | |
6607 | 5948 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
5949 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 5950 |
6605 | 5951 2007-05-02 John W. Eaton <jwe@octave.org> |
5952 | |
5953 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
5954 | |
6604 | 5955 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5956 | |
5957 * contour.m: Rewrite help string. | |
5958 | |
6599 | 5959 2007-04-28 John W. Eaton <jwe@octave.org> |
5960 | |
5961 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
5962 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
5963 Special case nargout == 0. | |
5964 | |
6597 | 5965 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
5966 | |
5967 * general/sub2ind.m: Handle empty input, add tests. | |
5968 | |
6590 | 5969 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5970 | |
5971 * plot/contourc.m: Doc fix. | |
5972 | |
6586 | 5973 2007-04-26 David Bateman <dbateman@free.fr> |
5974 | |
5975 * plot/hist.m: Partially remove previous patch. | |
5976 | |
6582 | 5977 2007-04-26 David Bateman <dbateman@free.fr> |
5978 | |
5979 * plot/hist.m: Support returning of handle | |
5980 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
5981 cells. | |
5982 | |
6575 | 5983 2007-04-25 John W. Eaton <jwe@octave.org> |
5984 | |
6579 | 5985 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
5986 "title \"\"", not "". | |
5987 | |
6575 | 5988 * plot/legend.m: Initialize WARNED to false. |
5989 | |
6567 | 5990 2007-04-24 John W. Eaton <jwe@octave.org> |
5991 | |
5992 * 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
|
5993 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 5994 |
5995 2007-04-23 John W. Eaton <jwe@octave.org> | |
5996 | |
5997 * plot/box.m: Delete extra endfunction keyword. | |
5998 | |
6560 | 5999 2007-04-23 David Bateman <dbateman@free.fr> |
6000 | |
6001 * plot/plot3.m: Call newplot. | |
6002 | |
6553 | 6003 2007-04-20 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
6006 | |
6546 | 6007 2007-04-19 John W. Eaton <jwe@octave.org> |
6008 | |
6009 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
6010 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
6011 | |
6544 | 6012 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
6013 | |
6014 * control/util/axis2dlim.m: Delete extraneous line. | |
6015 | |
6542 | 6016 2007-04-18 John W. Eaton <jwe@octave.org> |
6017 | |
6018 * specfun/factorial.m: Increase tolerance in large value test. | |
6019 | |
6540 | 6020 2007-04-18 David Bateman <dbateman@free.fr> |
6021 | |
6022 * __bar__.m: New support function for bar/hbar to support graphic | |
6023 handles, and additional arguments. | |
6024 * bar.m: Convert to use __bar__. | |
6025 * hbar.m: New function | |
6026 * hist.m: Explicitly set the width of the bar plot. | |
6027 | |
6533 | 6028 2007-04-17 John W. Eaton <jwe@octave.org> |
6029 | |
6534 | 6030 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
6031 | |
6533 | 6032 * set/ismember.m: New tests. |
6033 From David Grohmann <grohmann@arlut.utexas.edu> | |
6034 | |
6532 | 6035 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
6036 | |
6037 * specfun/factorial.m: Use gamma function instead of cumprod. | |
6038 Add tests. | |
6039 | |
6527 | 6040 2007-04-16 John W. Eaton <jwe@octave.org> |
6041 | |
6528 | 6042 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
6043 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
|
6044 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 6045 |
6527 | 6046 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
6047 | |
6526 | 6048 2007-04-13 John W. Eaton <jwe@octave.org> |
6049 | |
6527 | 6050 * optimization/sqp.m: Initialize info to 0. |
6051 | |
6526 | 6052 * optimization/qp.m: Undo previous change. |
6053 | |
6524 | 6054 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6055 | |
6056 * spdiags.m: Fixed the four-argument case to work for columns of | |
6057 length one. | |
6058 | |
6523 | 6059 2007-04-12 John W. Eaton <jwe@octave.org> |
6060 | |
6061 * optimization/qp.m: Avoid Octave indexing bug. | |
6062 | |
6521 | 6063 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
6064 | |
6522 | 6065 * miscellaneous/menu.m, control/base/bddemo.m, |
6066 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
6067 control/system/sysrepdemo.m: | |
6068 Adapt to page_screen_output as a function. | |
6521 | 6069 |
6518 | 6070 2007-04-11 John W. Eaton <jwe@octave.org> |
6071 | |
6072 * miscellaneous/not.m: Delete. | |
6073 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
6074 | |
6075 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6076 | |
6077 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
6078 that are close but not exactly equal. | |
6079 | |
6515 | 6080 2007-04-11 David Bateman <dbateman@free.fr> |
6081 | |
6082 * general/bitcmp.m: Make it work again. | |
6083 | |
6512 | 6084 2007-04-10 John W. Eaton <jwe@octave.org> |
6085 | |
6086 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
6087 that are close but not exactly equal. | |
6088 | |
6511 | 6089 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
6090 | |
6091 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
6092 in response to a change in x limits for now. | |
6093 | |
6510 | 6094 2007-04-09 John W. Eaton <jwe@octave.org> |
6095 | |
6096 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
6097 (__go_draw_axes__): Use it to write data to plot stream. | |
6098 | |
6509 | 6099 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
6100 | |
6101 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
6102 zeros. Set markerfacecolor property in call to plot. | |
6103 | |
6508 | 6104 2007-04-06 John W. Eaton <jwe@octave.org> |
6105 | |
6106 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
6107 | |
6108 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
6109 | |
6110 * plot/stem.m: Use plot instead of a series of calls to line. | |
6111 | |
6494 | 6112 2007-04-05 John W. Eaton <jwe@octave.org> |
6113 | |
6499 | 6114 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
6115 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
6116 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6117 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
6118 | |
6496 | 6119 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 6120 Use strcmpi instead of strcmp+tolower. |
6496 | 6121 Style fixes. |
6122 | |
6494 | 6123 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
6124 Plotting fixes. Style fixes. | |
6125 | |
6126 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
6127 Style fixes. | |
6128 | |
6129 * testfun/fail.m: No need to check for evalin and lastwarn. | |
6130 Style fixes. | |
6131 | |
6132 * testfun/demo.m, testfun/example.m: Style fixes. | |
6133 Use "strcat (...)" instead of "[...]". | |
6134 Use format specifiers in calls to warning. | |
6135 | |
6136 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
6137 Use "strcat (...)" instead of "[...]". | |
6138 Use "x(end)" instead of "x(length (x))". | |
6139 Check NA before NaN. | |
6140 Style fixes. | |
6141 | |
6473 | 6142 2007-03-29 John W. Eaton <jwe@octave.org> |
6143 | |
6474 | 6144 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 6145 |
6467 | 6146 2007-03-27 John W. Eaton <jwe@octave.org> |
6147 | |
6148 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6149 control/base/Makefile.in, control/hinf/Makefile.in, | |
6150 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6151 control/util/Makefile.in, deprecated/Makefile.in, | |
6152 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6153 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6154 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6155 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6156 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6157 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6158 special-matrix/Makefile.in, startup/Makefile.in, | |
6159 statistics/Makefile.in, statistics/base/Makefile.in, | |
6160 statistics/distributions/Makefile.in, | |
6161 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6162 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6163 Use ln instead of $(LN_S) in dist target. | |
6164 | |
6465 | 6165 2007-03-27 David Bateman <dbateman@free.fr> |
6166 | |
6167 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
6168 gnuplot 4.0. | |
6169 | |
6464 | 6170 2007-03-26 John W. Eaton <jwe@octave.org> |
6171 | |
6172 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
6173 | |
6461 | 6174 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
6175 | |
6176 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
6177 plot stream and using binary data. | |
6178 | |
6459 | 6179 2007-03-26 John W. Eaton <jwe@octave.org> |
6180 | |
6181 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6182 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6183 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
6184 | |
6185 2007-03-26 David Bateman <dbateman@free.fr> | |
6186 | |
6461 | 6187 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
6188 | |
6459 | 6189 * plot/plot3.m: Handle line properties. |
6190 * plot/plot.m: Update docstring. | |
6191 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
6192 * plot/__plt__.m: Also gather properties. | |
6193 | |
6455 | 6194 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
6195 | |
6196 * testfun/assert.m: Delete special check for empty objects. | |
6197 Add test. | |
6198 | |
6453 | 6199 2007-03-26 John W. Eaton <jwe@octave.org> |
6200 | |
6454 | 6201 * plot/drawnow.m: Exit early if call is recursive. |
6202 | |
6453 | 6203 * plot/__go_draw_axes__.m (get_data_limits): New function. |
6204 Check for Inf too. | |
6205 (__go_draw_axes__): Use get_data_limits. | |
6206 | |
6450 | 6207 2007-03-24 John W. Eaton <jwe@octave.org> |
6208 | |
6451 | 6209 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
6210 send terminal setting command with title option to plot stream. | |
6211 | |
6450 | 6212 * plot/legend.m: Correctly increment index into list of children.. |
6213 | |
6434 | 6214 2007-03-23 John W. Eaton <jwe@octave.org> |
6215 | |
6448 | 6216 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
6217 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
6218 control/base/nyquist.m, control/base/nichols.m, | |
6219 control/base/frdemo.m, signal/freqz_plot.m, | |
6220 control/base/__stepimp__.m, control/base/bode.m, | |
6221 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
6222 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 6223 Update plotting code. |
6224 | |
6225 * control/base/bode.m: Unwrap phase angle. | |
6226 | |
6227 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
6228 | |
6229 * plot/axis.m: Don't check automatic_replot, or call replot. | |
6230 | |
6231 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
6232 commands. | |
6446 | 6233 |
6442 | 6234 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 6235 Handle numeric color specs. |
6442 | 6236 * plot/plot.m: Remove "-@" and "@" from docstring. |
6237 | |
6441 | 6238 * plot/orient.m: Fix tests to avoid creating a plot window. |
6239 | |
6440 | 6240 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
6241 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6242 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
6243 general/arrayfun.m, miscellaneous/compare_versions.m, | |
6244 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
6245 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
6246 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
6247 | |
6438 | 6248 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
6249 plot, not just multiplots. | |
6250 | |
6436 | 6251 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
6252 | |
6434 | 6253 * plot/contour.m: Don't call drawnow. |
6254 | |
6431 | 6255 2007-03-22 John W. Eaton <jwe@octave.org> |
6256 | |
6432 | 6257 * plot/drawnow.m: Check and optionally, set, the __modified__ |
6258 property of each figure. | |
6259 | |
6431 | 6260 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
6261 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6262 | |
6263 2007-03-21 John W. Eaton <jwe@octave.org> | |
6264 | |
6265 * linear-algebra/null.m: Set elements of retval with magnitudes | |
6266 less than eps to 0. | |
6267 | |
6429 | 6268 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 6269 |
6270 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 6271 * testfun/speed.m: Documentation and example fix. |
6272 | |
6424 | 6273 2007-03-21 John W. Eaton <jwe@octave.org> |
6274 | |
6275 * plot/subplot.m: If we find an existing subplot region, set | |
6276 it to be the "currentaxes" property for the current figure. | |
6425 | 6277 Delete old axes objects if the new axes object overlaps the old. |
6424 | 6278 |
6422 | 6279 2007-03-20 David Bateman <dbateman@free.fr> |
6280 | |
6281 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
6282 | |
6283 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
6284 | |
6285 * general/arrayfun.m: New function. | |
6286 | |
6418 | 6287 2007-03-20 John W. Eaton <jwe@octave.org> |
6288 | |
6419 | 6289 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
6290 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
6291 | |
6292 * plot/clf.m: Don't call drawnow. | |
6293 | |
6431 | 6294 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 6295 |
6420 | 6296 * image/__img__.m: Maybe set yaxis to reverse for images. |
6297 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
6298 images. | |
6299 | |
6418 | 6300 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 6301 instead of global. Only register __go_close_all__ with atexit if |
6302 the plot stream is successfully opened. | |
6418 | 6303 |
6413 | 6304 2007-03-15 John W. Eaton <jwe@octave.org> |
6305 | |
6418 | 6306 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 6307 From Daniel J Sebald <daniel.sebald@ieee.org>. |
6308 | |
6309 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
6310 | |
6311 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 6312 Use numeric line types. |
6413 | 6313 |
6314 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 6315 lines and larger markers. Remove key titles from line type |
6316 properties. | |
6413 | 6317 |
6405 | 6318 2007-03-14 John W. Eaton <jwe@octave.org> |
6319 | |
6412 | 6320 * plot/__axis_label__.m: Accept additional property-value pairs |
6321 and pass them to __go_text__. Simply return the handle obtained | |
6322 from __go_text__ instead of calling get on the current axis. | |
6323 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
6324 Allow for extra property value pairs to be passed along. | |
6325 * plot/title.m: Implement with __axis_label__ since it does all | |
6326 that title needs to do. | |
6327 | |
6410 | 6328 * plot/clf.m: Set currentaxes property for current figure to []. |
6329 | |
6405 | 6330 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
6331 | |
6332 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
6333 and __plt2__, not just the last. | |
6334 | |
6335 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
6336 (SOURCES_IN, GEN_M): Delete. | |
6337 (FCN_FILES): Don't include $(GEN_M). | |
6338 (all): Don't depend on $(GEN_M). | |
6339 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
6340 | |
6341 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
6342 | |
6343 * plot/newplot.m: Call __go_axes_init__ instead of | |
6344 __uiobject_axes_init__. | |
6345 | |
6346 * plot/mesh.m: Use __go_surface__ instead of | |
6347 __uiobject_surface_ctor__. Don't access object fields directly. | |
6348 | |
6349 * plot/line.m: Use __line__ to do actual work. | |
6350 * plot/__line__.m: New function. | |
6351 | |
6352 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
6353 Use get and set instead of accessing object fields directly. | |
6354 | |
6355 * plot/figure.m: Use __go_figure__ to create figure graphics | |
6356 handle. | |
6357 | |
6358 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
6359 __uiobject_close_all. Call __go_draw_figure__ instead of | |
6360 __uiobject_draw_figure__. | |
6361 | |
6362 * plot/clf.m: Use get instead of accessing object fields | |
6363 directly. Simply delete children. Don't set currentaxes. | |
6364 | |
6365 * plot/close.m (close_all_figures): New subfunction. | |
6366 Use it instead of getting list of figures to close from | |
6367 __uiobject_figures__. | |
6368 | |
6369 * plot/closereq.m: Simply delete the current figure. Don't set | |
6370 currentfigure. | |
6371 | |
6372 * plot/__errplot__.m: Call __line__ instead of | |
6373 __uiobject_line_ctor__. Use set instead of accesing object fields | |
6374 directly. Don't call __uiobject_adopt__. | |
6375 | |
6376 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
6377 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
6378 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
6379 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
6380 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
6381 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
6382 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
6383 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
6384 plot/__uiobject_init_root_figure__.in, | |
6385 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
6386 plot/__uiobject_root_figure_ctor__.m, | |
6387 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6388 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
6389 plot/set.in: Delete. | |
6408 | 6390 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 6391 |
6392 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
6393 Pass "hidden" as second arg to close. | |
6394 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
6395 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 6396 * plot/Makefile.in (SOURCES_M): Rename in list. |
6397 | |
6405 | 6398 * image/__img__.m: Use __go_image__ to create image graphics |
6399 handle. | |
6400 | |
6401 * miscellaneous/delete.m: Call __go_delete__, not | |
6402 __uiobject_delete__. Check that arg is a graphics handle before | |
6403 calling __go_delete__. | |
6404 | |
6403 | 6405 2007-03-13 John W. Eaton <jwe@octave.org> |
6406 | |
6407 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
6408 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
|
6409 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 6410 |
6411 2007-03-12 John W. Eaton <jwe@octave.org> | |
6412 | |
6413 * miscellaneous/cast.m: New function. | |
6414 | |
6415 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
6416 | |
6398 | 6417 2007-03-08 John W. Eaton <jwe@octave.org> |
6418 | |
6419 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
6420 tilde expansion on target filename before passing it to the shell. | |
6421 | |
6422 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
6423 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
6424 | |
6396 | 6425 2007-03-08 David Bateman <dbateman@free.fr> |
6426 | |
6427 * statistics/base/unidrnd.m: Move to statistics/distributions | |
6428 replacing slower version based on dicrete_rnd. | |
6429 | |
6392 | 6430 2007-03-07 John W. Eaton <jwe@octave.org> |
6431 | |
6395 | 6432 * control/base/rlocus.m: Update for current plotting functions. |
6433 | |
6434 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6435 | |
6436 * control/base/rlocus.m: Improve display. | |
6437 | |
6438 2007-03-07 John W. Eaton <jwe@octave.org> | |
6439 | |
6440 * plot/legend.m: Only handle positions -1:4. | |
6441 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
6442 found in option string | |
6443 * plot/__uiobject_draw_axes__.m: Handle key position. | |
6444 | |
6394 | 6445 * plot/newplot.m: Always reset next line color. |
6446 | |
6392 | 6447 * testfun/assert.m: Check that number of dimensions match before |
6448 checking dimensions. | |
6449 | |
6391 | 6450 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
6451 | |
6452 * specfun/perms.m, specfun/factorial.m: Check args. | |
6453 | |
6387 | 6454 2007-03-07 John W. Eaton <jwe@octave.org> |
6455 | |
6390 | 6456 * plot/mesh.m: Call newplot before doing anything. |
6457 | |
6458 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
6459 just "e". Only flush plot stream once. | |
6460 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6461 | |
6387 | 6462 * strings/blanks.m: Omit first index in assignment. |
6463 | |
6386 | 6464 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
6465 | |
6466 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
6467 | |
6385 | 6468 2007-03-06 David Bateman <dbateman@free.fr> |
6469 John W. Eaton <jwe@octave.org> | |
6470 | |
6471 * set/setdiff.m: Ignore "rows" for cell array args. | |
6472 Handle cellstr args. | |
6473 | |
6382 | 6474 2007-03-05 John W. Eaton <jwe@octave.org> |
6475 | |
6476 * optimization/sqp.m: Defer first call to obj_hess until after | |
6477 calling obj_fun. | |
6478 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6479 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 6480 |
6481 * specfun/nchoosek.m: Fix nargin check. | |
6482 | |
6376 | 6483 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
6484 | |
6485 * image/__img__.m: Don't set xlim and ylim properties. | |
6486 | |
6374 | 6487 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
6488 | |
6489 * general/interp1.m: Fix *style cases for decreasing x. | |
6490 | |
6372 | 6491 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
6492 | |
6493 * polynomial/roots.m: Check nargin before accessing arg. | |
6494 | |
6369 | 6495 2007-02-28 John W. Eaton <jwe@octave.org> |
6496 | |
6497 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
6498 increment data_idx unless using gnuplot for display. | |
6499 | |
6368 | 6500 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
6501 | |
6502 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
6503 plots with images. | |
6504 * image/image.m, image/imagesc.m, image/imshow.m: | |
6505 Deprecate zoom argument. | |
6506 | |
6366 | 6507 2007-02-28 John W. Eaton <jwe@octave.org> |
6508 | |
6509 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
6510 temporary file names. Keep image and colormap file ids separate. | |
6511 | |
6512 * general/interp1.m: Correctly compute min and max values when | |
6513 values are decreasing and not evenly spaced. | |
6514 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
6515 | |
6365 | 6516 2007-02-27 John W. Eaton <jwe@octave.org> |
6517 | |
6518 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
6519 returning an empty cell array. | |
6520 | |
6546 | 6521 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 6522 |
6523 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
6524 | |
6546 | 6525 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 6526 |
6527 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6528 control/base/Makefile.in, control/hinf/Makefile.in, | |
6529 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6530 control/util/Makefile.in, deprecated/Makefile.in, | |
6531 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6532 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6533 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6534 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6535 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6536 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6537 special-matrix/Makefile.in, startup/Makefile.in, | |
6538 statistics/Makefile.in, statistics/base/Makefile.in, | |
6539 statistics/distributions/Makefile.in, | |
6540 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6541 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6542 Use $(LN_S) instead of ln or ln -s. | |
6543 | |
6356 | 6544 2007-02-24 David Bateman <dbateman@free.fr> |
6545 | |
6546 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
6547 '\n' in FILES file. | |
6357 | 6548 (configure_make): Also install any mex files. |
6356 | 6549 |
6353 | 6550 2007-02-24 David Bateman <dbateman@free.fr> |
6551 | |
6552 * statistics/distributions (SOURCES): Add nbincdf.m, | |
6553 nbininv.m, nbinpdf.m and nbinrnd.m. | |
6554 | |
6351 | 6555 2007-02-23 John W. Eaton <jwe@octave.org> |
6556 | |
6557 * statistics/distributions/Makefile.in (SOURCES): Remove | |
6558 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
6559 | |
6560 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
6561 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
6562 | |
6349 | 6563 2007-02-23 David Bateman <dbateman@free.fr> |
6564 | |
6565 * statistics/distributions/discrete_rnd.m, | |
6566 statistics/distributions/geornd.m, | |
6567 statistics/distributions/lognnd.m, | |
6568 statistics/distributions/nbinrnd.m, | |
6569 statistics/distributions/wblrnd.m: Accelerate distributions. | |
6570 | |
6571 * statistics/distributions/unidcdf.m, | |
6572 statistics/distributions/unidinv.m, | |
6573 statistics/distributions/unidpdf.m, | |
6574 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 6575 discrete_cdf, etc. |
6349 | 6576 |
6577 * statistics/distributions/pascal_cdf.m, | |
6578 statistics/distributions/pascal_inv.m, | |
6579 statistics/distributions/pascal_pdf.m, | |
6580 statistics/distributions/pascal_rnd.m: Remove. | |
6581 * statistics/distributions/nbincdf.m, | |
6582 statistics/distributions/nbininv.m, | |
6583 statistics/distributions/nbinpdf.m, | |
6584 statistics/distributions/nbinrnd.m: Replace with matlab | |
6585 compatible functions. | |
6586 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
6587 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
6588 nbincdf, etc functions to implement these. | |
6589 | |
6344 | 6590 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6591 | |
6592 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
6593 command and data. | |
6594 | |
6595 2007-02-22 John W. Eaton <jwe@octave.org> | |
6596 | |
6597 * miscellaneous/doc.m: If index search fails, try again without | |
6598 the index search option. | |
6599 | |
6339 | 6600 2007-02-22 David Bateman <dbateman@free.fr> |
6601 | |
6341 | 6602 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
6603 | |
6340 | 6604 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
6605 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6606 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
6607 statistics/distributions/betarnd.m: Convert to use randg, rande | |
6608 and randp to accelerate. | |
6609 | |
6339 | 6610 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6611 | |
6338 | 6612 2007-02-22 John W. Eaton <jwe@octave.org> |
6613 | |
6614 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
6615 cache data and display after xlim and ylim have been determined. | |
6616 | |
6337 | 6617 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6618 | |
6619 * plot/__uiobject_draw_axes__.m: | |
6620 Allow multiple images to be displayed with gnuplot. | |
6621 | |
6333 | 6622 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
6623 | |
6624 * optimization/glpk.m: Document the fact that extra.mem does not work | |
6625 for versions of GLPK 4.15 and later. | |
6626 | |
6328 | 6627 2007-02-19 John W. Eaton <jwe@octave.org> |
6628 | |
6629 * plot/__uiobject_alloc__.in: If next available element in | |
6630 __uiobject_list__ is 0, grow list before doing anything else. | |
6631 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
6632 first call when size of __uiobject_list__ is 0. | |
6633 | |
6323 | 6634 2007-02-16 John W. Eaton <jwe@octave.org> |
6635 | |
6636 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
6637 | |
6321 | 6638 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
6639 | |
6640 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
6641 | |
6316 | 6642 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
6643 | |
6644 * specfun/nchoosek.m: Check nargin. | |
6645 | |
6314 | 6646 2007-02-15 John W. Eaton <jwe@octave.org> |
6647 | |
6315 | 6648 * path/addpath.m, path/rmpath.m: Delete |
6649 * path/Makefile.in (SOURCES): Remove them from the list. | |
6650 | |
6314 | 6651 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
6652 Delete title, xlabel, ylabel, and zlabel properties before | |
6653 reassigning. | |
6654 * plot/__uiobject_axes_init__.in: New arg, mode. | |
6655 Don't init outerposition if "mode" is "replace". | |
6656 * plot/newplot.m: Check both figure and axes nextplot properties. | |
6657 If axes nextplot property is replace, pass "replace" as mode arg | |
6658 to __uiobject_axes_init__. | |
6659 | |
6308 | 6660 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
6661 | |
6310 | 6662 * image/imshow.m: Don't restore old colormap. |
6663 | |
6309 | 6664 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
6665 * image/__img__.m: New file containing common parts of image.m and | |
6666 imshow.m. | |
6312 | 6667 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 6668 * image/image.m, image/imshow.m: Call __img__. |
6669 * plot/__uiobject_draw_axes__.m: | |
6670 Handle rgb imaged data stored in 3-d arrays. | |
6671 | |
6308 | 6672 * plot/figure.m: Doc fix. |
6673 | |
6304 | 6674 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
6675 | |
6676 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
6677 for reading and writing data. New tests. Improve rounding. | |
6678 | |
6302 | 6679 2007-02-13 John W. Eaton <jwe@octave.org> |
6680 | |
6303 | 6681 * plot/stem.m: New file, adapted from OctPlot. |
6682 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6683 | |
6302 | 6684 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
6685 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6686 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6687 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
6688 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
6689 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6690 plot/semilogyerr.m: Return handles to line objects. | |
6691 | |
6301 | 6692 2007-02-11 John W. Eaton <jwe@octave.org> |
6693 | |
6694 * plot/__uiobject_close_all.m: New file. | |
6695 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6696 | |
6298 | 6697 2007-02-10 John W. Eaton <jwe@octave.org> |
6698 | |
6699 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
6700 * plot/__uiobject_globals__.m: Don't call mlock. | |
6701 | |
6702 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
6703 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
6704 before calling pclose. | |
6705 | |
6291 | 6706 2007-02-09 John W. Eaton <jwe@octave.org> |
6707 | |
6295 | 6708 * plot/subplot.m: Delete spurious call to axes. |
6709 | |
6293 | 6710 * plot/figure.m: Call drawnow for current figure before creating |
6711 or switching to a new figure. | |
6712 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
6713 nargin == 0 case. | |
6714 | |
6291 | 6715 * testfun/assert.m: Try to avoid problems when comparisons involve |
6716 strange values like Inf+NaNi. | |
6717 | |
6283 | 6718 2007-02-08 John W. Eaton <jwe@octave.org> |
6719 | |
6286 | 6720 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
6721 and check gnuplot_use_title_option instead of just assuming -title | |
6722 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
6723 | |
6285 | 6724 * Makefile.in (DISTFILES): Add move-if-change to the list. |
6725 | |
6284 | 6726 * audio/Makefile.in, control/base/Makefile.in, |
6727 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6728 control/system/Makefile.in, control/util/Makefile.in, | |
6729 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6730 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6731 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6732 optimization/Makefile.in, plot/Makefile.in, | |
6733 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6734 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6735 special-matrix/Makefile.in, startup/Makefile.in, | |
6736 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6737 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6738 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6739 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6740 | |
6283 | 6741 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6742 only given property list. | |
6743 | |
6278 | 6744 2007-02-07 John W. Eaton <jwe@octave.org> |
6745 | |
6280 | 6746 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6747 properties. | |
6748 | |
6278 | 6749 * plot/sombrero.m: Call box ("off") after mesh. |
6750 | |
6751 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6752 line default" commands with older versions of gnuplot. | |
6753 | |
6754 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6755 | |
6273 | 6756 2007-02-06 John W. Eaton <jwe@octave.org> |
6757 | |
6758 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6759 * sparse/gplot.m: Use line style - instead of 1. | |
6760 | |
6272 | 6761 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6762 | |
6763 * plot/print.m: Avoid error message from cellidx. | |
6764 | |
6765 2007-02-05 John W. Eaton <jwe@octave.org> | |
6766 | |
6767 * plot/legend.m: Fix check for data. | |
6768 | |
6270 | 6769 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6770 | |
6771 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6772 Always set lt and pt. | |
6773 | |
6269 | 6774 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6775 | |
6776 * plot/contourc.m: Correctly compute X and Y. | |
6777 | |
6268 | 6778 2007-02-05 John W. Eaton <jwe@octave.org> |
6779 | |
6780 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6781 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6782 | |
6264 | 6783 2007-02-01 John W. Eaton <jwe@octave.org> |
6784 | |
6266 | 6785 * plot/__uiobject_draw_axes__.m: |
6786 Don't try to set axis limits unless we have data. | |
6787 | |
6264 | 6788 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6789 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6790 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6791 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6792 instead of of key and fmt strings. | |
6793 | |
6794 * plot/__pltopt1__.m: Greatly simplify. | |
6795 | |
6796 * plot/__next_line_color__.m: New file. | |
6797 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6798 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6799 | |
6800 * plot/__default_plot_options__.m: New file. | |
6801 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6802 | |
6803 * plot/__plt3__.m: Delete. | |
6804 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6805 | |
6259 | 6806 2007-01-31 John W. Eaton <jwe@octave.org> |
6807 | |
6263 | 6808 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6809 linestyle, linewidth, marker, and markersize properties. | |
6810 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6811 colors and widths, and line styles. | |
6812 | |
6813 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6814 |
6261 | 6815 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6816 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6817 | |
6818 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6819 __gnuplot_save_data__. | |
6820 | |
6259 | 6821 * image/image.m: Accept 2 args, but ignore the second for now. |
6822 | |
6258 | 6823 2007-01-30 David Bateman <dbateman@free.fr> |
6824 | |
6825 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
6826 to flag a package as to be autoloaded. Add install flags -noauto, | |
6827 -auto to force autoload behavior. | |
6828 (installed_packages): Make list of installed packages unique. | |
6829 | |
6259 | 6830 2007-01-30 John W. Eaton <jwe@octave.org> |
6831 | |
6832 * Merge of changes from graphics-branch: | |
6833 | |
6834 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6835 |
6836 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6837 | |
6838 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6839 property if it exists. | |
6840 | |
6259 | 6841 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6842 |
6843 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6844 min values outside of loop over child objects. | |
6845 | |
6846 * plot/contour.m, plot/contourc.m: New files. | |
6847 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6848 | |
6849 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6850 find a gnuplot version newer than 4.0. | |
6851 * image/__img_gnuplot__.m: Delete. | |
6852 * image/image.m: Create image graphics object. | |
6853 Call newplot to setup and drawnow to finish. | |
6854 Eliminate ZOOM arg. | |
6855 | |
6856 * plot/__uiobject_draw_axes__.m: Handle image data. | |
6857 | |
6858 * plot/legend.m: Eliminate useless variable "warned". | |
6859 | |
6860 * plot/__uiobject_image_ctor__.m: New file. | |
6861 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6862 | |
6863 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
6864 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
6865 | |
6866 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
6867 | |
6868 * plot/__default_colormap__.m: New file. | |
6869 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6870 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
6871 property. | |
6872 * image/colormap.m: Use colormap property of current figure | |
6873 to store colormap instead of using persistent variable. | |
6874 Call __default_colormap__ to get default map value. | |
6875 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
6876 | |
6877 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
6878 Handle some tick mark options. | |
6879 | |
6880 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
6881 set corresponding *mode to "manual". If we set dataaspectratio, | |
6882 set dataaspectratiomode to "manual". | |
6883 | |
6884 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
6885 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
6886 | |
6887 * plot/axis.m: New file. | |
6888 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
6889 | |
6890 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
6891 set corresponding *limmode to "manual". | |
6892 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
6893 Use it to compute autosclaled limits. | |
6894 Arg is now handle, not object. Change all callers. | |
6895 Compute data limits. | |
6896 | |
6259 | 6897 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 6898 |
6899 * plot/drawnow: Fix visibility check for zero args. | |
6900 | |
6901 * plot/text.m: New file. | |
6902 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6903 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
6904 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
6905 horizontalalignment properties. | |
6906 | |
6907 * plot/figure.m: Set options for f we just constructed or were | |
6908 given as an argument, not gcf. Only return handle if nargout > 0. | |
6909 | |
6910 * plot/drawnow.m: Handle visible field for figure here. | |
6911 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
6912 | |
6913 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
6914 title and axis labels. | |
6915 | |
6916 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
6917 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
6918 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
6919 * plot/view.m: New file. | |
6920 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6921 | |
6922 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
6923 Call __request_drawnow__. | |
6924 | |
6925 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
6926 | |
6927 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6928 Call set to set properties. Return handle instead of structure. | |
6929 Change all callers. | |
6930 | |
6931 * plot/__uiobject_axes_setr__.m: New file. | |
6932 * plot/set.in: Check for __setter__ field. | |
6933 | |
6934 * plot/__uiobject_axes_init__.in: | |
6935 Rename from plot/__uiobject_axes_init__.m. | |
6936 Include __uiobject_globals__. | |
6937 Accept handle as arg instead of structure | |
6938 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
6939 from the list. | |
6940 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
6941 | |
6259 | 6942 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 6943 |
6944 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
6945 | |
6946 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
6947 initializing each global variable. | |
6948 | |
6259 | 6949 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 6950 |
6951 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
6952 __uiobject_figure_handles_free_list__): New global variables. | |
6953 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
6954 Place unused handles on the free list. | |
6955 | |
6956 * plot/__uiobject_get_figure_handle__.in: Delete. | |
6957 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
6958 | |
6959 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
6960 handles here. Return figure handle. | |
6961 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
6962 | |
6259 | 6963 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 6964 |
6965 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
6966 data for gnuplot. | |
6967 | |
6968 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
6969 files. | |
6970 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
6971 (DISTFILES): Include include-globals.awk in the list. | |
6972 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
6973 ($(GEN_M) : %.m : %.in): New rule. | |
6974 | |
6975 * include-globals.awk: New file. | |
6976 | |
6977 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
6978 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
6979 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
6980 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6981 plot/__uiobject_init_root_figure__.in, | |
6982 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
6983 Rename from corresponding .m files. | |
6984 | |
6985 * move-if-change: New file. | |
6986 | |
6987 * plot/__uiobject_delete__.m: New file. | |
6988 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
6989 plot/__uiobject_delete_child__.m: Delete. | |
6990 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
6991 not a character string. | |
6992 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
6993 Fix assignment to tmp key value in loop. | |
6994 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
6995 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
6996 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
6997 Inline code to delete children. | |
6998 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
6999 __uiobject_list__. | |
7000 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
7001 and free child. | |
7002 | |
6259 | 7003 2006-12-08 John W. Eaton <jwe@octave.org> |
7004 | |
7005 * plot/gcf.m: Check if the root figure object's currentfigure | |
7006 handle is empty, not 0. | |
7007 * plot/__uiobject_root_figure_ctor__.m: | |
7008 Set currentfigure to [], not 0. | |
7009 | |
7010 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
7011 | |
7012 2006-12-07 John W. Eaton <jwe@octave.org> | |
7013 | |
7014 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
7015 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
7016 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
7017 plot/__uiobject_delete_children__.m, | |
7018 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
7019 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
7020 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
7021 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
7022 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
7023 plot/__uiobject_init_figure__.m, | |
7024 plot/__uiobject_init_root_figure__.m, | |
7025 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
7026 plot/__uiobject_remove_child__.m, | |
7027 plot/__uiobject_root_figure_ctor__.m, | |
7028 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
7029 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
7030 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
7031 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
7032 plot/set.m: New files. | |
7033 | |
7034 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
7035 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
7036 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
7037 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
7038 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
7039 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
7040 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
7041 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
7042 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
7043 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
7044 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
7045 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
7046 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
7047 plot/semilogyerr.m, plot/replot.m: | |
7048 Adapt to new graphics data structure. | |
7049 | |
7050 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
7051 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
7052 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
7053 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
7054 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7055 plot/plot_border.m, plot/subwindow.m: Delete. | |
7056 | |
7057 2007-01-24 David Bateman <dbateman@free.fr> | |
7058 | |
7059 * pkg/pkg.m: Install ChangeLog file if it exists. | |
7060 Delete bare newline in string passed to write_INDEX. | |
7061 | |
7062 * sparse/sprandsym.m: Make work for even values of N. | |
7063 | |
7064 2007-01-24 John W. Eaton <jwe@octave.org> | |
7065 | |
7066 * miscellaneous/news.m: New file. | |
7067 | |
7068 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
7069 | |
7070 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
7071 | |
7072 * strings/strncmp.m: Delete (we now have a built-in version). | |
7073 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7074 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 7075 |
7076 * testfun/test.m: Check for all files in path, use first found. | |
7077 | |
7078 2007-01-22 David Bateman <dbateman@free.fr> | |
7079 | |
7080 * polynomial/spline.m: Make DG a column instead of a row vector. | |
7081 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7082 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 7083 |
7084 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
7085 file name. | |
7086 | |
7087 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
7088 nargout is 1. Handle colormaps that have too few colors. | |
7089 | |
7090 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
7091 (configure_make): Use fullfile instead of concatenating with "/". | |
7092 | |
6258 | 7093 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
7094 | |
7095 * set/ismember.m: Handle N-d arrays. | |
7096 | |
7097 2007-01-10 David Bateman <dbateman@free.fr> | |
7098 | |
7099 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
7100 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
7101 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
7102 New files. | |
7103 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7104 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7105 |
6778 | 7106 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 7107 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7108 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7109 |
7110 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
7111 instead of concatenating with "/". Use mlock to ensure that | |
7112 persistent variables are not clobbered if user types clear all. | |
7113 | |
7114 2007-01-08 John W. Eaton <jwe@octave.org> | |
7115 | |
7116 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
7117 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
|
7118 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 7119 |
7120 2007-01-05 John W. Eaton <jwe@octave.org> | |
7121 | |
7122 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
7123 New files. | |
7124 | |
7125 2006-12-30 John W. Eaton <jwe@octave.org> | |
7126 | |
7127 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
7128 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
7129 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7130 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7131 |
7132 * image/imshow.m: Strip NaNs from image. | |
7133 | |
7134 2006-12-08 David Bateman <dbateman@free.fr> | |
7135 | |
7136 * sparse/normest.m: New file. | |
7137 | |
6286 | 7138 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 7139 |
6210 | 7140 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
7141 Work on Windows systems without cp or mv. | |
7142 | |
6209 | 7143 * startup/inputrc: Include sequences for Windows. |
7144 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7145 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 7146 |
7147 * pkg/pkg.m (unload_packages): New function. | |
7148 (pkg): Handle unload action. | |
7149 | |
7150 * __errplot__.m: Add missing semicolon. | |
7151 | |
6193 | 7152 2006-11-30 John W. Eaton <jwe@octave.org> |
7153 | |
7154 * miscellaneous/mexext.m: New file. | |
7155 | |
6189 | 7156 2006-11-29 David Bateman <dbateman@free.fr> |
7157 | |
7158 * pkg/pkg.m: Add local_list and global_list options that allow the | |
7159 location of package lists to be probed and set. | |
7160 | |
6179 | 7161 2006-11-17 John W. Eaton <jwe@octave.org> |
7162 | |
6181 | 7163 * plot/__render_plot1__.m: Reverse y axis for images. |
7164 | |
6179 | 7165 * plot/__render_plot__.m: New args, terminal and output. |
7166 * plot/print.m: Don't set output and term here. Instead, call | |
7167 __render_plot__ with terminal and output. | |
7168 | |
6178 | 7169 2006-11-16 John W. Eaton <jwe@octave.org> |
7170 | |
7171 * plot/__render_plot1__.m: New file. | |
7172 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
7173 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
7174 gnuplot. Let __render_plot__ do that. | |
7175 | |
6177 | 7176 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
7177 | |
7178 * plot/plot.m: Fix doc string. | |
7179 | |
6173 | 7180 2006-11-16 John W. Eaton <jwe@octave.org> |
7181 | |
7182 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
7183 before sending anything to the plotter. | |
7184 | |
6172 | 7185 2006-11-15 John W. Eaton <jwe@octave.org> |
7186 | |
7187 * image/__img_gnuplot__.m: Store more info in global plot | |
7188 structures and use __render_plot__ to build plot command to | |
7189 display image. | |
7190 | |
7191 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
7192 | |
7193 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
7194 __plot_command_sep__): Delete. | |
7195 (__plot_data_type__, __plot_data_parametric__, | |
7196 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
7197 __plot_usingstr__, __plot_withstr__): New variables. | |
7198 * plot/__init_plot_vars__.m: Initialize them. | |
7199 | |
7200 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
7201 Don't handle sep or cmd. | |
7202 | |
7203 * plot/__render_plot__.m: New function. | |
7204 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
7205 Store more info in global plot structures and use __render_plot__ | |
7206 to build plot command. | |
7207 * plot/replot.m: Simply call __render_plot__. | |
7208 | |
7209 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
7210 Set __plot_data_parametric__ here. | |
7211 | |
6164 | 7212 2006-11-14 John W. Eaton <jwe@octave.org> |
7213 | |
6166 | 7214 * plot/bottom_title.m, plot/top_title.m: Delete. |
7215 | |
6164 | 7216 * image/image_viewer.m: Set default values here. |
7217 * image/image.m: Not here. | |
7218 | |
7219 * image/image_viewer.m: Always return old values. Check arguments. | |
7220 * image/__img_gnuplot__.m: Rename from __img__m. | |
7221 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7222 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 7223 |
7224 * image/image_viewer.m: New function. | |
7225 * image/__img_via_file__.m: New function. | |
7226 * image/image.m: Use image_viewer to determine which program to | |
7227 use for image viewing. | |
6754 | 7228 * image/__img__.m: Silently accept more than 3 args. |
6164 | 7229 |
6163 | 7230 2006-11-14 John W. Eaton <jwe@octave.org> |
7231 | |
7232 * plot/__do_legend__.m, plot/__errplot__.m, | |
7233 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
7234 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
7235 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7236 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
7237 Use __plot_globals__ for multiplot variables. Keep track of | |
7238 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
7239 | |
6157 | 7240 2006-11-13 John W. Eaton <jwe@octave.org> |
7241 | |
6158 | 7242 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
7243 | |
6157 | 7244 * miscellaneous/substruct.m: New function. |
7245 | |
7246 * testfun/assert.m: Force orientation to match when comparing | |
7247 struct elements. | |
7248 | |
7249 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
7250 when comparing structs. | |
7251 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7252 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 7253 |
6754 | 7254 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
7255 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
7256 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
7257 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
7258 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
7259 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
7260 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 7261 |
6156 | 7262 2006-11-13 John W. Eaton <jwe@octave.org> |
7263 | |
7264 * plot/mesh.m: Use size_equal to compare dimensions. | |
7265 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7266 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 7267 |
7268 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
7269 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7270 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 7271 |
7272 * miscellaneous/copyfile.m: Fix docs to match function. | |
7273 | |
6145 | 7274 2006-11-08 John W. Eaton <jwe@octave.org> |
7275 | |
6146 | 7276 * plot/legend.m: New function, adapted from Octave Forge. |
7277 | |
7278 * plot/__do_legend__.m: New function. | |
7279 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
7280 plot/replot.m: Call it before plotting. | |
7281 | |
7282 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
7283 noparametric" to gnuplot.. | |
7284 | |
7285 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
7286 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
7287 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
7288 and return key title separate from line format. Accept format and | |
7289 key as cellstr. Always return data as cell array. Return format | |
7290 and key title as cellstr. | |
7291 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
7292 Handle line format and key titles separately. | |
7293 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
7294 | |
7295 * plot/__plot_globals__.m (__plot_line_offset__, | |
7296 __plot_key_labels__, __plot_key_properties__): New global | |
7297 variables. Initialize them. | |
7298 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
7299 __plot_key_labels__, __plot_key_properties__): Initialize. | |
7300 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
7301 (__plot_line_offset__, __plot_key_labels__, | |
7302 __plot_key_properties__): Store information about plot key titles. | |
7303 | |
7304 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
7305 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
7306 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
7307 respectively. | |
7308 | |
7309 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
7310 | |
6145 | 7311 * strings/strcat.m: Disable Octave:empty-list-elements warning |
7312 whle concatenating args. | |
7313 | |
6144 | 7314 2006-11-07 John W. Eaton <jwe@octave.org> |
7315 | |
7316 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
7317 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7318 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 7319 |
6143 | 7320 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
7321 option to regexp. | |
7322 | |
6142 | 7323 * image/__img__.m: Send "set size ratio -1" before plotting. |
7324 | |
6138 | 7325 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
7326 | |
6139 | 7327 * strings/index.m: New arg, direction. Simplify and speed up. |
7328 * strings/rindex.m: Implement using index (..., "last"); | |
7329 | |
6754 | 7330 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 7331 |
6130 | 7332 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
7333 | |
7334 * general/__isequal__.m: Test size and class more consistently. | |
7335 | |
6116 | 7336 2006-10-27 John W. Eaton <jwe@octave.org> |
7337 | |
6117 | 7338 * miscellaneous/ls_command.m: Use /D instead of /w. |
7339 From Michael Goffioul <michael.goffioul@swing.be>. | |
7340 | |
6116 | 7341 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
7342 * miscellaneous/dir.m: Mark as a command. | |
7343 | |
6112 | 7344 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7345 | |
7346 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
7347 | |
6088 | 7348 2006-10-25 John W. Eaton <jwe@octave.org> |
7349 | |
7350 * image/image.m: Set x = y = [] when nargin == 0; | |
7351 | |
7352 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
7353 | |
7354 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
7355 * image/__img__.m: New file, originally from | |
7356 Daniel J Sebald <daniel.sebald@ieee.org>. | |
7357 | |
6087 | 7358 2006-10-25 John W. Eaton <jwe@octave.org> |
7359 | |
7360 * plot/__gnuplot_version__.m: New function, originally from | |
7361 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
7362 Quentin Spencer <qspencer@ieee.org>. | |
7363 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7364 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 7365 |
7366 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
7367 | |
6081 | 7368 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
7369 | |
7370 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
7371 miscellaneous/gunzip.m: New files. | |
7372 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
7373 Call unpack to do the real work. | |
7374 | |
6075 | 7375 2006-10-24 John W. Eaton <jwe@octave.org> |
7376 | |
6078 | 7377 * plot/plot3.m: If we have a format string, then also pass using |
7378 string to __plt3__. | |
7379 | |
6077 | 7380 * plot/sombrero.m: Don't return anything if nargout == 0. |
7381 | |
6075 | 7382 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 7383 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 7384 |
6069 | 7385 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
7386 | |
7387 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
7388 Quote filenames in shell commands. | |
7389 | |
6055 | 7390 2006-10-17 David Bateman <dbateman@free.fr> |
7391 | |
7392 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
7393 the package directory is missing. | |
7394 | |
6052 | 7395 2006-10-13 John W. Eaton <jwe@octave.org> |
7396 | |
7397 * plot/box.m: New function. | |
7398 | |
6050 | 7399 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
7400 | |
7401 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
7402 | |
6049 | 7403 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
7404 | |
7405 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
7406 | |
6047 | 7407 2006-10-10 John W. Eaton <jwe@octave.org> |
7408 | |
7409 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
7410 | |
6046 | 7411 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
7412 | |
7413 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7414 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7415 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
7416 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
7417 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
7418 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
7419 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
7420 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
7421 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
7422 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
7423 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
7424 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
7425 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
7426 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
7427 control/system/buildssic.m, control/system/c2d.m, | |
7428 control/system/cellidx.m, control/system/d2c.m, | |
7429 control/system/dmr2d.m, control/system/fir2sys.m, | |
7430 control/system/is_abcd.m, control/system/is_controllable.m, | |
7431 control/system/is_detectable.m, control/system/is_digital.m, | |
7432 control/system/is_observable.m, control/system/is_siso.m, | |
7433 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7434 control/system/jet707.m, control/system/listidx.m, | |
7435 control/system/ord2.m, control/system/parallel.m, | |
7436 control/system/ss.m, control/system/ss2zp.m, | |
7437 control/system/starp.m, control/system/sys2ss.m, | |
7438 control/system/sys2tf.m, control/system/sys2zp.m, | |
7439 control/system/sysadd.m, control/system/sysappend.m, | |
7440 control/system/syschtsam.m, control/system/sysconnect.m, | |
7441 control/system/syscont.m, control/system/sysdimensions.m, | |
7442 control/system/sysdisc.m, control/system/sysdup.m, | |
7443 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
7444 control/system/sysgroup.m, control/system/sysidx.m, | |
7445 control/system/sysmin.m, control/system/sysmult.m, | |
7446 control/system/sysout.m, control/system/sysprune.m, | |
7447 control/system/sysscale.m, control/system/syssetsignals.m, | |
7448 control/system/syssub.m, control/system/sysupdate.m, | |
7449 control/system/tf.m, control/system/tfout.m, | |
7450 control/system/ugain.m, control/system/zp.m, | |
7451 control/system/zpout.m, control/util/__outlist__.m, | |
7452 control/util/__zgpbal__.m, control/util/prompt.m, | |
7453 control/util/sortcom.m, control/util/strappend.m, | |
7454 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
7455 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
7456 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
7457 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
7458 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7459 finance/pvl.m, finance/rate.m, finance/vol.m, | |
7460 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
7461 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
7462 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
7463 general/cumtrapz.m, general/deal.m, general/diff.m, | |
7464 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
7465 general/ind2sub.m, general/int2str.m, | |
7466 general/is_duplicate_entry.m, general/isdefinite.m, | |
7467 general/isequal.m, general/isequalwithequalnans.m, | |
7468 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
7469 general/isvector.m, general/logical.m, general/logspace.m, | |
7470 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
7471 general/perror.m, general/postpad.m, general/prepad.m, | |
7472 general/randperm.m, general/rem.m, general/repmat.m, | |
7473 general/rot90.m, general/rotdim.m, general/shift.m, | |
7474 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
7475 general/sub2ind.m, general/trapz.m, general/tril.m, | |
7476 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
7477 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
7478 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
7479 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
7480 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
7481 linear-algebra/cross.m, linear-algebra/dmult.m, | |
7482 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
7483 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
7484 linear-algebra/logm.m, linear-algebra/norm.m, | |
7485 linear-algebra/null.m, linear-algebra/orth.m, | |
7486 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
7487 linear-algebra/trace.m, linear-algebra/vec.m, | |
7488 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
7489 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
7490 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
7491 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
7492 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
7493 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
7494 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
7495 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
7496 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
7497 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
7498 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
7499 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
7500 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
7501 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
7502 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
7503 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
7504 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
7505 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
7506 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
7507 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
7508 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
7509 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
7510 polynomial/polyder.m, polynomial/polyderiv.m, | |
7511 polynomial/polyfit.m, polynomial/polygcd.m, | |
7512 polynomial/polyinteg.m, polynomial/polyout.m, | |
7513 polynomial/polyreduce.m, polynomial/polyval.m, | |
7514 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
7515 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
7516 set/complement.m, set/create_set.m, set/intersect.m, | |
7517 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
7518 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
7519 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
7520 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
7521 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
7522 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
7523 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
7524 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
7525 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
7526 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
7527 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
7528 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
7529 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
7530 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
7531 special-matrix/hankel.m, special-matrix/hilb.m, | |
7532 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
7533 special-matrix/toeplitz.m, special-matrix/vander.m, | |
7534 statistics/base/center.m, statistics/base/cloglog.m, | |
7535 statistics/base/cor.m, statistics/base/corrcoef.m, | |
7536 statistics/base/cov.m, statistics/base/cut.m, | |
7537 statistics/base/gls.m, statistics/base/iqr.m, | |
7538 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
7539 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
7540 statistics/base/mean.m, statistics/base/meansq.m, | |
7541 statistics/base/median.m, statistics/base/moment.m, | |
7542 statistics/base/ols.m, statistics/base/ppplot.m, | |
7543 statistics/base/probit.m, statistics/base/qqplot.m, | |
7544 statistics/base/range.m, statistics/base/ranks.m, | |
7545 statistics/base/run_count.m, statistics/base/skewness.m, | |
7546 statistics/base/spearman.m, statistics/base/statistics.m, | |
7547 statistics/base/std.m, statistics/base/studentize.m, | |
7548 statistics/base/table.m, statistics/base/values.m, | |
7549 statistics/base/var.m, statistics/distributions/betacdf.m, | |
7550 statistics/distributions/betainv.m, | |
7551 statistics/distributions/betapdf.m, | |
7552 statistics/distributions/betarnd.m, | |
7553 statistics/distributions/binocdf.m, | |
7554 statistics/distributions/binoinv.m, | |
7555 statistics/distributions/binopdf.m, | |
7556 statistics/distributions/binornd.m, | |
7557 statistics/distributions/cauchy_cdf.m, | |
7558 statistics/distributions/cauchy_inv.m, | |
7559 statistics/distributions/cauchy_pdf.m, | |
7560 statistics/distributions/cauchy_rnd.m, | |
7561 statistics/distributions/chi2cdf.m, | |
7562 statistics/distributions/chi2inv.m, | |
7563 statistics/distributions/chi2pdf.m, | |
7564 statistics/distributions/chi2rnd.m, | |
7565 statistics/distributions/discrete_cdf.m, | |
7566 statistics/distributions/discrete_inv.m, | |
7567 statistics/distributions/discrete_pdf.m, | |
7568 statistics/distributions/discrete_rnd.m, | |
7569 statistics/distributions/empirical_rnd.m, | |
7570 statistics/distributions/expcdf.m, | |
7571 statistics/distributions/expinv.m, | |
7572 statistics/distributions/exppdf.m, | |
7573 statistics/distributions/exprnd.m, | |
7574 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
7575 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
7576 statistics/distributions/gamcdf.m, | |
7577 statistics/distributions/gaminv.m, | |
7578 statistics/distributions/gampdf.m, | |
7579 statistics/distributions/gamrnd.m, | |
7580 statistics/distributions/geocdf.m, | |
7581 statistics/distributions/geoinv.m, | |
7582 statistics/distributions/geopdf.m, | |
7583 statistics/distributions/geornd.m, | |
7584 statistics/distributions/hygecdf.m, | |
7585 statistics/distributions/hygeinv.m, | |
7586 statistics/distributions/hygepdf.m, | |
7587 statistics/distributions/hygernd.m, | |
7588 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7589 statistics/distributions/laplace_cdf.m, | |
7590 statistics/distributions/laplace_inv.m, | |
7591 statistics/distributions/laplace_pdf.m, | |
7592 statistics/distributions/laplace_rnd.m, | |
7593 statistics/distributions/logistic_cdf.m, | |
7594 statistics/distributions/logistic_inv.m, | |
7595 statistics/distributions/logistic_pdf.m, | |
7596 statistics/distributions/logistic_rnd.m, | |
7597 statistics/distributions/logncdf.m, | |
7598 statistics/distributions/logninv.m, | |
7599 statistics/distributions/lognpdf.m, | |
7600 statistics/distributions/lognrnd.m, | |
7601 statistics/distributions/normcdf.m, | |
7602 statistics/distributions/norminv.m, | |
7603 statistics/distributions/normpdf.m, | |
7604 statistics/distributions/normrnd.m, | |
7605 statistics/distributions/pascal_cdf.m, | |
7606 statistics/distributions/pascal_inv.m, | |
7607 statistics/distributions/pascal_pdf.m, | |
7608 statistics/distributions/pascal_rnd.m, | |
7609 statistics/distributions/poisscdf.m, | |
7610 statistics/distributions/poissinv.m, | |
7611 statistics/distributions/poisspdf.m, | |
7612 statistics/distributions/poissrnd.m, | |
7613 statistics/distributions/stdnormal_cdf.m, | |
7614 statistics/distributions/stdnormal_inv.m, | |
7615 statistics/distributions/stdnormal_pdf.m, | |
7616 statistics/distributions/stdnormal_rnd.m, | |
7617 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
7618 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
7619 statistics/distributions/unifcdf.m, | |
7620 statistics/distributions/unifinv.m, | |
7621 statistics/distributions/unifpdf.m, | |
7622 statistics/distributions/unifrnd.m, | |
7623 statistics/distributions/wblcdf.m, | |
7624 statistics/distributions/wblinv.m, | |
7625 statistics/distributions/wblpdf.m, | |
7626 statistics/distributions/wblrnd.m, | |
7627 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
7628 statistics/tests/bartlett_test.m, | |
7629 statistics/tests/chisquare_test_homogeneity.m, | |
7630 statistics/tests/chisquare_test_independence.m, | |
7631 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
7632 statistics/tests/hotelling_test.m, | |
7633 statistics/tests/hotelling_test_2.m, | |
7634 statistics/tests/kolmogorov_smirnov_test.m, | |
7635 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7636 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
7637 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
7638 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
7639 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7640 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7641 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7642 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7643 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7644 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
7645 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
7646 strings/index.m, strings/isletter.m, strings/lower.m, | |
7647 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7648 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7649 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
7650 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
7651 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
7652 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
7653 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
7654 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
7655 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7656 time/etime.m, time/is_leap_year.m: | |
7657 Use print_usage instead of usage. | |
7658 | |
6044 | 7659 2006-10-09 David Bateman <dbateman@free.fr> |
7660 | |
7661 * time/datevec.m: Add additional compatible default parsing strings. | |
7662 | |
6395 | 7663 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 7664 |
6042 | 7665 * pkg/pkg.m: Remove trailing "\n" from error messages. |
7666 Remove compare_versions subfunction. | |
7667 | |
7668 * miscellaneous/compare_versions.m: New function to compare | |
7669 version numbers as strings with any boolean operators. | |
7670 | |
6041 | 7671 * miscellaneous/untar.m: Check more rigorously to see if the tar |
7672 file exists. | |
7673 | |
6036 | 7674 2006-10-04 John W. Eaton <jwe@octave.org> |
7675 | |
7676 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
7677 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7678 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 7679 |
6037 | 7680 * pkg/pkg.m: Update docs. Handle prefix option. |
7681 Handle dependencies for load option. | |
6032 | 7682 |
6029 | 7683 2006-10-04 John W. Eaton <jwe@octave.org> |
7684 | |
6030 | 7685 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
7686 | |
7687 * plot/clg.m: Delete. | |
7688 * plot/__init_plot_vars__.m: New function. | |
7689 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 7690 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7691 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 7692 |
7693 * pkg/pkg.m: Avoid calling addpath with no args. | |
7694 | |
6024 | 7695 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
7696 | |
7697 * audio/loadaudio.m, control/base/nyquist.m, | |
7698 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
7699 linear-algebra/krylov.m, statistics/base/center.m, | |
7700 statistics/base/median.m, statistics/base/std.m, | |
7701 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
7702 find first or last element matching a condition. | |
7703 | |
6023 | 7704 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
7705 | |
7706 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
7707 general/__isequal__.m: Minimize looping using cellfun. | |
7708 | |
6020 | 7709 2006-10-02 David Bateman <dbateman@free.fr> |
7710 | |
7711 * pkg/pkg.m (copy_files): always create installation directory. | |
7712 | |
6016 | 7713 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
7714 | |
7715 * miscellaneous/doc.m: Swap file and directory args to info. | |
7716 | |
7717 2006-10-01 Arno Onken <whyly@gmx.net> | |
7718 | |
7719 * statistics/distributions/exprnd.m: Fix typo. | |
7720 | |
6014 | 7721 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
7722 | |
7723 * polynomial/ppval.m: Use .' instead of '. | |
7724 * polynomial/spline.m: Likewise. New tests. | |
7725 | |
6004 | 7726 2006-09-26 David Bateman <dbateman@free.fr> |
7727 | |
7728 * __plt3__.m: Using global variables __plot_data__, | |
7729 __plot_data_offset__ and __plot_command__ to store plots and | |
7730 correctly handle multiplots, and hold state. Only accept a single | |
7731 data parameter plus, using, format and with strings. Remove | |
7732 setting of gnuplot parameters. | |
7733 * __make_using_clause__.m: New function extracted from __plt__.m. | |
7734 * __setup_plot__.m: Convert to a function and pass the plotting | |
7735 command to use. | |
7736 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
7737 * contour.m: Use unwind protect on the parametric state of plot | |
7738 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7739 * mesh.m: ditto. | |
7740 * plot3.m: Error checking, setting of parametric state and | |
7741 formation of matrix to plot moved from old __plt3__. | |
7742 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7743 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7744 |
5997 | 7745 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7746 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7747 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7748 |
7749 * signal/filter2.m: Correct texinfo doc. | |
7750 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7751 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7752 |
7753 * miscellaneous/parseparams.m: Correct texinfo doc. | |
7754 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7755 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7756 |
7757 * pkg/pkg.m (prepare_installation): Don't create package | |
7758 installation directory here. | |
7759 (copy_files): Create it here instead, to avoid issues with | |
7760 upgrades. Also install the COPYING file in packinfo. | |
7761 | |
5989 | 7762 2006-09-13 John W. Eaton <jwe@octave.org> |
7763 | |
7764 * general/blkdiag.m: Adjust to new cellfun rules. | |
7765 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7766 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7767 |
7768 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7769 error message for archive name not matching package name. | |
7770 (installed_packages): Size header of printed results to | |
7771 arguments. Sort the list of installed packages before printing | |
7772 them. | |
7773 | |
5986 | 7774 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7775 | |
7776 * signal/freqz.m: Update tests. | |
7777 | |
7778 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7779 | |
7780 * signal/freqz.m: Corretly postpad arrays. | |
7781 Don't call fliplr on a column vector. | |
7782 | |
5984 | 7783 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7784 | |
7785 * general/shiftdim.m: Use permute instead of reshape. | |
7786 | |
5981 | 7787 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7788 | |
7789 * miscellaneous/parseparams.m: New function. | |
7790 | |
5980 | 7791 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7792 | |
7793 * miscellaneous/doc.m: Swap order of --file and --directory | |
7794 options for info program invocation. | |
7795 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7796 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7797 |
5987 | 7798 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7799 previous change. |
7800 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7801 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7802 |
7803 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7804 absence of trailing "/" in OCTAVE_HOME. | |
7805 | |
5973 | 7806 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7807 | |
7808 * time/datenum.m: Allow arg to be character string. | |
7809 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7810 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7811 |
7812 * pkg/pkg.m (install): Verify that package name correponds to the | |
7813 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7814 they are empty. If package directory is empty, remove it to fail | |
7815 gracefully for system specific packages. | |
7816 (extract_pkgadd, create_pkgadd): delete. | |
7817 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7818 (copy_files): Install both bin/ and doc/ directories, adding the | |
7819 bin/ to the EXEC_PATH when the package is loaded. | |
7820 | |
5962 | 7821 2006-08-24 John W. Eaton <jwe@octave.org> |
7822 | |
7823 * image/saveimage.m: Use logical indexing instead of | |
7824 indices computed by calling find on the logical index. | |
7825 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7826 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7827 |
5967 | 7828 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7829 Use logical indexing instead of indices computed by calling find |
7830 on the logical index. | |
7831 | |
7832 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7833 |
5959 | 7834 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7835 | |
7836 * control/system/tf2zp.m: Simplify gain calculation. | |
7837 | |
5958 | 7838 2006-08-23 John W. Eaton <jwe@octave.org> |
7839 | |
7840 * plot/__plt__.m: Insert using clauses for all plots. | |
7841 | |
5957 | 7842 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7843 | |
7844 * control/system/sysscale.m: Call tf and zp with correct number of | |
7845 args. | |
7846 | |
5955 | 7847 2006-08-22 David Bateman <dbateman@free.fr> |
7848 | |
7849 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
7850 Search inst/*.m and src/*.m files in the package for | |
7851 PKG_ADD directives and append user supplied PKG_ADD. | |
7852 (pkg): Call create_pkgadd after copying files. | |
7853 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7854 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7855 |
7856 * pkg/pkg.m: Handle multiple packages in a single file. | |
7857 Insert directory separator between OCTAVE_HOME and rest of package | |
7858 installation directory. | |
7859 | |
7860 2006-08-21 John W. Eaton <jwe@octave.org> | |
7861 | |
7862 * general/num2str.m: Early return if arg is empty. | |
7863 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
7864 | |
5946 | 7865 2006-08-21 David Bateman <dbateman@free.fr> |
7866 | |
7867 * strings/mat2str.m: Compute NC before using. | |
7868 | |
5937 | 7869 2006-08-17 John W. Eaton <jwe@octave.org> |
7870 | |
7871 * audio/wavread.m: Fix calculation of sample count. | |
7872 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7873 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 7874 |
7875 * image/imshow.m: New Matlab-compatible version. | |
7876 | |
5930 | 7877 2006-08-15 John W. Eaton <jwe@octave.org> |
7878 | |
7879 * deprecated/is_global.m: Delete. | |
7880 | |
5928 | 7881 2006-08-14 John W. Eaton <jwe@octave.org> |
7882 | |
7883 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
7884 | |
5926 | 7885 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7886 | |
7887 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
7888 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
7889 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7890 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 7891 |
6778 | 7892 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 7893 Use addpath and rmpath instead of manipulating LOADPATH. |
7894 Handle changes to system function. | |
7895 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
7896 recursive directory removal. | |
5922 | 7897 |
5924 | 7898 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
7899 | |
6778 | 7900 * colormap.m: Change global variable to persistent. |
5923 | 7901 |
5922 | 7902 * rgb2ind.m: Handle single 3-d array as rgb image. |
7903 | |
5920 | 7904 2006-08-14 John W. Eaton <jwe@octave.org> |
7905 | |
7906 * strings/str2double.m: Fix missing semicolon. | |
7907 | |
5910 | 7908 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
7909 | |
7910 * plot/plot3.m: Accept one complex or one real and one complex | |
7911 argument and plot real and imaginary components for y and z. | |
7912 | |
5908 | 7913 2006-07-27 John W. Eaton <jwe@octave.org> |
7914 | |
7915 * testfun/test.m: Call fflush after each block of calls to | |
7916 fprintf, fputs, or fdisp. | |
7917 | |
5904 | 7918 2006-07-26 John W. Eaton <jwe@octave.org> |
7919 | |
7920 * miscellaneous/mex.m: New function. | |
7921 | |
5901 | 7922 2006-07-22 John W. Eaton <jwe@octave.org> |
7923 | |
7924 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
7925 | |
5881 | 7926 2006-07-07 John W. Eaton <jwe@octave.org> |
7927 | |
7928 * miscellaneous/orderfields.m: New file. | |
7929 | |
5873 | 7930 2006-06-30 John W. Eaton <jwe@octave.org> |
7931 | |
7932 * time/datevec.m: Make another attempt to account for precision of | |
7933 datenum format. | |
7934 | |
5868 | 7935 2006-06-29 John W. Eaton <jwe@octave.org> |
7936 | |
7937 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
7938 Use feval instead of "type -q" to get values now that all the | |
7939 symbols are functions. | |
7940 | |
5860 | 7941 2006-06-16 John W. Eaton <jwe@octave.org> |
7942 | |
7943 * time/datevec.m: Avoid computing log of non-positive values. | |
7944 | |
5859 | 7945 2006-06-14 John W. Eaton <jwe@octave.org> |
7946 | |
7947 * time/datevec.m: Attempt to account for precision of datenum format. | |
7948 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7949 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 7950 |
7951 * audio/wavread.m: Fix file range error and add read support for | |
7952 24-bit WAV files. | |
7953 | |
5837 | 7954 2006-06-01 David Bateman <dbateman@free.fr> |
7955 | |
7956 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
7957 general/interp1.m, general/gradient.m, general/interp2.m, | |
7958 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
7959 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
7960 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
7961 | |
5835 | 7962 2006-05-31 Bill Denney <bill@givebillmoney.com> |
7963 | |
7964 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
7965 * miscellaneous/texas_lotto.m: Fix warning message. | |
7966 | |
5830 | 7967 2006-05-26 John W. Eaton <jwe@octave.org> |
7968 | |
7969 * miscellaneous/doc.m: Also handle nargin == 0. | |
7970 | |
5829 | 7971 2006-05-23 John W. Eaton <jwe@octave.org> |
7972 | |
7973 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
7974 really needed. | |
7975 | |
5827 | 7976 2006-05-22 John W. Eaton <jwe@octave.org> |
7977 | |
6754 | 7978 * general/lookup.m: New file from Octave Forge. |
5827 | 7979 |
7980 2006-05-22 David Bateman <dbateman@free.fr> | |
7981 | |
6754 | 7982 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
7983 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
7984 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
7985 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
7986 special-matrix/magic.m, special-matrix/hadamard.m, | |
7987 strings/strtok.m: New files from Octave Forge. | |
5827 | 7988 |
5824 | 7989 2006-05-19 David Bateman <dbateman@free.fr> |
7990 | |
7991 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 7992 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 7993 |
5821 | 7994 2006-05-17 John W. Eaton <jwe@octave.org> |
7995 | |
7996 * set/intersection.m: Delete | |
7997 * deprecated/intersection.m: New file. | |
7998 | |
5820 | 7999 2006-05-17 David Bateman <dbateman@free.fr> |
8000 | |
8001 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
8002 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
8003 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
8004 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
8005 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
8006 Forge. | |
8007 | |
5809 | 8008 2006-05-11 John W. Eaton <jwe@octave.org> |
8009 | |
5815 | 8010 * path/path.m: Delete (now a built-in function). |
8011 | |
5811 | 8012 * pkg/Makefile.in: New file. |
8013 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 8014 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 8015 |
5808 | 8016 2006-05-10 John W. Eaton <jwe@octave.org> |
8017 | |
8018 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
8019 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
8020 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8021 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 8022 |
8023 * tar.m, untar.m, unzip.m: New files. | |
8024 | |
5801 | 8025 2006-05-10 John W. Eaton <jwe@octave.org> |
8026 | |
5804 | 8027 * path/addpath.m, path/rmpath.m: Improve compatibility. |
8028 * path/setpath.m: Delete. | |
8029 | |
5801 | 8030 * pkg/pkg.m: New file. |
8031 | |
5798 | 8032 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
8033 | |
8034 * plot/plot.m: Doc string fix. | |
8035 | |
8036 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
8037 | |
8038 * testfun/speeed.m: Use new interface to unique and assert. | |
8039 Improve documentation. Approximate time complexity from log-log | |
8040 plot. Return time complexity and raw times if requested. The | |
8041 mean ratio is no longer returned. Provide complete control over | |
8042 which n are computed. | |
8043 | |
8044 2006-05-09 John W. Eaton <jwe@octave.org> | |
8045 | |
8046 * path/path.m: Move here from miscellaneous. | |
8047 Adapt to new LOADPATH definition. | |
8048 | |
5789 | 8049 2006-05-03 David Bateman <dbateman@free.fr> |
8050 | |
8051 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
8052 explicit uses of a path seperation character with pathsep(). | |
8053 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8054 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 8055 |
6778 | 8056 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 8057 |
5781 | 8058 2006-04-29 John W. Eaton <jwe@octave.org> |
8059 | |
8060 * startup/main-rcfile: Disable some warnings. | |
8061 | |
5762 | 8062 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
8063 | |
8064 * strings/strcmpi.m: Return false instead of error if args are not | |
8065 char or cellstr. | |
8066 | |
5750 | 8067 2006-04-10 John W. Eaton <jwe@octave.org> |
8068 | |
8069 * miscellaneous/dir.m: Ensure that returned structure array is | |
8070 Nx1, not 1xN. | |
8071 | |
5746 | 8072 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
8073 | |
8074 * plot/hist.m: Ignore NaN in inputs. | |
8075 | |
5745 | 8076 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
8077 | |
8078 * miscellaneous/mkoctfile.m: Doc string fix. | |
8079 | |
5741 | 8080 2006-04-05 John W. Eaton <jwe@octave.org> |
8081 | |
8082 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
8083 are both empty. | |
8084 * plot/__plt__.m: Ignore empty data and format strings returned | |
8085 from __plt1__ or __plt2__. | |
8086 | |
5737 | 8087 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
8088 | |
6778 | 8089 * set/unique.m: Properly handle single column input when |
5737 | 8090 "rows" is specified. |
8091 | |
5732 | 8092 2006-04-04 John W. Eaton <jwe@octave.org> |
8093 | |
5736 | 8094 * path/setpath.m: New file. |
8095 * path/savepath.m: Use setpath to set path instead of assigning | |
8096 directly to LOADPATH. | |
8097 | |
5732 | 8098 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
8099 New files, adapted from Octave Forge by Keith Goodman | |
8100 <kwgoodman@gmail.com>. | |
8101 * path: New directory. | |
8102 * Makefile.in (SUBDIRS): Add it to the list. | |
8103 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
8104 | |
5731 | 8105 2006-04-02 David Bateman <dbateman@free.fr> |
8106 | |
8107 * general/tril.m, general.triu.m: | |
8108 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
8109 to allow user types to work correctly. | |
8110 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
8111 | |
5727 | 8112 2006-04-03 David Bateman <dbateman@free.fr> |
8113 | |
8114 * plot/grid.m: Cache the state of the grid to allow toggling. | |
8115 Accept keyword "minor" for minor grid. | |
8116 | |
5721 | 8117 2006-03-28 John W. Eaton <jwe@octave.org> |
8118 | |
8119 * general/isscalar.m: Only require that all dimensions are 1 for | |
8120 compatiblity. | |
8121 | |
8122 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
8123 | |
8124 * general/isvector.m: Allow non-numeric objects to be vectors for | |
8125 compatibility. | |
8126 | |
5720 | 8127 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
8128 | |
8129 * plot/__errplot__.m: Doc string fix. | |
8130 | |
8131 * miscellaneous/doc.m: Mark as command. | |
8132 | |
8133 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
8134 general/isequalwithequalnans.m, general/blkdiag.m, | |
8135 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
8136 | |
5717 | 8137 2006-03-27 Don Bindner <dbindner@truman.edu> |
8138 | |
8139 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
8140 return 3d matrices. | |
8141 | |
8142 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
8143 | |
8144 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
8145 | |
5708 | 8146 2006-03-22 John W. Eaton <jwe@octave.org> |
8147 | |
8148 * plot/print.m: Don't replot after popping terminal setting. | |
8149 | |
5696 | 8150 2006-03-20 John W. Eaton <jwe@octave.org> |
8151 | |
8152 * miscellaneous/mkoctfile.m: Use version-specific name of | |
8153 mkoctfile. Use fullfile to construct file name. | |
8154 | |
5695 | 8155 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
8156 | |
8157 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
8158 shell script from Octave prompt. | |
8159 | |
5690 | 8160 2006-03-17 John W. Eaton <jwe@octave.org> |
8161 | |
5693 | 8162 * deprecated/weibcdf.m, deprecated/weibinv.m, |
8163 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
8164 | |
8165 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
8166 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
8167 Call new wbl functions to do the real work. | |
8168 Swap args and provide default values as necessary to preserve | |
8169 compatibility with old version of Octave. | |
8170 | |
8171 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
8172 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
8173 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
8174 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
8175 Swap scale and shape args for compatibility. | |
8176 | |
5692 | 8177 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8178 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
8179 Preserve compatibility with old versions of Octave given new | |
8180 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 8181 |
5692 | 8182 * statistics/distributions/logncdf.m, |
8183 statistics/distributions/logninv.m, | |
8184 statistics/distributions/lognpdf.m, | |
8185 statistics/distributions/lognrnd.m: Compatibility fixes. | |
8186 From Ben Barrowes <barrowes@alum.mit.edu> | |
8187 | |
5691 | 8188 * deprecated/hypergeometric_rnd.m: Update interface to match |
8189 current 2.1.x version. | |
8190 | |
8191 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
8192 | |
5690 | 8193 * miscellaneous/dir.m: Use readdir instead of glob. |
8194 Special case for "." to avoid globbing. Use list_in_columns. | |
8195 Eliminate unused variables len and finfo. | |
8196 | |
5689 | 8197 2006-03-16 Bill Denney <bill@givebillmoney.com> |
8198 | |
8199 * miscellaneous/dir.m: Improve compatibility. | |
8200 | |
5687 | 8201 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8202 | |
8203 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
8204 time/now.m, time/weekday.m: New functions from Octave Forge. | |
8205 | |
5686 | 8206 2006-03-16 John W. Eaton <jwe@octave.org> |
8207 | |
8208 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
8209 of looking at sum of max dimensions. | |
8210 | |
5681 | 8211 2006-03-16 David Bateman <dbateman@free.fr> |
8212 | |
8213 * testfun/test.m: Clear last warning before warning test to avoid | |
8214 issues with previously set warnings. | |
8215 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
8216 sparse matrices. Force matrix type from spqr solution to be | |
8217 singular to force QR solvers to be used for assert. | |
8218 | |
5678 | 8219 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8220 | |
8221 * strings/strfind.m: New file. | |
8222 | |
5677 | 8223 2006-03-16 John W. Eaton <jwe@octave.org> |
8224 | |
8225 * general/rows.m, general/columns.m: Delete. | |
8226 | |
5674 | 8227 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8228 | |
8229 * strings/strcmpi.m: Simplify. | |
8230 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 8231 * strings/strtrunc.m: New file. |
5674 | 8232 |
5676 | 8233 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
8234 | |
5672 | 8235 2006-03-15 John W. Eaton <jwe@octave.org> |
8236 | |
8237 * 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
|
8238 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 8239 |
5671 | 8240 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
8241 | |
8242 * miscellaneous/mkoctfile.m: New file. | |
8243 | |
5670 | 8244 2006-03-15 John W. Eaton <jwe@octave.org> |
8245 | |
8246 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
8247 | |
5666 | 8248 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
8249 | |
8250 * strings/bin2dec.m: Doc fix. | |
8251 | |
5661 | 8252 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
8253 | |
8254 * time/etime.m: Use datenum to support times spanning year boundaries. | |
8255 * time/datenum.m: New function to compute day number from time. | |
8256 | |
5659 | 8257 2006-03-09 John W. Eaton <jwe@octave.org> |
8258 | |
8259 * miscellaneous/unix.m, plot/print.m: | |
8260 Swap order of outputs from system. | |
8261 | |
5642 | 8262 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
8263 | |
8264 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
8265 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
8266 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
8267 control/base/__stepimp__.m, control/base/are.m, | |
8268 control/base/controldemo.m, control/base/damp.m, | |
8269 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
8270 control/base/step.m, control/system/abcddim.m, | |
8271 control/system/is_abcd.m, control/system/is_controllable.m, | |
8272 control/system/is_detectable.m, control/system/is_observable.m, | |
8273 control/system/is_stabilizable.m, control/system/is_stable.m, | |
8274 control/system/jet707.m, control/system/sys2fir.m, | |
8275 control/system/sysdimensions.m, control/system/sysupdate.m, | |
8276 control/system/tfout.m, control/system/ugain.m, | |
8277 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
8278 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
8279 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
8280 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
8281 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
8282 general/circshift.m, general/columns.m, general/flipdim.m, | |
8283 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
8284 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
8285 general/isequalwithequalnans.m, general/isscalar.m, | |
8286 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
8287 general/logspace.m, general/mod.m, general/nextpow2.m, | |
8288 general/num2str.m, general/perror.m, general/pol2cart.m, | |
8289 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
8290 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
8291 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
8292 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
8293 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
8294 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
8295 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
8296 miscellaneous/license.m, miscellaneous/menu.m, | |
8297 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
8298 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
8299 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
8300 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
8301 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
8302 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
8303 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
8304 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
8305 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
8306 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
8307 polynomial/polyinteg.m, polynomial/polyout.m, | |
8308 polynomial/polyreduce.m, polynomial/polyval.m, | |
8309 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
8310 set/create_set.m, set/intersection.m, set/ismember.m, | |
8311 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
8312 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
8313 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
8314 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
8315 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
8316 special-matrix/hilb.m, special-matrix/invhilb.m, | |
8317 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
8318 special-matrix/vander.m, statistics/base/median.m, | |
8319 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
8320 statistics/distributions/gaminv.m, | |
8321 statistics/distributions/gampdf.m, | |
8322 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
8323 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
8324 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
8325 strings/lower.m, strings/upper.m, testfun/assert.m, | |
8326 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
8327 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
8328 | |
5633 | 8329 2006-02-27 John W. Eaton <jwe@octave.org> |
8330 | |
8331 * time/tic.m: Move here from miscellaneous/tic.m. | |
8332 * time/toc.m: Move here from miscellaneous/toc.m. | |
8333 | |
8334 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
8335 | |
8336 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
8337 does not assign output of toc to a variable. | |
8338 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8339 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 8340 |
8341 * axis.m: Catch limits that are the same and return an error. | |
8342 | |
5625 | 8343 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8344 | |
8345 * plot/print.m: Accept emf device option to support Enhanced | |
8346 Metafile format. | |
8347 | |
8348 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
8349 | |
8350 * control/base/lqe.m: Doc fix. | |
8351 | |
5623 | 8352 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
8353 | |
8354 * statistics/distributions/gamcdf.m: Doc fix. | |
8355 * statistics/distributions/gaminv.m: Doc fix. | |
8356 * statistics/distributions/gampdf.m: Doc fix. | |
8357 * statistics/distributions/gamrnd.m: Doc fix. | |
8358 | |
5610 | 8359 2006-02-09 David Bateman <dbateman@free.fr> |
8360 | |
6778 | 8361 * general/triu.m: Minimum change to allow sparse matrix. More needed |
8362 for arbitrary user type. | |
8363 * general/tril.m: ditto. | |
8364 * sparse/sprand.m: Doc fix. | |
8365 * sparse/sprandn.m: Ditto. | |
8366 * sparse/sprandsym.m: New function. | |
8367 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
8368 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
8369 Update for syntax error for latest texinfo.tex file. | |
5610 | 8370 |
5605 | 8371 2006-02-02 John W. Eaton <jwe@octave.org> |
8372 | |
8373 * plot/grid.m: Append ";\n" to "set grid" command. | |
8374 | |
8375 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
8376 | |
8377 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
8378 | |
5597 | 8379 2006-01-13 John W. Eaton <jwe@octave.org> |
8380 | |
8381 * audio/Makefile.in, control/base/Makefile.in, | |
8382 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8383 control/system/Makefile.in, control/util/Makefile.in, | |
8384 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
8385 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
8386 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
8387 optimization/Makefile.in, plot/Makefile.in, | |
8388 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
8389 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
8390 special-matrix/Makefile.in, startup/Makefile.in, | |
8391 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8392 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8393 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
8394 (all): Depend on PKG_ADD. | |
8395 (PKG_ADD): New target. | |
8396 | |
8397 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
8398 | |
8399 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
8400 | |
5596 | 8401 2006-01-13 John W. Eaton <jwe@octave.org> |
8402 | |
8403 * time/etime.m: Move here from miscellaneous/etime.m. | |
8404 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
8405 | |
5595 | 8406 2006-01-13 Bill Denney <bill@givebillmoney.com> |
8407 | |
6778 | 8408 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 8409 * miscellaneous/fullfile.m: Likewise. |
8410 | |
5592 | 8411 2006-01-12 David Bateman <dbateman@free.fr> |
8412 | |
8413 * general/blkdiag.m: Compatible behavior for empty matrices | |
8414 * statistics/base/unidrnd.m: Documentation buglet. | |
8415 | |
5583 | 8416 2005-12-14 David Bateman <dbateman@free.fr> |
8417 | |
5589 | 8418 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
8419 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
8420 | |
8421 * Makefile.in (SUBDIRS): Include testfun. | |
8422 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
8423 | |
5583 | 8424 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
8425 | |
8426 * general/__isequal__.m: Remove reference to getfield. | |
8427 | |
8428 * plot/hist.m: Update test code for row/column discrepencies. | |
8429 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
8430 Update the test code for this. | |
8431 * sparse/spstats.m: Fix small bug in the dimension of output. | |
8432 | |
5579 | 8433 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8434 | |
8435 * cell/cell2mat.m: New file, from octave-forge. | |
8436 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8437 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 8438 |
8439 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
8440 New graph theory functions. | |
8441 | |
5574 | 8442 2005-12-13 John W. Eaton <jwe@octave.org> |
8443 | |
8444 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
8445 | |
8446 * control/system/ss.m: Doc fix. | |
8447 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8448 | |
5572 | 8449 2005-12-12 Michael Zeising <michael@michaels-website.de> |
8450 | |
8451 * audio/wavread.m, audio/wavwrite.m: | |
8452 Correct scaling for 8-bit linear pcm samples. | |
8453 Improve scaling for all other linear pcm resolutions. | |
8454 | |
5568 | 8455 2005-12-07 John W. Eaton <jwe@octave.org> |
8456 | |
8457 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
8458 | |
8459 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
8460 * strings/strjust.m: Likewise. | |
8461 | |
8462 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
8463 * signal/arma_rnd.m: Likewise. | |
8464 * strings/strcat.m: Likewise. | |
8465 * control/base/__freqresp__.m: Likewise. | |
8466 * control/base/place.m: Likewise. | |
8467 * control/base/pzmap.m: Likewise. | |
8468 * control/base/pzmap.m: Likewise. | |
8469 * control/system/sysappend.m: Likewise. | |
8470 * control/system/syscont.m: Likewise. | |
8471 * control/system/sysdisc.m: Likewise. | |
8472 * control/system/sysgroup.m: Likewise. | |
8473 * control/system/tfout.m: Likewise. | |
8474 * control/system/zpout.m: Likewise. | |
8475 * control/util/__outlist__.m: Likewise. | |
8476 | |
5567 | 8477 2005-12-06 John W. Eaton <jwe@octave.org> |
8478 | |
8479 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
8480 Avoid for loop in interleave/deinterleave steps. | |
8481 | |
5565 | 8482 2005-12-06 Michael Zeising <michael@michaels-website.de> |
8483 | |
8484 * audio/wavread.m, audio/wavwrite.m: New files. | |
8485 | |
5563 | 8486 2005-12-06 John W. Eaton <jwe@octave.org> |
8487 | |
8488 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
8489 | |
5560 | 8490 2005-12-05 John W. Eaton <jwe@octave.org> |
8491 | |
5561 | 8492 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 8493 |
5558 | 8494 2005-12-02 John W. Eaton <jwe@octave.org> |
8495 | |
8496 * miscellaneous/fileattrib.m: New function. | |
8497 | |
5556 | 8498 2005-12-01 John W. Eaton <jwe@octave.org> |
8499 | |
8500 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
8501 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
8502 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
8503 | |
5555 | 8504 2005-11-30 John W. Eaton <jwe@octave.org> |
8505 | |
8506 * linear-algebra/krylov.m: Format doc string. | |
8507 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8508 | |
5551 | 8509 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
8510 | |
8511 * general/blkdiag.m: Import from octave-forge. | |
8512 Ignore empty matrices in the input. Add tests. | |
5549 | 8513 |
8514 * general/isequal.m, general/isequalwithequalnans.m: | |
8515 New wrapper scripts for general/__isequal__.m. | |
8516 * general/__isequal__.m: Rename from general/isequal.m. | |
8517 New arg, nans_compare_equal. | |
8518 | |
5548 | 8519 2005-11-29 John W. Eaton <jwe@octave.org> |
8520 | |
8521 * miscellaneous/ver.m: Use new uname built-in function instead of | |
8522 calling system. Only append octave_forge_string if | |
8523 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
8524 Call license instead of hard-coding license info here. | |
8525 | |
8526 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 8527 __octave_licenses__. Use puts instead of disp. |
5548 | 8528 Use getuid and getpwuid instead of calling unix ("id -un"). |
8529 If nargout = 1, return license info instead of printing usage message. | |
8530 | |
5546 | 8531 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8532 | |
8533 * miscellaneous/ver.m: New file. | |
8534 * miscellaneous/license.m: New file. | |
8535 | |
5545 | 8536 2005-11-22 John W. Eaton <jwe@octave.org> |
8537 | |
8538 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
8539 gnuplot set command. | |
8540 | |
5539 | 8541 2005-11-15 John W. Eaton <jwe@octave.org> |
8542 | |
8543 * general/shiftdim.m: Doc fix. | |
8544 | |
5532 | 8545 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
8546 | |
8547 * set/unique.m: Doc string fix. | |
8548 | |
5527 | 8549 2005-11-01 John W. Eaton <jwe@octave.org> |
8550 | |
8551 * Makefile.in (distclean, maintainer-clean): | |
8552 Also remove autom4te.cache directory. | |
8553 From Quentin Spencer <qspencer@ieee.org>. | |
8554 | |
5518 | 8555 2005-10-28 John W. Eaton <jwe@octave.org> |
8556 | |
8557 * general/shiftdim.m: Compatibility fix for row vectors. | |
8558 Correct check for non-scalar non-integer shift. For positive | |
8559 N, shift is remainder of N and number of dims. Always return NS. | |
8560 Simplify. | |
8561 | |
5500 | 8562 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
8563 | |
8564 * general/randperm.m: Improve compatibility by allowing input | |
8565 value of zero. | |
8566 | |
5493 | 8567 2005-10-13 John W. Eaton <jwe@octave.org> |
8568 | |
8569 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
8570 If in multiplot mode, clear plot before issuing new plot command. | |
8571 | |
8572 * plot/__setup_plot__.m: New function. | |
8573 * plot/__plt__.m, plot__errplot__.m: Use it. | |
8574 Handle multiplot data and offsets here. | |
8575 | |
8576 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
8577 Move initialization to __setup_plot__.m. | |
8578 | |
8579 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
8580 Don't reset gnuplot_command_replot. | |
8581 | |
8582 * plot/replot.m: Handle multiplot data and offsets here. | |
8583 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
8584 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
8585 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
8586 | |
5489 | 8587 2005-10-12 John W. Eaton <jwe@octave.org> |
8588 | |
8589 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
8590 | |
5482 | 8591 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
8592 | |
8593 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
8594 weibrnd.m: Removed calls and references to deprecated _pdf and | |
8595 _inv functions. | |
8596 * chi2pdf.m: Fixed typos in the documentation. | |
8597 | |
5475 | 8598 2005-09-28 John W. Eaton <jwe@octave.org> |
8599 | |
5476 | 8600 * miscellaneous/single.m: New function. |
8601 | |
5475 | 8602 * statistics/base/unidrnd.m: New function. |
8603 | |
5474 | 8604 2005-09-27 John W. Eaton <jwe@octave.org> |
8605 | |
8606 * miscellaneous/dir.m: Filename never includes directory part. | |
8607 | |
5464 | 8608 2005-09-22 John W. Eaton <jwe@octave.org> |
8609 | |
8610 * polynomial/residue.m: Use logical indexing instead of find.. | |
8611 | |
8612 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
8613 | |
8614 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
8615 and zero poles. | |
8616 | |
5462 | 8617 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
8618 | |
8619 * strings/deblank.m: Handle cell arrays. | |
8620 * strings/split.m: New argument, N, to limit number of splits. | |
8621 | |
8622 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
8623 | |
8624 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
8625 | |
5460 | 8626 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
8627 | |
8628 * control/base/rlocus.m: Doc fix. | |
8629 | |
5459 | 8630 2005-09-20 John W. Eaton <jwe@octave.org> |
8631 | |
8632 * general/isvector.m: Improve compatibility. | |
8633 | |
8634 * general/postpad.m: Allow first argument to be a scalar. | |
8635 Allow padding to extend dimensionality. | |
8636 * general/prepad.m: Likewise. | |
8637 | |
5448 | 8638 2005-09-14 Daniel <durbano@shbano.com> |
8639 | |
8640 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 8641 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
8642 /control/base/dgram.m: Doc string fixes. | |
5448 | 8643 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
8644 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8645 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 8646 |
8647 * saveimage.m: Do not ignore most significant bit when writing | |
8648 black and white images to file. | |
8649 | |
5443 | 8650 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
8651 | |
8652 * audio/playaudio.m, control/base/__bodquist__.m, | |
8653 control/base/lqg.m, control/obsolete/dezero.m, | |
8654 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
8655 control/system/c2d.m, control/system/cellidx.m, | |
8656 control/system/d2c.m, control/system/dmr2d.m, | |
8657 control/system/is_signal_list.m, control/system/listidx.m, | |
8658 control/system/ss.m, control/system/sysappend.m, | |
8659 control/system/sysconnect.m, control/system/sysdup.m, | |
8660 control/system/sysgetsignals.m, control/system/sysidx.m, | |
8661 control/system/sysprune.m, control/system/syssetsignals.m, | |
8662 control/system/tfout.m, control/system/zpout.m, | |
8663 control/util/prompt.m, control/util/sortcom.m, | |
8664 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
8665 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
8666 general/num2str.m, general/repmat.m, general/sortrows.m, | |
8667 general/strerror.m, image/colormap.m, image/imshow.m, | |
8668 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
8669 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
8670 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
8671 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
8672 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
8673 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
8674 plot/print.m, plot/title.m, plot/top_title.m, | |
8675 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
8676 statistics/base/mean.m, statistics/base/moment.m, | |
8677 statistics/tests/cor_test.m, | |
8678 statistics/tests/kolmogorov_smirnov_test.m, | |
8679 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8680 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
8681 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8682 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8683 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8684 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8685 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8686 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
8687 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8688 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8689 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
8690 Avoid deprecated functions. Use ischar instead of isstr. Use | |
8691 isvector instead of is_vector. Use isstruct instead of | |
8692 is_struct. Use char instead of setstr. | |
8693 | |
5435 | 8694 2005-08-31 Daniel <durbano@shbano.com> |
8695 | |
8696 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
8697 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
8698 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8699 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8700 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 8701 |
8702 * image/saveimage.m: Open output file in binary mode. | |
8703 | |
8704 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
8705 | |
5427 | 8706 2005-08-16 John W. Eaton <jwe@octave.org> |
8707 | |
8708 * miscellaneous/computer.m: Handle optional maxsize and endian | |
8709 outputs. | |
8710 | |
5426 | 8711 2005-08-15 John W. Eaton <jwe@octave.org> |
8712 | |
8713 * strings/strcat.m: Allow single argument. | |
8714 | |
5416 | 8715 2005-07-18 John W. Eaton <jwe@octave.org> |
8716 | |
8717 * strings/strcmp.m: Delete. | |
8718 | |
5413 | 8719 2005-07-13 John W. Eaton <jwe@octave.org> |
8720 | |
8721 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
8722 versions of Octave. | |
8723 | |
8724 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
8725 | |
8726 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
8727 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
8728 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
8729 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
8730 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
8731 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
8732 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
8733 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
8734 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
8735 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
8736 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
8737 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8738 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8739 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8740 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8741 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8742 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8743 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8744 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8745 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8746 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8747 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8748 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8749 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8750 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8751 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8752 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8753 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8754 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8755 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8756 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8757 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8758 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8759 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8760 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8761 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8762 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8763 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8764 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8765 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8766 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8767 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8768 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8769 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8770 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8771 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8772 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8773 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8774 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8775 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8776 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8777 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8778 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8779 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8780 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8781 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8782 | |
8783 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8784 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8785 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8786 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8787 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8788 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8789 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8790 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8791 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8792 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8793 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8794 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8795 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8796 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8797 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8798 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8799 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8800 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8801 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8802 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8803 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8804 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8805 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8806 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8807 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8808 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8809 deprecated/wiener_rnd.m: New files. | |
8810 | |
5408 | 8811 2005-07-08 John W. Eaton <jwe@octave.org> |
8812 | |
8813 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8814 * deprecated/weibull_rnd.m: New file. | |
8815 | |
5407 | 8816 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8817 | |
8818 * strings/dec2base.m: Allow matrix arguments. | |
8819 | |
5406 | 8820 2005-07-08 John W. Eaton <jwe@octave.org> |
8821 | |
8822 * plot/__errplot__.m: Use __plot_globals__. | |
8823 * plot/__plt__.m: Likewise. | |
8824 * plot/figure.m: Likewise. | |
8825 | |
8826 * plot/hold.m: New file. | |
8827 * plot/ishold.m: New file. | |
8828 * plot/__plot_globals__.m: New file. | |
8829 | |
5400 | 8830 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8831 | |
8832 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8833 | |
8834 2005-07-05 John W. Eaton <jwe@octave.org> | |
8835 | |
8836 * strings/findstr.m: Return [] for no matches. | |
8837 | |
5399 | 8838 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8839 | |
8840 * miscellaneous/tic.m: Fix doc string. | |
8841 | |
5395 | 8842 2005-06-15 John W. Eaton <jwe@octave.org> |
8843 | |
8844 * polynomial/polyfit.m: Force return value to be a row vector. | |
8845 | |
5393 | 8846 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8847 | |
8848 * general/isequal.m: Correct nargin check. | |
8849 | |
5388 | 8850 2005-06-14 John W. Eaton <jwe@octave.org> |
8851 | |
8852 * general/isvector.m: Handle N-d arrays. | |
8853 From Bill Denney <denney@seas.upenn.edu>. | |
8854 | |
5381 | 8855 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
8856 | |
8857 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 8858 |
5377 | 8859 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
8860 | |
8861 * signal/freqz.m: Use correct calculations when given a vector of | |
8862 frequencies. Improve accuracy of returned frequency vector. | |
8863 Improve speed for medium length filters (at a slight cost for slow | |
8864 filters). Add test cases. | |
8865 | |
5373 | 8866 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
8867 | |
8868 * plot/loglog.m: Fix set commands. | |
8869 | |
5381 | 8870 2005-05-25 John W. Eaton <jwe@octave.org> |
8871 | |
8872 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
8873 | |
5371 | 8874 2005-05-24 John W. Eaton <jwe@octave.org> |
8875 | |
5373 | 8876 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
8877 | |
5372 | 8878 * strings/strncmp.m: New file, from Tom Holroyd |
8879 <tomh@kurage.nimh.nih.gov>. | |
8880 | |
5371 | 8881 * strings/strcmp.m: Return logical values in all cases. |
8882 | |
5366 | 8883 2005-05-23 John W. Eaton <jwe@octave.org> |
8884 | |
8885 * plot/orient.m: New file. Adapt to Octave coding style. | |
8886 Texinfoize doc string. | |
8887 | |
8888 * plot/print.m: New file. Adapt to Octave coding style. Include | |
8889 PKG_ADD command. Use set terminal consistently throughout. Use | |
8890 set terminal push/pop and unconditionally set output to screen | |
8891 when done to avoid requiring gget. Use a cell array for dev_list | |
8892 and cellidx to search for items in the list. Delete local | |
8893 variable endl. Don't set and restore automatic_replot. Use {} | |
8894 instead of nth to index varargin. Delete local variable | |
8895 va_arg_cnt. | |
8896 | |
5355 | 8897 2005-05-18 John W. Eaton <jwe@octave.org> |
8898 | |
8899 * general/num2str.m: Return early if X is a character string. | |
8900 | |
5347 | 8901 2005-05-11 John W. Eaton <jwe@octave.org> |
8902 | |
5348 | 8903 * strings/findstr.m: Allow non-string arguments for compatiblity. |
8904 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
8905 | |
5347 | 8906 * plot/polar.m: Don't call __pltopt__ here. |
8907 | |
5333 | 8908 2005-05-02 John W. Eaton <jwe@octave.org> |
8909 | |
8910 * mkdoc: Print header message. | |
8911 | |
5319 | 8912 2005-04-28 John W. Eaton <jwe@octave.org> |
8913 | |
8914 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
8915 startup/octaverc. | |
8916 | |
5318 | 8917 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
8918 | |
8919 * image/imshow.m: Handle various image depths and 3d RGB images. | |
8920 (__im_numeric_limits__): New internal function. | |
8921 | |
5317 | 8922 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
8923 | |
8924 * statistics/tests/anova.m: Compute total_mean as mean of all | |
8925 data, not mean of group_mean. | |
8926 | |
8927 2005-04-28 John W. Eaton <jwe@octave.org> | |
8928 | |
8929 * startup/local-rcfile: New file. | |
8930 * startup/main-rcfile: Rename from startup/octaverc. | |
8931 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
8932 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
8933 Install local-rcfile in $(localfcnfiledir)/startup. | |
8934 | |
8935 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
8936 | |
8937 * startup/inputrc: New file. | |
8938 * startup/octaverc: Configure readline using inputrc from | |
8939 startupfiledir. | |
8940 * startup/Makefile.in (install, install-strip): Install octaverc | |
8941 in $(fcnfiledir)/startup. | |
8942 | |
5310 | 8943 2005-04-27 John W. Eaton <jwe@octave.org> |
8944 | |
8945 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
8946 | |
5289 | 8947 2005-04-21 John W. Eaton <jwe@octave.org> |
8948 | |
8949 * optimization/glpk.m: Handle SENSE argument. | |
8950 | |
8951 * optimization/qp.m, optimization/sqp.m: New files. | |
8952 | |
5276 | 8953 2005-04-08 John W. Eaton <jwe@octave.org> |
8954 | |
8955 * Makefile.in (clean, distclean, maintainer-clean): | |
8956 Avoid duplication in rules. | |
8957 | |
5252 | 8958 2005-03-28 John W. Eaton <jwe@octave.org> |
8959 | |
8960 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
8961 setting {no,}parametric. | |
8962 * plot/figure.m: Likewise, for setting terminal type. | |
8963 | |
8964 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
8965 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
8966 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
8967 plot/title.m, plot/top_title.m: Avoid eval. | |
8968 | |
5251 | 8969 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8970 | |
5253 | 8971 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
8972 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
8973 Use __gnuplot_replot__ instead of replot. | |
8974 | |
5252 | 8975 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
8976 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
8977 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
8978 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
8979 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
8980 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
8981 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 8982 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 8983 |
5251 | 8984 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
8985 | |
5244 | 8986 2005-03-24 John W. Eaton <jwe@octave.org> |
8987 | |
8988 * optimization/glpkmex.m: Texinfoize Doc string. | |
8989 * optimization/glpk.m: Likewise. | |
8990 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
8991 (row vectors are orginary character strings). | |
8992 * optimization/glpkparam.m: Delete. | |
8993 | |
5243 | 8994 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
8995 | |
8996 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
8997 of dimensions of X. | |
8998 | |
5237 | 8999 2005-03-23 John W. Eaton <jwe@octave.org> |
9000 | |
5239 | 9001 * general/tril.m, general/triu.m: Return value of same class as |
9002 argument. | |
9003 | |
5237 | 9004 * optimization/glpk.m: Simplify interface. By default, solve |
9005 standard LP min C'*x s.t. A*x = b, x >= 0. | |
9006 * optimization/glpkmex.m: New file. | |
9007 | |
5232 | 9008 2005-03-22 John W. Eaton <jwe@octave.org> |
9009 | |
5237 | 9010 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
9011 list. | |
9012 | |
5233 | 9013 * optimization/glpk.m: Adapt to Octave coding style. |
9014 No need for varargout or varargin. | |
9015 Print usage message if nargin > 11. | |
9016 Allow any value of nargout. | |
9017 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
9018 Avoid looping when checking character classes. | |
9019 | |
5232 | 9020 * optimization: New directory. |
9021 * Makefile.in (SUBDIRS): Add it to the list. | |
9022 * optimization/Makefile.in: New file. | |
9023 * optimization/glpk.m, optimization/glpkparams.m, | |
9024 optimization/glpktest1, optimization/glpktest2: New files. | |
9025 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
9026 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 9027 |
9028 * strings/split.m: Quick return for empty second arg. | |
9029 Improve warning for multi-line strings. | |
9030 Speed up by avoiding sprintf in loop and eval. | |
9031 | |
5217 | 9032 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
9033 | |
9034 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
9035 * polynomial/polyder.m: Ditto. | |
6778 | 9036 * polynomial/polygcd.m: New function. |
5217 | 9037 |
5214 | 9038 2005-03-16 John W. Eaton <jwe@octave.org> |
9039 | |
5215 | 9040 * control/base/__stepimp__.m, control/base/bode.m, |
9041 control/base/frdemo.m, control/base/nichols.m, | |
9042 control/base/nyquist.m, control/base/pzmap.m, | |
9043 control/base/rldemo.m, control/base/rlocus.m, | |
9044 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
9045 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
9046 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
9047 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
9048 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
9049 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
9050 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
9051 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
9052 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
9053 plot/xlabel.m, quaternion/demoquat.m, | |
9054 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
9055 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
9056 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
9057 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
9058 gsplot from @seealso docs. | |
5214 | 9059 |
9060 * plot/replot.m: New file. | |
9061 | |
5205 | 9062 2005-03-15 David Bateman <dbateman@free.fr> |
9063 | |
9064 * set/unique.m, set/ismember.m: Handle cell arrays. | |
9065 | |
5196 | 9066 2005-03-09 John W. Eaton <jwe@octave.org> |
9067 | |
9068 * statistics/Makefile.in (bin-dist): Delete target. | |
9069 (BINDISTSUBDIRS): Delete variable. | |
6754 | 9070 * control/Makefile.in: Likewise. |
5196 | 9071 |
5378 | 9072 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 9073 (BINDISTFILES): Delete variable. |
5378 | 9074 * control/base/Makefile.in: Likewise. |
9075 * control/hinf/Makefile.in: Likewise. | |
9076 * control/obsolete/Makefile.in: Likewise. | |
9077 * control/system/Makefile.in: Likewise. | |
9078 * control/util/Makefile.in: Likewise. | |
9079 * deprecated/Makefile.in: Likewise. | |
9080 * elfun/Makefile.in: Likewise. | |
9081 * finance/Makefile.in: Likewise. | |
9082 * general/Makefile.in: Likewise. | |
9083 * image/Makefile.in: Likewise. | |
9084 * sparse/Makefile.in: Likewise. | |
9085 * io/Makefile.in: Likewise. | |
9086 * plot/Makefile.in: Likewise. | |
9087 * Makefile.in: Likewise. | |
9088 * miscellaneous/Makefile.in: Likewise. | |
9089 * linear-algebra/Makefile.in: Likewise. | |
9090 * polynomial/Makefile.in: Likewise. | |
9091 * quaternion/Makefile.in: Likewise. | |
9092 * set/Makefile.in: Likewise. | |
9093 * signal/Makefile.in: Likewise. | |
9094 * specfun/Makefile.in: Likewise. | |
9095 * special-matrix/Makefile.in: Likewise. | |
9096 * startup/Makefile.in: Likewise. | |
9097 * statistics/base/Makefile.in: Likewise. | |
9098 * statistics/distributions/Makefile.in: Likewise. | |
9099 * statistics/models/Makefile.in: Likewise. | |
9100 * statistics/tests/Makefile.in: Likewise. | |
9101 * strings/Makefile.in: Likewise. | |
9102 * time/Makefile.in: Likewise. | |
5196 | 9103 |
5195 | 9104 2005-03-08 John W. Eaton <jwe@octave.org> |
9105 | |
9106 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
9107 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
9108 | |
5192 | 9109 2005-03-04 John W. Eaton <jwe@octave.org> |
9110 | |
9111 * plot/clg.m: New file. | |
9112 | |
5193 | 9113 2005-03-03 John W. Eaton <jwe@octave.org> |
9114 | |
9115 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
9116 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
9117 strings/strcmpi.m: | |
9118 New files from Octave-forge. Adapt to Octave coding standards. | |
9119 | |
5181 | 9120 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
9121 | |
9122 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
9123 computation range. | |
9124 | |
5164 | 9125 2005-02-25 John W. Eaton <jwe@octave.org> |
9126 | |
9127 Sparse merge. | |
9128 | |
9129 2005-01-23 David Bateman <dbateman@free.fr> | |
9130 | |
9131 * sparse/randperm.m: Delete duplicate randperm.m. | |
9132 | |
9133 2005-01-10 John W. Eaton <jwe@octave.org> | |
9134 | |
9135 * sparse/Makefile.in: New file. | |
9136 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
9137 | |
9138 2005-01-07 David Bateman <dbateman@free.fr> | |
9139 | |
9140 * set/unique.m: import file from octave-forge. | |
9141 | |
9142 2005-01-05 David Bateman <dbateman@free.fr> | |
9143 | |
9144 * Makefile.in: include sparse directory in SUBDIRS. | |
9145 | |
9146 2004-12-30 John W. Eaton <jwe@octave.org> | |
9147 | |
9148 * sparse/nzmax.m: Delete (there is an nzmax function in | |
9149 src/DLD-FUNCTIONS/sparse.cc). | |
9150 | |
9151 2004-12-28 John W. Eaton <jwe@octave.org> | |
9152 | |
9153 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
9154 Andy Adler <adler@site.uottawa.ca>. | |
9155 | |
9156 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
9157 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
9158 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
9159 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
9160 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
9161 | |
9162 * sparse: New directory. | |
9163 | |
5158 | 9164 2005-02-22 John W. Eaton <jwe@octave.org> |
9165 | |
9166 * polynomial/residue.m: Force prepad to always create row vectors. | |
9167 | |
9168 * polynomial/poly.m: Quick return if m is 0. | |
9169 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
9170 | |
5154 | 9171 2005-02-21 David Bateman <dbateman@free.fr> |
9172 | |
9173 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
9174 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
9175 Fix for row vectors with at least one element of lambda not in | |
9176 (0, Inf). | |
9177 | |
5152 | 9178 2005-02-21 John W. Eaton <jwe@octave.org> |
9179 | |
5153 | 9180 * statistics/base/qqplot.m: Use feval instead of eval. |
9181 | |
5152 | 9182 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
9183 plot/__axis_label__.m: Issue replot command. | |
9184 | |
5135 | 9185 2005-02-09 John W. Eaton <jwe@octave.org> |
9186 | |
9187 * polynomial/polyderiv.m: Force P to be a row vector. | |
9188 | |
5133 | 9189 2005-02-08 John W. Eaton <jwe@octave.org> |
9190 | |
9191 * strings/dec2base.m: Don't delete leading zero if third arg is | |
9192 provided and len <= computed max_len. | |
9193 | |
5125 | 9194 2005-01-27 David Bateman <dbateman@free.fr> |
9195 | |
9196 * strings/dec2base.m: Be even more careful about handling all digits. | |
9197 | |
9198 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
9199 | |
9200 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
9201 | |
5123 | 9202 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
9203 | |
9204 * statistics/base/median.m: Make it work for the scalar case too. | |
9205 | |
6308 | 9206 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 9207 |
9208 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 9209 Simplify logic for decoding args. |
5117 | 9210 |
5115 | 9211 2005-01-24 John W. Eaton <jwe@octave.org> |
9212 | |
5116 | 9213 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
9214 | |
9215 * plot/__plt__.m: No need to save and reset hold state now. | |
9216 (first_plot): Delete unused variable. | |
9217 | |
5115 | 9218 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
9219 | |
9220 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
9221 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
9222 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
9223 plot/__plt2vv__.m: | |
9224 Return data and gnuplot commands instead of evaluating them. | |
9225 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
9226 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
9227 | |
5108 | 9228 2005-01-18 John W. Eaton <jwe@octave.org> |
9229 | |
9230 * linear-algebra/cross.m: Allocate idx1 before use. | |
9231 | |
5096 | 9232 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
9233 | |
9234 * statistics/base/range.m: Fix varargin usage. | |
9235 | |
5091 | 9236 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
9237 | |
9238 * strings/deblank.m: Remove all trailing whitespace (check with | |
9239 isspace), not just SPC. | |
9240 | |
5090 | 9241 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
9242 | |
9243 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
9244 | |
5073 | 9245 2004-11-09 John W. Eaton <jwe@octave.org> |
9246 | |
9247 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
9248 From Julius Smith <jos@ccrma.stanford.edu>. | |
9249 | |
5072 | 9250 2004-11-08 John W. Eaton <jwe@octave.org> |
9251 | |
9252 * plot/__plt2vm__.m: Delete debugging statement. | |
9253 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
9254 | |
5065 | 9255 2004-11-04 John W. Eaton <jwe@octave.org> |
9256 | |
9257 * plot/hist.m: Always return row vectors for vector args. | |
9258 | |
5031 | 9259 2004-09-23 John W. Eaton <jwe@octave.org> |
9260 | |
9261 * strings/strcmp.m: If args are not strings or cell arrays of | |
9262 strings, return zero instead of reporting an error. | |
9263 | |
5021 | 9264 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
9265 | |
9266 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
9267 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
9268 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
9269 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
9270 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
9271 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
9272 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
9273 control/hinf/is_dgkf.m, control/system/c2d.m, | |
9274 control/system/is_detectable.m, control/system/is_sample.m, | |
9275 control/system/is_siso.m, control/system/is_stable.m, | |
9276 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
9277 control/system/sys2tf.m, control/system/sys2zp.m, | |
9278 control/system/sysappend.m, control/system/sysconnect.m, | |
9279 control/system/sysdisc.m, control/system/sysdup.m, | |
9280 control/system/sysgetsignals.m, control/system/sysmult.m, | |
9281 control/system/syssetsignals.m, control/system/syssub.m, | |
9282 control/system/tf2sys.m, control/system/ugain.m, | |
9283 control/system/zp2ss.m, control/system/zp2sys.m, | |
9284 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
9285 special-matrix/toeplitz.m: Fix typos in doc strings. | |
9286 | |
9287 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
9288 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
9289 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
9290 ontrol/system/is_abcd.m, control/system/parallel.m, | |
9291 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
9292 control/system/sysappend.m, control/system/sysconnect.m, | |
9293 control/system/sysdup.m, control/system/sysgroup.m, | |
9294 control/system/sysprune.m, control/system/sysreorder.m, | |
9295 control/system/sysscale.m, control/system/syssub.m, | |
9296 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
9297 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
9298 polynomial/polyout.m, specfun/log2.m: | |
9299 Add output arguments in doc strings. | |
9300 | |
9301 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
9302 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
9303 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
9304 control/base/freqchkw.m, control/base/__freqresp__.m, | |
9305 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
9306 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
9307 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
9308 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
9309 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
9310 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
9311 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
9312 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
9313 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
9314 control/system/c2d.m, control/system/is_abcd.m, | |
9315 control/system/is_controllable.m, control/system/is_detectable.m, | |
9316 control/system/is_observable.m, control/system/is_stable.m, | |
9317 control/system/jet707.m, control/system/ord2.m, | |
9318 control/system/starp.m, control/system/sys2fir.m, | |
9319 control/system/sys2ss.m, control/system/sys2tf.m, | |
9320 control/system/sys2zp.m, control/system/syscont.m, | |
9321 control/system/sysdisc.m, control/system/sysdup.m, | |
9322 control/system/sysgettype.m, control/system/sysgroup.m, | |
9323 control/system/sysmult.m, control/system/sysprune.m, | |
9324 control/system/sysreorder.m, control/system/sysscale.m, | |
9325 control/system/syssetsignals.m, control/system/sysupdate.m, | |
9326 control/system/tf2ss.m, control/system/tf2sys.m, | |
9327 control/system/zp2ss.m, control/system/zp2sys.m, | |
9328 control/util/axis2dlim.m, control/util/prompt.m, | |
9329 control/util/zgfmul.m, control/util/zginit.m, | |
9330 control/util/__zgpbal__.m, control/util/zgscal.m: | |
9331 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
9332 in doc strings. | |
9333 | |
9334 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
9335 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
9336 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
9337 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
9338 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
9339 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
9340 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
9341 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
9342 control/system/c2d.m, control/system/fir2sys.m, | |
9343 control/system/is_stabilizable.m, control/system/jet707.m, | |
9344 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
9345 control/util/zgshsr.m, polynomial/polyout.m: | |
9346 New @tex section(s) in doc strings for better formating of printed | |
9347 output. | |
9348 | |
9349 * control/base/__freqresp__.m, control/base/nyquist.m, | |
9350 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
9351 control/obsolete/syschnames.m, control/system/sysprune.m: | |
9352 Use proper double quote marks for TeX. | |
9353 | |
9354 * control/base/DEMOcontrol.m: Add missing ; | |
9355 | |
9356 * control/base/nichols.m, control/base/rlocus.m, | |
9357 control/obsolete/minfo.m, control/system/is_digital.m, | |
9358 control/system/ss2zp.m, control/system/sysmin.m, | |
9359 control/system/tf2zp.m, control/util/sortcom.m: | |
9360 Convert documentation to use or more completely use Texinfo. | |
9361 | |
9362 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
9363 control/hinf/hinfdemo.m, control/system/ord2.m, | |
9364 control/system/parallel.m, control/system/ss2tf.m, | |
9365 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
9366 art splitting over a page boundary. | |
9367 | |
9368 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
9369 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
9370 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
9371 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
9372 control/hinf/wgt1o.m, control/system/buildssic.m: | |
9373 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
9374 the TeX documentation. | |
9375 | |
9376 * control/system/is_stabilizable.m: | |
9377 Add Copyright so that help is displayed correctly. | |
9378 | |
9379 * special-matrix/vander.m: Octave indexes start at 1. | |
9380 | |
5011 | 9381 2004-09-21 David Bateman <dbateman@free.fr> |
9382 | |
9383 * general/rotdim.m: New function for rotation of an N-d array in an | |
9384 arbitrary plane. | |
9385 | |
9386 * general/flipdim.m: New function to flip an N-d array about an | |
9387 arbitrary axis. | |
9388 | |
5003 | 9389 2004-09-15 David Bateman <dbateman@free.fr> |
9390 | |
9391 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
9392 | |
4992 | 9393 2004-09-15 John W. Eaton <jwe@octave.org> |
9394 | |
9395 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 9396 Use iscellstr to check for cells rather than iscell. |
9397 Improve diagnostics for invalid args. | |
4992 | 9398 |
4983 | 9399 2004-09-10 David Bateman <dbateman@free.fr> |
9400 | |
9401 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
9402 and p with n > 1, and fix for matrix n and p with n == 1. | |
9403 | |
9404 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
9405 due to row vs. column vector operations. | |
9406 | |
4964 | 9407 2004-09-03 David Bateman <dbateman@free.fr> |
9408 | |
9409 * general/repmat.m: Fix to allow logical classes. | |
9410 | |
4950 | 9411 2004-08-31 John W. Eaton <jwe@octave.org> |
9412 | |
9413 * general/isa.m: New function, from Octave-forge. | |
9414 | |
9415 2004-08-31 David Bateman <dbateman@free.fr> | |
9416 | |
9417 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
9418 limitation on the use of int64 and uint64 types, and the use | |
9419 of the eval. | |
9420 | |
9421 * general/bitset.m: Remove superfluous cast to return type, as bug | |
9422 in .^ with integer types is fixed. | |
9423 | |
9424 * general/repmat.m: Adapt to allow integer types. | |
4945 | 9425 |
9426 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
9427 | |
9428 * plot/axis.m: Don't reset axes when querying them. | |
9429 | |
4942 | 9430 2004-08-27 David Bateman <dbateman@free.fr> |
9431 | |
9432 * statistics/base/ranks.m: Handle non-consecutive ties. | |
9433 Eliminate loop. | |
9434 | |
4918 | 9435 2004-07-27 David Bateman <dbateman@free.fr> |
9436 | |
9437 * general/num2str.m: Also insert spaces in output when precision | |
9438 argument is supplied. | |
9439 | |
4915 | 9440 2004-07-23 David Bateman <dbateman@free.fr> |
9441 | |
9442 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
9443 | |
4911 | 9444 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
9445 | |
9446 * general/sub2ind.m: Make reshaping index list unnecessary. | |
9447 | |
9448 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
9449 | |
9450 * miscellaneous/unix.m: Fix doc string. | |
9451 | |
9452 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
9453 | |
9454 * plot/figure.m: Clarification of documentation. | |
9455 | |
9456 * image/imshow.m: Warn for complex images. | |
9457 Only estimate colourmap for images in [0, 65536]. | |
9458 | |
9459 2004-07-22 David Bateman <dbateman@free.fr> | |
9460 | |
9461 * general/num2str.m: Fix the case of an all zero input. | |
9462 | |
4906 | 9463 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
9464 | |
9465 * general/ind2sub.m: Doc fix. | |
9466 | |
4900 | 9467 2004-06-08 John W. Eaton <jwe@octave.org> |
9468 | |
9469 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
9470 convert function handle to string for eval. | |
9471 | |
4898 | 9472 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
9473 | |
9474 * plot/errorbar.m: Remove debugging output. | |
9475 | |
9476 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
9477 | |
9478 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
9479 | |
4897 | 9480 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
9481 | |
4898 | 9482 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
9483 | |
9484 * polynomial/polyout.m: Use parenthesis if necessary around | |
9485 complex polynomial coefficient. | |
9486 | |
4897 | 9487 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
9488 the bug which causes __errplot__ to ignore the last argument. | |
9489 | |
4894 | 9490 2004-06-03 David Bateman <dbateman@free.fr> |
9491 | |
9492 * general/shiftdim.m: New function based on JWE code snippet. | |
9493 | |
9494 * general/circdim.m: New function. | |
9495 | |
4890 | 9496 2004-05-06 David Bateman <dbateman@free.fr> |
9497 | |
9498 * general/issquare.m: Fail if ndim(x) > 2. | |
9499 | |
9500 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
9501 | |
9502 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
9503 N-d array arguments. Add optional dim argument to define | |
9504 dimension along which to operate. | |
9505 | |
9506 * linear-algebra/dmult.m: Allow N-d arrays. | |
9507 | |
9508 * linear-algebra/vec.m: Use v(:) and not reshape. | |
9509 | |
4885 | 9510 2004-04-29 David Bateman <dbateman@free.fr> |
9511 | |
9512 * statistics/base/ranks.m, statistics/base/run_count.m, | |
9513 statistics/base/studentize.m, statistics/base/kurtosis.m | |
9514 statistics/base/statistics.m, statistics/base/skewness.m | |
9515 statistics/base/iqr.m: | |
9516 Make N-d array aware. Allow optional argument to define the | |
9517 dimension along which to operate. Update the documentation. | |
9518 | |
9519 * statistics/base/ranks.m: Change algorithm to use sort, | |
9520 and adjust for the ties after. | |
9521 | |
9522 * statistics/base/run_counts.m: Change algorithm to use | |
9523 the a combination of diff and find, rather than a for-loop. | |
9524 | |
4881 | 9525 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
9526 | |
9527 * plot/hist.m: Correctly determine cutoffs. New tests. | |
9528 | |
4878 | 9529 2004-04-23 David Bateman <dbateman@free.fr> |
9530 | |
9531 * general/int2str.m: Treat only real part of argument, and treat | |
9532 NDArrays by stacking the slices through the matrix vertically. | |
9533 | |
9534 * general/num2str.m: Improve format of integer matrices, and the | |
9535 conversion of complex matrices added. Treat NDArrays by stacking | |
9536 the slices through the matrix vertically. | |
9537 | |
9538 * deprecated/com2str.m: Moved here from general subdirectory. | |
9539 | |
4877 | 9540 2004-04-22 John W. Eaton <jwe@octave.org> |
9541 | |
9542 * quaternion/qtransvmat.m: Use continuation characters to make | |
9543 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
9544 | |
4869 | 9545 2004-04-21 David Bateman <dbateman@free.fr> |
9546 | |
5378 | 9547 * elfun/lcm.m: Make N-d aware. |
4870 | 9548 |
4869 | 9549 * general/diff.m: Make the code N-d array aware. Allow an |
9550 optional argument to define the dimension along which to perform | |
9551 the differences and allow the order of the differences to be larger | |
9552 than the dimension itself. | |
9553 | |
9554 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
9555 use of these functions to 1- and 2-d arrays. | |
9556 | |
4863 | 9557 2004-04-16 John W. Eaton <jwe@octave.org> |
9558 | |
9559 * elfun/gcd.m: Delete. | |
9560 | |
4862 | 9561 2004-04-15 David Bateman <dbateman@free.fr> |
9562 | |
9563 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
9564 | |
9565 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
9566 array aware and and optional argument for the dimension along | |
9567 which to operate. | |
9568 | |
5378 | 9569 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 9570 argument for the dimension to be consistent with other N-d array |
9571 functions. | |
9572 | |
4860 | 9573 2004-04-08 David Bateman <dbateman@free.fr> |
9574 | |
9575 * statistics/distributions/discrete_cdf.m, | |
9576 statistics/distributions/discrete_inv.m, | |
9577 statistics/distributions/discrete_pdf.m, | |
9578 statistics/distributions/discrete_rnd.m, | |
9579 statistics/distributions/exponential_cdf.m, | |
9580 statistics/distributions/exponential_inv.m, | |
9581 statistics/distributions/exponential_pdf.m, | |
9582 statistics/distributions/exponential_rnd.m, | |
9583 statistics/distributions/f_cdf.m, | |
9584 statistics/distributions/f_inv.m, | |
9585 statistics/distributions/f_pdf.m, | |
9586 statistics/distributions/f_rnd.m, | |
9587 statistics/distributions/geometric_cdf.m, | |
9588 statistics/distributions/geometric_inv.m, | |
9589 statistics/distributions/geometric_pdf.m, | |
9590 statistics/distributions/geometric_rnd.m, | |
9591 statistics/distributions/hypergeometric_rnd.m, | |
9592 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
9593 statistics/distributions/laplace_cdf.m, | |
9594 statistics/distributions/laplace_inv.m, | |
9595 statistics/distributions/laplace_pdf.m, | |
9596 statistics/distributions/laplace_rnd.m, | |
9597 statistics/distributions/logistic_inv.m, | |
9598 statistics/distributions/logistic_rnd.m, | |
9599 statistics/distributions/lognormal_cdf.m, | |
9600 statistics/distributions/lognormal_inv.m, | |
9601 statistics/distributions/lognormal_pdf.m, | |
9602 statistics/distributions/lognormal_rnd.m, | |
9603 statistics/distributions/pascal_cdf.m, | |
9604 statistics/distributions/pascal_inv.m, | |
9605 statistics/distributions/pascal_pdf.m, | |
9606 statistics/distributions/pascal_rnd.m, | |
9607 statistics/distributions/poisson_cdf.m, | |
9608 statistics/distributions/poisson_inv.m, | |
9609 statistics/distributions/poisson_pdf.m, | |
9610 statistics/distributions/poisson_rnd.m, | |
9611 statistics/distributions/t_cdf.m, | |
9612 statistics/distributions/t_inv.m, | |
9613 statistics/distributions/t_pdf.m, | |
9614 statistics/distributions/t_rnd.m, | |
9615 statistics/distributions/weibull_cdf.m, | |
9616 statistics/distributions/weibull_inv.m, | |
9617 statistics/distributions/weibull_pdf.m, | |
9618 statistics/distributions/weibull_rnd.m: | |
9619 Allow N-d arrays. | |
9620 | |
9621 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
9622 that results in NaN in places where it should not have had. | |
9623 | |
9624 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9625 allow creating arbitrary matrices, compatiable with the other | |
5583 | 9626 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 9627 |
9628 * statistics/distributions/empirical_rnd.m: New argument formats | |
9629 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 9630 *_rnd.m functions. Maintain compatibility with previous |
4860 | 9631 format. Allow N-d arrays. |
9632 | |
9633 * statistics/distributions/hypergeometric_cdf.m, | |
9634 statistics/distributions/hypergeometric_inv.m, | |
9635 statistics/distributions/hypergeometric_pdf.m, | |
9636 statistics/distributions/wiener_rnd.m: | |
9637 Error for non-scalar arguments. | |
9638 | |
9639 * statistics/distributions/pascal_rnd.m: | |
9640 Correct for n = 1 bug, where all elements were equal. | |
9641 | |
4849 | 9642 2004-04-06 David Bateman <dbateman@free.fr> |
9643 | |
4854 | 9644 * general/common_size.m, miscellaneous/bincoeff.m, |
9645 statistics/distributions/beta_cdf.m, | |
9646 statistics/distributions/beta_inv.m, | |
9647 statistics/distributions/beta_pdf.m, | |
9648 statistics/distributions/beta_rnd.m, | |
9649 statistics/distributions/binomial_cdf.m, | |
9650 statistics/distributions/binomial_inv.m, | |
9651 statistics/distributions/binomial_pdf.m, | |
9652 statistics/distributions/binomial_rnd.m, | |
9653 statistics/distributions/cauchy_cdf.m, | |
9654 statistics/distributions/cauchy_inv.m, | |
9655 statistics/distributions/cauchy_pdf.m, | |
9656 statistics/distributions/cauchy_rnd.m, | |
9657 statistics/distributions/chisquare_cdf.m, | |
9658 statistics/distributions/chisquare_inv.m, | |
9659 statistics/distributions/chisquare_pdf.m, | |
9660 statistics/distributions/chisquare_rnd.m, | |
9661 statistics/distributions/gamma_cdf.m, | |
9662 statistics/distributions/gamma_inv.m, | |
9663 statistics/distributions/gamma_pdf.m, | |
9664 statistics/distributions/gamma_rnd.m, | |
9665 statistics/distributions/normal_cdf.m, | |
9666 statistics/distributions/normal_inv.m, | |
9667 statistics/distributions/normal_pdf.m, | |
9668 statistics/distributions/normal_rnd.m, | |
9669 statistics/distributions/stdnormal_cdf.m, | |
9670 statistics/distributions/stdnormal_pdf.m, | |
9671 statistics/distributions/stdnormal_rnd.m, | |
9672 statistics/distributions/uniform_cdf.m, | |
9673 statistics/distributions/uniform_inv.m, | |
9674 statistics/distributions/uniform_pdf.m, | |
9675 statistics/distributions/uniform_rnd.m: | |
9676 Allow the inputs to be N-d arrays. | |
9677 | |
4852 | 9678 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
9679 * statistics/base/median.m: Likewise. | |
4849 | 9680 |
4844 | 9681 2004-04-02 David Bateman <dbateman@free.fr> |
9682 | |
9683 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 9684 * statistics/base/center.m, statistics/base/meansq.m, |
9685 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 9686 Update for N-d arrays. |
4844 | 9687 * signal/fftshift.m: Fix dimensioning error. |
9688 | |
9689 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 9690 N-d arrays. |
4844 | 9691 |
4852 | 9692 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
9693 | |
9694 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 9695 |
4852 | 9696 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 9697 |
9698 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
9699 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
9700 control/system/sysprune.m: Doc update for usage of cell arrays. | |
9701 | |
9702 * control/system/sysidx.m: Use cellidx and not listidx. | |
9703 | |
4841 | 9704 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
9706 * plot/__pltopt1__.m: Always add title clause to plot command with | |
9707 default of "" (so it is off unless explicitly set by the user). | |
9708 | |
4836 | 9709 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
9710 | |
9711 * image/imshow.m: Accept "truesize" argument. | |
9712 Ignore current colormap. New tests and demos. | |
9713 | |
4834 | 9714 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
9715 | |
9716 * signal/sinewave.m: Allow N to default to M. | |
9717 | |
4826 | 9718 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9719 | |
9720 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
9721 | |
4818 | 9722 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9723 | |
9724 * general/deal.m: New function. | |
4819 | 9725 Add tests from Paul Kienzle. |
4818 | 9726 |
4811 | 9727 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
9728 | |
9729 * plot/hist.m: Compute histogram correctly for n>=30. | |
9730 | |
5095 | 9731 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 9732 |
9733 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
9734 | |
4806 | 9735 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9736 | |
9737 * miscellaneous/horzcat.m: Delete. | |
9738 * miscellaneous/vertcat.m: Delete. | |
9739 | |
4790 | 9740 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9741 | |
9742 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9743 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9744 | |
4789 | 9745 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9746 | |
9747 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9748 doing multiple plots in the same gnuplot frame. | |
9749 | |
4780 | 9750 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9751 | |
9752 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9753 control/system/cellidx.m, control/system/ss.m, | |
9754 control/system/tf.m, control/system/zp.m: New functions. | |
9755 | |
4778 | 9756 2004-02-16 Glenn Golden <gdg@zplane.com> |
9757 | |
9758 * statistics/distributions/discrete_inv.m: | |
9759 Reduce memory requirements. | |
9760 | |
4772 | 9761 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9762 | |
9763 * plot/__errcomm__.m: Fix thinko in previous change. | |
9764 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9765 | |
4771 | 9766 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9767 | |
9768 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9769 control/base/analdemo.m, control/base/bddemo.m, | |
9770 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9771 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9772 control/base/rldemo.m, control/base/rlocus.m, | |
9773 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9774 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9775 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9776 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9777 control/obsolete/packsys.m, control/obsolete/series.m, | |
9778 control/system/__sysdefioname__.m, | |
9779 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9780 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9781 control/system/c2d.m, control/system/d2c.m, | |
9782 control/system/dmr2d.m, control/system/fir2sys.m, | |
9783 control/system/is_signal_list.m, control/system/is_siso.m, | |
9784 control/system/jet707.m, control/system/listidx.m, | |
9785 control/system/moddemo.m, control/system/ord2.m, | |
9786 control/system/packedform.m, control/system/parallel.m, | |
9787 control/system/ss2sys.m, control/system/sys2tf.m, | |
9788 control/system/sys2zp.m, control/system/sysadd.m, | |
9789 control/system/sysappend.m, control/system/sysconnect.m, | |
9790 control/system/syscont.m, control/system/sysdimensions.m, | |
9791 control/system/sysdisc.m, control/system/sysdup.m, | |
9792 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9793 control/system/sysgroup.m, control/system/sysmin.m, | |
9794 control/system/sysmult.m, control/system/sysprune.m, | |
9795 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9796 control/system/syssetsignals.m, control/system/syssub.m, | |
9797 control/system/sysupdate.m, control/system/tf2sys.m, | |
9798 control/system/ugain.m, control/system/zp2ss.m, | |
9799 control/system/zp2sys.m, control/util/__outlist__.m, | |
9800 control/util/__zgpbal__.m, control/util/strappend.m: | |
9801 Use cell arrays instead of lists. | |
9802 | |
4723 | 9803 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9804 | |
9805 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9806 so that bar (1, 1) will work. | |
9807 | |
4710 | 9808 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9809 | |
4717 | 9810 * plot/__errcomm__.m: Cope with nargin now being a function. |
9811 * plot/__errplot__.m: Likewise. | |
9812 * plot/__plt__.m: Likewise. | |
9813 * plot/plot_border.m: Likewise. | |
9814 | |
4710 | 9815 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9816 not $(DOCSTRINGS). | |
9817 | |
4706 | 9818 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9819 | |
9820 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9821 rank ([], tol). | |
9822 | |
4691 | 9823 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9824 | |
4692 | 9825 * elfun/acot.m: Return atan (1./z). |
9826 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9827 | |
4691 | 9828 * miscellaneous/dir.m: New file. |
9829 | |
9830 * general/num2str.m: Use "%d" as format if values are ints with | |
9831 magnitude less than 1e10. | |
9832 | |
9833 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9834 | |
9835 * general/num2str.m: If single arg is string, return it. | |
9836 | |
9837 * miscellaneous/not.m: New file. | |
9838 | |
9839 * miscellaneous/unix.m: New file. | |
9840 | |
9841 * miscellaneous/isunix.m: New file. | |
9842 * miscellaneous/ispc.m: New file. | |
9843 | |
9844 * miscellaneous/computer.m: New file. | |
9845 | |
9846 * miscellaneous/delete.m: New file. | |
9847 | |
4689 | 9848 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9849 | |
9850 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9851 | |
9852 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9853 | |
9854 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9855 Always return substituted version of LOADPATH if nargout != 0. | |
9856 | |
4685 | 9857 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
9858 | |
9859 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
9860 before continuing. | |
9861 | |
9862 * miscellaneous/fileparts.m: Allow name to start with ".". | |
9863 | |
4677 | 9864 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9865 | |
9866 * general/ind2sub.m: New file. | |
9867 * general/sub2ind.m: New file. | |
9868 | |
4675 | 9869 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9870 | |
9871 * control/system/zp2ss.m: Don't save and restore | |
9872 warn_empty_list_elements. | |
9873 | |
9874 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
9875 | |
6778 | 9876 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 9877 |
4673 | 9878 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
9879 | |
9880 * statistics/base/mean.m: Remove special case for row vectors. | |
9881 | |
4637 | 9882 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
9883 | |
9884 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
9885 | |
4631 | 9886 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
9887 | |
9888 * statistics/base/iqr.m: Handle matrices. | |
9889 | |
4630 | 9890 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9891 | |
9892 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
9893 | |
4629 | 9894 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9895 | |
9896 * miscellaneous/path.m: Fix thinko in previous change. | |
9897 | |
4609 | 9898 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
9899 | |
4629 | 9900 * control/base/dare.m: Check positive (semi)definiteness and |
9901 dimensions of r (and q). | |
9902 * control/base/dlqr.m: Check stabilizability of (A,B), | |
9903 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
9904 near unit circle. | |
4611 | 9905 |
9906 * control/system/is_detectable.m: Use Hautus Lemma. | |
9907 Correct the behavior for discrete-time systems. | |
9908 * control/system/is_stabilizable.m: Likewise. | |
9909 | |
4609 | 9910 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
9911 | |
9912 * linear-algebra/krylovb.m: Fix typo in usage message. | |
9913 | |
4610 | 9914 * general/isdefinite.m: New function. |
9915 | |
4567 | 9916 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9917 | |
9918 * general/reshape: Delete. | |
9919 | |
4559 | 9920 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9921 | |
9922 * general/numel.m: Delete. | |
9923 | |
4535 | 9924 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9925 | |
4536 | 9926 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
9927 | |
9928 * deprecated/isstr.m: New file. | |
4535 | 9929 |
4529 | 9930 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9931 | |
9932 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
9933 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
9934 | |
4525 | 9935 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
9936 | |
9937 * statistics/base/mean.m: Fix missing semicolon problem. | |
9938 | |
4503 | 9939 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
9940 | |
9941 * plot/subplot.m: New global variable, __multiplot_scale__. | |
9942 | |
4492 | 9943 2003-08-29 David Castelow <DCastelow@Airspan.com> |
9944 | |
9945 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
9946 Allow optional length argument. | |
9947 | |
4491 | 9948 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9949 | |
9950 * polynomial/polyfit.m: Avoid calling flipud. | |
9951 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
9952 Return structure as second output value for improved Matlab | |
9953 compatibility. | |
9954 | |
4476 | 9955 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9956 | |
4478 | 9957 * linear-algebra/cond.m: Behave as though old built-in variable |
9958 propagate_empty_matrices is always 1. Also handle empty matrices | |
9959 with one non-zero dimension. | |
9960 | |
4476 | 9961 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
9962 warn_single_quote_string to the list. | |
4478 | 9963 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
9964 from the list. | |
4476 | 9965 |
5095 | 9966 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 9967 |
9968 * signal/autocov.m: Transpose result of conj because diag returns | |
9969 a column vector, not a row vector. | |
9970 | |
9971 * audio/playaudio.m, audio/record.m, image/image.m, | |
9972 miscellaneous/bug_report.m: Protect spaces in filenames | |
9973 with quotes. | |
9974 | |
4466 | 9975 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9976 | |
4468 | 9977 * io/printf.m, io/puts.m: Delete. |
9978 | |
4466 | 9979 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
9980 default_return_value from the list. | |
9981 Add warn_undefined_return_values to the list. | |
9982 | |
9983 | |
4464 | 9984 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9985 | |
9986 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
9987 and initialize_global_variables from the list. | |
9988 | |
4460 | 9989 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9990 | |
4463 | 9991 * image/colormap.m: Don't save and restore default_eval_print_flag. |
9992 | |
9993 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
9994 | |
9995 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
9996 * control/system/sys2fir.m: Likewise. | |
9997 | |
9998 * control/system/is_siso.m: Use && instead of & where appropriate. | |
9999 * control/system/__tf2sysl__.m: Likewise. | |
10000 | |
10001 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
10002 | |
10003 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
10004 and [] concatenation. | |
10005 * control/system/sys2fir.m: Likewise. | |
10006 | |
10007 * control/base/dgram.m, control/base/freqchkw.m, | |
10008 control/base/gram.m, control/system/__abcddims__.m, | |
10009 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
10010 control/system/is_sample.m, control/system/is_signal_list.m, | |
10011 control/system/is_siso.m, control/system/sys2fir.m, | |
10012 control/system/syschtsam.m, control/system/sysgettsam.m, | |
10013 control/system/sysgettype.m, control/system/tf2zp.m, | |
10014 control/system/ugain.m, control/util/prompt.m, | |
10015 control/util/run_cmd.m, control/util/zgrownorm.m, | |
10016 control/util/zgshsr.m: | |
10017 Improve conformance to Octave coding style. | |
10018 | |
4461 | 10019 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
10020 the list. | |
10021 Delete resize_on_range_error from the list. | |
10022 | |
4460 | 10023 * control/base/pzmap.m, control/base/place.m, |
10024 control/base/__freqresp__.m, control/system/sysappend.m, | |
10025 control/system/syscont.m, control/system/sysdisc.m, | |
10026 control/system/sysgroup.m, control/system/tfout.m, | |
10027 control/system/zp2ss.m, control/system/zpout.m, | |
10028 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
10029 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
10030 empty_list_elements_ok. | |
10031 | |
10032 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
10033 Delete empty_list_elements_ok from the list. | |
10034 | |
4457 | 10035 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10036 | |
10037 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
10038 list. | |
10039 Delete treat_neg_dim_as_zero from the list. | |
10040 | |
10041 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
10042 | |
4451 | 10043 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10044 | |
4455 | 10045 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
10046 was not used in the code in any case). | |
10047 | |
10048 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
10049 do_fortran_indexing. | |
10050 | |
4452 | 10051 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
10052 implict_str_to_num_ok. Use unwind_protect block to do it. | |
10053 | |
4451 | 10054 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
10055 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 10056 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 10057 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
10058 warn_fortran_indexing in the list. | |
10059 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
10060 implicit_str_to_num_ok, do_fortran_indexing, and | |
10061 prefer_column_vectors from list. | |
4451 | 10062 |
4440 | 10063 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10064 | |
10065 * Makefile.in (distclean, maintainer-clean): Also remove | |
10066 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
10067 directory. | |
10068 | |
5095 | 10069 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 10070 |
10071 * plot/hist.m: Don't forget to define n if x is a vector. | |
10072 | |
5095 | 10073 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 10074 |
10075 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
10076 return "." with extension. | |
10077 | |
4422 | 10078 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10079 | |
10080 * control/base/__stepimp__.m, control/base/nichols.m, | |
10081 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
10082 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
10083 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
10084 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
10085 Eliminate gnuplot_has_multiplot (assume it is always true). | |
10086 | |
4413 | 10087 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10088 | |
10089 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
10090 | |
5095 | 10091 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 10092 |
10093 * plot/hist.m: Improve performance by using different algorithms | |
10094 depending on number of bins. | |
10095 | |
4404 | 10096 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10097 | |
10098 * control/system/sysadd.m: If systems are not "tf", convert before | |
10099 adding. | |
10100 | |
5095 | 10101 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 10102 |
10103 * image/imagesc.m: Accept data limits parameter for colormap. | |
10104 | |
5095 | 10105 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 10106 |
10107 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
10108 the impulse by t_step. | |
10109 | |
4373 | 10110 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10111 | |
10112 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
10113 column vectors. | |
10114 | |
5095 | 10115 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 10116 |
10117 * linear-algebra/null.m: Handle empty matrix arg. | |
10118 | |
4369 | 10119 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10120 | |
10121 * general/shift.m: Force empty_list_elements_ok to 1. | |
10122 | |
4358 | 10123 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10124 | |
10125 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
10126 New files. | |
10127 | |
4348 | 10128 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10129 | |
10130 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
10131 function handle to pass to feval. | |
10132 * statistics/base/qqplot.m: Likewise. | |
10133 * statistics/base/ppplot.m: Likewise. | |
10134 * signal/spectral_xdf.m: Likewise. | |
10135 * signal/spectral_adf.m: Likewise. | |
10136 | |
4340 | 10137 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10138 | |
10139 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
10140 | |
4334 | 10141 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10142 | |
10143 * linear-algebra/logm.m: New file. | |
10144 | |
5095 | 10145 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 10146 |
10147 * mkpkgadd: Scan C++ files as well | |
10148 | |
5095 | 10149 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 10150 |
10151 * strings/findstr.m: Return empty set for zero-length target. | |
10152 | |
5095 | 10153 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 10154 |
10155 * set/union.m: Preserve the orientation of inputs. | |
10156 | |
4305 | 10157 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10158 | |
10159 * general/int2str.m: Eliminate leading spaces. | |
10160 | |
4303 | 10161 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10162 | |
10163 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
10164 | |
5095 | 10165 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 10166 |
10167 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
10168 $(BUILD_LDFLAGS) to compiler. | |
10169 | |
4295 | 10170 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10171 | |
10172 * general/num2str.m: Don't specify field width for scalars. | |
10173 | |
4292 | 10174 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10175 | |
10176 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
10177 | |
4265 | 10178 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10179 | |
4279 | 10180 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
10181 | |
4266 | 10182 * miscellaneous/tempname.m: New file. |
10183 | |
10184 * miscellaneous/tempdir.m: New file. | |
10185 | |
4265 | 10186 * miscellaneous/fullfile.m: New file. |
10187 | |
4259 | 10188 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10189 | |
4264 | 10190 * miscellaneous/fileparts.m: New file. |
10191 | |
10192 * io/beep.m: New file. | |
10193 | |
4260 | 10194 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
10195 format only. | |
4259 | 10196 |
4257 | 10197 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10198 | |
10199 * strings/strcmp.m: Handle cell arrays of strings. | |
10200 | |
4229 | 10201 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10202 | |
10203 * general/int2str.m: Handle matrices. | |
10204 * general/num2str.m: Likewise. | |
10205 Also handle optional precision, and format args. | |
10206 | |
4225 | 10207 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10208 | |
10209 * audio/Makefile.in, control/base/Makefile.in, | |
10210 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
10211 control/system/Makefile.in, elfun/Makefile.in, | |
10212 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10213 io/Makefile.in, linear-algebra/Makefile.in, | |
10214 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
10215 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10216 specfun/Makefile.in, special-matrix/Makefile.in, | |
10217 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
10218 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
10219 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
10220 deprecated/Makefile.in: Use new do-script-install and | |
10221 do-script-uninstall macros. | |
10222 | |
10223 * mkpkgadd: New script. | |
10224 | |
10225 * plot/close.m: New file. | |
10226 | |
4184 | 10227 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10228 | |
10229 * image/image.m: Use -raw option for xv. | |
10230 From Remy Bruno <remy.bruno@libertysurf.fr> | |
10231 | |
4172 | 10232 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
10233 | |
4174 | 10234 * control/base/lsim.m: Use approximate test for step size change. |
10235 | |
4172 | 10236 * signal/bartlett.m: Avoid row/column mismatch error. |
10237 | |
5095 | 10238 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 10239 |
10240 * statistics/base/var.m: Use better formula for improved accuracy. | |
10241 | |
5095 | 10242 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 10243 |
10244 * control/base/lsim.m: Correct doc string. | |
10245 | |
5095 | 10246 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 10247 |
10248 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
10249 | |
4148 | 10250 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10251 | |
10252 * plot/contour.m: Handle x and y as matrices too. | |
10253 | |
5095 | 10254 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 10255 |
10256 * plot/contour.m: Fix error and usage messages. | |
10257 | |
4146 | 10258 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10259 | |
10260 * plot/contour.m: Correct orientation of plot. | |
10261 | |
4139 | 10262 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10263 | |
10264 * control/base/analdemo.m: Fix typo. | |
10265 | |
5095 | 10266 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 10267 |
10268 * statistics/distributions/discrete_pdf.m: Fix typo. | |
10269 | |
4098 | 10270 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10271 | |
10272 * mkdoc: Exit immediately on errors. | |
10273 Exit with error if gethelp does not exist. | |
10274 | |
10275 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
10276 | |
4093 | 10277 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10278 | |
10279 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
10280 | |
5095 | 10281 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 10282 |
10283 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
10284 * statistics/distributions/normal_pdf.m: Likewise. | |
10285 * statistics/distributions/normal_inv.m: Likewise. | |
10286 | |
5095 | 10287 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 10288 |
10289 * specfun/erfinv.m: Return NaN for NaN inputs. | |
10290 | |
5095 | 10291 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 10292 |
10293 * statistics/base/var.m: Handle complex values. | |
10294 | |
4031 | 10295 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10296 | |
10297 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
10298 list. | |
10299 * deprecated/Makefile.in: New file. | |
10300 | |
5095 | 10301 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 10302 |
10303 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
10304 * statistics/distributions/binomial_cdf.m: Likewise. | |
10305 * statistics/distributions/f_cdf.m: Likewise. | |
10306 * statistics/distributions/t_cdf.m: Likewise. | |
10307 | |
10308 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
10309 * specfun/beta.m: Likewise. | |
10310 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
10311 * statistics/distributions/gamma_pdf.m: Likewise. | |
10312 * statistics/distributions/poisson_pdf.m: Likewise. | |
10313 | |
10314 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
10315 * statistics/distributions/poisson_cdf.m: Likewise. | |
10316 | |
4026 | 10317 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10318 | |
4028 | 10319 * deprecated/is_bool.m: New file. |
10320 * deprecated/is_complex.m: New file. | |
10321 * deprecated/is_global.m: New file. | |
10322 * deprecated/is_list.m: New file. | |
10323 * deprecated/is_matrix.m: New file. | |
10324 * deprecated/is_scalar.m: New file. | |
10325 * deprecated/is_square.m: New file. | |
10326 * deprecated/is_stream.m: New file. | |
10327 * deprecated/is_struct.m: New file. | |
10328 * deprecated/is_symmetric.m: New file. | |
10329 * deprecated/is_vector.m: New file. | |
4030 | 10330 * Change all callers of these functions to use the new names. |
4028 | 10331 |
4029 | 10332 * deprecated: New directory. |
10333 * Makefile.in (SUBDIRS): Add it to the list. | |
10334 | |
4026 | 10335 * general/isscalar.m: Rename from is_scalar.m. |
10336 * general/issquare.m: Rename from is_square.m. | |
10337 * general/issymmetric.m: Rename from is_symmetric.m. | |
10338 * general/isvector.m: Rename from is_vector.m. | |
10339 | |
4022 | 10340 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10341 | |
10342 * statistics/base/mean.m: Allow empty matrices. | |
10343 Handle DIM arg. | |
10344 | |
5095 | 10345 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 10346 |
10347 * plot/__errcomm__.m: If format is not specified, default to error | |
10348 bar format. | |
10349 | |
4011 | 10350 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10351 | |
10352 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
10353 __F_SETFL__ and __O_NONBLOCK__. | |
10354 | |
10355 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
10356 * miscellaneous/bug_report.m: Likewise. | |
10357 | |
4007 | 10358 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10359 | |
4008 | 10360 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
10361 * general/rem.m: Likewise. | |
10362 | |
10363 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
10364 * plot/semilogxerr.m: Likewise. | |
4007 | 10365 * plot/semilogyerr.m: Likewise. |
10366 | |
5095 | 10367 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 10368 |
10369 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
10370 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
10371 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
10372 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
10373 | |
10374 * plot/errorbar.m: Use __errcomm__.m. | |
10375 * plot/__errplot__.m: Minor cleanups. | |
10376 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
10377 * plot/__pltopt1__.m: Likewise. | |
10378 | |
3980 | 10379 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10380 | |
3981 | 10381 * general/rem.m: Delete redundant call to usage. |
10382 | |
3980 | 10383 * general/mod.m: Additional error checks, Texinfoize doc string. |
10384 | |
5095 | 10385 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 10386 |
10387 * general/mod.m: New function. | |
10388 | |
3979 | 10389 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10390 | |
10391 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
10392 * control/system/sysadd.m: Likewise. | |
10393 * control/system/sysgroup.m: Likewise. | |
10394 * control/system/syssub.m: Likewise. | |
10395 * elfun/gcd.m: Likewise. | |
10396 * elfun/lcm.m: Likewise. | |
10397 * general/common_size.m: Likewise. | |
10398 * io/printf.m: Likewise. | |
10399 * miscellaneous/menu.m: Likewise. | |
10400 * miscellaneous/path.m: Likewise. | |
10401 * plot/__errplot__.m: Likewise. | |
10402 * plot/__plt__.m: Likewise. | |
10403 * plot/axis.m: Likewise. | |
10404 * plot/errorbar.m: Likewise. | |
10405 * plot/mplot.m: Likewise. | |
10406 * plot/loglog.m: Likewise. | |
10407 * plot/plot.m: Likewise. | |
10408 * plot/plot_border.m: Likewise. | |
10409 * plot/semilogx.m: Likewise. | |
10410 * plot/semilogy.m: Likewise. | |
10411 * plot/xlabel.m: Likewise. | |
10412 * plot/ylabel.m: Likewise. | |
10413 * plot/zlabel.m: Likewise. | |
10414 * statistics/base/ppplot.m: Likewise. | |
10415 * statistics/base/qqplot.m: Likewise. | |
10416 * statistics/tests/bartlett_test.m: Likewise. | |
10417 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
10418 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10419 * strings/str2mat.m: Likewise. | |
10420 * strings/strcat.m: Likewise. | |
10421 | |
5095 | 10422 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 10423 |
10424 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
10425 | |
3924 | 10426 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10427 | |
10428 * skip-autoheader: New file, for autogen.sh. | |
3925 | 10429 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 10430 |
5095 | 10431 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 10432 |
10433 * general/repmat.m: New function. | |
10434 | |
5095 | 10435 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 10436 |
10437 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
10438 Use optional parameter to specify the number of bits in the input. | |
10439 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
10440 floats in the range [-1,1], 2x speedup. | |
10441 | |
10442 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
10443 | |
3910 | 10444 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10445 | |
10446 * linear-algebra/kron.m: Delete. | |
10447 | |
5095 | 10448 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 10449 |
10450 * signal/freqz.m: If nargout is zero, plot results instead of | |
10451 returning them. | |
10452 * signal/freqz_plot.m: New file. | |
10453 | |
5095 | 10454 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 10455 |
5378 | 10456 * signal/unwrap.m: New file. |
3906 | 10457 |
5095 | 10458 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 10459 |
10460 * image/rgb2hsv.m: Faster, more accurate, remove the | |
10461 divide by zero warning. | |
10462 | |
5095 | 10463 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 10464 |
3894 | 10465 * strings/deblank.m: Trim \0 as well as blank. |
10466 | |
5378 | 10467 * freqz.m: Evaluate a specific range of frequencies |
3893 | 10468 expressed in radians or Hz relative to a supplied sample rate. |
10469 | |
5095 | 10470 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 10471 |
10472 * signal/fftfilt.m: Filter columns if called with a matrix. | |
10473 | |
3891 | 10474 * strings/findstr.m: Vectorize as much as possible. |
10475 | |
5095 | 10476 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 10477 |
10478 * special-matrix/invhilb.m: New version that is faster and more | |
10479 accurate. | |
10480 | |
5095 | 10481 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 10482 |
10483 * configure.in: Update for autoconf 2.5x. | |
10484 | |
5095 | 10485 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 10486 |
10487 * special-matrix/vander.m: Code tidy and vectorize. | |
10488 | |
5095 | 10489 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 10490 |
3883 | 10491 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
10492 to vectors. Issue a warning in the case x matches y' but return a | |
10493 column vector as Octave currently does. | |
10494 | |
3882 | 10495 * plot/contour.m: Set default number of levels for contour(x,y,z). |
10496 | |
10497 * control/system/starp.m: Leave more of the documentation | |
10498 processing to texinfo and less to the @format block. | |
10499 | |
10500 * image/imagesc.m: Only display image if no output is requested. | |
10501 Code tidying. | |
10502 | |
3876 | 10503 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10504 | |
10505 * statistics/base/center.m: Accept and return empty matrix. | |
10506 | |
3872 | 10507 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10508 | |
10509 * specfun/erfinv.m: Fix usage message. | |
10510 | |
3869 | 10511 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10512 | |
10513 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
10514 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
10515 | |
3837 | 10516 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10517 | |
10518 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
10519 capitalized variable names. | |
10520 | |
3836 | 10521 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
10522 | |
10523 * m/image/saveimage.m: fix saving an image to Postscript format. | |
10524 | |
5095 | 10525 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 10526 |
10527 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
10528 | |
3803 | 10529 2001-02-28 Kai Habel <kai.habel@gmx.de> |
10530 | |
3833 | 10531 * general/cart2pol.m: New file. |
10532 * general/pol2cart.m: New file. | |
10533 * general/cart2sph.m: New file. | |
10534 * general/sph2cart.m: New file. | |
10535 * image/rgb2hsv.m: New file. | |
10536 * image/hsv2rgb.m: New file. | |
3803 | 10537 |
10538 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
10539 | |
10540 * plot/meshgrid.m: Avoid for loops. | |
10541 * plot/meshdom.m: Likewise. | |
10542 | |
3801 | 10543 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10544 | |
10545 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
10546 | |
10547 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
10548 | |
10549 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
10550 norm. | |
10551 | |
3792 | 10552 2001-02-09 David Livings <david.livings@asa.co.uk> |
10553 | |
10554 * statistics/tests/welch_test.m: Fix typo. | |
10555 | |
10556 * statistics/distributions/chisquare_cdf.m: | |
10557 Don't restrict inputs to be only positive integers. | |
10558 * statistics/distributions/chisquare_inv.m: Likewise. | |
10559 * statistics/distributions/chisquare_pdf.m: Likewise. | |
10560 * statistics/distributions/chisquare_rnd.m: Likewise. | |
10561 * statistics/distributions/f_cdf.m: Likewise. | |
10562 * statistics/distributions/f_inv.m: Likewise. | |
10563 * statistics/distributions/f_pdf.m: Likewise. | |
10564 * statistics/distributions/f_rnd.m: Likewise. | |
10565 * statistics/distributions/t_cdf.m: Likewise. | |
10566 * statistics/distributions/t_inv.m: Likewise. | |
10567 * statistics/distributions/t_pdf.m: Likewise. | |
10568 * statistics/distributions/t_rnd.m: Likewise. | |
10569 | |
3790 | 10570 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10571 | |
10572 * strings/dec2base.m: New file. | |
10573 * strings/base2dec.m: New file. | |
10574 * strings/strjust.m: New file. | |
10575 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
10576 * strings/dec2bin.m: Likewise. | |
10577 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
10578 * strings/bin2dec.m: Likewise. | |
10579 | |
5095 | 10580 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 10581 |
10582 * statistics/base/ppplot.m: Use gset, not set. | |
10583 * statistics/base/qqplot.m: Likewise. | |
10584 | |
5095 | 10585 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 10586 |
10587 * control/system/c2d.m: Add missing endif. | |
10588 | |
3759 | 10589 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10590 | |
10591 * strings/index.m: Return 0 if either string is empty. | |
10592 | |
10593 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
10594 | |
10595 * control/system/c2d.m: Allow option of matched pole/zero | |
10596 equivalent for conversion. | |
10597 | |
10598 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
10599 | |
10600 * strings/findstr.m: Return empty matrix if search string is empty. | |
10601 | |
3757 | 10602 2000-12-15 Kai Habel <kai.habel@gmx.de> |
10603 | |
10604 * saveimage.m: Do create rawbit image for black and white images, | |
10605 but do it correctly. | |
10606 | |
3754 | 10607 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10608 | |
6778 | 10609 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
10610 result polynomials. | |
3754 | 10611 |
3748 | 10612 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10613 | |
10614 * image/saveimage.m: Don't try to create rawbit image. | |
10615 | |
3740 | 10616 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10617 | |
10618 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
10619 | |
5095 | 10620 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 10621 |
10622 * plot/contour.m: Reorder args for Matlab compatibility. | |
10623 | |
3727 | 10624 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
10625 | |
10626 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
10627 | |
3717 | 10628 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10629 | |
3718 | 10630 * plot/errorbar.m, plot/__errplot__.m: New functions. |
10631 | |
3717 | 10632 * plot/mesh.m: Also set nologscale before plotting. |
10633 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
10634 xyerrorbars instead of just errorbars. | |
10635 | |
3714 | 10636 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
10637 | |
10638 * image/image.m: Try display (from ImageMagick) first. | |
10639 | |
3709 | 10640 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
10641 | |
10642 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
10643 conjugate transpose. | |
10644 | |
3705 | 10645 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10646 | |
10647 * strings/str2mat.m: Apply setstr to each argument. | |
10648 | |
3696 | 10649 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
10650 | |
10651 * control/base/dkalman.m: New file. | |
10652 * control/base/dlqe.m: Handle singular A matrix. | |
10653 * control/base/dlqr.m: Likewise. | |
10654 | |
3695 | 10655 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10656 | |
10657 * strings/strcmp.m: Return 0 instead of an error if row and column | |
10658 dimensions don't match. | |
10659 | |
3690 | 10660 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
10661 | |
10662 * plot/hist.m: Allow 3 argument form to work. | |
10663 | |
5095 | 10664 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 10665 |
10666 * plot/plot.m: Add examples in doc string. | |
10667 | |
5095 | 10668 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 10669 |
10670 * control/base/__stepimp__.m: Reset multiplot state when done. | |
10671 Do the right thing even if automatic_replot is not zero. | |
10672 Avoid failure if system has pure imaginary poles. | |
10673 | |
3674 | 10674 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10675 | |
10676 * general/logical.m: Return arg if it is empty. Better error | |
10677 message for non-numeric types. | |
10678 | |
5095 | 10679 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 10680 |
10681 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
10682 about difference with Matlab dlqe function. | |
10683 | |
10684 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
10685 | |
5095 | 10686 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 10687 |
10688 * strings/strrep.m: Fix typo. | |
10689 | |
3666 | 10690 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10691 | |
10692 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
10693 | |
5095 | 10694 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 10695 |
10696 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 10697 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 10698 |
5095 | 10699 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 10700 |
10701 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
10702 guess for iteration. | |
10703 | |
3651 | 10704 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10705 | |
10706 * image/image.m: Allow image (A) or image (x, y, A). | |
10707 * image/imagesc.m: Likewise. | |
10708 | |
10709 * image/image.m: If zoom is not supplied, or if it is an empty | |
10710 matrix, autoscale the image. | |
10711 | |
3618 | 10712 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10713 | |
3619 | 10714 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
10715 Undo string escapes in text twice(!) before sending to gnuplot. | |
10716 | |
3618 | 10717 * image/saveimage.m: Add comment to file saying who created it and |
10718 when it was created. Suggested by Stephen Eglen | |
10719 <stephen@cogsci.ed.ac.uk>. | |
10720 | |
5095 | 10721 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 10722 |
10723 * polynomial/polyreduce.m: Simplify by looking for the first | |
10724 non-zero element rather than the last of the first set of zero | |
10725 elements. | |
10726 | |
10727 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
10728 | |
5095 | 10729 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 10730 |
10731 * image/saveimage.m: Swap black and white colormaps so zero is | |
10732 displayed as black and 1 is displayed as white. | |
10733 Fix indexing bug in ppm case. | |
10734 | |
3604 | 10735 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
10736 | |
10737 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10738 between the two distributions (took same approach as ks.test() in R.) | |
10739 | |
3603 | 10740 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10741 | |
10742 * control/base/bode.m: Temporarily disable automatic_replot. | |
10743 | |
3599 | 10744 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10745 | |
3601 | 10746 * Makefile.in (clean): Also remove gethelp. |
10747 | |
3599 | 10748 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10749 | |
5095 | 10750 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10751 |
10752 * set/create_set.m: Use find to avoid while loop. | |
10753 | |
5095 | 10754 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10755 |
10756 * plot/hist.m: New optional third argument. | |
10757 | |
10758 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10759 | |
10760 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10761 number appended. | |
10762 | |
3575 | 10763 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10764 | |
10765 * gethelp.cc: Sprinkle with std:: qualifier. | |
10766 | |
3498 | 10767 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10768 | |
10769 * image/saveimage.m: Delete some debugging code. | |
10770 | |
3486 | 10771 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10772 | |
10773 * signal/sinc.m: Avoid reshaping. | |
10774 | |
10775 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10776 * image/ind2rgb.m: Ditto. | |
10777 * image/ind2gray.m: Ditto. | |
10778 * general/reshape.m: Ditto. Also no longer needs to reset | |
10779 implicit_str_to_num_ok. | |
10780 | |
3483 | 10781 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10782 | |
10783 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10784 a list of file structures, not a vector of numeric file ids. | |
10785 | |
3474 | 10786 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10787 | |
3476 | 10788 * plot/__axis_label__.m: New function. |
10789 Undo string escapes in text twice(!) before sending to gnuplot. | |
10790 * plot/xlabel.m: Use it. | |
10791 * plot/ylabel.m: Ditto. | |
10792 * plot/zlabel.m: Ditto. | |
10793 | |
3474 | 10794 * plot/mesh.m: Fix error message to reflect reality. |
10795 | |
5095 | 10796 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10797 |
10798 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10799 | |
5095 | 10800 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10801 |
10802 * audio/saveaudio.m: Also accept files with .ul extension. | |
10803 * audio/loadaudio.m: Ditto. | |
10804 * audio/playaudio.m: Ditto. | |
10805 | |
3456 | 10806 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10807 | |
10808 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10809 * statistics/distributions/beta_inv.m: Ditto. | |
10810 * statistics/distributions/beta_pdf.m: Ditto. | |
10811 * statistics/distributions/beta_rnd.m: Ditto. | |
10812 * statistics/distributions/binomial_cdf.m: Ditto. | |
10813 * statistics/distributions/binomial_inv.m: Ditto. | |
10814 * statistics/distributions/binomial_pdf.m: Ditto. | |
10815 * statistics/distributions/binomial_rnd.m: Ditto. | |
10816 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10817 * statistics/distributions/cauchy_inv.m: Ditto. | |
10818 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10819 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10820 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10821 * statistics/distributions/chisquare_inv.m: Ditto. | |
10822 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10823 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10824 * statistics/distributions/discrete_cdf.m: Ditto. | |
10825 * statistics/distributions/discrete_inv.m: Ditto. | |
10826 * statistics/distributions/discrete_pdf.m: Ditto. | |
10827 * statistics/distributions/discrete_rnd.m: Ditto. | |
10828 * statistics/distributions/empirical_cdf.m: Ditto. | |
10829 * statistics/distributions/empirical_inv.m: Ditto. | |
10830 * statistics/distributions/empirical_pdf.m: Ditto. | |
10831 * statistics/distributions/empirical_rnd.m: Ditto. | |
10832 * statistics/distributions/exponential_cdf.m: Ditto. | |
10833 * statistics/distributions/exponential_inv.m: Ditto. | |
10834 * statistics/distributions/exponential_pdf.m: Ditto. | |
10835 * statistics/distributions/exponential_rnd.m: Ditto. | |
10836 * statistics/distributions/f_cdf.m: Ditto. | |
10837 * statistics/distributions/f_inv.m: Ditto. | |
10838 * statistics/distributions/f_pdf.m: Ditto. | |
10839 * statistics/distributions/f_rnd.m: Ditto. | |
10840 * statistics/distributions/gamma_cdf.m: Ditto. | |
10841 * statistics/distributions/gamma_inv.m: Ditto. | |
10842 * statistics/distributions/gamma_pdf.m: Ditto. | |
10843 * statistics/distributions/gamma_rnd.m: Ditto. | |
10844 * statistics/distributions/geometric_cdf.m: Ditto. | |
10845 * statistics/distributions/geometric_inv.m: Ditto. | |
10846 * statistics/distributions/geometric_pdf.m: Ditto. | |
10847 * statistics/distributions/geometric_rnd.m: Ditto. | |
10848 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10849 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10850 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10851 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10852 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10853 * statistics/distributions/laplace_cdf.m: Ditto. | |
10854 * statistics/distributions/laplace_inv.m: Ditto. | |
10855 * statistics/distributions/laplace_pdf.m: Ditto. | |
10856 * statistics/distributions/laplace_rnd.m: Ditto. | |
10857 * statistics/distributions/logistic_cdf.m: Ditto. | |
10858 * statistics/distributions/logistic_inv.m: Ditto. | |
10859 * statistics/distributions/logistic_pdf.m: Ditto. | |
10860 * statistics/distributions/logistic_rnd.m: Ditto. | |
10861 * statistics/distributions/lognormal_cdf.m: Ditto. | |
10862 * statistics/distributions/lognormal_inv.m: Ditto. | |
10863 * statistics/distributions/lognormal_pdf.m: Ditto. | |
10864 * statistics/distributions/lognormal_rnd.m: Ditto. | |
10865 * statistics/distributions/normal_cdf.m: Ditto. | |
10866 * statistics/distributions/normal_inv.m: Ditto. | |
10867 * statistics/distributions/normal_pdf.m: Ditto. | |
10868 * statistics/distributions/normal_rnd.m: Ditto. | |
10869 * statistics/distributions/pascal_cdf.m: Ditto. | |
10870 * statistics/distributions/pascal_inv.m: Ditto. | |
10871 * statistics/distributions/pascal_pdf.m: Ditto. | |
10872 * statistics/distributions/pascal_rnd.m: Ditto. | |
10873 * statistics/distributions/poisson_cdf.m: Ditto. | |
10874 * statistics/distributions/poisson_inv.m: Ditto. | |
10875 * statistics/distributions/poisson_pdf.m: Ditto. | |
10876 * statistics/distributions/poisson_rnd.m: Ditto. | |
10877 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
10878 * statistics/distributions/stdnormal_inv.m: Ditto. | |
10879 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
10880 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
10881 * statistics/distributions/t_cdf.m: Ditto. | |
10882 * statistics/distributions/t_inv.m: Ditto. | |
10883 * statistics/distributions/t_pdf.m: Ditto. | |
10884 * statistics/distributions/t_rnd.m: Ditto. | |
10885 * statistics/distributions/uniform_cdf.m: Ditto. | |
10886 * statistics/distributions/uniform_inv.m: Ditto. | |
10887 * statistics/distributions/uniform_pdf.m: Ditto. | |
10888 * statistics/distributions/uniform_rnd.m: Ditto. | |
10889 * statistics/distributions/weibull_cdf.m: Ditto. | |
10890 * statistics/distributions/weibull_inv.m: Ditto. | |
10891 * statistics/distributions/weibull_pdf.m: Ditto. | |
10892 * statistics/distributions/weibull_rnd.m: Ditto. | |
10893 * statistics/distributions/wiener_rnd.m: Ditto. | |
10894 | |
3453 | 10895 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10896 | |
10897 * statistics/base/values.m: Texinfoize doc string. | |
10898 * statistics/base/var.m: Ditto. | |
10899 * statistics/base/table.m: Ditto. | |
10900 * statistics/base/studentize.m: Ditto. | |
10901 * statistics/base/statistics.m: Ditto. | |
10902 * statistics/base/spearman.m: Ditto. | |
10903 * statistics/base/run_count.m: Ditto. | |
10904 * statistics/base/ranks.m: Ditto. | |
10905 * statistics/base/range.m: Ditto. | |
10906 * statistics/base/qqplot.m: Ditto. | |
10907 * statistics/base/probit.m: Ditto. | |
10908 * statistics/base/ppplot.m: Ditto. | |
10909 * statistics/base/moment.m: Ditto. | |
10910 * statistics/base/meansq.m: Ditto. | |
10911 * statistics/base/logit.m: Ditto. | |
10912 * statistics/base/kendall.m: Ditto. | |
10913 * statistics/base/iqr.m: Ditto. | |
10914 * statistics/base/cut.m: Ditto. | |
10915 * statistics/base/cor.m: Ditto. | |
10916 * statistics/base/cloglog.m: Ditto. | |
10917 * statistics/base/center.m: Ditto. | |
3454 | 10918 * statistics/models/logistic_regression.m: Ditto. |
10919 * statistics/models/logistic_regression_derivative.m: Ditto. | |
10920 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10921 * statistics/tests/anova.m: Ditto. | |
10922 * statistics/tests/bartlett_test.m: Ditto. | |
10923 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
10924 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10925 * statistics/tests/cor_test.m: Ditto. | |
10926 * statistics/tests/f_test_regression.m: Ditto. | |
10927 * statistics/tests/hotelling_test.m: Ditto. | |
10928 * statistics/tests/hotelling_test_2.m: Ditto. | |
10929 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
10930 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
10931 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
10932 * statistics/tests/manova.m: Ditto. | |
10933 * statistics/tests/mcnemar_test.m: Ditto. | |
10934 * statistics/tests/prop_test_2.m: Ditto. | |
10935 * statistics/tests/run_test.m: Ditto. | |
10936 * statistics/tests/sign_test.m: Ditto. | |
10937 * statistics/tests/t_test.m: Ditto. | |
10938 * statistics/tests/t_test_2.m: Ditto. | |
10939 * statistics/tests/t_test_regression.m: Ditto. | |
10940 * statistics/tests/u_test.m: Ditto. | |
10941 * statistics/tests/var_test.m: Ditto. | |
10942 * statistics/tests/welch_test.m: Ditto. | |
10943 * statistics/tests/wilcoxon_test.m: Ditto. | |
10944 * statistics/tests/z_test.m: Ditto. | |
10945 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 10946 |
3446 | 10947 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10948 | |
10949 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 10950 * plot/__plr1__.m: Ditto. |
10951 * plot/__pltopt__.m: Ditto. | |
10952 * plot/__plt__.m: Ditto. | |
10953 * plot/__plt2vv__.m: Ditto. | |
10954 * plot/__plr2__.m: Ditto. | |
10955 * plot/__plr__.m: Ditto. | |
10956 * plot/__plt1__.m: Ditto. | |
10957 * plot/__plt2__.m: Ditto. | |
10958 * plot/__plt2mm__.m: Ditto. | |
10959 * plot/__plt2mv__.m: Ditto. | |
10960 * plot/__plt2ss__.m: Ditto. | |
10961 * miscellaneous/paren.m: Ditto. | |
10962 * miscellaneous/comma.m: Ditto. | |
10963 * miscellaneous/semicolon.m: Ditto. | |
10964 * miscellaneous/path.m: Ditto. | |
10965 * miscellaneous/list_primes.m: Ditto. | |
10966 * miscellaneous/flops.m: Ditto. | |
10967 * miscellaneous/dump_prefs.m: Ditto. | |
10968 * miscellaneous/bug_report.m: Ditto. | |
10969 * linear-algebra/dot.m: Ditto | |
10970 * linear-algebra/dmult.m: Ditto. | |
10971 * general/randperm.m: Ditto. | |
10972 * general/logical.m: Ditto. | |
10973 * general/is_duplicate_entry.m: Ditto. | |
10974 * signal/arch_fit.m: Ditto. | |
10975 * signal/arch_rnd.m: Ditto. | |
10976 * signal/arch_test.m: Ditto. | |
10977 * signal/arma_rnd.m: Ditto. | |
10978 * signal/autocor.m: Ditto. | |
10979 * signal/autocov.m: Ditto. | |
10980 * signal/autoreg_matrix.m: Ditto. | |
10981 * signal/bartlett.m: Ditto. | |
10982 * signal/blackman.m: Ditto. | |
10983 * signal/detrend.m: Ditto. | |
10984 * signal/diffpara.m: Ditto. | |
10985 * signal/durbinlevinson.m: Ditto. | |
10986 * signal/fftconv.m: Ditto. | |
10987 * signal/fftfilt.m: Ditto. | |
10988 * signal/fftshift.m: Ditto. | |
10989 * signal/fractdiff.m: Ditto. | |
10990 * signal/freqz.m: Ditto. | |
10991 * signal/hamming.m: Ditto. | |
10992 * signal/hanning.m: Ditto. | |
10993 * signal/hurst.m: Ditto. | |
10994 * signal/periodogram.m: Ditto. | |
10995 * signal/rectangle_lw.m: Ditto. | |
10996 * signal/rectangle_sw.m: Ditto. | |
10997 * signal/sinc.m: Ditto. | |
10998 * signal/sinetone.m: Ditto. | |
10999 * signal/sinewave.m: Ditto. | |
11000 * signal/spectral_adf.m: Ditto. | |
11001 * signal/spectral_xdf.m: Ditto. | |
11002 * signal/spencer.m: Ditto. | |
11003 * signal/stft.m: Ditto. | |
11004 * signal/synthesis.m: Ditto. | |
11005 * signal/triangle_lw.m: Ditto. | |
11006 * signal/triangle_sw.m: Ditto. | |
11007 * signal/yulewalker.m: Ditto. | |
3450 | 11008 * control/util/strappend.m: Ditto. |
3451 | 11009 * control/base/nichols.m: Ditto. |
3452 | 11010 * control/system/is_signal_list.m: Ditto. |
11011 * control/system/listidx.m: Ditto. | |
11012 * control/system/sysgettsam.m: Ditto. | |
11013 * control/system/sysidx.m: Ditto. | |
3446 | 11014 |
3438 | 11015 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11016 | |
11017 * control/system/__abcddims__.m: Rename from | |
11018 control/system/abcddims.m, change all callers. | |
11019 * control/base/__bodquist__.m: Likewise. | |
11020 * control/base/__freqresp__.m: Likewise. | |
11021 * control/util/__outlist__.m: Likewise. | |
11022 * control/base/__stepimp__.m: Likewise. | |
11023 * control/system/__syschnamesl__.m: Likewise. | |
11024 * control/system/__syscont_disc__.m: Likewise. | |
11025 * control/system/__sysdefioname__.m: Likewise. | |
11026 * control/system/__sysdefstname__.m: Likewise. | |
11027 * control/system/__sysgroupn__.m: Likewise. | |
11028 * control/system/__tf2sysl__.m: Likewise. | |
11029 * control/util/__zgpbal__.m: Likewise. | |
11030 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 11031 |
11032 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 11033 * quaternion/qconj.m: Ditto. |
11034 * quaternion/qcoordinate_plot.m: Ditto. | |
11035 * quaternion/qderiv.m: Ditto. | |
11036 * quaternion/qderivmat.m: Ditto. | |
11037 * quaternion/qinv.m: Ditto. | |
11038 * quaternion/qmult.m: Ditto. | |
11039 * quaternion/qtrans.m: Ditto. | |
11040 * quaternion/qtransv.m: Ditto. | |
11041 * quaternion/qtransvmat.m: Ditto. | |
11042 * quaternion/quaternion.m: Ditto. | |
3438 | 11043 |
3436 | 11044 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11045 | |
11046 * control/base/Makefile.in: Ditto. | |
11047 * control/hinf/Makefile.in: New file. | |
11048 * control/marsyas/Makefile.in: Ditto. | |
11049 * control/obsolete/Makefile.in: Ditto. | |
11050 * control/system/Makefile.in: Ditto. | |
11051 * control/util/Makefile.in: Ditto. | |
11052 | |
11053 * strings/com2str.m: Move here from control directory. | |
11054 | |
11055 * control/base: New directory. | |
11056 * control/base/DEMOcontrol.m: Move here from control directory. | |
11057 * control/base/analdemo.m: Ditto. | |
11058 * control/base/are.m: Ditto. | |
11059 * control/base/bddemo.m: Ditto. | |
11060 * control/base/bode.m: Ditto. | |
11061 * control/base/bode_bounds.m: Ditto. | |
11062 * control/base/bodquist.m: Ditto. | |
11063 * control/base/controldemo.m: Ditto. | |
11064 * control/base/ctrb.m: Ditto. | |
11065 * control/base/damp.m: Ditto. | |
11066 * control/base/dare.m: Ditto. | |
11067 * control/base/dcgain.m: Ditto. | |
11068 * control/base/dgram.m: Ditto. | |
11069 * control/base/dlqe.m: Ditto. | |
11070 * control/base/dlqr.m: Ditto. | |
11071 * control/base/dlyap.m: Ditto. | |
11072 * control/base/dre.m: Ditto. | |
11073 * control/base/frdemo.m: Ditto. | |
11074 * control/base/freqchkw.m: Ditto. | |
11075 * control/base/freqresp.m: Ditto. | |
11076 * control/base/gram.m: Ditto. | |
11077 * control/base/impulse.m: Ditto. | |
11078 * control/base/lqe.m: Ditto. | |
11079 * control/base/lqg.m: Ditto. | |
11080 * control/base/lqr.m: Ditto. | |
11081 * control/base/lsim.m: Ditto. | |
11082 * control/base/ltifr.m: Ditto. | |
11083 * control/base/lyap.m: Ditto. | |
11084 * control/base/nichols.m: Ditto. | |
11085 * control/base/nyquist.m: Ditto. | |
11086 * control/base/obsv.m: Ditto. | |
11087 * control/base/place.m: Ditto. | |
11088 * control/base/pzmap.m: Ditto. | |
11089 * control/base/rldemo.m: Ditto. | |
11090 * control/base/rlocus.m: Ditto. | |
11091 * control/base/step.m: Ditto. | |
11092 * control/base/stepimp.m: Ditto. | |
11093 * control/base/tzero.m: Ditto. | |
11094 * control/base/tzero2.m: Ditto. | |
11095 | |
11096 * control/hinf: New directory. | |
11097 * control/hinf/dhinfdemo.m: Move here from control directory. | |
11098 * control/hinf/h2norm.m: Ditto. | |
11099 * control/hinf/h2syn.m: Ditto. | |
11100 * control/hinf/hinf_ctr.m: Ditto. | |
11101 * control/hinf/hinfdemo.m: Ditto. | |
11102 * control/hinf/hinfnorm.m: Ditto. | |
11103 * control/hinf/hinfsyn.m: Ditto. | |
11104 * control/hinf/hinfsyn_chk.m: Ditto. | |
11105 * control/hinf/hinfsyn_ric.m: Ditto. | |
11106 * control/hinf/wgt1o.m: Ditto. | |
3441 | 11107 * control/hinf/dgkfdemo.m: Ditto. |
11108 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 11109 |
11110 * control/marsyas: New directory. | |
11111 * control/marsyas/demomarsyas.m: Move here from control directory. | |
11112 * control/marsyas/susball.m: Ditto. | |
11113 | |
11114 * control/obsolete/dezero.m: Move here from control directory. | |
11115 * control/obsolete/rotg.m: Ditto. | |
11116 | |
11117 * control/system: New directory. | |
11118 * control/system/abcddim.m: Move here from control directory. | |
11119 * control/system/abcddims.m: Ditto. | |
11120 * control/system/buildssic.m: Ditto. | |
11121 * control/system/c2d.m: Ditto. | |
11122 * control/system/d2c.m: Ditto. | |
11123 * control/system/dmr2d.m: Ditto. | |
11124 * control/system/fir2sys.m: Ditto. | |
11125 * control/system/is_abcd.m: Ditto. | |
11126 * control/system/is_digital.m: Ditto. | |
11127 * control/system/is_sample.m: Ditto. | |
11128 * control/system/is_signal_list.m: Ditto. | |
11129 * control/system/is_siso.m: Ditto. | |
3441 | 11130 * control/system/is_controllable.m: Ditto. |
11131 * control/system/is_detectable.m: Ditto. | |
11132 * control/system/is_observable.m: Ditto. | |
11133 * control/system/is_stabilizable.m: Ditto. | |
11134 * control/system/is_stable.m: Ditto. | |
3436 | 11135 * control/system/jet707.m: Ditto. |
11136 * control/system/listidx.m: Ditto. | |
11137 * control/system/moddemo.m: Ditto. | |
11138 * control/system/ord2.m: Ditto. | |
11139 * control/system/packedform.m: Ditto. | |
11140 * control/system/parallel.m: Ditto. | |
11141 * control/system/ss2sys.m: Ditto. | |
11142 * control/system/ss2tf.m: Ditto. | |
11143 * control/system/ss2zp.m: Ditto. | |
11144 * control/system/starp.m: Ditto. | |
11145 * control/system/sys2fir.m: Ditto. | |
11146 * control/system/sys2ss.m: Ditto. | |
11147 * control/system/sys2tf.m: Ditto. | |
11148 * control/system/sys2zp.m: Ditto. | |
11149 * control/system/sysadd.m: Ditto. | |
11150 * control/system/sysappend.m: Ditto. | |
11151 * control/system/syschnamesl.m: Ditto. | |
11152 * control/system/syschtsam.m: Ditto. | |
11153 * control/system/sysconnect.m: Ditto. | |
11154 * control/system/syscont.m: Ditto. | |
11155 * control/system/syscont_disc.m: Ditto. | |
11156 * control/system/sysdefioname.m: Ditto. | |
11157 * control/system/sysdefstname.m: Ditto. | |
11158 * control/system/sysdimensions.m: Ditto. | |
11159 * control/system/sysdisc.m: Ditto. | |
11160 * control/system/sysdup.m: Ditto. | |
11161 * control/system/sysgetsignals.m: Ditto. | |
11162 * control/system/sysgettsam.m: Ditto. | |
11163 * control/system/sysgettype.m: Ditto. | |
11164 * control/system/sysgroup.m: Ditto. | |
11165 * control/system/sysgroupn.m: Ditto. | |
11166 * control/system/sysidx.m: Ditto. | |
11167 * control/system/sysmin.m: Ditto. | |
11168 * control/system/sysmult.m: Ditto. | |
11169 * control/system/sysout.m: Ditto. | |
11170 * control/system/sysprune.m: Ditto. | |
11171 * control/system/sysreorder.m: Ditto. | |
11172 * control/system/sysrepdemo.m: Ditto. | |
11173 * control/system/sysscale.m: Ditto. | |
11174 * control/system/syssetsignals.m: Ditto. | |
11175 * control/system/syssub.m: Ditto. | |
11176 * control/system/sysupdate.m: Ditto. | |
11177 * control/system/tf2ss.m: Ditto. | |
11178 * control/system/tf2sys.m: Ditto. | |
11179 * control/system/tf2sysl.m: Ditto. | |
11180 * control/system/tf2zp.m: Ditto. | |
11181 * control/system/tfout.m: Ditto. | |
11182 * control/system/ugain.m: Ditto. | |
11183 * control/system/zp2ss.m: Ditto. | |
11184 * control/system/zp2ssg2.m: Ditto. | |
11185 * control/system/zp2sys.m: Ditto. | |
11186 * control/system/zp2tf.m: Ditto. | |
11187 * control/system/zpout.m: Ditto. | |
11188 | |
11189 * control/util: New directory. | |
11190 * control/util/axis2dlim.m: Move here from control directory. | |
11191 * control/util/outlist.m: Ditto. | |
11192 * control/util/prompt.m: Ditto. | |
11193 * control/util/run_cmd.m: Ditto. | |
11194 * control/util/sortcom.m: Ditto. | |
11195 * control/util/strappend.m: Ditto. | |
11196 * control/util/swap.m: Ditto. | |
11197 * control/util/zgfmul.m: Ditto. | |
11198 * control/util/zgfslv.m: Ditto. | |
11199 * control/util/zginit.m: Ditto. | |
11200 * control/util/zgpbal.m: Ditto. | |
11201 * control/util/zgreduce.m: Ditto. | |
11202 * control/util/zgrownorm.m: Ditto. | |
11203 * control/util/zgscal.m: Ditto. | |
11204 * control/util/zgsgiv.m: Ditto. | |
11205 * control/util/zgshsr.m: Ditto. | |
11206 | |
3427 | 11207 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11208 | |
11209 * gethelp.cc (extract_help_text): Discard first space character | |
11210 after consecutive comment characters. | |
11211 | |
3422 | 11212 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
11213 | |
11214 * control/obsolete: New directory | |
11215 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 11216 * control/obsolete/swapcols.m: Ditto. |
11217 * control/obsolete/dlqg.m: Ditto. | |
11218 * control/obsolete/minfo.m: Ditto. | |
11219 * control/obsolete/packsys.m: Ditto. | |
11220 * control/obsolete/qzval.m: Ditto. | |
11221 * control/obsolete/unpacksys.m: Ditto. | |
11222 * control/obsolete/series.m: Ditto. | |
11223 * control/obsolete/syschnames.m: Ditto. | |
11224 * polynomial/polyout.m: Ditto. | |
3422 | 11225 |
3420 | 11226 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11227 | |
11228 * general/fliplr.m: Eliminate useless copy of arg. | |
11229 * general/flipud.m: Ditto. | |
11230 | |
3418 | 11231 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
11232 | |
11233 * linear-algebra/cross.m: Only return a row vector if both args | |
11234 are row vectors. | |
11235 * polynomial/polyfit.m: Likewise. | |
11236 | |
11237 * signal/autocov.m: Don't reset prefer_column_vectors. | |
11238 | |
11239 * statistics/distributions/discrete_rnd.m: | |
11240 Always generate a row vector. | |
11241 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
11242 | |
5095 | 11243 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 11244 |
11245 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
11246 | |
11247 * audio/setaudio.m: Texinfoize doc string. | |
11248 * control/com2str.m: Likewise. | |
11249 * control/controldemo.m: Likewise. | |
11250 * control/DEMOcontrol.m: Likewise. | |
11251 * control/dezero.m: Likewise. | |
11252 * control/dre.m: Likewise. | |
11253 * control/hinfsyn_ric.m: Likewise. | |
11254 | |
5095 | 11255 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 11256 |
11257 * io/printf.m: Add @seealso{...} to doc string. | |
11258 * io/puts.m: Likewise. | |
11259 * plot/semilogx.m: Likewise. | |
11260 * plot/semilogy.m: Likewise. | |
11261 * plot/__pltopt__.m: Likewise. | |
11262 * plot/bar.m: Likewise. | |
11263 * plot/xlabel.m: Likewise. | |
11264 * plot/grid.m: Likewise. | |
11265 * plot/shg.m: Likewise. | |
11266 * plot/title.m: Likewise. | |
11267 * plot/mesh.m: Likewise. | |
11268 * plot/__pltopt1__.m: Likewise. | |
11269 * plot/contour.m: Likewise. | |
11270 * plot/hist.m: Likewise. | |
11271 * plot/stairs.m: Likewise. | |
11272 * plot/meshgrid.m: Likewise. | |
11273 * plot/polar.m: Likewise. | |
11274 * plot/loglog.m: Likewise. | |
11275 * plot/plot.m: Likewise. | |
11276 * miscellaneous/semicolon.m: Likewise. | |
11277 * miscellaneous/menu.m: Likewise. | |
11278 * miscellaneous/etime.m: Likewise. | |
11279 * miscellaneous/texas_lotto.m: Likewise. | |
11280 * miscellaneous/comma.m: Likewise. | |
11281 * audio/lin2mu.m: Likewise. | |
11282 * audio/playaudio.m: Likewise. | |
11283 * audio/loadaudio.m: Likewise. | |
11284 * audio/saveaudio.m: Likewise. | |
11285 * audio/mu2lin.m: Likewise. | |
11286 * audio/record.m: Likewise. | |
11287 * strings/isletter.m: Likewise. | |
11288 * strings/lower.m: Likewise. | |
11289 * strings/lower.m: Likewise. | |
11290 * strings/upper.m: Likewise. | |
11291 * specfun/erfinv.m: Likewise. | |
11292 * specfun/gammai.m: Likewise. | |
11293 * specfun/log2.m: Likewise. | |
11294 * specfun/pow2.m: Likewise. | |
11295 * elfun/gcd.m: Likewise. | |
11296 * elfun/lcm.m: Likewise. | |
11297 * special-matrix/vander.m: Likewise. | |
11298 * special-matrix/sylvester_matrix.m: Likewise. | |
11299 * special-matrix/hilb.m: Likewise. | |
11300 * special-matrix/hankel.m: Likewise. | |
11301 * special-matrix/toeplitz.m: Likewise. | |
11302 * special-matrix/invhilb.m: Likewise. | |
11303 * statistics/base/std.m: Likewise. | |
11304 * statistics/base/median.m: Likewise. | |
11305 * linear-algebra/cond.m: Likewise. | |
11306 * linear-algebra/norm.m: Likewise. | |
11307 * finance/nper.m: Likewise. | |
11308 * finance/pmt.m: Likewise. | |
11309 * finance/pv.m: Likewise. | |
11310 * finance/rate.m: Likewise. | |
11311 * finance/npv.m: Likewise. | |
11312 * general/fliplr.m: Likewise. | |
11313 * general/flipud.m: Likewise. | |
11314 * general/is_scalar.m: Likewise. | |
11315 * general/rem.m: Likewise. | |
11316 * general/perror.m: Likewise. | |
11317 * general/tril.m: Likewise. | |
11318 * general/rot90.m: Likewise. | |
11319 * general/num2str.m: Likewise. | |
11320 * general/int2str.m: Likewise. | |
11321 * general/reshape.m: Likewise. | |
11322 * general/logspace.m: Likewise. | |
11323 * general/is_symmetric.m: Likewise. | |
11324 * general/is_vector.m: Likewise. | |
11325 * general/nextpow2.m: Likewise. | |
11326 * general/columns.m: Likewise. | |
11327 * general/is_square.m: Likewise. | |
11328 * general/rows.m: Likewise. | |
11329 * control/ugain.m: Likewise. | |
11330 * control/damp.m: Likewise. | |
11331 * control/dare.m: Likewise. | |
11332 * control/are.m: Likewise. | |
11333 * control/sys2fir.m: Likewise. | |
11334 * control/abcddim.m: Likewise. | |
11335 * control/is_abcd.m: Likewise. | |
11336 * control/step.m: Likewise. | |
11337 * control/is_observable.m: Likewise. | |
11338 * control/is_controllable.m: Likewise. | |
11339 * control/jet707.m: Likewise. | |
11340 * control/polyout.m: Likewise. | |
11341 * control/impulse.m: Likewise. | |
11342 * control/lqg.m: Likewise. | |
11343 * control/is_detectable.m: Likewise. | |
11344 * control/sysdimensions.m: Likewise. | |
11345 * control/sysupdate.m: Likewise. | |
11346 * control/stepimp.m: Likewise. | |
11347 * control/is_stable.m: Likewise. | |
11348 * control/tfout.m: Likewise. | |
11349 * control/zpout.m: Likewise. | |
11350 | |
3405 | 11351 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
11352 | |
11353 * set/complement.m: Add @seealso{} stuff. | |
11354 * set/create_set.m: Likewise. | |
11355 * set/intersection.m: Likewise. | |
11356 * set/union.m: Likewise. | |
11357 | |
3399 | 11358 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11359 | |
3400 | 11360 * control/d2c.m: Use double quotes instead of single quotes for |
11361 string constants. | |
11362 * control/dgkfdemo.m: Likewise. | |
11363 * control/fir2sys.m: Likewise. | |
11364 * control/frdemo.m: Likewise. | |
11365 * control/moddemo.m: Likewise. | |
11366 * control/minfo.m: Likewise. | |
11367 * control/is_stabilizable.m: Likewise. | |
11368 * control/is_dgkf.m: Likewise. | |
11369 * control/polyout.m: Likewise. | |
11370 * control/sysconnect.m: Likewise. | |
11371 * control/sysrepdemo.m: Likewise. | |
11372 * control/tf2sys.m: Likewise. | |
11373 * control/tfout.m: Likewise. | |
11374 * control/zp2sys.m: Likewise. | |
11375 * control/zpout.m: Likewise. | |
11376 * control/tzero.m: Likewise. | |
11377 | |
11378 * control/DEMOcontrol.m: Handle moddemo case too. | |
11379 | |
11380 * image/loadimage.m: Use double quotes instead of single quotes | |
11381 for string constants. Use sprintf instead of square brackets to | |
11382 construct string. | |
11383 | |
3399 | 11384 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 11385 * control/fir2sys.m: Likewise. |
3399 | 11386 |
3390 | 11387 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
11388 | |
11389 * mkdoc: Only delete spaces before @ characters at the beginning | |
11390 of a line. | |
11391 | |
3383 | 11392 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
11393 | |
3388 | 11394 * control/bddemo.m: Make it more likely to work with any value of |
11395 whitespace_in_literal_matrix. | |
3386 | 11396 * control/analdemo.m: Ditto. |
11397 * control/dgkfdemo.m: Ditto. | |
11398 * control/frdemo.m: Ditto. | |
11399 * control/sysrepdemo.m: Ditto. | |
11400 * control/moddemo.m: Ditto. | |
3388 | 11401 * control/zp2ss.m: Ditto. |
3387 | 11402 * control/zp2tf.m: Ditto. |
3388 | 11403 * control/syssub.m: Ditto. |
11404 * finance/npv.m: Ditto. | |
11405 * statistics/base/studentize.m: Ditto. | |
11406 * statistics/base/values.m: Ditto. | |
11407 * statistics/distributions/exponential_cdf.m: Ditto. | |
11408 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 11409 |
3384 | 11410 * control/dezero.m: Use toascii to convert string to ASCII value |
11411 instead of multiplying it by 1. | |
11412 | |
3383 | 11413 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
11414 * control/zpout.m: Ditto. | |
11415 * control/tfout.m: Ditto. | |
11416 * control/tf2sys.m: Ditto. | |
11417 * control/syssub.m: Ditto. | |
11418 * control/syssetsignals.m: Ditto. | |
11419 * control/sysout.m: Ditto. | |
11420 * control/sysmult.m: Ditto. | |
11421 * control/sysgroup.m: Ditto. | |
11422 * control/sysdup.m: Ditto. | |
11423 * control/sysdisc.m: Ditto. | |
11424 * control/syscont.m: Ditto. | |
11425 * control/sysconnect.m: Ditto. | |
11426 * control/sysappend.m: Ditto. | |
11427 * control/sysadd.m: Ditto. | |
11428 * control/ss2sys.m: Ditto. | |
11429 * control/nyquist.m: Ditto. | |
11430 * control/lqg.m: Ditto. | |
11431 * control/fir2sys.m: Ditto. | |
11432 * control/dmr2d.m: Ditto. | |
11433 * control/dezero.m: Ditto. | |
11434 * control/d2c.m: Ditto. | |
11435 * control/c2d.m: Ditto. | |
11436 * control/bddemo.m: Ditto. | |
11437 * control/pzmap.m: Ditto. | |
11438 | |
5095 | 11439 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 11440 |
11441 * signal/spectral_adf.m: Fix typo. | |
11442 | |
3372 | 11443 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
11444 | |
11445 * linear-algebra/cond.m: Texinfoize doc string. | |
11446 * linear-algebra/kron.m: Ditto. | |
11447 * linear-algebra/norm.m: Ditto. | |
11448 * linear-algebra/null.m: Ditto. | |
11449 * linear-algebra/orth.m: Ditto. | |
11450 * linear-algebra/rank.m: Ditto. | |
11451 * linear-algebra/trace.m: Ditto. | |
11452 * linear-algebra/qzhess.m: Ditto. | |
11453 * miscellaneous/menu.m: Ditto. | |
3373 | 11454 * general/perror.m: Ditto. |
11455 * general/strerror.m: Ditto. | |
11456 * general/columns.m: Ditto. | |
11457 * general/rows.m: Ditto. | |
11458 * image/colormap.m: Ditto. | |
11459 * image/gray.m: Ditto. | |
11460 * image/gray2ind.m: Ditto. | |
11461 * image/image.m: Ditto. | |
11462 * image/imagesc.m: Ditto. | |
11463 * image/imshow.m: Ditto. | |
11464 * image/ind2gray.m: Ditto. | |
11465 * image/ind2rgb.m: Ditto. | |
11466 * image/loadimage.m: Ditto. | |
11467 * image/rgb2ntsc.m: Ditto. | |
11468 * image/ntsc2rgb.m: Ditto. | |
11469 * image/ocean.m: Ditto. | |
11470 * image/rgb2ind.m: Ditto. | |
11471 * image/saveimage.m: Ditto. | |
3372 | 11472 * io/printf.m: Ditto. |
11473 * io/puts.m: Ditto. | |
11474 | |
3369 | 11475 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11476 | |
11477 * special-matrix/hankel.m: Texinfoize doc string. | |
11478 * special-matrix/hilb.m: Ditto. | |
11479 * special-matrix/invhilb.m: Ditto. | |
11480 * special-matrix/sylvester_matrix.m: Ditto. | |
11481 * special-matrix/toeplitz.m: Ditto. | |
11482 * special-matrix/vander.m: Ditto. | |
11483 * linear-algebra/vec.m: Ditto. | |
11484 * linear-algebra/vech.m: Ditto. | |
11485 * general/common_size.m: Ditto. | |
11486 * general/diff.m: Ditto. | |
11487 * general/fliplr.m: Ditto. | |
11488 * general/flipud.m: Ditto. | |
11489 * general/rot90.m: Ditto. | |
11490 * general/reshape.m: Ditto. | |
11491 * general/shift.m: Ditto. | |
11492 * general/tril.m: Ditto. | |
11493 * general/triu.m: Ditto. | |
11494 * general/logspace.m: Ditto. | |
3371 | 11495 * general/nargchk.m: Ditto. |
3369 | 11496 |
3367 | 11497 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11498 | |
11499 * statistics/base/mean: Texinfoize doc string. | |
11500 * statistics/base/median: Ditto. | |
11501 * statistics/base/std: Ditto. | |
11502 * statistics/base/cov: Ditto. | |
11503 * statistics/base/corrcoef: Ditto. | |
11504 * statistics/base/kurtosis: Ditto. | |
11505 * statistics/base/mahalanobis: Ditto. | |
11506 * statistics/base/skewness: Ditto. | |
3368 | 11507 * statistics/base/gls.m: Ditto. |
11508 * statistics/base/ols.m: Ditto. | |
3367 | 11509 * signal/detrend.m: Ditto. |
11510 * signal/freqz.m: Ditto. | |
11511 * signal/sinc.m: Ditto. | |
11512 * signal/fftconv.m: Ditto. | |
11513 * signal/fftfilt.m: Ditto. | |
3368 | 11514 * set/create_set.m: Ditto. |
11515 * set/union.m: Ditto. | |
11516 * set/intersection.m: Ditto. | |
11517 * set/complement.m: Ditto. | |
11518 * poly/compan.m: Ditto. | |
11519 * poly/conv: Ditto. | |
11520 * poly/deconv: Ditto. | |
11521 * poly/poly: Ditto. | |
11522 * poly/polyderiv: Ditto. | |
11523 * poly/polyfit: Ditto. | |
11524 * poly/polyinteg: Ditto. | |
11525 * poly/polyreduce: Ditto. | |
11526 * poly/polyval: Ditto. | |
11527 * poly/polyvalm: Ditto. | |
11528 * poly/residue: Ditto. | |
11529 * poly/roots: Ditto. | |
11530 * plot/top_title.m: Ditto | |
11531 * plot/subwindow.m: Ditto | |
11532 * plot/subplot.m: Ditto | |
11533 * plot/plot_border.m: Ditto | |
11534 * plot/oneplot.m: Ditto | |
11535 * plot/multiplot.m: Ditto | |
11536 * plot/mplot.m: Ditto | |
11537 * plot/xlabel.m: Ditto | |
11538 * plot/figure.m: Ditto | |
11539 * plot/meshdom.m: Ditto | |
11540 * plot/mesh.m: Ditto | |
11541 * plot/stairs.m: Ditto | |
11542 * plot/polar.m: Ditto | |
11543 * plot/loglog.m: Ditto | |
11544 * plot/hist.m: Ditto | |
11545 * plot/contour.m: Ditto | |
11546 * plot/bar.m: Ditto | |
11547 * plot/axis.m: Ditto | |
11548 * plot/plot.m: Ditto. | |
3367 | 11549 |
3361 | 11550 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11551 | |
3365 | 11552 * control/pinv.m: Delete. |
11553 | |
3364 | 11554 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
11555 | |
3361 | 11556 * strings/blanks.m: Texinfoize doc string. |
11557 * strings/strcat.m: Ditto. | |
11558 * strings/str2mat.m: Ditto. | |
11559 * strings/deblank.m: Ditto. | |
11560 * strings/findstr.m: Ditto. | |
11561 * strings/index.m: Ditto. | |
11562 * strings/rindex.m: Ditto. | |
11563 * strings/split.m: Ditto. | |
11564 * strings/strcmp.m: Ditto. | |
11565 * strings/strrep.m: Ditto. | |
11566 * strings/substr.m: Ditto. | |
11567 * general/int2str.m: Ditto. | |
11568 * general/num2str.m: Ditto. | |
11569 * strings/dec2bin.m: Ditto. | |
11570 * strings/bin2dec: Ditto. | |
11571 * strings/dec2bin: Ditto. | |
11572 * strings/dec2hex: Ditto. | |
11573 * strings/hex2dec: Ditto. | |
11574 * strings/str2num: Ditto. | |
11575 | |
3347 | 11576 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11577 | |
11578 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
11579 | |
5095 | 11580 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 11581 |
11582 * control/DEMOcontrol.m: Texinfoize doc string. | |
11583 * control/abcddim.m: Ditto. | |
11584 * control/abcddims.m: Ditto. | |
11585 * control/analdemo.m: Ditto. | |
11586 * control/are.m: Ditto. | |
11587 * control/axis2dlim.m: Ditto. | |
11588 * control/bddemo.m: Ditto. | |
11589 * control/bode.m: Ditto. | |
11590 * control/bode_bounds.m: Ditto. | |
11591 * control/bodquist.m: Ditto. | |
11592 * control/buildssic.m: Ditto. | |
11593 * control/c2d.m: Ditto. | |
11594 * control/ctrb.m: Ditto. | |
11595 * control/d2c.m: Ditto. | |
11596 * control/damp.m: Ditto. | |
11597 * control/dare.m: Ditto. | |
11598 * control/dcgain.m: Ditto. | |
11599 * control/dgkfdemo.m: Ditto. | |
11600 * control/dgram.m: Ditto. | |
11601 * control/dlqe.m: Ditto. | |
11602 * control/dlqr.m: Ditto. | |
11603 * control/dlyap.m: Ditto. | |
11604 * control/dmr2d.m: Ditto. | |
11605 * control/fir2sys.m: Ditto. | |
11606 * control/frdemo.m: Ditto. | |
11607 * control/freqchkw.m: Ditto. | |
11608 * control/freqresp.m: Ditto. | |
11609 * control/gram.m: Ditto. | |
11610 * control/h2norm.m: Ditto. | |
11611 * control/h2syn.m: Ditto. | |
11612 * control/hinf_ctr.m: Ditto. | |
11613 * control/hinfdemo.m: Ditto. | |
11614 * control/hinfnorm.m: Ditto. | |
11615 * control/hinfsyn.m: Ditto. | |
11616 * control/hinfsyn_chk.m: Ditto. | |
11617 * control/impulse.m: Ditto. | |
11618 * control/is_abcd.m: Ditto. | |
11619 * control/is_controllable.m: Ditto. | |
11620 * control/is_detectable.m: Ditto. | |
11621 * control/is_dgkf.m: Ditto. | |
11622 * control/is_digital.m: Ditto. | |
11623 * control/is_observable.m: Ditto. | |
11624 * control/is_sample.m: Ditto. | |
11625 * control/is_signal_list.m: Ditto. | |
11626 * control/is_siso.m: Ditto. | |
11627 * control/is_stabilizable.m: Ditto. | |
11628 * control/is_stable.m: Ditto. | |
11629 * control/jet707.m: Ditto. | |
11630 * control/lqe.m: Ditto. | |
11631 * control/lqg.m: Ditto. | |
11632 * control/lqr.m: Ditto. | |
11633 * control/lsim.m: Ditto. | |
11634 * control/ltifr.m: Ditto. | |
11635 * control/lyap.m: Ditto. | |
11636 * control/moddemo.m: Ditto. | |
11637 * control/nyquist.m: Ditto. | |
11638 * control/obsv.m: Ditto. | |
11639 * control/ord2.m: Ditto. | |
11640 * control/outlist.m: Ditto. | |
11641 * control/pinv.m: Ditto. | |
11642 * control/place.m: Ditto. | |
11643 * control/polyout.m: Ditto. | |
11644 * control/prompt.m: Ditto. | |
11645 * control/pzmap.m: Ditto. | |
11646 * control/qzval.m: Ditto. | |
11647 * control/rldemo.m: Ditto. | |
11648 * control/rlocus.m: Ditto. | |
11649 * control/sortcom.m: Ditto. | |
11650 * control/ss2sys.m: Ditto. | |
11651 * control/ss2tf.m: Ditto. | |
11652 * control/ss2zp.m: Ditto. | |
11653 * control/starp.m: Ditto. | |
11654 * control/step.m: Ditto. | |
11655 * control/stepimp.m: Ditto. | |
11656 * control/susball.m: Ditto. | |
11657 * control/sys2fir.m: Ditto. | |
11658 * control/sys2ss.m: Ditto. | |
11659 * control/sys2tf.m: Ditto. | |
11660 * control/sys2zp.m: Ditto. | |
11661 * control/sysadd.m: Ditto. | |
11662 * control/sysappend.m: Ditto. | |
11663 * control/syschnames.m: Ditto. | |
11664 * control/syschnamesl.m: Ditto. | |
11665 * control/syschtsam.m: Ditto. | |
11666 * control/sysconnect.m: Ditto. | |
11667 * control/syscont.m: Ditto. | |
11668 * control/syscont_disc.m: Ditto. | |
11669 * control/sysdefioname.m: Ditto. | |
11670 * control/sysdefstname.m: Ditto. | |
11671 * control/sysdimensions.m: Ditto. | |
11672 * control/sysdisc.m: Ditto. | |
11673 * control/sysdup.m: Ditto. | |
11674 * control/sysgetsignals.m: Ditto. | |
11675 * control/sysgettype.m: Ditto. | |
11676 * control/sysgroup.m: Ditto. | |
11677 * control/sysgroupn.m: Ditto. | |
11678 * control/sysmult.m: Ditto. | |
11679 * control/sysout.m: Ditto. | |
11680 * control/sysprune.m: Ditto. | |
11681 * control/sysreorder.m: Ditto. | |
11682 * control/sysrepdemo.m: Ditto. | |
11683 * control/sysscale.m: Ditto. | |
11684 * control/syssetsignals.m: Ditto. | |
11685 * control/syssub.m: Ditto. | |
11686 * control/sysupdate.m: Ditto. | |
11687 * control/tf2ss.m: Ditto. | |
11688 * control/tf2sys.m: Ditto. | |
11689 * control/tf2sysl.m: Ditto. | |
11690 * control/tf2zp.m: Ditto. | |
11691 * control/tfout.m: Ditto. | |
11692 * control/tzero.m: Ditto. | |
11693 * control/tzero2.m: Ditto. | |
11694 * control/ugain.m: Ditto. | |
11695 * control/wgt1o.m: Ditto. | |
11696 * control/zgfmul.m: Ditto. | |
11697 * control/zgfslv.m: Ditto. | |
11698 * control/zginit.m: Ditto. | |
11699 * control/zgpbal.m: Ditto. | |
11700 * control/zgreduce.m: Ditto. | |
11701 * control/zgrownorm.m: Ditto. | |
11702 * control/zgscal.m: Ditto. | |
11703 * control/zgsgiv.m: Ditto. | |
11704 * control/zgshsr.m: Ditto. | |
11705 * control/zp2ss.m: Ditto. | |
11706 * control/zp2ssg2.m: Ditto. | |
11707 * control/zp2sys.m: Ditto. | |
11708 * control/zp2tf.m: Ditto. | |
11709 * control/zpout.m: Ditto. | |
11710 | |
5095 | 11711 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 11712 |
5378 | 11713 * audio/lin2mu.m: Texinfoize doc string. |
11714 * audio/loadaudio.m: Ditto. | |
11715 * audio/mu2lin.m: Ditto. | |
11716 * audio/playaudio.m: Ditto. | |
11717 * audio/record.m: Ditto. | |
11718 * audio/saveaudio.m: Ditto. | |
3332 | 11719 |
5095 | 11720 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11721 |
11722 * elfun/acot.m: Texinfoize doc string. | |
11723 * elfun/acsc.m: Ditto. | |
11724 * elfun/acsch.m: Ditto. | |
11725 * elfun/asec.m: Ditto. | |
11726 * elfun/asech.m: Ditto. | |
11727 * elfun/cot.m: Ditto. | |
11728 * elfun/coth.m: Ditto. | |
11729 * elfun/csc.m: Ditto. | |
11730 * elfun/csch.m: Ditto. | |
11731 * elfun/gcd.m: Ditto. | |
11732 * elfun/lcm.m: Ditto. | |
11733 * elfun/sec.m: Ditto. | |
11734 * elfun/sech.m: Ditto. | |
11735 * general/nextpow2.m: Ditto. | |
11736 * general/rem.m: Ditto. | |
11737 * linear-algebra/commutation_matrix.m: Ditto. | |
11738 * linear-algebra/cross.m: Ditto. | |
11739 * linear-algebra/duplication_matrix.m: Ditto. | |
11740 * miscellaneous/bincoeff.m: Ditto. | |
11741 * miscellaneous/xor.m: Ditto. | |
11742 * specfun/bessel.m: Ditto. | |
11743 * specfun/beta.m: Ditto. | |
11744 * specfun/betai.m: Ditto. | |
11745 * specfun/erfinv.m: Ditto. | |
11746 * specfun/gammai.m: Ditto. | |
11747 * specfun/log2.m: Ditto. | |
11748 * specfun/pow2.m: Ditto. | |
11749 | |
5095 | 11750 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11751 |
11752 * general/is_scalar.m: Texinfoize help text. | |
11753 * general/is_square.m: Ditto. | |
11754 * general/is_symmetric.m: Ditto. | |
11755 | |
3320 | 11756 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11757 | |
11758 * strings/split.m: If the string to be split is empty, just return | |
11759 an empty string. | |
11760 | |
3319 | 11761 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11762 | |
11763 * Makefile.in (ALL_M_FILES): New macro. | |
11764 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11765 | |
3306 | 11766 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11767 | |
11768 * control/bode.m: Don't return anything if nargout == 0. | |
11769 | |
11770 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11771 | |
11772 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11773 | |
3305 | 11774 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11775 | |
11776 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11777 gethelp.cc to the list. | |
11778 | |
3296 | 11779 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11780 | |
3301 | 11781 * time/asctime.m: Texinfoize help text. |
11782 * time/clock.m: Ditto. | |
11783 * time/date.m: Ditto. | |
11784 * miscellaneous/cputime.m: Ditto. | |
11785 * miscellaneous/etime.m: Ditto. | |
11786 * miscellaneous/is_leap_year.m: Ditto. | |
11787 * miscellaneous/popen2.m: Ditto. | |
11788 * miscellaneous/version.m: Ditto. | |
11789 * miscellaneous/tic.m: Ditto. | |
11790 * miscellaneous/toc.m: Just refer to tic.m. | |
11791 | |
3297 | 11792 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11793 `cd dir; $(MAKE); cd ..'. | |
11794 ($(SUBDIRS)): Likewise. | |
11795 | |
11796 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11797 | |
11798 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11799 of `cd dir; $(MAKE)'. | |
11800 | |
3296 | 11801 * gethelp.cc, mkdoc: New files. |
11802 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11803 sources. | |
11804 | |
3291 | 11805 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11806 | |
11807 * linear-algebra/kron.m: Fix typo in previous change | |
11808 | |
3282 | 11809 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11810 | |
11811 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11812 | |
5095 | 11813 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11814 |
11815 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11816 rank when V has more columns than rows. | |
11817 | |
11818 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11819 | |
11820 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11821 | |
11822 * statistics/tests/manova.m: Avoid problems if | |
11823 whitespace_in_literal_matrix is set to "traditional". | |
11824 * statistics/tests/t_test_regression.m: Likewise. | |
11825 * statistics/tests/u_test.m: Likewise. | |
11826 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11827 * statistics/tests/anova.m: Likewise. | |
11828 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11829 * statistics/base/statistics.m: Likewise. | |
11830 * image/saveimage.m: Likewise. | |
11831 * signal/arch_fit.m: Likewise. | |
11832 * signal/autoreg_matrix.m: Likewise. | |
11833 * signal/triangle_lw.m: Likewise. | |
11834 * strings/dec2hex.m: Likewise. | |
11835 | |
3268 | 11836 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11837 | |
11838 * image/saveimage.m: Initialize scale. | |
11839 | |
11840 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11841 | |
11842 * general/reshape.m: Allow reshape (a, size (b)). | |
11843 | |
3266 | 11844 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11845 | |
11846 * specfun/erfinv.m: Improve stopping criterion. | |
11847 Add iteration count as second return value. | |
11848 | |
3265 | 11849 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11850 | |
11851 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11852 | |
3263 | 11853 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11854 | |
11855 * miscellaneous/pack.m: New function. | |
11856 | |
11857 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11858 | |
11859 * plot/figure.m: Always return figure number. With no args, | |
11860 figure now creates a new figure window and returns its number. | |
11861 Accept figure (property, value) syntax, but do nothing. | |
11862 | |
5095 | 11863 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 11864 |
11865 * general/shift.m: Avoid printing temporary value for backward shift. | |
11866 | |
3260 | 11867 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11868 | |
11869 * plot/bar.m: Compute bar widths correctly when x-values are not | |
11870 evenly spaced. | |
11871 | |
3250 | 11872 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11873 | |
11874 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
11875 contain only zeros. | |
11876 | |
5095 | 11877 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 11878 |
11879 * linear-algebra/kron.m: Create result matrix and insert blocks | |
11880 instead of appending them. | |
11881 | |
11882 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11883 | |
11884 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
11885 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
11886 Update from A. S. Hodel. | |
11887 | |
3246 | 11888 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11889 | |
11890 * polynomial/polyfit.m: Correct previous change. | |
11891 | |
3243 | 11892 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11893 | |
11894 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
11895 | |
5095 | 11896 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 11897 |
11898 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
11899 version of krylov and krylovb. | |
11900 | |
11901 * control/outlist.m, control/sysout.m: Fix typos. | |
11902 | |
11903 * control/sysdimensions.m: Add option for total number of states. | |
11904 | |
11905 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
11906 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
11907 arguments. | |
11908 | |
11909 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11910 | |
11911 * strings/index.m: Fail with meaningful error message if either | |
11912 arg is a string array. | |
11913 | |
3238 | 11914 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11915 | |
11916 * linear-algebra/norm.m: Do the right thing for 1- and | |
11917 infinity-norms of complex matrices. From Sven Khatri | |
11918 <khatri@saturn.vocalpoint.com>. | |
11919 | |
5095 | 11920 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 11921 |
11922 * linear-algebra/qrhouse.m: Handle default args correctly. | |
11923 | |
11924 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11925 | |
11926 * strings/split.m: Avoid problems when splitting strings that have | |
11927 \ in them. | |
11928 | |
5095 | 11929 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 11930 |
11931 * image/colormap.m: Do better arg checking, handle string args | |
11932 that name the colormap function to call (e.g., colormap ("ocean")). | |
11933 | |
5095 | 11934 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 11935 |
11936 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
11937 * linear-algebra/dot.m: Likewise. | |
11938 * linear-algebra/cross.m: Likewise. | |
11939 * general/rot90.m: Likewise. | |
11940 | |
5095 | 11941 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 11942 |
11943 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
11944 that the leading column is not all zeros. | |
11945 | |
11946 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11947 | |
11948 * general/shift.m: Fix potential problems with | |
11949 whitespace_in_literal_matrix. | |
11950 * signal/arch_rnd.m: Ditto. | |
11951 * signal/autocov.m: Ditto. | |
11952 * signal/diffpara.m: Ditto. | |
11953 * signal/hurst.m: Ditto. | |
11954 * signal/periodogram.m: Ditto. | |
11955 * signal/spectral_adf.m: Ditto. | |
11956 * signal/spectral_xdf.m: Ditto. | |
11957 * signal/spencer.m: Ditto. | |
11958 * signal/synthesis.m: Ditto. | |
11959 * statistics/distributions/wiener_rnd.m: Ditto. | |
11960 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11961 * statistics/models/logistic_regression.m: Ditto. | |
11962 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
11963 * statistics/tests/run_test.m: Ditto. | |
11964 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11965 | |
5095 | 11966 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 11967 |
11968 * plot/__plr2__.m: Fix typo. | |
11969 | |
3233 | 11970 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11971 | |
11972 * plot/__pltopt1__.m: Accept "k" to mean black. | |
11973 | |
5095 | 11974 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11975 |
11976 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
11977 function. | |
11978 | |
5095 | 11979 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 11980 |
11981 * control/ss2sys.m: Fix typo. | |
11982 | |
11983 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11984 | |
11985 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
11986 | |
11987 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
11988 signal names as lists of strings instead of string arrays. | |
11989 | |
3225 | 11990 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11991 | |
3233 | 11992 * quaternion: New directory of functions from A. S. Hodel |
3225 | 11993 <a.s.hodel@eng.auburn.edu>. |
11994 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 11995 * quaternion/Makefile.in: New file. |
11996 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 11997 |
11998 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11999 | |
12000 * image/saveimage.m: Make it work again for black and white colormaps. | |
12001 | |
12002 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
12003 since there can be fewer rows than columns. Round values to | |
12004 nearest position in colormap instead of truncating. Correct usage | |
12005 message. | |
12006 | |
5095 | 12007 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 12008 |
12009 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
12010 zero rows of [A,v] as householder pivots; this avoids spurious | |
12011 non-zero entries in returned orthogonal matrix U, but destroys the | |
12012 Householder matrix structure of H. | |
12013 | |
12014 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12015 | |
12016 * general/logical.m: Just copy input to output if argument is | |
12017 already a logical object. | |
12018 | |
3215 | 12019 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12020 | |
12021 * New files from OCST, in control subdiretory: | |
12022 | |
12023 DEMOcontrol.m is_siso.m syschnames.m | |
12024 abcddim.m is_stabilizable.m syschnamesl.m | |
12025 abcddims.m is_stable.m syschtsam.m | |
12026 analdemo.m jet707.m sysconnect.m | |
12027 are.m lqe.m syscont.m | |
12028 axis2dlim.m lqg.m syscont_disc.m | |
12029 bddemo.m lqr.m sysdefioname.m | |
12030 bode.m lsim.m sysdefstname.m | |
12031 bode_bounds.m ltifr.m sysdimensions.m | |
12032 bodquist.m lyap.m sysdisc.m | |
12033 buildssic.m mb.m sysdup.m | |
12034 c2d.m minfo.m sysgetsignals.m | |
6302 | 12035 com2str.m moddemo.m sysgettsam.m |
3215 | 12036 controldemo.m nichols.m sysgettype.m |
12037 ctrb.m nyquist.m sysgroup.m | |
12038 d2c.m obsv.m sysgroupn.m | |
12039 damp.m ord2.m sysmult.m | |
12040 dare.m outlist.m sysout.m | |
12041 dcgain.m packedform.m sysprune.m | |
12042 demomarsyas.m packsys.m sysreorder.m | |
12043 dezero.m; parallel.m sysrepdemo.m | |
12044 dgkfdemo.m place.m sysscale.m | |
12045 dgram.m polyout.m syssub.m | |
12046 dhinfdemo.m prompt.m sysupdate.m | |
12047 dlqe.m pzmap.m tf2ss.m | |
12048 dlqg.m qzval.m tf2sys.m | |
12049 dlqr.m rldemo.m tf2sysl.m | |
12050 dlyap.m rlocus.m tf2zp.m | |
12051 dmr2d.m rotg.m tfout.m | |
12052 fir2sys.m run_cmd.m; tzero.m | |
12053 frdemo.m series.m tzero2.m | |
12054 freqchkw.m sortcom.m ugain.m | |
12055 freqresp.m ss2sys.m unpacksys.m | |
12056 gram.m ss2tf.m wgt1o.m | |
12057 h2norm.m ss2zp.m zgfmul.m | |
12058 h2syn.m starp.m zgfslv.m | |
12059 hinf_ctr.m step.m zginit.m | |
12060 hinfdemo.m stepimp.m zgpbal.m | |
12061 hinfnorm.m strappend.m; zgreduce.m | |
12062 hinfsyn.m susball.m zgrownorm.m | |
12063 hinfsyn_chk.m swap.m zgscal.m | |
12064 impulse.m swapcols.m zgsgiv.m | |
12065 is_abcd.m swaprows.m zgshsr.m | |
12066 is_controllable.m sys2fir.m zp2ss.m | |
12067 is_detectable.m sys2ss.m zp2ssg2.m | |
12068 is_dgkf.m sys2tf.m zp2sys.m | |
12069 is_digital.m sys2zp.m zp2tf.m | |
12070 is_observable.m sysadd.m zpout.m | |
12071 is_sample.m sysappend.m | |
12072 | |
12073 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12074 | |
12075 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
12076 | |
12077 * strings/deblank.m: Make it work for string arrays too. | |
12078 | |
3211 | 12079 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12080 | |
12081 * linear-algebra/housh.m: New file from the OCST. | |
12082 * linear-algebra/krygetq.m: Ditto. | |
12083 * linear-algebra/krylov.m: Ditto. | |
12084 * linear-algebra/krylovb.m: Ditto. | |
12085 * linear-algebra/qrhouse.m: Ditto. | |
12086 * general/is_duplicate_entry.m: Ditto. | |
12087 | |
12088 * general/is_symmetric.m: Call is_square instead of doing that | |
12089 check in line. | |
12090 | |
3196 | 12091 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12092 | |
3202 | 12093 * general/is_square.m: |
12094 | |
12095 * general/isempty.m, general/is_matrix.m: Delete. | |
12096 | |
12097 * general/is_symmetric: Delete special case for strings. Whether | |
12098 the conversion is valid should depend on implicit_str_to_num_ok. | |
12099 | |
12100 * general/is_square.m: If arg is not a matrix, don't check size, | |
12101 just return 0. | |
12102 * general/is_symmetric: Likewise. | |
12103 * general/is_vector.m: Likewise. | |
12104 * general/is_scalar.m: Likewise. | |
12105 | |
3196 | 12106 * general/length.m: Delete. |
12107 | |
3191 | 12108 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12109 | |
12110 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
12111 statistics/distributions/Makefile, statistics/models/Makefile, | |
12112 and statistics/tests/Makefile to the list of files to create. | |
12113 | |
12114 * finance/Makefile.in, statistics/base/Makefile.in, | |
12115 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
12116 statistics/tests/Makefile.in: New files. | |
12117 * statistics/Makefile.in: Delete file lists. Now only handle | |
12118 subdirectories. | |
12119 * Makefile.in (SUBDIRS): Add finance. | |
12120 | |
12121 * Move the following files from statistics to statistics/base: | |
12122 | |
12123 corrcoef.m | |
12124 kurtosis.m | |
12125 mahalanobis.m | |
12126 median.m | |
12127 ols.m | |
12128 skewness.m | |
12129 std.m | |
12130 | |
12131 New files, from Kurt Hornik's octave-ci package: | |
12132 | |
12133 * finance (new directory): | |
12134 | |
12135 fv.m | |
12136 fvl.m | |
12137 irr.m | |
12138 nper.m | |
12139 npv.m | |
12140 pmt.m | |
12141 pv.m | |
12142 pvl.m | |
12143 rate.m | |
12144 vol.m | |
12145 | |
12146 * linear-algebra/dmult.m | |
12147 | |
12148 * signal: | |
12149 | |
12150 arch_fit.m | |
12151 arch_rnd.m | |
12152 arch_test.m | |
12153 arma_rnd.m | |
12154 autocor.m | |
12155 autocov.m | |
12156 autoreg_matrix.m | |
12157 bartlett.m | |
12158 blackman.m | |
12159 diffpara.m | |
12160 durbinlevinson.m | |
12161 fractdiff.m | |
12162 hamming.m | |
12163 hanning.m | |
12164 hurst.m | |
12165 periodogram.m | |
12166 rectangle_lw.m | |
12167 rectangle_sw.m | |
12168 sinetone.m | |
12169 sinewave.m | |
12170 spectral_adf.m | |
12171 spectral_xdf.m | |
12172 spencer.m | |
12173 stft.m | |
12174 synthesis.m | |
12175 triangle_lw.m | |
12176 triangle_sw.m | |
12177 yulewalker.m | |
12178 | |
12179 * statistics/base (new directory): | |
12180 | |
12181 center.m | |
12182 cloglog.m | |
12183 cor.m | |
12184 cov.m | |
12185 cut.m | |
12186 iqr.m | |
12187 kendall.m | |
12188 logit.m | |
12189 mean.m | |
12190 meansq.m | |
12191 moment.m | |
12192 ppplot.m | |
12193 probit.m | |
12194 qqplot.m | |
12195 range.m | |
12196 ranks.m | |
12197 run_count.m | |
12198 spearman.m | |
12199 statistics.m | |
12200 studentize.m | |
12201 table.m | |
12202 values.m | |
12203 var.m | |
12204 | |
12205 (Replaces cov.m and mean.m with new versions.) | |
12206 | |
12207 * statistics/distributions (new directory): | |
12208 | |
12209 beta_cdf.m | |
12210 beta_inv.m | |
12211 beta_pdf.m | |
12212 beta_rnd.m | |
12213 binomial_cdf.m | |
12214 binomial_inv.m | |
12215 binomial_pdf.m | |
12216 binomial_rnd.m | |
12217 cauchy_cdf.m | |
12218 cauchy_inv.m | |
12219 cauchy_pdf.m | |
12220 cauchy_rnd.m | |
12221 chisquare_cdf.m | |
12222 chisquare_inv.m | |
12223 chisquare_pdf.m | |
12224 chisquare_rnd.m | |
12225 discrete_cdf.m | |
12226 discrete_inv.m | |
12227 discrete_pdf.m | |
12228 discrete_rnd.m | |
12229 empirical_cdf.m | |
12230 empirical_inv.m | |
12231 empirical_pdf.m | |
12232 empirical_rnd.m | |
12233 exponential_cdf.m | |
12234 exponential_inv.m | |
12235 exponential_pdf.m | |
12236 exponential_rnd.m | |
12237 f_cdf.m | |
12238 f_inv.m | |
12239 f_pdf.m | |
12240 f_rnd.m | |
12241 gamma_cdf.m | |
12242 gamma_inv.m | |
12243 gamma_pdf.m | |
12244 gamma_rnd.m | |
12245 geometric_cdf.m | |
12246 geometric_inv.m | |
12247 geometric_pdf.m | |
12248 geometric_rnd.m | |
12249 hypergeometric_cdf.m | |
12250 hypergeometric_inv.m | |
12251 hypergeometric_pdf.m | |
12252 hypergeometric_rnd.m | |
12253 kolmogorov_smirnov_cdf.m | |
12254 laplace_cdf.m | |
12255 laplace_inv.m | |
12256 laplace_pdf.m | |
12257 laplace_rnd.m | |
12258 logistic_cdf.m | |
12259 logistic_inv.m | |
12260 logistic_pdf.m | |
12261 logistic_rnd.m | |
12262 lognormal_cdf.m | |
12263 lognormal_inv.m | |
12264 lognormal_pdf.m | |
12265 lognormal_rnd.m | |
12266 normal_cdf.m | |
12267 normal_inv.m | |
12268 normal_pdf.m | |
12269 normal_rnd.m | |
12270 pascal_cdf.m | |
12271 pascal_inv.m | |
12272 pascal_pdf.m | |
12273 pascal_rnd.m | |
12274 poisson_cdf.m | |
12275 poisson_inv.m | |
12276 poisson_pdf.m | |
12277 poisson_rnd.m | |
12278 stdnormal_cdf.m | |
12279 stdnormal_inv.m | |
12280 stdnormal_pdf.m | |
12281 stdnormal_rnd.m | |
12282 t_cdf.m | |
12283 t_inv.m | |
12284 t_pdf.m | |
12285 t_rnd.m | |
12286 uniform_cdf.m | |
12287 uniform_inv.m | |
12288 uniform_pdf.m | |
12289 uniform_rnd.m | |
12290 weibull_cdf.m | |
12291 weibull_inv.m | |
12292 weibull_pdf.m | |
12293 weibull_rnd.m | |
12294 wiener_rnd.m | |
12295 | |
12296 * statistics/models (new directory): | |
12297 | |
12298 logistic_regression.m | |
12299 logistic_regression_derivatives.m | |
12300 logistic_regression_likelihood.m | |
12301 | |
12302 * statistics/tests (new directory): | |
12303 | |
12304 anova.m | |
12305 bartlett_test.m | |
12306 chisquare_test_homogeneity.m | |
12307 chisquare_test_independence.m | |
12308 cor_test.m | |
12309 f_test_regression.m | |
12310 hotelling_test.m | |
12311 hotelling_test_2.m | |
12312 kolmogorov_smirnov_test.m | |
12313 kolmogorov_smirnov_test_2.m | |
12314 kruskal_wallis_test.m | |
12315 manova.m | |
12316 mcnemar_test.m | |
12317 prop_test_2.m | |
12318 run_test.m | |
12319 sign_test.m | |
12320 t_test.m | |
12321 t_test_2.m | |
12322 t_test_regression.m | |
12323 u_test.m | |
12324 var_test.m | |
12325 welch_test.m | |
12326 wilcoxon_test.m | |
12327 z_test.m | |
12328 z_test_2.m | |
12329 | |
12330 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12331 | |
12332 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
12333 compatibility and to avoid Y2K problems. | |
12334 | |
3190 | 12335 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12336 | |
12337 * polynomial/polyfit.m: Just use the \ operator to handle the | |
12338 least-squares solution. | |
12339 | |
3180 | 12340 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12341 | |
12342 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
12343 | |
12344 * strings/strrep.m: Don't convert args to numeric values. | |
12345 Prevent warnings for empty string args. | |
12346 From Georg Thimm <thimm@idiap.ch>. | |
12347 | |
12348 * strings/strcat.m: Prevent warnings for empty string args. | |
12349 | |
12350 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12351 | |
12352 * miscellaneous/menu.m: Remove special case for empty string | |
12353 returned from input(). Add second arg to eval() to catch errors. | |
12354 | |
3178 | 12355 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12356 | |
12357 * plot/__plt__.m: Don't call usleep. | |
12358 | |
3175 | 12359 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12360 | |
12361 * linear-algebra/dot.m: New function. | |
12362 | |
12363 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
12364 compatibility. | |
12365 | |
12366 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12367 | |
12368 * plot/hist.m: Also allow just one output argument. | |
12369 | |
12370 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12371 | |
12372 * strings/deblank.m: Make it work if the string is only blanks. | |
12373 | |
12374 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12375 | |
12376 * plot/__plt2mv__.m: Delete calls to keyboard. | |
12377 | |
12378 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12379 | |
12380 * plot/oneplot.m: Fix typo. | |
12381 | |
3174 | 12382 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12383 | |
12384 * miscellaneous/flops.m: Allow a single argument too. | |
12385 | |
12386 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12387 | |
12388 * strings/str2mat.m: Also handle case when there are no empty | |
12389 strings correctly. | |
12390 | |
12391 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12392 | |
12393 * strings/isletter.m: New function, for Matlab compatibility. | |
12394 | |
3168 | 12395 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12396 | |
12397 * strings/str2mat.m: Handle string matrices too. | |
12398 | |
3167 | 12399 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12400 | |
12401 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
12402 linear encoding. | |
12403 | |
12404 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
12405 audio/record.m: Open files in binary mode. | |
12406 | |
3164 | 12407 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12408 | |
12409 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
12410 Move functionality of dump_1_pref here, but use built-in function | |
12411 type to extract value, and put it inside try/catch block. | |
12412 * miscellaneous/dump_1_pref.m: Delete unused function. | |
12413 | |
3162 | 12414 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12415 | |
12416 * plot/__pltopt1.m__: New file. | |
12417 * plot/__pltopt.m__: Handle opt as a string array by calling | |
12418 __pltopt1__ multiple times and returning a string array with rows | |
12419 corresponding to the rows of opt. | |
12420 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
12421 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
12422 array. | |
12423 | |
12424 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12425 | |
12426 * plot/mplot.m: Fix misspellings of global variables. | |
12427 Don't call clearplot. | |
12428 | |
12429 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12430 | |
12431 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
12432 "cle;rep" when going in ot multiplot mode. | |
12433 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
12434 switching out of multiplot mode. | |
12435 | |
3156 | 12436 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 12437 |
3156 | 12438 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
12439 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 12440 |
3141 | 12441 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12442 | |
12443 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
12444 | |
12445 * miscellaneous/bug_report.m: Don't try to get smart with | |
12446 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
12447 | |
12448 * Makefile.in (install): Create separate ls-R files for | |
12449 $(datadir) and $(libexecdir). | |
12450 (uninstall): Remove both ls-R files. | |
12451 | |
3136 | 12452 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12453 | |
12454 * signal/fftshift.m: New file. | |
12455 | |
12456 * plot/contour.m: Fix for non-square case. | |
12457 | |
12458 * general/randperm.m: New file. | |
12459 | |
12460 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12461 | |
12462 * specfun/betai.m: Restore file for compatibility with previous | |
12463 versions. Call betainc with reordered args. | |
12464 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
12465 | |
3131 | 12466 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12467 | |
12468 * plot/contour.m: Handle discrete contour levels. | |
12469 | |
12470 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12471 | |
12472 * control/lyap.m: For compatibility with Matlab, solve | |
12473 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
12474 | |
3124 | 12475 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12476 | |
12477 * specfun/bessel.m: New file. | |
12478 | |
12479 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
12480 specfun/gammainc.m: Delete. | |
12481 | |
3106 | 12482 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12483 | |
12484 * image/colormap.m: Initialize __current_color_map__ in global | |
12485 statement. | |
12486 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
12487 statement. | |
12488 * plot/axis.m: Initialize __current_axis__ in global statement. | |
12489 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12490 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
12491 | |
3103 | 12492 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12493 | |
12494 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
12495 * time/toc.m: Likewise. | |
12496 | |
12497 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
12498 | |
12499 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
12500 anything special for automatic_replot when in multiplot mode -- | |
12501 recent 3.6beta releases handle this correctly. | |
12502 | |
12503 * plot/figure.m: Ensure that we are not in multiplot mode before | |
12504 setting the terminal type. | |
12505 | |
12506 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12507 plot/subwindow.m: Use leading and trailing underscores for | |
12508 `private' globals. | |
12509 | |
12510 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
12511 | |
3101 | 12512 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12513 | |
12514 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
12515 | |
3091 | 12516 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12517 | |
3092 | 12518 * specfun/gammai.m: Avoid problems with whitespace when |
12519 constructing matrices. | |
12520 | |
3091 | 12521 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
12522 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
12523 original y vector. | |
12524 | |
3085 | 12525 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12526 | |
12527 * linear-algebra/cross.m: Use direct formula instead of calling | |
12528 det three times in a loop. If both args are column (row) vectors, | |
12529 return a column (row) vector. If they don't match, pay attention | |
12530 to the value of prefer_column_vectors. | |
12531 | |
5095 | 12532 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 12533 |
12534 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
12535 nonsymmetric matrices. | |
12536 | |
12537 * general/tril.m: Fix usage message. | |
12538 | |
12539 * polynomial/polyvalm.m: Fix error messages. | |
12540 * polynomial/polyderiv.m: Likewise. | |
12541 * polynomial/polyval.m: Likewise. | |
12542 | |
3081 | 12543 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12544 | |
12545 * strings/blanks.m: Allow blanks(0) to return empty string. | |
12546 Allow negative arguments if treat_neg_dim_as_zero is true. | |
12547 | |
3063 | 12548 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12549 | |
12550 * plot/mesh.m: Set noparametric plot mode after plotting. | |
12551 | |
5095 | 12552 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 12553 |
12554 * plot/__pltopt__.m: Handle key/legend names. | |
12555 Correctly set colors, line styles, and point styles. | |
12556 | |
3061 | 12557 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12558 | |
12559 * polynomial/polyfit.m: Return fit y values as second output. | |
12560 Don't use QR factorization to solve least squares problem. | |
12561 | |
12562 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12563 | |
12564 * control/dlqr.m: Use ao, not a, to compute k. | |
12565 | |
3024 | 12566 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12567 | |
12568 * miscellaneous/path.m: New file. | |
12569 | |
2993 | 12570 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12571 | |
12572 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
12573 name. | |
12574 | |
2968 | 12575 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12576 | |
12577 * specfun/erfinv.m: Add missing semicolon. | |
12578 | |
2870 | 12579 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12580 | |
12581 * miscellaneous/xor.m: Make type of return value logical. | |
12582 | |
2853 | 12583 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12584 | |
12585 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
12586 warn_comma_in_global_decl. | |
12587 | |
2831 | 12588 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12589 | |
12590 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
12591 octave-bug script. | |
12592 | |
2823 | 12593 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12594 | |
2824 | 12595 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
12596 prefer_zero_one_indexing. | |
12597 | |
2823 | 12598 * general/logical.m: New file. |
12599 | |
2816 | 12600 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12601 | |
12602 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
12603 and is_vector(). | |
12604 | |
5095 | 12605 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 12606 |
12607 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
12608 Use tolerance of 2 * eps. | |
12609 | |
2811 | 12610 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12611 | |
12612 * Makefile.in (install-strip): New target. | |
12613 * audio/Makefile.in: Ditto. | |
12614 * control/Makefile.in: Ditto. | |
12615 * elfun/Makefile.in: Ditto. | |
12616 * general/Makefile.in: Ditto. | |
12617 * image/Makefile.in: Ditto. | |
12618 * io/Makefile.in: Ditto. | |
12619 * linear-algebra/Makefile.in: Ditto. | |
12620 * miscellaneous/Makefile.in: Ditto. | |
12621 * plot/Makefile.in: Ditto. | |
12622 * polynomial/Makefile.in: Ditto. | |
12623 * set/Makefile.in: Ditto. | |
12624 * signal/Makefile.in: Ditto. | |
12625 * specfun/Makefile.in: Ditto. | |
12626 * special-matrix/Makefile.in: Ditto. | |
12627 * startup/Makefile.in: Ditto. | |
12628 * statistics/Makefile.in: Ditto. | |
12629 * strings/Makefile.in: Ditto. | |
12630 | |
2809 | 12631 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12632 | |
12633 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
12634 | |
2798 | 12635 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12636 | |
12637 * statistics/corrcoef.m: Make it actually work. | |
12638 | |
2795 | 12639 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12640 | |
2798 | 12641 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 12642 |
2779 | 12643 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 12644 |
12645 * Version 2.0.5 released. | |
12646 | |
2745 | 12647 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12648 | |
2749 | 12649 * Makefile.in (maintainer-clean): Also remove configure. |
12650 | |
2746 | 12651 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
12652 | |
2745 | 12653 * general/is_matrix.m: Return zero for empty matrices. |
12654 | |
12655 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12656 | |
12657 * linear-algebra/vech.m: Size result just once. | |
12658 | |
2726 | 12659 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12660 | |
12661 * general/is_square.m: Handle empty matrices correctly. | |
12662 * general/is_symmetric.m: Handle empty matrices and strings. | |
12663 | |
2716 | 12664 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12665 | |
12666 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
12667 * polynomial/deconv.m: Likewise. | |
12668 * polynomial/polyderiv.m: Likewise. | |
12669 * polynomial/polyinteg.m: Likewise. | |
12670 * polynomial/polyreduce.m: Likewise. | |
12671 * polynomial/polyval.m: Likewise. | |
12672 * polynomial/polyvalm.m: Likewise. | |
12673 * general/postpad.m: Likewise. | |
12674 * general/prepad.m: Likewise. | |
12675 | |
12676 * polynomial/compan.m: Check input with is_vector(), not | |
12677 is_matrix(). Handle scalar case. | |
12678 | |
2711 | 12679 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12680 | |
2715 | 12681 * plot/contour.m: Order data so that it is consistent with |
12682 meshgrid and mesh. | |
12683 | |
2711 | 12684 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
12685 * plot/sombrero.m: Use meshgrid, not meshdom. | |
12686 | |
2709 | 12687 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 12688 |
12689 * Version 2.0.4 released. | |
12690 | |
2706 | 12691 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12692 | |
2702 | 12693 * miscellaneous/paren.m: New file. |
12694 | |
2693 | 12695 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 12696 |
12697 * Version 2.0.3 released. | |
12698 | |
2676 | 12699 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12700 | |
12701 * image/saveimage.m: Only clip image data that is actually out of | |
12702 range. | |
12703 | |
2667 | 12704 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12705 | |
12706 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
12707 also be considered to be matrices. | |
12708 | |
12709 * general/is_vector.m: Scalars may also be considered to be vectors. | |
12710 | |
12711 * general/isempty.m: Use size(), not rows() and columns(). | |
12712 | |
12713 * plot/contour.m: Convert set to gset. | |
12714 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
12715 | |
2663 | 12716 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12717 | |
12718 * specfun/erfinv.m: Fix typo in last change. | |
12719 | |
2650 | 12720 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12721 | |
12722 * image/loadimage.m: Make it possible to load files with image | |
12723 data named X or img. | |
12724 | |
12725 * image/default.img: Change name of image from X to img to match | |
12726 what saveimage does now. | |
12727 | |
12728 * image/loadimage.m: Rename X to be img, to match what saveimage | |
12729 does now. | |
12730 | |
2632 | 12731 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12732 | |
2634 | 12733 * Version 2.0.2 released. |
12734 | |
2632 | 12735 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
12736 weird missing-lines bug without creating extra plots unecessarily. | |
12737 | |
2624 | 12738 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12739 | |
12740 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12741 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12742 io/Makefile.in, linear-algebra/Makefile.in, | |
12743 miscellaneous/Makefile.in, plot/Makefile.in, | |
12744 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12745 specfun/Makefile.in, special-matrix/Makefile.in, | |
12746 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12747 time/Makefile.in (bin-dist): New target. | |
12748 | |
2621 | 12749 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12750 | |
12751 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12752 | |
12753 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12754 | |
12755 * miscellaneous/xor.m: Make it work. | |
12756 | |
2613 | 12757 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12758 | |
12759 * plot/sombrero.m: Doc fix. | |
12760 | |
2602 | 12761 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12762 | |
12763 * Version 2.0.1 released. | |
12764 | |
2601 | 12765 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12766 | |
12767 * elfun/lcm.m: Replace missing if statement. | |
12768 | |
12769 * elfun/gcd.m: Report error if no input args. | |
12770 * elfun/lcm.m: Likewise. | |
12771 | |
2597 | 12772 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12773 | |
12774 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12775 Also list contents of $libexecdir/octave in ls-R database. | |
12776 | |
2583 | 12777 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12778 | |
12779 * Version 2.0 released. | |
12780 | |
2575 | 12781 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12782 | |
12783 * Version 1.94. | |
12784 | |
2558 | 12785 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12786 | |
12787 * strings/str2num.m: New file. | |
12788 | |
2554 | 12789 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12790 | |
12791 * Version 1.93. | |
12792 | |
2540 | 12793 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12794 | |
12795 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12796 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12797 linear-algebra/vech.m: New files from Kurt Hornik. | |
12798 | |
12799 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12800 general/common_size.m: New files from Kurt Hornik. | |
12801 | |
12802 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12803 New files from Kurt Hornik. | |
12804 | |
12805 * signal/detrend.m: New file from Kurt Hornik. | |
12806 | |
12807 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12808 specfun/pow2.m, specfun/log2.m: | |
12809 New files and updates from Kurt Hornik. | |
12810 | |
2523 | 12811 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12812 | |
12813 * plot/__plt__.m: Add explicit replot after last command is | |
12814 issued, to force all lines to be displayed. Hmm. | |
12815 | |
2512 | 12816 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12817 | |
2520 | 12818 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12819 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12820 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12821 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12822 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12823 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12824 Uset gset, not set. | |
12825 | |
2512 | 12826 * Version 1.92. |
12827 | |
2482 | 12828 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12829 | |
2486 | 12830 * image/saveimage.m: When writing PostScript, name Octave as the |
12831 almighty Creator. Use single call to fprintf instead of looping. | |
12832 | |
12833 * image/Makefile.in: Delete references to octtopnm. | |
12834 | |
12835 * general/logspace.m: Doc fix. | |
12836 | |
2482 | 12837 * Version 1.91. |
12838 | |
2458 | 12839 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12840 | |
12841 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12842 | |
12843 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12844 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12845 deleted. | |
12846 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12847 of a system() command to delete the tmp file. | |
12848 | |
2452 | 12849 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12850 | |
12851 * Version 1.90. | |
12852 | |
12853 * Makefile.in (DISTFILES): Add ChangeLog. | |
12854 | |
2360 | 12855 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12856 | |
12857 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
12858 Don't check for string value of automatic_replot. | |
12859 | |
12860 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
12861 Temporarily set do_fortran_indexing to 1, not "true". | |
12862 | |
12863 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
12864 not "false". | |
12865 | |
12866 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
12867 "false". | |
12868 | |
2355 | 12869 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
12870 | |
12871 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
12872 | |
2330 | 12873 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12874 | |
12875 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
12876 system command. | |
12877 | |
12878 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12879 | |
12880 * __plr1__.m: Renamed from polar_int_1.m. | |
12881 * __plr2__.m: Renamed from polar_int_2.m. | |
12882 * __plr__.m: Renamed from polar_int.m. | |
12883 * __plt1__.m: Renamed from plot_int_1.m. | |
12884 * __plt2__.m: Renamed from plot_int_2.m. | |
12885 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
12886 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
12887 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
12888 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
12889 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
12890 * __plt__.m: Renamed from plot_int.m. | |
12891 * __pltopt__.m: Renamed from plot_opt.m. | |
12892 Change all callers. | |
12893 | |
12894 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12895 | |
12896 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
12897 comments like those found in Emacs lisp files. | |
12898 | |
12899 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12900 | |
12901 * All .m files: Change comment style. | |
12902 | |
12903 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12904 | |
12905 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
12906 subplot.m, subwindow.m, top_title.m: | |
12907 Print error message if gnuplot_has_multiplot is not true. | |
12908 | |
12909 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12910 | |
12911 * plot/figure.m: New function. | |
12912 | |
12913 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12914 | |
12915 * strings/strrep.m: New function. | |
12916 | |
12917 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12918 | |
12919 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
12920 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
12921 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
12922 strings/split.m, strings/str2mat.m, strings/substr.m: | |
12923 New functions from Kurt Hornik, heavily modified by jwe. | |
12924 | |
12925 * general/reshape.m: Allow strings to be reshaped too. | |
12926 | |
12927 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
12928 Always return a scalar. | |
12929 | |
12930 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12931 | |
12932 * polynomial/polyfit.m: Make orientation of result compatible with | |
12933 Matlab. | |
12934 | |
12935 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12936 | |
12937 * polynomial/polyfit.m: Add missing close paren. | |
12938 | |
12939 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12940 | |
12941 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
12942 | |
12943 * io/scanf.m: Delete. | |
12944 | |
12945 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12946 | |
12947 * statistics/median.m: Fix typo in usage message. | |
12948 | |
12949 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12950 | |
12951 * miscellaneous/popen2.m: New file. | |
12952 | |
12953 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12954 | |
12955 * configure.in (AC_OUTPUT): Add io/Makefile. | |
12956 | |
12957 * io: New directory. | |
12958 * Makefile.in (SUBDIRS): Add it to the list. | |
12959 | |
12960 * miscellaneous/flops.m: New file. | |
12961 | |
12962 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12963 | |
12964 * miscellaneous/cputime.m: Return three arguments instead of a | |
12965 vector, for compatibility with previous versions and with Matlab | |
12966 (which only returns one scalar value). | |
12967 | |
12968 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
12969 | |
12970 * general/triu.m: Compute lower bound on loop index correctly. | |
12971 * general/tril.m: Likewise, for upper bound. | |
12972 | |
12973 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12974 | |
12975 * image/saveimage.m: For color images, make sure indices into | |
12976 temporary colormap and result matrix have proper orientation. | |
12977 Set grey flag correctly. | |
12978 | |
12979 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12980 | |
12981 * statistics/std.m: Use better formula (from Jim Van Zandt | |
12982 jrv@vanzandt.mv.com). | |
12983 | |
12984 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12985 | |
12986 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
12987 * mesh.m: Transpose Z if only one arg. | |
12988 Handle case of all three args being matrices (from Jim Van Zandt | |
12989 jrv@vanzandt.mv.com). | |
12990 * meshdom.m: Undo previous change. | |
12991 | |
12992 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12993 | |
12994 * configure.in (AC_OUTPUT): Add audio/Makefile | |
12995 | |
12996 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12997 | |
12998 * audio: New directory of files from Kurt Hornik and Andreas | |
12999 Weingessel. | |
13000 * audio/Makefile.in: New file. | |
13001 * Makefile.in (SUBDIRS): Add audio to the list. | |
13002 | |
13003 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13004 | |
13005 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
13006 | |
13007 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13008 | |
13009 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
13010 columns (z), not the other way around. | |
13011 * plot/meshdom.m: Don't reverse order of elements in y. | |
13012 | |
13013 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13014 | |
13015 * plot/axis.m: Return current axis if nargin == 0. | |
13016 | |
13017 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13018 | |
13019 * polynomial/roots.m: Updates from Kurt Hornik. | |
13020 | |
13021 * polynomial/polyder.m: New file. | |
13022 | |
13023 * polynomial/polyderiv.m: Give return value and arg different names. | |
13024 | |
13025 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13026 | |
13027 * specfun/betainc.m: New file. | |
13028 * specfun/gammainc.m: New file. | |
13029 | |
13030 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13031 | |
13032 * general/strerror.m: New file. | |
13033 * general/perror.m: Implement using strerror(). | |
13034 | |
13035 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13036 | |
13037 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
13038 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
13039 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
13040 | |
13041 * image/saveimage.m: Round img values first. | |
13042 | |
13043 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13044 | |
13045 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
13046 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
13047 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
13048 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
13049 special-matrix/hankel.m special-matrix/toeplitz.m | |
13050 tuwien/strfun/split.m: Add missing semicolons. | |
13051 | |
13052 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
13053 | |
13054 * image/Makefile.in: Don't build or install octtoppm. | |
13055 | |
13056 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 13057 routines so that people who don't have the pbm stuff installed |
2330 | 13058 can still use this function. |
13059 | |
13060 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13061 | |
13062 * image/saveimage.m: Better error checking, clean up a bit. | |
13063 | |
13064 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13065 | |
13066 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
13067 avoid conflict with new built-in text-style function more. | |
13068 | |
13069 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
13070 | |
13071 * startup/Makefile.in (install): Also install octaverc in | |
13072 $localfcnfiledir/startup/octavrc. | |
13073 | |
13074 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13075 | |
13076 * mkinstalldirs: New file. | |
13077 * Makefile.in (DISTFILES): Add it to the list. | |
13078 | |
13079 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
13080 | |
13081 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13082 | |
13083 * special-matrix/hankel.m: Compatibility fix. Complain if | |
13084 r(1) != c(nr), not if r(1) != c(1). | |
13085 | |
13086 * signal/filter.m: Doc fix. | |
13087 | |
13088 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13089 | |
13090 * miscellaneous/cputime.m: Use new resource structure names (no | |
13091 ru_ or tv_ prefixes). | |
13092 | |
13093 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13094 | |
13095 * time/ctime.m: Fix doc string and usage message. | |
13096 | |
13097 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13098 | |
13099 * time/clock.m: Use new time structure names (no tm_ prefix). | |
13100 | |
13101 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13102 | |
13103 * control/c2d.m: Make function work for any value of | |
13104 whitespace_in_literal_matrix. | |
13105 * control/dare.m: Likewise. | |
13106 * control/tzero.m: Likewise. | |
13107 * elfun/gcd.m: Likewise. | |
13108 * elfun/lcm.m: Likewise. | |
13109 * general/postpad.m: Likewise. | |
13110 * general/prepad.m: Likewise. | |
13111 * linear-algebra/kron.m: Likewise. | |
13112 * miscellaneous/etime.m: Likewise. | |
13113 * polynomial/conv.m: Likewise. | |
13114 * polynomial/deconv.m: Likewise. | |
13115 * polynomial/poly.m: Likewise. | |
13116 * polynomial/roots.m: Likewise. | |
13117 * signal/filter.m: Likewise. | |
13118 * signal/freqz.m: Likewise. | |
13119 * signal/fftfilt.m: Likewise. | |
13120 | |
13121 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13122 | |
13123 * miscellaneous/is_leap_year.m: Make work for vector args. | |
13124 | |
13125 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13126 | |
13127 * plot/polar_int_2.m: Add missing semicolons. | |
13128 Set theta = theta', not rho'. | |
13129 | |
13130 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13131 | |
13132 * polynomial/roots.m: Make it work for any value of | |
13133 whitespace_in_literal_matrix. | |
13134 | |
13135 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13136 | |
13137 * configure.in: New file. | |
13138 | |
13139 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13140 | |
13141 * control/lyap.m: Add missing semicolon. | |
13142 | |
13143 * miscellaneous/cputime.m: New function file. | |
13144 | |
13145 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13146 | |
13147 * time: New directory. | |
13148 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
13149 New function files. | |
13150 * time/Makefile.in: New file. | |
13151 * Makefile.in (SUBDIRS): Add time. | |
13152 | |
13153 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13154 | |
13155 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
13156 | |
13157 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13158 | |
13159 * plot/plot_int_1.m: Transpose data with .', not '. | |
13160 | |
13161 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13162 | |
13163 * Makefile.in (install uninstall clean mostlyclean distclean | |
13164 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
13165 | |
13166 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13167 | |
13168 * Makefile.in (install): Create ls-R database file. | |
13169 (uninstall): Delete it. | |
13170 | |
13171 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13172 | |
5378 | 13173 * image/saveimage.m: Fix typo. |
2330 | 13174 |
13175 See ChangeLog.1 in the top level directory for earlier changes. |